/* Author Dependencies */
/**
 * /assets/scss/partials/base/mixins.scss
 *
 * Let's define our universal mixins for use throughout the theme
 */
/**
 * Base text styles
 */
body,
p,
select,
textarea,
input,
button {
  height: auto;
  min-height: auto;
  color: var(--wp--preset--color--main);
  font-size: var(--wp--custom--font-size--body-default);
  line-height: 1.62;
  font-weight: 400;
}

/**
 * Base button styles
 */
.wp-block-button__link, .wp-block-search__button, body .gform_wrapper.gravity-theme button.gform-button,
body .gform_wrapper.gravity-theme button.gform_button, input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
button.gform-button,
button.gform_button {
  display: inline-block;
  padding: calc(var(--wp--preset--spacing--400) - 2px) calc(var(--wp--preset--spacing--500) - 2px);
  height: auto;
  border: 2px solid var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-size: 16px;
  letter-spacing: 1.12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border-radius: 64px;
}
.wp-block-button__link:hover, .wp-block-search__button:hover, body .gform_wrapper.gravity-theme button.gform-button:hover,
body .gform_wrapper.gravity-theme button.gform_button:hover, input[type=button]:hover,
input[type=button][disabled]:hover,
input[type=reset]:hover,
input[type=reset][disabled]:hover,
input[type=submit]:hover,
input[type=submit][disabled]:hover,
button.gform-button:hover,
button.gform_button:hover, .wp-block-button__link:focus, .wp-block-search__button:focus, body .gform_wrapper.gravity-theme button.gform-button:focus,
body .gform_wrapper.gravity-theme button.gform_button:focus, input[type=button]:focus,
input[type=button][disabled]:focus,
input[type=reset]:focus,
input[type=reset][disabled]:focus,
input[type=submit]:focus,
input[type=submit][disabled]:focus,
button.gform-button:focus,
button.gform_button:focus {
  border-color: var(--wp--custom--color--secondary-hover);
  background: var(--wp--custom--color--secondary-hover);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

/**
 * Button reset
 */
/**
 * Label styles
 */
.wp-block-search__label, body .gform_wrapper.gravity-theme .gfield_label {
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
}

/**
 * Transitions
 */
.block-faq__toggle-question-icon, .nav-primary > ul.menu > .menu-item > .sub-menu, .mobile-navigation-icon, .mobile-navigation-icon span, svg,
svg path, button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img, a {
  transition: all 0.2s ease-in-out;
}

/**
 * Placeholder Color
 */
/**
 * Media queries
 */
/* Author Dependencies */
/**
 * /assets/scss/partials/base/buttons.scss
 *
 * Let's define our button styles
 */
/* Author Dependencies */
/**
 * /assets/scss/partials/base/headings.scss
 *
 * Let's define our heading styles
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wp--preset--color--main);
  font-family: var(--wp--preset--font-family--secondary-font);
  line-height: 1.15;
  font-weight: 300;
  scroll-margin-top: 96px;
}
h1:not(.has-text-color) a,
h2:not(.has-text-color) a,
h3:not(.has-text-color) a,
h4:not(.has-text-color) a,
h5:not(.has-text-color) a,
h6:not(.has-text-color) a {
  color: var(--wp--preset--color--main);
}
h1:not(.has-text-color) a:hover,
h2:not(.has-text-color) a:hover,
h3:not(.has-text-color) a:hover,
h4:not(.has-text-color) a:hover,
h5:not(.has-text-color) a:hover,
h6:not(.has-text-color) a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1.alignwide, h1.alignfull,
h2.alignwide,
h2.alignfull,
h3.alignwide,
h3.alignfull,
h4.alignwide,
h4.alignfull,
h5.alignwide,
h5.alignfull,
h6.alignwide,
h6.alignfull {
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
h1 strong,
h1 b,
h2 strong,
h2 b,
h3 strong,
h3 b,
h4 strong,
h4 b,
h5 strong,
h5 b,
h6 strong,
h6 b {
  font-weight: 400;
}
h1.has-font-size-10-font-size,
h2.has-font-size-10-font-size,
h3.has-font-size-10-font-size,
h4.has-font-size-10-font-size,
h5.has-font-size-10-font-size,
h6.has-font-size-10-font-size {
  line-height: 1.08;
}
h1.has-font-size-10-font-size strong,
h1.has-font-size-10-font-size b,
h2.has-font-size-10-font-size strong,
h2.has-font-size-10-font-size b,
h3.has-font-size-10-font-size strong,
h3.has-font-size-10-font-size b,
h4.has-font-size-10-font-size strong,
h4.has-font-size-10-font-size b,
h5.has-font-size-10-font-size strong,
h5.has-font-size-10-font-size b,
h6.has-font-size-10-font-size strong,
h6.has-font-size-10-font-size b {
  font-weight: 600;
}
h1.has-font-size-9-font-size,
h2.has-font-size-9-font-size,
h3.has-font-size-9-font-size,
h4.has-font-size-9-font-size,
h5.has-font-size-9-font-size,
h6.has-font-size-9-font-size {
  line-height: 1.13;
}
h1.has-font-size-8-font-size, h1.has-font-size-7-font-size, h1.has-font-size-6-font-size,
h2.has-font-size-8-font-size,
h2.has-font-size-7-font-size,
h2.has-font-size-6-font-size,
h3.has-font-size-8-font-size,
h3.has-font-size-7-font-size,
h3.has-font-size-6-font-size,
h4.has-font-size-8-font-size,
h4.has-font-size-7-font-size,
h4.has-font-size-6-font-size,
h5.has-font-size-8-font-size,
h5.has-font-size-7-font-size,
h5.has-font-size-6-font-size,
h6.has-font-size-8-font-size,
h6.has-font-size-7-font-size,
h6.has-font-size-6-font-size {
  line-height: 1.15;
}
h1.has-font-size-5-font-size,
h2.has-font-size-5-font-size,
h3.has-font-size-5-font-size,
h4.has-font-size-5-font-size,
h5.has-font-size-5-font-size,
h6.has-font-size-5-font-size {
  line-height: 1.31;
}
h1.has-font-size-4-font-size, h1.has-font-size-3-font-size, h1.has-font-size-2-font-size, h1.has-font-size-1-font-size,
h2.has-font-size-4-font-size,
h2.has-font-size-3-font-size,
h2.has-font-size-2-font-size,
h2.has-font-size-1-font-size,
h3.has-font-size-4-font-size,
h3.has-font-size-3-font-size,
h3.has-font-size-2-font-size,
h3.has-font-size-1-font-size,
h4.has-font-size-4-font-size,
h4.has-font-size-3-font-size,
h4.has-font-size-2-font-size,
h4.has-font-size-1-font-size,
h5.has-font-size-4-font-size,
h5.has-font-size-3-font-size,
h5.has-font-size-2-font-size,
h5.has-font-size-1-font-size,
h6.has-font-size-4-font-size,
h6.has-font-size-3-font-size,
h6.has-font-size-2-font-size,
h6.has-font-size-1-font-size {
  line-height: 1.25;
}
@media (max-width: 1000px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    scroll-margin-top: 76px;
  }
}

h1 {
  font-size: var(--wp--preset--font-size--font-size-9);
  line-height: 1.13;
}
h1 strong,
h1 b {
  font-weight: 600;
}

h2 {
  font-size: var(--wp--preset--font-size--font-size-8);
}

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

h4 {
  font-size: var(--wp--preset--font-size--font-size-6);
}

h5 {
  font-size: var(--wp--preset--font-size--font-size-5);
  line-height: 1.31;
}

h6 {
  font-size: var(--wp--preset--font-size--font-size-4);
  line-height: 1.25;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Add default smooth scroll
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth; /* 3 */
  }
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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;
}

/**
 * Remove default padding and background from 'mark' elements
 */
mark {
  padding: 0;
  background-color: transparent;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* Author Dependencies */
/**
 * /assets/scss/partials/base/typography.scss
 *
 * Let's define our global typography styles
 */
a {
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--primary);
}
a[href^=tel] {
  text-decoration: none;
}
a[href^=tel]:hover {
  color: inherit;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

code {
  padding: 0.125em 0.25em;
  background-color: #424242;
}

pre {
  margin: 0 0 1.75em;
  padding: 1.75em;
  max-width: 100%;
  border: 1px solid #424242;
  line-height: 1.3125;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/base/universal.scss
 *
 * Let's define our universal styles
 *
 * - Universal
 * - Box Sizing
 * - Common Classes
 * - Accessibility
 */
/* ----- Universal ---------------------- */
:root {
  --wp--style--block-gap: var(--wp--custom--spacing--block-gap);
  --gallery-block--gutter-size: var(--wp--custom--spacing--column-gap);
}
@media (max-width: 781px) {
  :root {
    --gallery-block--gutter-size: calc(var(--wp--custom--spacing--column-gap) * 0.75);
  }
}
@media (max-width: 600px) {
  :root {
    --gallery-block--gutter-size: calc(var(--wp--custom--spacing--column-gap) * 0.5);
  }
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

picture,
iframe {
  max-width: 100%;
}

/* ----- Box Sizing -------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* ----- Common Classes -------------------- */
.align-left {
  text-align: left;
}

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

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

@media (max-width: 781px) {
  .is-style-center-on-tablet {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .is-style-center-on-mobile {
    text-align: center;
  }
}

/* ----- Accessibility -------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  display: block;
  clip: auto !important;
  height: auto;
  width: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* Layouts */
/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/archives.scss
 *
 * Let's define our archive styles
 *
 * - Archive
 * - The Loop
 */
/* ----- Archive -------------------- */
.archive-header {
  padding: var(--wp--preset--spacing--400) 0;
}
.archive-header > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
}
.archive-header > *:last-child {
  margin-bottom: 0;
}
.archive-header__description > *:last-child {
  margin-bottom: 0;
}

/**
 * /assets/scss/partials/layouts/error404.scss
 *
 * Let's define our error404 styles
 */
.error404 .site-inner .content-area,
.search-no-results .site-inner .content-area {
  padding: 0 0 var(--wp--preset--spacing--1000) 0;
  text-align: center;
}
.error404 .site-inner .content-area .entry-content,
.search-no-results .site-inner .content-area .entry-content {
  max-width: 750px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/footer.scss
 *
 * Let's define our footer styles
 */
/* ----- Main Footer -------------------- */
.site-footer {
  width: 100%;
  padding: var(--wp--preset--spacing--900) var(--wp--custom--spacing--viewport-padding);
  background-color: var(--wp--preset--color--main);
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: var(--wp--preset--color--secondary);
}
.site-footer > .wrap {
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
}
.site-footer__top {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 64px;
  justify-content: space-between;
  border-top: 2px solid var(--wp--preset--color--secondary);
  padding-top: var(--wp--preset--spacing--500);
}
@media (max-width: 781px) {
  .site-footer__top {
    flex-wrap: wrap;
  }
}
.site-footer__top-left {
  max-width: 221px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.site-footer__top-left-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer__logo img {
  display: block;
}
.site-footer__label {
  width: 100%;
  color: var(--wp--preset--color--tertiary);
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.site-footer__top-right {
  display: flex;
  gap: 38px;
}
@media (max-width: 781px) {
  .site-footer__top-right {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .site-footer__top-right {
    flex-direction: column;
  }
}
.site-footer__top-right-column {
  max-width: 305px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer__address, .site-footer__contact, .site-footer__about, .site-footer__about p {
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
}
.site-footer__about p:first-child {
  margin-top: 0;
}
.site-footer__about p:last-child {
  margin-bottom: 0;
}
.site-footer .menu--footer {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer .menu--footer li {
  display: flex;
}
.site-footer .menu--footer li a {
  display: flex;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
}
.site-footer__copyright {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--500);
}
.site-footer__copyright p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/header.scss
 *
 * Let's define our header styles
 */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: var(--wp--preset--spacing--300) var(--wp--custom--spacing--viewport-padding);
  background-color: var(--wp--preset--color--background-3);
  z-index: 1001;
  height: 96px;
  display: flex;
  align-items: center;
}
@media (max-width: 781px) {
  .site-header {
    height: 76px;
  }
}
.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 781px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header > .wrap {
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header__logo {
  display: flex;
}
.site-header__logo img {
  display: block;
}
.site-header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1000px) {
  .site-header__right {
    gap: 16px;
  }
  .site-header__right .wp-block-button .wp-block-button__link {
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0.98px;
    line-height: 16px;
    white-space: nowrap;
  }
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/interiors.scss
 *
 * Let's define our interior wrapper styles
 */
/* ----- Universal -------------------- */
@media (max-width: 1000px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
}

.site-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}

.site-container {
  position: relative;
  padding-top: 96px;
}
@media (max-width: 781px) {
  .site-container {
    padding-top: 76px;
  }
}

@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/navigation.scss
 *
 * Let's define our navigation styles
 *
 * - Primary Navigation
 * - Mobile Navigation Icon
 */
/* ----- Primary Navigation -------------------- */
@media (min-width: 1001px) {
  .nav-primary {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .nav-primary {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    height: calc(100vh - 76px);
    background-color: var(--wp--preset--color--main);
    padding: calc(var(--wp--preset--spacing--700) - 16px) var(--wp--preset--spacing--400);
  }
  .mobile-nav-open .nav-primary {
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 76px);
  }
}
.nav-primary > ul.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nav-primary > ul.menu > .menu-item {
  list-style: none;
  position: relative;
}
@media (min-width: 1001px) {
  .nav-primary > ul.menu > .menu-item:hover > .sub-menu, .nav-primary > ul.menu > .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .nav-primary > ul.menu > .menu-item {
    width: 100%;
  }
  .nav-primary > ul.menu > .menu-item.open > .sub-menu {
    display: block;
  }
  .nav-primary > ul.menu > .menu-item.open > button {
    transform: rotate(180deg);
  }
}
.nav-primary > ul.menu > .menu-item a {
  border: none;
  color: var(--wp--preset--color--primary);
  display: block;
  font-size: 14px;
  padding: 12px;
  font-family: var(--wp--preset--font-family--secondary-font);
  letter-spacing: 0.98px;
  line-height: 1.85;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
.nav-primary > ul.menu > .menu-item a:hover {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
@media (max-width: 1000px) {
  .nav-primary > ul.menu > .menu-item a {
    text-align: center;
    color: #fff;
    font-size: var(--wp--preset--font-size--font-size-4);
    text-transform: none;
    line-height: 1.08;
    letter-spacing: 0;
    padding: 16px;
  }
}
.nav-primary > ul.menu > .menu-item button {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  right: 7px;
  top: 4px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-primary > ul.menu > .menu-item button svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 1001px) {
  .nav-primary > ul.menu > .menu-item button {
    display: none;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu {
  background: var(--wp--preset--color--white);
  left: -9999px;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
  position: absolute;
  width: auto;
  min-width: 200px;
  z-index: 99;
}
@media (max-width: 1000px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu {
    left: auto;
    opacity: 1;
    position: relative;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border-top: 1px solid #424242;
    display: none;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item {
  width: 100%;
  display: block;
  clear: both;
  border-top: none !important;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item a {
  width: 100%;
  background: transparent;
  color: var(--wp--preset--color--main);
  padding: 8px 30px 8px 20px;
  position: relative;
  white-space: nowrap;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item:hover > a, .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
  color: #424242;
}

/* ----- Mobile Nav Icon -------------------- */
.mobile-navigation-icon {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}
.mobile-navigation-icon span {
  width: 30px;
  height: 3px;
  background-color: var(--wp--preset--color--main);
  border-radius: 10px;
  position: absolute;
  top: 8px;
  left: 5px;
}
.mobile-navigation-icon span:nth-child(2) {
  top: 18px;
}
.mobile-navigation-icon span:nth-child(3) {
  top: 28px;
}
.mobile-navigation-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 18px;
}
.mobile-navigation-icon.open span:nth-child(2) {
  opacity: 0;
}
.mobile-navigation-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
}
@media (max-width: 1000px) {
  .mobile-navigation-icon {
    display: block;
  }
}

/**
 * /assets/scss/partials/layouts/search.scss
 *
 * Let's define our search styles
 */
.search .archive-header__subtitle {
  width: 100%;
  margin: 0 auto var(--wp--custom--spacing--block-gap);
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/sidebars.scss
 *
 * Let's define our sidebars styles
 */
@media (max-width: 900px) {
  .sidebar--primary {
    display: none;
  }
}
@media (min-width: 901px) {
  .content-sidebar-layout .content-area {
    display: grid;
    grid-template-columns: calc(100% - var(--wp--custom--layout--sidebar) - var(--wp--preset--spacing--400)) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--preset--spacing--400);
    width: 100%;
    max-width: var(--wp--custom--layout--default);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar-layout .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--thin);
  }
  .content-sidebar-layout .sidebar--primary {
    float: none;
    width: 100%;
    padding: var(--wp--preset--spacing--600) 0;
  }
}
/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/singular.scss
 *
 * Let's define our singular page/post styles
 *
 * - Entry Header/Footer
 * - Author Box
 * - Comments
 */
/* ----- Entry Header/Footer -------------------- */
.entry-header {
  padding: var(--wp--preset--spacing--400) 0;
}
.entry-header > * {
  max-width: var(--wp--custom--layout--thin);
  margin-left: auto;
  margin-right: auto;
}
.entry-header > *:last-child {
  margin-bottom: 0;
}
.entry-header .entry-author {
  display: block;
  width: 100%;
  margin-top: 12px;
}
.entry-header .entry-date {
  display: block;
  width: 100%;
  margin-top: 12px;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-footer {
  padding: 24px 0;
}
.entry-footer > * {
  max-width: var(--wp--custom--layout--thin);
  margin-left: auto;
  margin-right: auto;
}
.entry-footer > *:last-child {
  margin-bottom: 0;
}

.after-entry {
  max-width: var(--wp--custom--layout--thin);
  margin: var(--wp--preset--spacing--600) auto 0;
}
.default-layout .after-entry {
  max-width: var(--wp--custom--layout--default);
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/social-media.scss
 *
 * Let's define our social media styles
 */
/* Forms */
/**
 * /assets/scss/partials/forms/forms-base.scss
 *
 * Let's define our base form styles
 */
input {
  line-height: normal;
}

body input[type=date],
body input[type=time],
body input[type=datetime-local],
body input[type=week],
body input[type=month],
body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=number],
body textarea,
body select,
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
  background: var(--wp--preset--color--white);
  border: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
  color: var(--wp--custom--forms--text-color);
  padding: var(--wp--custom--forms--input-padding-vertical) var(--wp--custom--forms--input-padding-horizontal);
  width: 100%;
  border-radius: var(--wp--custom--forms--border-radius);
  line-height: 1.15;
  font-size: var(--wp--custom--forms--font-size);
}
body input[type=date]:focus,
body input[type=time]:focus,
body input[type=datetime-local]:focus,
body input[type=week]:focus,
body input[type=month]:focus,
body input[type=text]:focus,
body input[type=email]:focus,
body input[type=url]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body input[type=tel]:focus,
body input[type=number]:focus,
body textarea:focus,
body select:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme select:focus {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--custom--forms--border-color-focus);
  color: var(--wp--custom--forms--text-color);
  outline: 0;
}

body .gform_wrapper.gravity-theme select,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("../images/forms/arrow-down.svg");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  max-width: 100%;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/forms/forms-gravity.scss
 *
 * Let's define base styles for Gravity Forms
 *
 */
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: var(--wp--custom--forms--spacing-row);
  grid-column-gap: var(--wp--custom--forms--spacing-column);
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-width: var(--wp--custom--forms--border-width);
}
body .gform_wrapper.gravity-theme .validation_message {
  border-radius: var(--wp--custom--forms--border-radius);
  padding: 8px;
  font-size: 14px;
}
body .gform_wrapper.gravity-theme #field_submit {
  align-items: flex-end;
}
body .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin-top: var(--wp--custom--forms--spacing-column);
}
body .gform_wrapper.gravity-theme button.gform-button,
body .gform_wrapper.gravity-theme button.gform_button {
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice {
  padding: 5px 0;
  position: relative;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > label,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > label {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.2;
  font-size: var(--wp--custom--forms--font-size);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio],
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio] + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] + *::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ebe7e7;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio] + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] + *::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--wp--preset--color--white);
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 10px;
  opacity: 0;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio]:checked + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio]:checked + *::before {
  background-color: var(--wp--preset--color--primary);
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio]:checked + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio]:checked + *::after {
  opacity: 1;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox],
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox] + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] + *::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #ebe7e7;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox] + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] + *::after {
  content: "";
  background-image: url("../images/forms/check-solid-white.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 3px;
  opacity: 0;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox]:checked + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox]:checked + *::before {
  background-color: var(--wp--preset--color--primary);
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox]:checked + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox]:checked + *::after {
  opacity: 1;
}
body .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent > label {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.2;
  font-size: var(--wp--custom--forms--font-size);
}
body .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent input[type=checkbox] + *::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #ebe7e7;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}
body .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent input[type=checkbox] + *::after {
  content: "";
  background-image: url("../images/forms/check-solid-white.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 3px;
  opacity: 0;
}
body .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent input[type=checkbox]:checked + *::before {
  background-color: var(--wp--preset--color--primary);
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .ginput_container.ginput_container_consent input[type=checkbox]:checked + *::after {
  opacity: 1;
}
@media (max-width: 641px) {
  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.15;
    min-height: none;
  }
}
body .gform_wrapper.gravity-theme.align-submit-button-center_wrapper .gform_footer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: var(--wp--custom--forms--spacing-row) 0 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme.align-submit-button-right_wrapper .gform_footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: var(--wp--custom--forms--spacing-row) 0 0;
  padding: 0;
}

/* Blocks */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-base.scss
 *
 * Let's define our basic block styles
 *
 * - Imports Core
 * - Imports ACF Blocks
 * - Base Colors
 * - Layouts
 * - Disable ACF Links
 * - Editor Variation Icon Styles
 * - Editor Title Styles
 */
/* ----- Import Core Partials -------------------- */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-core.scss
 *
 * Let's define our core block styles
 *
 * - Buttons
 * - Columns
 * - Cover
 * - Gallery
 * - Group
 * - Images
 * - Lists
 * - Paragraphs
 * - Quotes
 * - Search
 * - Separators
 * - Tables
 *
 */
/* ----- Buttons -------------------- */
.wp-block-button__link {
  text-decoration: none;
}
.wp-block-button__link.has-main-background-color {
  border-color: var(--wp--preset--color--main);
}
.wp-block-button__link.has-main-background-color:hover {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary) !important;
}

.wp-block-group.has-background.has-primary-background-color .wp-block-button__link:hover {
  border-color: var(--wp--preset--color--background-3);
}

/* ----- Columns -------------------- */
@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc((100% - var(--wp--custom--spacing--column-gap)) / 2) !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns .wp-block-column.is-style-top-tablet {
    order: -1;
  }
}
@media (max-width: 600px) {
  .wp-block-columns .wp-block-column.is-style-top-mobile {
    order: -1;
  }
}
@media (max-width: 900px) {
  .wp-block-columns.is-style-wide-break {
    flex-wrap: wrap;
  }
  .wp-block-columns.is-style-wide-break .wp-block-column {
    flex-basis: 100% !important;
  }
}
.wp-block-columns.is-style-border-between {
  border: none !important;
  gap: var(--wp--preset--spacing--1000);
}
.wp-block-columns.is-style-border-between .wp-block-column:not(:first-child) {
  position: relative;
}
.wp-block-columns.is-style-border-between .wp-block-column:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--wp--preset--spacing--1000) / 2 * -1);
  width: 1px;
  height: 100%;
  background-color: var(--wp--preset--color--main);
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-border-between .wp-block-column:not(:first-child)::before {
    top: calc(var(--wp--preset--spacing--1000) / 2 * -1);
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .wp-block-columns.is-style-border-between:has(> *:nth-child(4n)) .wp-block-column {
    flex-basis: calc((100% - var(--wp--preset--spacing--1000)) / 2);
  }
  .wp-block-columns.is-style-border-between:has(> *:nth-child(4n)) .wp-block-column:nth-child(n+3)::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(var(--wp--preset--spacing--1000) / 2 * -1);
    height: 1px;
    width: 100%;
    background-color: var(--wp--preset--color--main);
  }
}
.wp-block-columns.is-style-border-between.has-border-color.has-primary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-primary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-secondary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-secondary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-background-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-background-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--background);
}
.wp-block-columns.is-style-border-between.has-border-color.has-background-2-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-background-2-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--background-2);
}
@media (max-width: 1000px) {
  .wp-block-columns:has(> *:nth-child(4n)) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:has(> *:nth-child(4n)) .wp-block-column {
    flex-basis: calc((100% - var(--wp--custom--spacing--column-gap)) / 2);
  }
}

/* ----- Cover -------------------- */
.wp-block-cover {
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}
.wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
  padding-left: 0;
  padding-right: 0;
}
body.default-layout .wp-block-cover__inner-container,
.wp-block-cover__inner-container > .wp-block-group {
  max-width: var(--wp--custom--layout--default);
}
body.default-layout .wp-block-cover__inner-container.alignwide {
  max-width: var(--wp--custom--layout--wide);
}

/* ----- Group -------------------- */
.wp-block-group {
  scroll-margin-top: 96px;
}
@media (max-width: 1000px) {
  .wp-block-group {
    scroll-margin-top: 76px;
  }
}
.wp-block-group.is-horizontal {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-block-group.alignfull {
  margin-top: 0;
}
.wp-block-group.alignfull.has-background {
  padding-top: var(--wp--preset--spacing--pad-300);
  padding-bottom: var(--wp--preset--spacing--pad-300);
}
.wp-block-group.is-style-wave-arrow {
  position: relative;
  background-image: url("../images/misc/blue-wave.svg");
  background-size: auto 62px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 600px) {
  .wp-block-group.is-style-wave-arrow {
    background-position: -80px bottom;
  }
}
.wp-block-group.is-style-wave-arrow::after, .wp-block-group.is-style-wave-arrow::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 50%;
  height: 31px;
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-group.is-style-wave-arrow::after {
  right: auto;
  left: 0;
  height: 3px;
}
@media (max-width: 1440px) {
  .wp-block-group.is-style-wave-arrow::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .wp-block-group.center-on-mobile {
    justify-content: center;
  }
}

/* ----- Images -------------------- */
.wp-block-image img,
figure.wp-block-image:not(.wp-block) img {
  display: block;
}
.wp-block-image.aligncenter,
figure.wp-block-image:not(.wp-block).aligncenter {
  text-align: center;
}
.wp-block-image.aligncenter img,
.wp-block-image.aligncenter > .components-resizable-box__container,
figure.wp-block-image:not(.wp-block).aligncenter img,
figure.wp-block-image:not(.wp-block).aligncenter > .components-resizable-box__container {
  display: inline-block;
}
.wp-block-image.alignfull figcaption,
figure.wp-block-image:not(.wp-block).alignfull figcaption {
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}
@media (min-width: 601px) {
  .wp-block-image.alignleft, .wp-block-image.alignright,
  figure.wp-block-image:not(.wp-block).alignleft,
  figure.wp-block-image:not(.wp-block).alignright {
    margin-bottom: var(--wp--custom--spacing--block-gap);
  }
  .wp-block-image.alignleft,
  figure.wp-block-image:not(.wp-block).alignleft {
    float: left;
    margin-right: var(--wp--custom--spacing--block-gap);
  }
  .wp-block-image.alignright,
  figure.wp-block-image:not(.wp-block).alignright {
    float: right;
    margin-left: var(--wp--custom--spacing--block-gap);
  }
}
@media (max-width: 600px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  figure.wp-block-image:not(.wp-block) .alignleft,
  figure.wp-block-image:not(.wp-block) .alignright {
    float: none;
  }
}
.wp-block-image figcaption,
figure.wp-block-image:not(.wp-block) figcaption {
  display: flex;
  margin: 5px 0 0;
  font-style: italic;
  font-size: 0.9rem;
}

img.emoji {
  max-width: 16px;
  display: inline-block;
}

/* ----- Lists -------------------- */
.entry-content ul,
.entry-content ol,
.block-area ul,
.block-area ol,
ul.wp-block,
ol.wp-block {
  padding: 0 0 0 16px;
  background-color: transparent !important;
}
.entry-content ul li,
.entry-content ol li,
.block-area ul li,
.block-area ol li,
ul.wp-block li,
ol.wp-block li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 8px;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child,
.block-area ul li:last-child,
.block-area ol li:last-child,
ul.wp-block li:last-child,
ol.wp-block li:last-child {
  margin-bottom: 0;
}
.entry-content ul li::marker,
.entry-content ol li::marker,
.block-area ul li::marker,
.block-area ol li::marker,
ul.wp-block li::marker,
ol.wp-block li::marker {
  color: var(--wp--preset--color--main);
  margin-right: 5px;
}
.entry-content ul.has-primary-background-color li::marker,
.entry-content ol.has-primary-background-color li::marker,
.block-area ul.has-primary-background-color li::marker,
.block-area ol.has-primary-background-color li::marker,
ul.wp-block.has-primary-background-color li::marker,
ol.wp-block.has-primary-background-color li::marker {
  color: var(--wp--preset--color--primary);
}
.entry-content ul.has-secondary-background-color li::marker,
.entry-content ol.has-secondary-background-color li::marker,
.block-area ul.has-secondary-background-color li::marker,
.block-area ol.has-secondary-background-color li::marker,
ul.wp-block.has-secondary-background-color li::marker,
ol.wp-block.has-secondary-background-color li::marker {
  color: var(--wp--preset--color--secondary);
}
.entry-content ul.has-background-background-color li::marker,
.entry-content ol.has-background-background-color li::marker,
.block-area ul.has-background-background-color li::marker,
.block-area ol.has-background-background-color li::marker,
ul.wp-block.has-background-background-color li::marker,
ol.wp-block.has-background-background-color li::marker {
  color: var(--wp--preset--color--background);
}
.entry-content ul.is-style-styled-list,
.entry-content ol.is-style-styled-list,
.block-area ul.is-style-styled-list,
.block-area ol.is-style-styled-list,
ul.wp-block.is-style-styled-list,
ol.wp-block.is-style-styled-list {
  list-style-type: none;
  padding-left: 0;
}
.entry-content ul.is-style-styled-list li,
.entry-content ol.is-style-styled-list li,
.block-area ul.is-style-styled-list li,
.block-area ol.is-style-styled-list li,
ul.wp-block.is-style-styled-list li,
ol.wp-block.is-style-styled-list li {
  position: relative;
  padding-left: 48px;
  min-height: 40px;
}
.entry-content ul.is-style-styled-list li:not(:last-child),
.entry-content ol.is-style-styled-list li:not(:last-child),
.block-area ul.is-style-styled-list li:not(:last-child),
.block-area ol.is-style-styled-list li:not(:last-child),
ul.wp-block.is-style-styled-list li:not(:last-child),
ol.wp-block.is-style-styled-list li:not(:last-child) {
  margin-bottom: var(--wp--preset--spacing--400);
}
.entry-content ul.is-style-styled-list li::before,
.entry-content ol.is-style-styled-list li::before,
.block-area ul.is-style-styled-list li::before,
.block-area ol.is-style-styled-list li::before,
ul.wp-block.is-style-styled-list li::before,
ol.wp-block.is-style-styled-list li::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  background-image: url("../images/icons/arrow-right-secondary.svg");
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
}

.entry-content ol li::marker,
.block-area ol li::marker,
ol.wp-block li::marker {
  font-weight: 600;
  font-family: var(--wp--preset--font-family--secondary-font);
}

/* ----- Paragraphs -------------------- */
p {
  padding: 0;
}

/* ----- Quotes -------------------- */
.wp-block-quote {
  margin: var(--wp--custom--spacing--block-gap) auto;
  background: var(--wp--custom--color--grey-light);
  padding: var(--wp--preset--spacing--400);
  border-left: 10px solid var(--wp--custom--color--grey-medium);
}
.wp-block-quote p {
  font-size: 20px;
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite {
  margin-top: var(--wp--custom--spacing--block-gap);
  display: block;
}

/* ----- Search -------------------- */
.wp-block-search {
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-search__inside-wrapper {
  gap: 12px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
  padding: 0;
  border-radius: var(--wp--custom--forms--border-radius);
  line-height: 1.15;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: var(--wp--custom--forms--input-padding-vertical) var(--wp--custom--forms--input-padding-horizontal);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin: 5px 5px 5px 0;
}
.wp-block-search__button {
  margin-left: 0;
}

/* ----- Separators -------------------- */
hr,
hr.wp-block-separator {
  border: none !important;
  height: 1px !important;
}
hr.is-style-dotted,
hr.wp-block-separator.is-style-dotted {
  height: 2px !important;
  background: repeating-linear-gradient(to right, currentColor, currentColor 2px, transparent 2px, transparent 6px);
  background-clip: content-box;
  border-radius: 2px;
  background-color: transparent !important;
  border: none !important;
}

/* ----- Tables -------------------- */
.wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 782px;
}
.wp-block-table table th {
  border: 1px solid #424242;
  padding: 10px;
  position: relative;
  text-align: left;
}
.wp-block-table table td {
  border: 1px solid #424242;
  padding: 10px;
  position: relative;
}
.wp-block-table.is-style-stripes table thead {
  border-bottom: none;
}
.wp-block-table.is-style-stripes table th, .wp-block-table.is-style-stripes table td {
  border: none;
  padding: 16px;
}
.wp-block-table.is-style-stripes table th:first-child, .wp-block-table.is-style-stripes table td:first-child {
  width: 300px;
}
.wp-block-table.is-style-stripes table th {
  text-align: center;
  color: #000;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: var(--wp--preset--font-size--font-size-4);
  font-weight: 400;
  line-height: 1.25;
  border: none;
}
.wp-block-table.is-style-stripes table td {
  color: #4c4d4f;
}
.wp-block-table.is-style-stripes table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

/* ----- Import ACF Block Partials -------------------- */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-acf.scss
 *
 * Let's define our custom ACF block styles
 *
 * - Agenda
 * - FAQ
 *
 */
/* ----- Agenda -------------------- */
.block-agenda {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--900);
}
.block-agenda__day {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: var(--wp--preset--spacing--900);
}
.block-agenda__day-header {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
}
.block-agenda__day-day {
  width: 100%;
  color: #fff;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: var(--wp--preset--font-size--font-size-8);
  font-weight: 300;
  line-height: 1.15;
}
.block-agenda__day-date {
  width: 100%;
  color: var(--wp--preset--color--secondary);
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: var(--wp--preset--font-size--font-size-5);
  font-weight: 400;
  line-height: 1.3;
}
.block-agenda__items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.block-agenda__items-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: var(--wp--preset--spacing--400) 0 var(--wp--preset--spacing--500);
  border-bottom: 2px solid var(--wp--preset--color--secondary);
}
@media (max-width: 781px) {
  .block-agenda__items-row {
    row-gap: 8px;
  }
  .block-agenda__items-row:nth-child(2) {
    border-top: 2px solid var(--wp--preset--color--secondary);
  }
}
.block-agenda__items-column {
  color: #fff;
  text-align: center;
  padding: 0 12px;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: var(--wp--preset--font-size--font-size-4);
  line-height: 1.25;
}
.block-agenda__items-column-1 {
  width: 167px;
}
.block-agenda__items-column-2 {
  flex: 1;
  text-align: left;
}
.block-agenda__items-column-3 {
  width: 200px;
}
.block-agenda__items-column-4 {
  width: 200px;
}
@media (max-width: 781px) {
  .block-agenda__items-column {
    padding: 0;
  }
  .block-agenda__items-column-1 {
    width: 100%;
    text-align: left;
    font-size: var(--wp--preset--font-size--font-size-3);
  }
  .block-agenda__items-column-2 {
    flex: none;
    width: 100%;
  }
  .block-agenda__items-column-3 {
    width: 100%;
    text-align: left;
    font-size: var(--wp--preset--font-size--font-size-3);
  }
  .block-agenda__items-column-4 {
    width: 100%;
    text-align: left;
    font-size: var(--wp--preset--font-size--font-size-3);
  }
}
.block-agenda__items-row--header {
  padding-top: 0;
  padding-bottom: var(--wp--preset--spacing--300);
}
@media (max-width: 781px) {
  .block-agenda__items-row--header {
    display: none;
  }
}
.block-agenda__items-row--header .block-agenda__items-column {
  font-size: vaR(--wp--preset--font-szie--font-size-3);
  line-height: 1.22;
}
@media (min-width: 782px) {
  .block-agenda__mobile-only {
    display: none;
  }
}

/* ----- FAQ -------------------- */
.block-faq {
  display: block;
  width: 100%;
}
.block-faq__toggle {
  width: 100%;
  position: relative;
  margin-bottom: var(--wp--custom--spacing--block-gap);
  border-bottom: 1px solid var(--wp--preset--color--background-3);
}
.block-faq__toggle-question {
  width: 100%;
  padding: var(--wp--preset--spacing--300) var(--wp--preset--spacing--400);
  font-size: var(--wp--preset--font-size--font-size-4);
  line-height: 1.25;
  font-weight: 400;
  color: var(--wp--preset--color--background-3);
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
  gap: 8px;
}
.block-faq__toggle-question-icon {
  width: 40px;
  height: 40px;
}
.block-faq__toggle-question[aria-pressed=true] .block-faq__toggle-question-icon {
  transform: rotate(90deg);
}
.block-faq__toggle-answer {
  display: none;
  padding: var(--wp--preset--spacing--400);
  padding-top: 0;
}
.block-faq__toggle-answer p {
  color: var(--wp--preset--color--background-3);
  font-size: var(--wp--preset--font-size--font-size-3);
  line-height: 1.62;
}
.block-faq__toggle-answer p:first-child {
  margin-top: 0;
}
.block-faq__toggle-answer p:last-child {
  margin-bottom: 0;
}

/* ----- Base Colors -------------------- */
.has-text-color:not(.has-link-color) > a {
  color: inherit;
}

/* ----- Layouts -------------------- */
.entry-content > *,
.block-area > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
}
body.default-layout .entry-content > *,
body.default-layout .block-area > * {
  max-width: var(--wp--custom--layout--default);
}
body.default-layout .entry-content > *.alignwide,
body.default-layout .block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body.default-layout .entry-content > *.alignfull, .entry-content > *.alignfull,
body.default-layout .block-area > *.alignfull,
.block-area > *.alignfull {
  width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
  max-width: 100vw;
  margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
}
@media (max-width: 781px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
    max-width: 100vw;
    margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
    margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  }
}

body.default-layout .entry-header > *,
body.default-layout .entry-footer > *,
body.default-layout .archive-header > * {
  max-width: var(--wp--custom--layout--default);
}

body.content-sidebar-layout .entry-content > *.alignfull {
  margin-left: 0;
  margin-right: 0;
}

/* ----- Disable Links within ACF blocks -------------------- */
.acf-block-preview .acf-block.disable-pointer-events a {
  pointer-events: none;
}

/* ----- Editor Variation Icon Styles -------------------- */
.components-button.block-editor-block-variation-picker__variation.has-icon .dashicon {
  font-size: 30px;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
}

/* ----- Editor Title Styles -------------------- */
.edit-post-visual-editor__post-title-wrapper {
  margin-top: var(--wp--style--block-gap) !important;
  margin-bottom: var(--wp--style--block-gap) !important;
  border-bottom: 1px dashed #ccc;
}
.edit-post-visual-editor__post-title-wrapper .editor-post-title__input.wp-block {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: black;
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0;
}

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