/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/styles.scss ***!
  \*****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/styles.scss (1) ***!
  \*********************************************************************************************************************/
:root {
  --base-100: #F7FDFB;
  --base-900: #032121;
  --neutral-100: #E8F0EE;
  --neutral-200: #D9E2E0;
  --neutral-400: #BAC6C5;
  --neutral-700: #7D8F8E;
  --neutral-900: #405857;
  --brand-meadow: #004747;
  --brand-aloe: #45CCA9;
  --brand-mint: #A7EEDC;
  --brand-ocean: #0C475F;
  --brand-aqua: #56CAF9;
  --brand-glacier: #AEE8FF;
  --brand-forest: #0A521B;
  --brand-green: #32CD56;
  --brand-dew: #A5F6B8;
  --brand-orange: #FBAF00;
  --container-width: 90rem;
  --spacing-small: 1.5rem;
  --spacing-medium: 2.5rem;
  --spacing-large: 5rem;
  --border-radius-small: 1.25rem; /* 20px */
  --border-radius-large: 3.75rem; /* 60px */
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body:not(.wp-admin) {
  color: var(--base-900);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  clear: both;
  font-weight: 600;
  margin-block: 0;
}

h1,
.h1 {
  font-size: clamp(1.5rem, 6.34vi, 3.75rem);
  line-height: 1.35;
}

h2,
.h2 {
  font-size: clamp(1.25rem, 5.34vi, 2.25rem);
  line-height: 1.35;
}

h3,
.h3 {
  font-size: clamp(1.25rem, 4.34vi, 1.75rem);
}

h4,
.h4 {
  font-size: clamp(1.25rem, 3.34vi, 1.5rem);
}

h5,
.h5 {
  font-size: clamp(1.125rem, 2.34vi, 1.125rem);
}

@font-face {
  font-family: "icomoon";
  src: url(../../dist/../dist/fonts/icomoon.eot);
  src: url(../../dist/../dist/fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../../dist/../dist/fonts/icomoon.ttf) format("truetype"), url(../../dist/../dist/fonts/icomoon.woff) format("woff"), url(../../dist/../dist/fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class*=icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-thin-left:before {
  content: "\e907";
}

.icon-arrow-thin-right:before {
  content: "\e908";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-chromosome:before {
  content: "\e909";
}

.icon-meat:before {
  content: "\e90a";
}

.icon-cell:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e906";
}

.icon-beaker:before {
  content: "\e900";
}

.icon-test-tubes:before {
  content: "\e901";
}

.icon-microscope:before {
  content: "\e904";
}

.icon-x:before {
  content: "\e902";
}

.icon-linkedin:before {
  content: "\e903";
}

.icon-logo:before {
  content: "\e905";
}

p {
  margin-bottom: 1rem;
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  font-style: normal;
  margin: 0;
}
address a {
  display: block;
  width: max-content;
}

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

.image-border {
  height: max-content;
  overflow: hidden;
}
.image-border img {
  object-fit: cover;
  object-position: center;
}
.image-border--bottom-right {
  border-radius: var(--border-radius-small) var(--border-radius-small) var(--border-radius-large) var(--border-radius-small);
}
.image-border--bottom-left {
  border-radius: var(--border-radius-small) var(--border-radius-small) var(--border-radius-small) var(--border-radius-large);
}
.image-border--top-left {
  border-radius: var(--border-radius-large) var(--border-radius-small) var(--border-radius-small) var(--border-radius-small);
}
.image-border--top-right {
  border-radius: var(--border-radius-small) var(--border-radius-large) var(--border-radius-small) var(--border-radius-small);
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  width: 100%;
}

th,
caption {
  text-align: start;
}

caption {
  margin-block: 0.75rem;
}

thead th:not(:first-child),
td {
  text-align: end;
}

thead {
  border-block-end: 2px solid;
  background: whitesmoke;
}

tfoot {
  border-block: 2px solid;
  background: whitesmoke;
}

th,
td {
  border: 1px solid lightgrey;
  padding: 0.25rem 0.75rem;
  vertical-align: baseline;
}

th:first-child {
  position: sticky;
  inset-inline-start: 0;
  border-inline-end: none;
}

tbody th {
  background: white;
}

thead th,
tfoot th {
  background: whitesmoke;
}

thead th {
  vertical-align: bottom;
}

td:first-of-type,
:where(thead, tfoot) th:nth-child(2) {
  border-inline-start: none;
}

th:first-of-type {
  width: 10rem;
}

th:first-child::after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 1px;
  height: 100%;
  background: lightgrey;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.btn {
  border-radius: 3.125em;
  color: var(--base-900);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: var(--brand-mint);
}
.btn:hover, .btn:focus-visible {
  background-color: var(--brand-orange);
}
.btn:active {
  background-color: var(--brand-meadow);
  color: var(--base-100);
}
.btn--outline, .btn--nav a {
  border-radius: 3.125em;
  color: var(--base-900);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: transparent;
  border: 2px solid var(--brand-mint);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn--outline:hover, .btn--outline:focus-visible, .btn--nav a:hover, .btn--nav a:focus-visible {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
}
.btn--outline:active, .btn--nav a:active {
  background-color: transparent;
  border-color: var(--brand-meadow);
}
.btn--disabled {
  background-color: var(--neutral-200);
  color: var(--neutral-900);
  cursor: not-allowed;
  pointer-events: none;
}
.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

button {
  cursor: pointer;
}

.badge {
  border: 2px solid var(--neutral-100);
  border-radius: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding: 0.625em 1.25em;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

time {
  display: inline-block;
}

/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Spacing
--------------------------------------------- */
.m-small--v {
  margin-block: var(--spacing-small);
}
.m-small--t {
  margin-top: var(--spacing-small);
}
.m-small--b {
  margin-bottom: var(--spacing-small);
}

.m-medium--v {
  margin-block: var(--spacing-medium);
}
.m-medium--t {
  margin-top: var(--spacing-medium);
}
.m-medium--b {
  margin-bottom: var(--spacing-medium);
}

.m-large--v {
  margin-block: var(--spacing-medium);
}
@media only screen and (min-width: 768px) {
  .m-large--v {
    margin-block: var(--spacing-large);
  }
}
.m-large--b {
  padding-bottom: var(--spacing-medium);
}

.p-small--v {
  padding-block: var(--spacing-small);
}

.p-medium--v {
  padding-block: var(--spacing-medium);
}
.p-medium--t {
  padding-top: var(--spacing-medium);
}
.p-medium--b {
  padding-bottom: var(--spacing-medium);
}

.p-large--v {
  padding-block: var(--spacing-medium);
}
@media only screen and (min-width: 768px) {
  .p-large--v {
    padding-block: var(--spacing-large);
  }
}
.p-large--t {
  padding-top: var(--spacing-medium);
}
@media only screen and (min-width: 768px) {
  .p-large--t {
    padding-top: var(--spacing-large);
  }
}
.p-large--b {
  padding-bottom: var(--spacing-medium);
}
@media only screen and (min-width: 768px) {
  .p-large--b {
    padding-bottom: var(--spacing-large);
  }
}

/* Header
--------------------------------------------- */
.header {
  background-color: var(--base-100);
  padding-block: 1.875rem;
  isolation: isolate;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__site-logo {
  display: flex;
}
.header__site-logo i[class*=icon-] {
  color: var(--brand-meadow);
  font-size: 2rem;
  transition: color 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__site-logo i[class*=icon-] {
    font-size: 2.5rem;
  }
}
.header[mobile-menu=active] {
  background-color: var(--brand-meadow);
}
.header[mobile-menu=active] .header__site-logo i[class*=icon-] {
  color: var(--base-100);
}

.mobile-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .mobile-toggle {
    display: none;
  }
}
.mobile-toggle__burger {
  background-color: var(--brand-meadow);
  display: flex;
  height: 2px;
  width: 3rem;
  transition: background-color 0.3s ease-in-out 0.3s;
}
.mobile-toggle__burger::before, .mobile-toggle__burger::after {
  content: "";
  position: absolute;
  background-color: var(--brand-meadow);
  height: 2px;
  transform: rotate(0);
  transform-origin: center center;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}
.mobile-toggle__burger::before {
  top: 0;
  transition: top 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out;
}
.mobile-toggle__burger::after {
  bottom: 0;
  transition: bottom 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out;
}
[mobile-menu=active] .mobile-toggle__burger {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
[mobile-menu=active] .mobile-toggle__burger::before, [mobile-menu=active] .mobile-toggle__burger::after {
  background-color: var(--base-100);
}
[mobile-menu=active] .mobile-toggle__burger::before {
  top: 1.0625rem;
  transform: rotate(45deg);
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
}
[mobile-menu=active] .mobile-toggle__burger::after {
  bottom: 1.0625rem;
  transform: rotate(-45deg);
  transition: bottom 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
}

/* Footer
--------------------------------------------- */
.footer {
  --pseudo-height: 0.25rem;
  background-color: var(--brand-meadow);
  color: var(--base-100);
  padding-block: calc(2.5rem + var(--pseudo-height)) 3.125rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding-block: calc(5rem + var(--pseudo-height)) 5.625rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, var(--brand-aqua) 0%, var(--brand-dew) 100%);
  height: 0.25rem;
  left: 0;
  top: 0;
  width: 100%;
}
.footer__grid {
  display: grid;
  gap: 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .footer__grid {
    gap: 1.5rem 3.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .footer__grid {
    row-gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__site-logo {
  grid-column: 1/-1;
  max-width: fit-content;
}
@media only screen and (min-width: 1024px) {
  .footer__site-logo {
    margin-bottom: 2.5rem;
  }
}
.footer__copyright {
  grid-column: 1/-1;
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    margin-top: 2.5rem;
  }
}
.footer__heading {
  font-size: 1rem;
  font-weight: 700;
}
.footer__contact address {
  margin-top: 1rem;
}
.footer__social {
  margin-top: 1.5rem;
}
.footer__social i {
  display: inline-block;
  font-size: 1.75rem;
}
.footer__navigation .footer-menu {
  display: grid;
  gap: 0.25rem;
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer a {
  transition: color 0.3s ease-in-out;
}
.footer a:hover, .footer a:focus-visible {
  color: var(--brand-orange);
}

/* Dialog
--------------------------------------------- */
.dialog {
  border: none;
  box-shadow: 10px 10px 200px 100px rgba(0, 71, 71, 0.3);
  max-width: 67.5rem;
  padding: 1.25rem;
  border-radius: var(--border-radius-small) var(--border-radius-small) var(--border-radius-large) var(--border-radius-small);
}
@media only screen and (min-width: 768px) {
  .dialog {
    padding: 3.75rem 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .dialog {
    padding: 5rem 7rem 5.625rem;
  }
}
.dialog__close {
  background-color: transparent;
  border: 0;
  border-radius: 100%;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .dialog__close {
    right: 2.5rem;
    top: 2.5rem;
  }
}
.dialog__close i {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
.dialog__close:hover, .dialog__close:focus-visible, .dialog__close.focus-visible {
  background-color: var(--brand-aloe);
  color: var(--base-100);
}
.dialog__close:hover i, .dialog__close:focus-visible i, .dialog__close.focus-visible i {
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .dialog--leadership .people__thumbnail {
    max-width: none;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .main-navigation {
    position: absolute;
    top: 100%;
    background: var(--brand-meadow);
    color: var(--neutral-100);
    width: 100%;
    left: 0;
    right: 0;
    padding: 3.125rem 1.25rem 5rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  .main-navigation {
    display: block;
  }
}
.main-navigation--open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.main-navigation .main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media only screen and (max-width: 1023px) {
  .main-navigation .main-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-navigation .main-menu li:not(.btn--nav) a {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .main-navigation .main-menu li:not(.btn--nav) a::before {
    content: "";
    position: absolute;
    background-color: var(--brand-meadow);
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
  }
  .main-navigation .main-menu li:not(.btn--nav) a:hover::before, .main-navigation .main-menu li:not(.btn--nav) a:focus-visible::before {
    transform: scaleX(100%);
  }
}
.main-navigation .main-menu li.current_page_item a::before {
  transform: scaleX(100%);
}
@media only screen and (max-width: 1023px) {
  .main-navigation .btn--nav a {
    background-color: var(--brand-mint);
  }
  .main-navigation .btn--nav a:hover, .main-navigation .btn--nav a:focus-visible {
    border-color: var(--brand-mint);
  }
}

.back-to-top {
  position: fixed;
  background-color: var(--brand-orange);
  border: 2px solid transparent;
  border-radius: 100%;
  bottom: 1.875rem;
  color: var(--base-900);
  cursor: pointer;
  opacity: 0;
  right: 4rem;
  padding: 0.75rem;
  pointer-events: none;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: grid;
  place-items: center;
}
.back-to-top:focus {
  border-color: transparent;
}
.back-to-top:hover, .back-to-top:focus-visible {
  background-color: var(--brand-meadow);
  border-color: var(--brand-orange);
  color: var(--brand-orange);
}
.back-to-top i {
  display: inline-block;
  font-size: 1.75rem;
  height: 1.125rem;
  position: relative;
  transform: translateY(-35%);
}
.back-to-top--visible {
  opacity: 1;
  pointer-events: all;
}

/* Posts and pages
--------------------------------------------- */
.post--single h1, .post--single .h1,
.post--single h2, .post--single .h2,
.post--single h3, .post--single .h3,
.post--single h4, .post--single .h4,
.post--single h5, .post--single .h5,
.post--single h6, .post--single .h6 {
  margin-bottom: 1.5rem;
}
.post--single h1:not(:first-of-type), .post--single .h1:not(:first-of-type),
.post--single h2:not(:first-of-type), .post--single .h2:not(:first-of-type),
.post--single h3:not(:first-of-type), .post--single .h3:not(:first-of-type),
.post--single h4:not(:first-of-type), .post--single .h4:not(:first-of-type),
.post--single h5:not(:first-of-type), .post--single .h5:not(:first-of-type),
.post--single h6:not(:first-of-type), .post--single .h6:not(:first-of-type) {
  margin-top: var(--spacing-medium);
}
.post--single blockquote {
  margin-block: 2rem;
  margin-inline: 0;
  border-left: 4px solid var(--brand-aloe);
  padding-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .post--single blockquote {
    margin-inline: 1.5rem;
  }
}
.post--single hr {
  border-color: #D9E2E0;
  border-bottom-style: none;
  margin-block: 2rem;
}
@media only screen and (min-width: 768px) {
  .post--single hr {
    margin-block: 3rem;
  }
}
.post--single a {
  border-bottom: 2px solid var(--brand-aloe);
  transition: border 0.3s ease-in-out;
}
.post--single a:hover, .post--single a:focus-visible {
  border-color: var(--brand-orange);
}

.pagination {
  color: var(--neutral-700);
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.pagination span {
  font-weight: 600;
}
.pagination__control {
  background: transparent;
  border-radius: 100%;
  display: grid;
  height: 2.75rem;
  place-items: center;
  width: 2.75rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.pagination__control:hover, .pagination__control:focus-visible {
  background-color: var(--brand-mint);
  color: var(--base-900);
}
.pagination__control:active {
  background-color: var(--brand-orange);
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Blocks
--------------------------------------------- */
.callout {
  background-color: var(--brand-mint);
}
.callout__copy {
  margin: auto;
  max-width: 60ch;
  text-align: center;
}
.callout__copy a {
  isolation: isolate;
  position: relative;
  text-decoration: underline;
  transition: text-decoration-color 0.3s ease-in-out;
}
.callout__copy a:hover, .callout__copy a:focus-visible {
  text-decoration-color: var(--brand-orange);
}

.careers-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .careers-list__items {
    max-width: 40%;
  }
}
.careers-list__item-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1.25rem;
}
.careers-list__item-link span {
  background-color: var(--brand-orange);
  border: 2px solid transparent;
  border-radius: 100%;
  color: var(--base-900);
  cursor: pointer;
  height: 3rem;
  padding: 0.75rem;
  width: 3rem;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  display: grid;
  place-items: center;
}
.careers-list__item-link span i {
  display: inline-block;
  font-size: 1.75rem;
  height: 1.125rem;
  position: relative;
  transform: translateY(-35%);
}
.careers-list__item-link:focus span {
  border-color: transparent;
}
.careers-list__item-link:hover span, .careers-list__item-link:focus-visible span {
  background-color: var(--brand-meadow);
  border-color: var(--brand-orange);
  color: var(--brand-orange);
}

.cells-list__article {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  justify-items: baseline;
  gap: 0;
}
.cells-list--coming-soon figure {
  position: relative;
}
.cells-list--coming-soon figure img {
  opacity: 0.25;
}
.cells-list--coming-soon figcaption {
  display: grid;
  inset: 0;
  place-items: center;
  position: absolute;
  z-index: 1;
}

.comparison__blocks {
  display: grid;
  gap: 2rem;
}
@media only screen and (min-width: 1248px) {
  .comparison__blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
.comparison__items {
  display: grid;
  gap: 2rem;
}
@media only screen and (min-width: 640px) {
  .comparison__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
.comparison__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1rem;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.btn {
  border-radius: 3.125em;
  color: var(--base-900);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: var(--brand-mint);
}
.btn:hover, .btn:focus-visible {
  background-color: var(--brand-orange);
}
.btn:active {
  background-color: var(--brand-meadow);
  color: var(--base-100);
}
.btn--outline, .btn--nav a {
  border-radius: 3.125em;
  color: var(--base-900);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: transparent;
  border: 2px solid var(--brand-mint);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn--outline:hover, .btn--outline:focus-visible, .btn--nav a:hover, .btn--nav a:focus-visible {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
}
.btn--outline:active, .btn--nav a:active {
  background-color: transparent;
  border-color: var(--brand-meadow);
}
.btn--disabled {
  background-color: var(--neutral-200);
  color: var(--neutral-900);
  cursor: not-allowed;
  pointer-events: none;
}
.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.contact-form__grid {
  display: grid;
  gap: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .contact-form__grid {
    grid-template-columns: 1fr 2fr;
    gap: 3.125rem;
  }
}
.contact-form__form .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  gap: 1.875rem 1rem;
}
.contact-form__form .wpcf7-form input[type=submit] {
  justify-self: baseline;
}
.contact-form__form .wpcf7-form .wpcf7-spinner {
  display: none;
}
.contact-form__form .wpcf7-form .wpcf7-response-output {
  border-color: var(--brand-orange);
}
.contact-form__form .wpcf7-form [type=submit] {
  border-radius: 3.125em;
  color: var(--base-900);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: var(--brand-mint);
  border: none;
  margin-top: 0.625rem;
}
.contact-form__form .wpcf7-form [type=submit]:hover, .contact-form__form .wpcf7-form [type=submit]:focus-visible {
  background-color: var(--brand-orange);
}
.contact-form__form .wpcf7-form [type=submit]:active {
  background-color: var(--brand-meadow);
  color: var(--base-100);
}
.contact-form__address {
  margin: 1rem 0;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=url],
.contact-form input[type=password],
.contact-form input[type=search],
.contact-form input[type=number],
.contact-form input[type=tel],
.contact-form input[type=range],
.contact-form input[type=date],
.contact-form input[type=month],
.contact-form input[type=week],
.contact-form input[type=time],
.contact-form input[type=datetime],
.contact-form input[type=datetime-local],
.contact-form input[type=color],
.contact-form textarea {
  border: none;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  padding: 0 0.375rem 0.75rem 0.375rem;
  width: 100%;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=url]::placeholder,
.contact-form input[type=password]::placeholder,
.contact-form input[type=search]::placeholder,
.contact-form input[type=number]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form input[type=range]::placeholder,
.contact-form input[type=date]::placeholder,
.contact-form input[type=month]::placeholder,
.contact-form input[type=week]::placeholder,
.contact-form input[type=time]::placeholder,
.contact-form input[type=datetime]::placeholder,
.contact-form input[type=datetime-local]::placeholder,
.contact-form input[type=color]::placeholder,
.contact-form textarea::placeholder {
  color: var(--base-900);
}
.contact-form input[type=text]:focus-visible,
.contact-form input[type=email]:focus-visible,
.contact-form input[type=url]:focus-visible,
.contact-form input[type=password]:focus-visible,
.contact-form input[type=search]:focus-visible,
.contact-form input[type=number]:focus-visible,
.contact-form input[type=tel]:focus-visible,
.contact-form input[type=range]:focus-visible,
.contact-form input[type=date]:focus-visible,
.contact-form input[type=month]:focus-visible,
.contact-form input[type=week]:focus-visible,
.contact-form input[type=time]:focus-visible,
.contact-form input[type=datetime]:focus-visible,
.contact-form input[type=datetime-local]:focus-visible,
.contact-form input[type=color]:focus-visible,
.contact-form textarea:focus-visible {
  outline-offset: 3px;
}

.cta {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--base-100);
  min-height: 21.875rem;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
}
.cta::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: rgb(227, 3, 3);
  background: linear-gradient(90deg, rgba(0, 71, 71, 0.4) 100%, rgba(0, 71, 71, 0.4) 100%), linear-gradient(90deg, rgba(3, 33, 33, 0.75) 0%, rgba(247, 247, 249, 0) 100%);
}
.cta__copy-wrapper {
  max-width: 40rem;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 1.25rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.cta__copy {
  margin-top: 1.5rem;
}

.full-width-image {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .full-width-image {
    min-height: 31.25rem;
    display: grid;
    place-items: center;
  }
}
.full-width-image__image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .full-width-image__image {
    position: absolute;
  }
}
.full-width-image__wrapper {
  background-color: var(--neutral-100);
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .full-width-image__wrapper {
    background-color: transparent;
  }
}
.full-width-image__copy {
  padding-block: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .full-width-image__copy {
    background-color: var(--base-100);
    border-radius: var(--border-radius-small) var(--border-radius-small) var(--border-radius-large) var(--border-radius-small);
    max-width: 18ch;
    padding: 2.5rem;
  }
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--base-100);
  min-height: 25rem;
  position: relative;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background: rgb(227, 3, 3);
  background: linear-gradient(90deg, rgba(0, 71, 71, 0.4) 100%, rgba(0, 71, 71, 0.4) 100%), linear-gradient(90deg, rgba(3, 33, 33, 0.75) 0%, rgba(247, 247, 249, 0) 100%);
}
.hero__copy-wrapper {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-block: 1.25rem;
  position: relative;
  z-index: 1;
}
.hero--default .hero__heading {
  max-width: 38ch;
}
.hero--homepage {
  --container-width: 61.25rem;
  display: grid;
  align-items: center;
  text-align: center;
}
.hero--homepage .btn-wrapper {
  margin-block: 1.5rem 0;
  margin-inline: auto;
  justify-content: center;
}

.icon-group {
  background-color: var(--brand-meadow);
  color: var(--base-100);
}
.icon-group__heading + .icon-group__grid {
  margin-top: 2.5rem;
}
.icon-group__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15.625rem, 100%), 1fr));
  gap: 2rem;
  margin-inline: auto;
  max-width: 61.875rem;
}
.icon-group__article {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  text-align: center;
}
.icon-group__article i[class*=icon-] {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1248px) {
  .icon-group__article i[class*=icon-] {
    font-size: 4.25rem;
  }
}
.icon-group__article-heading {
  text-wrap: balance;
  margin-bottom: 1.25rem;
}

.logo-list__grid {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 3.125rem;
}
@media only screen and (min-width: 480px) {
  .logo-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 640px) {
  .logo-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .logo-list__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .logo-list__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.multirow__grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .multirow__grid {
    flex-direction: row;
    gap: clamp(3.75rem, 7vw, 9.0625rem);
  }
  .multirow__grid--reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1024px) {
  .multirow__heading {
    max-width: 26ch;
  }
}
@media only screen and (min-width: 1024px) {
  .multirow__figure {
    max-width: 33rem;
  }
}
.multirow__image {
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 6/4;
}
@media only screen and (min-width: 1024px) {
  .multirow__image {
    aspect-ratio: 264/221;
  }
}
.multirow__figure, .multirow__copy-wrapper {
  flex-basis: 50%;
}
.multirow__copy {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .multirow__copy {
    max-width: 60ch;
  }
}
.multirow__copy a:not(.btn) {
  font-weight: 700;
}
.multirow__copy a:not(.btn)::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}
.multirow__copy a:not(.btn):hover::before, .multirow__copy a:not(.btn):focus-visible::before {
  background-color: var(--brand-meadow);
}
.multirow--background {
  background-color: var(--neutral-100);
}

.leadership__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
}
.leadership__person-details {
  margin-top: 1.25rem;
  text-align: center;
}
.leadership__person-name {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 2px;
}
.leadership__person-name::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--brand-meadow);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease-in-out;
}
.leadership__person-dialog:hover .leadership__person-name::before, .leadership__person-dialog:focus-visible .leadership__person-name::before {
  transform: scaleX(100%);
}
.leadership__dialog-wrapper {
  display: grid;
  gap: 1.25rem 0;
}
@media only screen and (min-width: 768px) {
  .leadership__dialog-wrapper {
    grid-template-columns: max-content 1fr;
    gap: 0 17%;
  }
}
.leadership__dialog-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
.leadership__dialog-social {
  font-size: 1.75rem;
  transition: color 0.3s ease-in-out;
}
.leadership__dialog-social:hover, .leadership__dialog-social:focus-visible {
  color: var(--brand-aloe);
}

.people__thumbnail {
  position: relative;
  isolation: isolate;
  max-width: 19.0625rem;
}
@media only screen and (min-width: 640px) {
  .people__thumbnail {
    max-height: 22.5rem;
  }
}
.people__thumbnail::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(180deg, #9DE0CF 0%, #A5DFF6 100%);
  bottom: 0;
  left: 0;
  border-radius: var(--border-radius-large) var(--border-radius-small) var(--border-radius-small) var(--border-radius-small);
}
.people__thumbnail img {
  bottom: -3px;
  width: 100%;
  border-radius: 0px 0px var(--border-radius-small) var(--border-radius-small);
  z-index: 1;
  position: relative;
}

.team-members__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(12rem, 100%), 1fr));
  gap: 2rem;
}

.team-member {
  aspect-ratio: 1;
  background-color: #9DE0CF;
  background: linear-gradient(180deg, #9DE0CF 0%, #A5DFF6 100%);
  color: var(--base-100);
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.team-member:hover .team-member__details {
  opacity: 1;
}
.team-member__thumbnail img {
  border-radius: 0 0 1.25rem 1.25rem;
  object-fit: cover;
  width: 100%;
}
.team-member__details {
  background: rgb(0, 71, 71);
  background: linear-gradient(180deg, rgba(0, 71, 71, 0) 30%, rgb(0, 71, 71) 100%);
  position: absolute;
  inset: 0;
  opacity: 0;
  padding-block: 0.5rem;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-end;
  transition: opacity 0.3s ease-in-out;
}
.team-member__job-title {
  max-width: 16ch;
}

.posts-list__grid {
  display: grid;
  gap: 2.5rem 2rem;
}
@media only screen and (min-width: 768px) {
  .posts-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .posts-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .archive .posts-list__grid {
    gap: 5rem 2rem;
  }
}
.posts-list__article {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-items: baseline;
  gap: 0;
}
.posts-list .post__title {
  margin: 0;
}
.posts-list .post__excerpt {
  margin-top: 1.25rem;
}
.posts-list .post__thumbnail {
  aspect-ratio: 335/280;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .posts-list .post__thumbnail {
    aspect-ratio: 416/348;
  }
}
.posts-list .post__thumbnail img {
  height: 100%;
}

.rich-text h2 {
  margin-bottom: 1.875rem;
}
.rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 1.25rem;
}
.rich-text p + h2, .rich-text p + h3, .rich-text p + h4, .rich-text p + h5, .rich-text p + h6 {
  margin-top: 2.5rem;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Containers
--------------------------------------------- */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 5vw, 4rem);
}
.container--narrow {
  --container-width: 61.75rem;
}

/* Editor
--------------------------------------------- */
.wp-block {
  max-width: var(--container-width);
}

.editor-styles-wrapper p {
  line-height: 1.5;
}
.editor-styles-wrapper * {
  font-weight: initial;
}

.interface-interface-skeleton__sidebar .interface-complementary-area {
  width: 100%;
}

.is-sidebar-opened .interface-interface-skeleton__sidebar {
  max-width: 600px;
}

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