/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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;
}

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

:root {
  --root-font-size: 20px;
  --gutters: calc(5rem);
  --container-xs: calc(25rem + calc(var(--gutters) * 2));
  --container-s: calc(43rem + calc(var(--gutters) * 2));
  --container-xm: calc(60rem + calc(var(--gutters) * 2));
  --container-m: calc(76rem + calc(var(--gutters) * 2));
  --container-l: calc(86rem + calc(var(--gutters) * 2));
  --block-vertical-margin: 7rem;
  --block-vertical-padding: 7rem;
  --header-height: 62px;
}

@media only screen and (max-width: 1366px) {
  :root {
    --root-font-size: 18px;
    --gutters: calc(4rem);
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    --gutters: calc(3rem);
    --block-vertical-margin: calc(3rem);
    --block-vertical-padding: calc(3rem);
  }
}
@media only screen and (max-width: 760px) {
  :root {
    --root-font-size: 15px;
    --gutters: calc(1rem);
  }
}
.module--posts-listing > h2, .module--slideshow .swiper-wrapper .swiper-slide .content h2, .module--socials:before, h5, h4, h3, h2, h1 {
  line-height: 1.1;
}

.module--singular-content, p {
  line-height: 1.68;
}

.module--slideshow .swiper-wrapper .swiper-slide .content .links a, .module--singular-content .fluentform .ff-btn-submit {
  display: inline-block;
  font-size: 0.75rem;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  padding: 0.85rem 1.25rem 0.8rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  word-wrap: break-word;
  box-shadow: none;
  line-height: 1;
}

.module--page-header, .module--singular-content .page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100% !important;
  padding: 0 !important;
  margin-bottom: 3.75rem !important;
  min-height: 27.4rem;
}
.module--page-header p, .module--singular-content .page-header p {
  max-width: 21rem;
  font-size: 0.9rem;
  font-weight: 400;
}
@media only screen and (max-width: 1000px) {
  .module--page-header p, .module--singular-content .page-header p {
    font-size: 14px;
  }
}
.module--page-header .wp-block-cover__inner-container, .module--singular-content .page-header .wp-block-cover__inner-container, .module--page-header .inner, .module--singular-content .page-header .inner {
  position: relative;
  width: 100%;
  max-width: calc(86rem + calc(calc(5rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
.module--page-header .wp-block-cover__inner-container > *, .module--singular-content .page-header .wp-block-cover__inner-container > *, .module--page-header .inner > *, .module--singular-content .page-header .inner > * {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--wp--preset--color--white);
}
@media only screen and (max-width: 1000px) {
  .module--page-header .wp-block-cover__inner-container > *, .module--singular-content .page-header .wp-block-cover__inner-container > *, .module--page-header .inner > *, .module--singular-content .page-header .inner > * {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.module--page-header img, .module--singular-content .page-header img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}
.module--page-header .darken-image, .module--singular-content .page-header .darken-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.module--page-header .has-background-dim, .module--singular-content .page-header .has-background-dim {
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .module--page-header, .module--singular-content .page-header {
    margin-bottom: 1.8rem !important;
    min-height: 17.5rem;
  }
}

.module--contacts .contact, .module--footer .footer-content .footer-aoc {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding-top: 2.75rem;
  padding-bottom: 3.5rem;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

:root {
  box-sizing: border-box;
  font-size: 20px;
  font-size: var(--root-font-size);
  font-family: acumin-pro, sans-serif;
  line-height: 1.68;
  color: var(--wp--preset--color--black);
}

a {
  color: inherit;
}

h1 {
  font-size: 2.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 760px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 5.7rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 760px) {
  h2 {
    font-size: 22px;
    margin-top: 2.85rem;
    margin-bottom: 1.25rem;
  }
}

h3 {
  font-size: 2.1rem;
  font-weight: 500;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 760px) {
  h3 {
    font-size: 20px;
    margin-top: 2.85rem;
    margin-bottom: 1.25rem;
  }
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 3.2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 760px) {
  h4 {
    font-size: 18px;
    margin-top: 1.6rem;
    margin-bottom: 0.5rem;
  }
}

h5 {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media only screen and (max-width: 760px) {
  h5 {
    font-size: 14px;
  }
}

p {
  font-size: 0.95rem;
  font-weight: 300;
}
@media only screen and (max-width: 760px) {
  p {
    font-size: 14px;
  }
}

/* Listing */
.module--posts-listing-item a {
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.module--posts-listing-item .thumbnail {
  position: relative;
}
.module--posts-listing-item .thumbnail figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.module--posts-listing-item .thumbnail figure:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
.module--posts-listing-item .thumbnail figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module--posts-listing-item .thumbnail .meta {
  position: absolute;
  right: 5rem;
  bottom: 0;
  left: 0;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: var(--wp--preset--color--white);
  padding: 0.5rem;
  line-height: 1.1;
}
.module--posts-listing-item .thumbnail .meta > * {
  display: inline-block;
}
.module--posts-listing-item .thumbnail .meta > *:not(:first-child):before {
  content: "/ ";
}
.module--posts-listing-item h4 {
  color: var(--wp--preset--color--black) !important;
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 760px) {
  .module--posts-listing-item h4 {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
}

/* Singular */
.module--singular-content {
  font-size: 0.95rem;
  font-weight: 300;
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 760px) {
  .module--singular-content {
    font-size: 14px;
  }
}
.module--singular-content > *:first-child {
  margin-top: 0;
}
.module--singular-content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .module--singular-content {
    padding-bottom: 3.75rem;
  }
}
.module--singular-content .post-password-form {
  margin-top: 12rem;
}
@media only screen and (max-width: 1280px) {
  .module--singular-content .post-password-form {
    margin-top: 10rem;
  }
}
.module--singular-content > * {
  width: 100%;
  max-width: calc(43rem + calc(calc(5rem) * 2));
  max-width: var(--container-s);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.module--singular-content > div {
  margin-top: 7rem;
  margin-bottom: 7rem;
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
}
.module--singular-content > div.wp-block-columns.is-layout-flex {
  margin-top: 0;
  margin-bottom: 0;
}
.module--singular-content strong {
  font-weight: 700;
}
.module--singular-content h1,
.module--singular-content h2,
.module--singular-content h3,
.module--singular-content h4 {
  color: var(--anglican-color--brand);
}
.module--singular-content h4 {
  margin-top: 0;
}
.module--singular-content p {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 1280px) {
  .module--singular-content p {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
  }
}
.module--singular-content ul li {
  font-weight: 300;
  font-size: 1em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.module--singular-content ul.is-style-dashes {
  list-style: none;
}
.module--singular-content ul.is-style-dashes li {
  position: relative;
  margin-left: 3rem;
}
.module--singular-content ul.is-style-dashes li::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 0.1rem;
  background-color: var(--anglican-color--brand);
  margin-left: -3rem;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 1280px) {
  .module--singular-content ul.is-style-dashes li {
    margin-left: 1.75rem;
  }
  .module--singular-content ul.is-style-dashes li::before {
    width: 1rem;
    margin-top: 0.55rem;
    margin-left: -1.75rem;
  }
}
.module--singular-content .wp-block-button__link {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.45rem;
}
@media only screen and (max-width: 1280px) {
  .module--singular-content .wp-block-button__link {
    font-size: 14px;
  }
}
.module--singular-content .wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}
.module--singular-content .wp-block-group .alignleft,
.module--singular-content .wp-block-group .alignright {
  max-width: 50%;
  margin-top: 0;
  margin-bottom: 1rem;
}
.module--singular-content .wp-block-quote {
  margin-left: 0;
  margin-right: 0;
}
.module--singular-content .wp-block-quote > *:first-child {
  margin-top: 0;
}
.module--singular-content .wp-block-quote > *:last-child {
  margin-bottom: 0;
}
.module--singular-content .wp-block-quote p {
  font-family: ibm-plex-serif, serif;
  font-size: 1.2rem;
  font-style: italic;
}
.module--singular-content .wp-block-quote cite {
  font-family: acumin-pro, sans-serif;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (max-width: 1000px) {
  .module--singular-content .wp-block-quote p {
    font-size: 16px;
  }
  .module--singular-content .wp-block-quote cite {
    font-size: 13px;
  }
}
.module--singular-content > .wp-block-image.alignleft, .module--singular-content > .wp-block-image.alignright {
  margin-top: 0;
  margin-bottom: 0;
  max-width: calc(calc(43rem + calc(calc(5rem) * 2)) / 2);
  max-width: calc(var(--container-s) / 2);
}
.module--singular-content > .wp-block-image.alignleft img, .module--singular-content > .wp-block-image.alignright img {
  width: 100%;
  margin-top: 0;
}
.module--singular-content > .wp-block-image.alignleft {
  margin-left: calc(50% - calc(43rem + calc(calc(5rem) * 2)) / 2);
  margin-left: calc(50% - var(--container-s) / 2);
  padding-right: 2rem;
}
.module--singular-content > .wp-block-image.alignright {
  margin-right: calc(50% - calc(43rem + calc(calc(5rem) * 2)) / 2);
  margin-right: calc(50% - var(--container-s) / 2);
  padding-left: 2rem;
}
.module--singular-content .wp-block-image.alignleft {
  float: left;
}
.module--singular-content .wp-block-image.alignright {
  float: right;
}
.module--singular-content .wp-block-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.module--singular-content .wp-block-image figcaption {
  font-size: 0.7em;
  font-weight: 600;
  display: inline;
  margin-top: 0;
}
@media only screen and (max-width: 1000px) {
  .module--singular-content .wp-block-image figcaption {
    font-size: 13px;
    margin-top: 2px;
  }
}
.module--singular-content .wp-block-media-text {
  width: 100%;
  max-width: calc(86rem + calc(calc(5rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 7rem;
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
}
.module--singular-content .wp-block-media-text .wp-block-media-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: var(--anglican-color--brand);
  color: #fff;
  padding: 1.3rem 8%;
}
@media only screen and (max-width: 1000px) {
  .module--singular-content .wp-block-media-text .wp-block-media-text__content {
    padding: 1.3rem calc(5rem) 2rem;
    padding: 1.3rem var(--gutters) 2rem;
  }
}
.module--singular-content .wp-block-media-text .wp-block-media-text__content > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .module--singular-content .wp-block-media-text .wp-block-media-text__content > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.module--singular-content .wp-block-media-text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 760px) {
  .module--singular-content .wp-block-media-text.is-stacked-on-mobile {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 100% !important;
  }
  .module--singular-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .module--singular-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}

.module--singular-content .fluentform {
  font-size: 15px;
  margin-top: 5em;
}
.module--singular-content .fluentform h3 {
  margin: 0 !important;
  margin-top: 1.333em;
  margin-bottom: 1.333em;
}
.module--singular-content .fluentform p {
  font-size: 1.267em;
  margin-bottom: 1em;
}
.module--singular-content .fluentform .ff-el-group {
  margin-bottom: 1.867em;
}
.module--singular-content .fluentform .ff-el-input--content {
  border: 2px solid #D4D4D4;
}
.module--singular-content .fluentform .ff-el-input--content input,
.module--singular-content .fluentform .ff-el-input--content textarea {
  border: none;
  padding: 1.2em;
}
.module--singular-content .fluentform .ff-el-input--content input::-moz-placeholder, .module--singular-content .fluentform .ff-el-input--content textarea::-moz-placeholder {
  color: #000;
}
.module--singular-content .fluentform .ff-el-input--content input::placeholder,
.module--singular-content .fluentform .ff-el-input--content textarea::placeholder {
  color: #000;
}
.module--singular-content .fluentform .error {
  padding-left: 1.2em;
}
.module--singular-content .fluentform .ff-btn-submit {
  color: var(--wp--preset--color--white);
  border: 0.1rem solid var(--wp--preset--color--white);
  background: var(--anglican-color--brand);
  padding: 1.333em 1.467em;
}
.module--singular-content .fluentform .ff-btn-submit:after {
  -webkit-mask: url("../images/icons/button-arrow.svg") no-repeat 50% 50%;
          mask: url("../images/icons/button-arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--white);
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.7rem;
  vertical-align: middle;
  margin-left: 0.75rem;
  margin-bottom: 0.1rem;
}
.module--singular-content .fluentform .ff-btn-submit:hover, .module--singular-content .fluentform .ff-btn-submit:focus {
  background: var(--anglican-color--brand);
  opacity: 0.4;
  transition: 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.module--singular-content .fluentform .ff-btn-submit:hover:after, .module--singular-content .fluentform .ff-btn-submit:focus:after {
  transform: translateX(10px);
}

/* Modules */
.module--header {
  width: 100%;
  max-width: calc(86rem + calc(calc(5rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.module--header > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.55rem;
  padding-bottom: 1.55rem;
}
@media only screen and (max-width: 1000px) {
  .module--header > div {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.module--footer {
  width: 100%;
  max-width: calc(76rem + calc(calc(5rem) * 2));
  max-width: var(--container-m);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.module--footer > div {
  display: flex;
  justify-content: space-between;
}
.module--footer .module--logo {
  font-size: 0.75rem;
}
.module--footer .footer-top {
  margin-top: 90px;
  margin-bottom: 70px;
  align-items: flex-start;
}
.module--footer .footer-content {
  flex: 1;
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.module--footer .footer-content .footer-aoc {
  flex: 1;
}
.module--footer .footer-content .footer-aoc > *:first-child {
  margin-top: 0;
}
.module--footer .footer-content .footer-aoc > *:last-child {
  margin-bottom: 0;
}
.module--footer .footer-content .footer-contacts {
  display: flex;
  flex: 1;
}
.module--footer .footer-content .footer-contacts > * {
  flex: 1;
}
.module--footer .footer-legal {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  font-size: 0.75rem;
}
.module--footer .footer-legal ul {
  list-style: none;
  margin: 0;
  padding: 28px 0;
}
.module--footer .footer-legal ul li {
  display: inline-block;
  margin-right: 1.5rem;
}
.module--footer .footer-legal ul li a {
  text-decoration: none;
}
.module--footer .footer-legal p {
  font-size: 1em;
  margin: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media only screen and (max-width: 1000px) {
  .module--footer > div {
    flex-direction: column;
  }
  .module--footer .footer-top {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .module--footer .footer-legal {
    flex-direction: column;
    text-align: center;
    padding-top: 0;
  }
  .module--footer .footer-legal ul {
    padding: 0 0 28px 0;
  }
  .module--footer .footer-legal ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .module--footer .footer-legal ul:before {
    content: "";
    display: block;
    height: 60px;
    width: 1px;
    background-color: #DCDCDC;
    margin: 0 auto 21px;
  }
  .module--footer .footer-legal p {
    padding-top: 28px;
    border-top: 1px solid #DCDCDC;
  }
}

.module--nav-main {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--wp--preset--color--black);
}
.module--nav-main a {
  text-decoration: none;
  color: inherit;
}
.module--nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module--nav-main .menu > li {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.module--nav-main .menu > li + li {
  padding-left: 2.5rem;
}
.module--nav-main .menu > li > a {
  position: relative;
}
.module--nav-main .menu > li > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--wp--preset--color--black);
  transition: width 0.1s ease-in-out;
}
.module--nav-main .menu > li:hover .sub-menu {
  display: block;
}
.module--nav-main .menu > li:hover > a::before {
  width: 100%;
}
.module--nav-main .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--wp--preset--color--white);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.11);
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 12.5rem;
  font-weight: 600;
  z-index: 10;
}
.module--nav-main .sub-menu > li {
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0.4rem 0;
  margin: 0;
}
.module--nav-main .sub-menu > li a {
  display: block;
  padding: 0 3rem;
}
.module--nav-main .sub-menu > li::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-mask: url("../images/icons/menu-pointer.svg") no-repeat 50% 50%;
          mask: url("../images/icons/menu-pointer.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--anglican-color--brand);
  width: 0.4rem;
  height: 0.7rem;
  top: 0.9rem;
  left: 1.3rem;
  opacity: 0;
  transition: 0.2s ease-in;
}
.module--nav-main .sub-menu > li:hover {
  color: var(--anglican-color--brand);
}
.module--nav-main .sub-menu > li:hover::before {
  left: 1.8rem;
  opacity: 1;
}
.module--nav-main .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
}
.module--nav-main .search {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  padding: 0.25rem 0.25rem 0;
  line-height: 1;
}
.module--nav-main .search > svg {
  width: 0.9rem;
  height: 0.9rem;
}
@media only screen and (max-width: 760px) {
  .module--nav-main {
    display: none;
  }
}
@media only screen and (max-width: 1750px) {
  .module--nav-main[\:has\(.menu\%20\%3E\%20li\:nth-child\(8\)\)] .menu > li + li {
    padding-left: 2vw;
  }
  .module--nav-main:has(.menu > li:nth-child(8)) .menu > li + li {
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 1600px) {
  .module--nav-main[\:has\(.menu\%20\%3E\%20li\:nth-child\(8\)\)] {
    width: 100%;
  }
  .module--nav-main:has(.menu > li:nth-child(8)) {
    width: 100%;
  }
  .module--nav-main[\:has\(.menu\%20\%3E\%20li\:nth-child\(8\)\)] .menu {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .module--nav-main:has(.menu > li:nth-child(8)) .menu {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1350px) {
  .module--nav-main[\:has\(.menu\%20\%3E\%20li\:nth-child\(8\)\)] .menu > li + li {
    font-size: 17px;
  }
  .module--nav-main:has(.menu > li:nth-child(8)) .menu > li + li {
    font-size: 17px;
  }
}
@media only screen and (max-width: 800px) {
  .module--nav-main[\:has\(.menu\%20\%3E\%20li\:nth-child\(8\)\)] .menu > li + li {
    padding-left: 45px;
  }
  .module--nav-main:has(.menu > li:nth-child(8)) .menu > li + li {
    padding-left: 45px;
  }
}

.module--nav-mobile {
  display: none;
  position: relative;
}
@media only screen and (max-width: 760px) {
  .module--nav-mobile {
    display: block;
  }
}
.module--nav-mobile a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.module--nav-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module--nav-mobile ul li {
  display: block;
  cursor: pointer;
}
.module--nav-mobile .menu {
  display: none;
  z-index: 20;
  position: fixed;
  top: 62px;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--wp--preset--color--white);
  font-size: 16px;
  font-weight: 600;
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
}
.mobile-nav--open .module--nav-mobile .menu {
  display: block;
}
.module--nav-mobile .menu > li {
  position: relative;
}
.module--nav-mobile .menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.module--nav-mobile .menu > li.menu-item-has-children:after {
  content: "";
  -webkit-mask: url("../images/icons/submenu-open.svg") no-repeat 50% 50%;
          mask: url("../images/icons/submenu-open.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--black);
  display: inline-block;
  opacity: 0.3;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  right: 0;
}
.module--nav-mobile .menu > li.menu-item-has-children.toggle--expanded .sub-menu {
  display: block;
}
.module--nav-mobile .menu > li.menu-item-has-children.toggle--expanded:after {
  -webkit-mask: url("../images/icons/submenu-close.svg") no-repeat 50% 50%;
          mask: url("../images/icons/submenu-close.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--black);
}
.module--nav-mobile .menu > li:hover {
  color: var(--anglican-color--brand);
}
.module--nav-mobile .menu > li:hover:after {
  opacity: 0.5;
}
.module--nav-mobile .menu > li + li {
  border-top: 1px solid #DCDCDC;
}
.module--nav-mobile .sub-menu {
  display: none;
  font-size: 14px;
  color: var(--anglican-color--brand);
}
.module--nav-mobile .sub-menu > li > a {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.module--nav-mobile .menu-toggle {
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  color: inherit;
  padding: 10px;
  margin-right: -9px;
}
.module--nav-mobile .menu-toggle:after {
  content: "";
  display: inline-block;
  -webkit-mask: url("../images/icons/hamburger.svg") no-repeat 50% 50%;
          mask: url("../images/icons/hamburger.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--black);
  width: 18px;
  height: 18px;
}
.mobile-nav--open .module--nav-mobile .menu-toggle:after {
  -webkit-mask: url("../images/icons/menu-close.svg") no-repeat 50% 50%;
          mask: url("../images/icons/menu-close.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--black);
  width: 15px;
  height: 15px;
}
.module--nav-mobile .menu-toggle:hover:after {
  background-color: var(--anglican-color--brand);
}

.module--logo {
  text-decoration: none;
  color: inherit;
  display: flex;
  font-size: 1rem;
}
.module--logo .image {
  line-height: 1;
}
.module--logo .image img {
  height: 3.5em;
}
.module--logo .title {
  margin-left: 1.1em;
}
.module--logo .title h2 {
  font-size: 1.7em;
  font-weight: 600;
  color: var(--wp--preset--color--black);
  margin: 0;
  line-height: 1.1;
}
.module--logo .title h3 {
  font-size: 1.35em;
  font-weight: 600;
  color: var(--wp--preset--color--black);
  margin: 0;
  line-height: 1.1;
}
.module--logo .title .color--theme {
  color: var(--anglican-color--brand);
}
.module--logo .title .color--black {
  color: var(--wp--preset--color--black);
}
@media only screen and (max-width: 1280px) {
  header .module--logo .title {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  header .module--logo .image img {
    height: 37px;
  }
  footer .module--logo {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .module--logo .title {
    margin-left: 0;
  }
}

.module--services {
  background-color: var(--anglican-color--brand);
  color: var(--wp--preset--color--white);
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1;
}
.mobile-nav--open .module--services {
  display: none;
}
.module--services > div {
  width: 100%;
  max-width: calc(86rem + calc(calc(5rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.module--services .title {
  font-size: 1.15rem;
  font-weight: 700;
}
.module--services .title:after {
  content: ":";
}
.module--services .service-times {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.module--services .service-times li {
  display: inline-block;
}
.module--services .service-times li + li:before {
  content: "/";
  font-weight: 600;
}
.module--services .service-times .time {
  font-weight: 600;
}
.module--services.ticker {
  overflow: hidden;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.module--services.ticker > div {
  padding-left: 100%;
  box-sizing: content-box;
}
.module--services.ticker > div > div {
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 20s;
}
@media only screen and (max-width: 1000px) {
  .module--services {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 15px;
  }
  .module--services .title {
    font-size: 12px;
  }
}

.module--contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
main .module--contacts {
  width: 100%;
  max-width: calc(86rem + calc(calc(5rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: center;
}
.module--contacts h4 {
  font-weight: 700;
  color: var(--wp--preset--color--black);
}
.module--contacts .contact {
  margin-top: 0;
  margin-bottom: 0;
  width: calc(50% - 1.5rem);
}
.module--contacts .contact > *:first-child {
  margin-top: 0;
}
.module--contacts .contact > *:last-child {
  margin-bottom: 0;
}
.module--contacts .contact > div > *:first-child {
  margin-top: 0;
}
.module--contacts .contact > div > *:last-child {
  margin-bottom: 0;
}
.module--contacts .contact p {
  font-weight: 400;
  font-size: 0.95rem;
}
main .module--contacts .contact {
  width: 100%;
  max-width: 20rem;
}
.module--contacts a {
  text-underline-offset: 0.25rem;
  -webkit-text-decoration-color: var(--anglican-color--brand);
          text-decoration-color: var(--anglican-color--brand);
}
@media only screen and (max-width: 1000px) {
  .module--contacts h4 {
    font-size: 14px;
  }
  .module--contacts .contact {
    width: 100%;
    padding: 1.9rem 0;
  }
  .module--contacts .contact:last-child {
    border-bottom: 0;
  }
  .module--contacts .contact p {
    font-size: 14px;
  }
  footer .module--contacts .contact {
    padding: 30px 0 24px;
    width: 100%;
  }
}

.module--socials {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.module--socials:before {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  content: "Connect";
  margin-right: 2rem;
}
@media only screen and (max-width: 760px) {
  .module--socials:before {
    font-size: 14px;
  }
}
.module--socials li {
  display: inline-block;
}
.module--socials li a {
  display: block;
  font-size: 0;
}
.module--socials li a svg {
  width: 1.55rem;
  height: 1.55rem;
  fill: var(--wp--preset--color--black);
}
.module--socials li a:hover svg {
  fill: var(--anglican-color--brand);
}
.module--socials li + li {
  margin-left: 1rem;
}
@media only screen and (max-width: 1000px) {
  .module--socials {
    flex-wrap: wrap;
    margin-top: 70px;
    justify-content: center;
  }
  .module--socials:before {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 27px;
  }
}

/* Blocks */
.module--breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module--breadcrumbs ul li {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 0;
  margin-bottom: 0;
}
.module--breadcrumbs ul li + li:before {
  content: "/";
}
.module--breadcrumbs a {
  text-decoration: none;
  color: inherit;
}

.module--key-dates {
  width: 100%;
  max-width: calc(76rem + calc(calc(5rem) * 2));
  max-width: var(--container-m);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.module--key-dates > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  grid-row-gap: 1.4rem;
  row-gap: 1.4rem;
}
.module--key-dates > ul > li {
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--grey);
  margin: 0;
}
.module--key-dates .date {
  color: var(--anglican-color--brand);
  width: 8.5rem;
  text-align: center;
  padding: 1.5rem 0.5rem 2rem;
}
.module--key-dates .date > *:first-child {
  margin-top: 0;
}
.module--key-dates .date > *:last-child {
  margin-bottom: 0;
}
.module--key-dates .date > span {
  display: block;
}
.module--key-dates .date .day-of-month {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}
.module--key-dates .date .day-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.module--key-dates .date .day-name.short {
  display: none;
}
.module--key-dates .info {
  flex: 1;
  text-align: left;
  padding: 2rem 2rem 2rem 1rem;
}
.module--key-dates .info > *:first-child {
  margin-top: 0;
}
.module--key-dates .info > *:last-child {
  margin-bottom: 0;
}
.module--key-dates .info h4 {
  color: var(--wp--preset--color--black);
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.module--key-dates .info .events {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.1;
}
.module--key-dates .info .events li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.module--key-dates .info .events li:last-child {
  margin-bottom: 0;
}
.module--key-dates .info .events .event-time {
  font-weight: 600;
}
.module--key-dates .info .events .event-name {
  font-weight: 400;
}
@media only screen and (max-width: 1000px) {
  .module--key-dates > ul {
    grid-template-columns: 100%;
    font-size: 12px;
    grid-row-gap: 10px;
    row-gap: 10px;
  }
  .module--key-dates .date {
    padding: 14px 5px 18px;
    width: 64px;
  }
  .module--key-dates .date .day-of-month {
    font-size: 25px;
  }
  .module--key-dates .date .day-name {
    display: none;
    font-size: 13px;
  }
  .module--key-dates .date .day-name.short {
    display: block;
  }
  .module--key-dates .info {
    padding: 18px 9px;
  }
  .module--key-dates .info h4 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .module--key-dates .info .events {
    font-size: 12px;
  }
}

.module--slideshow {
  margin-bottom: 200px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: var(--wp--preset--color--white);
  position: relative;
}
.has--smaller-header .module--slideshow .swiper-wrapper .swiper-slide .image {
  margin-bottom: 1.3rem;
}
.module--slideshow .pagination {
  position: absolute;
  bottom: 1.3rem;
  left: 0;
  right: 0;
  padding: 0 calc(5rem);
  padding: 0 var(--gutters);
  z-index: 10;
}
.module--slideshow .pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 1rem 2.25rem;
  gap: 1rem 2.25rem;
}
.module--slideshow .pagination ul li {
  position: relative;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  opacity: 0.5;
  transition: all 1s ease-in-out;
  cursor: pointer;
}
.module--slideshow .pagination ul li:after {
  content: "";
  position: absolute;
  height: 1px;
  right: 0.2rem;
  bottom: -0.2rem;
  left: 0;
  background-color: var(--wp--preset--color--white);
  opacity: 0;
  transition: all 1s ease-in-out;
}
.module--slideshow .pagination ul li.is-current {
  opacity: 1;
}
.module--slideshow .pagination ul li.is-current:after {
  opacity: 1;
}
.module--slideshow .swiper-wrapper {
  width: 100%;
}
.module--slideshow .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: all;
  z-index: 0;
}
.module--slideshow .swiper-wrapper .swiper-slide .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module--slideshow .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.module--slideshow .swiper-wrapper .swiper-slide .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--wp--preset--color--black);
  opacity: 0.42;
}
.module--slideshow .swiper-wrapper .swiper-slide .content {
  width: 100%;
  max-width: calc(25rem + calc(calc(5rem) * 2));
  max-width: var(--container-xs);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  width: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
  color: var(--wp--preset--color--white);
  text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.5);
  min-height: 20rem;
}
.module--slideshow .swiper-wrapper .swiper-slide .content h2 {
  font-size: 2.6rem;
  font-weight: 400;
  color: var(--wp--preset--color--white);
  margin-top: 0;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 760px) {
  .module--slideshow .swiper-wrapper .swiper-slide .content h2 {
    font-size: 32px;
  }
}
.module--slideshow .swiper-wrapper .swiper-slide .content p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.module--slideshow .swiper-wrapper .swiper-slide .content > div > *:first-child {
  margin-top: 0;
}
.module--slideshow .swiper-wrapper .swiper-slide .content > div > *:last-child {
  margin-bottom: 0;
}
.module--slideshow .swiper-wrapper .swiper-slide .content .links {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 0.5rem 1rem;
  gap: 0.5rem 1rem;
}
.module--slideshow .swiper-wrapper .swiper-slide .content .links a {
  text-decoration: none;
  color: inherit;
  color: var(--wp--preset--color--white);
  border: 0.1rem solid var(--wp--preset--color--white);
}
.module--slideshow .swiper-wrapper .swiper-slide .content .links a:after {
  -webkit-mask: url("../images/icons/button-arrow.svg") no-repeat 50% 50%;
          mask: url("../images/icons/button-arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--white);
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.7rem;
  vertical-align: middle;
  margin-left: 0.75rem;
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 1600px) {
  .module--slideshow .swiper-wrapper .swiper-slide .content {
    min-height: 15rem;
  }
}
@media only screen and (max-width: 1200px) {
  .module--slideshow .pagination ul {
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }
  .module--slideshow .pagination ul li:before {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background: white;
    border-radius: 100%;
  }
  .module--slideshow .pagination ul li span {
    display: none;
  }
  .module--slideshow .pagination ul li:after {
    content: none;
  }
}
@media only screen and (max-width: 1000px) {
  .module--slideshow {
    margin-bottom: 400px;
  }
  .module--slideshow .swiper-wrapper .content {
    height: 400px;
  }
  .module--slideshow .swiper-wrapper .content h2 {
    font-size: 25px;
  }
  .module--slideshow .swiper-wrapper .content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 760px) {
  .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .swiper-wrapper .swiper-slide .content {
    text-align: left;
    margin-left: calc(5rem);
    margin-left: var(--gutters);
    margin-right: calc(5rem);
    margin-right: var(--gutters);
  }
  .swiper-wrapper .swiper-slide .content .links {
    justify-content: flex-start;
  }
}
.module--posts-listing {
  width: 100%;
  max-width: calc(86rem + calc(calc(5rem) * 2));
  max-width: var(--container-l);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.module--posts-listing > h2 {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  color: var(--wp--preset--color--black);
  margin-top: 0;
}
@media only screen and (max-width: 760px) {
  .module--posts-listing > h2 {
    font-size: 14px;
  }
}
.module--posts-listing .listing-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  grid-row-gap: 5rem;
  row-gap: 5rem;
}
@media only screen and (max-width: 1600px) {
  .module--posts-listing .listing-items {
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media only screen and (max-width: 1000px) {
  .module--posts-listing .listing-items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.module--posts-listing .navigation {
  display: flex;
  justify-content: space-between;
  width: 3rem;
  position: absolute;
  top: 0;
  right: calc(5rem);
  right: var(--gutters);
}
.module--posts-listing .navigation > div {
  width: 0.7rem;
  height: 0.7rem;
  cursor: pointer;
}
.module--posts-listing .navigation > div:hover {
  background-color: var(--anglican-color--brand);
}
.module--posts-listing .navigation > div.swiper-button-disabled {
  background-color: #d9d9d9;
}
.module--posts-listing .navigation .prev {
  -webkit-mask: url("../images/icons/scroll-arrow-left.svg") no-repeat 50% 50%;
          mask: url("../images/icons/scroll-arrow-left.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--black);
}
.module--posts-listing .navigation .next {
  -webkit-mask: url("../images/icons/scroll-arrow-right.svg") no-repeat 50% 50%;
          mask: url("../images/icons/scroll-arrow-right.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--wp--preset--color--black);
}
.module--posts-listing.is-style-slider .listing-items {
  display: block;
}

.module--map {
  width: 100%;
  max-width: calc(76rem + calc(calc(5rem) * 2));
  max-width: var(--container-m);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4.75rem;
}
.module--map .map {
  height: 28.6rem;
}
@media only screen and (max-width: 1280px) {
  .module--map .map {
    height: 20rem;
  }
}
@media only screen and (max-width: 760px) {
  .module--map .map {
    height: 15rem;
  }
}

.module--quick-links {
  width: 100%;
  max-width: calc(76rem + calc(calc(5rem) * 2));
  max-width: var(--container-m);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
}
.module--quick-links h3 {
  color: var(--wp--preset--color--black);
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4.5rem;
}
.module--quick-links h4 {
  color: var(--wp--preset--color--black);
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}
.module--quick-links.background-color--theme .content:before {
  content: "";
  display: block;
  background: var(--anglican-color--brand);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.module--quick-links.link-color--theme h4 {
  color: var(--anglican-color--brand);
}
.module--quick-links .links {
  display: grid;
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  grid-row-gap: 1.4rem;
  row-gap: 1.4rem;
  grid-template-columns: repeat(auto-fill, 24rem);
  justify-content: center;
}
.module--quick-links .links > a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-wrap: nowrap;
  background-color: var(--wp--preset--color--grey);
  min-height: 8rem;
}
.module--quick-links .links > a .image {
  width: 50%;
}
.module--quick-links .links > a .image figure {
  margin: 0;
  position: relative;
  height: 100%;
}
.module--quick-links .links > a .image figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module--quick-links .links > a .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.8rem 3.2rem 0.8rem 1.2rem;
  position: relative;
  flex: 1;
  z-index: 0;
}
.module--quick-links .links > a .content > *:first-child {
  margin-top: 0;
}
.module--quick-links .links > a .content > *:last-child {
  margin-bottom: 0;
}
.module--quick-links .links > a .content p {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
}
.module--quick-links .links > a .content:after {
  -webkit-mask: url("../images/icons/quick-link-arrow.svg") no-repeat 50% 50%;
          mask: url("../images/icons/quick-link-arrow.svg") no-repeat 50% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--anglican-color--brand);
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  right: 1.4rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.module--quick-links .links > a .content:hover {
  background-color: #e9e9e9;
  transition: 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.module--quick-links .links > a .content:hover:after {
  transform: translate(0.8rem, -50%);
}
@media only screen and (max-width: 1000px) {
  .module--quick-links {
    margin-top: 12em;
  }
}
@media only screen and (max-width: 760px) {
  .module--quick-links h3 {
    margin-bottom: 2.5rem;
  }
  .module--quick-links .links {
    grid-row-gap: 10px;
    row-gap: 10px;
  }
  .module--quick-links .links > a .content {
    padding: 0.5rem 3.75rem 0.5rem 1.25rem;
    min-height: 78px;
  }
  .module--quick-links .links > a .content h4 {
    font-size: 16px;
  }
}

.wp-block-embed.is-type-video {
  width: 100%;
  max-width: calc(60rem + calc(calc(5rem) * 2));
  max-width: var(--container-xm);
  padding-left: calc(5rem);
  padding-right: calc(5rem);
  padding-left: var(--gutters);
  padding-right: var(--gutters);
  margin-left: auto;
  margin-right: auto;
  margin-top: 6em;
  margin-bottom: 6em;
}
.wp-block-embed.is-type-video iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.pgcal-container .fc-daygrid-event {
  background: var(--anglican-color--brand);
  border-color: var(--anglican-color--brand);
}
.pgcal-container span.fc-list-event-dot {
  border-color: var(--anglican-color--brand);
}
/*# sourceMappingURL=frontend.css.map */
