@charset "UTF-8";
@font-face {
  font-family: "Work Sans";
  font-weight: 1 999;
  src: url("/wp-content/themes/leapo/assets/fonts/WorkSans.ttf") format("truetype");
}
/**
* Enable or disable bootstrap compontents here
**/
:root {
  --blue: #0028B9;
  --indigo: #99a9e3;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #FF7348;
  --yellow: #FFB100;
  --green: #00C8A0;
  --teal: #CCF4EC;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #707070;
  --gray-dark: #343a40;
  --primary: #00C8A0;
  --secondary: #CCF4EC;
  --highlight: #0028B9;
  --success: #00C8A0;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #161617;
  --orange: #FF7348;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Work Sans";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Work Sans";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161617;
  text-align: left;
  background-color: #FCFCFC;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00C8A0;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00af8c;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, blockquote.wp-block-quote p, .post-header-title, .h3, .h4, .wp-block-yoast-faq-block .schema-faq-question, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Work Sans";
  font-weight: 600;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 4rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.525rem + 3.3vw);
  }
}

h2, .h2, blockquote.wp-block-quote p, .post-header-title {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  h2, .h2, blockquote.wp-block-quote p, .post-header-title {
    font-size: calc(1.425rem + 2.1vw);
  }
}

h3, .h3 {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

h4, .h4, .wp-block-yoast-faq-block .schema-faq-question {
  font-size: 1.875rem;
}
@media (max-width: 1200px) {
  h4, .h4, .wp-block-yoast-faq-block .schema-faq-question {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

h5, .h5 {
  font-size: 1.625rem;
}
@media (max-width: 1200px) {
  h5, .h5 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}

h6, .h6 {
  font-size: 1rem;
}

.lead, .is-style-lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container, .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .wp-block-cover__inner-container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8f0e4;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ae2ce;
}

.table-hover .table-primary:hover {
  background-color: #a3ecdc;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a3ecdc;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f1fcfa;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e4f9f5;
}

.table-hover .table-secondary:hover {
  background-color: #dcf8f3;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #dcf8f3;
}

.table-highlight,
.table-highlight > th,
.table-highlight > td {
  background-color: #b8c3eb;
}
.table-highlight th,
.table-highlight td,
.table-highlight thead th,
.table-highlight tbody + tbody {
  border-color: #7a8fdb;
}

.table-hover .table-highlight:hover {
  background-color: #a4b2e5;
}
.table-hover .table-highlight:hover > td,
.table-hover .table-highlight:hover > th {
  background-color: #a4b2e5;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f0e4;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ae2ce;
}

.table-hover .table-success:hover {
  background-color: #a3ecdc;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a3ecdc;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #bebebe;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #868686;
}

.table-hover .table-dark:hover {
  background-color: #b1b1b1;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b1b1b1;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #ffd8cc;
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #ffb6a0;
}

.table-hover .table-orange:hover {
  background-color: #ffc5b3;
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #ffc5b3;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, #reviews #comment, .woocommerce .input-text, .woocommerce-ordering select, .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices, .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .facetwp-search {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #F9F9F9;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, #reviews #comment, .woocommerce .input-text, .woocommerce-ordering select, .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices, .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .facetwp-search {
    transition: none;
  }
}
.form-control::-ms-expand, #reviews #comment::-ms-expand, .woocommerce .input-text::-ms-expand, .woocommerce-ordering select::-ms-expand, .gform_wrapper.gravity-theme select::-ms-expand, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices::-ms-expand, .gform_wrapper.gravity-theme textarea::-ms-expand, .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input)::-ms-expand, .facetwp-facet-search .facetwp-search::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, #reviews #comment:focus, .woocommerce .input-text:focus, .woocommerce-ordering select:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:focus, .gform_wrapper.gravity-theme textarea:focus, .gform_wrapper.gravity-theme input:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .facetwp-search:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control:-ms-input-placeholder, #reviews #comment:-ms-input-placeholder, .woocommerce .input-text:-ms-input-placeholder, .woocommerce-ordering select:-ms-input-placeholder, .gform_wrapper.gravity-theme select:-ms-input-placeholder, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:-ms-input-placeholder, .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input):-ms-input-placeholder, .facetwp-facet-search .facetwp-search:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, #reviews #comment::placeholder, .woocommerce .input-text::placeholder, .woocommerce-ordering select::placeholder, .gform_wrapper.gravity-theme select::placeholder, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices::placeholder, .gform_wrapper.gravity-theme textarea::placeholder, .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input)::placeholder, .facetwp-facet-search .facetwp-search::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, #reviews #comment:disabled, .woocommerce .input-text:disabled, .woocommerce-ordering select:disabled, .gform_wrapper.gravity-theme select:disabled, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:disabled, .gform_wrapper.gravity-theme textarea:disabled, .gform_wrapper.gravity-theme input:disabled:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .facetwp-search:disabled, .form-control[readonly], #reviews [readonly]#comment, .woocommerce [readonly].input-text, .woocommerce-ordering select[readonly], .gform_wrapper.gravity-theme select[readonly], .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi [readonly].chosen-choices, .gform_wrapper.gravity-theme textarea[readonly], .gform_wrapper.gravity-theme input[readonly]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search [readonly].facetwp-search {
  background-color: #ced4da;
  opacity: 1;
}

input[type=date].form-control, #reviews input[type=date]#comment, .woocommerce input[type=date].input-text, .woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi input[type=date].chosen-choices, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering input[type=date].chosen-choices, .gform_wrapper.gravity-theme input[type=date]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search input[type=date].facetwp-search,
input[type=time].form-control,
#reviews input[type=time]#comment,
.woocommerce input[type=time].input-text,
.woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi input[type=time].chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering input[type=time].chosen-choices,
.gform_wrapper.gravity-theme input[type=time]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input),
.facetwp-facet-search input[type=time].facetwp-search,
input[type=datetime-local].form-control,
#reviews input[type=datetime-local]#comment,
.woocommerce input[type=datetime-local].input-text,
.woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi input[type=datetime-local].chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering input[type=datetime-local].chosen-choices,
.gform_wrapper.gravity-theme input[type=datetime-local]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input),
.facetwp-facet-search input[type=datetime-local].facetwp-search,
input[type=month].form-control,
#reviews input[type=month]#comment,
.woocommerce input[type=month].input-text,
.woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi input[type=month].chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering input[type=month].chosen-choices,
.gform_wrapper.gravity-theme input[type=month]:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input),
.facetwp-facet-search input[type=month].facetwp-search {
  -webkit-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring, #reviews select#comment:-moz-focusring, .woocommerce select.input-text:-moz-focusring, .woocommerce-ordering select:-moz-focusring, .gform_wrapper.gravity-theme select:-moz-focusring, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:-moz-focusring, .facetwp-facet-search select.facetwp-search:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, #reviews select#comment:focus::-ms-value, .woocommerce select.input-text:focus::-ms-value, .woocommerce-ordering select:focus::-ms-value, .gform_wrapper.gravity-theme select:focus::-ms-value, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:focus::-ms-value, .facetwp-facet-search select.facetwp-search:focus::-ms-value {
  color: #495057;
  background-color: #F9F9F9;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: 50px;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: 50px;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], #reviews select[size]#comment, .woocommerce select[size].input-text, .woocommerce-ordering select[size], .gform_wrapper.gravity-theme select[size], .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi [size].chosen-choices, .facetwp-facet-search select[size].facetwp-search, select.form-control[multiple], #reviews select[multiple]#comment, .woocommerce select[multiple].input-text, .woocommerce-ordering select[multiple], .gform_wrapper.gravity-theme select[multiple], .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi [multiple].chosen-choices, .facetwp-facet-search select[multiple].facetwp-search {
  height: auto;
}

textarea.form-control, #reviews textarea#comment, .woocommerce textarea.input-text, .woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi textarea.chosen-choices, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering textarea.chosen-choices, .gform_wrapper.gravity-theme textarea, .facetwp-facet-search textarea.facetwp-search {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated #reviews #comment:valid, #reviews .was-validated #comment:valid, .was-validated .woocommerce .input-text:valid, .woocommerce .was-validated .input-text:valid, .was-validated .woocommerce-ordering select:valid, .woocommerce-ordering .was-validated select:valid, .was-validated .gform_wrapper.gravity-theme select:valid, .was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:valid, .gform_wrapper.gravity-theme .was-validated select:valid, .gform_wrapper.gravity-theme .was-validated .ginput_container_multiselect .chosen-container-multi .chosen-choices:valid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:valid, .was-validated .gform_wrapper.gravity-theme textarea:valid, .gform_wrapper.gravity-theme .was-validated textarea:valid, .was-validated .gform_wrapper.gravity-theme input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .gform_wrapper.gravity-theme .was-validated input:valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .was-validated .facetwp-facet-search .facetwp-search:valid, .facetwp-facet-search .was-validated .facetwp-search:valid, .form-control.is-valid, #reviews .is-valid#comment, .woocommerce .is-valid.input-text, .woocommerce-ordering select.is-valid, .gform_wrapper.gravity-theme select.is-valid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-valid.chosen-choices, .gform_wrapper.gravity-theme textarea.is-valid, .gform_wrapper.gravity-theme input.is-valid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .is-valid.facetwp-search {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated #reviews #comment:valid:focus, #reviews .was-validated #comment:valid:focus, .was-validated .woocommerce .input-text:valid:focus, .woocommerce .was-validated .input-text:valid:focus, .was-validated .woocommerce-ordering select:valid:focus, .woocommerce-ordering .was-validated select:valid:focus, .was-validated .gform_wrapper.gravity-theme select:valid:focus, .was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:valid:focus, .gform_wrapper.gravity-theme .was-validated select:valid:focus, .gform_wrapper.gravity-theme .was-validated .ginput_container_multiselect .chosen-container-multi .chosen-choices:valid:focus, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:valid:focus, .was-validated .gform_wrapper.gravity-theme textarea:valid:focus, .gform_wrapper.gravity-theme .was-validated textarea:valid:focus, .was-validated .gform_wrapper.gravity-theme input:valid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .gform_wrapper.gravity-theme .was-validated input:valid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .was-validated .facetwp-facet-search .facetwp-search:valid:focus, .facetwp-facet-search .was-validated .facetwp-search:valid:focus, .form-control.is-valid:focus, #reviews .is-valid#comment:focus, .woocommerce .is-valid.input-text:focus, .woocommerce-ordering select.is-valid:focus, .gform_wrapper.gravity-theme select.is-valid:focus, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-valid.chosen-choices:focus, .gform_wrapper.gravity-theme textarea.is-valid:focus, .gform_wrapper.gravity-theme input.is-valid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .is-valid.facetwp-search:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, .was-validated #reviews select#comment:valid, #reviews .was-validated select#comment:valid, .was-validated .woocommerce select.input-text:valid, .woocommerce .was-validated select.input-text:valid, .was-validated .woocommerce-ordering select:valid, .woocommerce-ordering .was-validated select:valid, .was-validated .gform_wrapper.gravity-theme select:valid, .was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:valid, .gform_wrapper.gravity-theme .was-validated select:valid, .gform_wrapper.gravity-theme .was-validated .ginput_container_multiselect .chosen-container-multi .chosen-choices:valid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:valid, .was-validated .facetwp-facet-search select.facetwp-search:valid, .facetwp-facet-search .was-validated select.facetwp-search:valid, select.form-control.is-valid, #reviews select.is-valid#comment, .woocommerce select.is-valid.input-text, .woocommerce-ordering select.is-valid, .gform_wrapper.gravity-theme select.is-valid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-valid.chosen-choices, .facetwp-facet-search select.is-valid.facetwp-search {
  padding-right: 6rem !important;
  background-position: right 3rem center;
}

.was-validated textarea.form-control:valid, .was-validated #reviews textarea#comment:valid, #reviews .was-validated textarea#comment:valid, .was-validated .woocommerce textarea.input-text:valid, .woocommerce .was-validated textarea.input-text:valid, .was-validated .woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi textarea.chosen-choices:valid, .woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated textarea.chosen-choices:valid, .was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering textarea.chosen-choices:valid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering .was-validated textarea.chosen-choices:valid, .was-validated .gform_wrapper.gravity-theme textarea:valid, .gform_wrapper.gravity-theme .was-validated textarea:valid, .was-validated .facetwp-facet-search textarea.facetwp-search:valid, .facetwp-facet-search .was-validated textarea.facetwp-search:valid, textarea.form-control.is-valid, #reviews textarea.is-valid#comment, .woocommerce textarea.is-valid.input-text, .woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi textarea.is-valid.chosen-choices, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering textarea.is-valid.chosen-choices, .gform_wrapper.gravity-theme textarea.is-valid, .facetwp-facet-search textarea.is-valid.facetwp-search {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .was-validated .woocommerce .select2-selection:valid, .woocommerce .was-validated .select2-selection:valid, .was-validated .woocommerce .input-select:valid, .woocommerce .was-validated .input-select:valid,
.was-validated .woocommerce select:valid,
.woocommerce .was-validated select:valid,
.was-validated .woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:valid,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:valid,
.was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices:valid,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .was-validated .chosen-choices:valid, .was-validated .facetwp-type-fselect .fs-label-wrap:valid, .facetwp-type-fselect .was-validated .fs-label-wrap:valid, .was-validated .facetwp-type-dropdown .facetwp-dropdown:valid, .facetwp-type-dropdown .was-validated .facetwp-dropdown:valid, .custom-select.is-valid, .woocommerce .is-valid.select2-selection, .woocommerce .is-valid.input-select,
.woocommerce select.is-valid,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-valid.chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .is-valid.chosen-choices, .facetwp-type-fselect .is-valid.fs-label-wrap, .facetwp-type-dropdown .is-valid.facetwp-dropdown {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z' fill='%2300C8A0'/%3E%3C/svg%3E") right 1rem center/2rem 2rem no-repeat, #F9F9F9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .was-validated .woocommerce .select2-selection:valid:focus, .woocommerce .was-validated .select2-selection:valid:focus, .was-validated .woocommerce .input-select:valid:focus, .woocommerce .was-validated .input-select:valid:focus,
.was-validated .woocommerce select:valid:focus,
.woocommerce .was-validated select:valid:focus,
.was-validated .woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:valid:focus,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:valid:focus,
.was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices:valid:focus,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .was-validated .chosen-choices:valid:focus, .was-validated .facetwp-type-fselect .fs-label-wrap:valid:focus, .facetwp-type-fselect .was-validated .fs-label-wrap:valid:focus, .was-validated .facetwp-type-dropdown .facetwp-dropdown:valid:focus, .facetwp-type-dropdown .was-validated .facetwp-dropdown:valid:focus, .custom-select.is-valid:focus, .woocommerce .is-valid.select2-selection:focus, .woocommerce .is-valid.input-select:focus,
.woocommerce select.is-valid:focus,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-valid.chosen-choices:focus,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .is-valid.chosen-choices:focus, .facetwp-type-fselect .is-valid.fs-label-wrap:focus, .facetwp-type-dropdown .is-valid.facetwp-dropdown:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated #reviews #comment:invalid, #reviews .was-validated #comment:invalid, .was-validated .woocommerce .input-text:invalid, .woocommerce .was-validated .input-text:invalid, .was-validated .woocommerce-ordering select:invalid, .woocommerce-ordering .was-validated select:invalid, .was-validated .gform_wrapper.gravity-theme select:invalid, .was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:invalid, .gform_wrapper.gravity-theme .was-validated select:invalid, .gform_wrapper.gravity-theme .was-validated .ginput_container_multiselect .chosen-container-multi .chosen-choices:invalid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:invalid, .was-validated .gform_wrapper.gravity-theme textarea:invalid, .gform_wrapper.gravity-theme .was-validated textarea:invalid, .was-validated .gform_wrapper.gravity-theme input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .gform_wrapper.gravity-theme .was-validated input:invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .was-validated .facetwp-facet-search .facetwp-search:invalid, .facetwp-facet-search .was-validated .facetwp-search:invalid, .form-control.is-invalid, #reviews .is-invalid#comment, .woocommerce .is-invalid.input-text, .woocommerce-ordering select.is-invalid, .gform_wrapper.gravity-theme select.is-invalid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-invalid.chosen-choices, .gform_wrapper.gravity-theme textarea.is-invalid, .gform_wrapper.gravity-theme input.is-invalid:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .is-invalid.facetwp-search {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated #reviews #comment:invalid:focus, #reviews .was-validated #comment:invalid:focus, .was-validated .woocommerce .input-text:invalid:focus, .woocommerce .was-validated .input-text:invalid:focus, .was-validated .woocommerce-ordering select:invalid:focus, .woocommerce-ordering .was-validated select:invalid:focus, .was-validated .gform_wrapper.gravity-theme select:invalid:focus, .was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:invalid:focus, .gform_wrapper.gravity-theme .was-validated select:invalid:focus, .gform_wrapper.gravity-theme .was-validated .ginput_container_multiselect .chosen-container-multi .chosen-choices:invalid:focus, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:invalid:focus, .was-validated .gform_wrapper.gravity-theme textarea:invalid:focus, .gform_wrapper.gravity-theme .was-validated textarea:invalid:focus, .was-validated .gform_wrapper.gravity-theme input:invalid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .gform_wrapper.gravity-theme .was-validated input:invalid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .was-validated .facetwp-facet-search .facetwp-search:invalid:focus, .facetwp-facet-search .was-validated .facetwp-search:invalid:focus, .form-control.is-invalid:focus, #reviews .is-invalid#comment:focus, .woocommerce .is-invalid.input-text:focus, .woocommerce-ordering select.is-invalid:focus, .gform_wrapper.gravity-theme select.is-invalid:focus, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-invalid.chosen-choices:focus, .gform_wrapper.gravity-theme textarea.is-invalid:focus, .gform_wrapper.gravity-theme input.is-invalid:focus:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .is-invalid.facetwp-search:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, .was-validated #reviews select#comment:invalid, #reviews .was-validated select#comment:invalid, .was-validated .woocommerce select.input-text:invalid, .woocommerce .was-validated select.input-text:invalid, .was-validated .woocommerce-ordering select:invalid, .woocommerce-ordering .was-validated select:invalid, .was-validated .gform_wrapper.gravity-theme select:invalid, .was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:invalid, .gform_wrapper.gravity-theme .was-validated select:invalid, .gform_wrapper.gravity-theme .was-validated .ginput_container_multiselect .chosen-container-multi .chosen-choices:invalid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:invalid, .was-validated .facetwp-facet-search select.facetwp-search:invalid, .facetwp-facet-search .was-validated select.facetwp-search:invalid, select.form-control.is-invalid, #reviews select.is-invalid#comment, .woocommerce select.is-invalid.input-text, .woocommerce-ordering select.is-invalid, .gform_wrapper.gravity-theme select.is-invalid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-invalid.chosen-choices, .facetwp-facet-search select.is-invalid.facetwp-search {
  padding-right: 6rem !important;
  background-position: right 3rem center;
}

.was-validated textarea.form-control:invalid, .was-validated #reviews textarea#comment:invalid, #reviews .was-validated textarea#comment:invalid, .was-validated .woocommerce textarea.input-text:invalid, .woocommerce .was-validated textarea.input-text:invalid, .was-validated .woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi textarea.chosen-choices:invalid, .woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated textarea.chosen-choices:invalid, .was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering textarea.chosen-choices:invalid, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering .was-validated textarea.chosen-choices:invalid, .was-validated .gform_wrapper.gravity-theme textarea:invalid, .gform_wrapper.gravity-theme .was-validated textarea:invalid, .was-validated .facetwp-facet-search textarea.facetwp-search:invalid, .facetwp-facet-search .was-validated textarea.facetwp-search:invalid, textarea.form-control.is-invalid, #reviews textarea.is-invalid#comment, .woocommerce textarea.is-invalid.input-text, .woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi textarea.is-invalid.chosen-choices, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering textarea.is-invalid.chosen-choices, .gform_wrapper.gravity-theme textarea.is-invalid, .facetwp-facet-search textarea.is-invalid.facetwp-search {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .was-validated .woocommerce .select2-selection:invalid, .woocommerce .was-validated .select2-selection:invalid, .was-validated .woocommerce .input-select:invalid, .woocommerce .was-validated .input-select:invalid,
.was-validated .woocommerce select:invalid,
.woocommerce .was-validated select:invalid,
.was-validated .woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:invalid,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:invalid,
.was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices:invalid,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .was-validated .chosen-choices:invalid, .was-validated .facetwp-type-fselect .fs-label-wrap:invalid, .facetwp-type-fselect .was-validated .fs-label-wrap:invalid, .was-validated .facetwp-type-dropdown .facetwp-dropdown:invalid, .facetwp-type-dropdown .was-validated .facetwp-dropdown:invalid, .custom-select.is-invalid, .woocommerce .is-invalid.select2-selection, .woocommerce .is-invalid.input-select,
.woocommerce select.is-invalid,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-invalid.chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .is-invalid.chosen-choices, .facetwp-type-fselect .is-invalid.fs-label-wrap, .facetwp-type-dropdown .is-invalid.facetwp-dropdown {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z' fill='%2300C8A0'/%3E%3C/svg%3E") right 1rem center/2rem 2rem no-repeat, #F9F9F9 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .was-validated .woocommerce .select2-selection:invalid:focus, .woocommerce .was-validated .select2-selection:invalid:focus, .was-validated .woocommerce .input-select:invalid:focus, .woocommerce .was-validated .input-select:invalid:focus,
.was-validated .woocommerce select:invalid:focus,
.woocommerce .was-validated select:invalid:focus,
.was-validated .woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:invalid:focus,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .was-validated .chosen-choices:invalid:focus,
.was-validated .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices:invalid:focus,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .was-validated .chosen-choices:invalid:focus, .was-validated .facetwp-type-fselect .fs-label-wrap:invalid:focus, .facetwp-type-fselect .was-validated .fs-label-wrap:invalid:focus, .was-validated .facetwp-type-dropdown .facetwp-dropdown:invalid:focus, .facetwp-type-dropdown .was-validated .facetwp-dropdown:invalid:focus, .custom-select.is-invalid:focus, .woocommerce .is-invalid.select2-selection:focus, .woocommerce .is-invalid.input-select:focus,
.woocommerce select.is-invalid:focus,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .is-invalid.chosen-choices:focus,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .is-invalid.chosen-choices:focus, .facetwp-type-fselect .is-invalid.fs-label-wrap:focus, .facetwp-type-dropdown .is-invalid.facetwp-dropdown:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline #reviews #comment, #reviews .form-inline #comment, .form-inline .woocommerce .input-text, .woocommerce .form-inline .input-text, .form-inline .woocommerce-ordering select, .woocommerce-ordering .form-inline select, .form-inline .gform_wrapper.gravity-theme select, .form-inline .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices, .gform_wrapper.gravity-theme .form-inline select, .gform_wrapper.gravity-theme .form-inline .ginput_container_multiselect .chosen-container-multi .chosen-choices, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .form-inline .chosen-choices, .form-inline .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme .form-inline textarea, .form-inline .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .gform_wrapper.gravity-theme .form-inline input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .form-inline .facetwp-facet-search .facetwp-search, .facetwp-facet-search .form-inline .facetwp-search {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select,
.form-inline .woocommerce .select2-selection,
.woocommerce .form-inline .select2-selection,
.form-inline .woocommerce .input-select,
.woocommerce .form-inline .input-select,
.form-inline .woocommerce select,
.woocommerce .form-inline select,
.form-inline .woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .form-inline .chosen-choices,
.form-inline .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .form-inline .chosen-choices,
.form-inline .facetwp-type-fselect .fs-label-wrap,
.facetwp-type-fselect .form-inline .fs-label-wrap,
.form-inline .facetwp-type-dropdown .facetwp-dropdown,
.facetwp-type-dropdown .form-inline .facetwp-dropdown {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .wp-block-button .wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart, .woocommerce form button.button.alt,
.woocommerce a.button.alt,
.woocommerce a.button,
.woocommerce input.button[type=submit],
.woocommerce ul.products li.product a.button,
.woocommerce a[href].button.add_to_cart_button,
.woocommerce a.button.checkout-button.alt,
.woocommerce button.button,
.woocommerce .cart button.button,
.woocommerce #respond input#submit,
.woocommerce #add-member-form .button, body #gdprc_bar .gdprc_button, body #gdprc_settings .gdprc_button, .gform_wrapper.gravity-theme .gform_button,
.gform_wrapper.gravity-theme .gform_next_button,
.gform_wrapper.gravity-theme .gform_previous_button {
  display: inline-block;
  font-weight: 600;
  color: #161617;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .wp-block-button .wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart, .woocommerce form button.button.alt,
.woocommerce a.button.alt,
.woocommerce a.button,
.woocommerce input.button[type=submit],
.woocommerce ul.products li.product a.button,
.woocommerce a[href].button.add_to_cart_button,
.woocommerce a.button.checkout-button.alt,
.woocommerce button.button,
.woocommerce .cart button.button,
.woocommerce #respond input#submit,
.woocommerce #add-member-form .button, body #gdprc_bar .gdprc_button, body #gdprc_settings .gdprc_button, .gform_wrapper.gravity-theme .gform_button,
.gform_wrapper.gravity-theme .gform_next_button,
.gform_wrapper.gravity-theme .gform_previous_button {
    transition: none;
  }
}
.btn:hover, .wp-block-button .wp-block-button__link:hover, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart:hover, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart:hover, .woocommerce form button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce input.button[type=submit]:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce a[href].button.add_to_cart_button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #add-member-form .button:hover, body #gdprc_bar .gdprc_button:hover, body #gdprc_settings .gdprc_button:hover, .gform_wrapper.gravity-theme .gform_button:hover,
.gform_wrapper.gravity-theme .gform_next_button:hover,
.gform_wrapper.gravity-theme .gform_previous_button:hover {
  color: #161617;
  text-decoration: none;
}
.btn:focus, .wp-block-button .wp-block-button__link:focus, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart:focus, .woocommerce form button.button.alt:focus,
.woocommerce a.button:focus,
.woocommerce input.button[type=submit]:focus,
.woocommerce ul.products li.product a.button:focus,
.woocommerce a[href].button.add_to_cart_button:focus,
.woocommerce button.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce #add-member-form .button:focus, body #gdprc_bar .gdprc_button:focus, body #gdprc_settings .gdprc_button:focus, .gform_wrapper.gravity-theme .gform_button:focus,
.gform_wrapper.gravity-theme .gform_next_button:focus,
.gform_wrapper.gravity-theme .gform_previous_button:focus, .btn.focus, .wp-block-button .focus.wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .focus.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .focus.added_to_cart, .woocommerce form button.focus.button.alt,
.woocommerce a.focus.button,
.woocommerce input.focus.button[type=submit],
.woocommerce ul.products li.product a.focus.button,
.woocommerce a.focus[href].button.add_to_cart_button,
.woocommerce button.focus.button,
.woocommerce #respond input.focus#submit,
.woocommerce #add-member-form .focus.button, body #gdprc_bar .focus.gdprc_button, body #gdprc_settings .focus.gdprc_button, .gform_wrapper.gravity-theme .focus.gform_button,
.gform_wrapper.gravity-theme .focus.gform_next_button,
.gform_wrapper.gravity-theme .focus.gform_previous_button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .wp-block-button .disabled.wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .disabled.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .disabled.added_to_cart, .woocommerce form button.disabled.button.alt,
.woocommerce a.disabled.button,
.woocommerce input.disabled.button[type=submit],
.woocommerce ul.products li.product a.disabled.button,
.woocommerce a.disabled[href].button.add_to_cart_button,
.woocommerce button.disabled.button,
.woocommerce #respond input.disabled#submit,
.woocommerce #add-member-form .disabled.button, body #gdprc_bar .disabled.gdprc_button, body #gdprc_settings .disabled.gdprc_button, .gform_wrapper.gravity-theme .disabled.gform_button,
.gform_wrapper.gravity-theme .disabled.gform_next_button,
.gform_wrapper.gravity-theme .disabled.gform_previous_button, .btn:disabled, .wp-block-button .wp-block-button__link:disabled, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart:disabled, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart:disabled, .woocommerce form button.button.alt:disabled,
.woocommerce a.button:disabled,
.woocommerce input.button[type=submit]:disabled,
.woocommerce ul.products li.product a.button:disabled,
.woocommerce a[href].button.add_to_cart_button:disabled,
.woocommerce button.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #add-member-form .button:disabled, body #gdprc_bar .gdprc_button:disabled, body #gdprc_settings .gdprc_button:disabled, .gform_wrapper.gravity-theme .gform_button:disabled,
.gform_wrapper.gravity-theme .gform_next_button:disabled,
.gform_wrapper.gravity-theme .gform_previous_button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .wp-block-button .wp-block-button__link:not(:disabled):not(.disabled), .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart:not(:disabled):not(.disabled), .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart:not(:disabled):not(.disabled),
.woocommerce a.button:not(:disabled):not(.disabled),
.woocommerce input.button[type=submit]:not(:disabled):not(.disabled),
.woocommerce ul.products li.product a.button:not(:disabled):not(.disabled),
.woocommerce button.button:not(:disabled):not(.disabled),
.woocommerce #respond input#submit:not(:disabled):not(.disabled),
.woocommerce #add-member-form .button:not(:disabled):not(.disabled), body #gdprc_bar .gdprc_button:not(:disabled):not(.disabled), body #gdprc_settings .gdprc_button:not(:disabled):not(.disabled), .gform_wrapper.gravity-theme .gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .gform_next_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .gform_previous_button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .wp-block-button a.disabled.wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.disabled.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.disabled.added_to_cart,
.woocommerce a.disabled.button,
.woocommerce ul.products li.product a.disabled.button,
.woocommerce a.disabled[href].button.add_to_cart_button,
.woocommerce #add-member-form a.disabled.button, body #gdprc_bar a.disabled.gdprc_button, body #gdprc_settings a.disabled.gdprc_button, .gform_wrapper.gravity-theme a.disabled.gform_button,
.gform_wrapper.gravity-theme a.disabled.gform_next_button,
.gform_wrapper.gravity-theme a.disabled.gform_previous_button,
fieldset:disabled a.btn,
fieldset:disabled .wp-block-button a.wp-block-button__link,
.wp-block-button fieldset:disabled a.wp-block-button__link,
fieldset:disabled .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill fieldset:disabled .wp-block-button__link + a.added_to_cart,
fieldset:disabled .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) fieldset:disabled .wp-block-button__link + a.added_to_cart,
fieldset:disabled .woocommerce a.button,
.woocommerce fieldset:disabled a.button,
fieldset:disabled .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product fieldset:disabled a.button,
fieldset:disabled .woocommerce a[href].button.add_to_cart_button,
.woocommerce fieldset:disabled a[href].button.add_to_cart_button,
fieldset:disabled .woocommerce #add-member-form a.button,
.woocommerce #add-member-form fieldset:disabled a.button,
fieldset:disabled body #gdprc_bar a.gdprc_button,
body #gdprc_bar fieldset:disabled a.gdprc_button,
fieldset:disabled body #gdprc_settings a.gdprc_button,
body #gdprc_settings fieldset:disabled a.gdprc_button,
fieldset:disabled .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme fieldset:disabled a.gform_button,
fieldset:disabled .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme fieldset:disabled a.gform_next_button,
fieldset:disabled .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme fieldset:disabled a.gform_previous_button {
  pointer-events: none;
}

.btn-primary, .wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color, body #gdprc_bar .gdprc_button, body #gdprc_settings .gdprc_button, .gform_wrapper.gravity-theme .gform_button,
.gform_wrapper.gravity-theme .gform_next_button,
.gform_wrapper.gravity-theme .gform_previous_button {
  color: #fff;
  background-color: #00C8A0;
  border-color: #00C8A0;
}
.btn-primary:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color:hover, body #gdprc_bar .gdprc_button:hover, body #gdprc_settings .gdprc_button:hover, .gform_wrapper.gravity-theme .gform_button:hover,
.gform_wrapper.gravity-theme .gform_next_button:hover,
.gform_wrapper.gravity-theme .gform_previous_button:hover {
  color: #fff;
  background-color: #00a281;
  border-color: #009577;
}
.btn-primary:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color:focus, body #gdprc_bar .gdprc_button:focus, body #gdprc_settings .gdprc_button:focus, .gform_wrapper.gravity-theme .gform_button:focus,
.gform_wrapper.gravity-theme .gform_next_button:focus,
.gform_wrapper.gravity-theme .gform_previous_button:focus, .btn-primary.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-primary-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-primary-background-color, body #gdprc_bar .focus.gdprc_button, body #gdprc_settings .focus.gdprc_button, .gform_wrapper.gravity-theme .focus.gform_button,
.gform_wrapper.gravity-theme .focus.gform_next_button,
.gform_wrapper.gravity-theme .focus.gform_previous_button {
  color: #fff;
  background-color: #00a281;
  border-color: #009577;
  box-shadow: 0 0 0 0.2rem rgba(38, 208, 174, 0.5);
}
.btn-primary.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-primary-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-primary-background-color, body #gdprc_bar .disabled.gdprc_button, body #gdprc_settings .disabled.gdprc_button, .gform_wrapper.gravity-theme .disabled.gform_button,
.gform_wrapper.gravity-theme .disabled.gform_next_button,
.gform_wrapper.gravity-theme .disabled.gform_previous_button, .btn-primary:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color:disabled, body #gdprc_bar .gdprc_button:disabled, body #gdprc_settings .gdprc_button:disabled, .gform_wrapper.gravity-theme .gform_button:disabled,
.gform_wrapper.gravity-theme .gform_next_button:disabled,
.gform_wrapper.gravity-theme .gform_previous_button:disabled {
  color: #fff;
  background-color: #00C8A0;
  border-color: #00C8A0;
}
.btn-primary:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):active, body #gdprc_bar .gdprc_button:not(:disabled):not(.disabled):active, body #gdprc_settings .gdprc_button:not(:disabled):not(.disabled):active, .gform_wrapper.gravity-theme .gform_button:not(:disabled):not(.disabled):active,
.gform_wrapper.gravity-theme .gform_next_button:not(:disabled):not(.disabled):active,
.gform_wrapper.gravity-theme .gform_previous_button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled).active, body #gdprc_bar .gdprc_button:not(:disabled):not(.disabled).active, body #gdprc_settings .gdprc_button:not(:disabled):not(.disabled).active, .gform_wrapper.gravity-theme .gform_button:not(:disabled):not(.disabled).active,
.gform_wrapper.gravity-theme .gform_next_button:not(:disabled):not(.disabled).active,
.gform_wrapper.gravity-theme .gform_previous_button:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-primary:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] body #gdprc_bar a.gdprc_button:not(:disabled):not(.disabled), body #gdprc_bar .widget_recent_entries li[class*=current] a.gdprc_button:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] body #gdprc_settings a.gdprc_button:not(:disabled):not(.disabled), body #gdprc_settings .widget_recent_entries li[class*=current] a.gdprc_button:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme a.gform_button:not(:disabled):not(.disabled), .gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme a.gform_next_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] a.gform_next_button:not(:disabled):not(.disabled),
.widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme a.gform_previous_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] a.gform_previous_button:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-primary:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] body #gdprc_bar a.gdprc_button:not(:disabled):not(.disabled),
body #gdprc_bar .widget_archive li[class*=current] a.gdprc_button:not(:disabled):not(.disabled),
.widget_archive li[class*=current] body #gdprc_settings a.gdprc_button:not(:disabled):not(.disabled),
body #gdprc_settings .widget_archive li[class*=current] a.gdprc_button:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .gform_wrapper.gravity-theme a.gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_archive li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .gform_wrapper.gravity-theme a.gform_next_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_archive li[class*=current] a.gform_next_button:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .gform_wrapper.gravity-theme a.gform_previous_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_archive li[class*=current] a.gform_previous_button:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-primary:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] body #gdprc_bar a.gdprc_button:not(:disabled):not(.disabled),
body #gdprc_bar .widget_categories li[class*=current] a.gdprc_button:not(:disabled):not(.disabled),
.widget_categories li[class*=current] body #gdprc_settings a.gdprc_button:not(:disabled):not(.disabled),
body #gdprc_settings .widget_categories li[class*=current] a.gdprc_button:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .gform_wrapper.gravity-theme a.gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_categories li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .gform_wrapper.gravity-theme a.gform_next_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_categories li[class*=current] a.gform_next_button:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .gform_wrapper.gravity-theme a.gform_previous_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_categories li[class*=current] a.gform_previous_button:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-primary:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] body #gdprc_bar a.gdprc_button:not(:disabled):not(.disabled),
body #gdprc_bar .widget_meta li[class*=current] a.gdprc_button:not(:disabled):not(.disabled),
.widget_meta li[class*=current] body #gdprc_settings a.gdprc_button:not(:disabled):not(.disabled),
body #gdprc_settings .widget_meta li[class*=current] a.gdprc_button:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .gform_wrapper.gravity-theme a.gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_meta li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .gform_wrapper.gravity-theme a.gform_next_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_meta li[class*=current] a.gform_next_button:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .gform_wrapper.gravity-theme a.gform_previous_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme .widget_meta li[class*=current] a.gform_previous_button:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-primary-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-primary-background-color, body #gdprc_bar .show > .dropdown-toggle.gdprc_button, body #gdprc_settings .show > .dropdown-toggle.gdprc_button, .gform_wrapper.gravity-theme .show > .dropdown-toggle.gform_button,
.gform_wrapper.gravity-theme .show > .dropdown-toggle.gform_next_button,
.gform_wrapper.gravity-theme .show > .dropdown-toggle.gform_previous_button {
  color: #fff;
  background-color: #009577;
  border-color: #00886d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):active:focus, body #gdprc_bar .gdprc_button:not(:disabled):not(.disabled):active:focus, body #gdprc_settings .gdprc_button:not(:disabled):not(.disabled):active:focus, .gform_wrapper.gravity-theme .gform_button:not(:disabled):not(.disabled):active:focus,
.gform_wrapper.gravity-theme .gform_next_button:not(:disabled):not(.disabled):active:focus,
.gform_wrapper.gravity-theme .gform_previous_button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled).active:focus, body #gdprc_bar .gdprc_button:not(:disabled):not(.disabled).active:focus, body #gdprc_settings .gdprc_button:not(:disabled):not(.disabled).active:focus, .gform_wrapper.gravity-theme .gform_button:not(:disabled):not(.disabled).active:focus,
.gform_wrapper.gravity-theme .gform_next_button:not(:disabled):not(.disabled).active:focus,
.gform_wrapper.gravity-theme .gform_previous_button:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-primary:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] body #gdprc_bar a.gdprc_button:not(:disabled):not(.disabled):focus, body #gdprc_bar .widget_recent_entries li[class*=current] a.gdprc_button:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] body #gdprc_settings a.gdprc_button:not(:disabled):not(.disabled):focus, body #gdprc_settings .widget_recent_entries li[class*=current] a.gdprc_button:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme a.gform_button:not(:disabled):not(.disabled):focus, .gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme a.gform_next_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] a.gform_next_button:not(:disabled):not(.disabled):focus,
.widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme a.gform_previous_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] a.gform_previous_button:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-primary:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] body #gdprc_bar a.gdprc_button:not(:disabled):not(.disabled):focus,
body #gdprc_bar .widget_archive li[class*=current] a.gdprc_button:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] body #gdprc_settings a.gdprc_button:not(:disabled):not(.disabled):focus,
body #gdprc_settings .widget_archive li[class*=current] a.gdprc_button:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme a.gform_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_archive li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme a.gform_next_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_archive li[class*=current] a.gform_next_button:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme a.gform_previous_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_archive li[class*=current] a.gform_previous_button:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-primary:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] body #gdprc_bar a.gdprc_button:not(:disabled):not(.disabled):focus,
body #gdprc_bar .widget_categories li[class*=current] a.gdprc_button:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] body #gdprc_settings a.gdprc_button:not(:disabled):not(.disabled):focus,
body #gdprc_settings .widget_categories li[class*=current] a.gdprc_button:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme a.gform_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_categories li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme a.gform_next_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_categories li[class*=current] a.gform_next_button:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme a.gform_previous_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_categories li[class*=current] a.gform_previous_button:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-primary:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-primary-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] body #gdprc_bar a.gdprc_button:not(:disabled):not(.disabled):focus,
body #gdprc_bar .widget_meta li[class*=current] a.gdprc_button:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] body #gdprc_settings a.gdprc_button:not(:disabled):not(.disabled):focus,
body #gdprc_settings .widget_meta li[class*=current] a.gdprc_button:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme a.gform_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_meta li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme a.gform_next_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_meta li[class*=current] a.gform_next_button:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme a.gform_previous_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme .widget_meta li[class*=current] a.gform_previous_button:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-primary-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-primary-background-color:focus, body #gdprc_bar .show > .dropdown-toggle.gdprc_button:focus, body #gdprc_settings .show > .dropdown-toggle.gdprc_button:focus, .gform_wrapper.gravity-theme .show > .dropdown-toggle.gform_button:focus,
.gform_wrapper.gravity-theme .show > .dropdown-toggle.gform_next_button:focus,
.gform_wrapper.gravity-theme .show > .dropdown-toggle.gform_previous_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 208, 174, 0.5);
}

.btn-secondary, .wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.loading, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.loading {
  color: #212529;
  background-color: #CCF4EC;
  border-color: #CCF4EC;
}
.btn-secondary:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color:hover, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.loading:hover, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.loading:hover {
  color: #212529;
  background-color: #adede0;
  border-color: #a2ebdc;
}
.btn-secondary:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color:focus, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.loading:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.loading:focus, .btn-secondary.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-secondary-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-secondary-background-color, .woocommerce .wp-block-button.is-style-fill .focus.wp-block-button__link.loading, .woocommerce .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.loading {
  color: #212529;
  background-color: #adede0;
  border-color: #a2ebdc;
  box-shadow: 0 0 0 0.2rem rgba(178, 213, 207, 0.5);
}
.btn-secondary.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-secondary-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-secondary-background-color, .woocommerce .wp-block-button.is-style-fill .disabled.wp-block-button__link.loading, .woocommerce .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.loading, .btn-secondary:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color:disabled, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.loading:disabled, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.loading:disabled {
  color: #212529;
  background-color: #CCF4EC;
  border-color: #CCF4EC;
}
.btn-secondary:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):active, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.loading:not(:disabled):not(.disabled):active, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.loading:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled).active, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.loading:not(:disabled):not(.disabled).active, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.loading:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-secondary:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.loading:not(:disabled):not(.disabled), .woocommerce .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.loading:not(:disabled):not(.disabled), .woocommerce .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-secondary:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.woocommerce .wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-secondary:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.woocommerce .wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-secondary:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.woocommerce .wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.loading:not(:disabled):not(.disabled),
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-secondary-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-secondary-background-color, .woocommerce .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.loading, .woocommerce .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.loading {
  color: #212529;
  background-color: #a2ebdc;
  border-color: #98e9d8;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):active:focus, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.loading:not(:disabled):not(.disabled):active:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.loading:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled).active:focus, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.loading:not(:disabled):not(.disabled).active:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.loading:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-secondary:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus, .woocommerce .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus, .woocommerce .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-secondary:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-secondary:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-secondary:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-secondary-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.loading:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-secondary-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-secondary-background-color:focus, .woocommerce .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.loading:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.loading:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 213, 207, 0.5);
}

.btn-highlight, .wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color, .woocommerce form button.button.alt,
.woocommerce a.button.alt,
.woocommerce a.button,
.woocommerce input.button[type=submit],
.woocommerce ul.products li.product a.button,
.woocommerce a[href].button.add_to_cart_button,
.woocommerce a.button.checkout-button.alt,
.woocommerce button.button,
.woocommerce .cart button.button,
.woocommerce #respond input#submit,
.woocommerce #add-member-form .button, .gform_wrapper.gravity-theme.gf_login_form .gform_button, .gform_wrapper.gravity-theme form.register .gform_button {
  color: #fff;
  background-color: #0028B9;
  border-color: #0028B9;
}
.btn-highlight:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color:hover, .woocommerce form button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce input.button[type=submit]:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce a[href].button.add_to_cart_button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #add-member-form .button:hover, .gform_wrapper.gravity-theme.gf_login_form .gform_button:hover, .gform_wrapper.gravity-theme form.register .gform_button:hover {
  color: #fff;
  background-color: #002093;
  border-color: #001d86;
}
.btn-highlight:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color:focus, .woocommerce form button.button.alt:focus,
.woocommerce a.button:focus,
.woocommerce input.button[type=submit]:focus,
.woocommerce ul.products li.product a.button:focus,
.woocommerce a[href].button.add_to_cart_button:focus,
.woocommerce button.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce #add-member-form .button:focus, .gform_wrapper.gravity-theme.gf_login_form .gform_button:focus, .gform_wrapper.gravity-theme form.register .gform_button:focus, .btn-highlight.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-highlight-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-highlight-background-color, .woocommerce form button.focus.button.alt,
.woocommerce a.focus.button,
.woocommerce input.focus.button[type=submit],
.woocommerce ul.products li.product a.focus.button,
.woocommerce a.focus[href].button.add_to_cart_button,
.woocommerce button.focus.button,
.woocommerce #respond input.focus#submit,
.woocommerce #add-member-form .focus.button, .gform_wrapper.gravity-theme.gf_login_form .focus.gform_button, .gform_wrapper.gravity-theme form.register .focus.gform_button {
  color: #fff;
  background-color: #002093;
  border-color: #001d86;
  box-shadow: 0 0 0 0.2rem rgba(38, 72, 196, 0.5);
}
.btn-highlight.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-highlight-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-highlight-background-color, .woocommerce form button.disabled.button.alt,
.woocommerce a.disabled.button,
.woocommerce input.disabled.button[type=submit],
.woocommerce ul.products li.product a.disabled.button,
.woocommerce a.disabled[href].button.add_to_cart_button,
.woocommerce button.disabled.button,
.woocommerce #respond input.disabled#submit,
.woocommerce #add-member-form .disabled.button, .gform_wrapper.gravity-theme.gf_login_form .disabled.gform_button, .gform_wrapper.gravity-theme form.register .disabled.gform_button, .btn-highlight:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color:disabled, .woocommerce form button.button.alt:disabled,
.woocommerce a.button:disabled,
.woocommerce input.button[type=submit]:disabled,
.woocommerce ul.products li.product a.button:disabled,
.woocommerce a[href].button.add_to_cart_button:disabled,
.woocommerce button.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #add-member-form .button:disabled, .gform_wrapper.gravity-theme.gf_login_form .gform_button:disabled, .gform_wrapper.gravity-theme form.register .gform_button:disabled {
  color: #fff;
  background-color: #0028B9;
  border-color: #0028B9;
}
.btn-highlight:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):active,
.woocommerce a.button:not(:disabled):not(.disabled):active,
.woocommerce input.button[type=submit]:not(:disabled):not(.disabled):active,
.woocommerce button.button:not(:disabled):not(.disabled):active,
.woocommerce #respond input#submit:not(:disabled):not(.disabled):active,
.woocommerce #add-member-form .button:not(:disabled):not(.disabled):active, .gform_wrapper.gravity-theme.gf_login_form .gform_button:not(:disabled):not(.disabled):active, .gform_wrapper.gravity-theme form.register .gform_button:not(:disabled):not(.disabled):active, .btn-highlight:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled).active,
.woocommerce a.button:not(:disabled):not(.disabled).active,
.woocommerce input.button[type=submit]:not(:disabled):not(.disabled).active,
.woocommerce button.button:not(:disabled):not(.disabled).active,
.woocommerce #respond input#submit:not(:disabled):not(.disabled).active,
.woocommerce #add-member-form .button:not(:disabled):not(.disabled).active, .gform_wrapper.gravity-theme.gf_login_form .gform_button:not(:disabled):not(.disabled).active, .gform_wrapper.gravity-theme form.register .gform_button:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-highlight:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.widget_recent_entries li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled),
.woocommerce .widget_recent_entries li[class*=current] a.button:not(:disabled):not(.disabled),
.widget_recent_entries li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled),
.woocommerce #add-member-form .widget_recent_entries li[class*=current] a.button:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme.gf_login_form a.gform_button:not(:disabled):not(.disabled), .gform_wrapper.gravity-theme.gf_login_form .widget_recent_entries li[class*=current] a.gform_button:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme form.register a.gform_button:not(:disabled):not(.disabled), .gform_wrapper.gravity-theme form.register .widget_recent_entries li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-highlight:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled),
.woocommerce .widget_archive li[class*=current] a.button:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled),
.woocommerce #add-member-form .widget_archive li[class*=current] a.button:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .gform_wrapper.gravity-theme.gf_login_form a.gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme.gf_login_form .widget_archive li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .gform_wrapper.gravity-theme form.register a.gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme form.register .widget_archive li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-highlight:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled),
.woocommerce .widget_categories li[class*=current] a.button:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled),
.woocommerce #add-member-form .widget_categories li[class*=current] a.button:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .gform_wrapper.gravity-theme.gf_login_form a.gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme.gf_login_form .widget_categories li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .gform_wrapper.gravity-theme form.register a.gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme form.register .widget_categories li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-highlight:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled),
.woocommerce .widget_meta li[class*=current] a.button:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled),
.woocommerce #add-member-form .widget_meta li[class*=current] a.button:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .gform_wrapper.gravity-theme.gf_login_form a.gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme.gf_login_form .widget_meta li[class*=current] a.gform_button:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .gform_wrapper.gravity-theme form.register a.gform_button:not(:disabled):not(.disabled),
.gform_wrapper.gravity-theme form.register .widget_meta li[class*=current] a.gform_button:not(:disabled):not(.disabled), .show > .btn-highlight.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-highlight-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-highlight-background-color, .woocommerce form .show > button.dropdown-toggle.button.alt,
.woocommerce .show > a.dropdown-toggle.button,
.woocommerce .show > input.dropdown-toggle.button[type=submit],
.woocommerce ul.products li.product .show > a.dropdown-toggle.button,
.woocommerce .show > button.dropdown-toggle.button,
.woocommerce #respond .show > input.dropdown-toggle#submit,
.woocommerce #add-member-form .show > .dropdown-toggle.button, .gform_wrapper.gravity-theme.gf_login_form .show > .dropdown-toggle.gform_button, .gform_wrapper.gravity-theme form.register .show > .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #001d86;
  border-color: #001a79;
}
.btn-highlight:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):active:focus,
.woocommerce a.button:not(:disabled):not(.disabled):active:focus,
.woocommerce input.button[type=submit]:not(:disabled):not(.disabled):active:focus,
.woocommerce button.button:not(:disabled):not(.disabled):active:focus,
.woocommerce #respond input#submit:not(:disabled):not(.disabled):active:focus,
.woocommerce #add-member-form .button:not(:disabled):not(.disabled):active:focus, .gform_wrapper.gravity-theme.gf_login_form .gform_button:not(:disabled):not(.disabled):active:focus, .gform_wrapper.gravity-theme form.register .gform_button:not(:disabled):not(.disabled):active:focus, .btn-highlight:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled).active:focus,
.woocommerce a.button:not(:disabled):not(.disabled).active:focus,
.woocommerce input.button[type=submit]:not(:disabled):not(.disabled).active:focus,
.woocommerce button.button:not(:disabled):not(.disabled).active:focus,
.woocommerce #respond input#submit:not(:disabled):not(.disabled).active:focus,
.woocommerce #add-member-form .button:not(:disabled):not(.disabled).active:focus, .gform_wrapper.gravity-theme.gf_login_form .gform_button:not(:disabled):not(.disabled).active:focus, .gform_wrapper.gravity-theme form.register .gform_button:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-highlight:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.widget_recent_entries li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):focus,
.woocommerce .widget_recent_entries li[class*=current] a.button:not(:disabled):not(.disabled):focus,
.widget_recent_entries li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):focus,
.woocommerce #add-member-form .widget_recent_entries li[class*=current] a.button:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme.gf_login_form a.gform_button:not(:disabled):not(.disabled):focus, .gform_wrapper.gravity-theme.gf_login_form .widget_recent_entries li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme form.register a.gform_button:not(:disabled):not(.disabled):focus, .gform_wrapper.gravity-theme form.register .widget_recent_entries li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-highlight:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):focus,
.woocommerce .widget_archive li[class*=current] a.button:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):focus,
.woocommerce #add-member-form .widget_archive li[class*=current] a.button:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme.gf_login_form a.gform_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme.gf_login_form .widget_archive li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme form.register a.gform_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme form.register .widget_archive li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-highlight:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):focus,
.woocommerce .widget_categories li[class*=current] a.button:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):focus,
.woocommerce #add-member-form .widget_categories li[class*=current] a.button:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme.gf_login_form a.gform_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme.gf_login_form .widget_categories li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme form.register a.gform_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme form.register .widget_categories li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-highlight:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-highlight-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):focus,
.woocommerce .widget_meta li[class*=current] a.button:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):focus,
.woocommerce #add-member-form .widget_meta li[class*=current] a.button:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme.gf_login_form a.gform_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme.gf_login_form .widget_meta li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme form.register a.gform_button:not(:disabled):not(.disabled):focus,
.gform_wrapper.gravity-theme form.register .widget_meta li[class*=current] a.gform_button:not(:disabled):not(.disabled):focus, .show > .btn-highlight.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-highlight-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-highlight-background-color:focus,
.woocommerce .show > a.dropdown-toggle.button:focus,
.woocommerce .show > input.dropdown-toggle.button[type=submit]:focus,
.woocommerce ul.products li.product .show > a.dropdown-toggle.button:focus,
.woocommerce .show > button.dropdown-toggle.button:focus,
.woocommerce #respond .show > input.dropdown-toggle#submit:focus,
.woocommerce #add-member-form .show > .dropdown-toggle.button:focus, .gform_wrapper.gravity-theme.gf_login_form .show > .dropdown-toggle.gform_button:focus, .gform_wrapper.gravity-theme form.register .show > .dropdown-toggle.gform_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 72, 196, 0.5);
}

.btn-success, .wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added {
  color: #fff;
  background-color: #00C8A0;
  border-color: #00C8A0;
}
.btn-success:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color:hover, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added:hover, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added:hover {
  color: #fff;
  background-color: #00a281;
  border-color: #009577;
}
.btn-success:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color:focus, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added:focus, .btn-success.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-success-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-success-background-color, .woocommerce .wp-block-button.is-style-fill .focus.wp-block-button__link.added, .woocommerce .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.added {
  color: #fff;
  background-color: #00a281;
  border-color: #009577;
  box-shadow: 0 0 0 0.2rem rgba(38, 208, 174, 0.5);
}
.btn-success.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-success-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-success-background-color, .woocommerce .wp-block-button.is-style-fill .disabled.wp-block-button__link.added, .woocommerce .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.added, .btn-success:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color:disabled, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added:disabled, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added:disabled {
  color: #fff;
  background-color: #00C8A0;
  border-color: #00C8A0;
}
.btn-success:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):active, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added:not(:disabled):not(.disabled):active, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled).active, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added:not(:disabled):not(.disabled).active, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-success:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.added:not(:disabled):not(.disabled), .woocommerce .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.added:not(:disabled):not(.disabled), .woocommerce .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-success:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.added:not(:disabled):not(.disabled),
.woocommerce .wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.added:not(:disabled):not(.disabled),
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-success:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.added:not(:disabled):not(.disabled),
.woocommerce .wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.added:not(:disabled):not(.disabled),
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-success:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.added:not(:disabled):not(.disabled),
.woocommerce .wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.added:not(:disabled):not(.disabled),
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-success-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-success-background-color, .woocommerce .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.added, .woocommerce .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.added {
  color: #fff;
  background-color: #009577;
  border-color: #00886d;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):active:focus, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added:not(:disabled):not(.disabled):active:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled).active:focus, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added:not(:disabled):not(.disabled).active:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-success:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.added:not(:disabled):not(.disabled):focus, .woocommerce .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.added:not(:disabled):not(.disabled):focus, .woocommerce .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-success:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-success:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-success:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-success-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .woocommerce .wp-block-button.is-style-fill a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.added:not(:disabled):not(.disabled):focus,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.added:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-success-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-success-background-color:focus, .woocommerce .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.added:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.added:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 208, 174, 0.5);
}

.btn-info, .wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color:focus, .btn-info.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-info-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-info-background-color {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-info-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-info-background-color, .btn-info:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-info:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-info:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-info:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-info:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-info-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-info-background-color {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-info:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-info:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-info:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-info:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-info-background-color:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-info-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-info-background-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning, .wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color:focus, .btn-warning.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-warning-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-warning-background-color {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-warning-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-warning-background-color, .btn-warning:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-warning:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-warning:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-warning:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-warning:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-warning-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-warning-background-color {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-warning:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-warning:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-warning:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-warning:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-warning-background-color:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-warning-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-warning-background-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger, .wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color:focus, .btn-danger.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-danger-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-danger-background-color {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-danger-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-danger-background-color, .btn-danger:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-danger:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-danger:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-danger:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-danger:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-danger-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-danger-background-color {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-danger:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-danger:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-danger:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-danger:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-danger-background-color:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-danger-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-danger-background-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light, .wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color:focus, .btn-light.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-light-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-light-background-color {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-light-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-light-background-color, .btn-light:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-light:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-light:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-light:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-light:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-light-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-light-background-color {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-light:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-light:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-light:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-light:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-light-background-color:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-light-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-light-background-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark, .wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color {
  color: #fff;
  background-color: #161617;
  border-color: #161617;
}
.btn-dark:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color:hover {
  color: #fff;
  background-color: #030303;
  border-color: black;
}
.btn-dark:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color:focus, .btn-dark.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-dark-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-dark-background-color {
  color: #fff;
  background-color: #030303;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(57, 57, 58, 0.5);
}
.btn-dark.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-dark-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-dark-background-color, .btn-dark:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color:disabled {
  color: #fff;
  background-color: #161617;
  border-color: #161617;
}
.btn-dark:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-dark:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-dark:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-dark:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-dark:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-dark-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-dark-background-color {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-dark:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-dark:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-dark:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-dark:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-dark-background-color:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-dark-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-dark-background-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 57, 58, 0.5);
}

.btn-orange, .wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color {
  color: #212529;
  background-color: #FF7348;
  border-color: #FF7348;
}
.btn-orange:hover, .wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color:hover {
  color: #fff;
  background-color: #ff5622;
  border-color: #ff4c15;
}
.btn-orange:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color:focus, .btn-orange.focus, .wp-block-button.is-style-fill .focus.wp-block-button__link.has-orange-background-color, .wp-block-button:not([class*=is-style-]) .focus.wp-block-button__link.has-orange-background-color {
  color: #fff;
  background-color: #ff5622;
  border-color: #ff4c15;
  box-shadow: 0 0 0 0.2rem rgba(222, 103, 67, 0.5);
}
.btn-orange.disabled, .wp-block-button.is-style-fill .disabled.wp-block-button__link.has-orange-background-color, .wp-block-button:not([class*=is-style-]) .disabled.wp-block-button__link.has-orange-background-color, .btn-orange:disabled, .wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color:disabled, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color:disabled {
  color: #212529;
  background-color: #FF7348;
  border-color: #FF7348;
}
.btn-orange:not(:disabled):not(.disabled):active, .wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled).active, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-orange:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled), .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled), .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-orange:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-orange:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-orange:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled),
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled), .show > .btn-orange.dropdown-toggle, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-orange-background-color, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-orange-background-color {
  color: #fff;
  background-color: #ff4c15;
  border-color: #ff4208;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled).active:focus, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-orange:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus, .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-orange:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_archive li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-orange:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_categories li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-orange:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-fill a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-fill .widget_meta li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button:not([class*=is-style-]) a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus,
.wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] a.wp-block-button__link.has-orange-background-color:not(:disabled):not(.disabled):focus, .show > .btn-orange.dropdown-toggle:focus, .wp-block-button.is-style-fill .show > .dropdown-toggle.wp-block-button__link.has-orange-background-color:focus, .wp-block-button:not([class*=is-style-]) .show > .dropdown-toggle.wp-block-button__link.has-orange-background-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 103, 67, 0.5);
}

.btn-outline-primary, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color {
  color: #00C8A0;
  border-color: #00C8A0;
}
.btn-outline-primary:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover {
  color: #fff;
  background-color: #00C8A0;
  border-color: #00C8A0;
}
.btn-outline-primary:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:focus, .btn-outline-primary.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-primary-color {
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 160, 0.5);
}
.btn-outline-primary.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-primary-color, .btn-outline-primary:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:disabled {
  color: #00C8A0;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-outline-primary:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-outline-primary:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-outline-primary:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-outline-primary:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-primary-color {
  color: #fff;
  background-color: #00C8A0;
  border-color: #00C8A0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-outline-primary:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-outline-primary:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-outline-primary:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-outline-primary:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-primary-color:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-primary-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 160, 0.5);
}

.btn-outline-secondary, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color {
  color: #CCF4EC;
  border-color: #CCF4EC;
}
.btn-outline-secondary:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover {
  color: #212529;
  background-color: #CCF4EC;
  border-color: #CCF4EC;
}
.btn-outline-secondary:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:focus, .btn-outline-secondary.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-secondary-color {
  box-shadow: 0 0 0 0.2rem rgba(204, 244, 236, 0.5);
}
.btn-outline-secondary.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-secondary-color, .btn-outline-secondary:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:disabled {
  color: #CCF4EC;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-outline-secondary:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-outline-secondary:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-outline-secondary:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-outline-secondary:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-secondary-color {
  color: #212529;
  background-color: #CCF4EC;
  border-color: #CCF4EC;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-outline-secondary:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-outline-secondary:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-outline-secondary:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-outline-secondary:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-secondary-color:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-secondary-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 244, 236, 0.5);
}

.btn-outline-highlight, .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color, .wp-block-button.is-style-outline .wp-block-button__link:not([class*=-color]), .woocommerce button.button[name=update_cart],
.woocommerce button.button.regenerate-link[type=submit], .woocommerce form button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce input.button[type=submit]:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce a[href].button.add_to_cart_button:hover,
.woocommerce a.button.checkout-button.alt:hover,
.woocommerce button.button:hover,
.woocommerce .cart button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #add-member-form .button:hover {
  color: #0028B9;
  border-color: #0028B9;
}
.btn-outline-highlight:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover:not([class*=-color]),
.woocommerce button.button.regenerate-link[type=submit]:hover, .woocommerce form button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce input.button[type=submit]:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce a[href].button.add_to_cart_button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #add-member-form .button:hover {
  color: #fff;
  background-color: #0028B9;
  border-color: #0028B9;
}
.btn-outline-highlight:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color:focus, .wp-block-button.is-style-outline .wp-block-button__link:focus:not([class*=-color]), .woocommerce button.button[name=update_cart]:focus,
.woocommerce button.button.regenerate-link[type=submit]:focus, .woocommerce form button.button.alt:focus:hover,
.woocommerce a.button.alt:focus:hover,
.woocommerce a.button:focus:hover,
.woocommerce input.button[type=submit]:focus:hover,
.woocommerce ul.products li.product a.button:focus:hover,
.woocommerce a[href].button.add_to_cart_button:focus:hover,
.woocommerce button.button:focus:hover,
.woocommerce .cart button.button:focus:hover,
.woocommerce #respond input#submit:focus:hover,
.woocommerce #add-member-form .button:focus:hover, .btn-outline-highlight.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-highlight-color, .wp-block-button.is-style-outline .focus.wp-block-button__link:not([class*=-color]), .woocommerce button.focus.button[name=update_cart],
.woocommerce button.focus.button.regenerate-link[type=submit], .woocommerce form button.focus.button.alt:hover,
.woocommerce a.focus.button.alt:hover,
.woocommerce a.focus.button:hover,
.woocommerce input.focus.button[type=submit]:hover,
.woocommerce ul.products li.product a.focus.button:hover,
.woocommerce a.focus[href].button.add_to_cart_button:hover,
.woocommerce button.focus.button:hover,
.woocommerce .cart button.focus.button:hover,
.woocommerce #respond input.focus#submit:hover,
.woocommerce #add-member-form .focus.button:hover {
  box-shadow: 0 0 0 0.2rem rgba(0, 40, 185, 0.5);
}
.btn-outline-highlight.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-highlight-color, .wp-block-button.is-style-outline .disabled.wp-block-button__link:not([class*=-color]), .woocommerce button.disabled.button[name=update_cart],
.woocommerce button.disabled.button.regenerate-link[type=submit], .woocommerce form button.disabled.button.alt:hover,
.woocommerce a.disabled.button.alt:hover,
.woocommerce a.disabled.button:hover,
.woocommerce input.disabled.button[type=submit]:hover,
.woocommerce ul.products li.product a.disabled.button:hover,
.woocommerce a.disabled[href].button.add_to_cart_button:hover,
.woocommerce button.disabled.button:hover,
.woocommerce .cart button.disabled.button:hover,
.woocommerce #respond input.disabled#submit:hover,
.woocommerce #add-member-form .disabled.button:hover, .btn-outline-highlight:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color:disabled, .wp-block-button.is-style-outline .wp-block-button__link:disabled:not([class*=-color]), .woocommerce button.button[name=update_cart]:disabled,
.woocommerce button.button.regenerate-link[type=submit]:disabled, .woocommerce form button.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce input.button[type=submit]:disabled:hover,
.woocommerce ul.products li.product a.button:disabled:hover,
.woocommerce a[href].button.add_to_cart_button:disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce .cart button.button:disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #add-member-form .button:disabled:hover {
  color: #0028B9;
  background-color: transparent;
}
.btn-outline-highlight:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active:not([class*=-color]), .woocommerce button.button[name=update_cart]:not(:disabled):not(.disabled):active,
.woocommerce button.button.regenerate-link[type=submit]:not(:disabled):not(.disabled):active,
.woocommerce a.button:not(:disabled):not(.disabled):active:hover,
.woocommerce input.button[type=submit]:not(:disabled):not(.disabled):active:hover,
.woocommerce button.button:not(:disabled):not(.disabled):active:hover,
.woocommerce #respond input#submit:not(:disabled):not(.disabled):active:hover,
.woocommerce #add-member-form .button:not(:disabled):not(.disabled):active:hover, .btn-outline-highlight:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active:not([class*=-color]), .woocommerce button.button[name=update_cart]:not(:disabled):not(.disabled).active,
.woocommerce button.button.regenerate-link[type=submit]:not(:disabled):not(.disabled).active,
.woocommerce a.button:not(:disabled):not(.disabled).active:hover,
.woocommerce input.button[type=submit]:not(:disabled):not(.disabled).active:hover,
.woocommerce button.button:not(:disabled):not(.disabled).active:hover,
.woocommerce #respond input#submit:not(:disabled):not(.disabled).active:hover,
.woocommerce #add-member-form .button:not(:disabled):not(.disabled).active:hover, .widget_recent_entries li[class*=current] a.btn-outline-highlight:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link:not(:disabled):not(.disabled):not([class*=-color]), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link:not(:disabled):not(.disabled):not([class*=-color]),
.widget_recent_entries li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):hover,
.woocommerce .widget_recent_entries li[class*=current] a.button:not(:disabled):not(.disabled):hover,
.widget_recent_entries li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):hover,
.woocommerce #add-member-form .widget_recent_entries li[class*=current] a.button:not(:disabled):not(.disabled):hover,
.widget_archive li[class*=current] a.btn-outline-highlight:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link:not(:disabled):not(.disabled):not([class*=-color]),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link:not(:disabled):not(.disabled):not([class*=-color]),
.widget_archive li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):hover,
.woocommerce .widget_archive li[class*=current] a.button:not(:disabled):not(.disabled):hover,
.widget_archive li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):hover,
.woocommerce #add-member-form .widget_archive li[class*=current] a.button:not(:disabled):not(.disabled):hover,
.widget_categories li[class*=current] a.btn-outline-highlight:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link:not(:disabled):not(.disabled):not([class*=-color]),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link:not(:disabled):not(.disabled):not([class*=-color]),
.widget_categories li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):hover,
.woocommerce .widget_categories li[class*=current] a.button:not(:disabled):not(.disabled):hover,
.widget_categories li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):hover,
.woocommerce #add-member-form .widget_categories li[class*=current] a.button:not(:disabled):not(.disabled):hover,
.widget_meta li[class*=current] a.btn-outline-highlight:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link:not(:disabled):not(.disabled):not([class*=-color]),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link:not(:disabled):not(.disabled):not([class*=-color]),
.widget_meta li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):hover,
.woocommerce .widget_meta li[class*=current] a.button:not(:disabled):not(.disabled):hover,
.widget_meta li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):hover,
.woocommerce #add-member-form .widget_meta li[class*=current] a.button:not(:disabled):not(.disabled):hover, .show > .btn-outline-highlight.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-highlight-color, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link:not([class*=-color]), .woocommerce .show > button.dropdown-toggle.button[name=update_cart],
.woocommerce .show > button.dropdown-toggle.button.regenerate-link[type=submit], .woocommerce form .show > button.dropdown-toggle.button.alt:hover,
.woocommerce .show > a.dropdown-toggle.button:hover,
.woocommerce .show > input.dropdown-toggle.button[type=submit]:hover,
.woocommerce ul.products li.product .show > a.dropdown-toggle.button:hover,
.woocommerce .show > button.dropdown-toggle.button:hover,
.woocommerce .cart .show > button.dropdown-toggle.button:hover,
.woocommerce #respond .show > input.dropdown-toggle#submit:hover,
.woocommerce #add-member-form .show > .dropdown-toggle.button:hover {
  color: #fff;
  background-color: #0028B9;
  border-color: #0028B9;
}
.btn-outline-highlight:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled):active:focus:not([class*=-color]), .woocommerce button.button[name=update_cart]:not(:disabled):not(.disabled):active:focus,
.woocommerce button.button.regenerate-link[type=submit]:not(:disabled):not(.disabled):active:focus,
.woocommerce a.button:not(:disabled):not(.disabled):active:focus:hover,
.woocommerce input.button[type=submit]:not(:disabled):not(.disabled):active:focus:hover,
.woocommerce button.button:not(:disabled):not(.disabled):active:focus:hover,
.woocommerce #respond input#submit:not(:disabled):not(.disabled):active:focus:hover,
.woocommerce #add-member-form .button:not(:disabled):not(.disabled):active:focus:hover, .btn-outline-highlight:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link:not(:disabled):not(.disabled).active:focus:not([class*=-color]), .woocommerce button.button[name=update_cart]:not(:disabled):not(.disabled).active:focus,
.woocommerce button.button.regenerate-link[type=submit]:not(:disabled):not(.disabled).active:focus,
.woocommerce a.button:not(:disabled):not(.disabled).active:focus:hover,
.woocommerce input.button[type=submit]:not(:disabled):not(.disabled).active:focus:hover,
.woocommerce button.button:not(:disabled):not(.disabled).active:focus:hover,
.woocommerce #respond input#submit:not(:disabled):not(.disabled).active:focus:hover,
.woocommerce #add-member-form .button:not(:disabled):not(.disabled).active:focus:hover, .widget_recent_entries li[class*=current] a.btn-outline-highlight:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link:not(:disabled):not(.disabled):focus:not([class*=-color]), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link:not(:disabled):not(.disabled):focus:not([class*=-color]),
.widget_recent_entries li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):focus:hover,
.woocommerce .widget_recent_entries li[class*=current] a.button:not(:disabled):not(.disabled):focus:hover,
.widget_recent_entries li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):focus:hover,
.woocommerce #add-member-form .widget_recent_entries li[class*=current] a.button:not(:disabled):not(.disabled):focus:hover,
.widget_archive li[class*=current] a.btn-outline-highlight:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link:not(:disabled):not(.disabled):focus:not([class*=-color]),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link:not(:disabled):not(.disabled):focus:not([class*=-color]),
.widget_archive li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):focus:hover,
.woocommerce .widget_archive li[class*=current] a.button:not(:disabled):not(.disabled):focus:hover,
.widget_archive li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):focus:hover,
.woocommerce #add-member-form .widget_archive li[class*=current] a.button:not(:disabled):not(.disabled):focus:hover,
.widget_categories li[class*=current] a.btn-outline-highlight:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link:not(:disabled):not(.disabled):focus:not([class*=-color]),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link:not(:disabled):not(.disabled):focus:not([class*=-color]),
.widget_categories li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):focus:hover,
.woocommerce .widget_categories li[class*=current] a.button:not(:disabled):not(.disabled):focus:hover,
.widget_categories li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):focus:hover,
.woocommerce #add-member-form .widget_categories li[class*=current] a.button:not(:disabled):not(.disabled):focus:hover,
.widget_meta li[class*=current] a.btn-outline-highlight:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-highlight-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link:not(:disabled):not(.disabled):focus:not([class*=-color]),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link:not(:disabled):not(.disabled):focus:not([class*=-color]),
.widget_meta li[class*=current] .woocommerce a.button:not(:disabled):not(.disabled):focus:hover,
.woocommerce .widget_meta li[class*=current] a.button:not(:disabled):not(.disabled):focus:hover,
.widget_meta li[class*=current] .woocommerce #add-member-form a.button:not(:disabled):not(.disabled):focus:hover,
.woocommerce #add-member-form .widget_meta li[class*=current] a.button:not(:disabled):not(.disabled):focus:hover, .show > .btn-outline-highlight.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-highlight-color:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link:focus:not([class*=-color]), .woocommerce .show > button.dropdown-toggle.button[name=update_cart]:focus,
.woocommerce .show > button.dropdown-toggle.button.regenerate-link[type=submit]:focus,
.woocommerce .show > a.dropdown-toggle.button:focus:hover,
.woocommerce .show > input.dropdown-toggle.button[type=submit]:focus:hover,
.woocommerce .show > button.dropdown-toggle.button:focus:hover,
.woocommerce #respond .show > input.dropdown-toggle#submit:focus:hover,
.woocommerce #add-member-form .show > .dropdown-toggle.button:focus:hover {
  box-shadow: 0 0 0 0.2rem rgba(0, 40, 185, 0.5);
}

.btn-outline-success, .wp-block-button.is-style-outline .wp-block-button__link.has-success-color {
  color: #00C8A0;
  border-color: #00C8A0;
}
.btn-outline-success:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-success-color:hover {
  color: #fff;
  background-color: #00C8A0;
  border-color: #00C8A0;
}
.btn-outline-success:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-success-color:focus, .btn-outline-success.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-success-color {
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 160, 0.5);
}
.btn-outline-success.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-success-color, .btn-outline-success:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-success-color:disabled {
  color: #00C8A0;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-success-color:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-success-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-outline-success:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-outline-success:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-outline-success:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-outline-success:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-success-color {
  color: #fff;
  background-color: #00C8A0;
  border-color: #00C8A0;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-success-color:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-success-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-outline-success:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-outline-success:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-outline-success:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-outline-success:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-success-color:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-success-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 160, 0.5);
}

.btn-outline-info, .wp-block-button.is-style-outline .wp-block-button__link.has-info-color {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-info-color:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-info-color:focus, .btn-outline-info.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-info-color {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-info-color, .btn-outline-info:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-info-color:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-info-color:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-info-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-outline-info:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-outline-info:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-outline-info:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-outline-info:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-info-color {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-info-color:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-info-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-outline-info:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-outline-info:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-outline-info:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-outline-info:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-info-color:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-info-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning, .wp-block-button.is-style-outline .wp-block-button__link.has-warning-color {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-warning-color:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-warning-color:focus, .btn-outline-warning.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-warning-color {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-warning-color, .btn-outline-warning:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-warning-color:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-warning-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-outline-warning:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-outline-warning:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-outline-warning:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-outline-warning:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-warning-color {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-warning-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-outline-warning:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-outline-warning:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-outline-warning:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-outline-warning:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-warning-color:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-warning-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger, .wp-block-button.is-style-outline .wp-block-button__link.has-danger-color {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-danger-color:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-danger-color:focus, .btn-outline-danger.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-danger-color {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-danger-color, .btn-outline-danger:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-danger-color:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-danger-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-outline-danger:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-outline-danger:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-outline-danger:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-outline-danger:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-danger-color {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-danger-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-outline-danger:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-outline-danger:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-outline-danger:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-outline-danger:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-danger-color:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-danger-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light, .wp-block-button.is-style-outline .wp-block-button__link.has-light-color {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-light-color:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-light-color:focus, .btn-outline-light.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-light-color {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-light-color, .btn-outline-light:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-light-color:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-light-color:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-light-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-outline-light:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-outline-light:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-outline-light:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-outline-light:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-light-color {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-light-color:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-light-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-outline-light:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-outline-light:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-outline-light:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-outline-light:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-light-color:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-light-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color {
  color: #161617;
  border-color: #161617;
}
.btn-outline-dark:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:hover {
  color: #fff;
  background-color: #161617;
  border-color: #161617;
}
.btn-outline-dark:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:focus, .btn-outline-dark.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-dark-color {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 23, 0.5);
}
.btn-outline-dark.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-dark-color, .btn-outline-dark:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:disabled {
  color: #161617;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-outline-dark:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-outline-dark:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-outline-dark:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-outline-dark:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-dark-color {
  color: #fff;
  background-color: #161617;
  border-color: #161617;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-outline-dark:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-outline-dark:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-outline-dark:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-outline-dark:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-dark-color:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-dark-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 23, 0.5);
}

.btn-outline-orange, .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color {
  color: #FF7348;
  border-color: #FF7348;
}
.btn-outline-orange:hover, .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:hover {
  color: #212529;
  background-color: #FF7348;
  border-color: #FF7348;
}
.btn-outline-orange:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:focus, .btn-outline-orange.focus, .wp-block-button.is-style-outline .focus.wp-block-button__link.has-orange-color {
  box-shadow: 0 0 0 0.2rem rgba(255, 115, 72, 0.5);
}
.btn-outline-orange.disabled, .wp-block-button.is-style-outline .disabled.wp-block-button__link.has-orange-color, .btn-outline-orange:disabled, .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:disabled {
  color: #FF7348;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:not(:disabled):not(.disabled).active, .widget_recent_entries li[class*=current] a.btn-outline-orange:not(:disabled):not(.disabled), .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled), .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled),
.widget_archive li[class*=current] a.btn-outline-orange:not(:disabled):not(.disabled),
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled),
.widget_categories li[class*=current] a.btn-outline-orange:not(:disabled):not(.disabled),
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled),
.widget_meta li[class*=current] a.btn-outline-orange:not(:disabled):not(.disabled),
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled),
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled), .show > .btn-outline-orange.dropdown-toggle, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-orange-color {
  color: #212529;
  background-color: #FF7348;
  border-color: #FF7348;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:not(:disabled):not(.disabled).active:focus, .widget_recent_entries li[class*=current] a.btn-outline-orange:not(:disabled):not(.disabled):focus, .widget_recent_entries li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):focus, .wp-block-button.is-style-outline .widget_recent_entries li[class*=current] a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] a.btn-outline-orange:not(:disabled):not(.disabled):focus,
.widget_archive li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_archive li[class*=current] a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] a.btn-outline-orange:not(:disabled):not(.disabled):focus,
.widget_categories li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_categories li[class*=current] a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] a.btn-outline-orange:not(:disabled):not(.disabled):focus,
.widget_meta li[class*=current] .wp-block-button.is-style-outline a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):focus,
.wp-block-button.is-style-outline .widget_meta li[class*=current] a.wp-block-button__link.has-orange-color:not(:disabled):not(.disabled):focus, .show > .btn-outline-orange.dropdown-toggle:focus, .wp-block-button.is-style-outline .show > .dropdown-toggle.wp-block-button__link.has-orange-color:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 115, 72, 0.5);
}

.btn-link, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart {
  font-weight: 400;
  color: #00C8A0;
  text-decoration: none;
}
.btn-link:hover, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart:hover, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart:hover {
  color: #00af8c;
  text-decoration: underline;
}
.btn-link:focus, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart:focus, .btn-link.focus, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .focus.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .focus.added_to_cart {
  text-decoration: underline;
}
.btn-link:disabled, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart:disabled, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart:disabled, .btn-link.disabled, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .disabled.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .disabled.added_to_cart {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .wp-block-button .btn-group-lg > .wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .btn-group-lg > .wp-block-button__link + .added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-lg > .wp-block-button__link + .added_to_cart, .woocommerce form .btn-group-lg > button.button.alt,
.woocommerce .btn-group-lg > a.button,
.woocommerce .btn-group-lg > input.button[type=submit],
.woocommerce ul.products li.product .btn-group-lg > a.button,
.woocommerce .btn-group-lg > a[href].button.add_to_cart_button,
.woocommerce .btn-group-lg > button.button,
.woocommerce .cart .btn-group-lg > button.button,
.woocommerce #respond .btn-group-lg > input#submit,
.woocommerce #add-member-form .btn-group-lg > .button, body #gdprc_bar .btn-group-lg > .gdprc_button, body #gdprc_settings .btn-group-lg > .gdprc_button, .gform_wrapper.gravity-theme .btn-group-lg > .gform_button,
.gform_wrapper.gravity-theme .btn-group-lg > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group-lg > .gform_previous_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .wp-block-button .btn-group-sm > .wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .btn-group-sm > .wp-block-button__link + .added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-sm > .wp-block-button__link + .added_to_cart, .woocommerce form .btn-group-sm > button.button.alt,
.woocommerce .btn-group-sm > a.button,
.woocommerce .btn-group-sm > input.button[type=submit],
.woocommerce ul.products li.product .btn-group-sm > a.button,
.woocommerce .btn-group-sm > a[href].button.add_to_cart_button,
.woocommerce .btn-group-sm > button.button,
.woocommerce .cart .btn-group-sm > button.button,
.woocommerce #respond .btn-group-sm > input#submit,
.woocommerce #add-member-form .btn-group-sm > .button, body #gdprc_bar .btn-group-sm > .gdprc_button, body #gdprc_settings .btn-group-sm > .gdprc_button, .gform_wrapper.gravity-theme .btn-group-sm > .gform_button,
.gform_wrapper.gravity-theme .btn-group-sm > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group-sm > .gform_previous_button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 2rem;
  margin: 0.65rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #0028B9;
  background-clip: padding-box;
  border: 0 solid #0028B9;
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.65rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.65rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.65rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .widget_recent_entries li[class*=current] a.dropdown-item,
.widget_archive li[class*=current] a.dropdown-item,
.widget_categories li[class*=current] a.dropdown-item,
.widget_meta li[class*=current] a.dropdown-item, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 0;
  color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .wp-block-button .btn-group > .wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + .added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + .added_to_cart, .woocommerce form .btn-group > button.button.alt,
.woocommerce .btn-group > a.button,
.woocommerce .btn-group > input.button[type=submit],
.woocommerce ul.products li.product .btn-group > a.button,
.woocommerce .btn-group > a[href].button.add_to_cart_button,
.woocommerce .btn-group > button.button,
.woocommerce .cart .btn-group > button.button,
.woocommerce #respond .btn-group > input#submit,
.woocommerce #add-member-form .btn-group > .button, body #gdprc_bar .btn-group > .gdprc_button, body #gdprc_settings .btn-group > .gdprc_button, .gform_wrapper.gravity-theme .btn-group > .gform_button,
.gform_wrapper.gravity-theme .btn-group > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group > .gform_previous_button,
.btn-group-vertical > .btn,
.wp-block-button .btn-group-vertical > .wp-block-button__link,
.woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + .added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + .added_to_cart,
.woocommerce form .btn-group-vertical > button.button.alt,
.woocommerce .btn-group-vertical > a.button,
.woocommerce .btn-group-vertical > input.button[type=submit],
.woocommerce ul.products li.product .btn-group-vertical > a.button,
.woocommerce .btn-group-vertical > a[href].button.add_to_cart_button,
.woocommerce .btn-group-vertical > button.button,
.woocommerce .cart .btn-group-vertical > button.button,
.woocommerce #respond .btn-group-vertical > input#submit,
.woocommerce #add-member-form .btn-group-vertical > .button,
body #gdprc_bar .btn-group-vertical > .gdprc_button,
body #gdprc_settings .btn-group-vertical > .gdprc_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_previous_button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .wp-block-button .btn-group > .wp-block-button__link:hover, .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + .added_to_cart:hover, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + .added_to_cart:hover, .woocommerce form .btn-group > button.button.alt:hover,
.woocommerce .btn-group > a.button:hover,
.woocommerce .btn-group > input.button[type=submit]:hover,
.woocommerce ul.products li.product .btn-group > a.button:hover,
.woocommerce .btn-group > button.button:hover,
.woocommerce #respond .btn-group > input#submit:hover,
.woocommerce #add-member-form .btn-group > .button:hover, body #gdprc_bar .btn-group > .gdprc_button:hover, body #gdprc_settings .btn-group > .gdprc_button:hover, .gform_wrapper.gravity-theme .btn-group > .gform_button:hover,
.gform_wrapper.gravity-theme .btn-group > .gform_next_button:hover,
.gform_wrapper.gravity-theme .btn-group > .gform_previous_button:hover,
.btn-group-vertical > .btn:hover,
.wp-block-button .btn-group-vertical > .wp-block-button__link:hover,
.woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + .added_to_cart:hover,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + .added_to_cart:hover,
.woocommerce form .btn-group-vertical > button.button.alt:hover,
.woocommerce .btn-group-vertical > a.button:hover,
.woocommerce .btn-group-vertical > input.button[type=submit]:hover,
.woocommerce ul.products li.product .btn-group-vertical > a.button:hover,
.woocommerce .btn-group-vertical > button.button:hover,
.woocommerce #respond .btn-group-vertical > input#submit:hover,
.woocommerce #add-member-form .btn-group-vertical > .button:hover,
body #gdprc_bar .btn-group-vertical > .gdprc_button:hover,
body #gdprc_settings .btn-group-vertical > .gdprc_button:hover,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_button:hover,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_next_button:hover,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_previous_button:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .wp-block-button .btn-group > .wp-block-button__link:focus, .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + .added_to_cart:focus, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + .added_to_cart:focus, .woocommerce form .btn-group > button.button.alt:focus,
.woocommerce .btn-group > a.button:focus,
.woocommerce .btn-group > input.button[type=submit]:focus,
.woocommerce ul.products li.product .btn-group > a.button:focus,
.woocommerce .btn-group > a[href].button.add_to_cart_button:focus,
.woocommerce .btn-group > button.button:focus,
.woocommerce #respond .btn-group > input#submit:focus,
.woocommerce #add-member-form .btn-group > .button:focus, body #gdprc_bar .btn-group > .gdprc_button:focus, body #gdprc_settings .btn-group > .gdprc_button:focus, .gform_wrapper.gravity-theme .btn-group > .gform_button:focus,
.gform_wrapper.gravity-theme .btn-group > .gform_next_button:focus,
.gform_wrapper.gravity-theme .btn-group > .gform_previous_button:focus, .btn-group > .btn:active, .wp-block-button .btn-group > .wp-block-button__link:active, .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + .added_to_cart:active, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + .added_to_cart:active, .woocommerce form .btn-group > button.button.alt:active,
.woocommerce .btn-group > a.button:active,
.woocommerce .btn-group > input.button[type=submit]:active,
.woocommerce ul.products li.product .btn-group > a.button:active,
.woocommerce .btn-group > a[href].button.add_to_cart_button:active,
.woocommerce .btn-group > button.button:active,
.woocommerce #respond .btn-group > input#submit:active,
.woocommerce #add-member-form .btn-group > .button:active, body #gdprc_bar .btn-group > .gdprc_button:active, body #gdprc_settings .btn-group > .gdprc_button:active, .gform_wrapper.gravity-theme .btn-group > .gform_button:active,
.gform_wrapper.gravity-theme .btn-group > .gform_next_button:active,
.gform_wrapper.gravity-theme .btn-group > .gform_previous_button:active, .btn-group > .btn.active, .wp-block-button .btn-group > .active.wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + .active.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + .active.added_to_cart, .woocommerce form .btn-group > button.active.button.alt,
.woocommerce .btn-group > a.active.button,
.woocommerce .btn-group > input.active.button[type=submit],
.woocommerce ul.products li.product .btn-group > a.active.button,
.woocommerce .btn-group > a.active[href].button.add_to_cart_button,
.woocommerce .btn-group > button.active.button,
.woocommerce #respond .btn-group > input.active#submit,
.woocommerce #add-member-form .btn-group > .active.button, body #gdprc_bar .btn-group > .active.gdprc_button, body #gdprc_settings .btn-group > .active.gdprc_button, .gform_wrapper.gravity-theme .btn-group > .active.gform_button,
.gform_wrapper.gravity-theme .btn-group > .active.gform_next_button,
.gform_wrapper.gravity-theme .btn-group > .active.gform_previous_button, .widget_recent_entries li[class*=current] .btn-group > a.btn, .widget_recent_entries li[class*=current] .wp-block-button .btn-group > a.wp-block-button__link, .wp-block-button .widget_recent_entries li[class*=current] .btn-group > a.wp-block-button__link, .widget_recent_entries li[class*=current] .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] .btn-group > .wp-block-button__link + a.added_to_cart, .widget_recent_entries li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] .btn-group > .wp-block-button__link + a.added_to_cart,
.widget_recent_entries li[class*=current] .woocommerce .btn-group > a.button.alt,
.woocommerce .widget_recent_entries li[class*=current] .btn-group > a.button.alt,
.widget_recent_entries li[class*=current] .woocommerce .btn-group > a.button,
.woocommerce .widget_recent_entries li[class*=current] .btn-group > a.button,
.widget_recent_entries li[class*=current] .woocommerce ul.products li.product .btn-group > a.button,
.woocommerce ul.products li.product .widget_recent_entries li[class*=current] .btn-group > a.button,
.widget_recent_entries li[class*=current] .woocommerce .btn-group > a[href].button.add_to_cart_button,
.woocommerce .widget_recent_entries li[class*=current] .btn-group > a[href].button.add_to_cart_button,
.widget_recent_entries li[class*=current] .woocommerce .btn-group > a.button.checkout-button.alt,
.woocommerce .widget_recent_entries li[class*=current] .btn-group > a.button.checkout-button.alt,
.widget_recent_entries li[class*=current] .woocommerce #add-member-form .btn-group > a.button,
.woocommerce #add-member-form .widget_recent_entries li[class*=current] .btn-group > a.button, .widget_recent_entries li[class*=current] body #gdprc_bar .btn-group > a.gdprc_button, body #gdprc_bar .widget_recent_entries li[class*=current] .btn-group > a.gdprc_button, .widget_recent_entries li[class*=current] body #gdprc_settings .btn-group > a.gdprc_button, body #gdprc_settings .widget_recent_entries li[class*=current] .btn-group > a.gdprc_button, .widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_button, .gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] .btn-group > a.gform_button,
.widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_next_button,
.gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] .btn-group > a.gform_next_button,
.widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] .btn-group > a.gform_previous_button,
.widget_archive li[class*=current] .btn-group > a.btn,
.widget_archive li[class*=current] .wp-block-button .btn-group > a.wp-block-button__link,
.wp-block-button .widget_archive li[class*=current] .btn-group > a.wp-block-button__link,
.widget_archive li[class*=current] .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_archive li[class*=current] .btn-group > .wp-block-button__link + a.added_to_cart,
.widget_archive li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] .btn-group > .wp-block-button__link + a.added_to_cart,
.widget_archive li[class*=current] .woocommerce .btn-group > a.button.alt,
.woocommerce .widget_archive li[class*=current] .btn-group > a.button.alt,
.widget_archive li[class*=current] .woocommerce .btn-group > a.button,
.woocommerce .widget_archive li[class*=current] .btn-group > a.button,
.widget_archive li[class*=current] .woocommerce ul.products li.product .btn-group > a.button,
.woocommerce ul.products li.product .widget_archive li[class*=current] .btn-group > a.button,
.widget_archive li[class*=current] .woocommerce .btn-group > a[href].button.add_to_cart_button,
.woocommerce .widget_archive li[class*=current] .btn-group > a[href].button.add_to_cart_button,
.widget_archive li[class*=current] .woocommerce .btn-group > a.button.checkout-button.alt,
.woocommerce .widget_archive li[class*=current] .btn-group > a.button.checkout-button.alt,
.widget_archive li[class*=current] .woocommerce #add-member-form .btn-group > a.button,
.woocommerce #add-member-form .widget_archive li[class*=current] .btn-group > a.button,
.widget_archive li[class*=current] body #gdprc_bar .btn-group > a.gdprc_button,
body #gdprc_bar .widget_archive li[class*=current] .btn-group > a.gdprc_button,
.widget_archive li[class*=current] body #gdprc_settings .btn-group > a.gdprc_button,
body #gdprc_settings .widget_archive li[class*=current] .btn-group > a.gdprc_button,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_button,
.gform_wrapper.gravity-theme .widget_archive li[class*=current] .btn-group > a.gform_button,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_next_button,
.gform_wrapper.gravity-theme .widget_archive li[class*=current] .btn-group > a.gform_next_button,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_archive li[class*=current] .btn-group > a.gform_previous_button,
.widget_categories li[class*=current] .btn-group > a.btn,
.widget_categories li[class*=current] .wp-block-button .btn-group > a.wp-block-button__link,
.wp-block-button .widget_categories li[class*=current] .btn-group > a.wp-block-button__link,
.widget_categories li[class*=current] .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_categories li[class*=current] .btn-group > .wp-block-button__link + a.added_to_cart,
.widget_categories li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] .btn-group > .wp-block-button__link + a.added_to_cart,
.widget_categories li[class*=current] .woocommerce .btn-group > a.button.alt,
.woocommerce .widget_categories li[class*=current] .btn-group > a.button.alt,
.widget_categories li[class*=current] .woocommerce .btn-group > a.button,
.woocommerce .widget_categories li[class*=current] .btn-group > a.button,
.widget_categories li[class*=current] .woocommerce ul.products li.product .btn-group > a.button,
.woocommerce ul.products li.product .widget_categories li[class*=current] .btn-group > a.button,
.widget_categories li[class*=current] .woocommerce .btn-group > a[href].button.add_to_cart_button,
.woocommerce .widget_categories li[class*=current] .btn-group > a[href].button.add_to_cart_button,
.widget_categories li[class*=current] .woocommerce .btn-group > a.button.checkout-button.alt,
.woocommerce .widget_categories li[class*=current] .btn-group > a.button.checkout-button.alt,
.widget_categories li[class*=current] .woocommerce #add-member-form .btn-group > a.button,
.woocommerce #add-member-form .widget_categories li[class*=current] .btn-group > a.button,
.widget_categories li[class*=current] body #gdprc_bar .btn-group > a.gdprc_button,
body #gdprc_bar .widget_categories li[class*=current] .btn-group > a.gdprc_button,
.widget_categories li[class*=current] body #gdprc_settings .btn-group > a.gdprc_button,
body #gdprc_settings .widget_categories li[class*=current] .btn-group > a.gdprc_button,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_button,
.gform_wrapper.gravity-theme .widget_categories li[class*=current] .btn-group > a.gform_button,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_next_button,
.gform_wrapper.gravity-theme .widget_categories li[class*=current] .btn-group > a.gform_next_button,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_categories li[class*=current] .btn-group > a.gform_previous_button,
.widget_meta li[class*=current] .btn-group > a.btn,
.widget_meta li[class*=current] .wp-block-button .btn-group > a.wp-block-button__link,
.wp-block-button .widget_meta li[class*=current] .btn-group > a.wp-block-button__link,
.widget_meta li[class*=current] .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_meta li[class*=current] .btn-group > .wp-block-button__link + a.added_to_cart,
.widget_meta li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] .btn-group > .wp-block-button__link + a.added_to_cart,
.widget_meta li[class*=current] .woocommerce .btn-group > a.button.alt,
.woocommerce .widget_meta li[class*=current] .btn-group > a.button.alt,
.widget_meta li[class*=current] .woocommerce .btn-group > a.button,
.woocommerce .widget_meta li[class*=current] .btn-group > a.button,
.widget_meta li[class*=current] .woocommerce ul.products li.product .btn-group > a.button,
.woocommerce ul.products li.product .widget_meta li[class*=current] .btn-group > a.button,
.widget_meta li[class*=current] .woocommerce .btn-group > a[href].button.add_to_cart_button,
.woocommerce .widget_meta li[class*=current] .btn-group > a[href].button.add_to_cart_button,
.widget_meta li[class*=current] .woocommerce .btn-group > a.button.checkout-button.alt,
.woocommerce .widget_meta li[class*=current] .btn-group > a.button.checkout-button.alt,
.widget_meta li[class*=current] .woocommerce #add-member-form .btn-group > a.button,
.woocommerce #add-member-form .widget_meta li[class*=current] .btn-group > a.button,
.widget_meta li[class*=current] body #gdprc_bar .btn-group > a.gdprc_button,
body #gdprc_bar .widget_meta li[class*=current] .btn-group > a.gdprc_button,
.widget_meta li[class*=current] body #gdprc_settings .btn-group > a.gdprc_button,
body #gdprc_settings .widget_meta li[class*=current] .btn-group > a.gdprc_button,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_button,
.gform_wrapper.gravity-theme .widget_meta li[class*=current] .btn-group > a.gform_button,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_next_button,
.gform_wrapper.gravity-theme .widget_meta li[class*=current] .btn-group > a.gform_next_button,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme .btn-group > a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_meta li[class*=current] .btn-group > a.gform_previous_button,
.btn-group-vertical > .btn:focus,
.wp-block-button .btn-group-vertical > .wp-block-button__link:focus,
.woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + .added_to_cart:focus,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + .added_to_cart:focus,
.woocommerce form .btn-group-vertical > button.button.alt:focus,
.woocommerce .btn-group-vertical > a.button:focus,
.woocommerce .btn-group-vertical > input.button[type=submit]:focus,
.woocommerce ul.products li.product .btn-group-vertical > a.button:focus,
.woocommerce .btn-group-vertical > a[href].button.add_to_cart_button:focus,
.woocommerce .btn-group-vertical > button.button:focus,
.woocommerce #respond .btn-group-vertical > input#submit:focus,
.woocommerce #add-member-form .btn-group-vertical > .button:focus,
body #gdprc_bar .btn-group-vertical > .gdprc_button:focus,
body #gdprc_settings .btn-group-vertical > .gdprc_button:focus,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_button:focus,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_next_button:focus,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_previous_button:focus,
.btn-group-vertical > .btn:active,
.wp-block-button .btn-group-vertical > .wp-block-button__link:active,
.woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + .added_to_cart:active,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + .added_to_cart:active,
.woocommerce form .btn-group-vertical > button.button.alt:active,
.woocommerce .btn-group-vertical > a.button:active,
.woocommerce .btn-group-vertical > input.button[type=submit]:active,
.woocommerce ul.products li.product .btn-group-vertical > a.button:active,
.woocommerce .btn-group-vertical > a[href].button.add_to_cart_button:active,
.woocommerce .btn-group-vertical > button.button:active,
.woocommerce #respond .btn-group-vertical > input#submit:active,
.woocommerce #add-member-form .btn-group-vertical > .button:active,
body #gdprc_bar .btn-group-vertical > .gdprc_button:active,
body #gdprc_settings .btn-group-vertical > .gdprc_button:active,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_button:active,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_next_button:active,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_previous_button:active,
.btn-group-vertical > .btn.active,
.wp-block-button .btn-group-vertical > .active.wp-block-button__link,
.woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + .active.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + .active.added_to_cart,
.woocommerce form .btn-group-vertical > button.active.button.alt,
.woocommerce .btn-group-vertical > a.active.button,
.woocommerce .btn-group-vertical > input.active.button[type=submit],
.woocommerce ul.products li.product .btn-group-vertical > a.active.button,
.woocommerce .btn-group-vertical > a.active[href].button.add_to_cart_button,
.woocommerce .btn-group-vertical > button.active.button,
.woocommerce #respond .btn-group-vertical > input.active#submit,
.woocommerce #add-member-form .btn-group-vertical > .active.button,
body #gdprc_bar .btn-group-vertical > .active.gdprc_button,
body #gdprc_settings .btn-group-vertical > .active.gdprc_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .active.gform_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .active.gform_next_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .active.gform_previous_button,
.widget_recent_entries li[class*=current] .btn-group-vertical > a.btn,
.widget_recent_entries li[class*=current] .wp-block-button .btn-group-vertical > a.wp-block-button__link,
.wp-block-button .widget_recent_entries li[class*=current] .btn-group-vertical > a.wp-block-button__link,
.widget_recent_entries li[class*=current] .woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_recent_entries li[class*=current] .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.widget_recent_entries li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_recent_entries li[class*=current] .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.widget_recent_entries li[class*=current] .woocommerce .btn-group-vertical > a.button.alt,
.woocommerce .widget_recent_entries li[class*=current] .btn-group-vertical > a.button.alt,
.widget_recent_entries li[class*=current] .woocommerce .btn-group-vertical > a.button,
.woocommerce .widget_recent_entries li[class*=current] .btn-group-vertical > a.button,
.widget_recent_entries li[class*=current] .woocommerce ul.products li.product .btn-group-vertical > a.button,
.woocommerce ul.products li.product .widget_recent_entries li[class*=current] .btn-group-vertical > a.button,
.widget_recent_entries li[class*=current] .woocommerce .btn-group-vertical > a[href].button.add_to_cart_button,
.woocommerce .widget_recent_entries li[class*=current] .btn-group-vertical > a[href].button.add_to_cart_button,
.widget_recent_entries li[class*=current] .woocommerce .btn-group-vertical > a.button.checkout-button.alt,
.woocommerce .widget_recent_entries li[class*=current] .btn-group-vertical > a.button.checkout-button.alt,
.widget_recent_entries li[class*=current] .woocommerce #add-member-form .btn-group-vertical > a.button,
.woocommerce #add-member-form .widget_recent_entries li[class*=current] .btn-group-vertical > a.button,
.widget_recent_entries li[class*=current] body #gdprc_bar .btn-group-vertical > a.gdprc_button,
body #gdprc_bar .widget_recent_entries li[class*=current] .btn-group-vertical > a.gdprc_button,
.widget_recent_entries li[class*=current] body #gdprc_settings .btn-group-vertical > a.gdprc_button,
body #gdprc_settings .widget_recent_entries li[class*=current] .btn-group-vertical > a.gdprc_button,
.widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_button,
.gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] .btn-group-vertical > a.gform_button,
.widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_next_button,
.gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] .btn-group-vertical > a.gform_next_button,
.widget_recent_entries li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_recent_entries li[class*=current] .btn-group-vertical > a.gform_previous_button,
.widget_archive li[class*=current] .btn-group-vertical > a.btn,
.widget_archive li[class*=current] .wp-block-button .btn-group-vertical > a.wp-block-button__link,
.wp-block-button .widget_archive li[class*=current] .btn-group-vertical > a.wp-block-button__link,
.widget_archive li[class*=current] .woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_archive li[class*=current] .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.widget_archive li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_archive li[class*=current] .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.widget_archive li[class*=current] .woocommerce .btn-group-vertical > a.button.alt,
.woocommerce .widget_archive li[class*=current] .btn-group-vertical > a.button.alt,
.widget_archive li[class*=current] .woocommerce .btn-group-vertical > a.button,
.woocommerce .widget_archive li[class*=current] .btn-group-vertical > a.button,
.widget_archive li[class*=current] .woocommerce ul.products li.product .btn-group-vertical > a.button,
.woocommerce ul.products li.product .widget_archive li[class*=current] .btn-group-vertical > a.button,
.widget_archive li[class*=current] .woocommerce .btn-group-vertical > a[href].button.add_to_cart_button,
.woocommerce .widget_archive li[class*=current] .btn-group-vertical > a[href].button.add_to_cart_button,
.widget_archive li[class*=current] .woocommerce .btn-group-vertical > a.button.checkout-button.alt,
.woocommerce .widget_archive li[class*=current] .btn-group-vertical > a.button.checkout-button.alt,
.widget_archive li[class*=current] .woocommerce #add-member-form .btn-group-vertical > a.button,
.woocommerce #add-member-form .widget_archive li[class*=current] .btn-group-vertical > a.button,
.widget_archive li[class*=current] body #gdprc_bar .btn-group-vertical > a.gdprc_button,
body #gdprc_bar .widget_archive li[class*=current] .btn-group-vertical > a.gdprc_button,
.widget_archive li[class*=current] body #gdprc_settings .btn-group-vertical > a.gdprc_button,
body #gdprc_settings .widget_archive li[class*=current] .btn-group-vertical > a.gdprc_button,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_button,
.gform_wrapper.gravity-theme .widget_archive li[class*=current] .btn-group-vertical > a.gform_button,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_next_button,
.gform_wrapper.gravity-theme .widget_archive li[class*=current] .btn-group-vertical > a.gform_next_button,
.widget_archive li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_archive li[class*=current] .btn-group-vertical > a.gform_previous_button,
.widget_categories li[class*=current] .btn-group-vertical > a.btn,
.widget_categories li[class*=current] .wp-block-button .btn-group-vertical > a.wp-block-button__link,
.wp-block-button .widget_categories li[class*=current] .btn-group-vertical > a.wp-block-button__link,
.widget_categories li[class*=current] .woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_categories li[class*=current] .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.widget_categories li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_categories li[class*=current] .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.widget_categories li[class*=current] .woocommerce .btn-group-vertical > a.button.alt,
.woocommerce .widget_categories li[class*=current] .btn-group-vertical > a.button.alt,
.widget_categories li[class*=current] .woocommerce .btn-group-vertical > a.button,
.woocommerce .widget_categories li[class*=current] .btn-group-vertical > a.button,
.widget_categories li[class*=current] .woocommerce ul.products li.product .btn-group-vertical > a.button,
.woocommerce ul.products li.product .widget_categories li[class*=current] .btn-group-vertical > a.button,
.widget_categories li[class*=current] .woocommerce .btn-group-vertical > a[href].button.add_to_cart_button,
.woocommerce .widget_categories li[class*=current] .btn-group-vertical > a[href].button.add_to_cart_button,
.widget_categories li[class*=current] .woocommerce .btn-group-vertical > a.button.checkout-button.alt,
.woocommerce .widget_categories li[class*=current] .btn-group-vertical > a.button.checkout-button.alt,
.widget_categories li[class*=current] .woocommerce #add-member-form .btn-group-vertical > a.button,
.woocommerce #add-member-form .widget_categories li[class*=current] .btn-group-vertical > a.button,
.widget_categories li[class*=current] body #gdprc_bar .btn-group-vertical > a.gdprc_button,
body #gdprc_bar .widget_categories li[class*=current] .btn-group-vertical > a.gdprc_button,
.widget_categories li[class*=current] body #gdprc_settings .btn-group-vertical > a.gdprc_button,
body #gdprc_settings .widget_categories li[class*=current] .btn-group-vertical > a.gdprc_button,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_button,
.gform_wrapper.gravity-theme .widget_categories li[class*=current] .btn-group-vertical > a.gform_button,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_next_button,
.gform_wrapper.gravity-theme .widget_categories li[class*=current] .btn-group-vertical > a.gform_next_button,
.widget_categories li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_categories li[class*=current] .btn-group-vertical > a.gform_previous_button,
.widget_meta li[class*=current] .btn-group-vertical > a.btn,
.widget_meta li[class*=current] .wp-block-button .btn-group-vertical > a.wp-block-button__link,
.wp-block-button .widget_meta li[class*=current] .btn-group-vertical > a.wp-block-button__link,
.widget_meta li[class*=current] .woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_meta li[class*=current] .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.widget_meta li[class*=current] .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_meta li[class*=current] .btn-group-vertical > .wp-block-button__link + a.added_to_cart,
.widget_meta li[class*=current] .woocommerce .btn-group-vertical > a.button.alt,
.woocommerce .widget_meta li[class*=current] .btn-group-vertical > a.button.alt,
.widget_meta li[class*=current] .woocommerce .btn-group-vertical > a.button,
.woocommerce .widget_meta li[class*=current] .btn-group-vertical > a.button,
.widget_meta li[class*=current] .woocommerce ul.products li.product .btn-group-vertical > a.button,
.woocommerce ul.products li.product .widget_meta li[class*=current] .btn-group-vertical > a.button,
.widget_meta li[class*=current] .woocommerce .btn-group-vertical > a[href].button.add_to_cart_button,
.woocommerce .widget_meta li[class*=current] .btn-group-vertical > a[href].button.add_to_cart_button,
.widget_meta li[class*=current] .woocommerce .btn-group-vertical > a.button.checkout-button.alt,
.woocommerce .widget_meta li[class*=current] .btn-group-vertical > a.button.checkout-button.alt,
.widget_meta li[class*=current] .woocommerce #add-member-form .btn-group-vertical > a.button,
.woocommerce #add-member-form .widget_meta li[class*=current] .btn-group-vertical > a.button,
.widget_meta li[class*=current] body #gdprc_bar .btn-group-vertical > a.gdprc_button,
body #gdprc_bar .widget_meta li[class*=current] .btn-group-vertical > a.gdprc_button,
.widget_meta li[class*=current] body #gdprc_settings .btn-group-vertical > a.gdprc_button,
body #gdprc_settings .widget_meta li[class*=current] .btn-group-vertical > a.gdprc_button,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_button,
.gform_wrapper.gravity-theme .widget_meta li[class*=current] .btn-group-vertical > a.gform_button,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_next_button,
.gform_wrapper.gravity-theme .widget_meta li[class*=current] .btn-group-vertical > a.gform_next_button,
.widget_meta li[class*=current] .gform_wrapper.gravity-theme .btn-group-vertical > a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_meta li[class*=current] .btn-group-vertical > a.gform_previous_button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .wp-block-button .btn-group > .wp-block-button__link:not(:first-child), .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + .added_to_cart:not(:first-child), .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + .added_to_cart:not(:first-child), .woocommerce form .btn-group > button.button.alt:not(:first-child),
.woocommerce .btn-group > a.button:not(:first-child),
.woocommerce .btn-group > input.button[type=submit]:not(:first-child),
.woocommerce ul.products li.product .btn-group > a.button:not(:first-child),
.woocommerce .btn-group > button.button:not(:first-child),
.woocommerce #respond .btn-group > input#submit:not(:first-child),
.woocommerce #add-member-form .btn-group > .button:not(:first-child), body #gdprc_bar .btn-group > .gdprc_button:not(:first-child), body #gdprc_settings .btn-group > .gdprc_button:not(:first-child), .gform_wrapper.gravity-theme .btn-group > .gform_button:not(:first-child),
.gform_wrapper.gravity-theme .btn-group > .gform_next_button:not(:first-child),
.gform_wrapper.gravity-theme .btn-group > .gform_previous_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .wp-block-button .btn-group > .wp-block-button__link:not(:last-child):not(.dropdown-toggle), .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + .added_to_cart:not(:last-child):not(.dropdown-toggle), .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + .added_to_cart:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > input.button[type=submit]:not(:last-child):not(.dropdown-toggle),
.woocommerce ul.products li.product .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group > button.button:not(:last-child):not(.dropdown-toggle),
.woocommerce #respond .btn-group > input#submit:not(:last-child):not(.dropdown-toggle),
.woocommerce #add-member-form .btn-group > .button:not(:last-child):not(.dropdown-toggle), body #gdprc_bar .btn-group > .gdprc_button:not(:last-child):not(.dropdown-toggle), body #gdprc_settings .btn-group > .gdprc_button:not(:last-child):not(.dropdown-toggle), .gform_wrapper.gravity-theme .btn-group > .gform_button:not(:last-child):not(.dropdown-toggle),
.gform_wrapper.gravity-theme .btn-group > .gform_next_button:not(:last-child):not(.dropdown-toggle),
.gform_wrapper.gravity-theme .btn-group > .gform_previous_button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.wp-block-button .btn-group > .btn-group:not(:last-child) > .wp-block-button__link,
.woocommerce .wp-block-button.is-style-fill .btn-group > .btn-group:not(:last-child) > .wp-block-button__link + .added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .btn-group:not(:last-child) > .wp-block-button__link + .added_to_cart,
.woocommerce .btn-group > .btn-group:not(:last-child) > a.button,
.woocommerce .btn-group > .btn-group:not(:last-child) > input.button[type=submit],
.woocommerce .btn-group > .btn-group:not(:last-child) > button.button,
.woocommerce #respond .btn-group > .btn-group:not(:last-child) > input#submit,
.woocommerce #add-member-form .btn-group > .btn-group:not(:last-child) > .button,
body #gdprc_bar .btn-group > .btn-group:not(:last-child) > .gdprc_button,
body #gdprc_settings .btn-group > .btn-group:not(:last-child) > .gdprc_button,
.gform_wrapper.gravity-theme .btn-group > .btn-group:not(:last-child) > .gform_button,
.gform_wrapper.gravity-theme .btn-group > .btn-group:not(:last-child) > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group > .btn-group:not(:last-child) > .gform_previous_button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .wp-block-button .btn-group > .wp-block-button__link:not(:first-child), .woocommerce .wp-block-button.is-style-fill .btn-group > .wp-block-button__link + .added_to_cart:not(:first-child), .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .wp-block-button__link + .added_to_cart:not(:first-child), .woocommerce form .btn-group > button.button.alt:not(:first-child),
.woocommerce .btn-group > a.button:not(:first-child),
.woocommerce .btn-group > input.button[type=submit]:not(:first-child),
.woocommerce ul.products li.product .btn-group > a.button:not(:first-child),
.woocommerce .btn-group > button.button:not(:first-child),
.woocommerce #respond .btn-group > input#submit:not(:first-child),
.woocommerce #add-member-form .btn-group > .button:not(:first-child), body #gdprc_bar .btn-group > .gdprc_button:not(:first-child), body #gdprc_settings .btn-group > .gdprc_button:not(:first-child), .gform_wrapper.gravity-theme .btn-group > .gform_button:not(:first-child),
.gform_wrapper.gravity-theme .btn-group > .gform_next_button:not(:first-child),
.gform_wrapper.gravity-theme .btn-group > .gform_previous_button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.wp-block-button .btn-group > .btn-group:not(:first-child) > .wp-block-button__link,
.woocommerce .wp-block-button.is-style-fill .btn-group > .btn-group:not(:first-child) > .wp-block-button__link + .added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group > .btn-group:not(:first-child) > .wp-block-button__link + .added_to_cart,
.woocommerce .btn-group > .btn-group:not(:first-child) > a.button,
.woocommerce .btn-group > .btn-group:not(:first-child) > input.button[type=submit],
.woocommerce .btn-group > .btn-group:not(:first-child) > button.button,
.woocommerce #respond .btn-group > .btn-group:not(:first-child) > input#submit,
.woocommerce #add-member-form .btn-group > .btn-group:not(:first-child) > .button,
body #gdprc_bar .btn-group > .btn-group:not(:first-child) > .gdprc_button,
body #gdprc_settings .btn-group > .btn-group:not(:first-child) > .gdprc_button,
.gform_wrapper.gravity-theme .btn-group > .btn-group:not(:first-child) > .gform_button,
.gform_wrapper.gravity-theme .btn-group > .btn-group:not(:first-child) > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group > .btn-group:not(:first-child) > .gform_previous_button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .wp-block-button .btn-group-sm > .wp-block-button__link + .dropdown-toggle-split, .woocommerce .wp-block-button.is-style-fill .btn-group-sm > .wp-block-button__link + .added_to_cart + .dropdown-toggle-split, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-sm > .wp-block-button__link + .added_to_cart + .dropdown-toggle-split,
.woocommerce .btn-group-sm > a.button + .dropdown-toggle-split,
.woocommerce .btn-group-sm > input.button[type=submit] + .dropdown-toggle-split,
.woocommerce ul.products li.product .btn-group-sm > a.button + .dropdown-toggle-split,
.woocommerce .btn-group-sm > button.button + .dropdown-toggle-split,
.woocommerce #respond .btn-group-sm > input#submit + .dropdown-toggle-split,
.woocommerce #add-member-form .btn-group-sm > .button + .dropdown-toggle-split, body #gdprc_bar .btn-group-sm > .gdprc_button + .dropdown-toggle-split, body #gdprc_settings .btn-group-sm > .gdprc_button + .dropdown-toggle-split, .gform_wrapper.gravity-theme .btn-group-sm > .gform_button + .dropdown-toggle-split,
.gform_wrapper.gravity-theme .btn-group-sm > .gform_next_button + .dropdown-toggle-split,
.gform_wrapper.gravity-theme .btn-group-sm > .gform_previous_button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .wp-block-button .btn-group-lg > .wp-block-button__link + .dropdown-toggle-split, .woocommerce .wp-block-button.is-style-fill .btn-group-lg > .wp-block-button__link + .added_to_cart + .dropdown-toggle-split, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-lg > .wp-block-button__link + .added_to_cart + .dropdown-toggle-split,
.woocommerce .btn-group-lg > a.button + .dropdown-toggle-split,
.woocommerce .btn-group-lg > input.button[type=submit] + .dropdown-toggle-split,
.woocommerce ul.products li.product .btn-group-lg > a.button + .dropdown-toggle-split,
.woocommerce .btn-group-lg > button.button + .dropdown-toggle-split,
.woocommerce #respond .btn-group-lg > input#submit + .dropdown-toggle-split,
.woocommerce #add-member-form .btn-group-lg > .button + .dropdown-toggle-split, body #gdprc_bar .btn-group-lg > .gdprc_button + .dropdown-toggle-split, body #gdprc_settings .btn-group-lg > .gdprc_button + .dropdown-toggle-split, .gform_wrapper.gravity-theme .btn-group-lg > .gform_button + .dropdown-toggle-split,
.gform_wrapper.gravity-theme .btn-group-lg > .gform_next_button + .dropdown-toggle-split,
.gform_wrapper.gravity-theme .btn-group-lg > .gform_previous_button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .wp-block-button .btn-group-vertical > .wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + .added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + .added_to_cart, .woocommerce form .btn-group-vertical > button.button.alt,
.woocommerce .btn-group-vertical > a.button,
.woocommerce .btn-group-vertical > input.button[type=submit],
.woocommerce ul.products li.product .btn-group-vertical > a.button,
.woocommerce .btn-group-vertical > a[href].button.add_to_cart_button,
.woocommerce .btn-group-vertical > button.button,
.woocommerce .cart .btn-group-vertical > button.button,
.woocommerce #respond .btn-group-vertical > input#submit,
.woocommerce #add-member-form .btn-group-vertical > .button, body #gdprc_bar .btn-group-vertical > .gdprc_button, body #gdprc_settings .btn-group-vertical > .gdprc_button, .gform_wrapper.gravity-theme .btn-group-vertical > .gform_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_previous_button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .wp-block-button .btn-group-vertical > .wp-block-button__link:not(:first-child), .woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + .added_to_cart:not(:first-child), .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + .added_to_cart:not(:first-child), .woocommerce form .btn-group-vertical > button.button.alt:not(:first-child),
.woocommerce .btn-group-vertical > a.button:not(:first-child),
.woocommerce .btn-group-vertical > input.button[type=submit]:not(:first-child),
.woocommerce ul.products li.product .btn-group-vertical > a.button:not(:first-child),
.woocommerce .btn-group-vertical > button.button:not(:first-child),
.woocommerce #respond .btn-group-vertical > input#submit:not(:first-child),
.woocommerce #add-member-form .btn-group-vertical > .button:not(:first-child), body #gdprc_bar .btn-group-vertical > .gdprc_button:not(:first-child), body #gdprc_settings .btn-group-vertical > .gdprc_button:not(:first-child), .gform_wrapper.gravity-theme .btn-group-vertical > .gform_button:not(:first-child),
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_next_button:not(:first-child),
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_previous_button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .wp-block-button .btn-group-vertical > .wp-block-button__link:not(:last-child):not(.dropdown-toggle), .woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + .added_to_cart:not(:last-child):not(.dropdown-toggle), .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + .added_to_cart:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group-vertical > input.button[type=submit]:not(:last-child):not(.dropdown-toggle),
.woocommerce ul.products li.product .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.woocommerce .btn-group-vertical > button.button:not(:last-child):not(.dropdown-toggle),
.woocommerce #respond .btn-group-vertical > input#submit:not(:last-child):not(.dropdown-toggle),
.woocommerce #add-member-form .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), body #gdprc_bar .btn-group-vertical > .gdprc_button:not(:last-child):not(.dropdown-toggle), body #gdprc_settings .btn-group-vertical > .gdprc_button:not(:last-child):not(.dropdown-toggle), .gform_wrapper.gravity-theme .btn-group-vertical > .gform_button:not(:last-child):not(.dropdown-toggle),
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_next_button:not(:last-child):not(.dropdown-toggle),
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_previous_button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.wp-block-button .btn-group-vertical > .btn-group:not(:last-child) > .wp-block-button__link,
.woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .btn-group:not(:last-child) > .wp-block-button__link + .added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .btn-group:not(:last-child) > .wp-block-button__link + .added_to_cart,
.woocommerce .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.woocommerce .btn-group-vertical > .btn-group:not(:last-child) > input.button[type=submit],
.woocommerce .btn-group-vertical > .btn-group:not(:last-child) > button.button,
.woocommerce #respond .btn-group-vertical > .btn-group:not(:last-child) > input#submit,
.woocommerce #add-member-form .btn-group-vertical > .btn-group:not(:last-child) > .button,
body #gdprc_bar .btn-group-vertical > .btn-group:not(:last-child) > .gdprc_button,
body #gdprc_settings .btn-group-vertical > .btn-group:not(:last-child) > .gdprc_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .btn-group:not(:last-child) > .gform_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .btn-group:not(:last-child) > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .btn-group:not(:last-child) > .gform_previous_button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .wp-block-button .btn-group-vertical > .wp-block-button__link:not(:first-child), .woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .wp-block-button__link + .added_to_cart:not(:first-child), .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .wp-block-button__link + .added_to_cart:not(:first-child), .woocommerce form .btn-group-vertical > button.button.alt:not(:first-child),
.woocommerce .btn-group-vertical > a.button:not(:first-child),
.woocommerce .btn-group-vertical > input.button[type=submit]:not(:first-child),
.woocommerce ul.products li.product .btn-group-vertical > a.button:not(:first-child),
.woocommerce .btn-group-vertical > button.button:not(:first-child),
.woocommerce #respond .btn-group-vertical > input#submit:not(:first-child),
.woocommerce #add-member-form .btn-group-vertical > .button:not(:first-child), body #gdprc_bar .btn-group-vertical > .gdprc_button:not(:first-child), body #gdprc_settings .btn-group-vertical > .gdprc_button:not(:first-child), .gform_wrapper.gravity-theme .btn-group-vertical > .gform_button:not(:first-child),
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_next_button:not(:first-child),
.gform_wrapper.gravity-theme .btn-group-vertical > .gform_previous_button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.wp-block-button .btn-group-vertical > .btn-group:not(:first-child) > .wp-block-button__link,
.woocommerce .wp-block-button.is-style-fill .btn-group-vertical > .btn-group:not(:first-child) > .wp-block-button__link + .added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-vertical > .btn-group:not(:first-child) > .wp-block-button__link + .added_to_cart,
.woocommerce .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.woocommerce .btn-group-vertical > .btn-group:not(:first-child) > input.button[type=submit],
.woocommerce .btn-group-vertical > .btn-group:not(:first-child) > button.button,
.woocommerce #respond .btn-group-vertical > .btn-group:not(:first-child) > input#submit,
.woocommerce #add-member-form .btn-group-vertical > .btn-group:not(:first-child) > .button,
body #gdprc_bar .btn-group-vertical > .btn-group:not(:first-child) > .gdprc_button,
body #gdprc_settings .btn-group-vertical > .btn-group:not(:first-child) > .gdprc_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .btn-group:not(:first-child) > .gform_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .btn-group:not(:first-child) > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group-vertical > .btn-group:not(:first-child) > .gform_previous_button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .wp-block-button .btn-group-toggle > .wp-block-button__link, .woocommerce .wp-block-button.is-style-fill .btn-group-toggle > .wp-block-button__link + .added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-toggle > .wp-block-button__link + .added_to_cart, .woocommerce form .btn-group-toggle > button.button.alt,
.woocommerce .btn-group-toggle > a.button,
.woocommerce .btn-group-toggle > input.button[type=submit],
.woocommerce ul.products li.product .btn-group-toggle > a.button,
.woocommerce .btn-group-toggle > a[href].button.add_to_cart_button,
.woocommerce .btn-group-toggle > button.button,
.woocommerce .cart .btn-group-toggle > button.button,
.woocommerce #respond .btn-group-toggle > input#submit,
.woocommerce #add-member-form .btn-group-toggle > .button, body #gdprc_bar .btn-group-toggle > .gdprc_button, body #gdprc_settings .btn-group-toggle > .gdprc_button, .gform_wrapper.gravity-theme .btn-group-toggle > .gform_button,
.gform_wrapper.gravity-theme .btn-group-toggle > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group-toggle > .gform_previous_button,
.btn-group-toggle > .btn-group > .btn,
.wp-block-button .btn-group-toggle > .btn-group > .wp-block-button__link,
.woocommerce .wp-block-button.is-style-fill .btn-group-toggle > .btn-group > .wp-block-button__link + .added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-toggle > .btn-group > .wp-block-button__link + .added_to_cart,
.woocommerce .btn-group-toggle > .btn-group > a.button,
.woocommerce .btn-group-toggle > .btn-group > input.button[type=submit],
.woocommerce ul.products li.product .btn-group-toggle > .btn-group > a.button,
.woocommerce .btn-group-toggle > .btn-group > button.button,
.woocommerce #respond .btn-group-toggle > .btn-group > input#submit,
.woocommerce #add-member-form .btn-group-toggle > .btn-group > .button,
body #gdprc_bar .btn-group-toggle > .btn-group > .gdprc_button,
body #gdprc_settings .btn-group-toggle > .btn-group > .gdprc_button,
.gform_wrapper.gravity-theme .btn-group-toggle > .btn-group > .gform_button,
.gform_wrapper.gravity-theme .btn-group-toggle > .btn-group > .gform_next_button,
.gform_wrapper.gravity-theme .btn-group-toggle > .btn-group > .gform_previous_button {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .wp-block-button .btn-group-toggle > .wp-block-button__link input[type=radio], .woocommerce .wp-block-button.is-style-fill .btn-group-toggle > .wp-block-button__link + .added_to_cart input[type=radio], .woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-toggle > .wp-block-button__link + .added_to_cart input[type=radio],
.woocommerce .btn-group-toggle > a.button input[type=radio],
.woocommerce .btn-group-toggle > input.button[type=submit] input[type=radio],
.woocommerce ul.products li.product .btn-group-toggle > a.button input[type=radio],
.woocommerce .btn-group-toggle > button.button input[type=radio],
.woocommerce #respond .btn-group-toggle > input#submit input[type=radio],
.woocommerce #add-member-form .btn-group-toggle > .button input[type=radio], body #gdprc_bar .btn-group-toggle > .gdprc_button input[type=radio], body #gdprc_settings .btn-group-toggle > .gdprc_button input[type=radio], .gform_wrapper.gravity-theme .btn-group-toggle > .gform_button input[type=radio],
.gform_wrapper.gravity-theme .btn-group-toggle > .gform_next_button input[type=radio],
.gform_wrapper.gravity-theme .btn-group-toggle > .gform_previous_button input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.wp-block-button .btn-group-toggle > .wp-block-button__link input[type=checkbox],
.woocommerce .wp-block-button.is-style-fill .btn-group-toggle > .wp-block-button__link + .added_to_cart input[type=checkbox],
.woocommerce .wp-block-button:not([class*=is-style-]) .btn-group-toggle > .wp-block-button__link + .added_to_cart input[type=checkbox],
.woocommerce .btn-group-toggle > a.button input[type=checkbox],
.woocommerce .btn-group-toggle > input.button[type=submit] input[type=checkbox],
.woocommerce ul.products li.product .btn-group-toggle > a.button input[type=checkbox],
.woocommerce .btn-group-toggle > button.button input[type=checkbox],
.woocommerce #respond .btn-group-toggle > input#submit input[type=checkbox],
.woocommerce #add-member-form .btn-group-toggle > .button input[type=checkbox],
body #gdprc_bar .btn-group-toggle > .gdprc_button input[type=checkbox],
body #gdprc_settings .btn-group-toggle > .gdprc_button input[type=checkbox],
.gform_wrapper.gravity-theme .btn-group-toggle > .gform_button input[type=checkbox],
.gform_wrapper.gravity-theme .btn-group-toggle > .gform_next_button input[type=checkbox],
.gform_wrapper.gravity-theme .btn-group-toggle > .gform_previous_button input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6875rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.34375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #00C8A0;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.34375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.34375rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select, .woocommerce .select2-selection, .woocommerce .input-select,
.woocommerce select,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices, .facetwp-type-fselect .fs-label-wrap, .facetwp-type-dropdown .facetwp-dropdown {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0.75rem 3.5rem 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #F9F9F9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z' fill='%2300C8A0'/%3E%3C/svg%3E") right 1rem center/2rem 2rem no-repeat;
  border: 1px solid #ced4da;
  border-radius: 2rem;
  -webkit-appearance: none;
          appearance: none;
}
.custom-select:focus, .woocommerce .select2-selection:focus, .woocommerce .input-select:focus,
.woocommerce select:focus,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:focus,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices:focus, .facetwp-type-fselect .fs-label-wrap:focus, .facetwp-type-dropdown .facetwp-dropdown:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value, .woocommerce .select2-selection:focus::-ms-value, .woocommerce .input-select:focus::-ms-value,
.woocommerce select:focus::-ms-value,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:focus::-ms-value,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices:focus::-ms-value, .facetwp-type-fselect .fs-label-wrap:focus::-ms-value, .facetwp-type-dropdown .facetwp-dropdown:focus::-ms-value {
  color: #495057;
  background-color: #F9F9F9;
}
.custom-select[multiple], .woocommerce [multiple].select2-selection, .woocommerce [multiple].input-select,
.woocommerce select[multiple],
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi [multiple].chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce [multiple].chosen-choices, .facetwp-type-fselect [multiple].fs-label-wrap, .facetwp-type-dropdown [multiple].facetwp-dropdown, .custom-select[size]:not([size="1"]), .woocommerce [size].select2-selection:not([size="1"]), .woocommerce [size].input-select:not([size="1"]),
.woocommerce select[size]:not([size="1"]),
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi [size].chosen-choices:not([size="1"]),
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce [size].chosen-choices:not([size="1"]), .facetwp-type-fselect [size].fs-label-wrap:not([size="1"]), .facetwp-type-dropdown [size].facetwp-dropdown:not([size="1"]) {
  height: auto;
  padding-right: 1.5rem;
  background-image: none;
}
.custom-select:disabled, .woocommerce .select2-selection:disabled, .woocommerce .input-select:disabled,
.woocommerce select:disabled,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:disabled,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices:disabled, .facetwp-type-fselect .fs-label-wrap:disabled, .facetwp-type-dropdown .facetwp-dropdown:disabled {
  color: #707070;
  background-color: #F9F9F9;
}
.custom-select::-ms-expand, .woocommerce .select2-selection::-ms-expand, .woocommerce .input-select::-ms-expand,
.woocommerce select::-ms-expand,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices::-ms-expand,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices::-ms-expand, .facetwp-type-fselect .fs-label-wrap::-ms-expand, .facetwp-type-dropdown .facetwp-dropdown::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring, .woocommerce .select2-selection:-moz-focusring, .woocommerce .input-select:-moz-focusring,
.woocommerce select:-moz-focusring,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices:-moz-focusring,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices:-moz-focusring, .facetwp-type-fselect .fs-label-wrap:-moz-focusring, .facetwp-type-dropdown .facetwp-dropdown:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select,
.woocommerce .select2-selection,
.woocommerce .input-select,
.woocommerce select,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices,
.facetwp-type-fselect .fs-label-wrap,
.facetwp-type-dropdown .facetwp-dropdown {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select,
.woocommerce .select2-selection,
.woocommerce .input-select,
.woocommerce select,
.woocommerce .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices,
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce .chosen-choices,
.facetwp-type-fselect .fs-label-wrap,
.facetwp-type-dropdown .facetwp-dropdown {
    transition: none;
  }
}

.nav, .yoast-table-of-contents > ul, .wp-block-page-list .submenu-container, .wp-block-page-list, .post-type .post-taxonomy, .widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul, .widget_nav_menu .menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link, .yoast-table-of-contents a, .wp-block-page-list .wp-block-pages-list__item__link, .post-type .post-taxonomy li a, .widget_recent_entries li[class*=current] a,
.widget_archive li[class*=current] a,
.widget_categories li[class*=current] a,
.widget_meta li[class*=current] a, .widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .yoast-table-of-contents a:hover, .wp-block-page-list .wp-block-pages-list__item__link:hover, .post-type .post-taxonomy li a:hover, .widget_recent_entries li[class*=current] a:hover,
.widget_archive li[class*=current] a:hover,
.widget_categories li[class*=current] a:hover,
.widget_meta li[class*=current] a:hover, .widget_recent_entries a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover, .nav-link:focus, .yoast-table-of-contents a:focus, .wp-block-page-list .wp-block-pages-list__item__link:focus, .post-type .post-taxonomy li a:focus, .widget_recent_entries li[class*=current] a:focus,
.widget_archive li[class*=current] a:focus,
.widget_categories li[class*=current] a:focus,
.widget_meta li[class*=current] a:focus, .widget_recent_entries a:focus,
.widget_archive a:focus,
.widget_categories a:focus,
.widget_meta a:focus {
  text-decoration: none;
}
.nav-link.disabled, .yoast-table-of-contents a.disabled, .wp-block-page-list .disabled.wp-block-pages-list__item__link, .post-type .post-taxonomy li a.disabled, .widget_recent_entries li[class*=current] a.disabled,
.widget_archive li[class*=current] a.disabled,
.widget_categories li[class*=current] a.disabled,
.widget_meta li[class*=current] a.disabled, .widget_recent_entries a.disabled,
.widget_archive a.disabled,
.widget_categories a.disabled,
.widget_meta a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link, .nav-tabs .yoast-table-of-contents a, .yoast-table-of-contents .nav-tabs a, .nav-tabs .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .nav-tabs .wp-block-pages-list__item__link, .nav-tabs .post-type .post-taxonomy li a, .post-type .post-taxonomy li .nav-tabs a, .nav-tabs .widget_recent_entries li[class*=current] a, .widget_recent_entries li[class*=current] .nav-tabs a,
.nav-tabs .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs a,
.nav-tabs .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs a,
.nav-tabs .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs a, .nav-tabs .widget_recent_entries a, .widget_recent_entries .nav-tabs a,
.nav-tabs .widget_archive a,
.widget_archive .nav-tabs a,
.nav-tabs .widget_categories a,
.widget_categories .nav-tabs a,
.nav-tabs .widget_meta a,
.widget_meta .nav-tabs a {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .yoast-table-of-contents a:hover, .yoast-table-of-contents .nav-tabs a:hover, .nav-tabs .wp-block-page-list .wp-block-pages-list__item__link:hover, .wp-block-page-list .nav-tabs .wp-block-pages-list__item__link:hover, .nav-tabs .post-type .post-taxonomy li a:hover, .post-type .post-taxonomy li .nav-tabs a:hover, .nav-tabs .widget_recent_entries a:hover, .widget_recent_entries .nav-tabs a:hover,
.nav-tabs .widget_archive a:hover,
.widget_archive .nav-tabs a:hover,
.nav-tabs .widget_categories a:hover,
.widget_categories .nav-tabs a:hover,
.nav-tabs .widget_meta a:hover,
.widget_meta .nav-tabs a:hover, .nav-tabs .nav-link:focus, .nav-tabs .yoast-table-of-contents a:focus, .yoast-table-of-contents .nav-tabs a:focus, .nav-tabs .wp-block-page-list .wp-block-pages-list__item__link:focus, .wp-block-page-list .nav-tabs .wp-block-pages-list__item__link:focus, .nav-tabs .post-type .post-taxonomy li a:focus, .post-type .post-taxonomy li .nav-tabs a:focus, .nav-tabs .widget_recent_entries a:focus, .widget_recent_entries .nav-tabs a:focus,
.nav-tabs .widget_archive a:focus,
.widget_archive .nav-tabs a:focus,
.nav-tabs .widget_categories a:focus,
.widget_categories .nav-tabs a:focus,
.nav-tabs .widget_meta a:focus,
.widget_meta .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled, .nav-tabs .yoast-table-of-contents a.disabled, .yoast-table-of-contents .nav-tabs a.disabled, .nav-tabs .wp-block-page-list .disabled.wp-block-pages-list__item__link, .wp-block-page-list .nav-tabs .disabled.wp-block-pages-list__item__link, .nav-tabs .post-type .post-taxonomy li a.disabled, .post-type .post-taxonomy li .nav-tabs a.disabled, .nav-tabs .widget_recent_entries a.disabled, .widget_recent_entries .nav-tabs a.disabled,
.nav-tabs .widget_archive a.disabled,
.widget_archive .nav-tabs a.disabled,
.nav-tabs .widget_categories a.disabled,
.widget_categories .nav-tabs a.disabled,
.nav-tabs .widget_meta a.disabled,
.widget_meta .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .yoast-table-of-contents a.active, .yoast-table-of-contents .nav-tabs a.active, .nav-tabs .wp-block-page-list .active.wp-block-pages-list__item__link, .wp-block-page-list .nav-tabs .active.wp-block-pages-list__item__link, .nav-tabs .post-type .post-taxonomy li a.active, .post-type .post-taxonomy li .nav-tabs a.active, .nav-tabs .widget_recent_entries li[class*=current] a.nav-link, .nav-tabs .widget_recent_entries li[class*=current] .yoast-table-of-contents a, .yoast-table-of-contents .nav-tabs .widget_recent_entries li[class*=current] a, .nav-tabs .widget_recent_entries li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link, .wp-block-page-list .nav-tabs .widget_recent_entries li[class*=current] a.wp-block-pages-list__item__link, .nav-tabs .widget_recent_entries .post-type .post-taxonomy li[class*=current] a, .post-type .post-taxonomy .nav-tabs .widget_recent_entries li[class*=current] a, .widget_recent_entries li[class*=current] .nav-tabs a.nav-link, .widget_recent_entries li[class*=current] .nav-tabs .yoast-table-of-contents a, .yoast-table-of-contents .widget_recent_entries li[class*=current] .nav-tabs a, .widget_recent_entries li[class*=current] .nav-tabs .wp-block-page-list a.wp-block-pages-list__item__link, .wp-block-page-list .widget_recent_entries li[class*=current] .nav-tabs a.wp-block-pages-list__item__link, .widget_recent_entries .post-type .post-taxonomy li[class*=current] .nav-tabs a, .post-type .post-taxonomy .widget_recent_entries li[class*=current] .nav-tabs a,
.nav-tabs .widget_archive li[class*=current] a.nav-link,
.nav-tabs .widget_archive li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .widget_archive li[class*=current] a,
.nav-tabs .widget_archive li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .widget_archive li[class*=current] a.wp-block-pages-list__item__link,
.nav-tabs .widget_archive .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .nav-tabs .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs a.nav-link,
.widget_archive li[class*=current] .nav-tabs .yoast-table-of-contents a,
.yoast-table-of-contents .widget_archive li[class*=current] .nav-tabs a,
.widget_archive li[class*=current] .nav-tabs .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive li[class*=current] .nav-tabs a.wp-block-pages-list__item__link,
.widget_archive .post-type .post-taxonomy li[class*=current] .nav-tabs a,
.post-type .post-taxonomy .widget_archive li[class*=current] .nav-tabs a,
.nav-tabs .widget_categories li[class*=current] a.nav-link,
.nav-tabs .widget_categories li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .widget_categories li[class*=current] a,
.nav-tabs .widget_categories li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .widget_categories li[class*=current] a.wp-block-pages-list__item__link,
.nav-tabs .widget_categories .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .nav-tabs .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs a.nav-link,
.widget_categories li[class*=current] .nav-tabs .yoast-table-of-contents a,
.yoast-table-of-contents .widget_categories li[class*=current] .nav-tabs a,
.widget_categories li[class*=current] .nav-tabs .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories li[class*=current] .nav-tabs a.wp-block-pages-list__item__link,
.widget_categories .post-type .post-taxonomy li[class*=current] .nav-tabs a,
.post-type .post-taxonomy .widget_categories li[class*=current] .nav-tabs a,
.nav-tabs .widget_meta li[class*=current] a.nav-link,
.nav-tabs .widget_meta li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .widget_meta li[class*=current] a,
.nav-tabs .widget_meta li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .widget_meta li[class*=current] a.wp-block-pages-list__item__link,
.nav-tabs .widget_meta .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .nav-tabs .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs a.nav-link,
.widget_meta li[class*=current] .nav-tabs .yoast-table-of-contents a,
.yoast-table-of-contents .widget_meta li[class*=current] .nav-tabs a,
.widget_meta li[class*=current] .nav-tabs .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta li[class*=current] .nav-tabs a.wp-block-pages-list__item__link,
.widget_meta .post-type .post-taxonomy li[class*=current] .nav-tabs a,
.post-type .post-taxonomy .widget_meta li[class*=current] .nav-tabs a, .nav-tabs .widget_recent_entries li[class*=current] a.active, .nav-tabs .widget_recent_entries li[class*=current] a,
.nav-tabs .widget_recent_entries .widget_archive li[class*=current] a,
.widget_archive .nav-tabs .widget_recent_entries li[class*=current] a,
.nav-tabs .widget_recent_entries .widget_categories li[class*=current] a,
.widget_categories .nav-tabs .widget_recent_entries li[class*=current] a,
.nav-tabs .widget_recent_entries .widget_meta li[class*=current] a,
.widget_meta .nav-tabs .widget_recent_entries li[class*=current] a, .widget_recent_entries li[class*=current] .nav-tabs a.active, .widget_recent_entries li[class*=current] .nav-tabs a,
.widget_recent_entries .widget_archive li[class*=current] .nav-tabs a,
.widget_archive .widget_recent_entries li[class*=current] .nav-tabs a,
.widget_recent_entries .widget_categories li[class*=current] .nav-tabs a,
.widget_categories .widget_recent_entries li[class*=current] .nav-tabs a,
.widget_recent_entries .widget_meta li[class*=current] .nav-tabs a,
.widget_meta .widget_recent_entries li[class*=current] .nav-tabs a,
.nav-tabs .widget_archive li[class*=current] a.active,
.nav-tabs .widget_archive .widget_recent_entries li[class*=current] a,
.widget_recent_entries .nav-tabs .widget_archive li[class*=current] a,
.nav-tabs .widget_archive li[class*=current] a,
.nav-tabs .widget_archive .widget_categories li[class*=current] a,
.widget_categories .nav-tabs .widget_archive li[class*=current] a,
.nav-tabs .widget_archive .widget_meta li[class*=current] a,
.widget_meta .nav-tabs .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs a.active,
.widget_archive .widget_recent_entries li[class*=current] .nav-tabs a,
.widget_recent_entries .widget_archive li[class*=current] .nav-tabs a,
.widget_archive li[class*=current] .nav-tabs a,
.widget_archive .widget_categories li[class*=current] .nav-tabs a,
.widget_categories .widget_archive li[class*=current] .nav-tabs a,
.widget_archive .widget_meta li[class*=current] .nav-tabs a,
.widget_meta .widget_archive li[class*=current] .nav-tabs a,
.nav-tabs .widget_categories li[class*=current] a.active,
.nav-tabs .widget_categories .widget_recent_entries li[class*=current] a,
.widget_recent_entries .nav-tabs .widget_categories li[class*=current] a,
.nav-tabs .widget_categories .widget_archive li[class*=current] a,
.widget_archive .nav-tabs .widget_categories li[class*=current] a,
.nav-tabs .widget_categories li[class*=current] a,
.nav-tabs .widget_categories .widget_meta li[class*=current] a,
.widget_meta .nav-tabs .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs a.active,
.widget_categories .widget_recent_entries li[class*=current] .nav-tabs a,
.widget_recent_entries .widget_categories li[class*=current] .nav-tabs a,
.widget_categories .widget_archive li[class*=current] .nav-tabs a,
.widget_archive .widget_categories li[class*=current] .nav-tabs a,
.widget_categories li[class*=current] .nav-tabs a,
.widget_categories .widget_meta li[class*=current] .nav-tabs a,
.widget_meta .widget_categories li[class*=current] .nav-tabs a,
.nav-tabs .widget_meta li[class*=current] a.active,
.nav-tabs .widget_meta .widget_recent_entries li[class*=current] a,
.widget_recent_entries .nav-tabs .widget_meta li[class*=current] a,
.nav-tabs .widget_meta .widget_archive li[class*=current] a,
.widget_archive .nav-tabs .widget_meta li[class*=current] a,
.nav-tabs .widget_meta .widget_categories li[class*=current] a,
.widget_categories .nav-tabs .widget_meta li[class*=current] a,
.nav-tabs .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs a.active,
.widget_meta .widget_recent_entries li[class*=current] .nav-tabs a,
.widget_recent_entries .widget_meta li[class*=current] .nav-tabs a,
.widget_meta .widget_archive li[class*=current] .nav-tabs a,
.widget_archive .widget_meta li[class*=current] .nav-tabs a,
.widget_meta .widget_categories li[class*=current] .nav-tabs a,
.widget_categories .widget_meta li[class*=current] .nav-tabs a,
.widget_meta li[class*=current] .nav-tabs a, .nav-tabs .widget_recent_entries a.active, .nav-tabs .widget_recent_entries li[class*=current] a,
.nav-tabs .widget_recent_entries .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs .widget_recent_entries a,
.nav-tabs .widget_recent_entries .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs .widget_recent_entries a,
.nav-tabs .widget_recent_entries .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs .widget_recent_entries a, .widget_recent_entries .nav-tabs a.active, .widget_recent_entries .nav-tabs li[class*=current] a, .widget_recent_entries li[class*=current] .nav-tabs a,
.widget_recent_entries .nav-tabs .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_recent_entries .nav-tabs a,
.widget_recent_entries .nav-tabs .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_recent_entries .nav-tabs a,
.widget_recent_entries .nav-tabs .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_recent_entries .nav-tabs a,
.nav-tabs .widget_archive a.active,
.nav-tabs .widget_archive .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .nav-tabs .widget_archive a,
.nav-tabs .widget_archive li[class*=current] a,
.nav-tabs .widget_archive .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs .widget_archive a,
.nav-tabs .widget_archive .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs .widget_archive a,
.widget_archive .nav-tabs a.active,
.widget_archive .nav-tabs .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_archive .nav-tabs a,
.widget_archive .nav-tabs li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs a,
.widget_archive .nav-tabs .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_archive .nav-tabs a,
.widget_archive .nav-tabs .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_archive .nav-tabs a,
.nav-tabs .widget_categories a.active,
.nav-tabs .widget_categories .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .nav-tabs .widget_categories a,
.nav-tabs .widget_categories .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs .widget_categories a,
.nav-tabs .widget_categories li[class*=current] a,
.nav-tabs .widget_categories .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs .widget_categories a,
.widget_categories .nav-tabs a.active,
.widget_categories .nav-tabs .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_categories .nav-tabs a,
.widget_categories .nav-tabs .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_categories .nav-tabs a,
.widget_categories .nav-tabs li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs a,
.widget_categories .nav-tabs .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_categories .nav-tabs a,
.nav-tabs .widget_meta a.active,
.nav-tabs .widget_meta .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .nav-tabs .widget_meta a,
.nav-tabs .widget_meta .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs .widget_meta a,
.nav-tabs .widget_meta .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs .widget_meta a,
.nav-tabs .widget_meta li[class*=current] a,
.widget_meta .nav-tabs a.active,
.widget_meta .nav-tabs .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_meta .nav-tabs a,
.widget_meta .nav-tabs .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_meta .nav-tabs a,
.widget_meta .nav-tabs .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_meta .nav-tabs a,
.widget_meta .nav-tabs li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs a,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .nav-item.show a,
.nav-tabs .yoast-table-of-contents li.show .nav-link,
.nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .nav-tabs li.show .nav-link,
.yoast-table-of-contents .nav-tabs li.show a,
.nav-tabs .nav-item.show .wp-block-page-list .wp-block-pages-list__item__link,
.nav-tabs .yoast-table-of-contents li.show .wp-block-page-list .wp-block-pages-list__item__link,
.yoast-table-of-contents .nav-tabs li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .nav-item.show .wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .yoast-table-of-contents li.show .wp-block-pages-list__item__link,
.yoast-table-of-contents .wp-block-page-list .nav-tabs li.show .wp-block-pages-list__item__link,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .nav-link,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .nav-link,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .yoast-table-of-contents a,
.yoast-table-of-contents .wp-block-page-list .nav-tabs .show.wp-block-pages-list__item a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .wp-block-pages-list__item__link,
.nav-tabs .nav-item.show .post-type .post-taxonomy li a,
.nav-tabs .yoast-table-of-contents li.show .post-type .post-taxonomy li a,
.yoast-table-of-contents .nav-tabs li.show .post-type .post-taxonomy li a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .post-type .post-taxonomy li a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .post-type .post-taxonomy li a,
.post-type .post-taxonomy li .nav-tabs .nav-item.show a,
.post-type .post-taxonomy li .nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .post-type .post-taxonomy li .nav-tabs li.show a,
.post-type .post-taxonomy li .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.wp-block-page-list .post-type .post-taxonomy li .nav-tabs .show.wp-block-pages-list__item a,
.nav-tabs .post-type .post-taxonomy li.show .nav-link,
.nav-tabs .post-type .post-taxonomy li.show .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .post-type .post-taxonomy li.show a,
.nav-tabs .post-type .post-taxonomy li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .post-type .post-taxonomy li.show .wp-block-pages-list__item__link,
.nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .nav-tabs li.show .nav-link,
.post-type .post-taxonomy .nav-tabs li.show .yoast-table-of-contents a,
.yoast-table-of-contents .post-type .post-taxonomy .nav-tabs li.show a,
.post-type .post-taxonomy .nav-tabs li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .post-type .post-taxonomy .nav-tabs li.show .wp-block-pages-list__item__link,
.post-type .post-taxonomy .nav-tabs li.show a,
.nav-tabs .nav-item.show .widget_recent_entries li[class*=current] a,
.nav-tabs .yoast-table-of-contents li.show .widget_recent_entries li[class*=current] a,
.yoast-table-of-contents .nav-tabs li.show .widget_recent_entries li[class*=current] a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .widget_recent_entries li[class*=current] a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .widget_recent_entries li[class*=current] a,
.nav-tabs .post-type .post-taxonomy li.show .widget_recent_entries li[class*=current] a,
.post-type .post-taxonomy .nav-tabs li.show .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .nav-tabs .nav-item.show a,
.widget_recent_entries li[class*=current] .nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .widget_recent_entries li[class*=current] .nav-tabs li.show a,
.widget_recent_entries li[class*=current] .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.wp-block-page-list .widget_recent_entries li[class*=current] .nav-tabs .show.wp-block-pages-list__item a,
.widget_recent_entries li[class*=current] .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_recent_entries li[class*=current] .nav-tabs li.show a,
.nav-tabs .nav-item.show .widget_archive li[class*=current] a,
.nav-tabs .yoast-table-of-contents li.show .widget_archive li[class*=current] a,
.yoast-table-of-contents .nav-tabs li.show .widget_archive li[class*=current] a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .widget_archive li[class*=current] a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .widget_archive li[class*=current] a,
.nav-tabs .post-type .post-taxonomy li.show .widget_archive li[class*=current] a,
.post-type .post-taxonomy .nav-tabs li.show .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs .nav-item.show a,
.widget_archive li[class*=current] .nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .widget_archive li[class*=current] .nav-tabs li.show a,
.widget_archive li[class*=current] .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.wp-block-page-list .widget_archive li[class*=current] .nav-tabs .show.wp-block-pages-list__item a,
.widget_archive li[class*=current] .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_archive li[class*=current] .nav-tabs li.show a,
.nav-tabs .nav-item.show .widget_categories li[class*=current] a,
.nav-tabs .yoast-table-of-contents li.show .widget_categories li[class*=current] a,
.yoast-table-of-contents .nav-tabs li.show .widget_categories li[class*=current] a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .widget_categories li[class*=current] a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .widget_categories li[class*=current] a,
.nav-tabs .post-type .post-taxonomy li.show .widget_categories li[class*=current] a,
.post-type .post-taxonomy .nav-tabs li.show .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs .nav-item.show a,
.widget_categories li[class*=current] .nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .widget_categories li[class*=current] .nav-tabs li.show a,
.widget_categories li[class*=current] .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.wp-block-page-list .widget_categories li[class*=current] .nav-tabs .show.wp-block-pages-list__item a,
.widget_categories li[class*=current] .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_categories li[class*=current] .nav-tabs li.show a,
.nav-tabs .nav-item.show .widget_meta li[class*=current] a,
.nav-tabs .yoast-table-of-contents li.show .widget_meta li[class*=current] a,
.yoast-table-of-contents .nav-tabs li.show .widget_meta li[class*=current] a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .widget_meta li[class*=current] a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .widget_meta li[class*=current] a,
.nav-tabs .post-type .post-taxonomy li.show .widget_meta li[class*=current] a,
.post-type .post-taxonomy .nav-tabs li.show .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs .nav-item.show a,
.widget_meta li[class*=current] .nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .widget_meta li[class*=current] .nav-tabs li.show a,
.widget_meta li[class*=current] .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.wp-block-page-list .widget_meta li[class*=current] .nav-tabs .show.wp-block-pages-list__item a,
.widget_meta li[class*=current] .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_meta li[class*=current] .nav-tabs li.show a,
.nav-tabs .widget_recent_entries li.show .nav-link,
.nav-tabs .widget_recent_entries li.show .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .widget_recent_entries li.show a,
.nav-tabs .widget_recent_entries li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .widget_recent_entries li.show .wp-block-pages-list__item__link,
.nav-tabs .widget_recent_entries .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .nav-tabs .widget_recent_entries li.show a,
.nav-tabs .widget_recent_entries li.show li[class*=current] a,
.nav-tabs .widget_recent_entries li[class*=current] li.show a,
.nav-tabs .widget_recent_entries li.show .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs .widget_recent_entries li.show a,
.nav-tabs .widget_recent_entries li.show .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs .widget_recent_entries li.show a,
.nav-tabs .widget_recent_entries li.show .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs .widget_recent_entries li.show a,
.widget_recent_entries .nav-tabs li.show .nav-link,
.widget_recent_entries .nav-tabs li.show .yoast-table-of-contents a,
.yoast-table-of-contents .widget_recent_entries .nav-tabs li.show a,
.widget_recent_entries .nav-tabs li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_recent_entries .nav-tabs li.show .wp-block-pages-list__item__link,
.widget_recent_entries .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_recent_entries .nav-tabs li.show a,
.widget_recent_entries .nav-tabs li.show li[class*=current] a,
.widget_recent_entries li[class*=current] .nav-tabs li.show a,
.widget_recent_entries .nav-tabs li.show .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_recent_entries .nav-tabs li.show a,
.widget_recent_entries .nav-tabs li.show .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_recent_entries .nav-tabs li.show a,
.widget_recent_entries .nav-tabs li.show .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_recent_entries .nav-tabs li.show a,
.nav-tabs .widget_archive li.show .nav-link,
.nav-tabs .widget_archive li.show .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .widget_archive li.show a,
.nav-tabs .widget_archive li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .widget_archive li.show .wp-block-pages-list__item__link,
.nav-tabs .widget_archive .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .nav-tabs .widget_archive li.show a,
.nav-tabs .widget_archive li.show .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .nav-tabs .widget_archive li.show a,
.nav-tabs .widget_archive li.show li[class*=current] a,
.nav-tabs .widget_archive li[class*=current] li.show a,
.nav-tabs .widget_archive li.show .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs .widget_archive li.show a,
.nav-tabs .widget_archive li.show .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs .widget_archive li.show a,
.widget_archive .nav-tabs li.show .nav-link,
.widget_archive .nav-tabs li.show .yoast-table-of-contents a,
.yoast-table-of-contents .widget_archive .nav-tabs li.show a,
.widget_archive .nav-tabs li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive .nav-tabs li.show .wp-block-pages-list__item__link,
.widget_archive .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_archive .nav-tabs li.show a,
.widget_archive .nav-tabs li.show .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_archive .nav-tabs li.show a,
.widget_archive .nav-tabs li.show li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs li.show a,
.widget_archive .nav-tabs li.show .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_archive .nav-tabs li.show a,
.widget_archive .nav-tabs li.show .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_archive .nav-tabs li.show a,
.nav-tabs .widget_categories li.show .nav-link,
.nav-tabs .widget_categories li.show .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .widget_categories li.show a,
.nav-tabs .widget_categories li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .widget_categories li.show .wp-block-pages-list__item__link,
.nav-tabs .widget_categories .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .nav-tabs .widget_categories li.show a,
.nav-tabs .widget_categories li.show .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .nav-tabs .widget_categories li.show a,
.nav-tabs .widget_categories li.show .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs .widget_categories li.show a,
.nav-tabs .widget_categories li.show li[class*=current] a,
.nav-tabs .widget_categories li[class*=current] li.show a,
.nav-tabs .widget_categories li.show .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs .widget_categories li.show a,
.widget_categories .nav-tabs li.show .nav-link,
.widget_categories .nav-tabs li.show .yoast-table-of-contents a,
.yoast-table-of-contents .widget_categories .nav-tabs li.show a,
.widget_categories .nav-tabs li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories .nav-tabs li.show .wp-block-pages-list__item__link,
.widget_categories .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_categories .nav-tabs li.show a,
.widget_categories .nav-tabs li.show .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_categories .nav-tabs li.show a,
.widget_categories .nav-tabs li.show .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_categories .nav-tabs li.show a,
.widget_categories .nav-tabs li.show li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs li.show a,
.widget_categories .nav-tabs li.show .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_categories .nav-tabs li.show a,
.nav-tabs .widget_meta li.show .nav-link,
.nav-tabs .widget_meta li.show .yoast-table-of-contents a,
.yoast-table-of-contents .nav-tabs .widget_meta li.show a,
.nav-tabs .widget_meta li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .nav-tabs .widget_meta li.show .wp-block-pages-list__item__link,
.nav-tabs .widget_meta .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .nav-tabs .widget_meta li.show a,
.nav-tabs .widget_meta li.show .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .nav-tabs .widget_meta li.show a,
.nav-tabs .widget_meta li.show .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-tabs .widget_meta li.show a,
.nav-tabs .widget_meta li.show .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-tabs .widget_meta li.show a,
.nav-tabs .widget_meta li.show li[class*=current] a,
.nav-tabs .widget_meta li[class*=current] li.show a,
.widget_meta .nav-tabs li.show .nav-link,
.widget_meta .nav-tabs li.show .yoast-table-of-contents a,
.yoast-table-of-contents .widget_meta .nav-tabs li.show a,
.widget_meta .nav-tabs li.show .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta .nav-tabs li.show .wp-block-pages-list__item__link,
.widget_meta .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_meta .nav-tabs li.show a,
.widget_meta .nav-tabs li.show .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_meta .nav-tabs li.show a,
.widget_meta .nav-tabs li.show .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_meta .nav-tabs li.show a,
.widget_meta .nav-tabs li.show .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_meta .nav-tabs li.show a,
.widget_meta .nav-tabs li.show li[class*=current] a,
.widget_meta li[class*=current] .nav-tabs li.show a,
.nav-tabs .nav-item.show .widget_recent_entries a,
.nav-tabs .yoast-table-of-contents li.show .widget_recent_entries a,
.yoast-table-of-contents .nav-tabs li.show .widget_recent_entries a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .widget_recent_entries a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .widget_recent_entries a,
.nav-tabs .post-type .post-taxonomy li.show .widget_recent_entries a,
.post-type .post-taxonomy .nav-tabs li.show .widget_recent_entries a,
.nav-tabs .widget_recent_entries li.show .widget_recent_entries a,
.nav-tabs .widget_archive li.show .widget_recent_entries a,
.nav-tabs .widget_categories li.show .widget_recent_entries a,
.nav-tabs .widget_meta li.show .widget_recent_entries a,
.widget_recent_entries .nav-tabs .nav-item.show a,
.widget_recent_entries .nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .widget_recent_entries .nav-tabs li.show a,
.widget_recent_entries .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.wp-block-page-list .widget_recent_entries .nav-tabs .show.wp-block-pages-list__item a,
.widget_recent_entries .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_recent_entries .nav-tabs li.show a,
.widget_recent_entries .nav-tabs li.show a,
.nav-tabs .nav-item.show .widget_archive a,
.nav-tabs .yoast-table-of-contents li.show .widget_archive a,
.yoast-table-of-contents .nav-tabs li.show .widget_archive a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .widget_archive a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .widget_archive a,
.nav-tabs .post-type .post-taxonomy li.show .widget_archive a,
.post-type .post-taxonomy .nav-tabs li.show .widget_archive a,
.nav-tabs .widget_recent_entries li.show .widget_archive a,
.nav-tabs .widget_archive li.show .widget_archive a,
.nav-tabs .widget_categories li.show .widget_archive a,
.nav-tabs .widget_meta li.show .widget_archive a,
.widget_archive .nav-tabs .nav-item.show a,
.widget_archive .nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .widget_archive .nav-tabs li.show a,
.widget_archive .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.wp-block-page-list .widget_archive .nav-tabs .show.wp-block-pages-list__item a,
.widget_archive .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_archive .nav-tabs li.show a,
.widget_archive .nav-tabs li.show a,
.nav-tabs .nav-item.show .widget_categories a,
.nav-tabs .yoast-table-of-contents li.show .widget_categories a,
.yoast-table-of-contents .nav-tabs li.show .widget_categories a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .widget_categories a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .widget_categories a,
.nav-tabs .post-type .post-taxonomy li.show .widget_categories a,
.post-type .post-taxonomy .nav-tabs li.show .widget_categories a,
.nav-tabs .widget_recent_entries li.show .widget_categories a,
.nav-tabs .widget_archive li.show .widget_categories a,
.nav-tabs .widget_categories li.show .widget_categories a,
.nav-tabs .widget_meta li.show .widget_categories a,
.widget_categories .nav-tabs .nav-item.show a,
.widget_categories .nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .widget_categories .nav-tabs li.show a,
.widget_categories .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.wp-block-page-list .widget_categories .nav-tabs .show.wp-block-pages-list__item a,
.widget_categories .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_categories .nav-tabs li.show a,
.widget_categories .nav-tabs li.show a,
.nav-tabs .nav-item.show .widget_meta a,
.nav-tabs .yoast-table-of-contents li.show .widget_meta a,
.yoast-table-of-contents .nav-tabs li.show .widget_meta a,
.nav-tabs .wp-block-page-list .show.wp-block-pages-list__item .widget_meta a,
.wp-block-page-list .nav-tabs .show.wp-block-pages-list__item .widget_meta a,
.nav-tabs .post-type .post-taxonomy li.show .widget_meta a,
.post-type .post-taxonomy .nav-tabs li.show .widget_meta a,
.nav-tabs .widget_recent_entries li.show .widget_meta a,
.nav-tabs .widget_archive li.show .widget_meta a,
.nav-tabs .widget_categories li.show .widget_meta a,
.nav-tabs .widget_meta li.show .widget_meta a,
.widget_meta .nav-tabs .nav-item.show a,
.widget_meta .nav-tabs .yoast-table-of-contents li.show a,
.yoast-table-of-contents .widget_meta .nav-tabs li.show a,
.widget_meta .nav-tabs .wp-block-page-list .show.wp-block-pages-list__item a,
.wp-block-page-list .widget_meta .nav-tabs .show.wp-block-pages-list__item a,
.widget_meta .nav-tabs .post-type .post-taxonomy li.show a,
.post-type .post-taxonomy .widget_meta .nav-tabs li.show a,
.widget_meta .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link, .nav-pills .yoast-table-of-contents a, .yoast-table-of-contents .nav-pills a, .nav-pills .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .nav-pills .wp-block-pages-list__item__link, .nav-pills .post-type .post-taxonomy li a, .post-type .post-taxonomy li .nav-pills a, .nav-pills .widget_recent_entries li[class*=current] a, .widget_recent_entries li[class*=current] .nav-pills a,
.nav-pills .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .nav-pills a,
.nav-pills .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .nav-pills a,
.nav-pills .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .nav-pills a, .nav-pills .widget_recent_entries a, .widget_recent_entries .nav-pills a,
.nav-pills .widget_archive a,
.widget_archive .nav-pills a,
.nav-pills .widget_categories a,
.widget_categories .nav-pills a,
.nav-pills .widget_meta a,
.widget_meta .nav-pills a {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .yoast-table-of-contents a.active, .yoast-table-of-contents .nav-pills a.active, .nav-pills .wp-block-page-list .active.wp-block-pages-list__item__link, .wp-block-page-list .nav-pills .active.wp-block-pages-list__item__link, .nav-pills .post-type .post-taxonomy li a.active, .post-type .post-taxonomy li .nav-pills a.active, .nav-pills .widget_recent_entries a.active, .nav-pills .widget_recent_entries li[class*=current] a, .widget_recent_entries .nav-pills a.active, .widget_recent_entries .nav-pills li[class*=current] a, .widget_recent_entries li[class*=current] .nav-pills a,
.nav-pills .widget_archive a.active,
.nav-pills .widget_archive li[class*=current] a,
.widget_archive .nav-pills a.active,
.widget_archive .nav-pills li[class*=current] a,
.widget_archive li[class*=current] .nav-pills a,
.nav-pills .widget_categories a.active,
.nav-pills .widget_categories li[class*=current] a,
.widget_categories .nav-pills a.active,
.widget_categories .nav-pills li[class*=current] a,
.widget_categories li[class*=current] .nav-pills a,
.nav-pills .widget_meta a.active,
.nav-pills .widget_meta li[class*=current] a,
.widget_meta .nav-pills a.active,
.widget_meta .nav-pills li[class*=current] a,
.widget_meta li[class*=current] .nav-pills a,
.nav-pills .show > .nav-link,
.nav-pills .yoast-table-of-contents .show > a,
.yoast-table-of-contents .nav-pills .show > a,
.nav-pills .wp-block-page-list .show > .wp-block-pages-list__item__link,
.wp-block-page-list .nav-pills .show > .wp-block-pages-list__item__link,
.nav-pills .post-type .post-taxonomy li .show > a,
.post-type .post-taxonomy li .nav-pills .show > a,
.nav-pills .widget_recent_entries .show > a,
.widget_recent_entries .nav-pills .show > a,
.nav-pills .widget_archive .show > a,
.widget_archive .nav-pills .show > a,
.nav-pills .widget_categories .show > a,
.widget_categories .nav-pills .show > a,
.nav-pills .widget_meta .show > a,
.widget_meta .nav-pills .show > a {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link, .yoast-table-of-contents .nav-fill > a, .wp-block-page-list .nav-fill > .wp-block-pages-list__item__link, .post-type .post-taxonomy li .nav-fill > a, .widget_recent_entries li[class*=current] .nav-fill > a,
.widget_archive li[class*=current] .nav-fill > a,
.widget_categories li[class*=current] .nav-fill > a,
.widget_meta li[class*=current] .nav-fill > a, .widget_recent_entries .nav-fill > a,
.widget_archive .nav-fill > a,
.widget_categories .nav-fill > a,
.widget_meta .nav-fill > a,
.nav-fill .nav-item,
.nav-fill .yoast-table-of-contents li,
.yoast-table-of-contents .nav-fill li,
.nav-fill .wp-block-page-list .wp-block-pages-list__item,
.wp-block-page-list .nav-fill .wp-block-pages-list__item,
.nav-fill .post-type .post-taxonomy li,
.post-type .post-taxonomy .nav-fill li,
.nav-fill .widget_recent_entries li,
.widget_recent_entries .nav-fill li,
.nav-fill .widget_archive li,
.widget_archive .nav-fill li,
.nav-fill .widget_categories li,
.widget_categories .nav-fill li,
.nav-fill .widget_meta li,
.widget_meta .nav-fill li {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .yoast-table-of-contents .nav-justified > a, .wp-block-page-list .nav-justified > .wp-block-pages-list__item__link, .post-type .post-taxonomy li .nav-justified > a, .widget_recent_entries li[class*=current] .nav-justified > a,
.widget_archive li[class*=current] .nav-justified > a,
.widget_categories li[class*=current] .nav-justified > a,
.widget_meta li[class*=current] .nav-justified > a, .widget_recent_entries .nav-justified > a,
.widget_archive .nav-justified > a,
.widget_categories .nav-justified > a,
.widget_meta .nav-justified > a,
.nav-justified .nav-item,
.nav-justified .yoast-table-of-contents li,
.yoast-table-of-contents .nav-justified li,
.nav-justified .wp-block-page-list .wp-block-pages-list__item,
.wp-block-page-list .nav-justified .wp-block-pages-list__item,
.nav-justified .post-type .post-taxonomy li,
.post-type .post-taxonomy .nav-justified li,
.nav-justified .widget_recent_entries li,
.widget_recent_entries .nav-justified li,
.nav-justified .widget_archive li,
.widget_archive .nav-justified li,
.nav-justified .widget_categories li,
.widget_categories .nav-justified li,
.nav-justified .widget_meta li,
.widget_meta .nav-justified li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active, .widget_recent_entries li[class*=current] .tab-content > a,
.widget_archive li[class*=current] .tab-content > a,
.widget_categories li[class*=current] .tab-content > a,
.widget_meta li[class*=current] .tab-content > a {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container, .navbar .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .navbar .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover .navbar .wp-block-cover__inner-container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link, .navbar-nav .yoast-table-of-contents a, .yoast-table-of-contents .navbar-nav a, .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar-nav .wp-block-pages-list__item__link, .navbar-nav .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar-nav a, .navbar-nav .widget_recent_entries li[class*=current] a, .widget_recent_entries li[class*=current] .navbar-nav a,
.navbar-nav .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar-nav a,
.navbar-nav .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar-nav a,
.navbar-nav .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar-nav a, .navbar-nav .widget_recent_entries a, .widget_recent_entries .navbar-nav a,
.navbar-nav .widget_archive a,
.widget_archive .navbar-nav a,
.navbar-nav .widget_categories a,
.widget_categories .navbar-nav a,
.navbar-nav .widget_meta a,
.widget_meta .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .wp-block-group[class*=wp-container-].navbar-expand-sm:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand-sm > .wp-block-cover__inner-container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .yoast-table-of-contents a, .yoast-table-of-contents .navbar-expand-sm .navbar-nav a, .navbar-expand-sm .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar-expand-sm .navbar-nav .wp-block-pages-list__item__link, .navbar-expand-sm .navbar-nav .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar-expand-sm .navbar-nav a, .navbar-expand-sm .navbar-nav .widget_recent_entries a, .widget_recent_entries .navbar-expand-sm .navbar-nav a,
.navbar-expand-sm .navbar-nav .widget_archive a,
.widget_archive .navbar-expand-sm .navbar-nav a,
.navbar-expand-sm .navbar-nav .widget_categories a,
.widget_categories .navbar-expand-sm .navbar-nav a,
.navbar-expand-sm .navbar-nav .widget_meta a,
.widget_meta .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .wp-block-group[class*=wp-container-].navbar-expand-sm:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand-sm > .wp-block-cover__inner-container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .wp-block-group[class*=wp-container-].navbar-expand-md:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand-md > .wp-block-cover__inner-container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .yoast-table-of-contents a, .yoast-table-of-contents .navbar-expand-md .navbar-nav a, .navbar-expand-md .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar-expand-md .navbar-nav .wp-block-pages-list__item__link, .navbar-expand-md .navbar-nav .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar-expand-md .navbar-nav a, .navbar-expand-md .navbar-nav .widget_recent_entries a, .widget_recent_entries .navbar-expand-md .navbar-nav a,
.navbar-expand-md .navbar-nav .widget_archive a,
.widget_archive .navbar-expand-md .navbar-nav a,
.navbar-expand-md .navbar-nav .widget_categories a,
.widget_categories .navbar-expand-md .navbar-nav a,
.navbar-expand-md .navbar-nav .widget_meta a,
.widget_meta .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .wp-block-group[class*=wp-container-].navbar-expand-md:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand-md > .wp-block-cover__inner-container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .wp-block-group[class*=wp-container-].navbar-expand-lg:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand-lg > .wp-block-cover__inner-container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .yoast-table-of-contents a, .yoast-table-of-contents .navbar-expand-lg .navbar-nav a, .navbar-expand-lg .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar-expand-lg .navbar-nav .wp-block-pages-list__item__link, .navbar-expand-lg .navbar-nav .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar-expand-lg .navbar-nav a, .navbar-expand-lg .navbar-nav .widget_recent_entries a, .widget_recent_entries .navbar-expand-lg .navbar-nav a,
.navbar-expand-lg .navbar-nav .widget_archive a,
.widget_archive .navbar-expand-lg .navbar-nav a,
.navbar-expand-lg .navbar-nav .widget_categories a,
.widget_categories .navbar-expand-lg .navbar-nav a,
.navbar-expand-lg .navbar-nav .widget_meta a,
.widget_meta .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .wp-block-group[class*=wp-container-].navbar-expand-lg:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand-lg > .wp-block-cover__inner-container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .wp-block-group[class*=wp-container-].navbar-expand-xl:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand-xl > .wp-block-cover__inner-container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .yoast-table-of-contents a, .yoast-table-of-contents .navbar-expand-xl .navbar-nav a, .navbar-expand-xl .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar-expand-xl .navbar-nav .wp-block-pages-list__item__link, .navbar-expand-xl .navbar-nav .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar-expand-xl .navbar-nav a, .navbar-expand-xl .navbar-nav .widget_recent_entries a, .widget_recent_entries .navbar-expand-xl .navbar-nav a,
.navbar-expand-xl .navbar-nav .widget_archive a,
.widget_archive .navbar-expand-xl .navbar-nav a,
.navbar-expand-xl .navbar-nav .widget_categories a,
.widget_categories .navbar-expand-xl .navbar-nav a,
.navbar-expand-xl .navbar-nav .widget_meta a,
.widget_meta .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .wp-block-group[class*=wp-container-].navbar-expand-xl:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand-xl > .wp-block-cover__inner-container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .wp-block-group[class*=wp-container-].navbar-expand:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand > .wp-block-cover__inner-container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .yoast-table-of-contents a, .yoast-table-of-contents .navbar-expand .navbar-nav a, .navbar-expand .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar-expand .navbar-nav .wp-block-pages-list__item__link, .navbar-expand .navbar-nav .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar-expand .navbar-nav a, .navbar-expand .navbar-nav .widget_recent_entries a, .widget_recent_entries .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav .widget_archive a,
.widget_archive .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav .widget_categories a,
.widget_categories .navbar-expand .navbar-nav a,
.navbar-expand .navbar-nav .widget_meta a,
.widget_meta .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .wp-block-group[class*=wp-container-].navbar-expand:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .navbar-expand > .wp-block-cover__inner-container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .yoast-table-of-contents a, .yoast-table-of-contents .navbar-light .navbar-nav a, .navbar-light .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar-light .navbar-nav .wp-block-pages-list__item__link, .navbar-light .navbar-nav .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar-light .navbar-nav a, .navbar-light .navbar-nav .widget_recent_entries a, .widget_recent_entries .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_archive a,
.widget_archive .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_categories a,
.widget_categories .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_meta a,
.widget_meta .navbar-light .navbar-nav a {
  color: #0028B9;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .yoast-table-of-contents a:hover, .yoast-table-of-contents .navbar-light .navbar-nav a:hover, .navbar-light .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link:hover, .wp-block-page-list .navbar-light .navbar-nav .wp-block-pages-list__item__link:hover, .navbar-light .navbar-nav .post-type .post-taxonomy li a:hover, .post-type .post-taxonomy li .navbar-light .navbar-nav a:hover, .navbar-light .navbar-nav .widget_recent_entries a:hover, .widget_recent_entries .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .widget_archive a:hover,
.widget_archive .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .widget_categories a:hover,
.widget_categories .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .widget_meta a:hover,
.widget_meta .navbar-light .navbar-nav a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .yoast-table-of-contents a:focus, .yoast-table-of-contents .navbar-light .navbar-nav a:focus, .navbar-light .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link:focus, .wp-block-page-list .navbar-light .navbar-nav .wp-block-pages-list__item__link:focus, .navbar-light .navbar-nav .post-type .post-taxonomy li a:focus, .post-type .post-taxonomy li .navbar-light .navbar-nav a:focus, .navbar-light .navbar-nav .widget_recent_entries a:focus, .widget_recent_entries .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav .widget_archive a:focus,
.widget_archive .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav .widget_categories a:focus,
.widget_categories .navbar-light .navbar-nav a:focus,
.navbar-light .navbar-nav .widget_meta a:focus,
.widget_meta .navbar-light .navbar-nav a:focus {
  color: rgba(0, 40, 185, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .yoast-table-of-contents a.disabled, .yoast-table-of-contents .navbar-light .navbar-nav a.disabled, .navbar-light .navbar-nav .wp-block-page-list .disabled.wp-block-pages-list__item__link, .wp-block-page-list .navbar-light .navbar-nav .disabled.wp-block-pages-list__item__link, .navbar-light .navbar-nav .post-type .post-taxonomy li a.disabled, .post-type .post-taxonomy li .navbar-light .navbar-nav a.disabled, .navbar-light .navbar-nav .widget_recent_entries a.disabled, .widget_recent_entries .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav .widget_archive a.disabled,
.widget_archive .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav .widget_categories a.disabled,
.widget_categories .navbar-light .navbar-nav a.disabled,
.navbar-light .navbar-nav .widget_meta a.disabled,
.widget_meta .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .yoast-table-of-contents .show > a, .yoast-table-of-contents .navbar-light .navbar-nav .show > a, .navbar-light .navbar-nav .wp-block-page-list .show > .wp-block-pages-list__item__link, .wp-block-page-list .navbar-light .navbar-nav .show > .wp-block-pages-list__item__link, .navbar-light .navbar-nav .post-type .post-taxonomy li .show > a, .post-type .post-taxonomy li .navbar-light .navbar-nav .show > a, .navbar-light .navbar-nav .widget_recent_entries li[class*=current] .show > a,
.navbar-light .navbar-nav .widget_archive li[class*=current] .show > a,
.navbar-light .navbar-nav .widget_categories li[class*=current] .show > a,
.navbar-light .navbar-nav .widget_meta li[class*=current] .show > a, .navbar-light .navbar-nav .widget_recent_entries .show > a, .widget_recent_entries .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .widget_archive .show > a,
.widget_archive .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .widget_categories .show > a,
.widget_categories .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .widget_meta .show > a,
.widget_meta .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .yoast-table-of-contents .active > a,
.yoast-table-of-contents .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .wp-block-page-list .active > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .active > .wp-block-pages-list__item__link,
.navbar-light .navbar-nav .post-type .post-taxonomy li .active > a,
.post-type .post-taxonomy li .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > .nav-link,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] .yoast-table-of-contents a > a,
.yoast-table-of-contents .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > .wp-block-pages-list__item__link,
.navbar-light .navbar-nav .widget_recent_entries .post-type .post-taxonomy li[class*=current] a > a,
.post-type .post-taxonomy .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav a > .nav-link,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .yoast-table-of-contents a > a,
.yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar-light .navbar-nav a > a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar-light .navbar-nav a > .wp-block-pages-list__item__link,
.widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar-light .navbar-nav a > a,
.post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar-light .navbar-nav a > a,
.navbar-light .navbar-nav .widget_archive li[class*=current] a > .nav-link,
.navbar-light .navbar-nav .widget_archive li[class*=current] .yoast-table-of-contents a > a,
.yoast-table-of-contents .navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-light .navbar-nav .widget_archive li[class*=current] .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .widget_archive li[class*=current] a > .wp-block-pages-list__item__link,
.navbar-light .navbar-nav .widget_archive .post-type .post-taxonomy li[class*=current] a > a,
.post-type .post-taxonomy .navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-light .navbar-nav a > .nav-link,
.widget_archive li[class*=current] .navbar-light .navbar-nav .yoast-table-of-contents a > a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar-light .navbar-nav a > a,
.widget_archive li[class*=current] .navbar-light .navbar-nav .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive li[class*=current] .navbar-light .navbar-nav a > .wp-block-pages-list__item__link,
.widget_archive .post-type .post-taxonomy li[class*=current] .navbar-light .navbar-nav a > a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar-light .navbar-nav a > a,
.navbar-light .navbar-nav .widget_categories li[class*=current] a > .nav-link,
.navbar-light .navbar-nav .widget_categories li[class*=current] .yoast-table-of-contents a > a,
.yoast-table-of-contents .navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-light .navbar-nav .widget_categories li[class*=current] .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .widget_categories li[class*=current] a > .wp-block-pages-list__item__link,
.navbar-light .navbar-nav .widget_categories .post-type .post-taxonomy li[class*=current] a > a,
.post-type .post-taxonomy .navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-light .navbar-nav a > .nav-link,
.widget_categories li[class*=current] .navbar-light .navbar-nav .yoast-table-of-contents a > a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar-light .navbar-nav a > a,
.widget_categories li[class*=current] .navbar-light .navbar-nav .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories li[class*=current] .navbar-light .navbar-nav a > .wp-block-pages-list__item__link,
.widget_categories .post-type .post-taxonomy li[class*=current] .navbar-light .navbar-nav a > a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar-light .navbar-nav a > a,
.navbar-light .navbar-nav .widget_meta li[class*=current] a > .nav-link,
.navbar-light .navbar-nav .widget_meta li[class*=current] .yoast-table-of-contents a > a,
.yoast-table-of-contents .navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-light .navbar-nav .widget_meta li[class*=current] .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .widget_meta li[class*=current] a > .wp-block-pages-list__item__link,
.navbar-light .navbar-nav .widget_meta .post-type .post-taxonomy li[class*=current] a > a,
.post-type .post-taxonomy .navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-light .navbar-nav a > .nav-link,
.widget_meta li[class*=current] .navbar-light .navbar-nav .yoast-table-of-contents a > a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar-light .navbar-nav a > a,
.widget_meta li[class*=current] .navbar-light .navbar-nav .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta li[class*=current] .navbar-light .navbar-nav a > .wp-block-pages-list__item__link,
.widget_meta .post-type .post-taxonomy li[class*=current] .navbar-light .navbar-nav a > a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar-light .navbar-nav a > a,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] .active > a,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-light .navbar-nav .widget_recent_entries .widget_archive li[class*=current] a > a,
.widget_archive .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-light .navbar-nav .widget_recent_entries .widget_categories li[class*=current] a > a,
.widget_categories .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-light .navbar-nav .widget_recent_entries .widget_meta li[class*=current] a > a,
.widget_meta .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-light .navbar-nav .widget_archive li[class*=current] .active > a,
.navbar-light .navbar-nav .widget_archive .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries .navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-light .navbar-nav .widget_archive .widget_categories li[class*=current] a > a,
.widget_categories .navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-light .navbar-nav .widget_archive .widget_meta li[class*=current] a > a,
.widget_meta .navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-light .navbar-nav .widget_categories li[class*=current] .active > a,
.navbar-light .navbar-nav .widget_categories .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries .navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-light .navbar-nav .widget_categories .widget_archive li[class*=current] a > a,
.widget_archive .navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-light .navbar-nav .widget_categories .widget_meta li[class*=current] a > a,
.widget_meta .navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-light .navbar-nav .widget_meta li[class*=current] .active > a,
.navbar-light .navbar-nav .widget_meta .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries .navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-light .navbar-nav .widget_meta .widget_archive li[class*=current] a > a,
.widget_archive .navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-light .navbar-nav .widget_meta .widget_categories li[class*=current] a > a,
.widget_categories .navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-light .navbar-nav .widget_recent_entries .active > a,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-light .navbar-nav .widget_recent_entries .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-light .navbar-nav .widget_recent_entries a > a,
.navbar-light .navbar-nav .widget_recent_entries .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-light .navbar-nav .widget_recent_entries a > a,
.navbar-light .navbar-nav .widget_recent_entries .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-light .navbar-nav .widget_recent_entries a > a,
.widget_recent_entries .navbar-light .navbar-nav .active > a,
.widget_recent_entries .navbar-light .navbar-nav li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav a > a,
.widget_recent_entries .navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .widget_recent_entries .navbar-light .navbar-nav a > a,
.widget_recent_entries .navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .widget_recent_entries .navbar-light .navbar-nav a > a,
.widget_recent_entries .navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .widget_recent_entries .navbar-light .navbar-nav a > a,
.navbar-light .navbar-nav .widget_archive .active > a,
.navbar-light .navbar-nav .widget_archive .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .widget_archive a > a,
.navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-light .navbar-nav .widget_archive .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-light .navbar-nav .widget_archive a > a,
.navbar-light .navbar-nav .widget_archive .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-light .navbar-nav .widget_archive a > a,
.widget_archive .navbar-light .navbar-nav .active > a,
.widget_archive .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .widget_archive .navbar-light .navbar-nav a > a,
.widget_archive .navbar-light .navbar-nav li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-light .navbar-nav a > a,
.widget_archive .navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .widget_archive .navbar-light .navbar-nav a > a,
.widget_archive .navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .widget_archive .navbar-light .navbar-nav a > a,
.navbar-light .navbar-nav .widget_categories .active > a,
.navbar-light .navbar-nav .widget_categories .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .widget_categories a > a,
.navbar-light .navbar-nav .widget_categories .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-light .navbar-nav .widget_categories a > a,
.navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-light .navbar-nav .widget_categories .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-light .navbar-nav .widget_categories a > a,
.widget_categories .navbar-light .navbar-nav .active > a,
.widget_categories .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .widget_categories .navbar-light .navbar-nav a > a,
.widget_categories .navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .widget_categories .navbar-light .navbar-nav a > a,
.widget_categories .navbar-light .navbar-nav li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-light .navbar-nav a > a,
.widget_categories .navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .widget_categories .navbar-light .navbar-nav a > a,
.navbar-light .navbar-nav .widget_meta .active > a,
.navbar-light .navbar-nav .widget_meta .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .widget_meta a > a,
.navbar-light .navbar-nav .widget_meta .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-light .navbar-nav .widget_meta a > a,
.navbar-light .navbar-nav .widget_meta .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-light .navbar-nav .widget_meta a > a,
.navbar-light .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta .navbar-light .navbar-nav .active > a,
.widget_meta .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .widget_meta .navbar-light .navbar-nav a > a,
.widget_meta .navbar-light .navbar-nav .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .widget_meta .navbar-light .navbar-nav a > a,
.widget_meta .navbar-light .navbar-nav .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .widget_meta .navbar-light .navbar-nav a > a,
.widget_meta .navbar-light .navbar-nav li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-light .navbar-nav a > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .yoast-table-of-contents a.show,
.yoast-table-of-contents .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .wp-block-page-list .show.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .show.wp-block-pages-list__item__link,
.navbar-light .navbar-nav .post-type .post-taxonomy li a.show,
.post-type .post-taxonomy li .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .widget_recent_entries a.show,
.widget_recent_entries .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .widget_archive a.show,
.widget_archive .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .widget_categories a.show,
.widget_categories .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .widget_meta a.show,
.widget_meta .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .yoast-table-of-contents a.active,
.yoast-table-of-contents .navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav .wp-block-page-list .active.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .active.wp-block-pages-list__item__link,
.navbar-light .navbar-nav .post-type .post-taxonomy li a.active,
.post-type .post-taxonomy li .navbar-light .navbar-nav a.active,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] a.nav-link,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a.wp-block-pages-list__item__link,
.navbar-light .navbar-nav .widget_recent_entries .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav a.nav-link,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .yoast-table-of-contents a,
.yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar-light .navbar-nav a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar-light .navbar-nav a.wp-block-pages-list__item__link,
.widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar-light .navbar-nav a,
.post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_archive li[class*=current] a.nav-link,
.navbar-light .navbar-nav .widget_archive li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .navbar-light .navbar-nav .widget_archive li[class*=current] a,
.navbar-light .navbar-nav .widget_archive li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .widget_archive li[class*=current] a.wp-block-pages-list__item__link,
.navbar-light .navbar-nav .widget_archive .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .navbar-light .navbar-nav .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar-light .navbar-nav a.nav-link,
.widget_archive li[class*=current] .navbar-light .navbar-nav .yoast-table-of-contents a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar-light .navbar-nav a,
.widget_archive li[class*=current] .navbar-light .navbar-nav .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive li[class*=current] .navbar-light .navbar-nav a.wp-block-pages-list__item__link,
.widget_archive .post-type .post-taxonomy li[class*=current] .navbar-light .navbar-nav a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_categories li[class*=current] a.nav-link,
.navbar-light .navbar-nav .widget_categories li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .navbar-light .navbar-nav .widget_categories li[class*=current] a,
.navbar-light .navbar-nav .widget_categories li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .widget_categories li[class*=current] a.wp-block-pages-list__item__link,
.navbar-light .navbar-nav .widget_categories .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .navbar-light .navbar-nav .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar-light .navbar-nav a.nav-link,
.widget_categories li[class*=current] .navbar-light .navbar-nav .yoast-table-of-contents a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar-light .navbar-nav a,
.widget_categories li[class*=current] .navbar-light .navbar-nav .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories li[class*=current] .navbar-light .navbar-nav a.wp-block-pages-list__item__link,
.widget_categories .post-type .post-taxonomy li[class*=current] .navbar-light .navbar-nav a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_meta li[class*=current] a.nav-link,
.navbar-light .navbar-nav .widget_meta li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .navbar-light .navbar-nav .widget_meta li[class*=current] a,
.navbar-light .navbar-nav .widget_meta li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-light .navbar-nav .widget_meta li[class*=current] a.wp-block-pages-list__item__link,
.navbar-light .navbar-nav .widget_meta .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .navbar-light .navbar-nav .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar-light .navbar-nav a.nav-link,
.widget_meta li[class*=current] .navbar-light .navbar-nav .yoast-table-of-contents a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar-light .navbar-nav a,
.widget_meta li[class*=current] .navbar-light .navbar-nav .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta li[class*=current] .navbar-light .navbar-nav a.wp-block-pages-list__item__link,
.widget_meta .post-type .post-taxonomy li[class*=current] .navbar-light .navbar-nav a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_recent_entries a.active,
.navbar-light .navbar-nav .widget_recent_entries li[class*=current] a,
.navbar-light .navbar-nav .widget_recent_entries .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar-light .navbar-nav .widget_recent_entries a,
.navbar-light .navbar-nav .widget_recent_entries .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar-light .navbar-nav .widget_recent_entries a,
.navbar-light .navbar-nav .widget_recent_entries .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar-light .navbar-nav .widget_recent_entries a,
.widget_recent_entries .navbar-light .navbar-nav a.active,
.widget_recent_entries .navbar-light .navbar-nav li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav a,
.widget_recent_entries .navbar-light .navbar-nav .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_recent_entries .navbar-light .navbar-nav a,
.widget_recent_entries .navbar-light .navbar-nav .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_recent_entries .navbar-light .navbar-nav a,
.widget_recent_entries .navbar-light .navbar-nav .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_recent_entries .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_archive a.active,
.navbar-light .navbar-nav .widget_archive .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .widget_archive a,
.navbar-light .navbar-nav .widget_archive li[class*=current] a,
.navbar-light .navbar-nav .widget_archive .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar-light .navbar-nav .widget_archive a,
.navbar-light .navbar-nav .widget_archive .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar-light .navbar-nav .widget_archive a,
.widget_archive .navbar-light .navbar-nav a.active,
.widget_archive .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_archive .navbar-light .navbar-nav a,
.widget_archive .navbar-light .navbar-nav li[class*=current] a,
.widget_archive li[class*=current] .navbar-light .navbar-nav a,
.widget_archive .navbar-light .navbar-nav .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_archive .navbar-light .navbar-nav a,
.widget_archive .navbar-light .navbar-nav .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_archive .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_categories a.active,
.navbar-light .navbar-nav .widget_categories .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .widget_categories a,
.navbar-light .navbar-nav .widget_categories .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar-light .navbar-nav .widget_categories a,
.navbar-light .navbar-nav .widget_categories li[class*=current] a,
.navbar-light .navbar-nav .widget_categories .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar-light .navbar-nav .widget_categories a,
.widget_categories .navbar-light .navbar-nav a.active,
.widget_categories .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_categories .navbar-light .navbar-nav a,
.widget_categories .navbar-light .navbar-nav .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_categories .navbar-light .navbar-nav a,
.widget_categories .navbar-light .navbar-nav li[class*=current] a,
.widget_categories li[class*=current] .navbar-light .navbar-nav a,
.widget_categories .navbar-light .navbar-nav .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_categories .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .widget_meta a.active,
.navbar-light .navbar-nav .widget_meta .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-light .navbar-nav .widget_meta a,
.navbar-light .navbar-nav .widget_meta .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar-light .navbar-nav .widget_meta a,
.navbar-light .navbar-nav .widget_meta .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar-light .navbar-nav .widget_meta a,
.navbar-light .navbar-nav .widget_meta li[class*=current] a,
.widget_meta .navbar-light .navbar-nav a.active,
.widget_meta .navbar-light .navbar-nav .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_meta .navbar-light .navbar-nav a,
.widget_meta .navbar-light .navbar-nav .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_meta .navbar-light .navbar-nav a,
.widget_meta .navbar-light .navbar-nav .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_meta .navbar-light .navbar-nav a,
.widget_meta .navbar-light .navbar-nav li[class*=current] a,
.widget_meta li[class*=current] .navbar-light .navbar-nav a {
  color: #0028B9;
}
.navbar-light .navbar-toggler {
  color: #0028B9;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%230028B9' stroke-linecap='round' stroke-miterlimit='10' stroke-width='5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #0028B9;
}
.navbar-light .navbar-text a {
  color: #0028B9;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #0028B9;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .yoast-table-of-contents a, .yoast-table-of-contents .navbar-dark .navbar-nav a, .navbar-dark .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar-dark .navbar-nav .wp-block-pages-list__item__link, .navbar-dark .navbar-nav .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar-dark .navbar-nav a, .navbar-dark .navbar-nav .widget_recent_entries a, .widget_recent_entries .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_archive a,
.widget_archive .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_categories a,
.widget_categories .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_meta a,
.widget_meta .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .yoast-table-of-contents a:hover, .yoast-table-of-contents .navbar-dark .navbar-nav a:hover, .navbar-dark .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link:hover, .wp-block-page-list .navbar-dark .navbar-nav .wp-block-pages-list__item__link:hover, .navbar-dark .navbar-nav .post-type .post-taxonomy li a:hover, .post-type .post-taxonomy li .navbar-dark .navbar-nav a:hover, .navbar-dark .navbar-nav .widget_recent_entries a:hover, .widget_recent_entries .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .widget_archive a:hover,
.widget_archive .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .widget_categories a:hover,
.widget_categories .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .widget_meta a:hover,
.widget_meta .navbar-dark .navbar-nav a:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .yoast-table-of-contents a:focus, .yoast-table-of-contents .navbar-dark .navbar-nav a:focus, .navbar-dark .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link:focus, .wp-block-page-list .navbar-dark .navbar-nav .wp-block-pages-list__item__link:focus, .navbar-dark .navbar-nav .post-type .post-taxonomy li a:focus, .post-type .post-taxonomy li .navbar-dark .navbar-nav a:focus, .navbar-dark .navbar-nav .widget_recent_entries a:focus, .widget_recent_entries .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav .widget_archive a:focus,
.widget_archive .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav .widget_categories a:focus,
.widget_categories .navbar-dark .navbar-nav a:focus,
.navbar-dark .navbar-nav .widget_meta a:focus,
.widget_meta .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .yoast-table-of-contents a.disabled, .yoast-table-of-contents .navbar-dark .navbar-nav a.disabled, .navbar-dark .navbar-nav .wp-block-page-list .disabled.wp-block-pages-list__item__link, .wp-block-page-list .navbar-dark .navbar-nav .disabled.wp-block-pages-list__item__link, .navbar-dark .navbar-nav .post-type .post-taxonomy li a.disabled, .post-type .post-taxonomy li .navbar-dark .navbar-nav a.disabled, .navbar-dark .navbar-nav .widget_recent_entries a.disabled, .widget_recent_entries .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav .widget_archive a.disabled,
.widget_archive .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav .widget_categories a.disabled,
.widget_categories .navbar-dark .navbar-nav a.disabled,
.navbar-dark .navbar-nav .widget_meta a.disabled,
.widget_meta .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .yoast-table-of-contents .show > a, .yoast-table-of-contents .navbar-dark .navbar-nav .show > a, .navbar-dark .navbar-nav .wp-block-page-list .show > .wp-block-pages-list__item__link, .wp-block-page-list .navbar-dark .navbar-nav .show > .wp-block-pages-list__item__link, .navbar-dark .navbar-nav .post-type .post-taxonomy li .show > a, .post-type .post-taxonomy li .navbar-dark .navbar-nav .show > a, .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] .show > a,
.navbar-dark .navbar-nav .widget_archive li[class*=current] .show > a,
.navbar-dark .navbar-nav .widget_categories li[class*=current] .show > a,
.navbar-dark .navbar-nav .widget_meta li[class*=current] .show > a, .navbar-dark .navbar-nav .widget_recent_entries .show > a, .widget_recent_entries .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .widget_archive .show > a,
.widget_archive .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .widget_categories .show > a,
.widget_categories .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .widget_meta .show > a,
.widget_meta .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .yoast-table-of-contents .active > a,
.yoast-table-of-contents .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .wp-block-page-list .active > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .active > .wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .post-type .post-taxonomy li .active > a,
.post-type .post-taxonomy li .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > .nav-link,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] .yoast-table-of-contents a > a,
.yoast-table-of-contents .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > .wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .widget_recent_entries .post-type .post-taxonomy li[class*=current] a > a,
.post-type .post-taxonomy .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a > .nav-link,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .yoast-table-of-contents a > a,
.yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a > a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a > .wp-block-pages-list__item__link,
.widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar-dark .navbar-nav a > a,
.post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a > a,
.navbar-dark .navbar-nav .widget_archive li[class*=current] a > .nav-link,
.navbar-dark .navbar-nav .widget_archive li[class*=current] .yoast-table-of-contents a > a,
.yoast-table-of-contents .navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_archive li[class*=current] .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .widget_archive li[class*=current] a > .wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .widget_archive .post-type .post-taxonomy li[class*=current] a > a,
.post-type .post-taxonomy .navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav a > .nav-link,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .yoast-table-of-contents a > a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar-dark .navbar-nav a > a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive li[class*=current] .navbar-dark .navbar-nav a > .wp-block-pages-list__item__link,
.widget_archive .post-type .post-taxonomy li[class*=current] .navbar-dark .navbar-nav a > a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar-dark .navbar-nav a > a,
.navbar-dark .navbar-nav .widget_categories li[class*=current] a > .nav-link,
.navbar-dark .navbar-nav .widget_categories li[class*=current] .yoast-table-of-contents a > a,
.yoast-table-of-contents .navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_categories li[class*=current] .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .widget_categories li[class*=current] a > .wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .widget_categories .post-type .post-taxonomy li[class*=current] a > a,
.post-type .post-taxonomy .navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav a > .nav-link,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .yoast-table-of-contents a > a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar-dark .navbar-nav a > a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories li[class*=current] .navbar-dark .navbar-nav a > .wp-block-pages-list__item__link,
.widget_categories .post-type .post-taxonomy li[class*=current] .navbar-dark .navbar-nav a > a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar-dark .navbar-nav a > a,
.navbar-dark .navbar-nav .widget_meta li[class*=current] a > .nav-link,
.navbar-dark .navbar-nav .widget_meta li[class*=current] .yoast-table-of-contents a > a,
.yoast-table-of-contents .navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_meta li[class*=current] .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .widget_meta li[class*=current] a > .wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .widget_meta .post-type .post-taxonomy li[class*=current] a > a,
.post-type .post-taxonomy .navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav a > .nav-link,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .yoast-table-of-contents a > a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar-dark .navbar-nav a > a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .wp-block-page-list a > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta li[class*=current] .navbar-dark .navbar-nav a > .wp-block-pages-list__item__link,
.widget_meta .post-type .post-taxonomy li[class*=current] .navbar-dark .navbar-nav a > a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar-dark .navbar-nav a > a,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] .active > a,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_recent_entries .widget_archive li[class*=current] a > a,
.widget_archive .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_recent_entries .widget_categories li[class*=current] a > a,
.widget_categories .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_recent_entries .widget_meta li[class*=current] a > a,
.widget_meta .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_archive li[class*=current] .active > a,
.navbar-dark .navbar-nav .widget_archive .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries .navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_archive .widget_categories li[class*=current] a > a,
.widget_categories .navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_archive .widget_meta li[class*=current] a > a,
.widget_meta .navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_categories li[class*=current] .active > a,
.navbar-dark .navbar-nav .widget_categories .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries .navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_categories .widget_archive li[class*=current] a > a,
.widget_archive .navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_categories .widget_meta li[class*=current] a > a,
.widget_meta .navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_meta li[class*=current] .active > a,
.navbar-dark .navbar-nav .widget_meta .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries .navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_meta .widget_archive li[class*=current] a > a,
.widget_archive .navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_meta .widget_categories li[class*=current] a > a,
.widget_categories .navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_recent_entries .active > a,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_recent_entries .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .widget_recent_entries a > a,
.navbar-dark .navbar-nav .widget_recent_entries .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .widget_recent_entries a > a,
.navbar-dark .navbar-nav .widget_recent_entries .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .widget_recent_entries a > a,
.widget_recent_entries .navbar-dark .navbar-nav .active > a,
.widget_recent_entries .navbar-dark .navbar-nav li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a > a,
.widget_recent_entries .navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .widget_recent_entries .navbar-dark .navbar-nav a > a,
.widget_recent_entries .navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .widget_recent_entries .navbar-dark .navbar-nav a > a,
.widget_recent_entries .navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .widget_recent_entries .navbar-dark .navbar-nav a > a,
.navbar-dark .navbar-nav .widget_archive .active > a,
.navbar-dark .navbar-nav .widget_archive .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .widget_archive a > a,
.navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_archive .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .widget_archive a > a,
.navbar-dark .navbar-nav .widget_archive .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .widget_archive a > a,
.widget_archive .navbar-dark .navbar-nav .active > a,
.widget_archive .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .widget_archive .navbar-dark .navbar-nav a > a,
.widget_archive .navbar-dark .navbar-nav li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav a > a,
.widget_archive .navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .widget_archive .navbar-dark .navbar-nav a > a,
.widget_archive .navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .widget_archive .navbar-dark .navbar-nav a > a,
.navbar-dark .navbar-nav .widget_categories .active > a,
.navbar-dark .navbar-nav .widget_categories .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .widget_categories a > a,
.navbar-dark .navbar-nav .widget_categories .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .widget_categories a > a,
.navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.navbar-dark .navbar-nav .widget_categories .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .widget_categories a > a,
.widget_categories .navbar-dark .navbar-nav .active > a,
.widget_categories .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .widget_categories .navbar-dark .navbar-nav a > a,
.widget_categories .navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .widget_categories .navbar-dark .navbar-nav a > a,
.widget_categories .navbar-dark .navbar-nav li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav a > a,
.widget_categories .navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta li[class*=current] .widget_categories .navbar-dark .navbar-nav a > a,
.navbar-dark .navbar-nav .widget_meta .active > a,
.navbar-dark .navbar-nav .widget_meta .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .widget_meta a > a,
.navbar-dark .navbar-nav .widget_meta .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .widget_meta a > a,
.navbar-dark .navbar-nav .widget_meta .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .widget_meta a > a,
.navbar-dark .navbar-nav .widget_meta li[class*=current] a > a,
.widget_meta .navbar-dark .navbar-nav .active > a,
.widget_meta .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a > a,
.widget_recent_entries li[class*=current] .widget_meta .navbar-dark .navbar-nav a > a,
.widget_meta .navbar-dark .navbar-nav .widget_archive li[class*=current] a > a,
.widget_archive li[class*=current] .widget_meta .navbar-dark .navbar-nav a > a,
.widget_meta .navbar-dark .navbar-nav .widget_categories li[class*=current] a > a,
.widget_categories li[class*=current] .widget_meta .navbar-dark .navbar-nav a > a,
.widget_meta .navbar-dark .navbar-nav li[class*=current] a > a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav a > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .yoast-table-of-contents a.show,
.yoast-table-of-contents .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .wp-block-page-list .show.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .show.wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .post-type .post-taxonomy li a.show,
.post-type .post-taxonomy li .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .widget_recent_entries a.show,
.widget_recent_entries .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .widget_archive a.show,
.widget_archive .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .widget_categories a.show,
.widget_categories .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .widget_meta a.show,
.widget_meta .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .yoast-table-of-contents a.active,
.yoast-table-of-contents .navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav .wp-block-page-list .active.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .active.wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .post-type .post-taxonomy li a.active,
.post-type .post-taxonomy li .navbar-dark .navbar-nav a.active,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a.nav-link,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a.wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .widget_recent_entries .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a.nav-link,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .yoast-table-of-contents a,
.yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a.wp-block-pages-list__item__link,
.widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar-dark .navbar-nav a,
.post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_archive li[class*=current] a.nav-link,
.navbar-dark .navbar-nav .widget_archive li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .navbar-dark .navbar-nav .widget_archive li[class*=current] a,
.navbar-dark .navbar-nav .widget_archive li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .widget_archive li[class*=current] a.wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .widget_archive .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .navbar-dark .navbar-nav .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav a.nav-link,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .yoast-table-of-contents a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar-dark .navbar-nav a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive li[class*=current] .navbar-dark .navbar-nav a.wp-block-pages-list__item__link,
.widget_archive .post-type .post-taxonomy li[class*=current] .navbar-dark .navbar-nav a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_categories li[class*=current] a.nav-link,
.navbar-dark .navbar-nav .widget_categories li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .navbar-dark .navbar-nav .widget_categories li[class*=current] a,
.navbar-dark .navbar-nav .widget_categories li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .widget_categories li[class*=current] a.wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .widget_categories .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .navbar-dark .navbar-nav .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav a.nav-link,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .yoast-table-of-contents a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar-dark .navbar-nav a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories li[class*=current] .navbar-dark .navbar-nav a.wp-block-pages-list__item__link,
.widget_categories .post-type .post-taxonomy li[class*=current] .navbar-dark .navbar-nav a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_meta li[class*=current] a.nav-link,
.navbar-dark .navbar-nav .widget_meta li[class*=current] .yoast-table-of-contents a,
.yoast-table-of-contents .navbar-dark .navbar-nav .widget_meta li[class*=current] a,
.navbar-dark .navbar-nav .widget_meta li[class*=current] .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .navbar-dark .navbar-nav .widget_meta li[class*=current] a.wp-block-pages-list__item__link,
.navbar-dark .navbar-nav .widget_meta .post-type .post-taxonomy li[class*=current] a,
.post-type .post-taxonomy .navbar-dark .navbar-nav .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav a.nav-link,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .yoast-table-of-contents a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar-dark .navbar-nav a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .wp-block-page-list a.wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta li[class*=current] .navbar-dark .navbar-nav a.wp-block-pages-list__item__link,
.widget_meta .post-type .post-taxonomy li[class*=current] .navbar-dark .navbar-nav a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_recent_entries a.active,
.navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a,
.navbar-dark .navbar-nav .widget_recent_entries .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .widget_recent_entries a,
.navbar-dark .navbar-nav .widget_recent_entries .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .widget_recent_entries a,
.navbar-dark .navbar-nav .widget_recent_entries .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .widget_recent_entries a,
.widget_recent_entries .navbar-dark .navbar-nav a.active,
.widget_recent_entries .navbar-dark .navbar-nav li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav a,
.widget_recent_entries .navbar-dark .navbar-nav .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_recent_entries .navbar-dark .navbar-nav a,
.widget_recent_entries .navbar-dark .navbar-nav .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_recent_entries .navbar-dark .navbar-nav a,
.widget_recent_entries .navbar-dark .navbar-nav .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_recent_entries .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_archive a.active,
.navbar-dark .navbar-nav .widget_archive .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .widget_archive a,
.navbar-dark .navbar-nav .widget_archive li[class*=current] a,
.navbar-dark .navbar-nav .widget_archive .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .widget_archive a,
.navbar-dark .navbar-nav .widget_archive .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .widget_archive a,
.widget_archive .navbar-dark .navbar-nav a.active,
.widget_archive .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_archive .navbar-dark .navbar-nav a,
.widget_archive .navbar-dark .navbar-nav li[class*=current] a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav a,
.widget_archive .navbar-dark .navbar-nav .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_archive .navbar-dark .navbar-nav a,
.widget_archive .navbar-dark .navbar-nav .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_archive .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_categories a.active,
.navbar-dark .navbar-nav .widget_categories .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .widget_categories a,
.navbar-dark .navbar-nav .widget_categories .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .widget_categories a,
.navbar-dark .navbar-nav .widget_categories li[class*=current] a,
.navbar-dark .navbar-nav .widget_categories .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav .widget_categories a,
.widget_categories .navbar-dark .navbar-nav a.active,
.widget_categories .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_categories .navbar-dark .navbar-nav a,
.widget_categories .navbar-dark .navbar-nav .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_categories .navbar-dark .navbar-nav a,
.widget_categories .navbar-dark .navbar-nav li[class*=current] a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav a,
.widget_categories .navbar-dark .navbar-nav .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_categories .navbar-dark .navbar-nav a,
.navbar-dark .navbar-nav .widget_meta a.active,
.navbar-dark .navbar-nav .widget_meta .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar-dark .navbar-nav .widget_meta a,
.navbar-dark .navbar-nav .widget_meta .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar-dark .navbar-nav .widget_meta a,
.navbar-dark .navbar-nav .widget_meta .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar-dark .navbar-nav .widget_meta a,
.navbar-dark .navbar-nav .widget_meta li[class*=current] a,
.widget_meta .navbar-dark .navbar-nav a.active,
.widget_meta .navbar-dark .navbar-nav .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_meta .navbar-dark .navbar-nav a,
.widget_meta .navbar-dark .navbar-nav .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_meta .navbar-dark .navbar-nav a,
.widget_meta .navbar-dark .navbar-nav .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_meta .navbar-dark .navbar-nav a,
.widget_meta .navbar-dark .navbar-nav li[class*=current] a,
.widget_meta li[class*=current] .navbar-dark .navbar-nav a {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card, .yoast-table-of-contents > ul {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
}
.card > hr, .yoast-table-of-contents > ul > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .yoast-table-of-contents > ul > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .yoast-table-of-contents > ul > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child, .yoast-table-of-contents > ul > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group, .yoast-table-of-contents > ul > .card-header + .list-group,
.card > .list-group + .card-footer,
.yoast-table-of-contents > ul > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0;
}

.card-title {
  margin-bottom: 0;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0;
}

.card-header {
  padding: 0 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: 0;
  margin-left: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card, .card-deck .yoast-table-of-contents > ul {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .yoast-table-of-contents > ul {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card, .yoast-table-of-contents.card-group > ul {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card, .yoast-table-of-contents.card-group > ul {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .yoast-table-of-contents.card-group > ul + .card, .yoast-table-of-contents.card-group > .card + ul, .yoast-table-of-contents.card-group > ul + ul {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child), .yoast-table-of-contents.card-group > ul:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top, .yoast-table-of-contents.card-group > ul:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header,
.yoast-table-of-contents.card-group > ul:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom, .yoast-table-of-contents.card-group > ul:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer,
.yoast-table-of-contents.card-group > ul:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child), .yoast-table-of-contents.card-group > ul:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top, .yoast-table-of-contents.card-group > ul:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header,
.yoast-table-of-contents.card-group > ul:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom, .yoast-table-of-contents.card-group > ul:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer,
.yoast-table-of-contents.card-group > ul:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card, .card-columns .yoast-table-of-contents > ul {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .yoast-table-of-contents > ul {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card, .yoast-table-of-contents.accordion > ul {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type), .yoast-table-of-contents.accordion > ul:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type), .yoast-table-of-contents.accordion > ul:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header, .yoast-table-of-contents.accordion > ul > .card-header {
  border-radius: 0;
  margin-bottom: 0px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0;
  color: #161617;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active, .widget_recent_entries li[class*=current] a.breadcrumb-item,
.widget_archive li[class*=current] a.breadcrumb-item,
.widget_categories li[class*=current] a.breadcrumb-item,
.widget_meta li[class*=current] a.breadcrumb-item {
  color: #161617;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link, .widget_recent_entries li[class*=current] a.page-item .page-link,
.widget_archive li[class*=current] a.page-item .page-link,
.widget_categories li[class*=current] a.page-item .page-link,
.widget_meta li[class*=current] a.page-item .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .pagination-lg .page-link {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .wp-block-button .wp-block-button__link .badge, .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart .badge, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart .badge, .woocommerce form button.button.alt .badge,
.woocommerce a.button .badge,
.woocommerce input.button[type=submit] .badge,
.woocommerce ul.products li.product a.button .badge,
.woocommerce a[href].button.add_to_cart_button .badge,
.woocommerce button.button .badge,
.woocommerce #respond input#submit .badge,
.woocommerce #add-member-form .button .badge, body #gdprc_bar .gdprc_button .badge, body #gdprc_settings .gdprc_button .badge, .gform_wrapper.gravity-theme .gform_button .badge,
.gform_wrapper.gravity-theme .gform_next_button .badge,
.gform_wrapper.gravity-theme .gform_previous_button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #00C8A0;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #009577;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 160, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #CCF4EC;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #a2ebdc;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 244, 236, 0.5);
}

.badge-highlight {
  color: #fff;
  background-color: #0028B9;
}
a.badge-highlight:hover, a.badge-highlight:focus {
  color: #fff;
  background-color: #001d86;
}
a.badge-highlight:focus, a.badge-highlight.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 40, 185, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00C8A0;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #009577;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 160, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #161617;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: black;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 23, 0.5);
}

.badge-orange {
  color: #212529;
  background-color: #FF7348;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #212529;
  background-color: #ff4c15;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 115, 72, 0.5);
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.75rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #006853;
  background-color: #ccf4ec;
  border-color: #b8f0e4;
}
.alert-primary hr {
  border-top-color: #a3ecdc;
}
.alert-primary .alert-link {
  color: #00352a;
}

.alert-secondary {
  color: #6a7f7b;
  background-color: #f5fdfb;
  border-color: #f1fcfa;
}
.alert-secondary hr {
  border-top-color: #dcf8f3;
}
.alert-secondary .alert-link {
  color: #536360;
}

.alert-highlight {
  color: #001560;
  background-color: #ccd4f1;
  border-color: #b8c3eb;
}
.alert-highlight hr {
  border-top-color: #a4b2e5;
}
.alert-highlight .alert-link {
  color: #000a2d;
}

.alert-success {
  color: #006853;
  background-color: #ccf4ec;
  border-color: #b8f0e4;
}
.alert-success hr {
  border-top-color: #a3ecdc;
}
.alert-success .alert-link {
  color: #00352a;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #0b0b0c;
  background-color: #d0d0d1;
  border-color: #bebebe;
}
.alert-dark hr {
  border-top-color: #b1b1b1;
}
.alert-dark .alert-link {
  color: black;
}

.alert-orange {
  color: #853c25;
  background-color: #ffe3da;
  border-color: #ffd8cc;
}
.alert-orange hr {
  border-top-color: #ffc5b3;
}
.alert-orange .alert-link {
  color: #5d2a1a;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active, .widget_recent_entries li[class*=current] a.list-group-item,
.widget_archive li[class*=current] a.list-group-item,
.widget_categories li[class*=current] a.list-group-item,
.widget_meta li[class*=current] a.list-group-item {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-item + a.list-group-item,
.widget_archive li[class*=current] .list-group-item + a.list-group-item,
.widget_categories li[class*=current] .list-group-item + a.list-group-item,
.widget_meta li[class*=current] .list-group-item + a.list-group-item {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal > a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal > a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal > a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal > a.list-group-item {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal > .list-group-item + a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal > .list-group-item + a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal > .list-group-item + a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal > .list-group-item + a.list-group-item {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal-sm > a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal-sm > a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal-sm > a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal-sm > a.list-group-item {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal-sm > .list-group-item + a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal-sm > .list-group-item + a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal-sm > .list-group-item + a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal-sm > .list-group-item + a.list-group-item {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal-md > a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal-md > a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal-md > a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal-md > a.list-group-item {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal-md > .list-group-item + a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal-md > .list-group-item + a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal-md > .list-group-item + a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal-md > .list-group-item + a.list-group-item {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal-lg > a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal-lg > a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal-lg > a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal-lg > a.list-group-item {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal-lg > .list-group-item + a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal-lg > .list-group-item + a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal-lg > .list-group-item + a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal-lg > .list-group-item + a.list-group-item {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal-xl > a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal-xl > a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal-xl > a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal-xl > a.list-group-item {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .widget_recent_entries li[class*=current] .list-group-horizontal-xl > .list-group-item + a.list-group-item,
.widget_archive li[class*=current] .list-group-horizontal-xl > .list-group-item + a.list-group-item,
.widget_categories li[class*=current] .list-group-horizontal-xl > .list-group-item + a.list-group-item,
.widget_meta li[class*=current] .list-group-horizontal-xl > .list-group-item + a.list-group-item {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #006853;
  background-color: #b8f0e4;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #006853;
  background-color: #a3ecdc;
}
.list-group-item-primary.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-primary.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-primary.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-primary.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-primary.list-group-item-action {
  color: #fff;
  background-color: #006853;
  border-color: #006853;
}

.list-group-item-secondary {
  color: #6a7f7b;
  background-color: #f1fcfa;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6a7f7b;
  background-color: #dcf8f3;
}
.list-group-item-secondary.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-secondary.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-secondary.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-secondary.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-secondary.list-group-item-action {
  color: #fff;
  background-color: #6a7f7b;
  border-color: #6a7f7b;
}

.list-group-item-highlight {
  color: #001560;
  background-color: #b8c3eb;
}
.list-group-item-highlight.list-group-item-action:hover, .list-group-item-highlight.list-group-item-action:focus {
  color: #001560;
  background-color: #a4b2e5;
}
.list-group-item-highlight.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-highlight.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-highlight.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-highlight.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-highlight.list-group-item-action {
  color: #fff;
  background-color: #001560;
  border-color: #001560;
}

.list-group-item-success {
  color: #006853;
  background-color: #b8f0e4;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #006853;
  background-color: #a3ecdc;
}
.list-group-item-success.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-success.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-success.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-success.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-success.list-group-item-action {
  color: #fff;
  background-color: #006853;
  border-color: #006853;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-info.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-info.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-info.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-info.list-group-item-action {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-warning.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-warning.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-warning.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-warning.list-group-item-action {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-danger.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-danger.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-danger.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-danger.list-group-item-action {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-light.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-light.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-light.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-light.list-group-item-action {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #0b0b0c;
  background-color: #bebebe;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0b0b0c;
  background-color: #b1b1b1;
}
.list-group-item-dark.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-dark.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-dark.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-dark.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-dark.list-group-item-action {
  color: #fff;
  background-color: #0b0b0c;
  border-color: #0b0b0c;
}

.list-group-item-orange {
  color: #853c25;
  background-color: #ffd8cc;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #853c25;
  background-color: #ffc5b3;
}
.list-group-item-orange.list-group-item-action.active, .widget_recent_entries li[class*=current] a.list-group-item-orange.list-group-item-action,
.widget_archive li[class*=current] a.list-group-item-orange.list-group-item-action,
.widget_categories li[class*=current] a.list-group-item-orange.list-group-item-action,
.widget_meta li[class*=current] a.list-group-item-orange.list-group-item-action {
  color: #fff;
  background-color: #853c25;
  border-color: #853c25;
}

.close {
  float: right;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.35rem + 1.2vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 400px;
  max-width: 400px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 1rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 1rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #CCF4EC;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #00C8A0 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #009577 !important;
}

.bg-secondary {
  background-color: #CCF4EC !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #a2ebdc !important;
}

.bg-highlight {
  background-color: #0028B9 !important;
}

a.bg-highlight:hover, a.bg-highlight:focus,
button.bg-highlight:hover,
button.bg-highlight:focus {
  background-color: #001d86 !important;
}

.bg-success {
  background-color: #00C8A0 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #009577 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #161617 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-orange {
  background-color: #FF7348 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #ff4c15 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #00C8A0 !important;
}

.border-secondary {
  border-color: #CCF4EC !important;
}

.border-highlight {
  border-color: #0028B9 !important;
}

.border-success {
  border-color: #00C8A0 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #161617 !important;
}

.border-orange {
  border-color: #FF7348 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 2rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08) !important;
}

.shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.shadow-lg {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 4rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 4rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 4rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 4rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 4rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 4rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n6 {
    margin: -4rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 4rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 4rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 4rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 4rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 4rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 4rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 4rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 4rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 4rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 4rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n6 {
    margin: -4rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -4rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 4rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 4rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 4rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 4rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 4rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 4rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n6 {
    margin: -4rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 4rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 4rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 4rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 4rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 4rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 4rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n6 {
    margin: -4rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after, .has-stretched-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #00C8A0 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #007c63 !important;
}

.text-secondary {
  color: #CCF4EC !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #8de6d5 !important;
}

.text-highlight {
  color: #0028B9 !important;
}

a.text-highlight:hover, a.text-highlight:focus {
  color: #00176d !important;
}

.text-success {
  color: #00C8A0 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #007c63 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #161617 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-orange {
  color: #FF7348 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #fb3b00 !important;
}

.text-body {
  color: #161617 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #A5A5A5;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container, .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover .wp-block-cover__inner-container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #EAEAEA !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
[id] {
  scroll-margin-top: var(--header-offset);
}

@font-face {
  font-family: "icomoon";
  src: url("../icomoon/fonts//icomoon.ttf?a5styu") format("truetype"), url("../icomoon/fonts//icomoon.woff?a5styu") format("woff"), url("../icomoon/fonts//icomoon.svg?a5styu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-forward:before {
  content: "\e919";
}

.icon-link:before {
  content: "\e918";
}

.icon-spinner:before {
  content: "\e917";
}

.icon-heart:before {
  content: "\e916";
}

.icon-saerch .path1:before {
  content: "\e910";
  color: black;
}

.icon-saerch .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: white;
}

.icon-lock:before {
  content: "\e915";
}

.icon-fullscreen:before {
  content: "\e914";
  color: #5c5c5c;
}

.icon-filter:before {
  content: "\e901";
}

.icon-check:before {
  content: "\e900";
  color: #5c5c5c;
}

.icon-cart:before {
  content: "\e902";
  color: #5c5c5c;
}

.icon-checkbox-checked:before {
  content: "\e903";
  color: #5c5c5c;
}

.icon-checkbox:before {
  content: "\e904";
  color: #5c5c5c;
}

.icon-clock:before {
  content: "\e907";
}

.icon-close .path1:before {
  content: "\e908";
  color: black;
}

.icon-close .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: white;
}

.icon-close .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: white;
}

.icon-login .path1:before {
  content: "\e90b";
  color: black;
}

.icon-login .path2:before {
  content: "\e90c";
  margin-left: -1em;
  color: white;
}

.icon-play .path1:before {
  content: "\e90d";
  color: black;
}

.icon-play .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: white;
}

.icon-plus:before {
  content: "\e90f";
  color: #5c5c5c;
}

.icon-star-filled:before {
  content: "\e912";
}

.icon-star:before {
  content: "\e913";
  color: #5c5c5c;
}

.icon-chevron-right:before {
  content: "\e905";
}

.icon-chevron-down:before {
  content: "\e906";
}

.icon[class*=text-]:before {
  color: inherit;
}

.logged-in .post-content .hide-when-logged-in {
  display: none;
}

.card-img-top {
  margin-bottom: 0.5rem;
  position: relative;
}
.card--variable .card-img-top {
  margin-bottom: 1rem;
}
.card-img-top a {
  padding-bottom: 100%;
  position: relative;
  background: #CCF4EC;
  display: block;
}
.card--variable .card-img-top a {
  padding-bottom: 56.25%;
}
.card--variable .card-img-top a:before {
  content: "\e918";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background: #0028B9;
  position: absolute;
  border: none;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 28px;
  z-index: 1;
  transition: 0.25s;
}
.card--variable .card-img-top a:hover:before {
  transform: scale(1.1);
}
.card-img-top a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-locked .card-img-top a {
  position: relative;
}
.is-locked .card-img-top a:after {
  content: "\e915";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 185, 0.5);
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem;
}
.card--variable .card-img-top > img {
  aspect-ratio: 16/9;
}
.card-img-top video {
  width: 100%;
}

.card-title {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .card-title {
    font-size: 1.5rem;
  }
}

.card-body > :first-child {
  margin-top: 0;
}
.card-body > :last-child {
  margin-bottom: 0;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  accent-color: #00C8A0;
}

.form-control, #reviews #comment, .woocommerce .input-text, .woocommerce-ordering select, .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices, .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .facetwp-search,
.form-control-lg {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .form-control, #reviews #comment, .woocommerce .input-text, .woocommerce-ordering select, .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices, .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .facetwp-facet-search .facetwp-search,
.form-control-lg {
    height: 50px;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

form label {
  font-weight: 700;
}
form .acf-checkbox-list label, form .acf-true-false label {
  font-weight: 400;
  font-size: 1.125rem;
}
form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
}

.gform_wrapper.gravity-theme > .newsletter .form-control, .gform_wrapper.gravity-theme > .newsletter #reviews #comment, #reviews .gform_wrapper.gravity-theme > .newsletter #comment, .gform_wrapper.gravity-theme > .newsletter .woocommerce .input-text, .woocommerce .gform_wrapper.gravity-theme > .newsletter .input-text, .gform_wrapper.gravity-theme > .newsletter select, .gform_wrapper.gravity-theme > .newsletter .ginput_container_multiselect .chosen-container-multi .chosen-choices, .gform_wrapper.gravity-theme > .newsletter textarea, .gform_wrapper.gravity-theme > .newsletter input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .gform_wrapper.gravity-theme > .newsletter .facetwp-facet-search .facetwp-search, .facetwp-facet-search .gform_wrapper.gravity-theme > .newsletter .facetwp-search {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid black;
  color: black;
  padding: 0;
}
.gform_wrapper.gravity-theme > .newsletter .form-control:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter #reviews #comment:-ms-input-placeholder, #reviews .gform_wrapper.gravity-theme > .newsletter #comment:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter .woocommerce .input-text:-ms-input-placeholder, .woocommerce .gform_wrapper.gravity-theme > .newsletter .input-text:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter select:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter .ginput_container_multiselect .chosen-container-multi .chosen-choices:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter input:-ms-input-placeholder:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .gform_wrapper.gravity-theme > .newsletter .facetwp-facet-search .facetwp-search:-ms-input-placeholder, .facetwp-facet-search .gform_wrapper.gravity-theme > .newsletter .facetwp-search:-ms-input-placeholder {
  color: black;
}
.gform_wrapper.gravity-theme > .newsletter .form-control:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter #reviews #comment:-ms-input-placeholder, #reviews .gform_wrapper.gravity-theme > .newsletter #comment:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter .woocommerce .input-text:-ms-input-placeholder, .woocommerce .gform_wrapper.gravity-theme > .newsletter .input-text:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter select:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter .ginput_container_multiselect .chosen-container-multi .chosen-choices:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input):-ms-input-placeholder, .gform_wrapper.gravity-theme > .newsletter .facetwp-facet-search .facetwp-search:-ms-input-placeholder, .facetwp-facet-search .gform_wrapper.gravity-theme > .newsletter .facetwp-search:-ms-input-placeholder {
  color: black;
}
.gform_wrapper.gravity-theme > .newsletter .form-control::placeholder, .gform_wrapper.gravity-theme > .newsletter #reviews #comment::placeholder, #reviews .gform_wrapper.gravity-theme > .newsletter #comment::placeholder, .gform_wrapper.gravity-theme > .newsletter .woocommerce .input-text::placeholder, .woocommerce .gform_wrapper.gravity-theme > .newsletter .input-text::placeholder, .gform_wrapper.gravity-theme > .newsletter select::placeholder, .gform_wrapper.gravity-theme > .newsletter .ginput_container_multiselect .chosen-container-multi .chosen-choices::placeholder, .gform_wrapper.gravity-theme > .newsletter textarea::placeholder, .gform_wrapper.gravity-theme > .newsletter input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input)::placeholder, .gform_wrapper.gravity-theme > .newsletter .facetwp-facet-search .facetwp-search::placeholder, .facetwp-facet-search .gform_wrapper.gravity-theme > .newsletter .facetwp-search::placeholder {
  color: black;
}
.gform_wrapper.gravity-theme > .newsletter .form-control:-webkit-autofill, .gform_wrapper.gravity-theme > .newsletter #reviews #comment:-webkit-autofill, #reviews .gform_wrapper.gravity-theme > .newsletter #comment:-webkit-autofill, .gform_wrapper.gravity-theme > .newsletter .woocommerce .input-text:-webkit-autofill, .woocommerce .gform_wrapper.gravity-theme > .newsletter .input-text:-webkit-autofill, .gform_wrapper.gravity-theme > .newsletter select:-webkit-autofill, .gform_wrapper.gravity-theme > .newsletter .ginput_container_multiselect .chosen-container-multi .chosen-choices:-webkit-autofill, .gform_wrapper.gravity-theme > .newsletter textarea:-webkit-autofill, .gform_wrapper.gravity-theme > .newsletter input:-webkit-autofill:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input), .gform_wrapper.gravity-theme > .newsletter .facetwp-facet-search .facetwp-search:-webkit-autofill, .facetwp-facet-search .gform_wrapper.gravity-theme > .newsletter .facetwp-search:-webkit-autofill {
  -webkit-background-clip: text;
}
.gform_wrapper.gravity-theme > .newsletter .gform_button {
  background: #0028B9;
  border-color: #0028B9;
  padding: 0.25rem 0.75rem;
}

.gform_wrapper.subscribe-newsletter_wrapper .gform_title {
  font-size: 2rem;
}
.gform_wrapper.subscribe-newsletter_wrapper .ginput_address_country > select, .gform_wrapper.subscribe-newsletter_wrapper .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .ginput_address_country > .chosen-choices, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .gform_wrapper.subscribe-newsletter_wrapper .ginput_address_country > .chosen-choices {
  margin-bottom: 1rem;
}
.gform_wrapper.subscribe-newsletter_wrapper .gform_footer {
  margin-top: 2rem !important;
}

.widgettitle {
  font-size: inherit;
  margin-bottom: 0.5rem;
}

.widget_nav_menu .menu {
  flex-direction: column;
}
.widget_nav_menu a {
  color: inherit;
  padding: 0;
}

.widget {
  margin-bottom: 0.5rem;
}
.topbar .widget {
  margin-bottom: 0;
}

.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul {
  flex-direction: column;
}
.widget_recent_entries a,
.widget_archive a,
.widget_categories a,
.widget_meta a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.widget_block > :first-child {
  margin-top: 0;
}
.widget_block > :last-child {
  margin-bottom: 0;
}

/**
* WordPress Default Classes
*/
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:active, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (max-width: 767.98px) {
  .hide-on-phone {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .hide-on-tablet {
    display: none;
  }
}

@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

.navbar .custom-logo {
  width: 175px;
  height: auto;
}
@media (min-width: 992px) {
  .navbar .custom-logo {
    max-height: 80px;
    width: auto;
  }
}
.navbar .navbar-collapse {
  flex-grow: 0;
  align-self: stretch;
  align-items: stretch;
  background: #0028B9;
  position: absolute;
  left: 0;
  top: 93px;
  width: 100%;
  height: calc(100vh - 93px);
  padding: 1rem;
  z-index: 9;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    background: transparent;
    position: static;
    width: auto;
    height: auto;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-collapse > .navbar-nav > .nav-item, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li {
    margin-left: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-collapse > .navbar-nav > .nav-item, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li {
    display: flex;
    align-items: center;
  }
}
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .nav-link, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .wp-block-pages-list__item__link, .wp-block-page-list .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .yoast-table-of-contents .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .nav-link, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .nav-link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .wp-block-pages-list__item__link, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .post-type .post-taxonomy li a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .post-type .post-taxonomy li a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .post-type .post-taxonomy li a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .post-type .post-taxonomy li a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a, .post-type .post-taxonomy li .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .yoast-table-of-contents .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy li .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .wp-block-page-list .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .navbar .widget_recent_entries .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .widget_recent_entries .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.navbar .widget_archive .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.widget_archive .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.navbar .widget_categories .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.widget_categories .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.navbar .widget_meta .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.widget_meta .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_recent_entries a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_recent_entries a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_recent_entries a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a, .widget_recent_entries .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .yoast-table-of-contents .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .wp-block-page-list .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .widget_recent_entries .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_archive a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_archive a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_archive a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_archive .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_archive .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_archive .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_categories a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_categories a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_categories a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_categories .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_categories .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_categories .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_meta a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_meta a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_meta a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_meta .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_meta .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_meta .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a, .widget_recent_entries li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .widget_recent_entries li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_archive li[class*=current] a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_archive li[class*=current] a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_archive li[class*=current] a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_archive li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_archive li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_categories li[class*=current] a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_categories li[class*=current] a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_categories li[class*=current] a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_categories li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_categories li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_meta li[class*=current] a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_meta li[class*=current] a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_meta li[class*=current] a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_meta li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_meta li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a {
  flex: 1;
  padding: 0.25rem 0;
  color: #fff;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .nav-link, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .wp-block-pages-list__item__link, .wp-block-page-list .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .yoast-table-of-contents .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .nav-link, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .nav-link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .wp-block-pages-list__item__link, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .post-type .post-taxonomy li a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .post-type .post-taxonomy li a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .post-type .post-taxonomy li a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .post-type .post-taxonomy li a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .post-type .post-taxonomy li a, .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a, .post-type .post-taxonomy li .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .yoast-table-of-contents .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy li .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .wp-block-page-list .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .navbar .widget_recent_entries .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a, .yoast-table-of-contents .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link, .wp-block-page-list .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link, .widget_recent_entries .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.navbar .widget_archive .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.widget_archive .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.navbar .widget_categories .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.widget_categories .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.navbar .widget_meta .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .nav-link,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .yoast-table-of-contents a,
.yoast-table-of-contents .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-page-list .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .wp-block-pages-list__item__link,
.widget_meta .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_recent_entries a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_recent_entries a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_recent_entries a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a, .widget_recent_entries .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .yoast-table-of-contents .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .wp-block-page-list .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .widget_recent_entries .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries a,
.widget_recent_entries .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_archive a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_archive a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_archive a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_archive .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_archive .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_archive .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive a,
.widget_archive .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_categories a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_categories a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_categories a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_categories .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_categories .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_categories .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories a,
.widget_categories .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_meta a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_meta a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_meta a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_meta .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_meta .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_meta .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta a,
.widget_meta .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a, .widget_recent_entries li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a, .widget_recent_entries li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_recent_entries li[class*=current] a,
.widget_recent_entries li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_archive li[class*=current] a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_archive li[class*=current] a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_archive li[class*=current] a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_archive li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_archive li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_archive li[class*=current] a,
.widget_archive li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_categories li[class*=current] a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_categories li[class*=current] a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_categories li[class*=current] a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_categories li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_categories li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_categories li[class*=current] a,
.widget_categories li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) .widget_meta li[class*=current] a,
.navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_meta li[class*=current] a,
.wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) .widget_meta li[class*=current] a,
.navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item:not(.menu-item-button) a,
.widget_meta li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > .wp-block-pages-list__item:not(.menu-item-button) a,
.widget_meta li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) .widget_meta li[class*=current] a,
.widget_meta li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) li[class*=current] a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li:not(.menu-item-button) a {
    color: #0028B9;
    font-weight: 600;
  }
}
.navbar .navbar-collapse > .navbar-nav > .nav-item.active > .nav-link, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > .nav-item.active > a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > .nav-link, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .nav-item.active > .wp-block-pages-list__item__link, .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .yoast-table-of-contents .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .nav-item.active > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .yoast-table-of-contents .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > .nav-link, .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .yoast-table-of-contents .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > .nav-link, .wp-block-page-list .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .yoast-table-of-contents .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > .wp-block-pages-list__item__link, .navbar .post-type .post-taxonomy li .navbar-collapse > .navbar-nav > .nav-item.active > a, .navbar .post-type .post-taxonomy li .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .post-type .post-taxonomy li .navbar-collapse > .navbar-nav > li.active > a, .navbar .post-type .post-taxonomy li .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .navbar .post-type .post-taxonomy li .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a, .post-type .post-taxonomy li .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy li .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > .nav-link, .navbar .post-type .post-taxonomy .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .navbar .post-type .post-taxonomy .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link, .post-type .post-taxonomy .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > .nav-link, .navbar .widget_recent_entries .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .navbar .widget_recent_entries .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link, .widget_recent_entries .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .widget_recent_entries .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > .nav-link,
.navbar .widget_archive .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.navbar .widget_archive .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link,
.widget_archive .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.widget_archive .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > .nav-link,
.navbar .widget_categories .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.navbar .widget_categories .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link,
.widget_categories .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.widget_categories .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > .nav-link,
.navbar .widget_meta .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.navbar .widget_meta .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link,
.widget_meta .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.widget_meta .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .nav-link, .navbar .widget_recent_entries li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a, .yoast-table-of-contents .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .yoast-table-of-contents .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .yoast-table-of-contents .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link, .navbar .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .navbar .widget_recent_entries .post-type .post-taxonomy li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .post-type .post-taxonomy .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .post-type .post-taxonomy .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .post-type .post-taxonomy .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .nav-link, .widget_recent_entries li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a, .yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .yoast-table-of-contents .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link, .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.navbar .widget_archive li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.navbar .widget_archive li[class*=current] .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .navbar .widget_archive li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.navbar .widget_archive .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive .post-type .post-taxonomy li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.widget_archive li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.widget_archive li[class*=current] .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .widget_archive li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.widget_archive .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .post-type .post-taxonomy li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.navbar .widget_categories li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.navbar .widget_categories li[class*=current] .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .navbar .widget_categories li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.navbar .widget_categories .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories .post-type .post-taxonomy li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.widget_categories li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.widget_categories li[class*=current] .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .widget_categories li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.widget_categories .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .post-type .post-taxonomy li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.navbar .widget_meta li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.navbar .widget_meta li[class*=current] .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .navbar .widget_meta li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.navbar .widget_meta .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta .post-type .post-taxonomy li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.widget_meta li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.widget_meta li[class*=current] .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .widget_meta li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.widget_meta .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .post-type .post-taxonomy li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > .nav-item.active > a, .navbar .widget_recent_entries .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .navbar .widget_recent_entries .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a, .widget_recent_entries .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .widget_recent_entries .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_archive .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_archive .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_archive .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_archive .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries li[class*=current] .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries li[class*=current] .navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_categories .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_categories .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_categories .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_categories .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries li[class*=current] .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries li[class*=current] .navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_meta .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_meta .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_meta .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_meta .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries li[class*=current] .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries li[class*=current] .navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > .nav-item.active > a, .navbar .widget_recent_entries li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .navbar .widget_recent_entries li[class*=current] .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a, .widget_recent_entries li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar li[class*=current] .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_archive li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_archive li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_categories li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_categories li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_meta li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_meta li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a {
  border-bottom: 1px solid currentColor;
  display: inline;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse > .navbar-nav > .nav-item.active > .nav-link, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > .nav-item.active > a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > .nav-link, .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link, .yoast-table-of-contents .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .nav-item.active > .wp-block-pages-list__item__link, .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .yoast-table-of-contents .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .nav-item.active > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .yoast-table-of-contents .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > .nav-link, .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .yoast-table-of-contents .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > .nav-link, .wp-block-page-list .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .yoast-table-of-contents .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > .wp-block-pages-list__item__link, .navbar .post-type .post-taxonomy li .navbar-collapse > .navbar-nav > .nav-item.active > a, .navbar .post-type .post-taxonomy li .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .post-type .post-taxonomy li .navbar-collapse > .navbar-nav > li.active > a, .navbar .post-type .post-taxonomy li .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .navbar .post-type .post-taxonomy li .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a, .post-type .post-taxonomy li .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy li .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .post-type .post-taxonomy li .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > .nav-link, .navbar .post-type .post-taxonomy .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .navbar .post-type .post-taxonomy .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link, .post-type .post-taxonomy .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .post-type .post-taxonomy .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > .nav-link, .navbar .widget_recent_entries .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .navbar .widget_recent_entries .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link, .widget_recent_entries .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .wp-block-page-list .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link, .widget_recent_entries .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > .nav-link,
.navbar .widget_archive .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.navbar .widget_archive .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link,
.widget_archive .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.widget_archive .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > .nav-link,
.navbar .widget_categories .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.navbar .widget_categories .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link,
.widget_categories .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.widget_categories .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > .nav-link,
.navbar .widget_meta .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.navbar .widget_meta .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > .nav-link,
.widget_meta .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > .wp-block-pages-list__item__link,
.widget_meta .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .nav-link, .navbar .widget_recent_entries li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a, .yoast-table-of-contents .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .yoast-table-of-contents .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .yoast-table-of-contents .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link, .navbar .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .navbar .widget_recent_entries .post-type .post-taxonomy li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .post-type .post-taxonomy .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .post-type .post-taxonomy .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .post-type .post-taxonomy .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .nav-link, .widget_recent_entries li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a, .yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .yoast-table-of-contents .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link, .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.navbar .widget_archive li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.navbar .widget_archive li[class*=current] .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .navbar .widget_archive li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.navbar .widget_archive .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive .post-type .post-taxonomy li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.widget_archive li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.widget_archive li[class*=current] .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .widget_archive li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.widget_archive .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .post-type .post-taxonomy li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.navbar .widget_categories li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.navbar .widget_categories li[class*=current] .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .navbar .widget_categories li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.navbar .widget_categories .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories .post-type .post-taxonomy li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.widget_categories li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.widget_categories li[class*=current] .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .widget_categories li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.widget_categories .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .post-type .post-taxonomy li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.navbar .widget_meta li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.navbar .widget_meta li[class*=current] .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .navbar .widget_meta li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.navbar .widget_meta .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta .post-type .post-taxonomy li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .post-type .post-taxonomy li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .nav-link,
.widget_meta li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.nav-item > a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > .wp-block-pages-list__item__link,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.widget_meta li[class*=current] .navbar .wp-block-page-list .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .nav-link,
.wp-block-page-list .widget_meta li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.yoast-table-of-contents .wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > .wp-block-pages-list__item__link,
.widget_meta .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .post-type .post-taxonomy li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .post-type .post-taxonomy li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .post-type .post-taxonomy .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > .nav-item.active > a, .navbar .widget_recent_entries .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .navbar .widget_recent_entries .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a, .widget_recent_entries .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .widget_recent_entries .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .widget_recent_entries .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_archive .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_archive .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_archive .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_archive .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries li[class*=current] .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries li[class*=current] .navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .widget_archive .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_categories .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_categories .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_categories .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_categories .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries li[class*=current] .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries li[class*=current] .navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .widget_categories .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_meta .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_meta .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_meta .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_meta .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries li[class*=current] .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries li[class*=current] .navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .widget_meta .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > .nav-item.active > a, .navbar .widget_recent_entries li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .navbar .widget_recent_entries li[class*=current] .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a, .widget_recent_entries li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a, .yoast-table-of-contents .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a, .post-type .post-taxonomy .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries .navbar li[class*=current] .navbar-collapse > .navbar-nav > li.active > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a, .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a, .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a, .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a, .wp-block-page-list .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_archive li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_archive li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_categories li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_categories li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .navbar .widget_meta .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories li[class*=current] .widget_meta .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > .nav-item.active > a,
.navbar .widget_meta li[class*=current] .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > .nav-item.active > a,
.widget_meta li[class*=current] .navbar .yoast-table-of-contents .navbar-collapse > .navbar-nav > li.active > a,
.yoast-table-of-contents .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > .active.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .post-type .post-taxonomy .navbar-collapse > .navbar-nav > li.active > a,
.post-type .post-taxonomy .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .widget_recent_entries .navbar-collapse > .navbar-nav > li.active > a,
.widget_recent_entries .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .widget_recent_entries .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_archive .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .widget_archive .navbar-collapse > .navbar-nav > li.active > a,
.widget_archive .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .widget_archive .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_categories .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .widget_categories .navbar-collapse > .navbar-nav > li.active > a,
.widget_categories .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .widget_categories .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta .navbar li[class*=current] .navbar-collapse > .navbar-nav > li.active > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > li.active > a,
.navbar .widget_recent_entries .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_recent_entries .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_recent_entries .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_recent_entries li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_recent_entries li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_recent_entries .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_recent_entries .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_recent_entries li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_recent_entries li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_archive .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_archive .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_archive .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_archive li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_archive li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_archive .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_archive .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_archive li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_archive li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_categories .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_categories .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_categories .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .navbar .widget_categories li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .navbar .widget_categories li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_categories .widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_categories .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta .widget_categories li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta .widget_categories li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.nav-item > a,
.navbar .widget_meta li[class*=current] .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .navbar .widget_meta li[class*=current] .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.nav-item > a,
.widget_meta li[class*=current] .navbar .wp-block-page-list .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a,
.wp-block-page-list .widget_meta li[class*=current] .navbar .navbar-collapse > .navbar-nav > a.wp-block-pages-list__item > a {
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav .dropdown-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.navbar .navbar-nav .nav-link:not(.btn), .navbar .navbar-nav .yoast-table-of-contents a:not(.btn), .yoast-table-of-contents .navbar .navbar-nav a:not(.btn), .navbar .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link:not(.btn), .wp-block-page-list .navbar .navbar-nav .wp-block-pages-list__item__link:not(.btn), .navbar .navbar-nav .post-type .post-taxonomy li a:not(.btn), .post-type .post-taxonomy li .navbar .navbar-nav a:not(.btn), .navbar .navbar-nav .widget_recent_entries a:not(.btn), .widget_recent_entries .navbar .navbar-nav a:not(.btn),
.navbar .navbar-nav .widget_archive a:not(.btn),
.widget_archive .navbar .navbar-nav a:not(.btn),
.navbar .navbar-nav .widget_categories a:not(.btn),
.widget_categories .navbar .navbar-nav a:not(.btn),
.navbar .navbar-nav .widget_meta a:not(.btn),
.widget_meta .navbar .navbar-nav a:not(.btn),
.navbar .navbar-nav .dropdown-item {
  position: relative;
}
.navbar .navbar-nav .nav-link:not(.btn).dropdown-toggle::after, .navbar .navbar-nav .yoast-table-of-contents a:not(.btn).dropdown-toggle::after, .yoast-table-of-contents .navbar .navbar-nav a:not(.btn).dropdown-toggle::after, .navbar .navbar-nav .wp-block-page-list .wp-block-pages-list__item__link:not(.btn).dropdown-toggle::after, .wp-block-page-list .navbar .navbar-nav .wp-block-pages-list__item__link:not(.btn).dropdown-toggle::after, .navbar .navbar-nav .post-type .post-taxonomy li a:not(.btn).dropdown-toggle::after, .post-type .post-taxonomy li .navbar .navbar-nav a:not(.btn).dropdown-toggle::after, .navbar .navbar-nav .widget_recent_entries a:not(.btn).dropdown-toggle::after, .widget_recent_entries .navbar .navbar-nav a:not(.btn).dropdown-toggle::after,
.navbar .navbar-nav .widget_archive a:not(.btn).dropdown-toggle::after,
.widget_archive .navbar .navbar-nav a:not(.btn).dropdown-toggle::after,
.navbar .navbar-nav .widget_categories a:not(.btn).dropdown-toggle::after,
.widget_categories .navbar .navbar-nav a:not(.btn).dropdown-toggle::after,
.navbar .navbar-nav .widget_meta a:not(.btn).dropdown-toggle::after,
.widget_meta .navbar .navbar-nav a:not(.btn).dropdown-toggle::after,
.navbar .navbar-nav .dropdown-item.dropdown-toggle::after {
  border: 0;
  margin: 0;
  vertical-align: unset;
}
@media (max-width: 1199.98px) {
  .navbar .navbar-nav .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar .navbar-nav .dropdown-toggle:after {
    content: "\e905";
    color: #0028b9;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.5rem;
    font-size: 12px;
    color: currentColor;
  }
}
.navbar .navbar-nav .nav-link.btn, .navbar .navbar-nav .yoast-table-of-contents a.btn, .yoast-table-of-contents .navbar .navbar-nav a.btn, .navbar .navbar-nav .wp-block-page-list .btn.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .btn.wp-block-pages-list__item__link, .navbar .navbar-nav .wp-block-button .nav-link.wp-block-button__link, .navbar .navbar-nav .wp-block-button .yoast-table-of-contents a.wp-block-button__link, .yoast-table-of-contents .navbar .navbar-nav .wp-block-button a.wp-block-button__link, .navbar .navbar-nav .wp-block-button .wp-block-page-list .wp-block-button__link.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .wp-block-button .wp-block-button__link.wp-block-pages-list__item__link, .wp-block-button .navbar .navbar-nav .nav-link.wp-block-button__link, .wp-block-button .navbar .navbar-nav .yoast-table-of-contents a.wp-block-button__link, .yoast-table-of-contents .wp-block-button .navbar .navbar-nav a.wp-block-button__link, .wp-block-button .navbar .navbar-nav .wp-block-page-list .wp-block-button__link.wp-block-pages-list__item__link, .wp-block-page-list .wp-block-button .navbar .navbar-nav .wp-block-button__link.wp-block-pages-list__item__link, .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .nav-link.added_to_cart, .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .yoast-table-of-contents .wp-block-button__link + a.added_to_cart, .yoast-table-of-contents .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-page-list .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .wp-block-button__link + .nav-link.added_to_cart, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .yoast-table-of-contents .wp-block-button__link + a.added_to_cart, .yoast-table-of-contents .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .wp-block-page-list .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .wp-block-page-list .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .nav-link.added_to_cart, .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .yoast-table-of-contents .wp-block-button__link + a.added_to_cart, .yoast-table-of-contents .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-page-list .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .wp-block-button__link + .nav-link.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .yoast-table-of-contents .wp-block-button__link + a.added_to_cart, .yoast-table-of-contents .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .wp-block-page-list .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .wp-block-page-list .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .navbar .navbar-nav .woocommerce form button.nav-link.button.alt, .navbar .navbar-nav .woocommerce form .wp-block-page-list button.button.alt.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .woocommerce form button.button.alt.wp-block-pages-list__item__link, .woocommerce form .navbar .navbar-nav button.nav-link.button.alt, .woocommerce form .navbar .navbar-nav .wp-block-page-list button.button.alt.wp-block-pages-list__item__link, .wp-block-page-list .woocommerce form .navbar .navbar-nav button.button.alt.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce a.nav-link.button,
.navbar .navbar-nav .woocommerce .yoast-table-of-contents a.button,
.yoast-table-of-contents .navbar .navbar-nav .woocommerce a.button,
.navbar .navbar-nav .woocommerce .wp-block-page-list a.button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce a.button.wp-block-pages-list__item__link,
.woocommerce .navbar .navbar-nav a.nav-link.button,
.woocommerce .navbar .navbar-nav .yoast-table-of-contents a.button,
.yoast-table-of-contents .woocommerce .navbar .navbar-nav a.button,
.woocommerce .navbar .navbar-nav .wp-block-page-list a.button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce .navbar .navbar-nav a.button.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce input.nav-link.button[type=submit],
.navbar .navbar-nav .woocommerce .wp-block-page-list input.button[type=submit].wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce input.button[type=submit].wp-block-pages-list__item__link,
.woocommerce .navbar .navbar-nav input.nav-link.button[type=submit],
.woocommerce .navbar .navbar-nav .wp-block-page-list input.button[type=submit].wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce .navbar .navbar-nav input.button[type=submit].wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce ul.products li.product a.nav-link.button,
.navbar .navbar-nav .woocommerce ul.products li.product .yoast-table-of-contents a.button,
.yoast-table-of-contents .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.navbar .navbar-nav .woocommerce ul.products li.product .wp-block-page-list a.button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce ul.products li.product a.button.wp-block-pages-list__item__link,
.woocommerce ul.products li.product .navbar .navbar-nav a.nav-link.button,
.woocommerce ul.products li.product .navbar .navbar-nav .yoast-table-of-contents a.button,
.yoast-table-of-contents .woocommerce ul.products li.product .navbar .navbar-nav a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .wp-block-page-list a.button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce ul.products li.product .navbar .navbar-nav a.button.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce a.nav-link[href].button.add_to_cart_button,
.navbar .navbar-nav .woocommerce .yoast-table-of-contents a[href].button.add_to_cart_button,
.yoast-table-of-contents .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.navbar .navbar-nav .woocommerce .wp-block-page-list a[href].button.add_to_cart_button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button.wp-block-pages-list__item__link,
.woocommerce .navbar .navbar-nav a.nav-link[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .yoast-table-of-contents a[href].button.add_to_cart_button,
.yoast-table-of-contents .woocommerce .navbar .navbar-nav a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .wp-block-page-list a[href].button.add_to_cart_button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce .navbar .navbar-nav a[href].button.add_to_cart_button.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce button.nav-link.button,
.navbar .navbar-nav .woocommerce .wp-block-page-list button.button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce button.button.wp-block-pages-list__item__link,
.woocommerce .navbar .navbar-nav button.nav-link.button,
.woocommerce .navbar .navbar-nav .wp-block-page-list button.button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce .navbar .navbar-nav button.button.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce #respond input.nav-link#submit,
.navbar .navbar-nav .woocommerce #respond .wp-block-page-list input#submit.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce #respond input#submit.wp-block-pages-list__item__link,
.woocommerce #respond .navbar .navbar-nav input.nav-link#submit,
.woocommerce #respond .navbar .navbar-nav .wp-block-page-list input#submit.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce #respond .navbar .navbar-nav input#submit.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce #add-member-form .nav-link.button,
.navbar .navbar-nav .woocommerce #add-member-form .yoast-table-of-contents a.button,
.yoast-table-of-contents .navbar .navbar-nav .woocommerce #add-member-form a.button,
.navbar .navbar-nav .woocommerce #add-member-form .wp-block-page-list .button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce #add-member-form .button.wp-block-pages-list__item__link,
.woocommerce #add-member-form .navbar .navbar-nav .nav-link.button,
.woocommerce #add-member-form .navbar .navbar-nav .yoast-table-of-contents a.button,
.yoast-table-of-contents .woocommerce #add-member-form .navbar .navbar-nav a.button,
.woocommerce #add-member-form .navbar .navbar-nav .wp-block-page-list .button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce #add-member-form .navbar .navbar-nav .button.wp-block-pages-list__item__link, .navbar .navbar-nav body #gdprc_bar .nav-link.gdprc_button, .navbar .navbar-nav body #gdprc_bar .yoast-table-of-contents a.gdprc_button, .yoast-table-of-contents .navbar .navbar-nav body #gdprc_bar a.gdprc_button, .navbar .navbar-nav body #gdprc_bar .wp-block-page-list .gdprc_button.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav body #gdprc_bar .gdprc_button.wp-block-pages-list__item__link, body #gdprc_bar .navbar .navbar-nav .nav-link.gdprc_button, body #gdprc_bar .navbar .navbar-nav .yoast-table-of-contents a.gdprc_button, .yoast-table-of-contents body #gdprc_bar .navbar .navbar-nav a.gdprc_button, body #gdprc_bar .navbar .navbar-nav .wp-block-page-list .gdprc_button.wp-block-pages-list__item__link, .wp-block-page-list body #gdprc_bar .navbar .navbar-nav .gdprc_button.wp-block-pages-list__item__link, .navbar .navbar-nav body #gdprc_settings .nav-link.gdprc_button, .navbar .navbar-nav body #gdprc_settings .yoast-table-of-contents a.gdprc_button, .yoast-table-of-contents .navbar .navbar-nav body #gdprc_settings a.gdprc_button, .navbar .navbar-nav body #gdprc_settings .wp-block-page-list .gdprc_button.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav body #gdprc_settings .gdprc_button.wp-block-pages-list__item__link, body #gdprc_settings .navbar .navbar-nav .nav-link.gdprc_button, body #gdprc_settings .navbar .navbar-nav .yoast-table-of-contents a.gdprc_button, .yoast-table-of-contents body #gdprc_settings .navbar .navbar-nav a.gdprc_button, body #gdprc_settings .navbar .navbar-nav .wp-block-page-list .gdprc_button.wp-block-pages-list__item__link, .wp-block-page-list body #gdprc_settings .navbar .navbar-nav .gdprc_button.wp-block-pages-list__item__link, .navbar .navbar-nav .gform_wrapper.gravity-theme .nav-link.gform_button, .navbar .navbar-nav .gform_wrapper.gravity-theme .yoast-table-of-contents a.gform_button, .yoast-table-of-contents .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button, .navbar .navbar-nav .gform_wrapper.gravity-theme .wp-block-page-list .gform_button.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .gform_wrapper.gravity-theme .gform_button.wp-block-pages-list__item__link, .gform_wrapper.gravity-theme .navbar .navbar-nav .nav-link.gform_button, .gform_wrapper.gravity-theme .navbar .navbar-nav .yoast-table-of-contents a.gform_button, .yoast-table-of-contents .gform_wrapper.gravity-theme .navbar .navbar-nav a.gform_button, .gform_wrapper.gravity-theme .navbar .navbar-nav .wp-block-page-list .gform_button.wp-block-pages-list__item__link, .wp-block-page-list .gform_wrapper.gravity-theme .navbar .navbar-nav .gform_button.wp-block-pages-list__item__link,
.navbar .navbar-nav .gform_wrapper.gravity-theme .nav-link.gform_next_button,
.navbar .navbar-nav .gform_wrapper.gravity-theme .yoast-table-of-contents a.gform_next_button,
.yoast-table-of-contents .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.navbar .navbar-nav .gform_wrapper.gravity-theme .wp-block-page-list .gform_next_button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .gform_wrapper.gravity-theme .gform_next_button.wp-block-pages-list__item__link,
.gform_wrapper.gravity-theme .navbar .navbar-nav .nav-link.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .yoast-table-of-contents a.gform_next_button,
.yoast-table-of-contents .gform_wrapper.gravity-theme .navbar .navbar-nav a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .wp-block-page-list .gform_next_button.wp-block-pages-list__item__link,
.wp-block-page-list .gform_wrapper.gravity-theme .navbar .navbar-nav .gform_next_button.wp-block-pages-list__item__link,
.navbar .navbar-nav .gform_wrapper.gravity-theme .nav-link.gform_previous_button,
.navbar .navbar-nav .gform_wrapper.gravity-theme .yoast-table-of-contents a.gform_previous_button,
.yoast-table-of-contents .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.navbar .navbar-nav .gform_wrapper.gravity-theme .wp-block-page-list .gform_previous_button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .gform_wrapper.gravity-theme .gform_previous_button.wp-block-pages-list__item__link,
.gform_wrapper.gravity-theme .navbar .navbar-nav .nav-link.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .yoast-table-of-contents a.gform_previous_button,
.yoast-table-of-contents .gform_wrapper.gravity-theme .navbar .navbar-nav a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .wp-block-page-list .gform_previous_button.wp-block-pages-list__item__link,
.wp-block-page-list .gform_wrapper.gravity-theme .navbar .navbar-nav .gform_previous_button.wp-block-pages-list__item__link, .navbar .navbar-nav .post-type .post-taxonomy li a.btn, .navbar .navbar-nav .post-type .post-taxonomy li .wp-block-button a.wp-block-button__link, .wp-block-button .navbar .navbar-nav .post-type .post-taxonomy li a.wp-block-button__link, .navbar .navbar-nav .post-type .post-taxonomy li .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .post-type .post-taxonomy li .wp-block-button__link + a.added_to_cart, .navbar .navbar-nav .post-type .post-taxonomy li .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .post-type .post-taxonomy li .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .post-type .post-taxonomy li a.button.alt,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce a.button,
.woocommerce .navbar .navbar-nav .post-type .post-taxonomy li a.button,
.navbar .navbar-nav .post-type .post-taxonomy .woocommerce ul.products li.product a.button,
.woocommerce ul.products .navbar .navbar-nav .post-type .post-taxonomy li.product a.button,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .post-type .post-taxonomy li a[href].button.add_to_cart_button,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .post-type .post-taxonomy li a.button.checkout-button.alt,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .post-type .post-taxonomy li a.button, .navbar .navbar-nav .post-type .post-taxonomy li body #gdprc_bar a.gdprc_button, body #gdprc_bar .navbar .navbar-nav .post-type .post-taxonomy li a.gdprc_button, .navbar .navbar-nav .post-type .post-taxonomy li body #gdprc_settings a.gdprc_button, body #gdprc_settings .navbar .navbar-nav .post-type .post-taxonomy li a.gdprc_button, .navbar .navbar-nav .post-type .post-taxonomy li .gform_wrapper.gravity-theme a.gform_button, .gform_wrapper.gravity-theme .navbar .navbar-nav .post-type .post-taxonomy li a.gform_button,
.navbar .navbar-nav .post-type .post-taxonomy li .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .post-type .post-taxonomy li a.gform_next_button,
.navbar .navbar-nav .post-type .post-taxonomy li .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .post-type .post-taxonomy li a.gform_previous_button, .post-type .post-taxonomy li .navbar .navbar-nav a.btn, .post-type .post-taxonomy li .navbar .navbar-nav .wp-block-button a.wp-block-button__link, .wp-block-button .post-type .post-taxonomy li .navbar .navbar-nav a.wp-block-button__link, .post-type .post-taxonomy li .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .post-type .post-taxonomy li .navbar .navbar-nav .wp-block-button__link + a.added_to_cart, .post-type .post-taxonomy li .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .post-type .post-taxonomy li .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .post-type .post-taxonomy li .navbar .navbar-nav a.button.alt,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce a.button,
.woocommerce .post-type .post-taxonomy li .navbar .navbar-nav a.button,
.post-type .post-taxonomy .woocommerce ul.products li.product .navbar .navbar-nav a.button,
.woocommerce ul.products .post-type .post-taxonomy li.product .navbar .navbar-nav a.button,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .post-type .post-taxonomy li .navbar .navbar-nav a[href].button.add_to_cart_button,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .post-type .post-taxonomy li .navbar .navbar-nav a.button.checkout-button.alt,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .post-type .post-taxonomy li .navbar .navbar-nav a.button, .post-type .post-taxonomy li .navbar .navbar-nav body #gdprc_bar a.gdprc_button, body #gdprc_bar .post-type .post-taxonomy li .navbar .navbar-nav a.gdprc_button, .post-type .post-taxonomy li .navbar .navbar-nav body #gdprc_settings a.gdprc_button, body #gdprc_settings .post-type .post-taxonomy li .navbar .navbar-nav a.gdprc_button, .post-type .post-taxonomy li .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button, .gform_wrapper.gravity-theme .post-type .post-taxonomy li .navbar .navbar-nav a.gform_button,
.post-type .post-taxonomy li .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .post-type .post-taxonomy li .navbar .navbar-nav a.gform_next_button,
.post-type .post-taxonomy li .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .post-type .post-taxonomy li .navbar .navbar-nav a.gform_previous_button, .navbar .navbar-nav .widget_recent_entries a.btn, .navbar .navbar-nav .widget_recent_entries .wp-block-button a.wp-block-button__link, .wp-block-button .navbar .navbar-nav .widget_recent_entries a.wp-block-button__link, .navbar .navbar-nav .widget_recent_entries .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .widget_recent_entries .wp-block-button__link + a.added_to_cart, .navbar .navbar-nav .widget_recent_entries .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .widget_recent_entries .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_recent_entries .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .widget_recent_entries a.button.alt,
.navbar .navbar-nav .widget_recent_entries .woocommerce a.button,
.woocommerce .navbar .navbar-nav .widget_recent_entries a.button,
.navbar .navbar-nav .widget_recent_entries .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .widget_recent_entries a.button,
.navbar .navbar-nav .widget_recent_entries .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .widget_recent_entries a[href].button.add_to_cart_button,
.navbar .navbar-nav .widget_recent_entries .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .widget_recent_entries a.button.checkout-button.alt,
.navbar .navbar-nav .widget_recent_entries .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .widget_recent_entries a.button, .navbar .navbar-nav .widget_recent_entries body #gdprc_bar a.gdprc_button, body #gdprc_bar .navbar .navbar-nav .widget_recent_entries a.gdprc_button, .navbar .navbar-nav .widget_recent_entries body #gdprc_settings a.gdprc_button, body #gdprc_settings .navbar .navbar-nav .widget_recent_entries a.gdprc_button, .navbar .navbar-nav .widget_recent_entries .gform_wrapper.gravity-theme a.gform_button, .gform_wrapper.gravity-theme .navbar .navbar-nav .widget_recent_entries a.gform_button,
.navbar .navbar-nav .widget_recent_entries .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_recent_entries a.gform_next_button,
.navbar .navbar-nav .widget_recent_entries .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_recent_entries a.gform_previous_button, .widget_recent_entries .navbar .navbar-nav a.btn, .widget_recent_entries .navbar .navbar-nav .wp-block-button a.wp-block-button__link, .wp-block-button .widget_recent_entries .navbar .navbar-nav a.wp-block-button__link, .widget_recent_entries .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .widget_recent_entries .navbar .navbar-nav .wp-block-button__link + a.added_to_cart, .widget_recent_entries .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .widget_recent_entries .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_recent_entries .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .widget_recent_entries .navbar .navbar-nav a.button.alt,
.widget_recent_entries .navbar .navbar-nav .woocommerce a.button,
.woocommerce .widget_recent_entries .navbar .navbar-nav a.button,
.widget_recent_entries .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .widget_recent_entries .navbar .navbar-nav a.button,
.widget_recent_entries .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .widget_recent_entries .navbar .navbar-nav a[href].button.add_to_cart_button,
.widget_recent_entries .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .widget_recent_entries .navbar .navbar-nav a.button.checkout-button.alt,
.widget_recent_entries .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .widget_recent_entries .navbar .navbar-nav a.button, .widget_recent_entries .navbar .navbar-nav body #gdprc_bar a.gdprc_button, body #gdprc_bar .widget_recent_entries .navbar .navbar-nav a.gdprc_button, .widget_recent_entries .navbar .navbar-nav body #gdprc_settings a.gdprc_button, body #gdprc_settings .widget_recent_entries .navbar .navbar-nav a.gdprc_button, .widget_recent_entries .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button, .gform_wrapper.gravity-theme .widget_recent_entries .navbar .navbar-nav a.gform_button,
.widget_recent_entries .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .widget_recent_entries .navbar .navbar-nav a.gform_next_button,
.widget_recent_entries .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_recent_entries .navbar .navbar-nav a.gform_previous_button,
.navbar .navbar-nav .widget_archive a.btn,
.navbar .navbar-nav .widget_archive .wp-block-button a.wp-block-button__link,
.wp-block-button .navbar .navbar-nav .widget_archive a.wp-block-button__link,
.navbar .navbar-nav .widget_archive .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .widget_archive .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_archive .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .widget_archive .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_archive .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .widget_archive a.button.alt,
.navbar .navbar-nav .widget_archive .woocommerce a.button,
.woocommerce .navbar .navbar-nav .widget_archive a.button,
.navbar .navbar-nav .widget_archive .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .widget_archive a.button,
.navbar .navbar-nav .widget_archive .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .widget_archive a[href].button.add_to_cart_button,
.navbar .navbar-nav .widget_archive .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .widget_archive a.button.checkout-button.alt,
.navbar .navbar-nav .widget_archive .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .widget_archive a.button,
.navbar .navbar-nav .widget_archive body #gdprc_bar a.gdprc_button,
body #gdprc_bar .navbar .navbar-nav .widget_archive a.gdprc_button,
.navbar .navbar-nav .widget_archive body #gdprc_settings a.gdprc_button,
body #gdprc_settings .navbar .navbar-nav .widget_archive a.gdprc_button,
.navbar .navbar-nav .widget_archive .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_archive a.gform_button,
.navbar .navbar-nav .widget_archive .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_archive a.gform_next_button,
.navbar .navbar-nav .widget_archive .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_archive a.gform_previous_button,
.widget_archive .navbar .navbar-nav a.btn,
.widget_archive .navbar .navbar-nav .wp-block-button a.wp-block-button__link,
.wp-block-button .widget_archive .navbar .navbar-nav a.wp-block-button__link,
.widget_archive .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_archive .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_archive .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_archive .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_archive .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .widget_archive .navbar .navbar-nav a.button.alt,
.widget_archive .navbar .navbar-nav .woocommerce a.button,
.woocommerce .widget_archive .navbar .navbar-nav a.button,
.widget_archive .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .widget_archive .navbar .navbar-nav a.button,
.widget_archive .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .widget_archive .navbar .navbar-nav a[href].button.add_to_cart_button,
.widget_archive .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .widget_archive .navbar .navbar-nav a.button.checkout-button.alt,
.widget_archive .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .widget_archive .navbar .navbar-nav a.button,
.widget_archive .navbar .navbar-nav body #gdprc_bar a.gdprc_button,
body #gdprc_bar .widget_archive .navbar .navbar-nav a.gdprc_button,
.widget_archive .navbar .navbar-nav body #gdprc_settings a.gdprc_button,
body #gdprc_settings .widget_archive .navbar .navbar-nav a.gdprc_button,
.widget_archive .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .widget_archive .navbar .navbar-nav a.gform_button,
.widget_archive .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .widget_archive .navbar .navbar-nav a.gform_next_button,
.widget_archive .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_archive .navbar .navbar-nav a.gform_previous_button,
.navbar .navbar-nav .widget_categories a.btn,
.navbar .navbar-nav .widget_categories .wp-block-button a.wp-block-button__link,
.wp-block-button .navbar .navbar-nav .widget_categories a.wp-block-button__link,
.navbar .navbar-nav .widget_categories .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .widget_categories .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_categories .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .widget_categories .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_categories .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .widget_categories a.button.alt,
.navbar .navbar-nav .widget_categories .woocommerce a.button,
.woocommerce .navbar .navbar-nav .widget_categories a.button,
.navbar .navbar-nav .widget_categories .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .widget_categories a.button,
.navbar .navbar-nav .widget_categories .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .widget_categories a[href].button.add_to_cart_button,
.navbar .navbar-nav .widget_categories .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .widget_categories a.button.checkout-button.alt,
.navbar .navbar-nav .widget_categories .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .widget_categories a.button,
.navbar .navbar-nav .widget_categories body #gdprc_bar a.gdprc_button,
body #gdprc_bar .navbar .navbar-nav .widget_categories a.gdprc_button,
.navbar .navbar-nav .widget_categories body #gdprc_settings a.gdprc_button,
body #gdprc_settings .navbar .navbar-nav .widget_categories a.gdprc_button,
.navbar .navbar-nav .widget_categories .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_categories a.gform_button,
.navbar .navbar-nav .widget_categories .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_categories a.gform_next_button,
.navbar .navbar-nav .widget_categories .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_categories a.gform_previous_button,
.widget_categories .navbar .navbar-nav a.btn,
.widget_categories .navbar .navbar-nav .wp-block-button a.wp-block-button__link,
.wp-block-button .widget_categories .navbar .navbar-nav a.wp-block-button__link,
.widget_categories .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_categories .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_categories .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_categories .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_categories .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .widget_categories .navbar .navbar-nav a.button.alt,
.widget_categories .navbar .navbar-nav .woocommerce a.button,
.woocommerce .widget_categories .navbar .navbar-nav a.button,
.widget_categories .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .widget_categories .navbar .navbar-nav a.button,
.widget_categories .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .widget_categories .navbar .navbar-nav a[href].button.add_to_cart_button,
.widget_categories .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .widget_categories .navbar .navbar-nav a.button.checkout-button.alt,
.widget_categories .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .widget_categories .navbar .navbar-nav a.button,
.widget_categories .navbar .navbar-nav body #gdprc_bar a.gdprc_button,
body #gdprc_bar .widget_categories .navbar .navbar-nav a.gdprc_button,
.widget_categories .navbar .navbar-nav body #gdprc_settings a.gdprc_button,
body #gdprc_settings .widget_categories .navbar .navbar-nav a.gdprc_button,
.widget_categories .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .widget_categories .navbar .navbar-nav a.gform_button,
.widget_categories .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .widget_categories .navbar .navbar-nav a.gform_next_button,
.widget_categories .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_categories .navbar .navbar-nav a.gform_previous_button,
.navbar .navbar-nav .widget_meta a.btn,
.navbar .navbar-nav .widget_meta .wp-block-button a.wp-block-button__link,
.wp-block-button .navbar .navbar-nav .widget_meta a.wp-block-button__link,
.navbar .navbar-nav .widget_meta .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .widget_meta .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_meta .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .widget_meta .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_meta .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .widget_meta a.button.alt,
.navbar .navbar-nav .widget_meta .woocommerce a.button,
.woocommerce .navbar .navbar-nav .widget_meta a.button,
.navbar .navbar-nav .widget_meta .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .widget_meta a.button,
.navbar .navbar-nav .widget_meta .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .widget_meta a[href].button.add_to_cart_button,
.navbar .navbar-nav .widget_meta .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .widget_meta a.button.checkout-button.alt,
.navbar .navbar-nav .widget_meta .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .widget_meta a.button,
.navbar .navbar-nav .widget_meta body #gdprc_bar a.gdprc_button,
body #gdprc_bar .navbar .navbar-nav .widget_meta a.gdprc_button,
.navbar .navbar-nav .widget_meta body #gdprc_settings a.gdprc_button,
body #gdprc_settings .navbar .navbar-nav .widget_meta a.gdprc_button,
.navbar .navbar-nav .widget_meta .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_meta a.gform_button,
.navbar .navbar-nav .widget_meta .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_meta a.gform_next_button,
.navbar .navbar-nav .widget_meta .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_meta a.gform_previous_button,
.widget_meta .navbar .navbar-nav a.btn,
.widget_meta .navbar .navbar-nav .wp-block-button a.wp-block-button__link,
.wp-block-button .widget_meta .navbar .navbar-nav a.wp-block-button__link,
.widget_meta .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_meta .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_meta .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_meta .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_meta .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .widget_meta .navbar .navbar-nav a.button.alt,
.widget_meta .navbar .navbar-nav .woocommerce a.button,
.woocommerce .widget_meta .navbar .navbar-nav a.button,
.widget_meta .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .widget_meta .navbar .navbar-nav a.button,
.widget_meta .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .widget_meta .navbar .navbar-nav a[href].button.add_to_cart_button,
.widget_meta .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .widget_meta .navbar .navbar-nav a.button.checkout-button.alt,
.widget_meta .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .widget_meta .navbar .navbar-nav a.button,
.widget_meta .navbar .navbar-nav body #gdprc_bar a.gdprc_button,
body #gdprc_bar .widget_meta .navbar .navbar-nav a.gdprc_button,
.widget_meta .navbar .navbar-nav body #gdprc_settings a.gdprc_button,
body #gdprc_settings .widget_meta .navbar .navbar-nav a.gdprc_button,
.widget_meta .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .widget_meta .navbar .navbar-nav a.gform_button,
.widget_meta .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .widget_meta .navbar .navbar-nav a.gform_next_button,
.widget_meta .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_meta .navbar .navbar-nav a.gform_previous_button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2rem;
  color: #00C8A0;
  display: inline-block;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link.btn, .navbar .navbar-nav .yoast-table-of-contents a.btn, .yoast-table-of-contents .navbar .navbar-nav a.btn, .navbar .navbar-nav .wp-block-page-list .btn.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .btn.wp-block-pages-list__item__link, .navbar .navbar-nav .wp-block-button .nav-link.wp-block-button__link, .navbar .navbar-nav .wp-block-button .yoast-table-of-contents a.wp-block-button__link, .yoast-table-of-contents .navbar .navbar-nav .wp-block-button a.wp-block-button__link, .navbar .navbar-nav .wp-block-button .wp-block-page-list .wp-block-button__link.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .wp-block-button .wp-block-button__link.wp-block-pages-list__item__link, .wp-block-button .navbar .navbar-nav .nav-link.wp-block-button__link, .wp-block-button .navbar .navbar-nav .yoast-table-of-contents a.wp-block-button__link, .yoast-table-of-contents .wp-block-button .navbar .navbar-nav a.wp-block-button__link, .wp-block-button .navbar .navbar-nav .wp-block-page-list .wp-block-button__link.wp-block-pages-list__item__link, .wp-block-page-list .wp-block-button .navbar .navbar-nav .wp-block-button__link.wp-block-pages-list__item__link, .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .nav-link.added_to_cart, .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .yoast-table-of-contents .wp-block-button__link + a.added_to_cart, .yoast-table-of-contents .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-page-list .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .wp-block-button__link + .nav-link.added_to_cart, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .yoast-table-of-contents .wp-block-button__link + a.added_to_cart, .yoast-table-of-contents .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .wp-block-page-list .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .wp-block-page-list .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .nav-link.added_to_cart, .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .yoast-table-of-contents .wp-block-button__link + a.added_to_cart, .yoast-table-of-contents .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-page-list .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .wp-block-button__link + .nav-link.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .yoast-table-of-contents .wp-block-button__link + a.added_to_cart, .yoast-table-of-contents .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .wp-block-page-list .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .wp-block-page-list .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .wp-block-button__link + .added_to_cart.wp-block-pages-list__item__link, .navbar .navbar-nav .woocommerce form button.nav-link.button.alt, .navbar .navbar-nav .woocommerce form .wp-block-page-list button.button.alt.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .woocommerce form button.button.alt.wp-block-pages-list__item__link, .woocommerce form .navbar .navbar-nav button.nav-link.button.alt, .woocommerce form .navbar .navbar-nav .wp-block-page-list button.button.alt.wp-block-pages-list__item__link, .wp-block-page-list .woocommerce form .navbar .navbar-nav button.button.alt.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce a.nav-link.button,
.navbar .navbar-nav .woocommerce .yoast-table-of-contents a.button,
.yoast-table-of-contents .navbar .navbar-nav .woocommerce a.button,
.navbar .navbar-nav .woocommerce .wp-block-page-list a.button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce a.button.wp-block-pages-list__item__link,
.woocommerce .navbar .navbar-nav a.nav-link.button,
.woocommerce .navbar .navbar-nav .yoast-table-of-contents a.button,
.yoast-table-of-contents .woocommerce .navbar .navbar-nav a.button,
.woocommerce .navbar .navbar-nav .wp-block-page-list a.button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce .navbar .navbar-nav a.button.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce input.nav-link.button[type=submit],
.navbar .navbar-nav .woocommerce .wp-block-page-list input.button[type=submit].wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce input.button[type=submit].wp-block-pages-list__item__link,
.woocommerce .navbar .navbar-nav input.nav-link.button[type=submit],
.woocommerce .navbar .navbar-nav .wp-block-page-list input.button[type=submit].wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce .navbar .navbar-nav input.button[type=submit].wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce ul.products li.product a.nav-link.button,
.navbar .navbar-nav .woocommerce ul.products li.product .yoast-table-of-contents a.button,
.yoast-table-of-contents .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.navbar .navbar-nav .woocommerce ul.products li.product .wp-block-page-list a.button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce ul.products li.product a.button.wp-block-pages-list__item__link,
.woocommerce ul.products li.product .navbar .navbar-nav a.nav-link.button,
.woocommerce ul.products li.product .navbar .navbar-nav .yoast-table-of-contents a.button,
.yoast-table-of-contents .woocommerce ul.products li.product .navbar .navbar-nav a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .wp-block-page-list a.button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce ul.products li.product .navbar .navbar-nav a.button.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce a.nav-link[href].button.add_to_cart_button,
.navbar .navbar-nav .woocommerce .yoast-table-of-contents a[href].button.add_to_cart_button,
.yoast-table-of-contents .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.navbar .navbar-nav .woocommerce .wp-block-page-list a[href].button.add_to_cart_button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button.wp-block-pages-list__item__link,
.woocommerce .navbar .navbar-nav a.nav-link[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .yoast-table-of-contents a[href].button.add_to_cart_button,
.yoast-table-of-contents .woocommerce .navbar .navbar-nav a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .wp-block-page-list a[href].button.add_to_cart_button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce .navbar .navbar-nav a[href].button.add_to_cart_button.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce button.nav-link.button,
.navbar .navbar-nav .woocommerce .wp-block-page-list button.button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce button.button.wp-block-pages-list__item__link,
.woocommerce .navbar .navbar-nav button.nav-link.button,
.woocommerce .navbar .navbar-nav .wp-block-page-list button.button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce .navbar .navbar-nav button.button.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce #respond input.nav-link#submit,
.navbar .navbar-nav .woocommerce #respond .wp-block-page-list input#submit.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce #respond input#submit.wp-block-pages-list__item__link,
.woocommerce #respond .navbar .navbar-nav input.nav-link#submit,
.woocommerce #respond .navbar .navbar-nav .wp-block-page-list input#submit.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce #respond .navbar .navbar-nav input#submit.wp-block-pages-list__item__link,
.navbar .navbar-nav .woocommerce #add-member-form .nav-link.button,
.navbar .navbar-nav .woocommerce #add-member-form .yoast-table-of-contents a.button,
.yoast-table-of-contents .navbar .navbar-nav .woocommerce #add-member-form a.button,
.navbar .navbar-nav .woocommerce #add-member-form .wp-block-page-list .button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .woocommerce #add-member-form .button.wp-block-pages-list__item__link,
.woocommerce #add-member-form .navbar .navbar-nav .nav-link.button,
.woocommerce #add-member-form .navbar .navbar-nav .yoast-table-of-contents a.button,
.yoast-table-of-contents .woocommerce #add-member-form .navbar .navbar-nav a.button,
.woocommerce #add-member-form .navbar .navbar-nav .wp-block-page-list .button.wp-block-pages-list__item__link,
.wp-block-page-list .woocommerce #add-member-form .navbar .navbar-nav .button.wp-block-pages-list__item__link, .navbar .navbar-nav body #gdprc_bar .nav-link.gdprc_button, .navbar .navbar-nav body #gdprc_bar .yoast-table-of-contents a.gdprc_button, .yoast-table-of-contents .navbar .navbar-nav body #gdprc_bar a.gdprc_button, .navbar .navbar-nav body #gdprc_bar .wp-block-page-list .gdprc_button.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav body #gdprc_bar .gdprc_button.wp-block-pages-list__item__link, body #gdprc_bar .navbar .navbar-nav .nav-link.gdprc_button, body #gdprc_bar .navbar .navbar-nav .yoast-table-of-contents a.gdprc_button, .yoast-table-of-contents body #gdprc_bar .navbar .navbar-nav a.gdprc_button, body #gdprc_bar .navbar .navbar-nav .wp-block-page-list .gdprc_button.wp-block-pages-list__item__link, .wp-block-page-list body #gdprc_bar .navbar .navbar-nav .gdprc_button.wp-block-pages-list__item__link, .navbar .navbar-nav body #gdprc_settings .nav-link.gdprc_button, .navbar .navbar-nav body #gdprc_settings .yoast-table-of-contents a.gdprc_button, .yoast-table-of-contents .navbar .navbar-nav body #gdprc_settings a.gdprc_button, .navbar .navbar-nav body #gdprc_settings .wp-block-page-list .gdprc_button.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav body #gdprc_settings .gdprc_button.wp-block-pages-list__item__link, body #gdprc_settings .navbar .navbar-nav .nav-link.gdprc_button, body #gdprc_settings .navbar .navbar-nav .yoast-table-of-contents a.gdprc_button, .yoast-table-of-contents body #gdprc_settings .navbar .navbar-nav a.gdprc_button, body #gdprc_settings .navbar .navbar-nav .wp-block-page-list .gdprc_button.wp-block-pages-list__item__link, .wp-block-page-list body #gdprc_settings .navbar .navbar-nav .gdprc_button.wp-block-pages-list__item__link, .navbar .navbar-nav .gform_wrapper.gravity-theme .nav-link.gform_button, .navbar .navbar-nav .gform_wrapper.gravity-theme .yoast-table-of-contents a.gform_button, .yoast-table-of-contents .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button, .navbar .navbar-nav .gform_wrapper.gravity-theme .wp-block-page-list .gform_button.wp-block-pages-list__item__link, .wp-block-page-list .navbar .navbar-nav .gform_wrapper.gravity-theme .gform_button.wp-block-pages-list__item__link, .gform_wrapper.gravity-theme .navbar .navbar-nav .nav-link.gform_button, .gform_wrapper.gravity-theme .navbar .navbar-nav .yoast-table-of-contents a.gform_button, .yoast-table-of-contents .gform_wrapper.gravity-theme .navbar .navbar-nav a.gform_button, .gform_wrapper.gravity-theme .navbar .navbar-nav .wp-block-page-list .gform_button.wp-block-pages-list__item__link, .wp-block-page-list .gform_wrapper.gravity-theme .navbar .navbar-nav .gform_button.wp-block-pages-list__item__link,
.navbar .navbar-nav .gform_wrapper.gravity-theme .nav-link.gform_next_button,
.navbar .navbar-nav .gform_wrapper.gravity-theme .yoast-table-of-contents a.gform_next_button,
.yoast-table-of-contents .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.navbar .navbar-nav .gform_wrapper.gravity-theme .wp-block-page-list .gform_next_button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .gform_wrapper.gravity-theme .gform_next_button.wp-block-pages-list__item__link,
.gform_wrapper.gravity-theme .navbar .navbar-nav .nav-link.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .yoast-table-of-contents a.gform_next_button,
.yoast-table-of-contents .gform_wrapper.gravity-theme .navbar .navbar-nav a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .wp-block-page-list .gform_next_button.wp-block-pages-list__item__link,
.wp-block-page-list .gform_wrapper.gravity-theme .navbar .navbar-nav .gform_next_button.wp-block-pages-list__item__link,
.navbar .navbar-nav .gform_wrapper.gravity-theme .nav-link.gform_previous_button,
.navbar .navbar-nav .gform_wrapper.gravity-theme .yoast-table-of-contents a.gform_previous_button,
.yoast-table-of-contents .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.navbar .navbar-nav .gform_wrapper.gravity-theme .wp-block-page-list .gform_previous_button.wp-block-pages-list__item__link,
.wp-block-page-list .navbar .navbar-nav .gform_wrapper.gravity-theme .gform_previous_button.wp-block-pages-list__item__link,
.gform_wrapper.gravity-theme .navbar .navbar-nav .nav-link.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .yoast-table-of-contents a.gform_previous_button,
.yoast-table-of-contents .gform_wrapper.gravity-theme .navbar .navbar-nav a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .wp-block-page-list .gform_previous_button.wp-block-pages-list__item__link,
.wp-block-page-list .gform_wrapper.gravity-theme .navbar .navbar-nav .gform_previous_button.wp-block-pages-list__item__link, .navbar .navbar-nav .post-type .post-taxonomy li a.btn, .navbar .navbar-nav .post-type .post-taxonomy li .wp-block-button a.wp-block-button__link, .wp-block-button .navbar .navbar-nav .post-type .post-taxonomy li a.wp-block-button__link, .navbar .navbar-nav .post-type .post-taxonomy li .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .post-type .post-taxonomy li .wp-block-button__link + a.added_to_cart, .navbar .navbar-nav .post-type .post-taxonomy li .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .post-type .post-taxonomy li .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .post-type .post-taxonomy li a.button.alt,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce a.button,
.woocommerce .navbar .navbar-nav .post-type .post-taxonomy li a.button,
.navbar .navbar-nav .post-type .post-taxonomy .woocommerce ul.products li.product a.button,
.woocommerce ul.products .navbar .navbar-nav .post-type .post-taxonomy li.product a.button,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .post-type .post-taxonomy li a[href].button.add_to_cart_button,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .post-type .post-taxonomy li a.button.checkout-button.alt,
.navbar .navbar-nav .post-type .post-taxonomy li .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .post-type .post-taxonomy li a.button, .navbar .navbar-nav .post-type .post-taxonomy li body #gdprc_bar a.gdprc_button, body #gdprc_bar .navbar .navbar-nav .post-type .post-taxonomy li a.gdprc_button, .navbar .navbar-nav .post-type .post-taxonomy li body #gdprc_settings a.gdprc_button, body #gdprc_settings .navbar .navbar-nav .post-type .post-taxonomy li a.gdprc_button, .navbar .navbar-nav .post-type .post-taxonomy li .gform_wrapper.gravity-theme a.gform_button, .gform_wrapper.gravity-theme .navbar .navbar-nav .post-type .post-taxonomy li a.gform_button,
.navbar .navbar-nav .post-type .post-taxonomy li .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .post-type .post-taxonomy li a.gform_next_button,
.navbar .navbar-nav .post-type .post-taxonomy li .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .post-type .post-taxonomy li a.gform_previous_button, .post-type .post-taxonomy li .navbar .navbar-nav a.btn, .post-type .post-taxonomy li .navbar .navbar-nav .wp-block-button a.wp-block-button__link, .wp-block-button .post-type .post-taxonomy li .navbar .navbar-nav a.wp-block-button__link, .post-type .post-taxonomy li .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .post-type .post-taxonomy li .navbar .navbar-nav .wp-block-button__link + a.added_to_cart, .post-type .post-taxonomy li .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .post-type .post-taxonomy li .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .post-type .post-taxonomy li .navbar .navbar-nav a.button.alt,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce a.button,
.woocommerce .post-type .post-taxonomy li .navbar .navbar-nav a.button,
.post-type .post-taxonomy .woocommerce ul.products li.product .navbar .navbar-nav a.button,
.woocommerce ul.products .post-type .post-taxonomy li.product .navbar .navbar-nav a.button,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .post-type .post-taxonomy li .navbar .navbar-nav a[href].button.add_to_cart_button,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .post-type .post-taxonomy li .navbar .navbar-nav a.button.checkout-button.alt,
.post-type .post-taxonomy li .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .post-type .post-taxonomy li .navbar .navbar-nav a.button, .post-type .post-taxonomy li .navbar .navbar-nav body #gdprc_bar a.gdprc_button, body #gdprc_bar .post-type .post-taxonomy li .navbar .navbar-nav a.gdprc_button, .post-type .post-taxonomy li .navbar .navbar-nav body #gdprc_settings a.gdprc_button, body #gdprc_settings .post-type .post-taxonomy li .navbar .navbar-nav a.gdprc_button, .post-type .post-taxonomy li .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button, .gform_wrapper.gravity-theme .post-type .post-taxonomy li .navbar .navbar-nav a.gform_button,
.post-type .post-taxonomy li .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .post-type .post-taxonomy li .navbar .navbar-nav a.gform_next_button,
.post-type .post-taxonomy li .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .post-type .post-taxonomy li .navbar .navbar-nav a.gform_previous_button, .navbar .navbar-nav .widget_recent_entries a.btn, .navbar .navbar-nav .widget_recent_entries .wp-block-button a.wp-block-button__link, .wp-block-button .navbar .navbar-nav .widget_recent_entries a.wp-block-button__link, .navbar .navbar-nav .widget_recent_entries .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .widget_recent_entries .wp-block-button__link + a.added_to_cart, .navbar .navbar-nav .widget_recent_entries .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .widget_recent_entries .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_recent_entries .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .widget_recent_entries a.button.alt,
.navbar .navbar-nav .widget_recent_entries .woocommerce a.button,
.woocommerce .navbar .navbar-nav .widget_recent_entries a.button,
.navbar .navbar-nav .widget_recent_entries .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .widget_recent_entries a.button,
.navbar .navbar-nav .widget_recent_entries .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .widget_recent_entries a[href].button.add_to_cart_button,
.navbar .navbar-nav .widget_recent_entries .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .widget_recent_entries a.button.checkout-button.alt,
.navbar .navbar-nav .widget_recent_entries .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .widget_recent_entries a.button, .navbar .navbar-nav .widget_recent_entries body #gdprc_bar a.gdprc_button, body #gdprc_bar .navbar .navbar-nav .widget_recent_entries a.gdprc_button, .navbar .navbar-nav .widget_recent_entries body #gdprc_settings a.gdprc_button, body #gdprc_settings .navbar .navbar-nav .widget_recent_entries a.gdprc_button, .navbar .navbar-nav .widget_recent_entries .gform_wrapper.gravity-theme a.gform_button, .gform_wrapper.gravity-theme .navbar .navbar-nav .widget_recent_entries a.gform_button,
.navbar .navbar-nav .widget_recent_entries .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_recent_entries a.gform_next_button,
.navbar .navbar-nav .widget_recent_entries .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_recent_entries a.gform_previous_button, .widget_recent_entries .navbar .navbar-nav a.btn, .widget_recent_entries .navbar .navbar-nav .wp-block-button a.wp-block-button__link, .wp-block-button .widget_recent_entries .navbar .navbar-nav a.wp-block-button__link, .widget_recent_entries .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button.is-style-fill .widget_recent_entries .navbar .navbar-nav .wp-block-button__link + a.added_to_cart, .widget_recent_entries .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .widget_recent_entries .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_recent_entries .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .widget_recent_entries .navbar .navbar-nav a.button.alt,
.widget_recent_entries .navbar .navbar-nav .woocommerce a.button,
.woocommerce .widget_recent_entries .navbar .navbar-nav a.button,
.widget_recent_entries .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .widget_recent_entries .navbar .navbar-nav a.button,
.widget_recent_entries .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .widget_recent_entries .navbar .navbar-nav a[href].button.add_to_cart_button,
.widget_recent_entries .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .widget_recent_entries .navbar .navbar-nav a.button.checkout-button.alt,
.widget_recent_entries .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .widget_recent_entries .navbar .navbar-nav a.button, .widget_recent_entries .navbar .navbar-nav body #gdprc_bar a.gdprc_button, body #gdprc_bar .widget_recent_entries .navbar .navbar-nav a.gdprc_button, .widget_recent_entries .navbar .navbar-nav body #gdprc_settings a.gdprc_button, body #gdprc_settings .widget_recent_entries .navbar .navbar-nav a.gdprc_button, .widget_recent_entries .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button, .gform_wrapper.gravity-theme .widget_recent_entries .navbar .navbar-nav a.gform_button,
.widget_recent_entries .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .widget_recent_entries .navbar .navbar-nav a.gform_next_button,
.widget_recent_entries .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_recent_entries .navbar .navbar-nav a.gform_previous_button,
.navbar .navbar-nav .widget_archive a.btn,
.navbar .navbar-nav .widget_archive .wp-block-button a.wp-block-button__link,
.wp-block-button .navbar .navbar-nav .widget_archive a.wp-block-button__link,
.navbar .navbar-nav .widget_archive .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .widget_archive .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_archive .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .widget_archive .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_archive .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .widget_archive a.button.alt,
.navbar .navbar-nav .widget_archive .woocommerce a.button,
.woocommerce .navbar .navbar-nav .widget_archive a.button,
.navbar .navbar-nav .widget_archive .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .widget_archive a.button,
.navbar .navbar-nav .widget_archive .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .widget_archive a[href].button.add_to_cart_button,
.navbar .navbar-nav .widget_archive .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .widget_archive a.button.checkout-button.alt,
.navbar .navbar-nav .widget_archive .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .widget_archive a.button,
.navbar .navbar-nav .widget_archive body #gdprc_bar a.gdprc_button,
body #gdprc_bar .navbar .navbar-nav .widget_archive a.gdprc_button,
.navbar .navbar-nav .widget_archive body #gdprc_settings a.gdprc_button,
body #gdprc_settings .navbar .navbar-nav .widget_archive a.gdprc_button,
.navbar .navbar-nav .widget_archive .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_archive a.gform_button,
.navbar .navbar-nav .widget_archive .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_archive a.gform_next_button,
.navbar .navbar-nav .widget_archive .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_archive a.gform_previous_button,
.widget_archive .navbar .navbar-nav a.btn,
.widget_archive .navbar .navbar-nav .wp-block-button a.wp-block-button__link,
.wp-block-button .widget_archive .navbar .navbar-nav a.wp-block-button__link,
.widget_archive .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_archive .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_archive .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_archive .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_archive .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .widget_archive .navbar .navbar-nav a.button.alt,
.widget_archive .navbar .navbar-nav .woocommerce a.button,
.woocommerce .widget_archive .navbar .navbar-nav a.button,
.widget_archive .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .widget_archive .navbar .navbar-nav a.button,
.widget_archive .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .widget_archive .navbar .navbar-nav a[href].button.add_to_cart_button,
.widget_archive .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .widget_archive .navbar .navbar-nav a.button.checkout-button.alt,
.widget_archive .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .widget_archive .navbar .navbar-nav a.button,
.widget_archive .navbar .navbar-nav body #gdprc_bar a.gdprc_button,
body #gdprc_bar .widget_archive .navbar .navbar-nav a.gdprc_button,
.widget_archive .navbar .navbar-nav body #gdprc_settings a.gdprc_button,
body #gdprc_settings .widget_archive .navbar .navbar-nav a.gdprc_button,
.widget_archive .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .widget_archive .navbar .navbar-nav a.gform_button,
.widget_archive .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .widget_archive .navbar .navbar-nav a.gform_next_button,
.widget_archive .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_archive .navbar .navbar-nav a.gform_previous_button,
.navbar .navbar-nav .widget_categories a.btn,
.navbar .navbar-nav .widget_categories .wp-block-button a.wp-block-button__link,
.wp-block-button .navbar .navbar-nav .widget_categories a.wp-block-button__link,
.navbar .navbar-nav .widget_categories .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .widget_categories .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_categories .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .widget_categories .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_categories .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .widget_categories a.button.alt,
.navbar .navbar-nav .widget_categories .woocommerce a.button,
.woocommerce .navbar .navbar-nav .widget_categories a.button,
.navbar .navbar-nav .widget_categories .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .widget_categories a.button,
.navbar .navbar-nav .widget_categories .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .widget_categories a[href].button.add_to_cart_button,
.navbar .navbar-nav .widget_categories .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .widget_categories a.button.checkout-button.alt,
.navbar .navbar-nav .widget_categories .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .widget_categories a.button,
.navbar .navbar-nav .widget_categories body #gdprc_bar a.gdprc_button,
body #gdprc_bar .navbar .navbar-nav .widget_categories a.gdprc_button,
.navbar .navbar-nav .widget_categories body #gdprc_settings a.gdprc_button,
body #gdprc_settings .navbar .navbar-nav .widget_categories a.gdprc_button,
.navbar .navbar-nav .widget_categories .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_categories a.gform_button,
.navbar .navbar-nav .widget_categories .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_categories a.gform_next_button,
.navbar .navbar-nav .widget_categories .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_categories a.gform_previous_button,
.widget_categories .navbar .navbar-nav a.btn,
.widget_categories .navbar .navbar-nav .wp-block-button a.wp-block-button__link,
.wp-block-button .widget_categories .navbar .navbar-nav a.wp-block-button__link,
.widget_categories .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_categories .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_categories .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_categories .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_categories .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .widget_categories .navbar .navbar-nav a.button.alt,
.widget_categories .navbar .navbar-nav .woocommerce a.button,
.woocommerce .widget_categories .navbar .navbar-nav a.button,
.widget_categories .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .widget_categories .navbar .navbar-nav a.button,
.widget_categories .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .widget_categories .navbar .navbar-nav a[href].button.add_to_cart_button,
.widget_categories .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .widget_categories .navbar .navbar-nav a.button.checkout-button.alt,
.widget_categories .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .widget_categories .navbar .navbar-nav a.button,
.widget_categories .navbar .navbar-nav body #gdprc_bar a.gdprc_button,
body #gdprc_bar .widget_categories .navbar .navbar-nav a.gdprc_button,
.widget_categories .navbar .navbar-nav body #gdprc_settings a.gdprc_button,
body #gdprc_settings .widget_categories .navbar .navbar-nav a.gdprc_button,
.widget_categories .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .widget_categories .navbar .navbar-nav a.gform_button,
.widget_categories .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .widget_categories .navbar .navbar-nav a.gform_next_button,
.widget_categories .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_categories .navbar .navbar-nav a.gform_previous_button,
.navbar .navbar-nav .widget_meta a.btn,
.navbar .navbar-nav .widget_meta .wp-block-button a.wp-block-button__link,
.wp-block-button .navbar .navbar-nav .widget_meta a.wp-block-button__link,
.navbar .navbar-nav .widget_meta .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .navbar .navbar-nav .widget_meta .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_meta .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .navbar .navbar-nav .widget_meta .wp-block-button__link + a.added_to_cart,
.navbar .navbar-nav .widget_meta .woocommerce a.button.alt,
.woocommerce .navbar .navbar-nav .widget_meta a.button.alt,
.navbar .navbar-nav .widget_meta .woocommerce a.button,
.woocommerce .navbar .navbar-nav .widget_meta a.button,
.navbar .navbar-nav .widget_meta .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .navbar .navbar-nav .widget_meta a.button,
.navbar .navbar-nav .widget_meta .woocommerce a[href].button.add_to_cart_button,
.woocommerce .navbar .navbar-nav .widget_meta a[href].button.add_to_cart_button,
.navbar .navbar-nav .widget_meta .woocommerce a.button.checkout-button.alt,
.woocommerce .navbar .navbar-nav .widget_meta a.button.checkout-button.alt,
.navbar .navbar-nav .widget_meta .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .navbar .navbar-nav .widget_meta a.button,
.navbar .navbar-nav .widget_meta body #gdprc_bar a.gdprc_button,
body #gdprc_bar .navbar .navbar-nav .widget_meta a.gdprc_button,
.navbar .navbar-nav .widget_meta body #gdprc_settings a.gdprc_button,
body #gdprc_settings .navbar .navbar-nav .widget_meta a.gdprc_button,
.navbar .navbar-nav .widget_meta .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_meta a.gform_button,
.navbar .navbar-nav .widget_meta .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_meta a.gform_next_button,
.navbar .navbar-nav .widget_meta .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .navbar .navbar-nav .widget_meta a.gform_previous_button,
.widget_meta .navbar .navbar-nav a.btn,
.widget_meta .navbar .navbar-nav .wp-block-button a.wp-block-button__link,
.wp-block-button .widget_meta .navbar .navbar-nav a.wp-block-button__link,
.widget_meta .navbar .navbar-nav .woocommerce .wp-block-button.is-style-fill .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button.is-style-fill .widget_meta .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_meta .navbar .navbar-nav .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + a.added_to_cart,
.woocommerce .wp-block-button:not([class*=is-style-]) .widget_meta .navbar .navbar-nav .wp-block-button__link + a.added_to_cart,
.widget_meta .navbar .navbar-nav .woocommerce a.button.alt,
.woocommerce .widget_meta .navbar .navbar-nav a.button.alt,
.widget_meta .navbar .navbar-nav .woocommerce a.button,
.woocommerce .widget_meta .navbar .navbar-nav a.button,
.widget_meta .navbar .navbar-nav .woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .widget_meta .navbar .navbar-nav a.button,
.widget_meta .navbar .navbar-nav .woocommerce a[href].button.add_to_cart_button,
.woocommerce .widget_meta .navbar .navbar-nav a[href].button.add_to_cart_button,
.widget_meta .navbar .navbar-nav .woocommerce a.button.checkout-button.alt,
.woocommerce .widget_meta .navbar .navbar-nav a.button.checkout-button.alt,
.widget_meta .navbar .navbar-nav .woocommerce #add-member-form a.button,
.woocommerce #add-member-form .widget_meta .navbar .navbar-nav a.button,
.widget_meta .navbar .navbar-nav body #gdprc_bar a.gdprc_button,
body #gdprc_bar .widget_meta .navbar .navbar-nav a.gdprc_button,
.widget_meta .navbar .navbar-nav body #gdprc_settings a.gdprc_button,
body #gdprc_settings .widget_meta .navbar .navbar-nav a.gdprc_button,
.widget_meta .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_button,
.gform_wrapper.gravity-theme .widget_meta .navbar .navbar-nav a.gform_button,
.widget_meta .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_next_button,
.gform_wrapper.gravity-theme .widget_meta .navbar .navbar-nav a.gform_next_button,
.widget_meta .navbar .navbar-nav .gform_wrapper.gravity-theme a.gform_previous_button,
.gform_wrapper.gravity-theme .widget_meta .navbar .navbar-nav a.gform_previous_button {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .navbar .container, .navbar .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .navbar .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover .navbar .wp-block-cover__inner-container {
    padding-right: 0;
  }
}

.navbar-toggler {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu-item-cart a,
.menu-item-login a {
  font-size: 0;
  position: relative;
}
.menu-item-cart a:before, .menu-item-cart a:after,
.menu-item-login a:before,
.menu-item-login a:after {
  font-size: 2rem;
}

.menu-item-cart .cart-count {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 32px;
  color: #0028B9;
  font-size: 11px;
  text-align: center;
}
@media (min-width: 768px) {
  .menu-item-cart .cart-count {
    width: 100%;
    color: white;
  }
}

.menu-item-cart a:before {
  content: "\e902";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
@media (min-width: 992px) {
  .menu-item-cart a:before {
    color: #0028B9;
  }
}

.menu-item-login a:before {
  content: "\e90b";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
@media (min-width: 992px) {
  .menu-item-login a:before {
    color: #0028B9;
  }
}

.menu-item-login a:after {
  content: "\e90c";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  color: #0028B9;
}
@media (min-width: 992px) {
  .menu-item-login a:after {
    color: #fff;
  }
}

.post-content > * {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 576px) {
  .post-content > * {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .post-content > * {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .post-content > * {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .post-content > * {
    max-width: 1140px;
  }
}
.post-content > .alignfull {
  max-width: none;
}
.post-content > .alignwide {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .post-content > .alignwide {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .post-content > .alignwide {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .post-content > .alignwide {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .post-content > .alignwide {
    max-width: 1140px;
  }
}
.post-content > :last-child:not(style):not(.alignfull):not(.has-background) {
  margin-bottom: 4rem;
}

.post-type .post-container {
  background: #fff;
  position: relative;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .post-type .post-container {
    padding: 1rem 1rem 0 1rem;
  }
}
.post-type .post-container .post-content {
  margin-top: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.post-type .post-image {
  width: 100%;
  height: auto;
}
.post-type.card .card-img-left, .yoast-table-of-contents > ul.post-type .card-img-left {
  flex: 0 1 calc(33.33% + 0);
  transition: 0.35s;
}
.post-type.card h1 a, .yoast-table-of-contents > ul.post-type h1 a, .post-type.card h2 a, .yoast-table-of-contents > ul.post-type h2 a, .post-type.card h3 a, .yoast-table-of-contents > ul.post-type h3 a, .post-type.card h4 a, .yoast-table-of-contents > ul.post-type h4 a, .post-type.card h5 a, .yoast-table-of-contents > ul.post-type h5 a {
  color: #161617;
}
.post-type.card.sticky, .yoast-table-of-contents > ul.post-type.sticky {
  background: #00C8A0;
}
.post-type .post-taxonomy {
  flex-direction: row;
  margin-left: -1rem;
  margin-right: -1rem;
}
.post-type .post-taxonomy li {
  padding-bottom: 0;
}
.post-type .post-meta {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: -0.5rem;
  align-items: center;
}
.post-type .post-meta li {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.post-type .post-meta li strong {
  display: block;
  color: #0028B9;
}
.post-type .post-meta li img {
  width: 100px;
}

body > footer {
  background: #CCF4EC;
  font-size: 1rem;
}
body > footer > .container, body > footer.wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .wp-block-cover body > footer > .wp-block-cover__inner-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body > footer a {
  color: inherit;
}
body > footer #socket {
  background: #f8f9fa;
}
body > footer #socket > .container, body > footer .wp-block-group[class*=wp-container-]#socket:not(.alignfull):not(.is-layout-flex) > *, body > footer .wp-block-cover #socket > .wp-block-cover__inner-container, .wp-block-cover body > footer #socket > .wp-block-cover__inner-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

body > header {
  background: #F9F9F9;
}
body > header .navbar {
  height: 93px;
}
body > header .topbar {
  height: 46px;
}

.post-header {
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 2rem;
  display: none;
}
@media (min-width: 992px) {
  .post-header {
    display: block;
  }
}
.post-header .container, .post-header .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > *, .post-header .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover .post-header .wp-block-cover__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.post-header-title {
  font-size: 1.125rem;
  margin: 0;
}

.hero {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #161617;
  color: #fff;
}

nav.pagination {
  justify-content: center;
}

.page-link {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0;
  height: 1rem;
  min-width: 1rem;
  text-align: center;
}
.page-link i, .page-link span {
  line-height: 1rem;
}
.page-link i {
  font-size: calc( 1rem - 6px );
  color: #00C8A0;
}
.page-link span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

ul {
  list-style: square;
}
.post-content-post ul {
  margin-left: 1.3rem;
}
ul.has-background {
  margin: 2rem 0;
}

ol {
  list-style: decimal;
}

.post-content > ul, .post-content > ol {
  padding-inline-start: 55px;
}

li {
  padding-bottom: 0.25rem;
}
li::marker {
  color: #00C8A0;
}

.cat-items {
  list-style: none;
  padding: 0;
}
.cat-items a {
  color: inherit;
  display: flex;
  align-items: center;
}
.cat-items a:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin-right: 0.25rem;
}
.cat-items a:hover {
  color: #00C8A0;
  text-decoration: none;
}
.cat-items ul.children {
  display: none;
  list-style: none;
  margin-top: 0.25rem;
}
.cat-items ul.children a:before {
  display: none;
}
.cat-items .current-cat > ul.children,
.cat-items .current-cat-ancestor > ul.children {
  display: block;
}
.cat-items li.current-cat > a {
  font-weight: 600;
}

@media (min-width: 768px) {
  .is-style-lead {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  color: inherit;
}
.has-primary-background-color h1 a:hover,
.has-primary-background-color h2 a:hover,
.has-primary-background-color h3 a:hover,
.has-primary-background-color h4 a:hover,
.has-primary-background-color h5 a:hover,
.has-primary-background-color h6 a:hover {
  color: #fff;
}
p:not([class]) + h1,
p:not([class]) + h2,
p:not([class]) + h3,
p:not([class]) + h4,
p:not([class]) + h5,
p:not([class]) + h6 {
  margin-top: 2rem;
}
.post-content-post h1,
.post-content-post h2,
.post-content-post h3,
.post-content-post h4,
.post-content-post h5,
.post-content-post h6 {
  margin-top: 2rem;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
}
.woocommerce-account h2 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.woocommerce-MyAccount-content a {
  color: #0028B9;
}

.has-underline-link a {
  text-decoration: underline;
}

.leapo-toasts {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
}

.tooltip-inner {
  background-color: #0028B9;
  color: white;
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin: 0.25rem 0;
}

.topbar {
  background: #CCF4EC;
  height: 46px;
  width: 100%;
  display: flex;
  align-items: center;
}
.admin-bar .topbar {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .topbar {
    margin-top: 46px;
  }
}

#topbar-register {
  position: fixed;
  top: 26px;
  right: 26px;
  z-index: 10;
  transform: scale(0);
  opacity: 0;
  transition: 0.35s;
}
@media (min-width: 768px) {
  .admin-bar #topbar-register {
    top: 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 782px) {
  .admin-bar #topbar-register {
    top: 72px;
  }
}
#topbar-register.active, .widget_recent_entries li[class*=current] a#topbar-register,
.widget_archive li[class*=current] a#topbar-register,
.widget_categories li[class*=current] a#topbar-register,
.widget_meta li[class*=current] a#topbar-register {
  transform: scale(1);
  opacity: 1;
}

#topbar-usps {
  font-size: 0.75rem;
}
#topbar-usps ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#topbar-usps li:before,
#topbar-usps strong {
  color: #0028B9;
}
#topbar-usps .splide__arrows {
  display: none;
}

.modal-content {
  padding: 2rem;
  z-index: 0;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 5rem;
  }
}
.modal-content:before {
  content: "";
  background-color: #fff;
  inset: 2rem;
  position: absolute;
  z-index: -1;
}
@media (min-width: 768px) {
  .modal-content:before {
    inset: 5rem;
  }
}

.modal-body p a {
  color: #0028B9;
  text-decoration: underline;
}

.modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

#modal_favorite .icon-heart {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#modal_favorite .icon-heart:before {
  font-size: 4rem;
}
#modal_favorite .modal-body {
  padding: 0 2rem 2rem 2rem;
}
#modal_favorite .modal-header {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  padding: 2rem 2rem 0;
}
#modal_favorite .modal-header * {
  text-align: center;
}
#modal_favorite .modal-footer {
  justify-content: center;
  border-top: 1px solid #EAEAEA;
  padding: 2rem;
}

#modal_results_share .icon-forward {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#modal_results_share .icon-forward:before {
  font-size: 4rem;
}
#modal_results_share .modal-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding: 2rem 2rem 0;
}
#modal_results_share .modal-header * {
  text-align: center;
}
#modal_results_share .modal-body {
  padding: 0 2rem 2rem 2rem;
}

div.facetwp-facet {
  margin-bottom: 0;
}
div.facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
div.facetwp-facet .facetwp-counter {
  opacity: 0.65;
  font-size: 0.75rem;
}
div.facetwp-facet .facetwp-toggle {
  border: 1px solid #EAEAEA;
  padding: 0.25rem 0.65rem;
  margin: 0.75rem auto 0;
  font-size: 0.75rem;
  color: #161617;
}
div.facetwp-facet .facetwp-toggle:hover {
  background: #161617;
  border-color: #161617;
  color: #fff;
  text-decoration: none;
}
div.facetwp-facet.is-loading {
  opacity: 0.35;
  cursor: wait;
}

.facetwp-facet .facetwp-checkbox {
  padding: 0;
}
.facetwp-facet .facetwp-checkbox, .facetwp-facet .facetwp-checkbox.checked {
  background: none;
}
.facetwp-facet .facetwp-checkbox:before {
  content: "\e900";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: transparent;
  width: 18px;
  height: 18px;
  border: 2px solid #CCF4EC;
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 3px;
  font-size: 9px;
  position: relative;
  top: -3px;
}
.facetwp-facet .facetwp-checkbox.checked:before {
  color: #fff;
  background: #00C8A0;
  border-color: #00C8A0;
}

.facetwp-type-dropdown {
  position: relative;
}
.facetwp-type-fselect {
  position: relative;
}
.facetwp-type-fselect .fs-label-wrap .fs-label {
  padding: 0;
}
.facetwp-type-fselect .fs-wrap {
  width: 100%;
}
.facetwp-type-fselect .fs-arrow {
  display: none;
}
.facetwp-type-fselect .fs-dropdown {
  min-width: 250px;
  border-top: 1px solid #ddd;
}

.facetwp-facet-search .facetwp-icon {
  background: #0028B9;
  border-radius: 100%;
  height: 100%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  opacity: 1;
}
.facetwp-facet-search .facetwp-icon.f-loading {
  background: transparent;
}
.facetwp-facet-search .facetwp-icon:not(.f-loading):before {
  content: "\e911";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  color: white;
  width: 50px;
  font-size: 50px;
}

.facetwp-type-slider .facetwp-slider {
  background: #CCF4EC;
  border: none;
  border-radius: 8px;
  height: 8px;
}
.facetwp-type-slider .facetwp-slider .noUi-connect {
  background: #00C8A0;
}
.facetwp-type-slider .facetwp-slider .noUi-handle {
  background: #00C8A0;
  border: none;
  border-radius: 100%;
  top: -6px;
}
.facetwp-type-slider .facetwp-slider-label {
  font-size: 0.75rem;
  opacity: 0.65;
}
.facetwp-type-slider .facetwp-slider-reset {
  display: none;
}

.facetwp-facet.facetwp-facet-results_count {
  font-size: 0.75rem;
}

.facetwp-flyout {
  width: 325px;
}
.facetwp-flyout-open {
  background: transparent;
  border: none;
  color: #0028B9;
}
@media (min-width: 768px) {
  .facetwp-flyout-open {
    display: none;
  }
}
.facetwp-flyout-open:after {
  content: "\e901";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: currentColor;
  margin-left: 0.5rem;
}

.facetwp-flyout .facetwp-flyout-content {
  padding: 0 1rem;
}

.facetwp-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.facetwp-pager .facetwp-page {
  background: #EAEAEA;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0;
  margin: 0 0.25rem;
}
.facetwp-pager .facetwp-page:hover {
  background: #ced4da;
}
.facetwp-pager .facetwp-page:not(.prev):not(.next) {
  width: 13px;
  height: 13px;
}
.has-page-numbers .facetwp-pager .facetwp-page:not(.prev):not(.next) {
  padding: 0 0.25rem;
  width: auto;
  min-width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  background-color: transparent;
  color: #0028B9;
  text-decoration: none;
}
.facetwp-pager .facetwp-page:not(.prev):not(.next).active, .facetwp-pager .widget_recent_entries li[class*=current] a.facetwp-page:not(.prev):not(.next), .widget_recent_entries li[class*=current] .facetwp-pager a.facetwp-page:not(.prev):not(.next),
.facetwp-pager .widget_archive li[class*=current] a.facetwp-page:not(.prev):not(.next),
.widget_archive li[class*=current] .facetwp-pager a.facetwp-page:not(.prev):not(.next),
.facetwp-pager .widget_categories li[class*=current] a.facetwp-page:not(.prev):not(.next),
.widget_categories li[class*=current] .facetwp-pager a.facetwp-page:not(.prev):not(.next),
.facetwp-pager .widget_meta li[class*=current] a.facetwp-page:not(.prev):not(.next),
.widget_meta li[class*=current] .facetwp-pager a.facetwp-page:not(.prev):not(.next) {
  background: #0028B9;
}
.has-page-numbers .facetwp-pager .facetwp-page:not(.prev):not(.next).active, .has-page-numbers .facetwp-pager .widget_recent_entries li[class*=current] a.facetwp-page:not(.prev):not(.next), .widget_recent_entries li[class*=current] .has-page-numbers .facetwp-pager a.facetwp-page:not(.prev):not(.next),
.has-page-numbers .facetwp-pager .widget_archive li[class*=current] a.facetwp-page:not(.prev):not(.next),
.widget_archive li[class*=current] .has-page-numbers .facetwp-pager a.facetwp-page:not(.prev):not(.next),
.has-page-numbers .facetwp-pager .widget_categories li[class*=current] a.facetwp-page:not(.prev):not(.next),
.widget_categories li[class*=current] .has-page-numbers .facetwp-pager a.facetwp-page:not(.prev):not(.next),
.has-page-numbers .facetwp-pager .widget_meta li[class*=current] a.facetwp-page:not(.prev):not(.next),
.widget_meta li[class*=current] .has-page-numbers .facetwp-pager a.facetwp-page:not(.prev):not(.next) {
  background: #CCF4EC;
}
.facetwp-pager .facetwp-page.prev, .facetwp-pager .facetwp-page.next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 30px;
  text-align: center;
  margin: 0 0.5rem;
}
.facetwp-pager .facetwp-page.prev:before, .facetwp-pager .facetwp-page.next:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
}
.facetwp-pager .facetwp-page.prev:before {
  transform: rotate(180deg);
}

.gform_wrapper.gravity-theme .gform_fields {
  list-style: none;
  padding: 0;
}
.gform_wrapper.gravity-theme .gform_validation_container {
  display: none !important;
}
.gform_wrapper.gravity-theme input[type=checkbox],
.gform_wrapper.gravity-theme input[type=radio] {
  display: none !important;
}
.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input) {
  min-width: 100px;
}
.gform_wrapper.gravity-theme .gform_wrapper button[type=submit] {
  padding: 1.5rem 4.5rem;
}
.gform_wrapper.gravity-theme ul li.gfield {
  padding-right: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper.gravity-theme li.hidden_label input {
  margin-top: 0 !important;
}
.gform_wrapper.gravity-theme .top_label div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper.gravity-theme textarea {
  resize: none;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem !important;
}
.gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
  color: #6c757d;
}
.gform_wrapper.gravity-theme textarea::placeholder {
  color: #6c757d;
}
.gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z' fill='%2300C8A0'/%3E%3C/svg%3E") right 1rem center/2rem 2rem no-repeat;
  -webkit-appearance: none;
  padding: 0 1.5rem !important;
}
.gform_wrapper.gravity-theme.gravity-theme .gfield .ginput_container_time {
  min-width: 100px;
}
.gform_wrapper.gravity-theme .gform_footer {
  padding: 0 !important;
  margin: 1rem 0 0 0 !important;
}
.gform_wrapper.gravity-theme li.hidden_label label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gform_wrapper.gravity-theme .gform_description {
  display: block;
  margin-bottom: 0.5rem;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload input {
  border: 1px solid #E5E5E5;
  padding: 0.75rem 1.5rem;
  color: inherit;
  width: auto;
}
.gform_wrapper.gravity-theme input[type=checkbox],
.gform_wrapper.gravity-theme input[type=radio] {
  display: none !important;
}
.gform_wrapper.gravity-theme input[type=checkbox] + label,
.gform_wrapper.gravity-theme input[type=radio] + label {
  font-weight: 400;
}
.gform_wrapper.gravity-theme input[type=checkbox] + label:before,
.gform_wrapper.gravity-theme input[type=radio] + label:before {
  content: "\e904";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 0.25rem;
  position: relative;
  top: 3px;
  font-size: 24px;
  color: #0028B9;
}
.gform_wrapper.gravity-theme input[type=checkbox]:checked + label:before,
.gform_wrapper.gravity-theme input[type=radio]:checked + label:before {
  content: "\e903";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0028B9;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  min-height: 50px;
  height: auto;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-search-input {
  color: inherit;
  font-family: inherit;
  font-size: 0.75rem;
}
.gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-search-input {
  height: auto;
  margin: 0;
}
.gform_wrapper.gravity-theme div.gfield_password_strength {
  font-size: 0;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: none !important;
  margin: -2rem 1.5rem 1rem auto;
  position: relative;
  border-color: transparent;
}
.gform_wrapper.gravity-theme div.gfield_password_strength.strong {
  background-color: #00C8A0;
}
.gform_wrapper.gravity-theme div.gfield_password_strength.good {
  background-color: #FF7348;
}
.gform_wrapper.gravity-theme div.gfield_password_strength.bad, .gform_wrapper.gravity-theme div.gfield_password_strength.short {
  background-color: #dc3545;
}
.gform_wrapper.gravity-theme div.gfield_password_strength.blank {
  display: none;
}
.gform_wrapper.gravity-theme .gform_ajax_spinner {
  margin-left: 2rem;
}
.gform_wrapper.gravity-theme .gfield_html > :first-child {
  margin-top: 0;
}
.gform_wrapper.gravity-theme .gfield_html > :last-child {
  margin-bottom: 0;
}

.gform_wrapper.gravity-theme form.register .gform_page_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
}
.gform_wrapper.gravity-theme form.register #gform_page_3_1 .gform_page_footer {
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}
.gform_wrapper.gravity-theme form.register #gform_page_3_2 h2, .gform_wrapper.gravity-theme form.register #gform_page_3_2 h3,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 h2,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 h3 {
  padding-right: 4rem;
}
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_page_footer:before,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_page_footer:before {
  content: "1 van 2";
  color: #0028B9;
  position: absolute;
  right: 32px;
  top: 32px;
}
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_button:hover {
  color: #0028B9 !important;
}
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_page_footer:before {
  content: "2 van 2";
}
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_page_footer,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_page_footer {
  padding: 0;
  margin: 2rem 0 0 0;
}
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_next_button,
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_submit_button,
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_previous_button,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_next_button,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_submit_button,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_previous_button {
  background: transparent;
  color: #0028B9;
  border: none;
  padding: 0;
  margin: 0;
}
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_next_button:after,
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_submit_button:after,
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_previous_button:after,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_next_button:after,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_submit_button:after,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_previous_button:after {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5rem;
}
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_previous_button:after,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_previous_button:after {
  display: none;
}
.gform_wrapper.gravity-theme form.register #gform_page_3_2 .gform_previous_button:before,
.gform_wrapper.gravity-theme form.register #gform_page_3_3 .gform_previous_button:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
  transform: rotate(180deg);
  display: inline-block;
}

.gform_wrapper.gravity-theme.gf_login_form {
  margin-top: 2rem;
}
.gform_wrapper.gravity-theme.gf_login_form .gform_footer {
  margin: 0 !important;
}
body #gdprc_bar .container .gdprc_content__title, body #gdprc_bar .wp-block-group[class*=wp-container-]:not(.alignfull):not(.is-layout-flex) > * .gdprc_content__title, body #gdprc_bar .wp-block-cover .wp-block-cover__inner-container .gdprc_content__title, .wp-block-cover body #gdprc_bar .wp-block-cover__inner-container .gdprc_content__title,
body #gdprc_settings .gdprc_header__title {
  font-weight: normal;
}
body #gdprc_settings {
  padding: 0;
}

.woocommerce .summary form.cart {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .woocommerce .summary .woocommerce-product-details__short-description {
    max-width: 400px;
  }
}

.woocommerce-product-gallery__image {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 1rem 1rem 0;
}

.woocommerce button.button[name=update_cart],
.woocommerce button.button.regenerate-link[type=submit] {
  background-color: transparent;
}

.woocommerce .button.loading {
  padding-right: 3rem !important;
}

.woocommerce td.product-quantity {
  text-align: center;
}
.woocommerce td.product-quantity .qty {
  display: inline-block;
}

.woocommerce .quantity .qty {
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce .wp-block-button.is-style-fill .wp-block-button__link.loading:after, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.loading:after {
  font-family: WooCommerce;
  content: "\e031";
  animation: spin 2s linear infinite;
  display: inline-block;
  width: auto;
  height: auto;
}
.woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added {
  font-size: 0;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  pointer-events: none;
}
.woocommerce .wp-block-button.is-style-fill .wp-block-button__link.added:after, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link.added:after {
  font-family: WooCommerce;
  content: "\e017";
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 1rem;
}
.woocommerce .wp-block-button.is-style-fill .wp-block-button__link + .added_to_cart, .woocommerce .wp-block-button:not([class*=is-style-]) .wp-block-button__link + .added_to_cart {
  text-decoration: underline;
  color: #0028B9;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: 600;
  font-size: 1.5rem;
  color: inherit;
}

ul.products {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
}
ul.products > li.product {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul.products > li.product img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.products > li.product > .woocommerce-loop-product__link {
  width: 100%;
}
.woocommerce ul.products > li.product a,
.woocommerce ul.products > li.product .price {
  color: inherit;
}
.woocommerce ul.products > li.product .price {
  margin-bottom: 1rem;
}
.woocommerce ul.products > li.product a img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.25s;
  padding: 2rem;
}
.woocommerce ul.products > li.product a img:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
}
.woocommerce ul.products > li.product .button {
  margin-top: auto;
}
.related ul.products > li.product .button {
  display: none;
}

.woocommerce div.product .wc-tabs-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce div.product .wc-tabs-wrapper ul.wc-tabs {
  border-bottom: 1px solid #0028B9;
  padding: 0;
  display: flex;
  justify-content: space-between;
  column-gap: 0.25rem;
}
.woocommerce div.product .wc-tabs-wrapper ul.wc-tabs:before {
  display: none;
}
.woocommerce div.product .wc-tabs-wrapper ul.wc-tabs > li {
  padding: 0;
  margin: 0;
  border: none;
  flex: 1;
}
.woocommerce div.product .wc-tabs-wrapper ul.wc-tabs > li:before, .woocommerce div.product .wc-tabs-wrapper ul.wc-tabs > li:after {
  display: none;
}
.woocommerce div.product .wc-tabs-wrapper ul.wc-tabs > li > a {
  padding: 1rem 2rem;
  background: #EAEAEA;
  color: #161617;
  display: block;
  text-align: center;
}
.woocommerce div.product .wc-tabs-wrapper ul.wc-tabs > li.active > a {
  background: #00C8A0;
}

.woocommerce-info,
.woocommerce-notice,
.woocommerce-message,
.woocommerce-error {
  border: none;
  padding: 1rem 2rem 1rem 4rem;
  background: #F9F9F9;
}
.woocommerce-info:before,
.woocommerce-notice:before,
.woocommerce-message:before,
.woocommerce-error:before {
  color: #0028B9;
}
.woocommerce-info p,
.woocommerce-notice p,
.woocommerce-message p,
.woocommerce-error p {
  margin: 0;
}

.woocommerce-error:before {
  color: #b90000;
}

.woocommerce-notice.woocommerce-thankyou-order-received {
  margin: 0 0 2rem 0;
}

.woocommerce table.shop_table {
  border: none;
  font-weight: 400;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 1rem;
}
.woocommerce table.shop_table a:not(.button) {
  color: inherit;
}
.woocommerce table.shop_table .remove {
  color: #00C8A0 !important;
}
.woocommerce table.shop_table .remove:hover {
  color: #f8f9fa !important;
  background: #00C8A0 !important;
}
@media (min-width: 992px) {
  .woocommerce table.shop_table .actions {
    padding: 2rem 0 0 0;
  }
}

.woocommerce .cart_totals {
  font-weight: 600;
}
.woocommerce .cart_totals h2 {
  display: none;
}
.woocommerce .cart_totals .wc-proceed-to-checkout {
  text-align: right;
}

.cart-collaterals {
  background: #f8f9fa;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cart-collaterals {
    min-width: calc(100% + 8rem);
    padding: 4rem;
    margin-left: -2rem;
    margin-top: 4rem;
  }
}

.woocommerce .checkout #ship-to-different-address {
  font-size: inherit;
}
.woocommerce .checkout #ship-to-different-address input {
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .woocommerce .checkout .col2-set .col-1, .woocommerce .checkout .woocommerce-page .col2-set .col-1 {
    width: 65%;
  }
}
.woocommerce .checkout .col2-set .col-2, .woocommerce .checkout .woocommerce-page .col2-set .col-2 {
  background: #F9F9F9;
  padding: 2rem;
}
@media (min-width: 992px) {
  .woocommerce .checkout .col2-set .col-2, .woocommerce .checkout .woocommerce-page .col2-set .col-2 {
    width: 35%;
  }
}
.woocommerce .checkout #payment {
  background-color: #F9F9F9;
}

#mini_order_review {
  font-size: 1rem;
  display: none;
}
@media (min-width: 992px) {
  #mini_order_review {
    display: block;
  }
}
#mini_order_review .shop_table label,
#mini_order_review .shop_table tfoot th,
#mini_order_review .shop_table strong,
#mini_order_review .shop_table .amount {
  font-weight: 500;
}
#mini_order_review .shop_table th,
#mini_order_review .shop_table td {
  border-top: none;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
#mini_order_review .shop_table thead,
#mini_order_review .shop_table tfoot .cart-subtotal {
  display: none;
}
#mini_order_review .shop_table .order-total {
  color: #0028B9;
}
#mini_order_review #payment {
  display: none;
}

.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #d9e1ff;
  color: inherit;
}

.woocommerce-ordering select, .woocommerce-ordering .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .chosen-choices, .gform_wrapper.gravity-theme .ginput_container_multiselect .chosen-container-multi .woocommerce-ordering .chosen-choices {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' opacity='.87'/%3E%3Cpath d='M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z' fill='%2300C8A0'/%3E%3C/svg%3E") right 1rem center/2rem 2rem no-repeat;
  -webkit-appearance: none;
  padding: 0 1.5rem !important;
}

.woocommerce .coupon label {
  display: none;
}
.woocommerce .coupon #coupon_code {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  background: transparent;
  min-width: 175px;
  margin-right: 1rem;
}
.woocommerce .coupon button.button {
  background: #f8f9fa;
  border-color: #f8f9fa;
  color: #0028B9;
}

@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 24%;
  }
}

.woocommerce-account .woocommerce-MyAccount-content {
  background-color: white;
  padding: 2rem;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 73%;
  }
}

.woocommerce .woocommerce-MyAccount-navigation {
  background: #0028B9;
  color: white;
  padding: 2rem;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation li {
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.woocommerce .woocommerce-MyAccount-navigation li > a {
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active > a {
  border-bottom: 1px solid #fff;
}

.woocommerce-account table {
  font-size: 1rem;
}
.woocommerce-account table .order-actions > a {
  text-align: left;
  font-weight: 600;
}

.woocommerce-account form.lost_reset_password .woocommerce-form-row {
  display: block;
  width: 100%;
}
.woocommerce-account form.edit-account > fieldset {
  display: none;
}
.woocommerce-account form.edit-account .acf-field {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-account form.login, .woocommerce-account form.register {
  padding: 0;
  border: none;
}
.woocommerce-account form.login .form-row:not(.form-row-wide), .woocommerce-account form.register .form-row:not(.form-row-wide) {
  align-items: flex-start;
}
.woocommerce-account form.login .lost_password {
  text-align: right;
  width: 50%;
  float: right;
  margin: 0;
}
.woocommerce-account form.login .lost_password a {
  font-size: 0.75rem;
  color: #6c757d;
}

.woocommerce-view-subscription.woocommerce-account table.shop_table.subscription_details, .woocommerce-view-subscription.woocommerce-account table.shop_table.order_details,
.woocommerce-view-subscription.woocommerce-account table .order-actions .view, .woocommerce-view-subscription.woocommerce-account table.shop_table.subscription_details + h2 {
  display: none;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-customer-details address {
  padding: 1rem;
  border: 1px solid #ced4da;
  margin-top: 1rem;
  border-radius: 0.25rem;
}
.woocommerce-account .woocommerce-Address h3,
.woocommerce-customer-details address h3 {
  font-size: 1.625rem;
}

.woocommerce table.my_account_orders .button,
.woocommerce-account .addresses .title a.edit,
.woocommerce-account .button.cancel {
  font-size: 1rem;
  font-weight: 400;
  background: none;
  color: #00C8A0;
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
}
.woocommerce table.my_account_orders .button:after,
.woocommerce-account .addresses .title a.edit:after,
.woocommerce-account .button.cancel:after {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: currentColor;
  transition: 0.25s;
  order: 1;
  margin-left: 0.2rem;
}
.woocommerce table.my_account_orders .button:hover, .woocommerce table.my_account_orders .button:active,
.woocommerce-account .addresses .title a.edit:hover,
.woocommerce-account .addresses .title a.edit:active,
.woocommerce-account .button.cancel:hover,
.woocommerce-account .button.cancel:active {
  text-decoration: none;
  background: none;
  color: #00C8A0;
}

.woocommerce table.my_account_orders .button,
.woocommerce-account .addresses .title a.edit {
  float: none;
  display: block;
  clear: both;
}

.woocommerce-account .addresses .title a.edit {
  margin: 0;
}

.woocommerce .col-1,
.woocommerce .col-2 {
  flex: 1;
  max-width: none;
  width: auto;
}

.woocommerce .form-row {
  display: flex;
  flex-direction: column;
}
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .select2-results__option--highlighted {
  background: #d9e1ff;
}

#reviews .woocommerce-Reviews-title {
  display: none;
}
/**
 * Related products
 */
.related.products,
.up-sells {
  clear: both;
}
.related.products h2,
.up-sells h2 {
  margin-bottom: 1.5rem;
}

#customer_details {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CCF4EC;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li {
  border: none;
  margin: 0 0.25rem;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > * {
  background: #EAEAEA;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0;
  margin: 0 0.25rem;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > *:hover {
  background: #ced4da;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > *:not(.next):not(.prev) {
  padding: 0 0.25rem;
  width: auto;
  min-width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  background-color: transparent;
  color: #0028B9;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > *:not(.next):not(.prev).current {
  background: #CCF4EC;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > *.next, .woocommerce nav.woocommerce-pagination ul.page-numbers > li > *.prev {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 0;
  text-align: center;
  margin: 0 0.5rem;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > *.next:before, .woocommerce nav.woocommerce-pagination ul.page-numbers > li > *.prev:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > *.prev:before {
  transform: rotate(180deg);
}

#wc-memberships-for-teams-teams-area {
  max-width: none;
  padding: 0;
}
#wc-memberships-for-teams-teams-area #registration-link_field,
#wc-memberships-for-teams-teams-area #team-name_field {
  align-items: flex-start;
}
#wc-memberships-for-teams-teams-area #registration-link_field .button,
#wc-memberships-for-teams-teams-area #team-name_field .button {
  margin-top: 1rem;
}
#wc-memberships-for-teams-teams-area #team-name-form,
#wc-memberships-for-teams-teams-area #registration-link-form {
  margin-bottom: 2rem;
}
#wc-memberships-for-teams-teams-area .regenerate-link:before {
  display: none;
}
#wc-memberships-for-teams-teams-area ul.views .current {
  font-weight: inherit;
}
#wc-memberships-for-teams-teams-area ul.views .actions a {
  font-weight: 500;
  text-align: center;
}

.woocommerce-account-join-team #customer_login {
  display: none;
}

.post-content-lesson-external {
  height: 100vh;
  border: 0;
  background: none;
  display: block;
}
@media (min-width: 992px) {
  .post-content-lesson-external {
    margin-top: -2rem;
  }
}

/**
* This is an index file!
* Don't add styles!
*/
/**
* This is an index file!
* Don't add styles!
*/
.wp-block-cb-carousel {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-cb-carousel .slick-arrow {
  position: static;
  transform: none;
  margin: 0 0.5rem;
  background: #EAEAEA !important;
  opacity: 1;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  display: inline-block;
  margin-top: 2rem;
}
.wp-block-cb-carousel .slick-arrow:hover {
  background: #ced4da !important;
}
.wp-block-cb-carousel .slick-arrow:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  right: -2px;
  font-size: 1.5rem;
  position: relative;
}
.wp-block-cb-carousel .slick-list {
  order: 1;
}
.wp-block-cb-carousel .slick-prev {
  order: 2;
}
.wp-block-cb-carousel .slick-prev:before {
  transform: rotate(180deg);
  right: 2px;
}
.wp-block-cb-carousel .slick-dots {
  order: 3;
  display: inline-block;
  width: auto;
  position: static;
  margin-top: 2rem;
}
.wp-block-cb-carousel .slick-dots li {
  margin: 0 0 10px 0;
}
.wp-block-cb-carousel .slick-dots button {
  background: #EAEAEA !important;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0;
  margin: 0 0.25rem;
  width: 13px;
  height: 13px;
}
.wp-block-cb-carousel .slick-dots button:before {
  display: none;
}
.wp-block-cb-carousel .slick-dots button:hover {
  background: #ced4da !important;
}
.wp-block-cb-carousel .slick-dots .slick-active button {
  background: #0028B9 !important;
}
.wp-block-cb-carousel .slick-next {
  order: 4;
}
.wp-block-cb-carousel.align-slides-center .slick-track {
  display: flex;
  align-items: center;
}
.wp-block-cb-carousel .wp-block-image {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wp-block-cb-carousel.is-style-logo-grid .wp-block-image img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .wp-block-cb-carousel.is-style-logo-grid .wp-block-image img {
    padding: 1.25rem;
  }
}

.wp-block-cb-slide > :first-child {
  margin-top: 0;
}
.wp-block-cb-slide > :last-child {
  margin-bottom: 0;
}

/**
* This is an index file!
* Don't add styles!
*/
/**
* DONT! Convert Gutenberg columns to Bootstrap columns
*/
div.wp-block-columns {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
div.wp-block-columns.has-background {
  padding: 2rem;
}
@media (min-width: 768px) {
  div.wp-block-columns.has-background {
    padding: 4rem;
  }
}
div.wp-block-columns.is-style-gutterless {
  gap: 0;
}
div.wp-block-columns div.wp-block-columns {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
div.wp-block-columns div.wp-block-columns.has-background {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}
div.wp-block-columns.alignfull {
  padding: 0;
  margin: 0;
}

.wp-block-column {
  margin-bottom: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .wp-block-column {
    margin-bottom: 0;
  }
}
.wp-block-column > :first-child {
  margin-top: 0;
}
.wp-block-column > :last-child {
  margin-bottom: 0;
}
.wp-block-column.has-background {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-column.has-background {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .is-style-gutterless > .wp-block-column.has-background {
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  .wp-block-column:not(:first-child) {
    margin-left: 2rem;
  }
  .is-style-border-spaced > .wp-block-column:not(:first-child) {
    margin-left: 4rem;
  }
  #footer-widgets .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.wp-block-column.is-style-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  background: #fff;
}
.is-style-gutterless > .wp-block-column {
  margin: 0 !important;
}
@media (min-width: 992px) {
  .is-style-gutterless > .wp-block-column {
    aspect-ratio: 6/5;
  }
}
@media (min-width: 768px) {
  .is-style-border > .wp-block-column, .is-style-border-spaced > .wp-block-column {
    position: relative;
  }
  .is-style-border > .wp-block-column:not(:first-child):after, .is-style-border-spaced > .wp-block-column:not(:first-child):after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1rem;
    top: 0;
    background: #CCF4EC;
  }
  .has-primary-background-color .is-style-border > .wp-block-column:not(:first-child):after, .has-secondary-background-color .is-style-border > .wp-block-column:not(:first-child):after, .has-highlight-background-color .is-style-border > .wp-block-column:not(:first-child):after, .has-dark-background-color .is-style-border > .wp-block-column:not(:first-child):after, .has-primary-background-color .is-style-border-spaced > .wp-block-column:not(:first-child):after, .has-secondary-background-color .is-style-border-spaced > .wp-block-column:not(:first-child):after, .has-highlight-background-color .is-style-border-spaced > .wp-block-column:not(:first-child):after, .has-dark-background-color .is-style-border-spaced > .wp-block-column:not(:first-child):after {
    background: #fff;
  }
  .single-lessonchannel .is-style-border > .wp-block-column:not(:first-child):after, .single-lessonchannel .is-style-border-spaced > .wp-block-column:not(:first-child):after {
    background: #EAEAEA;
  }
}
@media (min-width: 768px) {
  .is-style-border-spaced > .wp-block-column:not(:first-child):after {
    left: -2rem;
  }
}

p.column-tooltip.has-background {
  position: absolute;
  top: -25px;
  right: 25px;
  margin: 0;
  padding: 0.75rem 2rem;
}

.leapo-circle {
  width: 200px;
  height: 200px;
  border: 50px solid currentColor;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .leapo-circle {
    width: 300px;
    height: 300px;
    border: 75px solid currentColor;
  }
}
.leapo-circle--left-top {
  left: -100px;
  top: -100px;
}
@media (min-width: 992px) {
  .leapo-circle--left-top {
    left: -150px;
    top: -150px;
  }
}
.leapo-circle--left {
  left: -100px;
  top: calc(50% - 100px);
}
@media (min-width: 992px) {
  .leapo-circle--left {
    left: -150px;
    top: calc(50% - 150px);
  }
}
.leapo-circle--left-bottom {
  left: -100px;
  bottom: -100px;
}
@media (min-width: 992px) {
  .leapo-circle--left-bottom {
    left: -150px;
    bottom: -150px;
  }
}
.leapo-circle--right-top {
  right: -100px;
  top: -100px;
}
@media (min-width: 992px) {
  .leapo-circle--right-top {
    right: -150px;
    top: -150px;
  }
}
.leapo-circle--right {
  right: -100px;
  top: calc(50% - 100px);
}
@media (min-width: 992px) {
  .leapo-circle--right {
    right: -150px;
    top: calc(50% - 150px);
  }
}
.leapo-circle--right-bottom {
  right: -100px;
  bottom: -100px;
}
@media (min-width: 992px) {
  .leapo-circle--right-bottom {
    right: -150px;
    bottom: -150px;
  }
}

.wp-block-cover {
  position: relative;
  overflow: hidden;
  padding: 4rem;
  min-height: auto;
}
.wp-block-cover > img {
  transition: 0.25s;
}
.wp-block-post .wp-block-cover .wp-block-cover__inner-container .wp-block-image {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
}
.wp-block-post .wp-block-cover .wp-block-cover__inner-container .wp-block-image img {
  width: 60px;
}
.wp-block-cover.alignfull {
  padding: 6rem 0;
}
@media (min-width: 992px) {
  .wp-block-cover.alignfull .wp-block-cover__inner-container {
    padding: 0 6rem;
  }
}
.wp-block-cover .wp-block-cover__inner-container > :first-child {
  margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > :last-child {
  margin-bottom: 0;
}
.wp-block-cover--linked {
  cursor: pointer;
}
.wp-block-cover--linked:hover:not([class*=-background-color]) {
  background: #FF7348;
}
.wp-block-cover--linked:hover > img {
  opacity: 0;
}
.wp-block-cover--linked:hover .wp-block-button.is-style-link .wp-block-button__link:before {
  animation: moveChevron 1s infinite;
}

@media (min-width: 992px) {
  .wp-block-gallery {
    display: grid;
    grid-gap: 2rem;
  }
  .wp-block-gallery.columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .wp-block-gallery.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wp-block-gallery.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .wp-block-gallery.columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 992px) {
  .wp-block-gallery .wp-block-image {
    margin: 0 !important;
    width: auto !important;
  }
  .wp-block-gallery .wp-block-image:not(:first-child):after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1rem;
    top: 0;
    background: #fff;
  }
}

.wp-block-group {
  position: relative;
  overflow: hidden;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.wp-block-group.has-background {
  padding: 1rem;
}
@media (min-width: 992px) {
  .wp-block-group.has-background {
    padding: 2rem;
  }
}
.widget_block .wp-block-group.has-background {
  padding: 0.5rem;
}
.wp-block-group.alignfull, [data-align=full] > .wp-block-group {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .wp-block-group.alignfull, [data-align=full] > .wp-block-group {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.wp-block-group.alignfull.has-background, [data-align=full] > .wp-block-group.has-background {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .wp-block-group.alignfull.has-background, [data-align=full] > .wp-block-group.has-background {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wp-block-group.is-style-offset {
  margin-top: -6rem;
  background: transparent !important;
  z-index: 1;
}
.wp-block-group > :first-child {
  margin-top: 0;
}
.wp-block-group > :last-child {
  margin-bottom: 0;
}
.wp-block-group.overflow-visible {
  overflow: visible;
}

.wp-block-image {
  text-align: left;
}
.wp-block-image:not(.is-resized) img {
  height: auto;
}
.wp-block-image.is-style-shadow img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2rem;
  background: #fff;
  width: auto;
}
.wp-block-image.is-style-icon img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
li.type-lessonchannel .wp-block-image, li.type-maker .wp-block-image {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
}
li.type-lessonchannel .wp-block-image img, li.type-maker .wp-block-image img {
  background: white;
  padding: 0.25rem;
  width: 64px;
  height: auto;
}
.wp-block-image.leapo-channel-logo a {
  display: block;
}
.wp-block-image.leapo-channel-logo img {
  max-width: 125px;
  background: white;
  padding: 1rem;
  border: 1px solid #CCF4EC;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .wp-block-image.leapo-channel-logo img {
    max-width: 100%;
    width: 100%;
    padding: 3rem;
  }
}
.wp-block-image.leapo-channel-logo--minimal img {
  padding: 0;
  border: none;
  aspect-ratio: none;
}

figure.wp-block-image {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul.is-style-check {
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
}
ul.is-style-check li:before {
  content: "\e900";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00C8A0;
  margin-right: 0.5rem;
  font-size: 10px;
}

/**
* Convert Gutenberg Buttons to Bootstrap buttons
*/
.wp-block-button {
  display: inline-block;
}
.is-style-rectangle .wp-block-button .wp-block-button__link, .is-style-tabs .wp-block-button .wp-block-button__link {
  border-radius: 0;
}
.is-style-rectangle .wp-block-button .wp-block-button__link {
  text-transform: lowercase;
  font-weight: 400;
  padding: 0.15rem 0.25rem;
  font-size: 0.65rem;
}
.is-style-tabs .wp-block-button .wp-block-button__link {
  padding: 1rem 2rem;
  border: none;
}
.is-style-tabs .wp-block-button:not(.is-active) .wp-block-button__link:not(:active) {
  background: #EAEAEA !important;
  color: #161617 !important;
}
.is-style-tabs .wp-block-button:not(.is-active) .wp-block-button__link:not(:active):hover {
  background: #ced4da !important;
  color: #161617 !important;
}
.wp-block-button.has-text-color .wp-block-button__link {
  color: inherit;
}
.wp-block-button.has-background-color .wp-block-button__link {
  background: inherit;
}
.wp-block-button.is-style-fill .wp-block-button__link:not([class*=-color]), .wp-block-button:not([class*=is-style-]) .wp-block-button__link:not([class*=-color]) {
  color: #fff;
  background: #0028B9;
  border-color: #0028B9;
}
.wp-block-button.is-style-fill .wp-block-button__link:not([class*=-color]):hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link:not([class*=-color]):hover {
  background: transparent;
  border-color: #0028B9;
  color: #0028B9;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link:not([class*=-color]):hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link:not([class*=-color]):hover {
  background: #fff;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color:hover {
  background: transparent !important;
  border-color: #00C8A0 !important;
  color: #00C8A0 !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-primary-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-primary-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color:hover {
  background: transparent !important;
  border-color: #CCF4EC !important;
  color: #CCF4EC !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-secondary-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-secondary-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color:hover {
  background: transparent !important;
  border-color: #0028B9 !important;
  color: #0028B9 !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-highlight-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-highlight-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color:hover {
  background: transparent !important;
  border-color: #00C8A0 !important;
  color: #00C8A0 !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-success-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-success-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color:hover {
  background: transparent !important;
  border-color: #17a2b8 !important;
  color: #17a2b8 !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-info-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-info-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color:hover {
  background: transparent !important;
  border-color: #ffc107 !important;
  color: #ffc107 !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-warning-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-warning-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color:hover {
  background: transparent !important;
  border-color: #dc3545 !important;
  color: #dc3545 !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-danger-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-danger-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color:hover {
  background: transparent !important;
  border-color: #f8f9fa !important;
  color: #f8f9fa !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-light-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-light-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color:hover {
  background: transparent !important;
  border-color: #161617 !important;
  color: #161617 !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-dark-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-dark-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color:hover, .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color:hover {
  background: transparent !important;
  border-color: #FF7348 !important;
  color: #FF7348 !important;
}
.wp-block-cover .wp-block-button.is-style-fill .wp-block-button__link.has-orange-background-color:hover, .wp-block-cover .wp-block-button:not([class*=is-style-]) .wp-block-button__link.has-orange-background-color:hover {
  background: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not([class*=-color]):hover {
  background: #0028B9 !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-primary-color:hover {
  background: #00C8A0 !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-color:hover {
  background: #CCF4EC !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-highlight-color:hover {
  background: #0028B9 !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-success-color:hover {
  background: #00C8A0 !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-info-color:hover {
  background: #17a2b8 !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-warning-color:hover {
  background: #ffc107 !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-danger-color:hover {
  background: #dc3545 !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-light-color:hover {
  background: #f8f9fa !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-dark-color:hover {
  background: #161617 !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-orange-color:hover {
  background: #FF7348 !important;
  color: #fff !important;
}
.wp-block-button.is-style-link .wp-block-button__link {
  background-color: transparent !important;
  border: none;
  color: #0028B9;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.wp-block-button.is-style-link .wp-block-button__link:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: currentColor;
  transition: 0.25s;
  order: 1;
  margin-left: 0.5rem;
}
.wp-block-button.is-style-link .wp-block-button__link:hover:before {
  animation: moveChevron 1s infinite;
}
.is-style-tabs .wp-block-button {
  margin: 0;
}

.wp-block-buttons {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-flow: wrap;
}
.wp-block-buttons.is-style-rectangle {
  grid-gap: 0.125rem;
  margin-top: 0.5rem;
}
.wp-block-buttons.is-style-tabs {
  column-gap: 0.3333333333rem;
  border-bottom: 1px solid #0028B9;
}
.wp-block-buttons:not(.justify-content-end) > .wp-block-button:first-child.is-style-text {
  margin-left: -1.25rem;
}
.wp-block-buttons.justify-content-end > .wp-block-button:last-child:not(:first-child).is-style-text {
  margin-right: -1.25rem;
}

@keyframes moveChevron {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
.wp-block-media-text {
  margin-top: 2rem;
  margin-bottom: 2rem !important;
  grid-gap: 2rem;
  position: relative;
}
.wp-block-media-text .wp-block-media-text__media > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.wp-block-media-text .wp-block-media-text__media > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.wp-block-media-text .wp-block-media-text__media > a:hover:after {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 1rem 0;
  }
}
.wp-block-media-text .wp-block-media-text__content a {
  z-index: 2;
}

.wp-block-page-list {
  flex-direction: column;
  margin-left: -1rem;
  margin-right: -1rem;
}
.wp-block-page-list .wp-block-page-list__submenu-icon {
  display: none;
}
.wp-block-page-list .submenu-container {
  padding-left: 15px;
}
p.is-style-label {
  text-transform: uppercase;
  opacity: 0.65;
}
p.is-style-label + h1, p.is-style-label + h2, p.is-style-label + h3, p.is-style-label + h4, p.is-style-label + h5, p.is-style-label + h6 {
  margin-top: -0.5rem;
}

p.is-style-compact {
  line-height: 1.05;
}

p.has-background {
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  p.has-background {
    padding: 2rem;
  }
}

.wp-block-post-excerpt__more-link {
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 1.25rem;
  color: #0028B9;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-top: 1rem;
}
.type-lessonchannel .wp-block-post-excerpt__more-link, .type-maker .wp-block-post-excerpt__more-link {
  color: #000;
  margin: 0;
}
.wp-block-post-excerpt__more-link:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: currentColor;
  transition: 0.25s;
  order: 1;
  margin-left: 0.5rem;
}
.wp-block-post-excerpt__more-link:hover {
  text-decoration: none;
}
.wp-block-post-excerpt__more-link:hover:before {
  animation: moveChevron 1s infinite;
}

li.type-lessonchannel .wp-block-post-featured-image, li.type-maker .wp-block-post-featured-image {
  margin: 0;
  z-index: -1;
  transition: 0.35s;
}
li.type-lessonchannel .wp-block-post-featured-image,
li.type-lessonchannel .wp-block-post-featured-image img, li.type-maker .wp-block-post-featured-image,
li.type-maker .wp-block-post-featured-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
li.type-lessonchannel:hover .wp-block-post-featured-image img, li.type-maker:hover .wp-block-post-featured-image img {
  transform: scale(1.05);
}
.single-lessonmaterial li.type-lessonchannel .wp-block-post-featured-image {
  position: relative;
  width: 50%;
}

.wp-block-post-template.is-flex-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .wp-block-post-template.is-flex-container.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .wp-block-post-template.is-flex-container.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .wp-block-post-template.is-flex-container.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wp-block-post-template.is-flex-container > li {
  width: 100% !important;
}

.type-lessonchannel .wp-block-post-title, .type-maker .wp-block-post-title {
  margin: 0;
}

.wp-block-post.type-lessonchannel, .wp-block-post.type-maker {
  position: relative;
  overflow: hidden;
  min-height: auto;
  color: #000;
  z-index: 0;
  background: #00C8A0;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 16/9;
  padding-bottom: 0;
}
.wp-block-post.type-lessonchannel > .wp-block-group, .wp-block-post.type-maker > .wp-block-group {
  padding: 1.5rem;
  padding: 1rem 2rem;
  margin: 0 0 -4px 0;
  background: rgba(0, 200, 160, 0.9);
  width: 100%;
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .wp-block-post.type-lessonchannel > .wp-block-group, .wp-block-post.type-maker > .wp-block-group {
    padding: 2rem;
  }
}
.wp-block-post.type-lessonchannel:after, .wp-block-post.type-maker:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #00C8A0;
  transition: 0.35s;
  z-index: -1;
  opacity: 0;
}
.wp-block-post.type-lessonchannel:hover:after, .wp-block-post.type-maker:hover:after {
  height: 100%;
  opacity: 1;
}
.wp-block-post.type-lessonchannel:hover > .wp-block-group, .wp-block-post.type-maker:hover > .wp-block-group {
  background: #00C8A0;
}
.wp-block-post.type-lessonchannel {
  min-height: 280px;
  aspect-ratio: auto;
  background: #99a9e3;
}
.single-lessonmaterial .wp-block-post.type-lessonchannel {
  flex-direction: row-reverse;
}
.wp-block-post.type-lessonchannel > .wp-block-group {
  margin: 0 0 -5px 0;
  background-color: #99a9e3;
}
@media (min-width: 768px) {
  .wp-block-post.type-lessonchannel > .wp-block-group {
    width: 60%;
    height: 103%;
  }
}
.single-lessonmaterial .wp-block-post.type-lessonchannel > .wp-block-group {
  margin: 0;
  width: 80%;
}
@media (min-width: 768px) {
  .single-lessonmaterial .wp-block-post.type-lessonchannel > .wp-block-group {
    width: 50%;
  }
}
.wp-block-post.type-lessonchannel:after {
  background: #99a9e3;
}
.single-lessonmaterial .wp-block-post.type-lessonchannel:after {
  display: none;
}
@media (min-width: 768px) {
  .wp-block-post.type-lessonchannel:after {
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left;
  }
}
@media (min-width: 768px) {
  .wp-block-post.type-lessonchannel:hover:after {
    transform: scaleX(1);
  }
}
.wp-block-post.type-lessonchannel:hover > .wp-block-group {
  background: #99a9e3;
}
.wp-block-post .free-badge {
  align-items: center;
  background: #FFB100;
  border-radius: 100%;
  color: #161617;
  display: flex;
  font-size: 10px;
  height: 3rem;
  justify-content: center;
  left: 0.5rem;
  line-height: 0.75rem;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  top: 0.5rem;
  width: 3rem;
  z-index: 1;
}

.wp-block-query-pagination {
  overflow: hidden;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0;
  display: flex;
  align-items: center;
}
.wp-block-query-pagination .page-numbers {
  font-size: 0;
  width: 13px;
  height: 13px;
  background: #EAEAEA;
  border-radius: 100%;
  display: inline-block;
  margin: 0 0.25rem;
}
.wp-block-query-pagination .page-numbers.current {
  background: #0028B9;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
  font-size: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #EAEAEA;
  border-radius: 100%;
  color: #0028B9;
}
.wp-block-query-pagination-next span,
.wp-block-query-pagination-previous span {
  font-size: 1.125rem;
  margin: 0 !important;
}

blockquote.wp-block-quote {
  border-left: 10px solid #00C8A0;
  padding: 0.5rem 1rem;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .row blockquote.wp-block-quote {
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  blockquote.wp-block-quote p {
    font-size: 30px;
  }
}
blockquote.wp-block-quote cite {
  font-style: normal;
  text-align: left;
}
blockquote.wp-block-quote.is-style-large {
  padding: 0.6666666667rem 1.5rem;
}
blockquote.wp-block-quote.is-style-large p {
  font-style: normal;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  blockquote.wp-block-quote.is-style-large p {
    font-size: 40px;
  }
}

.wp-block-separator {
  border: none;
  height: 1px;
  background: #0028B9;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.has-primary-background-color .wp-block-separator, .has-secondary-background-color .wp-block-separator, .has-highlight-background-color .wp-block-separator, .has-dark-background-color .wp-block-separator {
  background: #fff;
}
.wp-block-group.alignfull:not(.has-background) .wp-block-separator {
  background: #CCF4EC;
}
.wp-block-buttons + .wp-block-separator {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.wp-block-group.has-background > .wp-block-separator, .wp-block-group.has-background > .gform_wrapper .wp-block-separator, .woocommerce-account-join-team .wp-block-separator {
  margin-left: -2rem;
  margin-right: -2rem;
}

.post-content > .wp-block-social-links {
  padding-inline-start: 1rem;
}
.wp-block-social-links .wp-social-link {
  padding: 0;
  transition: 0.25s;
}

/**
* This is an index file!
* Don't add styles!
*/
.wc-block-featured-category {
  min-height: auto !important;
  margin-bottom: 150px !important;
  padding: 0;
}
.wc-block-featured-category:before {
  display: none;
}
.wc-block-featured-category .wc-block-featured-category__wrapper {
  background: #fff;
  padding: 1rem 10rem 1rem 1rem;
  margin: 250px 0 -150px;
  position: relative;
  width: 100%;
}
.wc-block-featured-category .wc-block-featured-category__wrapper > * {
  padding: 0;
}
.wc-block-featured-category .wc-block-featured-category__link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: auto;
}
.wc-block-featured-category .wc-block-featured-category__title {
  font-size: 1.875rem;
  font-weight: 600;
}
.wc-block-featured-category .wc-block-featured-category__description {
  line-height: 1.05;
}
.wc-block-featured-category .wc-block-featured-category__title,
.wc-block-featured-category .wc-block-featured-category__description {
  color: inherit;
}

.wc-block-featured-product {
  min-height: auto !important;
  margin-bottom: 80px !important;
  padding: 0;
}
.wc-block-featured-product:before {
  display: none;
}
.wc-block-featured-product .wc-block-featured-product__wrapper {
  background: #fff;
  padding: 1rem 10rem 1rem 1rem;
  margin: 250px 0 -80px;
  position: relative;
  width: 100%;
}
.wc-block-featured-product .wc-block-featured-product__wrapper > * {
  padding: 0;
}
.wc-block-featured-product .wc-block-featured-product__link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: auto;
}
.wc-block-featured-product .wc-block-featured-product__title {
  font-size: 1.875rem;
  font-weight: 600;
}
.wc-block-featured-product .wc-block-featured-product__description {
  line-height: 1.05;
}
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__description {
  color: inherit;
}

.wc-block-grid__product .wc-block-components-product-image img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.25s;
}
.wc-block-grid__product .wc-block-components-product-image a:hover img {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
}
.wc-block-grid__product .wc-block-components-product-title {
  margin: 0;
  font-size: 1.125rem;
}
.wc-block-grid__product .wc-block-grid__product-price {
  font-size: 1.125rem;
}
/**
* This is an index file!
* Don't add styles!
*/
.breadcrumb-item, .breadcrumb-item:before {
  margin-right: 0.5rem;
}
.breadcrumb-item a {
  color: inherit;
}

.wp-block-yoast-faq-block .schema-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  cursor: pointer;
}
.wp-block-yoast-faq-block .schema-faq-question:after {
  content: "\e90f";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5rem;
  color: #0028B9;
  transition: 0.25s;
}
.wp-block-yoast-faq-block .schema-faq-section {
  border-bottom: 1px solid #EAEAEA;
  padding: 1rem 0;
}
.wp-block-yoast-faq-block .schema-faq-section--open .schema-faq-answer {
  display: block;
}
.wp-block-yoast-faq-block .schema-faq-section--open .schema-faq-question:after {
  transform: rotate(225deg);
}
.wp-block-yoast-faq-block .schema-faq-answer {
  margin: 1rem 0 0 0;
  display: none;
}

.yoast-table-of-contents > ul {
  flex-direction: column;
}
/**
* This is an index file!
* Don't add styles!
*/
.leapo-downloads {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.leapo-downloads li {
  margin-bottom: 0.75rem;
}
.leapo-downloads img {
  margin-bottom: 0.5rem;
  height: 45px;
  width: auto;
}
.leapo-downloads a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.leapo-downloads a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.leapo-duration span:before {
  content: "\e907";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
}
.card .leapo-duration, .yoast-table-of-contents > ul .leapo-duration {
  color: #0028B9;
  font-size: 0.75rem;
  margin: 0.5rem 0 0 0;
}

.leapo-favorite-button {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2rem;
  font-size: 1.25rem;
  padding: 0;
  text-align: center;
  background-color: rgba(128, 128, 128, 0.5);
  color: white;
  border-radius: 100%;
  border: none;
  transition: 0.35s;
}
.wp-block-post .leapo-favorite-button {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.leapo-favorite-button:before {
  content: "\e916";
  font-family: "icomoon";
  display: inline-block;
  position: relative;
  top: 2px;
}
.leapo-favorite-button:hover {
  background-color: rgba(128, 128, 128, 0.85);
}
.leapo-favorite-button.active, .widget_recent_entries li[class*=current] a.leapo-favorite-button,
.widget_archive li[class*=current] a.leapo-favorite-button,
.widget_categories li[class*=current] a.leapo-favorite-button,
.widget_meta li[class*=current] a.leapo-favorite-button {
  color: #FF7348;
}
.leapo-favorite-button.loading {
  background: gray;
  color: white;
  font-size: 1rem;
  pointer-events: none;
}
.leapo-favorite-button.loading:before {
  content: "\e917";
  top: 0;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.leapo-filter {
  margin-bottom: 2rem;
  display: none;
}
@media (min-width: 768px) {
  .leapo-filter {
    display: block;
  }
}
.facetwp-flyout .leapo-filter, .facetwp-type-pager .leapo-filter, .facetwp-type-search .leapo-filter {
  display: block;
}
.facetwp-facet-results_count .leapo-filter {
  margin-bottom: 1rem;
}
.leapo-filter--empty {
  display: none;
}

.leapo-filter-toggle {
  background: transparent;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #EAEAEA;
}
.leapo-filters--lessonchannel .leapo-filter-toggle {
  display: none;
}
.leapo-filter-toggle:after {
  content: "\e906";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00C8A0;
  pointer-events: none;
  font-size: 1.125rem;
}

.leapo-filter-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.leapo-filter-toggle + .leapo-filter-content {
  margin-top: 0.75rem;
}

.leapo-filters-reset {
  background: transparent;
  border: none;
  margin-bottom: 2rem;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .leapo-filters-reset {
    display: flex;
  }
}
.leapo-filters--lessonchannel .leapo-filters-reset {
  width: auto;
}
.facetwp-flyout .leapo-filters-reset {
  display: flex;
}
.leapo-filters-reset:hover {
  background: #EAEAEA;
}
.leapo-filters-reset:after {
  content: "×";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #FF7348;
  color: white;
  border-radius: 100%;
  opacity: 0.5;
  font-size: 1.5rem;
  line-height: 30px;
}

.leapo-filters--lessonchannel, .leapo-filters--maker {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .leapo-filters--lessonchannel, .leapo-filters--maker {
    column-gap: 1rem;
  }
}

.facetwp-facet[data-name=post_type] {
  border-bottom: 1px solid #0028B9;
}
.facetwp-facet[data-name=post_type] .leapo-filter {
  margin: 0;
}
.facetwp-facet[data-name=post_type] .leapo-filter-content {
  display: inline-flex;
  flex-direction: row;
  grid-gap: 0.5rem;
}
.facetwp-facet[data-name=post_type] .facetwp-counter {
  display: none;
}
.facetwp-facet[data-name=post_type] .facetwp-radio {
  background: #EAEAEA;
  color: #161617;
  padding: 1rem 2rem;
  flex: 1;
  margin: 0;
  text-align: center;
  font-weight: 500;
  white-space: pre;
  min-width: 225px;
  opacity: 1;
  cursor: pointer;
}
.facetwp-facet[data-name=post_type] .facetwp-radio.checked {
  background: #FF7348;
  pointer-events: none;
}

#leapo-share-filter-results {
  display: none;
}
@media (min-width: 768px) {
  #leapo-share-filter-results {
    display: block;
  }
}
.facetwp-flyout-tpl #leapo-share-filter-results {
  display: block;
}

.leapo-rating {
  margin-top: 0.5rem;
}

.leapo-rating-stars,
.leapo-rating {
  display: flex;
  align-items: center;
}

.leapo-rating-stars {
  grid-gap: 0.125rem;
}

.leapo-rating-prefix {
  margin-right: 0.5rem;
}

.leapo-rating-star {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #0028B9;
  background: white;
  border-radius: 100%;
}
.leapo-rating-star--filled {
  background: #0028B9;
}

.leapo-slider-external {
  margin-top: 32px;
}
.leapo-slider-external embed {
  aspect-ratio: 800/509;
}
.leapo-slider-external.leapo-slider-shouldbuy a {
  pointer-events: none;
  position: relative;
}
.leapo-slider-external.leapo-slider-shouldbuy a::before {
  content: "";
  display: block;
  inset: 0;
}
.leapo-slider-external.leapo-slider-shouldbuy a:hover::before {
  background: rgba(255, 255, 255, 0.25);
}

.leapo-slider {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.leapo-slider .splide__track {
  overflow: hidden;
}
.leapo-slider .splide__pagination .splide__pagination__page {
  background: #EAEAEA;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0;
  margin: 0 0.25rem;
  width: 13px;
  height: 13px;
}
.leapo-slider .splide__pagination .splide__pagination__page:hover {
  background: #ced4da;
}
.leapo-slider .splide__pagination .splide__pagination__page.is-active {
  background: #0028B9;
  transform: none;
}
.leapo-slider .splide__slide img {
  width: 100%;
  height: auto;
}
.leapo-slider .splide__slide iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.leapo-slider .splide__arrow {
  background: transparent;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background: #fff;
}
.leapo-slider .splide__arrow[disabled] {
  display: none;
}
.leapo-slider .splide__arrow--prev:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transform: rotate(180deg);
}
.leapo-slider .splide__arrow--next:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.leapo-slider .splide__arrow:before {
  color: #0028B9;
  font-size: 30px;
  position: relative;
}
.leapo-slider .leapo-slider-fullscreen {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  background: #fff;
  border: none;
  opacity: 0.7;
}
.leapo-slider .leapo-slider-fullscreen:hover {
  opacity: 1;
}
.leapo-slider .leapo-slider-fullscreen:before {
  content: "\e914";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.leapo-post-slider {
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.leapo-post-slider .splide__pagination > li {
  padding: 0;
}
.leapo-post-slider .splide__pagination .splide__pagination__page {
  background: #EAEAEA;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0;
  margin: 0 0.25rem;
  width: 13px;
  height: 13px;
}
.leapo-post-slider .splide__pagination .splide__pagination__page:hover {
  background: #ced4da;
}
.leapo-post-slider .splide__pagination .splide__pagination__page.is-active {
  background: #0028B9;
  transform: none;
}
.leapo-post-slider .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .leapo-post-slider .splide__arrows {
    margin-top: 2rem;
  }
}
.leapo-post-slider .splide__arrows .splide__pagination {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  padding: 0;
}
.leapo-post-slider .splide__arrow {
  position: static;
  transform: none;
  margin: 0 0.5rem;
  background: #EAEAEA;
  opacity: 1;
  width: 38px;
  height: 38px;
}
.leapo-post-slider .splide__arrow:hover {
  background: #ced4da;
}
.leapo-post-slider .splide__arrow[disabled] {
  display: none;
}
.leapo-post-slider .splide__arrow:before {
  font-size: 30px;
  position: relative;
}
.leapo-post-slider .splide__arrow--prev:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transform: rotate(180deg);
}
.leapo-post-slider .splide__arrow--next:before {
  content: "\e905";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.leapo-topics {
  display: flex;
  flex-flow: wrap;
  gap: 0.5rem 1.5rem;
}

div.leapo-usps {
  font-size: 0.75rem;
}
div.leapo-usps .splide__arrows,
div.leapo-usps .splide__pagination {
  display: none;
}
div.leapo-usps .splide__slide {
  text-align: center;
}
div.leapo-usps p strong {
  color: #0028B9;
}
div.leapo-usps p:before {
  content: "\e900";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0028B9;
  margin-right: 0.5rem;
  font-size: 10px;
}
.leapo-video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.leapo-video.disabled * {
  pointer-events: none;
  cursor: not-allowed;
}
.leapo-video.disabled::before {
  z-index: 100;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  cursor: not-allowed;
  display: block;
}
.leapo-video:not(.leapo-video--image-only) img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.leapo-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.leapo-video .leapo-video-play {
  background: #0028B9;
  position: absolute;
  border: none;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  width: 64px;
  height: 64px;
  line-height: 64px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 54px;
  z-index: 1;
  transition: 0.25s;
}
.leapo-video .leapo-video-play:before {
  content: "\e90e";
  color: #0028b9;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.leapo-video .leapo-video-play:hover, .card-img-top:hover .leapo-video .leapo-video-play {
  transform: scale(1.1);
}
.leapo-video--playing .leapo-video-play,
.leapo-video--playing img {
  display: none;
}
.leapo-video--image-only img {
  position: static;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

div.leapo-themes {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
div.leapo-themes .splide__arrows {
  display: none;
}
div.leapo-themes.splide {
  padding-bottom: 2rem;
}
@media (max-width: 767.98px) {
  div.leapo-themes.splide {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
  }
}
div.leapo-themes .splide__list {
  padding: 0.5rem 0 1rem !important;
}
div.leapo-themes:not(.leapo-post-slider) {
  display: grid;
  grid-gap: 1rem;
}
@media (min-width: 992px) {
  div.leapo-themes:not(.leapo-post-slider)[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  div.leapo-themes:not(.leapo-post-slider)[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  div.leapo-themes:not(.leapo-post-slider)[data-columns="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  div.leapo-themes:not(.leapo-post-slider)[data-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

.leapo-theme {
  display: flex;
  align-items: center;
  background-color: #99a9e3;
  transition: box-shadow 0.35s;
  aspect-ratio: 21/9;
}
.leapo-theme-content {
  padding: 2rem 1.5rem;
  width: 75%;
  word-break: break-word;
}
@media (min-width: 576px) {
  .leapo-theme-content {
    width: 55%;
  }
}
.leapo-theme-content h3 {
  margin: 0;
}
.leapo-theme-content h3 a {
  font-size: 1.125rem;
  line-height: 1.5;
  display: block;
}
.leapo-theme-content h3 a:hover {
  text-decoration: none;
  color: inherit;
  border-bottom: none;
}
.leapo-theme-image {
  width: 25%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.15);
}
@media (min-width: 576px) {
  .leapo-theme-image {
    width: 45%;
  }
}
.leapo-theme-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
}
.leapo-theme:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.24);
}
.leapo-theme:hover .leapo-theme-image img {
  transform: scale(1.05);
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

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