@charset "UTF-8";
/* Frontend styles ------------------------------------------ */
:root {
  --grey-50: #f6f5f4;
  --grey-100: #f2f1f1;
  --grey-200: #e5e4e3;
  --grey-300: #d2d1d0;
  --grey-400: #bfbebc;
  --grey-500: #9f9e9c;
  --grey-600: #787674;
  --grey-700: #62605e;
  --grey-800: #44423f;
  --grey-900: #272420;
  --primary-50: #e8f8d1;
  --primary-100: #d4e7ba;
  --primary-200: #bddf8e;
  --primary-300: #a7d763;
  --primary-400: #8cc33e;
  --primary-500: #72b01a;
  --primary-600: #629f0d;
  --primary-700: #538f00;
  --primary-800: #477800;
  --primary-900: #3b6500;
  --secondary-50: #fcf8d9;
  --secondary-100: #fbf1b6;
  --secondary-200: #faeb93;
  --secondary-300: #eacf81;
  --secondary-400: #dab470;
  --secondary-500: #cb9a5f;
  --secondary-600: #a47b4b;
  --secondary-700: #83613b;
  --secondary-800: #63472b;
  --secondary-900: #533928;
  --info: #cb9a5f;
  --error: #e83022;
  --warning: #faa40a;
  --success: #72b01a;
}

:root {
  --modpadd: 28px;
  --contentsize: 1200px;
  --widesize: calc(1200px + var(--modpadd) * 2 );
  --wp--style--gallery-gap-default: 10px;
}
@media (min-width: 358px) {
  :root {
    --modpadd: 32px;
  }
}
@media (min-width: 600px) {
  :root {
    --modpadd: 36px;
  }
}
@media (min-width: 782px) {
  :root {
    --modpadd: 48px;
  }
}
@media (min-width: 1200px) {
  :root {
    --modpadd: 60px;
  }
}

:root {
  --fontsize-global: clamp(0.875rem, 0.4547vw + 0.75rem, 1.125rem);
  --fontsize-tiny: 0.75em;
  --fontsize-small: 0.875em;
  --fontsize-normal: 1em;
  --fontsize-medium: 1.125em;
  --fontsize-large: 1.375em;
  --fontsize-huge: 1.75em;
  --p-margin: 1.625em;
  --heading-offset: calc(var(--fontsize-global) * 1.625);
  --wp--style--block-gap: 1.625em;
}

@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald-v53-latin-300.woff2") format("woff2"), url("../fonts/oswald-v53-latin-300.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v53-latin-regular.woff2") format("woff2"), url("../fonts/oswald-v53-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald-v53-latin-700.woff2") format("woff2"), url("../fonts/oswald-v53-latin-700.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v35-latin-regular.woff2") format("woff2"), url("../fonts/noto-sans-v35-latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v35-latin-700.woff2") format("woff2"), url("../fonts/noto-sans-v35-latin-700.ttf") format("truetype");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

:where(figure) {
  margin-bottom: 1.625em;
}

figcaption {
  font-size: 0.875em;
}

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

select,
textarea {
  max-width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

embed,
iframe,
object,
video {
  display: block;
  max-width: 100%;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

small {
  font-size: 0.875em;
}

big {
  font-size: 1.375em;
}

[hidden] {
  display: none;
}

.screen-reader-text,
.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
audio:focus,
div:focus,
header:focus,
footer:focus {
  outline: none;
}

.user-is-tabbing a:focus,
.user-is-tabbing button:focus,
.user-is-tabbing input:focus,
.user-is-tabbing select:focus,
.user-is-tabbing textarea:focus,
.user-is-tabbing audio:focus {
  outline: 1px solid #72b01a;
}

.skip-link {
  transform: scale(0, 0);
  transition: transform 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}
.skip-link:focus {
  width: auto;
  height: auto;
  margin: 1.625em;
  padding: 0.5em 1em;
  clip: auto;
  clip-path: none;
  word-wrap: normal;
  font-weight: 700;
  background-color: white;
  transform: scale(1, 1);
  outline: none;
  z-index: 40;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

html {
  line-height: 1.625;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: var(--fontsize-global);
  color: #62605e;
}

button,
input,
select,
optgroup,
textarea {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #62605e;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: var(--heading-offset);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
}

h1 {
  margin-bottom: 1em;
  padding-top: 0;
  font-size: 2em;
  line-height: 1.25;
}

h2 {
  font-size: 1.375em;
}

h3 {
  font-size: 1.125em;
}

h4 {
  font-size: 0.875em;
}

h5 {
  font-size: 0.75em;
}

h6 {
  font-size: 0.5em;
}

p {
  margin-block-start: 0;
  margin-block-end: 1.625em;
}

b,
strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

hr {
  width: 100%;
  max-width: 100px;
  margin-block-start: 0;
  margin-block-end: 1.625em;
  margin-left: auto;
  margin-right: auto;
  border-style: dashed;
  border-width: 0 0 2px 0;
  border-color: currentColor;
  opacity: 0.25;
  clear: both;
}

blockquote {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0 0 1.625em;
  padding-left: 1.625em;
  border-left: 5px dotted rgba(98, 96, 94, 0.25);
}
blockquote p {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  color: #9f9e9c;
  font-size: 0.875em;
  font-style: italic;
  margin-top: 1em;
}

.heading-offset {
  padding-top: var(--heading-offset);
}

.heading-offset-reverse {
  margin-top: calc(var(--heading-offset) * -1);
}

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

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

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

@media (min-width: 358px) {
  .text-center-ms {
    text-align: center;
  }
  .text-left-ms {
    text-align: left;
  }
  .text-right-ms {
    text-align: right;
  }
}
@media (min-width: 600px) {
  .text-center-sm {
    text-align: center;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 782px) {
  .text-center-md {
    text-align: center;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.white-space-normal {
  white-space: normal;
}

.white-space-nowrap {
  white-space: nowrap;
}

pre {
  max-width: 100%;
  margin-block-start: 0;
  margin-block-end: 1.625em;
  font-family: Consolas, Monaco, monospace;
  line-height: 1.625;
  overflow: auto;
}

code, kbd, tt, var, samp {
  display: inline-block;
  font-family: Consolas, Monaco, monospace;
  line-height: 1.625;
  color: #d2d1d0;
  background-color: #44423f;
}

abbr, acronym {
  border-bottom: 1px dotted #9f9e9c;
  cursor: help;
}

mark, ins {
  color: #72b01a;
  background: #e8f8d1;
  text-decoration: none;
}

address {
  margin: 0 0 1.625em;
}

::selection {
  color: white;
  background: #8cc33e;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.alignleft {
  margin-right: var(--modpadd);
  float: left;
}

.alignright {
  margin-left: var(--modpadd);
  float: right;
}

.alignfull {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  margin-right: -50vw;
}
.alignfull .alignwide,
.alignfull .alignfull {
  left: auto;
  right: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  max-width: none;
  width: calc(100% + var(--modpadd) * 2);
  margin-left: calc(var(--modpadd) * -1);
  margin-right: calc(var(--modpadd) * -1);
}
.alignwide .alignwide,
.alignwide .alignfull {
  left: auto;
  right: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: var(--widesize);
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-xs {
  display: flex;
}

.wrap-xs {
  flex-wrap: wrap;
}

.nowrap-xs {
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

.column-gap-10 {
  --flex-col-gap: 10px;
  column-gap: var(--flex-col-gap);
}

.column-gap-pm {
  --flex-col-gap: 1.625em;
  column-gap: var(--flex-col-gap);
}

.column-gap-mp {
  --flex-col-gap: var(--modpadd);
  column-gap: var(--flex-col-gap);
}

.row-gap-10 {
  --flex-row-gap: 10px;
  row-gap: var(--flex-row-gap);
}

.row-gap-pm {
  --flex-row-gap: 1.625em;
  row-gap: var(--flex-row-gap);
}

.row-gap-mp {
  --flex-row-gap: var(--modpadd);
  row-gap: var(--flex-row-gap);
}

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

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

.col-xs-1 {
  max-width: calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
  flex: 0 0 calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
}

.col-xs-2 {
  max-width: calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
  flex: 0 0 calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
}

.col-xs-3 {
  max-width: calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
  flex: 0 0 calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
}

.col-xs-4 {
  max-width: calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
  flex: 0 0 calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
}

.col-xs-5 {
  max-width: calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
  flex: 0 0 calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
}

.col-xs-6 {
  max-width: calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
  flex: 0 0 calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
}

.col-xs-7 {
  max-width: calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
  flex: 0 0 calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
}

.col-xs-8 {
  max-width: calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
  flex: 0 0 calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
}

.col-xs-9 {
  max-width: calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
  flex: 0 0 calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
}

.col-xs-10 {
  max-width: calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
  flex: 0 0 calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
}

.col-xs-11 {
  max-width: calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
  flex: 0 0 calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
}

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

.order-xs-last {
  order: 100;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shrink-xs {
  flex-shrink: 1;
}

.grow-xs {
  flex-grow: 1;
  flex-basis: auto;
}

@media (min-width: 358px) {
  .flex-ms {
    display: flex;
  }
  .wrap-ms {
    flex-wrap: wrap;
  }
  .nowrap-ms {
    flex-wrap: nowrap;
  }
  .start-ms {
    justify-content: flex-start !important;
  }
  .center-ms {
    justify-content: center !important;
  }
  .end-ms {
    justify-content: flex-end !important;
  }
  .top-ms {
    align-items: flex-start !important;
  }
  .middle-ms {
    align-items: center !important;
  }
  .bottom-ms {
    align-items: flex-end !important;
  }
  .around-ms {
    justify-content: space-around !important;
  }
  .between-ms {
    justify-content: space-between !important;
  }
  .col-ms {
    max-width: 100%;
    flex: 1 0 auto;
  }
  .col-ms-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-ms-1 {
    max-width: calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
    flex: 0 0 calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
  }
  .col-ms-2 {
    max-width: calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
    flex: 0 0 calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
  }
  .col-ms-3 {
    max-width: calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
    flex: 0 0 calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
  }
  .col-ms-4 {
    max-width: calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
    flex: 0 0 calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
  }
  .col-ms-5 {
    max-width: calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
    flex: 0 0 calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
  }
  .col-ms-6 {
    max-width: calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
    flex: 0 0 calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
  }
  .col-ms-7 {
    max-width: calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
    flex: 0 0 calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
  }
  .col-ms-8 {
    max-width: calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
    flex: 0 0 calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
  }
  .col-ms-9 {
    max-width: calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
    flex: 0 0 calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
  }
  .col-ms-10 {
    max-width: calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
    flex: 0 0 calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
  }
  .col-ms-11 {
    max-width: calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
    flex: 0 0 calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
  }
  .order-ms-first {
    order: -1;
  }
  .order-ms-last {
    order: 100;
  }
  .order-ms-1 {
    order: 1;
  }
  .order-ms-2 {
    order: 2;
  }
  .order-ms-3 {
    order: 3;
  }
  .order-ms-4 {
    order: 4;
  }
  .order-ms-5 {
    order: 5;
  }
  .order-ms-6 {
    order: 6;
  }
  .order-ms-7 {
    order: 7;
  }
  .order-ms-8 {
    order: 8;
  }
  .order-ms-9 {
    order: 9;
  }
  .order-ms-10 {
    order: 10;
  }
  .order-ms-11 {
    order: 11;
  }
  .order-ms-12 {
    order: 12;
  }
  .shrink-ms {
    flex-shrink: 1;
  }
  .grow-ms {
    flex-grow: 1;
    flex-basis: auto;
  }
}
@media (min-width: 600px) {
  .flex-sm {
    display: flex;
  }
  .wrap-sm {
    flex-wrap: wrap;
  }
  .nowrap-sm {
    flex-wrap: nowrap;
  }
  .start-sm {
    justify-content: flex-start !important;
  }
  .center-sm {
    justify-content: center !important;
  }
  .end-sm {
    justify-content: flex-end !important;
  }
  .top-sm {
    align-items: flex-start !important;
  }
  .middle-sm {
    align-items: center !important;
  }
  .bottom-sm {
    align-items: flex-end !important;
  }
  .around-sm {
    justify-content: space-around !important;
  }
  .between-sm {
    justify-content: space-between !important;
  }
  .col-sm {
    max-width: 100%;
    flex: 1 0 auto;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-sm-1 {
    max-width: calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
    flex: 0 0 calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
  }
  .col-sm-2 {
    max-width: calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
    flex: 0 0 calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
  }
  .col-sm-3 {
    max-width: calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
    flex: 0 0 calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
  }
  .col-sm-4 {
    max-width: calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
    flex: 0 0 calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
  }
  .col-sm-5 {
    max-width: calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
    flex: 0 0 calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
  }
  .col-sm-6 {
    max-width: calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
    flex: 0 0 calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
  }
  .col-sm-7 {
    max-width: calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
    flex: 0 0 calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
  }
  .col-sm-8 {
    max-width: calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
    flex: 0 0 calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
  }
  .col-sm-9 {
    max-width: calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
    flex: 0 0 calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
  }
  .col-sm-10 {
    max-width: calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
    flex: 0 0 calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
  }
  .col-sm-11 {
    max-width: calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
    flex: 0 0 calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 100;
  }
  .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;
  }
  .shrink-sm {
    flex-shrink: 1;
  }
  .grow-sm {
    flex-grow: 1;
    flex-basis: auto;
  }
}
@media (min-width: 782px) {
  .flex-md {
    display: flex;
  }
  .wrap-md {
    flex-wrap: wrap;
  }
  .nowrap-md {
    flex-wrap: nowrap;
  }
  .start-md {
    justify-content: flex-start !important;
  }
  .center-md {
    justify-content: center !important;
  }
  .end-md {
    justify-content: flex-end !important;
  }
  .top-md {
    align-items: flex-start !important;
  }
  .middle-md {
    align-items: center !important;
  }
  .bottom-md {
    align-items: flex-end !important;
  }
  .around-md {
    justify-content: space-around !important;
  }
  .between-md {
    justify-content: space-between !important;
  }
  .col-md {
    max-width: 100%;
    flex: 1 0 auto;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-md-1 {
    max-width: calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
    flex: 0 0 calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
  }
  .col-md-2 {
    max-width: calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
    flex: 0 0 calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
  }
  .col-md-3 {
    max-width: calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
    flex: 0 0 calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
  }
  .col-md-4 {
    max-width: calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
    flex: 0 0 calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
  }
  .col-md-5 {
    max-width: calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
    flex: 0 0 calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
  }
  .col-md-6 {
    max-width: calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
    flex: 0 0 calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
  }
  .col-md-7 {
    max-width: calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
    flex: 0 0 calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
  }
  .col-md-8 {
    max-width: calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
    flex: 0 0 calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
  }
  .col-md-9 {
    max-width: calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
    flex: 0 0 calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
  }
  .col-md-10 {
    max-width: calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
    flex: 0 0 calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
  }
  .col-md-11 {
    max-width: calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
    flex: 0 0 calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 100;
  }
  .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;
  }
  .shrink-md {
    flex-shrink: 1;
  }
  .grow-md {
    flex-grow: 1;
    flex-basis: auto;
  }
}
@media (min-width: 1200px) {
  .flex-lg {
    display: flex;
  }
  .wrap-lg {
    flex-wrap: wrap;
  }
  .nowrap-lg {
    flex-wrap: nowrap;
  }
  .start-lg {
    justify-content: flex-start !important;
  }
  .center-lg {
    justify-content: center !important;
  }
  .end-lg {
    justify-content: flex-end !important;
  }
  .top-lg {
    align-items: flex-start !important;
  }
  .middle-lg {
    align-items: center !important;
  }
  .bottom-lg {
    align-items: flex-end !important;
  }
  .around-lg {
    justify-content: space-around !important;
  }
  .between-lg {
    justify-content: space-between !important;
  }
  .col-lg {
    max-width: 100%;
    flex: 1 0 auto;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-lg-1 {
    max-width: calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
    flex: 0 0 calc(8.3333333333% - var(--flex-col-gap, 0px) / 12 * 11);
  }
  .col-lg-2 {
    max-width: calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
    flex: 0 0 calc(16.6666666667% - var(--flex-col-gap, 0px) / 6 * 5);
  }
  .col-lg-3 {
    max-width: calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
    flex: 0 0 calc(25% - var(--flex-col-gap, 0px) / 4 * 3);
  }
  .col-lg-4 {
    max-width: calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
    flex: 0 0 calc(33.3333333333% - var(--flex-col-gap, 0px) / 3 * 2);
  }
  .col-lg-5 {
    max-width: calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
    flex: 0 0 calc(41.6666666667% - var(--flex-col-gap, 0px) / 2.4 * 1.4);
  }
  .col-lg-6 {
    max-width: calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
    flex: 0 0 calc(50% - var(--flex-col-gap, 0px) / 2 * 1);
  }
  .col-lg-7 {
    max-width: calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
    flex: 0 0 calc(58.3333333333% - var(--flex-col-gap, 0px) / 1.7142857143 * 0.7142857143);
  }
  .col-lg-8 {
    max-width: calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
    flex: 0 0 calc(66.6666666667% - var(--flex-col-gap, 0px) / 1.5 * 0.5);
  }
  .col-lg-9 {
    max-width: calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
    flex: 0 0 calc(75% - var(--flex-col-gap, 0px) / 1.3333333333 * 0.3333333333);
  }
  .col-lg-10 {
    max-width: calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
    flex: 0 0 calc(83.3333333333% - var(--flex-col-gap, 0px) / 1.2 * 0.2);
  }
  .col-lg-11 {
    max-width: calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
    flex: 0 0 calc(91.6666666667% - var(--flex-col-gap, 0px) / 1.0909090909 * 0.0909090909);
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 100;
  }
  .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;
  }
  .shrink-lg {
    flex-shrink: 1;
  }
  .grow-lg {
    flex-grow: 1;
    flex-basis: auto;
  }
}
.block {
  display: block;
}

.block-ms,
.block-sm,
.block-md,
.block-lg {
  display: none;
}

@media (min-width: 358px) {
  .block-ms {
    display: block;
  }
}
@media (min-width: 600px) {
  .block-sm {
    display: block;
  }
}
@media (min-width: 782px) {
  .block-md {
    display: block;
  }
}
@media (min-width: 1200px) {
  .block-lg {
    display: block;
  }
}
.inline-block {
  display: inline-block;
}

.inline-block-ms,
.inline-block-sm,
.inline-block-md,
.inline-block-lg {
  display: none;
}

@media (min-width: 358px) {
  .inline-block-ms {
    display: inline-block;
  }
}
@media (min-width: 600px) {
  .inline-block-sm {
    display: inline-block;
  }
}
@media (min-width: 782px) {
  .inline-block-md {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .inline-block-lg {
    display: inline-block;
  }
}
.hide {
  display: none;
}

.hide-ms,
.hide-sm,
.hide-md,
.hide-lg {
  display: block;
}

@media (min-width: 358px) {
  .hide-ms {
    display: none;
  }
}
@media (min-width: 600px) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 782px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hide-lg {
    display: none;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.fullwidth {
  width: 100%;
}

.autowidth {
  width: auto;
}

.fullheight {
  height: 100%;
}

.autoheight {
  height: auto;
}

.fp-all-5 {
  padding: 5px;
}

.fp-all-10 {
  padding: 10px;
}

.fp-all-20 {
  padding: 20px;
}

.fp-all-30 {
  padding: 30px;
}

.fp-top-5 {
  padding-top: 5px;
}

.fp-top-10 {
  padding-top: 10px;
}

.fp-top-20 {
  padding-top: 20px;
}

.fp-top-30 {
  padding-top: 30px;
}

.fp-right-5 {
  padding-right: 5px;
}

.fp-right-10 {
  padding-right: 10px;
}

.fp-right-20 {
  padding-right: 20px;
}

.fp-right-30 {
  padding-right: 30px;
}

.fp-bot-5 {
  padding-bottom: 5px;
}

.fp-bot-10 {
  padding-bottom: 10px;
}

.fp-bot-20 {
  padding-bottom: 20px;
}

.fp-bot-30 {
  padding-bottom: 30px;
}

.fp-left-5 {
  padding-left: 5px;
}

.fp-left-10 {
  padding-left: 10px;
}

.fp-left-20 {
  padding-left: 20px;
}

.fp-left-30 {
  padding-left: 30px;
}

.mp-all {
  padding: var(--modpadd) !important;
}

.mp-top {
  padding-top: var(--modpadd) !important;
}

.mp-right {
  padding-right: var(--modpadd) !important;
}

.mp-bot {
  padding-bottom: var(--modpadd) !important;
}

.mp-left {
  padding-left: var(--modpadd) !important;
}

@media (min-width: 358px) {
  .mp-all-ms {
    padding: var(--modpadd) !important;
  }
  .mp-top-ms {
    padding-top: var(--modpadd) !important;
  }
  .mp-right-ms {
    padding-right: var(--modpadd) !important;
  }
  .mp-bot-ms {
    padding-bottom: var(--modpadd) !important;
  }
  .mp-left-ms {
    padding-left: var(--modpadd) !important;
  }
}
@media (min-width: 600px) {
  .mp-all-sm {
    padding: var(--modpadd) !important;
  }
  .mp-top-sm {
    padding-top: var(--modpadd) !important;
  }
  .mp-right-sm {
    padding-right: var(--modpadd) !important;
  }
  .mp-bot-sm {
    padding-bottom: var(--modpadd) !important;
  }
  .mp-left-sm {
    padding-left: var(--modpadd) !important;
  }
}
@media (min-width: 782px) {
  .mp-all-md {
    padding: var(--modpadd) !important;
  }
  .mp-top-md {
    padding-top: var(--modpadd) !important;
  }
  .mp-right-md {
    padding-right: var(--modpadd) !important;
  }
  .mp-bot-md {
    padding-bottom: var(--modpadd) !important;
  }
  .mp-left-md {
    padding-left: var(--modpadd) !important;
  }
}
@media (min-width: 1200px) {
  .mp-all-lg {
    padding: var(--modpadd) !important;
  }
  .mp-top-lg {
    padding-top: var(--modpadd) !important;
  }
  .mp-right-lg {
    padding-right: var(--modpadd) !important;
  }
  .mp-bot-lg {
    padding-bottom: var(--modpadd) !important;
  }
  .mp-left-lg {
    padding-left: var(--modpadd) !important;
  }
}
.pm-all {
  margin: 1.625em !important;
}

.pm-top {
  margin-top: 1.625em !important;
}

.pm-right {
  margin-right: 1.625em !important;
}

.pm-bot {
  margin-bottom: 1.625em !important;
}

.pm-left {
  margin-left: 1.625em !important;
}

@media (min-width: 358px) {
  .pm-all-ms {
    margin: 1.625em !important;
  }
  .pm-top-ms {
    margin-top: 1.625em !important;
  }
  .pm-right-ms {
    margin-right: 1.625em !important;
  }
  .pm-bot-ms {
    margin-bottom: 1.625em !important;
  }
  .pm-left-ms {
    margin-left: 1.625em !important;
  }
}
@media (min-width: 600px) {
  .pm-all-sm {
    margin: 1.625em !important;
  }
  .pm-top-sm {
    margin-top: 1.625em !important;
  }
  .pm-right-sm {
    margin-right: 1.625em !important;
  }
  .pm-bot-sm {
    margin-bottom: 1.625em !important;
  }
  .pm-left-sm {
    margin-left: 1.625em !important;
  }
}
@media (min-width: 782px) {
  .pm-all-md {
    margin: 1.625em !important;
  }
  .pm-top-md {
    margin-top: 1.625em !important;
  }
  .pm-right-md {
    margin-right: 1.625em !important;
  }
  .pm-bot-md {
    margin-bottom: 1.625em !important;
  }
  .pm-left-md {
    margin-left: 1.625em !important;
  }
}
@media (min-width: 1200px) {
  .pm-all-lg {
    margin: 1.625em !important;
  }
  .pm-top-lg {
    margin-top: 1.625em !important;
  }
  .pm-right-lg {
    margin-right: 1.625em !important;
  }
  .pm-bot-lg {
    margin-bottom: 1.625em !important;
  }
  .pm-left-lg {
    margin-left: 1.625em !important;
  }
}
.pp-all {
  padding: 1.625em !important;
}

.pp-top {
  padding-top: 1.625em !important;
}

.pp-right {
  padding-right: 1.625em !important;
}

.pp-bot {
  padding-bottom: 1.625em !important;
}

.pp-left {
  padding-left: 1.625em !important;
}

@media (min-width: 358px) {
  .pp-all-ms {
    padding: 1.625em !important;
  }
  .pp-top-ms {
    padding-top: 1.625em !important;
  }
  .pp-right-ms {
    padding-right: 1.625em !important;
  }
  .pp-bot-ms {
    padding-bottom: 1.625em !important;
  }
  .pp-left-ms {
    padding-left: 1.625em !important;
  }
}
@media (min-width: 600px) {
  .pp-all-sm {
    padding: 1.625em !important;
  }
  .pp-top-sm {
    padding-top: 1.625em !important;
  }
  .pp-right-sm {
    padding-right: 1.625em !important;
  }
  .pp-bot-sm {
    padding-bottom: 1.625em !important;
  }
  .pp-left-sm {
    padding-left: 1.625em !important;
  }
}
@media (min-width: 782px) {
  .pp-all-md {
    padding: 1.625em !important;
  }
  .pp-top-md {
    padding-top: 1.625em !important;
  }
  .pp-right-md {
    padding-right: 1.625em !important;
  }
  .pp-bot-md {
    padding-bottom: 1.625em !important;
  }
  .pp-left-md {
    padding-left: 1.625em !important;
  }
}
@media (min-width: 1200px) {
  .pp-all-lg {
    padding: 1.625em !important;
  }
  .pp-top-lg {
    padding-top: 1.625em !important;
  }
  .pp-right-lg {
    padding-right: 1.625em !important;
  }
  .pp-bot-lg {
    padding-bottom: 1.625em !important;
  }
  .pp-left-lg {
    padding-left: 1.625em !important;
  }
}
.nop-all {
  padding: 0 !important;
}

.nop-top {
  padding-top: 0 !important;
}

.nop-right {
  padding-right: 0 !important;
}

.nop-bot {
  padding-bottom: 0 !important;
}

.nop-left {
  padding-left: 0 !important;
}

@media (min-width: 358px) {
  .nop-all-ms {
    padding: 0 !important;
  }
  .nop-top-ms {
    padding-top: 0 !important;
  }
  .nop-right-ms {
    padding-right: 0 !important;
  }
  .nop-bot-ms {
    padding-bottom: 0 !important;
  }
  .nop-left-ms {
    padding-left: 0 !important;
  }
}
@media (min-width: 600px) {
  .nop-all-sm {
    padding: 0 !important;
  }
  .nop-top-sm {
    padding-top: 0 !important;
  }
  .nop-right-sm {
    padding-right: 0 !important;
  }
  .nop-bot-sm {
    padding-bottom: 0 !important;
  }
  .nop-left-sm {
    padding-left: 0 !important;
  }
}
@media (min-width: 782px) {
  .nop-all-md {
    padding: 0 !important;
  }
  .nop-top-md {
    padding-top: 0 !important;
  }
  .nop-right-md {
    padding-right: 0 !important;
  }
  .nop-bot-md {
    padding-bottom: 0 !important;
  }
  .nop-left-md {
    padding-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .nop-all-lg {
    padding: 0 !important;
  }
  .nop-top-lg {
    padding-top: 0 !important;
  }
  .nop-right-lg {
    padding-right: 0 !important;
  }
  .nop-bot-lg {
    padding-bottom: 0 !important;
  }
  .nop-left-lg {
    padding-left: 0 !important;
  }
}
.nom-all {
  margin: 0 !important;
}

.nom-top {
  margin-top: 0 !important;
}

.nom-right {
  margin-right: 0 !important;
}

.nom-bot {
  margin-bottom: 0 !important;
}

.nom-left {
  margin-left: 0 !important;
}

@media (min-width: 358px) {
  .nom-all-ms {
    margin: 0 !important;
  }
  .nom-top-ms {
    margin-top: 0 !important;
  }
  .nom-right-ms {
    margin-right: 0 !important;
  }
  .nom-bot-ms {
    margin-bottom: 0 !important;
  }
  .nom-left-ms {
    margin-left: 0 !important;
  }
}
@media (min-width: 600px) {
  .nom-all-sm {
    margin: 0 !important;
  }
  .nom-top-sm {
    margin-top: 0 !important;
  }
  .nom-right-sm {
    margin-right: 0 !important;
  }
  .nom-bot-sm {
    margin-bottom: 0 !important;
  }
  .nom-left-sm {
    margin-left: 0 !important;
  }
}
@media (min-width: 782px) {
  .nom-all-md {
    margin: 0 !important;
  }
  .nom-top-md {
    margin-top: 0 !important;
  }
  .nom-right-md {
    margin-right: 0 !important;
  }
  .nom-bot-md {
    margin-bottom: 0 !important;
  }
  .nom-left-md {
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .nom-all-lg {
    margin: 0 !important;
  }
  .nom-top-lg {
    margin-top: 0 !important;
  }
  .nom-right-lg {
    margin-right: 0 !important;
  }
  .nom-bot-lg {
    margin-bottom: 0 !important;
  }
  .nom-left-lg {
    margin-left: 0 !important;
  }
}
:root {
  --s-clr: 29, 50, 0;
  --s-opa: 0.025;
  --s-str: 0.5;
  --s-size: 0.75px;
  --ofst: 0.5;
  --blur: 1;
  --sprd: -0.2;
  --s-lvl-low: 1.75;
  --s-lvl-med: 2;
  --s-lvl-high: 2.75;
  --s-ofst-l: calc(var(--s-size) * var(--ofst) * var(--s-lvl-low));
  --s-blur-l: calc(var(--s-size) * var(--blur) * var(--s-lvl-low));
  --s-sprd-l: calc(var(--s-size) * var(--sprd) * var(--s-lvl-low));
  --s-ofst-m: calc(var(--s-size) * var(--ofst) * var(--s-lvl-med));
  --s-blur-m: calc(var(--s-size) * var(--blur) * var(--s-lvl-med));
  --s-sprd-m: calc(var(--s-size) * var(--sprd) * var(--s-lvl-med));
  --s-ofst-h: calc(var(--s-size) * var(--ofst) * var(--s-lvl-high));
  --s-blur-h: calc(var(--s-size) * var(--blur) * var(--s-lvl-high));
  --s-sprd-h: calc(var(--s-size) * var(--sprd) * var(--s-lvl-high));
  --shadow-elevation-low:
  0px var(--s-ofst-l) var(--s-blur-l) var(--s-sprd-l) rgba(var(--s-clr), calc(var(--s-opa) * 1.5 * var(--s-str))),
  0px calc(var(--s-ofst-l) * 1.50) calc(var(--s-blur-l) * 2.00) calc(var(--s-sprd-l) * 3.0) rgba(var(--s-clr), calc(var(--s-opa) * 3.0 * var(--s-str))),
  0px calc(var(--s-ofst-l) * 3.00) calc(var(--s-blur-l) * 4.00) calc(var(--s-sprd-l) * 6.0) rgba(var(--s-clr), calc(var(--s-opa) * 3.5 * var(--s-str)));
  --shadow-elevation-medium:
  0px var(--s-ofst-m) var(--s-blur-m) var(--s-sprd-m) rgba(var(--s-clr), calc(var(--s-opa) * 1.125 * var(--s-str))),
  0px calc(var(--s-ofst-m) * 1.25) calc(var(--s-blur-m) * 1.75) calc(var(--s-sprd-m) * 0.6) rgba(var(--s-clr), calc(var(--s-opa) * 1.75 * var(--s-str))),
  0px calc(var(--s-ofst-m) * 2.75) calc(var(--s-blur-m) * 3.50) calc(var(--s-sprd-m) * 1.6) rgba(var(--s-clr), calc(var(--s-opa) * 2.25 * var(--s-str))),
  0px calc(var(--s-ofst-m) * 5.75) calc(var(--s-blur-m) * 7.75) calc(var(--s-sprd-m) * 3.2) rgba(var(--s-clr), calc(var(--s-opa) * 2.75 * var(--s-str)));
  --shadow-elevation-high:
  0px var(--s-ofst-h) var(--s-blur-h) var(--s-sprd-h) rgba(var(--s-clr), calc(var(--s-opa) * var(--s-str))),
  0px calc(var(--s-ofst-h) * 1.75) calc(var(--s-blur-h) * 2.50) calc(var(--s-sprd-h) * 0.4) rgba(var(--s-clr), calc(var(--s-opa) * 1.25 * var(--s-str))),
  0px calc(var(--s-ofst-h) * 4.50) calc(var(--s-blur-h) * 6.00) calc(var(--s-sprd-h) * 1.2) rgba(var(--s-clr), calc(var(--s-opa) * 1.75 * var(--s-str))),
  0px calc(var(--s-ofst-h) * 9.50) calc(var(--s-blur-h) * 12.5) calc(var(--s-sprd-h) * 1.8) rgba(var(--s-clr), calc(var(--s-opa) * 2.25 * var(--s-str))),
  0px calc(var(--s-ofst-h) * 18.0) calc(var(--s-blur-h) * 25.5) calc(var(--s-sprd-h) * 2.4) rgba(var(--s-clr), calc(var(--s-opa) * 2.75 * var(--s-str)));
}

.shadow-low {
  box-shadow: var(--shadow-elevation-low);
}

.shadow-medium {
  box-shadow: var(--shadow-elevation-medium);
}

.shadow-high {
  box-shadow: var(--shadow-elevation-high);
}

.inline-svg {
  display: block;
  position: relative;
  max-width: 100%;
}
.inline-svg canvas {
  display: block;
  width: 100%;
  visibility: hidden;
}
.inline-svg svg {
  fill: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inline-svg.inline {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  margin-right: 0.5em;
  margin-bottom: -0.125em;
}
.inline-svg.inline canvas {
  width: auto;
  height: 100%;
}
.inline-svg.error {
  position: relative;
  width: 1em;
  height: 1em;
  background-color: #e83022;
}
.inline-svg.error a {
  position: absolute;
  inset: 0;
}
.inline-svg.error a:hover, .inline-svg.error a:focus {
  cursor: help;
}

a {
  color: #72b01a;
  transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:visited {
  color: #72b01a;
}
a:hover, a:focus, a:active {
  color: #a7d763;
}

a.alt {
  color: #cb9a5f;
}
a.alt:visited {
  color: #cb9a5f;
}
a.alt:hover, a.alt:focus, a.alt:active {
  color: #eacf81;
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
}

ol,
ul {
  margin: 0 0 1.625em;
  padding-left: 1.625em;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.625em 1.625em;
}

ol {
  counter-reset: cntr;
}

ol li {
  counter-increment: cntr;
}

ol li::marker {
  content: counter(cntr, decimal) ".   ";
}

ol[style*=lower-alpha] li::marker {
  content: counter(cntr, lower-alpha) ")   ";
}

ol[style*=upper-alpha] li::marker {
  content: counter(cntr, upper-alpha) ")   ";
}

ol[style*=lower-greek] li::marker {
  content: counter(cntr, lower-greek) "   ";
}

ol[style*=lower-roman] li::marker {
  content: counter(cntr, lower-roman) "   ";
}

ol[style*=upper-roman] li::marker {
  content: counter(cntr, upper-roman) "   ";
}

ul[class*=flex-],
ol[class*=flex-] {
  padding: 0;
}
ul[class*=flex-] li,
ol[class*=flex-] li {
  position: relative;
  left: 1.625em;
  padding-right: 1.625em;
}

ul.checklist li::marker {
  content: "✓   ";
  font-weight: bold;
}

ul.crosslist li::marker {
  content: "✖   ";
}

.table-wrap {
  max-width: 100%;
  margin-bottom: 1.625em;
  overflow-x: auto;
}

table {
  width: 100%;
  margin: 0;
  font-size: 0.875em;
  line-height: 1.625;
  background: white;
  border-collapse: collapse;
  border-spacing: 0;
}
table table {
  font-size: 1em;
}

caption, thead, tbody, tfoot, tr, th, td {
  text-align: left;
  vertical-align: top;
}

th {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

th, td {
  padding: 1em;
  border: 1px solid #e5e4e3;
}
th > p, td > p {
  margin-bottom: 0;
}
th > p + p, td > p + p {
  margin-top: 1.625em;
}

table.inline {
  width: auto;
  margin-bottom: 1.625em;
  font-size: 1em;
  color: inherit;
  line-height: inherit;
  background: none;
  border: none;
}
table.inline th, table.inline td {
  padding: 0;
  color: inherit;
  border: none;
}
table.inline th > p, table.inline td > p {
  margin-bottom: 1.625em;
}
table.inline th > p + p, table.inline td > p + p {
  margin-top: 0;
}
.table-wrap > table.inline {
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  color: #9f9e9c;
  background-color: white;
  border: 1px solid;
  border-color: #e5e4e3;
  border-radius: 0.25em;
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  color: #787674;
  background-color: white;
  border-color: #8cc33e;
}

textarea {
  height: auto;
  min-height: calc(3em + 2px);
  white-space: pre-wrap;
}

input[type=date],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: calc(3em + 2px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23bfbebc'%3E %3Cpath d='M11.9,3.5l-0.6-0.6c-0.2-0.1-0.4-0.1-0.6,0L6,7.6L1.3,2.9 C1.2,2.8,1.1,2.8,1,2.8c-0.1,0-0.2,0-0.3,0.1L0.1,3.5C0,3.6,0,3.7,0,3.8C0,3.9,0,4,0.1,4.1l5.6,5.6C5.8,9.8,5.9,9.8,6,9.8 c0.1,0,0.2,0,0.3-0.1l5.6-5.6C12,4,12,3.9,12,3.8C12,3.7,12,3.6,11.9,3.5z'/%3E %3C/svg%3E");
  background-size: 0.75em;
  background-position: right 1.25em center;
  background-repeat: no-repeat;
  background-color: white;
}

select {
  padding-right: 2.5em;
  cursor: pointer;
}

fieldset {
  padding: 0.5em 1em 1em;
  margin-bottom: 1.625em;
  border: 1px solid #e5e4e3;
  border-radius: 0.25em;
}
fieldset legend {
  font-family: "Oswald", sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}
fieldset p {
  margin-bottom: 1em;
}
fieldset > :last-child {
  margin-bottom: 0;
}

.firefox input[type=date] {
  background-image: none;
}

:-ms-input-placeholder {
  color: #bfbebc;
}

::placeholder {
  color: #bfbebc;
}

.label-text {
  display: inline-block;
  margin-bottom: 0.25em;
  padding-left: 1px;
  font-family: "Oswald", sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  color: #787674;
}

.required {
  color: #e83022;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-decoration: none;
}

:autofill,
:autofill:focus,
:autofill:focus:hover {
  border: 1px solid #8cc33e;
  -webkit-text-fill-color: #787674;
  -webkit-box-shadow: 0 0 0px calc(3em + 2px) white inset;
  transition: background-color 5000s ease-in-out 0s;
  background-clip: content-box;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  display: none;
}

input::-webkit-clear-button {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
input::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  opacity: 0;
}

.button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.button:not(.alt) {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #72b01a;
}
.button:not(.alt):visited {
  color: white;
}
.button:not(.alt):hover, .button:not(.alt):focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.button:not(.alt):active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.button.alt {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #cb9a5f;
}
.button.alt:visited {
  color: white;
}
.button.alt:hover, .button.alt:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.button.alt:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.button.alt:visited {
  color: white;
}

.button-tiny {
  font-size: 0.75em;
}

.button-small {
  font-size: 0.875em;
}

.button-medium {
  font-size: 1.125em;
}

.button-large {
  font-size: 1.375em;
}

.button-huge {
  font-size: 1.75em;
}

.button:disabled,
.button.disabled,
.button:disabled[disabled] {
  color: #e5e4e3;
  background-color: #bfbebc;
  cursor: not-allowed;
}
.button:disabled:hover, .button:disabled:focus,
.button.disabled:hover,
.button.disabled:focus,
.button:disabled[disabled]:hover,
.button:disabled[disabled]:focus {
  color: #e5e4e3;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.search-form {
  margin-bottom: 1.625em;
}
.search-form [type=search] {
  width: 100%;
}
.search-form [type=submit] {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  top: 0.125em;
  margin-right: 0.5em;
  cursor: pointer;
}

@supports (appearance: none) or (-webkit-appearance: none) {
  input[type=radio],
  input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  input[type=radio]:before,
  input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: white;
    box-shadow: 0 0 0 1px #e5e4e3;
    transition: background 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    cursor: pointer;
  }
  input[type=radio]:checked:before,
  input[type=checkbox]:checked:before {
    color: #8cc33e;
    background-color: white;
    box-shadow: 0 0 0 1px #e5e4e3;
  }
  input[type=checkbox]:before {
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
  }
  input[type=checkbox]:checked:before {
    content: "✓";
    font-weight: bold;
  }
  input[type=radio]:before {
    border-radius: 50%;
  }
  input[type=radio]:checked:before {
    box-shadow: inset 0 0 0 0.25em white, inset 0 0 0 1em #8cc33e, 0 0 0 1px #e5e4e3;
  }
  .user-is-tabbing input[type=checkbox]:focus,
  .user-is-tabbing input[type=radio]:focus {
    outline: none;
  }
  .user-is-tabbing input[type=checkbox]:focus:before,
  .user-is-tabbing input[type=radio]:focus:before {
    box-shadow: 0 0 0 1px #8cc33e;
  }
}
#navigation {
  display: block;
  position: fixed;
  width: 360px;
  left: -360px;
  top: -75px;
  bottom: -75px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  background-color: white;
  border: 75px solid transparent;
  border-right: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  overflow-y: auto;
  transition: left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 20;
}
#navigation.toggled {
  left: -75px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  transition: left 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
#navigation ul.menu {
  padding: var(--modpadd);
  list-style: none;
}
#navigation li {
  position: relative;
}
#navigation li a {
  display: block;
  padding: 0.25em 0;
  color: #272420;
  text-decoration: none;
}
#navigation li.focus > a, #navigation li:active > a {
  color: #9f9e9c;
}
#navigation li.current-menu-item > a {
  color: #72b01a;
}
#navigation li.current-menu-ancestor > a, #navigation li.current-page-ancestor > a {
  color: #72b01a;
}
#navigation li.has-children {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#navigation li.has-children > a:first-child {
  width: calc(100% - 2em);
}
#navigation li.has-children > a.sub-toggle {
  width: 2em;
  text-align: center;
}
#navigation li.has-children > a.sub-toggle .inline-svg {
  width: 0.75em;
  height: 0.75em;
}
#navigation ul.sub-menu {
  display: none;
  width: 100%;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  background-color: transparent;
}
#navigation ul.sub-menu li {
  padding-left: 1em;
}
#navigation ul.sub-menu li:first-child {
  padding-top: 0.75em;
}
#navigation ul.sub-menu li:last-child {
  padding-bottom: 0.75em;
}
#navigation ul.sub-menu > li > a:first-child:before {
  content: "";
  display: block;
  position: absolute;
  content: "⬤";
  left: 0;
  opacity: 0.5;
  transform: scale(0.5);
}
#navigation li.focus > ul.sub-menu {
  display: block;
}

@media (min-width: 680px) {
  #navigation {
    display: block;
    position: static;
    width: auto;
    background-color: transparent;
    border: none;
    overflow: visible;
  }
  #navigation.toggled {
    box-shadow: none;
  }
  #navigation ul.menu {
    margin: 0;
    padding: 0;
  }
  #navigation ul.menu > li {
    padding: 0.375em 0;
  }
  #navigation ul.menu > li + li {
    margin-left: 1em;
  }
  #navigation li {
    position: relative;
    float: left;
  }
  #navigation li a {
    color: #272420;
  }
  #navigation li:hover > a, #navigation li.focus > a {
    color: #9f9e9c;
  }
  #navigation li.current-menu-item > a {
    color: #72b01a;
  }
  #navigation li.current-menu-ancestor > a, #navigation li.current-page-ancestor > a {
    color: #72b01a;
  }
  #navigation li.has-children {
    width: auto;
  }
  #navigation li.has-children > a:first-child {
    width: 100%;
  }
  #navigation li.has-children > a.sub-toggle {
    display: none;
  }
  #navigation ul.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    height: auto;
    font-size: 0.875em;
    border-top: 30px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    opacity: 0;
    overflow: visible;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1);
  }
  #navigation ul.sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.25em;
    transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #navigation ul.sub-menu li {
    width: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
    background-color: white;
    border: 1px solid white;
    white-space: nowrap;
    float: none;
  }
  #navigation ul.sub-menu li a {
    padding: 0;
    line-height: 2em;
    color: #787674;
  }
  #navigation ul.sub-menu li:hover > a, #navigation ul.sub-menu li.focus > a {
    color: #bfbebc;
  }
  #navigation ul.sub-menu li.current-menu-item > a {
    color: #72b01a;
  }
  #navigation ul.sub-menu li.current-menu-ancestor > a, #navigation ul.sub-menu li.current-page-ancestor > a {
    color: #72b01a;
  }
  #navigation ul.sub-menu li:first-child {
    padding-top: 1em;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
  }
  #navigation ul.sub-menu li:last-child {
    padding-bottom: 1em;
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
  }
  #navigation ul.sub-menu > li > a:first-child:before {
    display: none;
  }
  #navigation ul.sub-menu ul.sub-menu {
    top: -1em;
    left: 100%;
    border-top: 0;
    border-left: 50px solid rgba(0, 0, 0, 0);
  }
  #navigation li:hover > ul.sub-menu,
  #navigation li.focus > ul.sub-menu {
    opacity: 1;
    border-width: 5px;
    pointer-events: all;
  }
  #navigation li:hover > ul.sub-menu:before,
  #navigation li.focus > ul.sub-menu:before {
    box-shadow: var(--shadow-elevation-high);
  }
}
.navigation-toggle {
  line-height: 0;
  z-index: 20;
}

button.toggle-btn {
  padding: 0;
  height: auto;
  min-height: 0;
  background: none;
  border: none;
  line-height: 0;
  width: 20px;
  height: 20px;
}
button.toggle-btn:hover, button.toggle-btn:focus {
  background: none;
}
button.toggle-btn rect.toggle-color {
  fill: #272420;
  transform: rotate(180deg);
  transform-origin: center;
  transition: fill 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

button.toggle-btn[aria-expanded=true] rect.toggle-color {
  opacity: 0;
}
button.toggle-btn[aria-expanded=true] rect.toggle-color:first-of-type {
  opacity: 1;
  transform: rotate(45deg) translate3d(0px, 6px, 0);
  fill: white;
}
button.toggle-btn[aria-expanded=true] rect.toggle-color:last-of-type {
  opacity: 1;
  transform: rotate(-45deg) translate3d(0px, -6px, 0);
  fill: white;
}

@media (min-width: 680px) {
  .navigation-toggle {
    display: none;
  }
}
nav.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
nav.pagination ul {
  display: flex;
}
nav.pagination ul li {
  display: flex;
  font-size: 0.875em;
}
nav.pagination ul li a,
nav.pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  text-decoration: none;
}
nav.pagination ul li a {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #72b01a;
}
nav.pagination ul li a:visited {
  color: white;
}
nav.pagination ul li a:hover, nav.pagination ul li a:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
nav.pagination ul li a:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
nav.pagination ul li span.current {
  color: white;
  background-color: #787674;
  box-shadow: inset 0 1px 2px #62605e;
  border-radius: 0.25em;
}
nav.pagination ul li + li {
  margin-left: 0.5em;
}

.widget .widget-title {
  padding-top: 0;
}

.wp-post-image {
  display: block;
}

.has-aspect {
  display: block;
  position: relative;
}
.has-aspect:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.has-aspect img, .has-aspect iframe, .has-aspect video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.ratio-16-9:before {
  padding-top: 56.25%;
}

.ratio-3-4:before {
  padding-top: 133.3333333333%;
}

.ratio-1-1:before {
  padding-top: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  margin: 0 0 1.625em 0;
}
.video-container > :first-child {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

img.rounded,
.rounded img {
  border-radius: 50%;
  object-fit: cover;
}

img.polygon,
.polygon img {
  clip-path: polygon(50% 0%, 93.3012701892% 25%, 93.3012701892% 75%, 50% 100%, 6.6987298108% 75%, 6.6987299224% 25.0000000178%);
  object-fit: cover;
}

.has-parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}

@media (min-width: 782px) {
  .has-parallax {
    background-attachment: fixed !important;
  }
}
.gallery {
  display: flex;
  flex-flow: row wrap;
  margin: -5px;
}

.gallery-item {
  position: relative;
  flex: 1 0 100%;
  max-width: calc(100% - 10px);
  margin: 5px;
  overflow: hidden;
}
.gallery-item .gallery-icon {
  height: 0;
  line-height: 0;
  padding-top: 100%;
}
.gallery-item .gallery-icon img {
  will-change: transform;
  transform: translate(0, -100%);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-item .gallery-icon a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.gallery-item .gallery-icon a img {
  position: relative;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  transform: translate(0, -50%) scale3d(1, 1, 1);
}
.gallery-item .gallery-icon a:hover img, .gallery-item .gallery-icon a:focus img {
  transform: translate(0, -50%) scale3d(1.05, 1.05, 1.05);
}
.gallery-item .gallery-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  max-height: none;
  margin: 0;
  padding: 1em;
  text-align: center;
  color: white;
  font-size: 1em;
  background: rgba(59, 101, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  box-shadow: none;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  pointer-events: none;
}
.gallery-item:hover .gallery-caption, .gallery-item:focus .gallery-caption {
  opacity: 1;
}

[class*=gallery-wrap] {
  width: 100%;
  margin-bottom: 1.625em;
}

.original-gallery-wrap .gallery-item .gallery-icon {
  height: auto;
  padding-top: 0;
}
.original-gallery-wrap .gallery-item .gallery-icon img {
  transform: none;
  min-width: 0;
  min-height: 0;
}
.original-gallery-wrap .gallery-item .gallery-icon a {
  position: static;
}
.original-gallery-wrap .gallery-item .gallery-icon a:hover img, .original-gallery-wrap .gallery-item .gallery-icon a:focus img {
  transform: translate(0, 0) scale3d(1.05, 1.05, 1.05);
}

.portrait-gallery-wrap .gallery-item .gallery-icon {
  padding-top: 125%;
}

.landscape-gallery-wrap .gallery-item .gallery-icon {
  padding-top: 56.25%;
}

.showcase-gallery-wrap .gallery-item:first-child {
  max-width: calc(100% - 10px);
}
.showcase-gallery-wrap .gallery-item .gallery-icon {
  padding-top: 56.25%;
}

.rounded-gallery-wrap .gallery-item {
  border-radius: 50%;
  overflow: hidden;
}

.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 10px);
}

.gallery-columns-3 .gallery-item {
  max-width: calc(33.33% - 10px);
}

.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 10px);
}
@media (max-width: 599.99px) {
  .gallery-columns-4 .gallery-item {
    max-width: calc(50% - 10px);
  }
}

.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 10px);
}

.gallery-columns-6 .gallery-item {
  max-width: calc(16.66% - 10px);
}
@media (max-width: 599.99px) {
  .gallery-columns-6 .gallery-item {
    max-width: calc(33.33% - 10px);
  }
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1.625em;
  padding: 0.5em;
  background-color: white;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  padding-top: 0.5em;
  text-align: center;
}

#comments {
  padding-top: 1.625em;
}

.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list a {
  word-wrap: break-word;
}

.comment-meta .vcard {
  display: flex;
  align-items: stretch;
  position: relative;
  padding: 0 1.625em;
}
.comment-meta .vcard a {
  display: block;
  max-width: 100%;
  color: #62605e;
  text-decoration: none;
}
.comment-meta .vcard a:hover, .comment-meta .vcard a:focus {
  color: #9f9e9c;
}
.comment-meta .vcard .avatar {
  display: block;
  width: 3.75em;
  border-radius: 50%;
}

.comment-metadata {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.625em 0 0 1.625em;
  line-height: 1.25;
}
.comment-metadata time {
  font-size: 0.75em;
  opacity: 0.75;
}

.comment-image {
  padding-top: 1.625em;
}

.author-name {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment-content {
  padding: 1.625em;
}
.comment-content > p {
  font-size: 0.875em;
}
.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-edit {
  padding-top: 1.625em;
  align-self: flex-start;
}
.comment-edit a {
  line-height: 0;
  color: #62605e;
  opacity: 0.75;
}

.comment-reply-link {
  font-size: 0.875em;
}
.comment-reply-link .inline-svg {
  height: 1em;
  top: 0.125em;
  margin-left: 0.5em;
}

.comment,
.comment-respond {
  display: block;
  margin-bottom: 1.625em;
  list-style: none;
  background: white;
  border: 1px solid #e5e4e3;
}

.comment > .comment-body,
.comment > .comment-respond {
  margin-bottom: 0 !important;
}

.comment .comment:last-child {
  margin-bottom: 0;
}

.comment .comment-respond {
  margin-bottom: 0;
  border: none;
  border-top: 1px dashed #e5e4e3;
}

.comment .children {
  list-style: none;
  margin: 0;
  padding: 0 10px 10px 1.625em;
  text-indent: 0;
}

.children .comment-image {
  position: relative;
}
.children .comment-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #e5e4e3;
  top: -12px;
  left: calc(50% - 12px);
}
.children .comment-image:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
  top: -11px;
  left: calc(50% - 12px);
}

.comment-awaiting-moderation {
  font-style: normal;
  margin-bottom: 1.625em;
  font-size: 0.875em;
  margin: 1.625em 0 0 0;
  padding: 1em 1.25em;
  color: #cb9a5f;
  background-color: #f5ebdf;
  border-left: 3px solid #d3a977;
  color: #faa40a;
  background-color: #feedce;
  border-color: #fbb22f;
}

.comment-reply-title {
  font-size: 1em;
  padding: 1.625em 1.625em 0;
}

.comments-area .comment-form {
  padding: 0 1.625em 1.625em;
}

.comment-form {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.comment-form textarea,
.comment-form input[type=email],
.comment-form input[type=text] {
  display: block;
  width: 100%;
}
.comment-form > p,
.comment-form > div {
  width: 100%;
  padding: 0 10px;
}
.comment-form .logged-in-as,
.comment-form .comment-form-cookies-consent {
  font-size: 0.875em;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  flex: 1 1 220px;
}
.comment-form .comment-notes {
  font-size: 0.75em;
  color: #9f9e9c;
  order: 1;
}
.comment-form .form-submit {
  margin: 0;
  order: 2;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: scale3d(0.25, 0.25, 0.25);
  transition: opacity 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  pointer-events: none;
  z-index: 10;
}
.back-to-top .button {
  display: block;
  padding: 0.75em;
  pointer-events: none;
}

.back-to-top.visible {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.back-to-top.visible .button {
  pointer-events: auto;
}

/* > Scrollbars --------------------------------------------- */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f6f5f4;
}

::-webkit-scrollbar-track {
  background-color: #f6f5f4;
}

::-webkit-scrollbar-thumb {
  background-color: #9f9e9c;
}

.page-overlay {
  background-color: rgba(59, 101, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  content: "";
  display: block;
  position: fixed;
  top: -75px;
  bottom: -75px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  z-index: 10;
}
.page-overlay.visible {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: auto;
}

body .is-layout-flow > .alignleft,
body .is-layout-constrained > .alignleft {
  margin-right: var(--modpadd);
}

body .is-layout-flow > .alignright,
body .is-layout-constrained > .alignright {
  margin-left: var(--modpadd);
}

:where(.wp-block-group) {
  margin-bottom: 1.625em;
}

.wp-block-group.has-background {
  padding: 1.625em;
}

:where(.wp-block-cover) {
  margin-bottom: 1.625em;
}

.wp-block-cover {
  height: auto;
  min-height: 280px;
  padding: var(--modpadd);
}
.wp-block-cover.alignleft, .wp-block-cover.alignright {
  width: 100%;
  max-width: 380px;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  max-width: var(--contentsize);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover .wp-block-cover__video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.wp-block-cover.is-style-large .wp-block-cover__inner-container {
  padding-top: 1.625em;
  padding-bottom: 1.625em;
}

.wp-block-cover.is-style-square,
.wp-block-cover.is-style-portrait,
.wp-block-cover.is-style-landscape {
  min-height: 0;
}

.wp-block-cover.is-style-square {
  aspect-ratio: 1/1;
}

.wp-block-cover.is-style-portrait {
  aspect-ratio: 3/4;
}

.wp-block-cover.is-style-landscape {
  aspect-ratio: 16/9;
}

.widget .wp-block-cover {
  min-height: 0;
  padding: 1.625em;
}
.widget .wp-block-cover .wp-block-cover__inner-container > :last-child {
  margin-bottom: 0;
}

.wp-block-image {
  line-height: 0;
}
.wp-block-image.alignwide, .wp-block-image.alignfull {
  text-align: center;
}
.wp-block-image figcaption {
  margin-top: 1em;
  margin-bottom: 0;
  text-align: inherit;
  line-height: 1.625;
  color: #bfbebc;
}

.wp-block-image.has-custom-border img {
  border-style: solid;
}

@media (max-width: 600px) {
  .wp-block-image.is-style-rounded-mobile {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .wp-block-image.is-style-rounded-mobile img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    border-radius: 9999px;
    object-fit: cover;
  }
}
:where(.wp-block-media-text) {
  margin-bottom: 1.625em;
}

.wp-block-media-text {
  gap: 1.625em var(--modpadd);
  background-repeat: no-repeat;
  overflow: clip;
  -ms-grid-columns: calc(50% - var(--modpadd) / 2) 1fr;
  grid-template-columns: calc(50% - var(--modpadd) / 2) 1fr;
}
.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr calc(50% - var(--modpadd) / 2);
  grid-template-columns: 1fr calc(50% - var(--modpadd) / 2);
}
.wp-block-media-text .wp-block-media-text__media video {
  height: 100%;
  background-color: transparent;
  object-fit: cover;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  min-width: 0;
}
.wp-block-media-text .wp-block-media-text__content > :last-child {
  margin-bottom: 0;
}

.wp-block-media-text.alignfull,
.wp-block-media-text.alignwide,
.wp-block-media-text.has-background {
  gap: 0;
}
.wp-block-media-text.alignfull .wp-block-media-text__content,
.wp-block-media-text.alignwide .wp-block-media-text__content,
.wp-block-media-text.has-background .wp-block-media-text__content {
  padding: var(--modpadd);
}

@media (max-width: 600px) {
  .wp-block-media-text.is-image-fill-element.is-stacked-on-mobile > .wp-block-media-text__media {
    min-height: 0;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-style-rounded-mobile > .wp-block-media-text__media {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-media-text.is-style-rounded-mobile > .wp-block-media-text__media img {
    aspect-ratio: 1/1;
    border-radius: 9999px;
    object-fit: cover;
  }
}
:where(.wp-block-quote) {
  margin-bottom: 1.625em;
}

.wp-block-quote {
  font-size: 1em;
  padding-left: 1.625em;
  border-left: 5px dotted rgba(98, 96, 94, 0.25);
}
.wp-block-quote.has-text-align-right {
  padding-left: 0;
  padding-right: 1.625em;
  border-left: none;
  border-right: 5px dotted rgba(98, 96, 94, 0.25);
}
.wp-block-quote.has-text-align-center {
  padding: 0;
  border: none;
}

.wp-block-quote.is-style-plain {
  font-size: 1em;
  padding: 0;
  border: none;
}

.alignleft + .wp-block-quote,
.alignright + .wp-block-quote {
  padding: 0;
  border: none;
}

:where(.wp-block-columns) {
  margin-bottom: 1.625em;
}

:where(.wp-block-columns.has-background),
:where(.wp-block-column.has-background) {
  padding: 1.625em;
}

.wp-block-column {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 781px) {
  .wp-block-columns.is-style-mobile-columns-2 {
    gap: 1.625em !important;
  }
  .wp-block-columns.is-style-mobile-columns-2 .wp-block-column {
    max-width: calc(50% - 1.625em / 2);
  }
  .wp-block-columns.is-style-mobile-columns-3 {
    gap: 1.625em !important;
  }
  .wp-block-columns.is-style-mobile-columns-3 .wp-block-column {
    max-width: calc(33% - 1.625em / 3 * 2);
  }
  .wp-block-columns.is-style-mobile-columns-4 {
    gap: 1.625em !important;
  }
  .wp-block-columns.is-style-mobile-columns-4 .wp-block-column {
    max-width: calc(33% - 1.625em / 4 * 3);
  }
  .wp-block-column:empty + .wp-block-column:empty,
  .wp-block-column:empty:has(+ .wp-block-column:empty) {
    display: none;
  }
}
:where(.wp-block-table) {
  margin-bottom: 1.625em;
}

.wp-block-table {
  word-break: normal;
}
.wp-block-table thead {
  border-bottom: none;
  white-space: pre-wrap;
}
.wp-block-table tfoot td {
  opacity: 0.5;
}
.wp-block-table figcaption {
  margin-top: 1em;
  text-align: inherit;
  color: #bfbebc;
}
.wp-block-table td, .wp-block-table th {
  padding: 1em;
  border-color: #e5e4e3;
}
.wp-block-table .table-wrap {
  margin-bottom: 0;
}
.wp-block-table.aligncenter figcaption, .wp-block-table.alignwide figcaption, .wp-block-table.alignfull figcaption {
  text-align: center;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes table th,
.wp-block-table.is-style-stripes table td {
  border: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(39, 36, 32, 0.05);
}

:where(.wp-block-buttons) {
  margin-bottom: 1.625em;
}

.wp-block-buttons.is-layout-flex, .wp-block-buttons.is-layout-flow {
  gap: 10px;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #72b01a;
}
.wp-block-button .wp-block-button__link:visited {
  color: white;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.wp-block-button .wp-block-button__link:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  padding-top: calc(0.75em - 1px);
  padding-bottom: calc(0.75em - 1px);
  padding-left: calc(1.25em - 1px);
  padding-right: calc(1.25em - 1px);
  color: inherit;
  background-color: transparent;
  border-width: 2px;
  border-color: currentColor;
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus {
  opacity: 0.75;
  box-shadow: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active {
  opacity: 0.5;
  box-shadow: none;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link[class*=gradient],
.wp-block-button:not(.is-style-outline) .wp-block-button__link[style*=gradient] {
  border: none;
  padding-top: calc(0.75em + 1px);
  padding-bottom: calc(0.75em + 1px);
}

h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: var(--heading-offset);
}
h2:not(.has-background).is-style-nop-top, h3:not(.has-background).is-style-nop-top, h4:not(.has-background).is-style-nop-top, h5:not(.has-background).is-style-nop-top, h6:not(.has-background).is-style-nop-top {
  padding-top: 0;
}

p.has-background {
  padding: 1.625em;
}

p.has-text-color a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
p.has-text-color a:hover, p.has-text-color a:focus, p.has-text-color a:active {
  opacity: 0.75;
}

.has-drop-cap {
  position: relative;
}
.has-drop-cap:not(:focus):first-letter {
  margin: 0 0.125em -0.125em 0;
  width: 3.25em;
  height: 3.25em;
  font-size: 3.25em;
  line-height: 1;
  font-weight: inherit;
  text-transform: uppercase;
  font-style: normal;
  float: left;
}

.firefox .has-drop-cap:not(:focus):first-letter {
  padding-top: 0.125em;
}

.wp-block-separator {
  height: calc(var(--modpadd) - 1.625em);
  max-width: 100%;
  background: none;
  border: none;
  opacity: 1;
}

.wp-block-separator.is-style-wide {
  height: auto;
  margin-block-start: 3.25em;
  margin-block-end: 3.25em;
  border-style: dashed;
  border-width: 0 0 2px 0;
  border-color: currentColor;
  opacity: 0.25;
}

.wp-block-separator.is-style-dots {
  height: auto;
  margin-block-start: 3.25em;
  margin-block-end: 3.25em;
  text-align: center;
  opacity: 0.25;
}
.wp-block-separator.is-style-dots:before {
  display: inline-flex;
  content: "⬤ ⬤ ⬤";
  font-family: Consolas, Monaco, monospace;
  font-size: 0.75em;
  letter-spacing: 1em;
  padding-left: 1em;
  line-height: 0;
}

.wp-block-spacer {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-block-verse {
  padding: 0;
  white-space: pre-wrap;
  clear: both;
}
.wp-block-verse.has-background {
  padding: 1.625em;
}

.wp-block-code {
  display: inline-flex;
  padding: 1.625em;
  font-size: inherit;
  border: none;
  border-radius: 0;
  color: #d2d1d0;
  background-color: #44423f;
}
.wp-block-code code {
  padding: 0;
  display: inline-block;
  font-size: inherit;
  color: inherit;
  background: inherit;
}

.wp-block-preformatted.has-background {
  padding: 1.625em;
}

:where(.wp-block-file) {
  margin-bottom: 1.625em;
}

.wp-block-file {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: var(--contentsize);
}
.wp-block-file:not(.is-style-full-width).alignleft, .wp-block-file:not(.is-style-full-width).alignright {
  width: auto;
  max-width: 100%;
}
.wp-block-file .wp-block-file__embed {
  flex: 1 0 100%;
}
.wp-block-file .wp-block-file__button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #72b01a;
  border-radius: 0 0.25em 0.25em 0;
}
.wp-block-file .wp-block-file__button:visited {
  color: white;
}
.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.wp-block-file .wp-block-file__button:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-file a:not(.wp-block-file__button) {
  display: inline-block;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  color: #f2f1f1;
  background-color: #787674;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.25em;
}
.wp-block-file a:not(.wp-block-file__button):not(:only-child) {
  border-radius: 0.25em 0 0 0.25em;
}
.wp-block-file a:not(.wp-block-file__button):hover, .wp-block-file a:not(.wp-block-file__button):focus {
  color: white;
}

.wp-block-file.aligncenter {
  justify-content: center;
}

.wp-block-file.is-style-full-width {
  flex-wrap: nowrap;
  clear: both;
}
.wp-block-file.is-style-full-width a.wp-block-file__button {
  flex-shrink: 0;
  position: relative;
  width: 1em;
  font-size: 1em;
  text-indent: -9999px;
  line-height: 0;
  overflow: hidden;
}
.wp-block-file.is-style-full-width a.wp-block-file__button:before {
  content: "";
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='white'%3E %3Cpath d='M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E %3C/svg%3E");
  background-size: 1em 1em;
}
.wp-block-file.is-style-full-width a:not(.wp-block-file__button) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
}
.wp-block-file.is-style-full-width .wp-block-file__embed ~ a {
  display: none;
}

.wp-block-video video {
  width: 100%;
}
.wp-block-video figcaption {
  margin-top: 1em;
  text-align: left;
  color: #bfbebc;
}

.wp-block-video.aligncenter figcaption,
.wp-block-video.alignwide figcaption,
.wp-block-video.alignfull figcaption {
  text-align: center;
}

.wp-block-audio {
  line-height: 0;
}
.wp-block-audio figcaption {
  margin-top: 1em;
  color: #bfbebc;
  line-height: 1.625;
  text-align: left;
}

:where(.wp-block-embed) {
  margin-bottom: 1.625em;
}

.wp-block-embed figcaption {
  margin-top: 1em;
  color: #bfbebc;
  text-align: left;
}

.wp-block-embed.aligncenter figcaption,
.wp-block-embed.alignwide figcaption,
.wp-block-embed.alignfull figcaption {
  text-align: center;
}

.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper,
.wp-block-embed.is-provider-vimeo .wp-block-embed__wrapper {
  margin-bottom: -1px;
}
.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper .video-container,
.wp-block-embed.is-provider-vimeo .wp-block-embed__wrapper .video-container {
  margin-bottom: 0;
}
.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper:before,
.wp-block-embed.is-provider-vimeo .wp-block-embed__wrapper:before {
  display: none !important;
}

.issuuembed {
  position: relative;
  width: 100% !important;
  height: 0 !important;
  max-width: 100%;
  padding-top: 56.25%;
}
.issuuembed iframe {
  position: absolute;
  inset: 0;
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 1em;
}

.wp-block-social-links .wp-social-link,
.wp-block-social-links.has-normal-icon-size .wp-social-link {
  font-size: 2em;
}

.wp-block-social-links.has-small-icon-size .wp-social-link {
  font-size: 1em;
}

.wp-block-social-links.has-large-icon-size .wp-social-link {
  font-size: 3em;
}

.wp-block-social-links.has-huge-icon-size .wp-social-link {
  font-size: 4em;
}

:where(.wp-block-archives),
:where(.wp-block-categories),
:where(.wp-block-page-list) {
  margin-bottom: 1.625em;
}

:where(.wp-block-search) {
  margin-bottom: 1.625em;
}

.wp-block-search .wp-block-search__label {
  font-weight: 700;
}
.wp-block-search .wp-block-search__input {
  padding: 0.75em 1.25em;
  border-color: #e5e4e3;
}
.wp-block-search .wp-block-search__button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.25em;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0);
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  color: white;
  background-color: #72b01a;
  margin-left: 0.5em;
}
.wp-block-search .wp-block-search__button:visited {
  color: white;
}
.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.wp-block-search .wp-block-search__button:active {
  color: white;
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0.75em 1.25em;
  border-color: #e5e4e3;
  border-radius: 0.25em;
  transition: border-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0 0.5em;
  font-size: 0.75em;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:focus-within {
  border-color: #8cc33e;
}

.wp-block-search .wp-block-search__button.has-icon {
  padding: 0 1.25em;
  line-height: 0;
  fill: currentColor;
}

html {
  height: 100%;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  background-color: white;
}

.site-header {
  flex: 0 0 auto;
  position: relative;
}

.site-banner {
  flex: 0 0 auto;
  position: relative;
}

.site-content {
  flex: 1 0 auto;
  display: flex;
  position: relative;
}

.site-footer {
  flex: 0 0 auto;
  position: relative;
}

.site-header {
  color: #272420;
  background-color: white;
}
@media (min-width: 680px) {
  .site-header {
    position: sticky;
    top: 0;
    box-shadow: var(--shadow-elevation-medium);
    z-index: 10;
  }
}

.header-branding {
  margin-right: auto;
}
.header-branding .branding-logo {
  display: block;
  padding: 1.5rem 0;
  max-width: 320px;
  color: #272420;
}

.site-banner {
  max-height: 740px;
  background-color: black;
  overflow: hidden;
}
.site-banner .banner-content {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.site-banner .wp-custom-header {
  position: absolute;
  inset: 0;
  max-height: 740px;
  z-index: 0;
}
.site-banner .wp-custom-header video, .site-banner .wp-custom-header img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
}
.site-banner .banner-text-overlay {
  position: absolute;
  inset: 0;
  max-height: 740px;
  font-size: clamp(0.75em, 1.5vw, 1.125em);
}
.site-banner .banner-text-overlay .banner-text-box {
  margin: auto;
  text-align: center;
  color: white;
  font-size: clamp(1.5em, 2vw, 2em);
}
.site-banner .banner-text-overlay .banner-heading {
  font-family: "Oswald", sans-serif;
  font-size: 2em;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  font-weight: 700;
}
.site-banner .banner-text-overlay .banner-text {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.25em;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 300;
}
.site-banner .inline-svg {
  position: absolute;
  width: 25%;
  max-width: 15em;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  color: white;
  opacity: 0.25;
  pointer-events: none;
}

.wp-custom-header-video-button {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

.site-content {
  background-color: white;
}

.content-main {
  flex: 1 1 100%;
  max-width: 100%;
}

@media (min-width: 782px) {
  .content-main {
    flex: 1;
    min-width: 0;
  }
}
.content-sidebar {
  position: relative;
  align-self: flex-end;
}
.content-sidebar .widget {
  flex: 1 0 50%;
  max-width: 100%;
  min-width: 250px;
  margin-top: 1.625em;
}
.content-sidebar .widget[class*=search] {
  flex: 1 0 100%;
}
.content-sidebar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f6f5f4;
  z-index: -1;
}

@media (min-width: 782px) {
  .content-sidebar {
    display: block;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .content-sidebar .widget {
    margin-top: 0;
    min-width: 0;
  }
  .content-sidebar:after {
    display: none;
  }
}
.footer-widgets {
  color: #d2d1d0;
  background-color: #272420;
}
.footer-widgets .widget a:not(.button) {
  color: #d2d1d0;
  text-decoration: none;
}
.footer-widgets .widget a:not(.button):hover, .footer-widgets .widget a:not(.button):focus {
  color: #e5e4e3;
}

.footer-info {
  font-size: 0.75em;
  color: #9f9e9c;
  background-color: #272420;
}
.footer-info a:not(.button) {
  color: #9f9e9c;
  text-decoration: none;
}
.footer-info a:not(.button):hover, .footer-info a:not(.button):focus {
  color: #bfbebc;
}

.title-hidden .page-content > .alignfull:first-child {
  margin-top: calc((var(--modpadd) + 1.625em) * -1);
}

.page-content > .alignfull:last-child {
  margin-bottom: calc(var(--modpadd) * -1);
}

article.type-post {
  display: flex;
  flex-direction: column;
  gap: 1.625em;
}

.entry-thumbnail {
  min-width: 3em;
}

.entry-header .entry-title {
  margin: 0;
  padding: 0;
}

.entry-meta {
  color: #9f9e9c;
}
.entry-meta > * {
  font-size: 0.75em;
}
.entry-meta a {
  text-decoration: none;
  color: #9f9e9c;
}
.entry-meta a:hover, .entry-meta a:focus {
  color: #62605e;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-summary:not(.product-summary) > p {
  font-size: 0.875em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.entry-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5em 0;
  color: #9f9e9c;
  border-top: 1px dashed #e5e4e3;
  border-bottom: 1px dashed #e5e4e3;
}
.entry-footer > * {
  font-size: 0.75em;
}

.updated:not(.published) {
  display: none;
}

.wpcf7 {
  margin: 0;
  padding: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-form-control:not(.button) {
  width: 100%;
}

.wpcf7-response-output {
  font-size: 0.875em;
  margin: 1.625em 0 0 0;
  padding: 1em 1.25em;
  color: #cb9a5f;
  background-color: #f5ebdf;
  border-left: 3px solid #d3a977;
  display: none;
}
.invalid .wpcf7-response-output, .unaccepted .wpcf7-response-output {
  display: flex;
  color: #e83022;
  background-color: #fad6d3;
  border-color: #eb4f43;
}
.spam .wpcf7-response-output, .failed .wpcf7-response-output, .aborted .wpcf7-response-output {
  display: flex;
  color: #faa40a;
  background-color: #feedce;
  border-color: #fbb22f;
}
.sent .wpcf7-response-output {
  display: flex;
  color: #72b01a;
  background-color: #e3efd1;
  border-color: #87bc3c;
}

span.wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: calc(0.75em + 1px);
  left: calc(1.25em + 1px);
  right: calc(1.25em + 1px);
  font-size: 1em;
  line-height: 1.5em;
  color: #e83022;
  background-color: white;
  transition: opacity 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06), transform 0.2s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: text;
  overflow: hidden;
  z-index: 1;
}

select + span.wpcf7-not-valid-tip,
input[type=date] + span.wpcf7-not-valid-tip,
.wpcf7-checkbox + span.wpcf7-not-valid-tip,
.wpcf7-radio + span.wpcf7-not-valid-tip {
  display: none;
}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid {
  color: #e83022;
  border-color: #eb4f43;
}
select.wpcf7-not-valid:focus,
textarea.wpcf7-not-valid:focus,
input.wpcf7-not-valid:focus {
  color: #787674;
  border-color: #8cc33e;
  background-color: white;
}
select.wpcf7-not-valid:focus + span.wpcf7-not-valid-tip,
textarea.wpcf7-not-valid:focus + span.wpcf7-not-valid-tip,
input.wpcf7-not-valid:focus + span.wpcf7-not-valid-tip {
  opacity: 0;
  transform: translate3d(30px, 0, 0);
  pointer-events: none;
}

@supports (appearance: none) or (-webkit-appearance: none) {
  span.wpcf7-not-valid input[type=checkbox]:before {
    box-shadow: 0 0 0 1px #e83022;
  }
  span.wpcf7-not-valid.clicked input[type=checkbox]:before, span.wpcf7-not-valid.clicked input[type=checkbox]:checked:before {
    box-shadow: 0 0 0 1px #e5e4e3;
  }
  .user-is-tabbing span.wpcf7-not-valid.clicked input[type=checkbox]:focus:before, .user-is-tabbing span.wpcf7-not-valid.clicked input[type=checkbox]:checked:before {
    box-shadow: 0 0 0 1px #8cc33e;
  }
}
span.wpcf7-list-item {
  display: inline-block;
  margin-right: 1em;
}
span.wpcf7-list-item.last {
  margin-right: 0;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 .ajax-loader.is-active,
div.wpcf7 .ajax-loader,
div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #bfbebc;
}

div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.safari .wpcf7-date,
.chrome .wpcf7-date,
.edge .wpcf7-date {
  max-width: 8.75em;
}

.ie .wpcf7-date {
  max-width: 7.75em;
}

@keyframes featherlightLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.featherlight {
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
}
.featherlight button {
  min-height: 0;
  overflow: hidden;
}

.featherlight:last-of-type {
  background-color: rgba(59, 101, 0, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.featherlight .featherlight-content {
  position: relative;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 80px);
  background: black;
  animation: fadein 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: auto;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 0;
}

@media (min-width: 600px) {
  .featherlight .featherlight-content {
    max-width: calc(100% - 110px);
  }
}
@media (min-width: 600px) {
  .featherlight .featherlight-content {
    max-height: 80%;
    max-width: 80%;
    overflow: visible;
  }
}
.featherlight .featherlight-inner {
  display: block;
}

@media (max-width: 599.99px) {
  .featherlight .featherlight-inner {
    width: 100% !important;
    height: auto !important;
  }
}
.featherlight .featherlight-content .caption {
  padding: 0.875em 1.125em;
  line-height: 1.5em;
  color: #9f9e9c;
  background: white;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 600px) {
  .featherlight .featherlight-content .caption {
    position: absolute;
    max-width: calc(100% - 48px);
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
  }
  .featherlight .featherlight-content .featherlight-close:hover ~ .caption,
  .featherlight .featherlight-content .featherlight-next:hover ~ .caption,
  .featherlight .featherlight-content .featherlight-previous:hover ~ .caption {
    opacity: 0;
  }
}
.featherlight .featherlight-content:hover > .caption,
.featherlight .featherlight-content:focus > .caption {
  opacity: 1;
}

.featherlight-loading .featherlight-content {
  animation: featherlightLoader 1s infinite linear;
  border: 8px solid #9f9e9c;
  border-left-color: #f6f5f4;
  background: none;
}
.featherlight-loading .featherlight-content button {
  display: none;
}

.featherlight-loading .featherlight-content,
.featherlight-loading .featherlight-content::after {
  border-radius: 50%;
  height: 10em;
  width: 10em;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  display: block;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  padding: 0;
  background-color: transparent;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%204.41L19.59%203%2012%2010.59%204.41%203%203%204.41%2010.59%2012%203%2019.59%204.41%2021%2012%2013.41%2019.59%2021%2021%2019.59%2013.41%2012%2021%204.41z%22/%3E%0A%3C/svg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0;
  cursor: pointer;
  z-index: 9999;
}
.featherlight .featherlight-close-icon:focus, .featherlight .featherlight-close-icon:hover {
  opacity: 1;
}

.featherlight-next,
.featherlight-previous {
  display: block;
  position: fixed;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  white-space: nowrap;
  text-indent: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.4;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.featherlight-next:focus, .featherlight-next:hover,
.featherlight-previous:focus,
.featherlight-previous:hover {
  opacity: 1;
}
.featherlight-next span,
.featherlight-previous span {
  display: none;
}

.featherlight-next {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.59%2016.59L13.17%2012%208.59%207.41%2010%206l6%206-6%206-1.41-1.41z%22/%3E%0A%3C/svg%3E);
  right: 0;
}

.featherlight-previous {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%09%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M15.41%207.41L10.83%2012l4.58%204.59L14%2018l-6-6%206-6%201.41%201.41z%22/%3E%0A%3C/svg%3E);
  left: 0;
}

.featherlight-loading .featherlight-next,
.featherlight-loading .featherlight-previous {
  display: none;
}

@media (min-width: 600px) {
  .featherlight-next {
    right: 10px;
  }
  .featherlight-previous {
    left: 10px;
  }
}
body {
  --cmplz_banner_width: 526px;
  --cmplz_banner_background_color: white;
  --cmplz_banner_border_radius: 0.25em;
  --cmplz_banner_margin: 10px;
  --cmplz_title_font_size: 16px;
  --cmplz_text_line_height: 1.625;
  --cmplz_text_color: #62605e;
  --cmplz_hyperlink_color: #72b01a;
  --cmplz_button_accept_background_color: #72b01a;
  --cmplz_button_accept_border_color: #72b01a;
  --cmplz_button_accept_text_color: white;
  --cmplz_button_deny_background_color: #72b01a;
  --cmplz_button_deny_border_color: #72b01a;
  --cmplz_button_deny_text_color: white;
  --cmplz_button_settings_background_color: #72b01a;
  --cmplz_button_settings_border_color: #72b01a;
  --cmplz_button_settings_text_color: white;
  --cmplz_button_border_radius: 0.25em;
  --cmplz_button_font_size: 14px;
  --cmplz_category_header_always_active_color: #72b01a;
  --cmplz_slider_active_color: #72b01a;
  --cmplz_slider_inactive_color: #9f9e9c;
  --cmplz_slider_bullet_color: white;
  --cmplz_category_color: #62605e;
  --cmplz_category_background: #f6f5f4;
}

#cmplz-document h2 {
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 0;
}

.cmplz-categories .cmplz-category-header,
.cmplz-categories .cmplz-category {
  color: var(--cmplz_category_color) !important;
  background-color: var(--cmplz_category_background) !important;
}
.cmplz-categories .cmplz-category {
  margin-bottom: 10px !important;
}

#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown {
  background-color: transparent;
}
#cmplz-cookies-overview .cmplz-dropdown h2, #cmplz-cookies-overview .cmplz-dropdown h3, #cmplz-cookies-overview .cmplz-dropdown h4, #cmplz-cookies-overview .cmplz-dropdown h5, #cmplz-cookies-overview .cmplz-dropdown h6, #cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown h2,
#cmplz-document .cmplz-dropdown h3,
#cmplz-document .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h5,
#cmplz-document .cmplz-dropdown h6,
#cmplz-document .cmplz-dropdown p {
  padding: 0;
}
#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown p {
  margin-bottom: 0;
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary {
  color: var(--cmplz_category_color);
  background-color: var(--cmplz_category_background);
}
#cmplz-cookies-overview .cmplz-dropdown summary h3,
#cmplz-document .cmplz-dropdown summary h3 {
  font-size: inherit;
  font-weight: inherit;
}
#cmplz-cookies-overview .cmplz-dropdown summary div:after,
#cmplz-document .cmplz-dropdown summary div:after {
  transform: scale(0.75);
  opacity: 0.5;
}
#cmplz-cookies-overview .cmplz-dropdown[open] summary div:after,
#cmplz-document .cmplz-dropdown[open] summary div:after {
  transform: scale(0.75) rotate(180deg);
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose {
  background-color: #e5e4e3;
  border-color: #e5e4e3;
}
#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div {
  background-color: white !important;
}

.cmplz-service-description,
.cmplz-sharing-data {
  width: 49% !important;
  padding-top: 5px !important;
}

@media only screen and (max-width: 600px) {
  .cmplz-service-description,
  .cmplz-sharing-data {
    width: 100% !important;
    padding-top: 0 !important;
  }
}
.cmplz-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmplz-open svg {
  transform: scale(0.75);
  opacity: 0.5;
}

div.cmplz-cookiebanner .cmplz-title {
  font-weight: 300;
}
div.cmplz-cookiebanner .cmplz-close {
  transform: scale(0.75);
}
div.cmplz-cookiebanner .cmplz-message {
  margin-bottom: 25px;
}

div.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  height: auto;
  padding: 0.75em 0.75em;
  font-weight: 400;
  line-height: 1.5em;
  transition: box-shadow 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
div.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover, div.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:focus {
  box-shadow: inset 0 100vh 0 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
div.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:active {
  box-shadow: inset 0 100vh 0 0 rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
}

div.cmplz-cookiebanner.cmplz-show,
div.cmplz-cookiebanner.cmplz-show:hover {
  box-shadow: var(--shadow-elevation-high);
}

#cmplz-manage-consent {
  display: none;
}

button.info-complianz {
  display: inline;
  font-size: 1em;
  font-weight: inherit;
  padding: 0;
  color: #9f9e9c;
  background: none;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
button.info-complianz:hover, button.info-complianz:focus {
  color: #bfbebc;
}
/*# sourceMappingURL=frontend.css.map */