/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/screen.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

body {
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-theme-color: var(--wp--preset--color--accent);
  --color--link-underline: hsl(348, 83%, 45%);
  --color--link-hover: hsl(348, 83%, 90%);
  --size--container-default: 1300px;
  --size--container-small: calc( var(--size--container-default) / 1.5 );
  --size--container-wide: var(--size--container-default);
  --grid-columns: 4;
  --wp--style--gallery-gap-default: 1rem;
  --gallery-block--gutter-size: 1rem;
  --wp--style--block-gap: 1rem;
  --input--height: 2.5rem;
}
@media (max-width: 64rem) {
  body {
    --grid-columns: 3;
  }
}
@media (max-width: 48rem) {
  body {
    --grid-columns: 1;
  }
}

/* Color Options
--------------------------------------------- */
.has-base-color {
  color: var(--wp--preset--color--base);
}
.has-base-color a {
  color: var(--wp--preset--color--base);
}

.has-base-background-color {
  background-color: var(--wp--preset--color--base);
}

.has-base-2-color {
  color: var(--wp--preset--color--base-2);
}
.has-base-2-color a {
  color: var(--wp--preset--color--base-2);
}

.has-base-2-background-color {
  background-color: var(--wp--preset--color--base-2);
}

.has-contrast-color {
  color: var(--wp--preset--color--contrast);
}
.has-contrast-color a {
  color: var(--wp--preset--color--contrast);
}

.has-contrast-background-color {
  background-color: var(--wp--preset--color--contrast);
}

.has-contrast-2-color {
  color: var(--wp--preset--color--contrast-2);
}
.has-contrast-2-color a {
  color: var(--wp--preset--color--contrast-2);
}

.has-contrast-2-background-color {
  background-color: var(--wp--preset--color--contrast-2);
}

.has-contrast-3-color {
  color: var(--wp--preset--color--contrast-3);
}
.has-contrast-3-color a {
  color: var(--wp--preset--color--contrast-3);
}

.has-contrast-3-background-color {
  background-color: var(--wp--preset--color--contrast-3);
}

.has-accent-color {
  color: var(--wp--preset--color--accent);
}
.has-accent-color a {
  color: var(--wp--preset--color--accent);
}

.has-accent-background-color {
  background-color: var(--wp--preset--color--accent);
}

.has-accent-2-color {
  color: var(--wp--preset--color--accent-2);
}
.has-accent-2-color a {
  color: var(--wp--preset--color--accent-2);
}

.has-accent-2-background-color {
  background-color: var(--wp--preset--color--accent-2);
}

.has-accent-3-color {
  color: var(--wp--preset--color--accent-3);
}
.has-accent-3-color a {
  color: var(--wp--preset--color--accent-3);
}

.has-accent-3-background-color {
  background-color: var(--wp--preset--color--accent-3);
}

.has-accent-4-color {
  color: var(--wp--preset--color--accent-4);
}
.has-accent-4-color a {
  color: var(--wp--preset--color--accent-4);
}

.has-accent-4-background-color {
  background-color: var(--wp--preset--color--accent-4);
}

.has-accent-5-color {
  color: var(--wp--preset--color--accent-5);
}
.has-accent-5-color a {
  color: var(--wp--preset--color--accent-5);
}

.has-accent-5-background-color {
  background-color: var(--wp--preset--color--accent-5);
}

.has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large);
}

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

.alignfull {
  margin-left: calc(-1 * var(--wp--preset--spacing--10));
  margin-right: calc(-1 * var(--wp--preset--spacing--10));
}
.wp-block-group__inner-container .alignfull {
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
}

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

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

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

.push-down {
  margin-bottom: -3rem !important;
}

.row {
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.row.natural-height {
  align-items: flex-start;
}

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

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

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

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

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

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

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

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

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
}

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

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
}

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

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
}

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

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

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

.row.middle-xs {
  align-items: center;
}

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

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 41rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    width: 100%;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 49rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    width: 100%;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 65rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    width: 100%;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 81rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    width: 100%;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.row-margin {
  margin-left: -1rem;
  margin-right: -1rem;
}

.col-no-gutter {
  padding: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: var(--wp--preset--spacing--10);
}

.show {
  display: block !important;
}

.row.show {
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 41rem) and (max-width: 48rem) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 49rem) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 49rem) and (max-width: 64rem) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 65rem) and (max-width: 80rem) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 81rem) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
body {
  font-family: var(--wp--preset--font-family--body);
  line-height: 1.85;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.has-heading-font-family {
  line-height: 1.2;
  text-rendering: optimizelegibility;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: var(--wp--preset--spacing--10);
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a,
.has-heading-font-family a {
  text-decoration: none;
  box-shadow: none !important;
}
h1.page-title, .h1.page-title,
h2.page-title, .h2.page-title,
h3.page-title, .h3.page-title,
h4.page-title, .h4.page-title,
h5.page-title, .h5.page-title,
h6.page-title, .h6.page-title,
.has-heading-font-family.page-title {
  font-size: var(--wp--preset--font-size--xx-large);
  color: var(--wp--preset--color--accent);
}

p {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--10);
}

.h1 {
  font-size: var(--wp--preset--font-size--xx-large);
}

.h2 {
  font-size: var(--wp--preset--font-size--x-large);
}

.h3 {
  font-size: var(--wp--preset--font-size--large);
}

b,
strong,
.strong {
  font-weight: 900;
}

address {
  display: block;
  font-style: normal;
  margin-bottom: 1rem;
}
address p {
  margin-bottom: 0;
}

cite,
dfn,
em,
i,
.em {
  font-style: italic;
}

small,
.small {
  font-size: 0.75rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

blockquote {
  margin-top: 0;
  padding: 0 2em;
  font-style: normal;
}
blockquote p {
  font-size: 1.25em;
  font-weight: 300;
  margin-top: 0;
}
blockquote small,
blockquote cite {
  display: block;
}
blockquote small:before,
blockquote cite:before {
  content: "— ";
}
blockquote.wp-block-quote.is-style-large p {
  font-style: normal;
  font-size: 2em;
  line-height: 1.2;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 0;
  padding: 0 3px 2px;
}

code {
  background-color: #1a1a1a;
  color: white;
  display: inline-block;
  padding: 2px 4px;
  white-space: pre-wrap;
}

pre {
  background-color: #1a1a1a;
  color: white;
  border-radius: 0.5rem;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 1rem;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  white-space: pre;
  white-space: pre-wrap;
}

.feed-title {
  font-size: 1rem;
  font-weight: 700;
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.navbar .site-logo {
  flex: 0 0 300px;
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
}
@media (max-width: 1199px) {
  .navbar .site-logo {
    flex: 0 1 170px;
    padding: 1.5rem 2rem;
  }
}
.navbar .site-logo img {
  width: auto;
  height: 1.5rem;
  display: block;
}
.navbar .navbar-top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.navbar .navbar-top .navbar-menus-wrapper {
  flex: 0 1 auto;
  display: flex;
  justify-content: space-between;
}
.navbar .navbar-top .navbar-top-additional-links {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.navbar .navbar-top .navbar-top-additional-links a, .navbar .navbar-top .navbar-top-additional-links button {
  display: inline-flex;
  padding: 1rem 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  font-weight: 400;
  letter-spacing: normal;
}
.navbar .navbar-top .navbar-top-additional-links a svg, .navbar .navbar-top .navbar-top-additional-links button svg {
  display: block;
}
.navbar .navbar-top .navbar-top-additional-links a.navbar-search-link, .navbar .navbar-top .navbar-top-additional-links button.navbar-search-link {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .navbar-top .navbar-top-additional-links a.navbar-cta, .navbar .navbar-top .navbar-top-additional-links button.navbar-cta {
  background: var(--wp--preset--color--accent);
  color: #fff;
  padding: 1rem 2rem;
}
@media (max-width: 1199px) {
  .navbar .navbar-top .navbar-top-additional-links a.navbar-cta, .navbar .navbar-top .navbar-top-additional-links button.navbar-cta {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-top .navbar-top-additional-links a.toggle-menu, .navbar .navbar-top .navbar-top-additional-links button.toggle-menu {
    display: none;
  }
}
.navbar .navbar-bottom {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar .desktop-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.navbar .nav-wrapper {
  position: relative;
  z-index: 4;
}
.navbar .search-wrapper {
  margin-left: var(--wp--preset--spacing--20);
}

.breadcrumbs {
  padding: var(--wp--preset--spacing--10);
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs .separator {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.breadcrumbs .last {
  color: var(--wp--preset--color--accent);
  font-weight: 700;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 650px;
}
@media (max-width: 768px) {
  .hero {
    min-height: 650px;
  }
}
.home .hero {
  min-height: 950px;
}
@media (max-width: 768px) {
  .home .hero {
    min-height: 650px;
  }
}
.hero:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 90%, 90% 100%, 0% 100%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 50% 1fr;
  }
}
@media (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column-reverse;
  }
}
.hero.is-centered {
  align-items: center;
  justify-content: center;
}
.hero .hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: flex-end;
  padding: 4rem 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 768px) {
  .hero .hero-content {
    min-height: auto;
    padding: 2rem;
  }
}
.hero .hero-content .container {
  width: 100%;
}
.hero .hero-content h1 {
  font-size: clamp(1.85rem, 5vw, 5rem);
  line-height: 1;
  color: #fff;
  margin-bottom: 1rem;
  color: var(--wp--preset--color--white);
}
.hero .hero-content .lead {
  color: #fff;
  line-height: 1.55;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 2rem;
  max-width: 45rem;
}
@media (max-width: 768px) {
  .hero .hero-content .lead {
    font-size: 16px;
  }
}
.hero .hero-cta-group {
  flex: 0 0 200px;
  display: flex;
  width: 100%;
  z-index: 4;
  border-top: 1px solid var(--wp--preset--color--accent);
}
@media (max-width: 768px) {
  .hero .hero-cta-group {
    display: none;
  }
}
.hero .hero-cta-group .hero-cta {
  flex: 0 0 33.33333%;
  height: 200px;
  font-size: 2.5em;
  border-bottom: 0;
  border-right: 1px solid var(--wp--preset--color--accent);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: var(--wp--preset--color--accent);
  transition: background 0.3s ease-in-out;
}
.hero .hero-cta-group .hero-cta:hover, .hero .hero-cta-group .hero-cta:focus {
  background: rgba(84, 150, 191, 0.2);
}
.hero .hero-cta-group .hero-cta span {
  display: block;
  text-align: center;
}
.hero .hero-cta-group .hero-cta span.cta-subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  color: #fff;
}
.hero .hero-cta-group .hero-cta:last-child {
  border-right: 0;
}
.hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 90%, 90% 100%, 0% 100%);
}
.hero .hero-image img {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.hero .hero-image.has-overlay:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 90%, 90% 100%, 0% 100%);
}

.card-grid {
  display: grid;
  gap: var(--wp--preset--spacing--30);
  grid-template-columns: repeat(var(--grid-columns), minmax(0, 2fr));
}
.blog .card-grid, .archive .card-grid {
  grid-template-columns: repeat(3, minmax(0, 2fr));
}
@media (max-width: 1024px) {
  .blog .card-grid, .archive .card-grid {
    grid-template-columns: repeat(2, minmax(0, 2fr));
  }
}
@media (max-width: 768px) {
  .blog .card-grid, .archive .card-grid {
    grid-template-columns: repeat(1, minmax(0, 2fr));
  }
}
.card-grid.has-three-columns {
  grid-template-columns: repeat(3, minmax(0, 2fr));
}
@media (max-width: 1024px) {
  .card-grid.has-three-columns {
    grid-template-columns: repeat(2, minmax(0, 2fr));
  }
}
@media (max-width: 768px) {
  .card-grid.has-three-columns {
    grid-template-columns: repeat(1, minmax(0, 2fr));
  }
}
.card-grid.has-two-columns {
  grid-template-columns: repeat(2, minmax(0, 2fr));
}
@media (max-width: 768px) {
  .card-grid.has-two-columns {
    grid-template-columns: repeat(1, minmax(0, 2fr));
  }
}

.content-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.content-card .card-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  color: var(--wp--preset--color--contrast-5);
  margin-bottom: 0.5rem;
}
.content-card .card-meta .categories {
  line-height: 1;
}
.content-card .card-meta a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.content-card .card-meta a:hover, .content-card .card-meta a:focus {
  color: var(--wp--preset--color--accent);
}
.content-card .post-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.content-card .post-author img {
  border-radius: 100%;
}
.content-card .post-author a {
  box-shadow: none;
}
.content-card .card-thumbnail img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0.5rem;
}
.content-card .card-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--accent);
  display: -webkit-box;
  max-height: 3rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
}
.content-card .card-title a {
  transition: color 0.3s ease-in-out;
}
.content-card .card-title a:hover, .content-card .card-title a:focus {
  color: var(--wp--preset--color--accent-3);
}
@media (max-width: 40rem) {
  .content-card {
    flex-direction: row;
    align-items: start;
  }
  .content-card .card-thumbnail {
    flex: 0 0 45%;
  }
  .content-card .card-thumbnail img {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .content-card .card-meta {
    font-size: 10px;
  }
}
.content-card.card-horizontal {
  flex-direction: row;
  align-items: start;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.content-card.card-horizontal .card-body {
  padding: var(--wp--preset--spacing--10) 0;
}
@media (max-width: 40rem) {
  .content-card.card-horizontal {
    flex-direction: column;
  }
}

.spinner svg {
  margin-left: auto;
  margin-right: auto;
  animation: rotate 1s linear infinite;
}

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
  flex: 0 0 20%;
  height: 135px;
  display: flex;
  align-items: center;
  justify-items: center;
}
.skeleton svg {
  margin-left: auto;
  margin-right: auto;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(255, 0%, 100%);
  }
  100% {
    background-color: #ccc;
  }
}
.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}

.kouta-page-navi {
  list-style: none;
  text-align: center;
  margin: 2em -2px 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kouta-page-navi:empty {
  display: none;
  margin: 0;
}
.kouta-page-navi li {
  display: inline-block;
  margin: 2px;
  min-width: 3em;
}
.kouta-page-navi li:empty {
  display: none;
  margin: 0;
}
.kouta-page-navi li a,
.kouta-page-navi li span {
  display: block;
  padding: 0.675em;
  text-align: center;
  border-radius: 100%;
}
.kouta-page-navi li a {
  text-decoration: none;
  box-shadow: none !important;
}
.kouta-page-navi li a:hover, .kouta-page-navi li a:focus {
  text-decoration: none;
}
.kouta-page-navi li.kb-current span {
  background-color: var(--wp--preset--color--accent);
  color: #fff;
}

details,
.wp-block-details {
  padding: 0;
  font-size: var(--wp--preset--font-size--default) !important;
  border-bottom: 1px solid var(--wp--preset--color--contrast-7);
  margin-bottom: var(--wp--preset--spacing--20);
}
details summary,
.wp-block-details summary {
  list-style-type: "+";
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-weight: 500;
}
details summary::marker,
.wp-block-details summary::marker {
  display: none !important;
  content: "";
}
details summary:before,
.wp-block-details summary:before {
  content: "+";
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 3px;
  font-size: 1.5rem;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
details[open] > summary,
.wp-block-details[open] > summary {
  list-style-type: "-";
}
details[open] > summary:before,
.wp-block-details[open] > summary:before {
  content: "-";
}
details p:first-of-type,
.wp-block-details p:first-of-type {
  margin-top: 1rem;
}
details p:last-of-type,
.wp-block-details p:last-of-type {
  margin-bottom: 0;
}

.widget {
  margin: 0 0 1rem;
}
#colophon .widget {
  border: 0;
  background: transparent;
  margin: 0;
}
.widget .widgettitle {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-size: 1.25rem;
  color: var(--wp--preset--color--accent);
}
.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li,
.widget ol li {
  margin-left: 0;
  margin-bottom: 0.3em;
}
.widget ul li ul,
.widget ul li ol,
.widget ol li ul,
.widget ol li ol {
  margin-top: 0;
  margin-left: 1em;
  margin-right: 0;
}
.widget a,
.widget p,
.widget li,
.widget .widgettitle {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-decoration: none;
}

.widget_recent_entries ul li {
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.widget_recent_entries ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
  text-decoration: none;
}
.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 0.875em;
  font-style: italic;
  font-weight: normal;
}

.widget_categories ul li {
  display: flex;
  align-items: center;
  border-radius: 0.35rem;
  padding: 0.3rem 0;
  gap: 0.2rem;
  align-items: center;
  justify-content: space-between;
}
.widget_categories ul li a {
  display: block;
  text-decoration: none;
}
@media (max-width: 992px) {
  #social-links li {
    display: inline-block;
  }
  #social-links li a {
    padding: 0.5rem;
  }
}

.widget_search .search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.widget_search .search-form label {
  width: 100%;
}
.widget_search .search-form label [type=search] {
  width: 100%;
}
.widget_search .search-form [type=submit] {
  width: 100%;
  background-color: var(--wp--preset--color--accent);
  color: black;
  justify-content: center;
}

.widget_nav_menu .menu {
  display: block;
  font-family: var(--wp--preset--font-family--body);
  padding-right: var(--wp--preset--spacing--40);
}
.widget_nav_menu .menu li a {
  color: var(--wp--preset--color--white);
  padding: 0;
  display: block;
}
.widget_nav_menu .menu li a:hover, .widget_nav_menu .menu li a:focus {
  color: var(--wp--preset--color--accent);
}
.widget_nav_menu .menu li .sub-menu {
  position: relative;
  min-width: auto;
  border: 0;
  display: none;
  margin-top: 0.5rem;
}
.widget_nav_menu .menu li .sub-menu li a {
  text-transform: none;
}
.widget_nav_menu .menu li .sub-menu li.current-menu-item a {
  background-color: var(--wp--preset--color--contrast-6);
}
.widget_nav_menu .menu li.menu-item-has-children:hover .sub-menu {
  display: none;
}
.widget_nav_menu .menu li.menu-item-has-children:focus-within .sub-menu {
  display: none;
}
.widget_nav_menu .menu li.current_page_item .sub-menu, .widget_nav_menu .menu li.current-menu-ancestor .sub-menu {
  display: block !important;
}
.widget_nav_menu .menu li.current-menu-item > a {
  border: 0;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.search-form label {
  width: 100%;
}
.search-form input[type=search] {
  width: 100%;
}
.search-form input[type=submit] {
  width: 100%;
  background-color: var(--wp--preset--color--accent);
  color: black;
  justify-content: center;
}

.navbar-search {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.navbar-search.search-open {
  display: block;
}

.footer-cta {
  background-color: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--white);
  padding: 3rem 0;
}

.site-footer {
  position: relative;
  padding: 4rem 2rem;
  background: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--white);
}
.site-footer a {
  color: var(--wp--preset--color--white);
}
.site-footer .container,
.site-footer .copyright {
  position: relative;
  z-index: 5;
}
.site-footer .footer-menu li a {
  text-decoration: none;
}
.site-footer .footer-menu li a:hover, .site-footer .footer-menu li a:focus {
  color: var(--wp--preset--color--accent);
}
.site-footer .footer-logo {
  text-align: center;
  margin-bottom: 2rem;
}
.site-footer .footer-logo a {
  display: inline;
}
.site-footer .footer-logo img {
  width: auto;
  height: 70px;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 2rem;
  }
}

.footer-socials {
  margin: 2rem 0;
  list-style: none;
  text-align: center;
  padding: 0;
}
.footer-socials li {
  display: inline-block;
  margin: 0 var(--wp--preset--spacing--20);
}
.footer-socials li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  padding: 0.5rem;
  box-shadow: 15px 15px 20px rgba(255, 255, 255, 0.2);
}
.footer-socials li svg {
  width: 55px;
  height: auto;
  display: block;
}

.copyright {
  margin-top: var(--wp--preset--spacing--30);
  padding: var(--wp--preset--spacing--10);
  text-align: center;
}
.copyright p {
  margin: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-content figure {
  margin: 0;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.popup-inner {
  position: relative;
  background-color: #fff;
  padding: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.6);
}

.site-navigation.menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  z-index: 9;
  width: 100%;
  left: 0;
  right: 0;
  background: var(--wp--preset--color--contrast);
}
.site-navigation.menu-open li.menu-item-has-children > a:after {
  display: none !important;
}
.site-navigation.menu-open .sub-menu {
  display: block;
  background: transparent;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex: 1;
}
.menu.main-menu-left {
  justify-content: flex-end;
}
.menu-open .menu {
  display: block;
}
.menu li {
  margin: 0;
  position: relative;
  white-space: nowrap;
}
.menu li button.menu-button {
  border: 0;
  background: transparent;
  color: inherit;
}
.menu li button.menu-button svg {
  display: inline-block;
  height: inherit;
  margin-top: 0.085em;
  width: inherit;
  fill: var(--wp--preset--color--accent);
}
.menu li .sub-menu {
  display: none;
  position: absolute;
  top: 99.9%;
  left: 0;
  width: auto;
  min-width: 150%;
  background: rgba(25, 28, 31, 0.8);
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 9;
  border-radius: 0.3rem;
}
.menu li .sub-menu.submenu-open {
  display: block;
}
.menu li .sub-menu li a {
  display: block;
  color: var(--wp--preset--color--white);
  padding: 0.3rem 1.3rem;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
  border: 0;
}
@media (max-width: 768px) {
  .menu li .sub-menu li {
    padding: 0;
  }
}
.menu li.menu-item-has-children > a {
  position: relative;
}
.menu li.menu-item-has-children > a:after {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  content: "";
  vertical-align: middle;
  margin-left: auto;
  background: none;
  background-color: var(--wp--preset--color--white);
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z\"/></svg>"), linear-gradient(transparent, transparent);
          mask-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z\"/></svg>"), linear-gradient(transparent, transparent);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 1rem 1rem;
  mask-size: 1rem 1rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .menu li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .menu li.menu-item-has-children:focus-within .sub-menu {
    display: block;
  }
}
.menu li a {
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
  padding: 1rem;
  display: flex;
  border-top: 3px solid transparent;
  color: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .menu li {
    display: flex;
    justify-content: space-between;
    padding: 0 var(--wp--preset--spacing--10);
    flex-wrap: wrap;
  }
  .menu li a {
    display: block;
    padding: var(--wp--preset--spacing--10) 0;
  }
  .menu li .sub-menu {
    flex: 0 0 100%;
    width: 100%;
    position: relative;
    border: 0;
    padding: 0 var(--wp--preset--spacing--10);
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .menu.footer-menu {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .menu.footer-menu li {
    justify-content: baseline;
  }
  .menu.footer-menu li a {
    padding: 0.5rem;
    display: block;
  }
}
.menu.mobile-menu {
  display: none;
}
.menu.mobile-menu li {
  text-align: center;
}
.menu.mobile-menu li a {
  width: 100%;
  display: block;
}
.menu.mobile-menu.menu-open {
  display: block;
}

.secondary-menu {
  gap: var(--wp--preset--spacing--20);
}
.secondary-menu li a {
  color: #fff;
}
.secondary-menu li a:hover, .secondary-menu li a:focus {
  color: var(--wp--preset--color--accent-3);
}

.toggle-menu {
  background: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0 1rem;
  text-transform: inherit;
  vertical-align: middle;
  display: flex;
  font-family: var(--wp--preset--font-family--body);
  text-transform: uppercase;
  align-items: center;
  font-weight: 400;
  color: #ffffff;
}
.toggle-menu svg {
  fill: currentColor;
  display: block;
  height: auto;
  pointer-events: none;
  width: 30px;
}
@media (min-width: 1200px) {
  .toggle-menu {
    display: none;
  }
}

.navbar .desktop-navigation {
  display: none;
}
@media (min-width: 1200px) {
  .navbar .desktop-navigation {
    display: flex;
  }
}
.navbar .mobile-navigation {
  display: block;
}
@media (min-width: 1200px) {
  .navbar .mobile-navigation {
    display: none;
  }
}

.mobile-nav-wrapper {
  width: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services-menu {
  list-style: none;
  margin: 0 0 2rem;
  padding: 1rem 0;
  background: var(--wp--preset--color--accent-3);
}
.services-menu li a {
  border-left: 3px solid transparent;
  display: block;
  padding: 0.3rem 1rem 0.3rem 1rem;
  text-decoration: none;
  font-size: 1.125rem;
  color: var(--wp--preset--color--accent);
}
.services-menu li.current_page_item > a {
  border-color: var(--wp--preset--color--accent);
}

.footer-menu {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 50rem;
  margin-inline: auto;
}
.footer-menu li a {
  padding: 0.5rem;
}

a.readmore {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.has-arrow:after {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjZmZmZmZmIj48cGF0aCBkPSJNNjQ3LTQ0MEgxNjB2LTgwaDQ4N0w0MjMtNzQ0bDU3LTU2IDMyMCAzMjAtMzIwIDMyMC01Ny01NiAyMjQtMjI0WiIvPjwvc3ZnPg==);
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.5rem;
  align-self: center;
  transition: transform 0.3s ease-in-out;
}
.has-arrow:hover:after, .has-arrow:focus:after {
  transform: translateX(10px);
}

a.btn,
button.btn,
input[type=submit] {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 0 solid;
  border-color: transparent;
  outline: 0;
  padding: calc(0.5rem + 1px) calc(2rem + 1px);
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
a.btn:hover, a.btn:focus, a.btn:active, a.btn.active,
button.btn:hover,
button.btn:focus,
button.btn:active,
button.btn.active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
input[type=submit].active {
  text-decoration: none;
}
a.btn:disabled, a.btn.disabled, a.btn:disabled[disabled],
button.btn:disabled,
button.btn.disabled,
button.btn:disabled[disabled],
input[type=submit]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
a.btn.size-xs,
button.btn.size-xs,
input[type=submit].size-xs {
  padding: calc(0.3rem + 2px) calc(1rem + 2px);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  a.btn,
  button.btn,
  input[type=submit] {
    font-size: 0.8rem;
    padding: calc(0.5rem + 2px) calc(2rem + 2px);
  }
}
a.btn.is-outlined,
button.btn.is-outlined,
input[type=submit].is-outlined {
  background-color: transparent;
  border: 3px solid;
}
a.btn.has-arrow:after,
button.btn.has-arrow:after,
input[type=submit].has-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjMDAwMDAwIj48cGF0aCBkPSJNNjQ3LTQ0MEgxNjB2LTgwaDQ4N0w0MjMtNzQ0bDU3LTU2IDMyMCAzMjAtMzIwIDMyMC01Ny01NiAyMjQtMjI0WiIvPjwvc3ZnPg==);
}
a.btn.has-arrow:hover:after, a.btn.has-arrow:focus:after,
button.btn.has-arrow:hover:after,
button.btn.has-arrow:focus:after,
input[type=submit].has-arrow:hover:after,
input[type=submit].has-arrow:focus:after {
  transform: translateX(10px);
}

input[type=submit] {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--base);
  width: 100%;
}

.btn-primary {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--base);
}
.btn-primary.is-outlined {
  border-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--accent);
}

.btn-white {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--contrast);
}
.btn-white.is-outlined {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}

.btn-full {
  display: block;
  width: 100%;
}

.btn-group {
  display: flex;
  gap: var(--wp--preset--spacing--10);
}
.is-centered .btn-group {
  justify-content: center;
}
.btn-group.btn-group-wrap {
  flex-wrap: wrap;
}

.wp-block-buttons {
  margin-top: var(--wp--preset--spacing--10);
  margin-bottom: var(--wp--preset--spacing--10);
}

.wp-block-button__link {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 0 solid;
  border-color: transparent;
  outline: 0;
  padding: calc(0.5rem + 1px) calc(2rem + 1px);
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  font-size: var(--wp--preset--spacing--10);
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link.active {
  text-decoration: none;
}
.wp-block-button__link:disabled, .wp-block-button__link.disabled, .wp-block-button__link:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.wp-block-button__link.size-xs {
  padding: calc(0.3rem + 2px) calc(1rem + 2px);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .wp-block-button__link {
    font-size: 0.8rem;
    padding: calc(0.5rem + 2px) calc(2rem + 2px);
  }
}
.wp-block-button__link.has-text-align-center {
  justify-content: center;
}
.wp-block-button__link.has-accent-border-color:hover, .wp-block-button__link.has-accent-border-color:focus {
  color: #fff;
  border-color: var(--wp--preset--color--accent);
  background: var(--wp--preset--color--accent);
}
.wp-block-button__link.has-accent-2-border-color:hover, .wp-block-button__link.has-accent-2-border-color:focus {
  color: var(--wp--preset--color--accent);
  border-color: var(--wp--preset--color--accent-2);
  background: var(--wp--preset--color--accent-2);
}

.hero-text .btn-primary {
  color: #fff;
  border-color: var(--wp--preset--color--accent-2) !important;
}
.hero-text .btn-primary:hover, .hero-text .btn-primary:focus {
  color: var(--wp--preset--color--accent);
  border-color: var(--wp--preset--color--accent-2) !important;
  background: var(--wp--preset--color--accent-2) !important;
}
.hero-text .btn-ghost {
  color: #fff;
  border-color: transparent !important;
}

.wp-block-gallery figure, .wp-block-column figure {
  margin-top: 0;
  margin-bottom: 0;
}

.post-thumbnail {
  margin-top: 0;
}

img {
  height: auto;
  max-width: 100%;
}
.post-thumbnail img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0.5rem;
}

.wp-block-image.is-style-rounded img {
  border-radius: 0.5rem;
}

figcaption {
  text-align: center;
  font-style: italic;
  font-size: 0.8rem;
}

.swiper-lazy {
  filter: blur(10px);
  transition: filter 0.3s ease-in-out;
}
.swiper-lazy.swiper-lazy-loaded {
  filter: blur(0);
}

video {
  height: auto;
  width: 100%;
}

.container,
.container-small,
.container-wide,
.alignwide {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: var(--wp--style--global--wide-size);
}

.container-small {
  max-width: var(--size--container-small);
}

.container-wide,
.alignwide, .entry-content .woocommerce {
  max-width: var(--wp--style--global--wide-size) !important;
}

.entry-content .woocommerce {
  margin-left: auto;
  margin-right: auto;
}

.page .entry-content > *:not(.alignwide):not(.alignfull):not(.woocommerce),
.page .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull):not(.woocommerce) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.single .entry-content > *:not(.alignwide):not(.alignfull),
.single .wp-block-group__inner-container > *:not(.alignwide):not(.alignfull) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}

.block {
  position: relative;
}

.is-content-justification-stretch {
  min-height: 100%;
}

.wp-block-pullquote {
  padding: 1rem 0;
  text-align: left;
  background: var(--wp--preset--color--contrast-2);
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0;
}
.wp-block-pullquote blockquote {
  border: 0;
}

.wp-block-verse {
  background: transparent;
  color: currentColor;
}

.wp-block-cover.highlight-box img {
  transition: all 0.3s ease-in-out;
}
.wp-block-cover.highlight-box:hover img {
  transform: scale(1.1);
}

.wp-block-file {
  background-color: var(--wp--preset--color--accent-2);
  padding: var(--wp--preset--spacing--10);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-file a {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 0 solid;
  border-color: transparent;
  outline: 0;
  padding: calc(0.5rem + 1px) calc(2rem + 1px);
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  background-color: var(--wp--preset--color--accent);
  color: #000;
}
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button.active {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:disabled, .wp-block-file a.wp-block-file__button.disabled, .wp-block-file a.wp-block-file__button:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.wp-block-file a.wp-block-file__button.size-xs {
  padding: calc(0.3rem + 2px) calc(1rem + 2px);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .wp-block-file a.wp-block-file__button {
    font-size: 0.8rem;
    padding: calc(0.5rem + 2px) calc(2rem + 2px);
  }
}

.highlight-boxes-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .highlight-boxes-wrapper {
    display: block;
  }
}
.highlight-boxes-wrapper .box-link {
  flex: 1 0 40%;
}
.highlight-boxes-wrapper .highlight-box {
  position: relative;
  height: 700px;
}
.highlight-boxes-wrapper .highlight-box.is-size-small {
  flex: 1 0 40%;
}
.highlight-boxes-wrapper .highlight-box.is-size-large {
  flex: 3 0 60%;
  display: flex;
  align-items: center;
}
.highlight-boxes-wrapper .highlight-box.is-size-large:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.highlight-boxes-wrapper .highlight-box.is-size-large.is-align-left:before {
  background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.7));
}
.highlight-boxes-wrapper .highlight-box.is-size-large.is-align-right {
  justify-content: flex-end;
}
.highlight-boxes-wrapper .highlight-box.is-size-large.is-align-right:before {
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7));
}
.highlight-boxes-wrapper .highlight-box .highlight-box__inner {
  position: relative;
  z-index: 4;
  padding: 2rem var(--wp--preset--spacing--50);
  color: #fff;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .highlight-boxes-wrapper .highlight-box .highlight-box__inner {
    max-width: none;
  }
}
.highlight-boxes-wrapper .highlight-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.logos {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.logos .logo {
  padding: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.overlapping-boxes .wp-block-group:first-child {
  position: relative;
  margin-right: -3rem;
  z-index: 2;
}
@media (max-width: 910px) {
  .overlapping-boxes .wp-block-group:first-child {
    margin-right: 0;
  }
}
.overlapping-boxes .wp-block-group:last-child {
  margin-left: -2rem;
}
@media (max-width: 910px) {
  .overlapping-boxes .wp-block-group:last-child {
    margin-left: 0;
  }
}

.staff-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.staff-grid .single-person {
  text-align: center;
}
.staff-grid .single-person span {
  display: block;
}
.staff-grid .single-person span.staff-name {
  font-weight: 700;
}

.reference-wrapper {
  display: flex;
  background: var(--wp--preset--color--contrast-2);
}
@media (max-width: 768px) {
  .reference-wrapper {
    flex-direction: column;
  }
}
.reference-wrapper .reference-image img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 80%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 80%, 80% 100%, 0% 100%);
}
.reference-wrapper .reference-content {
  flex: 1 0 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reference-wrapper .reference-content h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.references .references-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  gap: var(--wp--preset--spacing--30);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.references .reference-image {
  margin-bottom: 0.5rem;
}
.references .reference-image img {
  aspect-ratio: 16/10;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 80%, 80% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 80%, 80% 100%, 0% 100%);
}
.references a {
  text-decoration: none;
}
.references .reference-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.jobs .single-job a {
  text-decoration: none;
  background: #eeeeee;
  border: 1px solid #C8C8C8;
  padding: 1rem;
  margin-bottom: 1rem;
  display: block;
}
.jobs .single-job a:hover, .jobs .single-job a:focus {
  background: var(--wp--preset--color--accent);
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--accent);
}

table thead {
  text-align: left;
}

.pt-results-table {
  font-size: 14px;
  font-family: var(--wp--preset--font-family--body);
  color: var(--wp--preset--color--contrast);
}
.pt-results-table thead {
  box-shadow: none;
  text-transform: uppercase;
}
.pt-results-table thead th {
  background-color: #DBDBDB;
}
.pt-results-table td.pt-name, .pt-results-table td.pt-games, .pt-results-table td.pt-points, .pt-results-table th.pt-name, .pt-results-table th.pt-games, .pt-results-table th.pt-points {
  padding: 0.2rem 0.5rem;
}
.pt-results-table td.pt-name img, .pt-results-table td.pt-games img, .pt-results-table td.pt-points img, .pt-results-table th.pt-name img, .pt-results-table th.pt-games img, .pt-results-table th.pt-points img {
  display: none;
}

select,
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search] {
  vertical-align: middle;
  height: var(--input--height);
  padding: 0 8px;
}

label {
  display: block;
}

input::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
}

input::placeholder {
  text-transform: uppercase;
  font-size: 12px;
}

input::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
}

.mc4wp-form-fields input[type=submit] {
  height: 40px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password] {
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
}

select {
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
}

.search-form {
  position: relative;
}
.search-form label {
  flex: auto;
}
.search-form label [type=search] {
  width: 100%;
}
.search-form label [type=search]::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.search-form label [type=search]::placeholder {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.search-form [type=submit] {
  width: 50px;
  background-color: transparent;
  border: 0;
  justify-content: center;
  height: 40px;
  position: absolute;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form [type=submit] svg {
  width: 18px;
  height: auto;
}

html, body {
  height: 100%;
}

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

.site-header {
  position: relative;
  z-index: 9;
}

#main {
  padding: 0 var(--wp--preset--spacing--10) 3rem;
  flex: 1;
}
.page-template-template-nohero #main {
  padding: 0 var(--wp--preset--spacing--10);
}
.single-job #main {
  padding: 3rem var(--wp--preset--spacing--10);
}

.divider {
  display: block;
  margin: 2rem 0;
  height: 1px;
  width: 8rem;
  background: var(--wp--preset--color--accent);
}

.blog article {
  margin-bottom: var(--wp--preset--spacing--30);
}
.blog article.sticky {
  grid-column: span 3;
}

article .posted-on {
  display: block;
}

.feed-item svg {
  vertical-align: bottom;
}

.feed-item p:last-child {
  display: none;
}

.error-404 img {
  max-width: 30rem;
}

.posts-wrapper {
  display: grid;
  gap: var(--wp--preset--spacing--10);
  grid-template-columns: repeat(5, minmax(0, 2fr));
}
@media (max-width: 1024px) {
  .posts-wrapper {
    grid-template-columns: repeat(3, minmax(0, 2fr));
  }
}
@media (max-width: 768px) {
  .posts-wrapper {
    grid-template-columns: repeat(1, minmax(0, 2fr));
  }
}
.posts-wrapper .post-title {
  font-size: var(--wp--preset--font-size--medium);
}

.related-posts {
  padding: var(--wp--preset--spacing--40);
  border-top: 1px solid #E0E0E0;
  margin-top: var(--wp--preset--spacing--30);
}

aside.sidebar {
  display: none;
}
aside.sidebar.sidebar-visible {
  display: block;
}

.search-results .entry-content .search-form {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  aside.sidebar {
    display: block;
  }
}

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