  /*!
Theme Name: St Hurmizd
Theme URI: https://www.stnarsai.org.au
Author: Digerati Solutions
Author URI: https://www.digeratisolutions.com.au
Description: stnarsai
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stnarsai
Domain Path: /lang
*/
/* Mixins
========================================================================== */
/* Overrides - move to theme.json when possible
========================================================================== */
html,
.editor-styles-wrapper {
  font-size: 60%;
}
@media (min-width: 1080px) {
  html,
  .editor-styles-wrapper {
    font-size: 62.5%;
  }
}

body,
.editor-styles-wrapper {
  --wp--preset--spacing--10: var(--wp--custom--spacing--10) !important;
  --wp--preset--spacing--15: var(--wp--custom--spacing--15) !important;
  --wp--preset--spacing--20: var(--wp--custom--spacing--20) !important;
  --wp--preset--spacing--25: var(--wp--custom--spacing--25) !important;
  --wp--preset--spacing--30: var(--wp--custom--spacing--30) !important;
  --wp--preset--spacing--40: var(--wp--custom--spacing--40) !important;
  --wp--preset--spacing--50: var(--wp--custom--spacing--50) !important;
  --wp--preset--spacing--60: var(--wp--custom--spacing--60) !important;
  --wp--preset--spacing--70: var(--wp--custom--spacing--70) !important;
  --wp--preset--spacing--80: var(--wp--custom--spacing--80) !important;
  --wp--preset--spacing--90: var(--wp--custom--spacing--90) !important;
  --wp--preset--spacing--100: var(--wp--custom--spacing--100) !important;
}

/* Base
========================================================================== */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.sticky {
  height: auto;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignright {
  float: right;
}

.clear {
  clear: both;
}

.screen-reader-text {
  display: none;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
  max-width: 100%;
  font-size: var(--wp--preset--font-size--small);
}

p:empty {
  display: none;
}

p.has-background {
  padding: var(--wp--preset--spacing--20);
}

/* Forms
========================================================================== */
form {
  font-size: var(--wp--preset--font-size--default);
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([name*=acf-]):not([data-filter]),
select:not([name*=acf-]):not([data-filter]),
textarea:not([name*=acf-]):not([class*=block-editor-block-list__block-html-textarea]):not([data-filter]) {
  padding: 0 15px !important;
  height: 40px;
  font-family: var(--wp--preset--font-family--body);
  font-size: 14px;
  color: inherit;
  background: var(--wp--preset--color--secondary);
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  appearance: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1080px) {
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([name*=acf-]):not([data-filter]),
  select:not([name*=acf-]):not([data-filter]),
  textarea:not([name*=acf-]):not([class*=block-editor-block-list__block-html-textarea]):not([data-filter]) {
    font-size: var(--wp--preset--font-size--default);
    height: 50px;
  }
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([name*=acf-]):not([data-filter]):focus,
select:not([name*=acf-]):not([data-filter]):focus,
textarea:not([name*=acf-]):not([class*=block-editor-block-list__block-html-textarea]):not([data-filter]):focus {
  outline: none;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=file]):not([name*=acf-]):not([data-filter]):disabled,
select:not([name*=acf-]):not([data-filter]):disabled,
textarea:not([name*=acf-]):not([class*=block-editor-block-list__block-html-textarea]):not([data-filter]):disabled {
  background: var(--wp--preset--color--border);
  opacity: 0.5;
}

input[type=text]:not([name*=acf-]),
input[type=email]:not([name*=acf-]),
input[type=number]:not([name*=acf-]),
input[type=password]:not([name*=acf-]),
input[type=textarea]:not([name*=acf-]),
select:not([name*=acf-]) {
  width: 100%;
  max-width: 600px;
}
input[type=text]:not([name*=acf-])[aria-invalid=true],
input[type=email]:not([name*=acf-])[aria-invalid=true],
input[type=number]:not([name*=acf-])[aria-invalid=true],
input[type=password]:not([name*=acf-])[aria-invalid=true],
input[type=textarea]:not([name*=acf-])[aria-invalid=true],
select:not([name*=acf-])[aria-invalid=true] {
  border-color: var(--wp--preset--color--rose-1) !important;
}

input[type=radio]:not([name*=acf-]),
input[type=checkbox]:not([name*=acf-]) {
  height: auto;
}

textarea:not([name*=acf-]) {
  padding: 15px !important;
  width: 100%;
  height: 200px !important;
}

input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  padding: 0 30px !important;
  width: auto;
  height: 40px;
  font-family: var(--wp--preset--font-family--body) !important;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500 !important;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--alt);
  border: none !important;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1080px) {
  input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
  button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
  button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
    height: 50px;
  }
}
input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]):disabled,
button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]):disabled,
button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]):disabled {
  opacity: 0.35;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=file]:not([name*=acf-]) {
  padding: 0 !important;
  height: auto;
  border: none;
  background: transparent;
}

input[readonly]:not([name*=acf-]) {
  background: var(--wp--preset--color--tertiary);
}

input[type=button]:name([class*="acf-"]),
button:not([class*=acf-]) {
  cursor: pointer;
}

legend:not([name*=acf-]) {
  font-weight: 500;
}

.search-field {
  width: 100%;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::placeholder {
  color: inherit;
  opacity: 0.5;
}

/* Typography
========================================================================== */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4 {
  margin-top: 0 !important;
}

.has-large-font-size,
.has-big-font-size,
.has-huge-font-size {
  line-height: 1.35;
}

.lowercase {
  text-transform: lowercase;
}

/* Layout
========================================================================== */
/* Blocks
========================================================================== */
/* Buttons
 ========================================================================== */
:root :where(.wp-element-button, .wp-block-button__link, input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions])) {
  background: var(--wp--preset--color--alt);
}

.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) .wp-block-button__link.has-accent-background-color:hover, .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) input.has-accent-background-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button.has-accent-background-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button.has-accent-background-color[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  background-color: var(--wp--preset--color--accent) !important;
}

.wp-block-buttons {
  margin-top: var(--wp--preset--spacing--30);
  display: flex;
}

.wp-block-button {
  margin-bottom: 0;
  display: inline-block;
}
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) .wp-block-button__link, .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) .wp-block-button__link:hover, .wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) input[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline):not(.is-style-arrow-outline):not(.is-style-arrow-none) button[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  background-color: var(--wp--preset--color--alt);
}
.wp-block-button.wp-block-button__width-25 {
  width: 100% !important;
}
@media (min-width: 782px) {
  .wp-block-button.wp-block-button__width-25 {
    width: calc(50% - var(--wp--preset--spacing--20)) !important;
  }
}
@media (min-width: 1080px) {
  .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--preset--spacing--20)) !important;
  }
}
.wp-block-button.wp-block-button__width-50 {
  width: 100% !important;
}
@media (min-width: 782px) {
  .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--preset--spacing--20)) !important;
  }
}
.wp-block-button.wp-block-button__width-75 {
  width: 100% !important;
}
@media (min-width: 1080px) {
  .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--preset--spacing--20)) !important;
  }
}
.wp-block-button.wp-block-button__width-100 {
  width: 100% !important;
}
.wp-block-button.is-style-underline .wp-block-button__link, .wp-block-button.is-style-underline input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button.is-style-underline button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button.is-style-underline button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  margin-bottom: 2px;
  padding: 0 0 6px 0 !important;
  position: relative;
  font-weight: 400;
  color: var(--wp--preset--color--primary);
  white-space: nowrap;
  border: none !important;
  background: transparent !important;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 8px;
  transition: all 0.2s ease-in-out;
}
.wp-block-button.is-style-underline .wp-block-button__link:hover, .wp-block-button.is-style-underline input[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button.is-style-underline button[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button.is-style-underline button[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  opacity: 0.5;
}
.wp-block-button .wp-block-button__link, .wp-block-button input[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button button[type=submit]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button button[type=button]:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  padding: 12px 18px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Columns
 ========================================================================== */
.wp-block-columns.is-style-collapse {
  gap: 0 !important;
}
.wp-block-columns:where(.wp-block-columns.is-layout-flex) {
  gap: var(--wp--preset--spacing--50);
}
.wp-block-columns.is-style-border {
  gap: var(--wp--preset--spacing--40);
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-border .wp-block-column {
    padding-right: var(--wp--preset--spacing--40);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
  }
  .wp-block-columns.is-style-border .wp-block-column:last-child, .wp-block-columns.is-style-border .wp-block-column:empty {
    border-right: 2px solid transparent;
  }
}
.wp-block-columns.is-style-stretch .wp-block-column {
  display: flex;
  flex-flow: column nowrap;
}
.wp-block-columns.is-style-stretch .wp-block-column > *:last-child {
  margin-top: auto;
}
.wp-block-columns.is-style-stretch .wp-block-column > .wp-block-image {
  margin-bottom: 0 !important;
}
@media (max-width: 1080px) {
  .wp-block-columns .wp-block-column:empty {
    display: none;
  }
}
.wp-block-columns .wp-block-column.has-background {
  padding: var(--wp--preset--spacing--100);
}
@media (min-width: 1080px) {
  .wp-block-columns .wp-block-column.has-background {
    padding: var(--wp--preset--spacing--40);
  }
}

/* Cover
========================================================================== */
.wp-block-cover {
  padding: var(--wp--preset--spacing--80) var(--wp--preset--spacing--100);
  min-height: 200px;
}
.wp-block-cover.is-style-stretch {
  height: 100%;
}
.wp-block-cover.is-style-full {
  height: calc(100vh - 60px);
}
@media (min-width: 1080px) {
  .wp-block-cover.is-style-full {
    height: calc(100vh - 80px);
  }
}

/* Group
 ========================================================================== */
.wp-block-group {
  position: relative;
}
.wp-block-group.is-style-stretch {
  height: 100%;
}
.wp-block-group.has-background {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--50);
}
.wp-block-group.alignfull:not(.has-background) {
  padding: 0 var(--wp--preset--spacing--50);
}

/* Media & Text
========================================================================== */
.wp-block-media-text {
  position: relative;
  z-index: 2;
}
@media (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 250px !important;
}
@media (min-width: 600px) {
  .wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__content,
  .wp-block-media-text.alignfull.has-media-on-the-right > .block-editor-inner-blocks {
    margin-left: auto;
    margin-right: 0;
  }
}
.wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__media {
  border-radius: 10px 0 0 10px;
}
.wp-block-media-text.alignfull.has-media-on-the-right .wp-block-media-text__media img {
  border-radius: 10px 0 0 10px;
}
.wp-block-media-text.alignfull .wp-block-media-text__media {
  border-radius: 0 10px 10px 0;
}
.wp-block-media-text.alignfull .wp-block-media-text__media img {
  border-radius: 0 10px 10px 0;
}
@media (min-width: 782px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content,
  .wp-block-media-text.alignfull > .block-editor-inner-blocks {
    margin-left: 0;
    margin-right: auto;
    max-width: calc(var(--wp--style--global--wide-size) / 2 + var(--wp--preset--spacing--50));
  }
}
.wp-block-media-text.has-background .wp-block-media-text__content,
.wp-block-media-text.has-background > .block-editor-inner-blocks {
  padding: var(--wp--preset--spacing--50);
}
@media (max-width: 782px) {
  .wp-block-media-text.is-stacked-on-mobile:not(.alignfull):not(.has-background) .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile:not(.alignfull):not(.has-background) > .block-editor-inner-blocks {
    padding: var(--wp--preset--spacing--50) 0 0 0;
  }
}
@media (min-width: 600px) {
  .wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__content,
  .wp-block-media-text.has-media-on-the-right:not(.has-background) > .block-editor-inner-blocks {
    padding: 0 var(--wp--preset--spacing--50) 0 0;
  }
}
.wp-block-media-text.has-media-on-the-right:not(.has-background) .wp-block-media-text__media {
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text > .block-editor-inner-blocks {
  padding: 0 0 0 var(--wp--preset--spacing--50);
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  min-height: 200px;
}
.wp-block-media-text .wp-block-media-text__media {
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__media img {
  display: block;
  width: auto;
  max-width: 100%;
  border-radius: 10px;
}
@media (max-width: 782px) {
  .wp-block-media-text .wp-block-media-text__media img {
    margin: 0 auto;
  }
}

/* Spacer
========================================================================== */
.wp-block-spacer {
  height: var(--wp--preset--spacing--50) !important;
  overflow: hidden;
}
.wp-block-spacer.is-style-small {
  height: var(--wp--preset--spacing--30) !important;
}
.wp-block-spacer.is-style-large {
  height: var(--wp--preset--spacing--80) !important;
}
.wp-block-spacer + * {
  margin-top: 0 !important;
}

*:has(+ .wp-block-spacer) {
  margin-bottom: 0 !important;
}

/* Separator
========================================================================== */
/* Image
========================================================================== */
.wp-block-image,
.wp-block-pullquote {
  padding: var(--wp--preset--spacing-40) 0 !important;
}
@media (max-width: 782px) {
  .wp-block-image,
  .wp-block-pullquote {
    padding: var(--wp--preset--spacing--40) 0 !important;
    float: none !important;
  }
}
.wp-block-image.is-style-no-margin,
.wp-block-pullquote.is-style-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-image.alignleft,
.wp-block-pullquote.alignleft {
  margin: 0 !important;
  padding-top: 10px !important;
  padding-right: var(--wp--preset--spacing--60) !important;
  padding-bottom: var(--wp--preset--spacing--20) !important;
}
.wp-block-image.alignright,
.wp-block-pullquote.alignright {
  margin: 0 !important;
  padding-top: 10px !important;
  padding-left: var(--wp--preset--spacing--60) !important;
  padding-bottom: var(--wp--preset--spacing--20) !important;
}
.wp-block-image.alignleft, .wp-block-image.alignright,
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 60% !important;
}
.wp-block-image:not(.alignleft):not(.alignright),
.wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: var(--wp--preset--spacing--40);
  margin-bottom: var(--wp--preset--spacing--40);
  padding: 0;
}

.wp-block-column .wp-block-image:not(.alignleft):not(.alignright),
.wp-block-column .wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--20);
}

.wp-block-image {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.wp-block-image.is-style-rounded {
  border-radius: 10px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}
.wp-block-image img {
  border-radius: 10px;
}

.wp-block-pullquote {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.wp-block-pullquote:not(.alignleft):not(.alignright) {
  margin-top: var(--wp--preset--spacing--50);
  margin-bottom: var(--wp--preset--spacing--50);
  padding: 0;
}
.wp-block-pullquote cite {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  color: var(--wp--preset--color--alt);
}

figure.wp-block-image {
  padding: 0 !important;
}

/* List
========================================================================== */
/* Pullquote
========================================================================== */
@media (min-width: 782px) {
  .wp-block-pullquote blockquote {
    padding: var(--wp--preset--spacing--30);
  }
}

/* Misc
========================================================================== */
.wp-block-group:not(.alignfull),
.wp-block-cover:not(.alignfull) {
  border-radius: var(--wp--custom--misc--border-radius);
}

.wp-block-video {
  border-radius: var(--wp--custom--misc--border-radius);
  overflow: hidden;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-alt-color:hover, .wp-block-button:not(.is-style-outline) input.has-alt-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-alt-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-alt-color[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  color: var(--wp--preset--color--primary) !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-accent-color:hover, .wp-block-button:not(.is-style-outline) input.has-accent-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-accent-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-accent-color[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  color: var(--wp--preset--color--alt) !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-primary-background-color:hover, .wp-block-button:not(.is-style-outline) input.has-primary-background-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-primary-background-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-primary-background-color[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  background-color: var(--wp--preset--color--accent) !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-alt-background-color:hover, .wp-block-button:not(.is-style-outline) input.has-alt-background-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-alt-background-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-alt-background-color[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  background-color: var(--wp--preset--color--accent) !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-accent-background-color:hover, .wp-block-button:not(.is-style-outline) input.has-accent-background-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-accent-background-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-accent-background-color[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  background-color: var(--wp--preset--color--alt) !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background.has-primary-color:hover, .wp-block-button:not(.is-style-outline) input.has-background.has-primary-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-background.has-primary-color[type=submit]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click=actions]),
.wp-block-button:not(.is-style-outline) button.has-background.has-primary-color[type=button]:hover:not([name*=acf-]):not([class*=components-]):not([data-wp-on--click*=actions]) {
  color: var(--wp--preset--color--accent) !important;
}

video {
  background-color: transparent !important;
}

/* Parts
========================================================================== */
.grid-items {
  --items-per-row: 3;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--50);
}
@media (min-width: 782px) {
  .grid-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .grid-items {
    grid-template-columns: repeat(var(--items-per-row), 1fr);
  }
}
.grid-items .grid-item .image-container {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--wp--preset--color--alt);
  border-radius: var(--wp--custom--misc--border-radius);
  overflow: hidden;
}
.grid-items .grid-item .image-container:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
.grid-items .grid-item .image-container img,
.grid-items .grid-item .image-container video,
.grid-items .grid-item .image-container iframe,
.grid-items .grid-item .image-container .wp-block-video {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.4s ease-in-out;
}
.swiper-wrapper.news-items .news-item .image-container {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--wp--preset--color--tertiary);
  border-radius: var(--wp--custom--misc--border-radius);
  overflow: hidden;
}
.swiper-wrapper.news-items .news-item .image-container:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
.swiper-wrapper.news-items .news-item .image-container img,
.swiper-wrapper.news-items .news-item .image-container video,
.swiper-wrapper.news-items .news-item .image-container iframe,
.swiper-wrapper.news-items .news-item .image-container .wp-block-video {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.4s ease-in-out;
}
.swiper-container {
  position: relative;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  top: 0;
  width: var(--wp--preset--spacing--60);
  height: var(--wp--preset--spacing--60);
  right: calc(-1 * var(--wp--preset--spacing--60));
  color: var(--wp--preset--color--alt);
  outline: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: var(--wp--preset--color--secondary);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.swiper-container .swiper-button-next.is-visible,
.swiper-container .swiper-button-prev.is-visible {
  visibility: visible;
  opacity: 1;
}
.swiper-container .swiper-button-next.swiper-button-disabled,
.swiper-container .swiper-button-prev.swiper-button-disabled {
  transform: scale(0);
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  color: var(-wp--preset--color--accent);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
@media (min-width: 782px) {
  .swiper-container .swiper-button-next:after,
  .swiper-container .swiper-button-prev:after {
    font-size: var(--wp--preset--font-size--medium);
  }
}
.swiper-container .swiper-button-next {
  right: calc(-1 * var(--wp--preset--spacing--30));
}
.swiper-container .swiper-button-prev {
  left: calc(-1 * var(--wp--preset--spacing--30));
}

.is-style-border .grid-items .grid-item {
  padding: var(--wp--preset--spacing--20);
  padding-bottom: var(--wp--preset--spacing--30);
  display: flex;
  flex-flow: column nowrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--wp--preset--color--secondary);
  border-radius: var(--wp--custom--misc--border-radius);
}
.is-style-border .grid-items .grid-item .image-container {
  margin-top: calc(-1 * var(--wp--preset--spacing--20));
  margin-left: calc(-1 * var(--wp--preset--spacing--20));
  margin-right: calc(-1 * var(--wp--preset--spacing--20));
  border-radius: var(--wp--custom--misc--border-radius) var(--wp--custom--misc--border-radius) 0 0;
}
.is-style-border .grid-items .grid-item .wp-block-buttons {
  margin-top: auto;
  padding-top: var(--wp--preset--spacing--30);
}

.link-buttons .link-button {
  text-align: center;
}
.link-buttons .link-button h4 {
  margin-top: 1em;
}
.link-buttons .link-button .wp-block-buttons {
  justify-content: center;
}

h1.is-style-underline,
h2.is-style-underline,
h3.is-style-underline,
h4.is-style-underline,
h5.is-style-underline {
  position: relative;
  width: 100%;
  text-align: center;
}
h1.is-style-underline a,
h2.is-style-underline a,
h3.is-style-underline a,
h4.is-style-underline a,
h5.is-style-underline a {
  text-decoration: none !important;
}
h1.is-style-underline:has(a):hover:after,
h2.is-style-underline:has(a):hover:after,
h3.is-style-underline:has(a):hover:after,
h4.is-style-underline:has(a):hover:after,
h5.is-style-underline:has(a):hover:after {
  transform: scale(1);
}
h1.is-style-underline:before, h1.is-style-underline:after,
h2.is-style-underline:before,
h2.is-style-underline:after,
h3.is-style-underline:before,
h3.is-style-underline:after,
h4.is-style-underline:before,
h4.is-style-underline:after,
h5.is-style-underline:before,
h5.is-style-underline:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 25%;
  right: 25%;
  height: 1px;
  background: var(--wp--preset--color--primary);
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
}
h1.is-style-underline:after,
h2.is-style-underline:after,
h3.is-style-underline:after,
h4.is-style-underline:after,
h5.is-style-underline:after {
  background: var(--wp--preset--color--accent);
  transform: scale(0);
  transform-origin: center center;
  opacity: 1;
}
h1.is-style-underline a,
h2.is-style-underline a,
h3.is-style-underline a,
h4.is-style-underline a,
h5.is-style-underline a {
  display: inline-block;
}

/* Navigation
========================================================================== */
a[class*=acf] {
  text-decoration: none;
}

/* State
========================================================================== */
.clip > *:first-child, body .gform_wrapper.gravity-theme .gform_fields > *:first-child, body .gform_heading > *:first-child, body .gform_wrapper > *:first-child, .container > *:first-child, .site-footer__top .container > * > *:first-child, .wp-block-cover .wp-block-cover__inner-container > *:first-child, .wp-block-media-text .wp-block-media-text__content > *:first-child,
.wp-block-media-text > .block-editor-inner-blocks > *:first-child, .wp-block-pullquote blockquote > *:first-child, .wp-block-group > *:first-child,
.wp-block-column > *:first-child, .grid-items .grid-item .item-excerpt > *:first-child, .swiper-wrapper.news-items .news-item .item-excerpt > *:first-child {
  margin-top: 0 !important;
}
.clip > *:last-child, body .gform_wrapper.gravity-theme .gform_fields > *:last-child, body .gform_heading > *:last-child, body .gform_wrapper > *:last-child, .container > *:last-child, .site-footer__top .container > * > *:last-child, .wp-block-cover .wp-block-cover__inner-container > *:last-child, .wp-block-media-text .wp-block-media-text__content > *:last-child,
.wp-block-media-text > .block-editor-inner-blocks > *:last-child, .wp-block-pullquote blockquote > *:last-child, .wp-block-group > *:last-child,
.wp-block-column > *:last-child, .grid-items .grid-item .item-excerpt > *:last-child, .swiper-wrapper.news-items .news-item .item-excerpt > *:last-child {
  margin-bottom: 0 !important;
}

.has-tertiary-background-color + .has-tertiary-background-color:not(.is-layout-flow),
.has-tertiary-background-color + .has-tertiary-to-secondary-gradient-background:not(.is-layout-flow),
.has-secondary-to-tertiary-gradient-background + .has-tertiary-background-color:not(.is-layout-flow),
.has-secondary-to-tertiary-gradient-background + .has-tertiary-to-secondary-gradient-background:not(.is-layout-flow) {
  padding-top: 0 !important;
}

.has-secondary-background-color + .has-secondary-background-color:not(.is-layout-flow),
.has-secondary-background-color + .has-secondary-to-tertiary-gradient-background:not(.is-layout-flow),
.has-tertiary-to-secondary-gradient-background + .has-secondary-background-color:not(.is-layout-flow) {
  padding-top: 0 !important;
}

@media (min-width: 1080px) {
  .has-accent-to-transparent-gradient-background {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1080px) {
  .has-accent-to-transparent-gradient-background {
    background: linear-gradient(var(--wp--preset--color--diocesan-blue-1), var(--wp--preset--color--diocesan-blue-2)) !important;
  }
}

.is-small-gap {
  gap: var(--wp--preset--spacing--50) !important;
}

@media (max-width: 782px) {
  .show-md {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .show-lg {
    display: none !important;
  }
}

@media (max-width: 1320px) {
  .show-xl {
    display: none !important;
  }
}

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

@media (min-width: 782px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1320px) {
  .hide-xl {
    display: none !important;
  }
}

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

.is-loading > * {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}

.is-style-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Plugins
========================================================================== */
/* Base
========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
  min-height: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
@media (max-width: 1080px) {
  #wpadminbar {
    display: none;
  }
}

body {
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-text-size-adjust: 100%;
}
body.is-style-tertiary-background {
  background: var(--wp--preset--color--tertiary);
}

::-moz-selection {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
}

::selection {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--primary);
}

figure video {
  display: block;
  width: 100%;
}

table {
  width: 100%;
  background: var(--wp--preset--color--secondary);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-collapse: collapse;
}
table.is-style-no-border {
  border: none;
}
table tr:nth-child(2n+1) {
  background: var(--wp--preset--color--tertiary);
}
table td,
table th {
  padding: 10px 15px !important;
  vertical-align: top;
  text-align: left;
}

fieldset {
  margin: 10px 0;
  padding: 10px 15px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--wp--custom--border--radius);
}

/* Typography
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: inline-block;
  text-decoration: none;
}

strong,
b {
  font-weight: 600;
}

/* Layout
========================================================================== */
.site-wrap {
  margin: 0;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  overflow: hidden;
  background: var(--wp--preset--color--secondary);
}
@media (min-width: 1080px) {
  .site-wrap {
    margin: 0 80px 0 0;
  }
}

.site-header {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--wp--preset--color--secondary);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1080px) {
  .site-header {
    height: 80px;
  }
  .site-header.is-style-fixed {
    position: fixed;
    top: 0;
    transform: translateY(-100%);
  }
  .site-header.is-style-show {
    transform: translateY(0);
  }
  .site-header.is-style-animate {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.site-header .container {
  padding: 0 0 0 var(--wp--preset--spacing--80);
  display: flex;
  align-items: center;
  height: 60px;
  max-width: 100%;
  justify-content: space-between;
}
@media (min-width: 1080px) {
  .site-header .container {
    height: 80px;
  }
}
.site-header .container .site-header__left {
  display: flex;
  align-items: center;
}
.site-header .container .site-header__left img {
  display: block;
  max-height: 60px;
}
.site-header .container .site-header__right {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--80);
}

.site-sidebar {
  padding: var(--wp--preset--spacing--40) 0;
  position: fixed;
  z-index: 7;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  flex-flow: column nowrap;
  width: 80px;
  text-align: center;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--alt);
}
@media (min-width: 1080px) {
  .site-sidebar {
    display: flex;
  }
}

.site-megamenu {
  padding: var(--wp--preset--spacing--20) 0;
  position: fixed;
  z-index: 6;
  top: 60px;
  width: 100%;
  right: 0;
  bottom: 0;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--alt);
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 782px) {
  .site-megamenu {
    padding: var(--wp--preset--spacing--50) 0;
    top: 60px;
    width: 50vw;
    min-width: 600px;
  }
}
@media (min-width: 1080px) {
  .site-megamenu {
    padding: var(--wp--preset--spacing--50);
    padding-right: 80px;
    top: 80px;
    width: 40vw;
  }
}
.site-megamenu[aria-expanded=true] {
  visibility: visible;
  transform: translateX(0);
}

.site-megamenu::-webkit-scrollbar {
  display: none;
}

.site-main {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .site-main {
    margin-top: 80px;
  }
}

.site-footer {
  margin-top: 0;
  background: var(--wp--preset--color--tertiary);
}

.site-footer__top {
  padding: var(--wp--preset--spacing--50);
}
.site-footer__top .container {
  display: flex;
  flex-flow: row wrap;
  gap: var(--wp--preset--spacing--50);
  justify-content: space-between;
}
.site-footer__top .container > * {
  position: relative;
  overflow: hidden;
  max-width: 500px;
}
@media (min-width: 600px) {
  .site-footer__top .container > * {
    max-width: 300px;
  }
}
@media (min-width: 1080px) {
  .site-footer__top .container > * {
    max-width: 300px;
  }
}
.site-footer__top .container > *:first-child {
  max-width: 100%;
}
@media (min-width: 1320px) {
  .site-footer__top .container > *:first-child {
    max-width: 300px;
  }
}
.site-footer__top .container > * .map-container {
  position: relative;
  width: 250px;
  aspect-ratio: 1/1;
}
.site-footer__top .container > * .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.site-footer__top .container img {
  display: block;
  max-height: 60px;
}

.site-footer__bottom {
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--dark-opaque);
  background: var(--wp--preset--color--secondary);
}
@media (min-width: 1080px) {
  .site-footer__bottom {
    padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--50);
  }
}
.site-footer__bottom .container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 782px) {
  .site-footer__bottom .container {
    flex-flow: row nowrap;
    gap: var(--wp--preset--spacing--30);
    text-align: unset;
  }
}

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

/* Blocks
========================================================================== */
.entry-content {
  padding: 0 var(--wp--preset--spacing--60);
  flex: 1 1;
  height: 100%;
  position: relative;
}
.entry-content > * {
  transition: all 0.2s ease;
}
.entry-content > *:first-child:not(.alignfull):not(.wp-block-spacer) {
  margin-top: var(--wp--preset--spacing--60) !important;
}
.entry-content > *:last-child:not(.alignfull):not(.wp-block-spacer):not(.wp-block-media-text.is-style-two) {
  margin-bottom: var(--wp--preset--spacing--60) !important;
}
.entry-content > *:first-child:is(.alignfull):is(.has-background):not(.wp-block-group) {
  padding-top: var(--wp--preset--spacing--60) !important;
}
.entry-content > *:first-child:is(.alignfull):is(.has-background):is(.wp-block-group) {
  padding-top: var(--wp--preset--spacing--60) !important;
}
.entry-content > *:last-child:is(.alignfull):is(.has-tertiary-background-color) {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
}
.entry-content > * {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
.entry-content > *.alignfull.has-primary-background-color + .has-primary-background-color {
  padding-top: 0 !important;
}
.entry-content > *.alignfull.has-secondary-background-color + .has-secondary-background-color {
  padding-top: 0 !important;
}
.entry-content > *.alignfull.has-tertiary-background-color + .has-tertiary-background-color {
  padding-top: 0 !important;
}
.entry-content > *.alignfull.has-accent-background-color + .has-accent-background-color {
  padding-top: 0 !important;
}
.entry-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.entry-content > .alignfull {
  margin-left: calc(-1 * var(--wp--preset--spacing--60)) !important;
  margin-right: calc(-1 * var(--wp--preset--spacing--60)) !important;
  width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
  max-width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
}
@media (min-width: 782px) {
  .entry-content > .alignfull {
    margin-left: calc(-1 * var(--wp--preset--spacing--60)) !important;
    margin-right: calc(-1 * var(--wp--preset--spacing--60)) !important;
    width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
    max-width: calc(100% + var(--wp--preset--spacing--60) * 2) !important;
  }
}
.entry-content > .alignleft {
  float: left;
  margin-right: 2em;
}
.entry-content > .alignright {
  float: right;
  margin-right: 2em;
}

/* Parts
========================================================================== */
#scroll-down {
  position: absolute;
  z-index: 5;
  top: 70vh;
  left: 50%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
  transform: translateX(-50%) scale(0.5);
  transition: all 1s ease-in-out;
}
@media (min-width: 1080px) {
  #scroll-down {
    transform: translateX(calc(-50% - 80px));
  }
}
#scroll-down.is-inactive {
  animation-play-state: paused;
  visibility: hidden;
  opacity: 0;
}
#scroll-down > p {
  margin: 0;
  padding-top: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.box span {
  width: 40px;
  height: 40px;
  display: block;
  border-right: 3px solid var(--wp--preset--color--secondary);
  border-bottom: 3px solid var(--wp--preset--color--secondary);
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.box span:nth-child(2) {
  animation-delay: -0.2s;
}

.box span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) translate(10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
.toggle-menu {
  padding: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1px;
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--alt);
  cursor: pointer;
}
@media (min-width: 1080px) {
  .toggle-menu {
    width: 80px;
    height: 80px;
  }
}
.toggle-menu:hover {
  color: var(--wp--preset--color--secondary);
}
.toggle-menu[aria-pressed=true] .lines span {
  background: transparent;
}
.toggle-menu[aria-pressed=true] .lines span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-menu[aria-pressed=true] .lines span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle-menu > div > span {
  margin-top: 5px;
  display: none;
  text-align: center;
}
@media (min-width: 1080px) {
  .toggle-menu > div > span {
    display: block;
  }
}
.toggle-menu .lines {
  margin: 0;
  position: relative;
  top: -2px;
  height: 24px;
  width: 40px;
  cursor: pointer;
  transform: scale(0.75);
  transform-origin: center center;
}
@media (min-width: 1080px) {
  .toggle-menu .lines {
    height: 32px;
    transform: scale(1);
  }
}
.toggle-menu .lines span,
.toggle-menu .lines span:before,
.toggle-menu .lines span:after {
  background: white;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  margin-top: 13px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.toggle-menu .lines span::before {
  margin-top: -10px;
}
.toggle-menu .lines span::after {
  margin-top: 10px;
}

.page-hero {
  position: relative;
  height: 40vh;
  min-height: 200px;
  max-height: 300px;
  background: var(--wp--preset--color--alt);
}
@media (min-width: 1080px) {
  .page-hero {
    min-height: 460px;
    max-height: 460px;
  }
}
.page-hero .hero-video {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-hero .hero-video > * {
  z-index: 2;
}

/* Navigation
========================================================================== */
.nav-header {
  margin: 0;
  padding: 0;
  display: none;
  gap: var(--wp--preset--spacing--40);
  list-style: none;
}
@media (min-width: 782px) {
  .nav-header {
    display: flex;
  }
}
.nav-header li a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.nav-footer {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
  list-style: none;
}
.nav-social {
  margin: auto 0 0 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--10);
  font-size: var(--wp--preset--font-size--medium);
  list-style: none;
}
.nav-social li a:hover {
  color: var(--wp--preset--color--secondary);
}

.nav-global {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: var(--wp--preset--spacing--20);
  font-size: var(--wp--preset--font-size--large);
  list-style: none;
}
@media (min-width: 1080px) {
  .nav-global {
    gap: var(--wp--preset--spacing--30);
  }
}
.nav-global > li {
  position: relative;
  line-height: 1.25;
  animation-name: staggeredDownUp;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-fill-mode: backwards;
  animation-duration: 0.5s;
  animation-play-state: paused;
}
.nav-global > li:nth-child(1) {
  animation-delay: 0.1s;
}
.nav-global > li:nth-child(2) {
  animation-delay: 0.2s;
}
.nav-global > li:nth-child(3) {
  animation-delay: 0.3s;
}
.nav-global > li:nth-child(4) {
  animation-delay: 0.4s;
}
.nav-global > li:nth-child(5) {
  animation-delay: 0.5s;
}
.nav-global > li:nth-child(6) {
  animation-delay: 0.6s;
}
.nav-global > li:nth-child(7) {
  animation-delay: 0.7s;
}
.nav-global > li:nth-child(8) {
  animation-delay: 0.8s;
}
.nav-global > li:nth-child(9) {
  animation-delay: 0.9s;
}
.nav-global > li:nth-child(10) {
  animation-delay: 1s;
}
.nav-global > li:nth-child(11) {
  animation-delay: 1.1s;
}
.nav-global > li:nth-child(12) {
  animation-delay: 1.2s;
}
.nav-global > li:nth-child(13) {
  animation-delay: 1.3s;
}
.nav-global > li:nth-child(14) {
  animation-delay: 1.4s;
}
.nav-global > li:nth-child(15) {
  animation-delay: 1.5s;
}
.nav-global > li.current-menu-item > a, .nav-global > li:hover > a {
  color: var(--wp--preset--color--light-opaque);
}
@media (min-width: 1080px) {
  .nav-global > li.current-menu-item > a:before, .nav-global > li:hover > a:before {
    transform: translateX(0);
  }
}
.nav-global > li > a {
  padding: var(--wp--preset--spacing--10) 60px var(--wp--preset--spacing--10) var(--wp--preset--spacing--80);
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1080px) {
  .nav-global > li > a {
    padding: 0;
  }
  .nav-global > li > a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(50% - 1px);
    right: 0;
    left: 0;
    height: 2px;
    background: var(--wp--preset--color--light-opaque);
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.nav-global > li > a > span {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1080px) {
  .nav-global > li > a > span > span {
    padding-right: 20px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    background: var(--wp--preset--color--alt);
  }
}
.nav-global > li > a > span .drop {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--wp--preset--color--alt);
}
@media (min-width: 1080px) {
  .nav-global > li > a > span .drop {
    display: none;
    width: 80px;
  }
}
.nav-global > li > ul {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
@media (min-width: 1080px) {
  .nav-global > li > ul {
    display: flex !important;
    flex-flow: row wrap;
    gap: 0 var(--wp--preset--spacing--20);
    opacity: 0.5;
  }
}
.nav-global > li > ul li {
  margin: 5px 0;
}
@media (min-width: 1080px) {
  .nav-global > li > ul li {
    margin: 2px 0;
  }
}
.nav-global > li > ul li.current-menu-item > a {
  color: var(--wp--preset--color--light-opaque);
}
.nav-global > li > ul li a {
  padding: var(--wp--preset--spacing--10) 60px var(--wp--preset--spacing--10) var(--wp--preset--spacing--80);
  font-size: calc(var(--wp--preset--font-size--default) * 1.1);
  font-weight: 300;
  text-decoration: none;
  color: var(--wp--preset--color--secondary);
}
@media (min-width: 1080px) {
  .nav-global > li > ul li a {
    padding: 0;
  }
}
.nav-global > li > ul li a:hover {
  color: var(--wp--preset--color--light-opaque);
}
.nav-global > li > ul .drop {
  display: none;
}

.site-megamenu[aria-expanded=true] .nav-global > * {
  animation-play-state: running;
}
.site-megamenu[aria-expanded=false] .nav-global > * {
  animation-play-state: unset;
}

a {
  transition: all 0.2s ease-in-out;
}

/* State
========================================================================== */
.sr-only {
  display: none;
}

/* Animations
========================================================================== */
@keyframes staggeredDownUp {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
  }
}
/* Plugins
========================================================================== */
/* Gravity Forms
 ========================================================================== */
@media (min-width: 782px) {
  body .wp-block-column .gform_wrapper {
    padding: var(--wp--preset--spacing--30) !important;
  }
}
body .gform_wrapper {
  margin: var(--wp--preset--spacing--40) 0;
  padding: var(--wp--preset--spacing--50);
  background: white;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
body .gform_wrapper .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: none !important;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  color: var(--wp--preset--color--primary);
}
body .gform_wrapper.gravity-theme .ginput_complex label,
body .gform_wrapper.gravity-theme .ginput_complex legend {
  font-size: var(--wp--preset--font-size--small);
}
body .gform_heading {
  margin-bottom: var(--wp--preset--spacing--30);
}
body .gform_wrapper.gravity-theme .gfield input.medium,
body .gform_wrapper.gravity-theme .gfield select.medium {
  width: 100%;
}
body .gform_heading:empty {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fields > *:first-child:is(.gfield--type-section) h3 {
  margin-top: 0;
}
body .gform_wrapper.gravity-theme .gsection {
  padding: 0;
  border: none;
}
body .gform_wrapper.gravity-theme .gsection .gsection_description {
  padding-top: 0;
}
body .gform_wrapper.gravity-theme .gform_previous_button.button,
body .gform_wrapper.gravity-theme .gform_save_link.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-align: center;
  color: var(--wp--preset--color--accent);
  background: transparent;
}
body .gform_wrapper.gravity-theme .gfield-choice-input + label {
  line-height: 1.2;
}
body .gravity-theme.ui-datepicker,
body .gravity-theme.ui-datepicker .ui-datepicker-header select,
body .gravity-theme.ui-datepicker .ui-datepicker-calendar th span {
  font-size: 16px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-calendar td {
  font-size: 14px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-header select {
  padding: 0 20px 0 0 !important;
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_footer button,
body .gform_wrapper.gravity-theme .gform_footer input,
body .gform_wrapper.gravity-theme .gform_page_footer button,
body .gform_wrapper.gravity-theme .gform_page_footer input {
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  margin: var(--wp--preset--spacing--20) 0;
  padding: var(--wp--preset--spacing--20);
  position: relative;
  width: 100%;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--default);
  background: rgba(255, 0, 0, 0.05);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  overflow: hidden;
}
body .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  display: none !important;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > * {
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--default);
  font-weight: 400 !important;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  margin: var(--wp--preset--spacing--10) 0 0 0;
  padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--15);
  position: relative;
  width: 100%;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--small);
  background: rgba(255, 0, 0, 0.05);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  overflow: hidden;
}
body .gravity-theme.ui-datepicker .ui-datepicker-calendar th,
body .gravity-theme.ui-datepicker .ui-datepicker-calendar td {
  padding: 0 !important;
}
body .gform_wrapper.gravity-theme .gfield--type-section {
  margin: var(--wp--preset--spacing--10) 0;
}
body .gform_wrapper.gravity-theme .gfield--type-section .gsection_title {
  margin: 0 !important;
}
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
  font-size: var(--wp--preset--font-size--small);
}
body .gfield_radio .gchoice {
  margin: 5px 0;
}
body .gfield_radio .gchoice label {
  line-height: 1.2;
}
body .gform_ajax_spinner {
  margin-left: 5px;
}

.gform_legacy_markup_wrapper {
  max-width: var(--wp--style--global--content-size) !important;
}

body.single-event .gform_confirmation_message {
  text-align: center;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  display: none;
}