/*!
Theme Name: Nextech 26
Theme URI: http://underscores.me/
Author: Smallbox
Author URI: http://smallbox.com
Description: 2026 Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nextech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nextech 26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* 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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #363e3f;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
  line-height: 1.5;
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: clamp(3.5rem, 5vw + 2.25rem, 5.625rem);
}

h2 {
  font-size: clamp(2rem, 3.6vw + 1.2rem, 3rem);
}

h3 {
  font-size: clamp(1.8rem, 2.7vw + 0.9rem, 2.25rem);
}

h4 {
  font-size: clamp(1.6rem, 2.4vw + 0.8rem, 2rem);
}

h5 {
  font-size: clamp(1.3rem, 1.95vw + 0.65rem, 1.625rem);
}

h6 {
  font-size: clamp(0.8rem, 1.2vw + 0.4rem, 1rem);
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  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: "IBM Plex Sans", sans-serif;
}

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

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

big {
  font-size: 125%;
}

.textxxl {
  font-size: clamp(3.5rem, 5vw + 2.25rem, 5.625rem);
}

.textxl {
  font-size: clamp(2.4rem, 3.6vw + 1.2rem, 3rem);
}

.textlg {
  font-size: clamp(1.8rem, 2.7vw + 0.9rem, 2.25rem);
}

.textlg {
  font-size: clamp(1.6rem, 2.4vw + 0.8rem, 2rem);
}

.textmd {
  font-size: clamp(1.3rem, 1.95vw + 0.65rem, 1.625rem);
}

.text-normal {
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
}

.textsm {
  font-size: clamp(0.8rem, 1.2vw + 0.4rem, 1rem);
}

.text-blue {
  color: hsl(192, 67%, 47%);
}

.text-orange {
  color: #e77213;
}

.text-muted {
  color: #f0f0f0;
}

.text-yellow {
  color: hsl(48, 100%, 59%);
}

.text-green {
  color: #1fad68;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #171b1c;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 25px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #e77213;
}
a:hover, a:focus, a:active {
  color: #e77213;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.btn,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  border: 2px solid;
  border-color: transparent;
  border-radius: 6px;
  background: hsl(180, 8.57%, 13.73%);
  color: #fff;
  line-height: 1;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4em 2em;
  text-decoration: none;
  font-size: 0.875rem;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover,
.btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
  background: #000;
}
button:active, button:focus,
.btn:active,
.btn: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 {
  background-color: #e77213;
  border-color: #e77213;
}
button.green,
.btn.green,
input[type=button].green,
input[type=reset].green,
input[type=submit].green {
  background-color: #1fad68;
  border-color: #1fad68;
}
button.green:hover, button.green:focus,
.btn.green:hover,
.btn.green:focus,
input[type=button].green:hover,
input[type=button].green:focus,
input[type=reset].green:hover,
input[type=reset].green:focus,
input[type=submit].green:hover,
input[type=submit].green:focus {
  background-color: rgb(23.25, 129.75, 78);
  border-color: rgb(23.25, 129.75, 78);
}
button.white,
.btn.white,
input[type=button].white,
input[type=reset].white,
input[type=submit].white {
  background-color: #fff;
  color: hsl(180, 8.57%, 13.73%);
  border-color: hsl(180, 8.57%, 13.73%);
}
button.white:hover, button.white:focus,
.btn.white:hover,
.btn.white:focus,
input[type=button].white:hover,
input[type=button].white:focus,
input[type=reset].white:hover,
input[type=reset].white:focus,
input[type=submit].white:hover,
input[type=submit].white:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: hsl(180, 8.57%, 13.73%);
  color: hsl(180, 8.57%, 13.73%);
}
button.orange,
.btn.orange,
input[type=button].orange,
input[type=reset].orange,
input[type=submit].orange {
  background-color: #e77213;
  border-color: #e77213;
}
button.orange:hover, button.orange:focus,
.btn.orange:hover,
.btn.orange:focus,
input[type=button].orange:hover,
input[type=button].orange:focus,
input[type=reset].orange:hover,
input[type=reset].orange:focus,
input[type=submit].orange:hover,
input[type=submit].orange:focus {
  background-color: rgb(183.876, 90.744, 15.124);
  border-color: rgb(183.876, 90.744, 15.124);
  color: #fff;
}
button.blue,
.btn.blue,
input[type=button].blue,
input[type=reset].blue,
input[type=submit].blue {
  background-color: hsl(192, 67%, 47%);
  border-color: hsl(192, 67%, 47%);
}
button.blue:hover, button.blue:focus,
.btn.blue:hover,
.btn.blue:focus,
input[type=button].blue:hover,
input[type=button].blue:focus,
input[type=reset].blue:hover,
input[type=reset].blue:focus,
input[type=submit].blue:hover,
input[type=submit].blue:focus {
  background-color: hsl(192, 67%, 37%);
  border-color: hsl(192, 67%, 37%);
  color: #fff;
}
button.yellow,
.btn.yellow,
input[type=button].yellow,
input[type=reset].yellow,
input[type=submit].yellow {
  background-color: hsl(48, 100%, 59%);
  border-color: hsl(48, 100%, 59%);
  color: hsl(180, 8.57%, 13.73%);
}
button.yellow:hover, button.yellow:focus,
.btn.yellow:hover,
.btn.yellow:focus,
input[type=button].yellow:hover,
input[type=button].yellow:focus,
input[type=reset].yellow:hover,
input[type=reset].yellow:focus,
input[type=submit].yellow:hover,
input[type=submit].yellow:focus {
  background-color: hsl(48, 100%, 49%);
  border-color: hsl(48, 100%, 49%);
  color: hsl(180, 8.57%, 13.73%);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* 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: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #171b1c;
  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;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header.site-header {
  background-color: #181f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 10;
}
header.site-header .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.site-header .site-branding .custom-logo-link {
  max-width: 250px;
  height: auto;
  margin-left: 20px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 62.5em) {
  header.site-header .site-branding .custom-logo-link {
    margin-left: 20px;
  }
}
header.site-header .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0;
  width: 100%;
  position: relative;
  padding-inline: 1rem;
  padding-top: 10px;
}
@media screen and (max-width: 62.5em) {
  header.site-header .menu-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
header.site-header .menu-wrap .utility-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: #b9bec1;
  font-size: 0.875rem;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  margin-right: 30px;
}
@media screen and (max-width: 62.5em) {
  header.site-header .menu-wrap .utility-navigation {
    display: none;
  }
}
header.site-header .menu-wrap .utility-navigation a {
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #b9bec1;
}
header.site-header .menu-wrap .utility-navigation a:hover {
  text-decoration: underline;
}
header.site-header .menu-wrap .main-navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-inline: 30px;
  margin-top: -10px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media screen and (max-width: 62.5em) {
  header.site-header .menu-wrap .main-navigation {
    display: none;
  }
}
header.site-header .menu-wrap .main-navigation section.level1 {
  background-color: #e77213;
  position: relative;
  z-index: 2;
  min-height: 60px;
  padding-inline: 15px;
  padding-block: 10px;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  text-transform: none;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: 15px;
  font-family: "DM Sans", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header.site-header .menu-wrap .main-navigation section.level1 > a.btn,
header.site-header .menu-wrap .main-navigation section.level1 > button {
  color: #fff;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  padding-inline: 10px;
  padding-block: 5px;
  min-height: auto;
  text-transform: none;
}
header.site-header .menu-wrap .main-navigation section.level1 > a.btn[aria-expanded=true],
header.site-header .menu-wrap .main-navigation section.level1 > button[aria-expanded=true] {
  background-color: transparent;
  color: #000;
}
header.site-header .menu-wrap .main-navigation section.level1 > a.btn:focus, header.site-header .menu-wrap .main-navigation section.level1 > a.btn:hover,
header.site-header .menu-wrap .main-navigation section.level1 > button:focus,
header.site-header .menu-wrap .main-navigation section.level1 > button:hover {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}
header.site-header .menu-wrap .main-navigation section.level1 > a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid white !important;
}
header.site-header .menu-wrap .main-navigation section.level1 > a.btn:hover {
  background-color: white;
}
header.site-header .menu-wrap .main-navigation section.level2 {
  display: none;
  background-color: #fff;
  position: absolute;
  right: 0;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 10px;
  padding-inline: 30px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
header.site-header .menu-wrap .main-navigation section.level2 a {
  color: #363e3f;
  text-decoration: none;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
}
header.site-header .menu-wrap .main-navigation section.level2 a:hover {
  background-color: #e77213;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu {
  display: none;
  gap: 1rem;
  padding-block: 15px;
  width: 100%;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid .col1 {
  border-right: 2px solid #e77213;
  padding-right: 30px;
  padding-top: 5px;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid .col1 a.level1 {
  font-size: 1.75rem;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid .col1 a.level1 svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid .col1 a.level1:hover {
  background-color: transparent;
  color: #e77213;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid .col1 a.level1:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid .col1 .desc {
  margin-top: 5px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid .col2 {
  padding-inline: 30px;
  padding-block: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid .col2 a {
  font-size: 1.125rem;
  font-family: "IBM Plex Sans", sans-serif;
}
header.site-header .menu-wrap .main-navigation section.level2 .submenu .grid .col2 a:hover {
  background-color: transparent;
  color: #e77213;
}
header.site-header .menu-wrap .menu-toggle-container {
  display: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 62.5em) {
  header.site-header .menu-wrap .menu-toggle-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header.site-header .menu-wrap .menu-toggle-container button {
  padding: 5px 8px 2px 8px;
}
header.site-header .menu-wrap .menu-toggle-container button:focus {
  background-color: #fff;
}

dialog#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #181f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  border: none;
  padding: 4.5rem 1.5rem 2rem;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0s linear 0.35s;
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  dialog#mobile-menu {
    -webkit-transition: none;
    transition: none;
  }
}
dialog#mobile-menu::-ms-backdrop {
  background-color: #181f20;
}
dialog#mobile-menu::backdrop {
  background-color: #181f20;
}
dialog#mobile-menu .menu-toggle-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  padding: 0.25rem;
}
dialog#mobile-menu .mobile-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
dialog#mobile-menu .mobile-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 0.5rem;
}
dialog#mobile-menu .mobile-link,
dialog#mobile-menu .mobile-accordion {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  background: transparent;
  border: none;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.75rem 0;
}
dialog#mobile-menu .mobile-link {
  text-decoration: none;
}
dialog#mobile-menu .mobile-accordion .chevron {
  width: 0.65rem;
  height: 0.65rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
dialog#mobile-menu .mobile-submenu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-left: 1rem;
  -webkit-transition: max-height 0.3s ease, opacity 0.2s ease;
  transition: max-height 0.3s ease, opacity 0.2s ease;
}
dialog#mobile-menu .mobile-submenu a {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 1rem;
  padding: 0.4rem 0;
}
dialog#mobile-menu .mobile-submenu .mobile-parent-link {
  color: #e77213;
  font-weight: 600;
}
dialog#mobile-menu .mobile-item.is-open .mobile-submenu {
  max-height: 500px;
  opacity: 1;
}
dialog#mobile-menu .mobile-item.is-open .mobile-accordion .chevron {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

dialog#mobile-menu[open] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}

dialog#mobile-menu.is-closing {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: visible;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  dialog#mobile-menu {
    -webkit-transform: none;
            transform: none;
  }
}
footer.site-footer {
  background-color: #181f20;
}
footer.site-footer .upper {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: clamp(4rem, 10vw, 6rem);
  padding-inline: 20px;
}
@media screen and (max-width: 1000px) {
  footer.site-footer .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer.site-footer .upper a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer .upper .col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  footer.site-footer .upper .col1 {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer.site-footer .upper .col1 ul,
footer.site-footer .upper .col1 li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site-footer .upper .col1 nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 500px;
  gap: 0.75rem 6rem;
}
@media screen and (max-width: 500px) {
  footer.site-footer .upper .col1 nav > ul {
    max-height: none;
    text-align: center;
  }
}
footer.site-footer .upper .col1 nav > ul > li {
  margin-bottom: 1.5rem;
}
footer.site-footer .upper .col1 nav > ul > li > a {
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  font-weight: 400;
  color: hsl(192, 67%, 47%);
  margin: 0;
  padding: 0;
}
footer.site-footer .upper .col1 nav > ul > li > ul.sub-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.5rem;
}
footer.site-footer .upper .col1 nav > ul > li > ul.sub-menu > li > a {
  font-size: 1.125rem;
  font-weight: 400;
}
footer.site-footer .upper .col1 nav > ul > li:nth-child(2) > a {
  color: #e77213;
}
footer.site-footer .upper .col1 nav > ul > li:nth-child(3) > a {
  color: #1fad68;
}
footer.site-footer .upper .col1 nav > ul > li:nth-child(4) > a {
  color: hsl(48, 100%, 59%);
}
footer.site-footer .upper .col1 nav > ul > li:last-child {
  margin-bottom: 0;
}
footer.site-footer .upper .col2 {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  footer.site-footer .upper .col2 {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer.site-footer .upper .col2 .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  footer.site-footer .upper .col2 .contact {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer.site-footer .upper .col2 .contact h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #e77213;
  margin: 0;
  padding: 0;
}
footer.site-footer .upper .col2 .contact p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  footer.site-footer .upper .col2 .contact p {
    text-align: center;
  }
}
footer.site-footer .upper .col2 .contact form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 5px;
  width: 100%;
}
footer.site-footer .upper .col2 .contact form input[type=email] {
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem;
  outline: none;
  border: none;
  color: #fff;
  height: 40px;
  padding-block: 5px;
  padding-inline: 1rem;
  font-size: 1rem;
}
footer.site-footer .upper .col2 .contact a.btn {
  background-color: #e77213;
  color: #fff;
  border: none;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer.site-footer .upper .col2 .contact a.btn svg {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  fill: #fff;
}
footer.site-footer .upper .col2 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer.site-footer .upper .col2 .social p {
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
footer.site-footer .upper .col2 .social .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
footer.site-footer .upper .col2 .social .icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.65rem;
}
footer.site-footer .upper .col2 .social .icons a:nth-child(1) {
  background-color: hsl(192, 67%, 47%);
}
footer.site-footer .upper .col2 .social .icons a:nth-child(2) {
  background-color: #e77213;
}
footer.site-footer .upper .col2 .social .icons a:nth-child(3) {
  background-color: #1fad68;
}
footer.site-footer .upper .col2 .social .icons a:nth-child(3) {
  background-color: #1fad68;
}
footer.site-footer .upper .col2 .social .icons a:nth-child(4) {
  background-color: hsl(192, 67%, 47%);
}
footer.site-footer .upper .col2 .social .icons a svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
footer.site-footer .lower {
  color: #ccc;
  background-color: hsl(180, 8.57%, 13.73%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  padding-block: 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 500px) {
  footer.site-footer .lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
footer.site-footer .lower p {
  padding: 0;
  margin: 0;
}
footer.site-footer .lower p a {
  color: #ccc;
  text-decoration: none;
}
footer.site-footer .lower p a:hover {
  text-decoration: underline;
  color: #e77213;
}
footer.site-footer .lower .divider {
  font-size: 1rem;
}
@media screen and (max-width: 500px) {
  footer.site-footer .lower .divider {
    display: none;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

/* Cards
--------------------------------------------- */
article.staff-card:nth-of-type(4n + 1) {
  background-color: hsl(192, 67%, 47%);
}
article.staff-card:nth-of-type(4n + 2) {
  background-color: #1fad68;
}
article.staff-card:nth-of-type(4n + 3) {
  background-color: hsl(48, 100%, 59%);
}
article.staff-card:nth-of-type(4n + 4) {
  background-color: #e77213;
}
article.staff-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
article.staff-card:hover, article.staff-card:focus-within {
  outline: 2px solid #e77213;
}
article.staff-card:hover .photo img,
article.staff-card:hover .photo svg, article.staff-card:focus-within .photo img,
article.staff-card:focus-within .photo svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
article.staff-card a {
  display: contents;
  text-decoration: none;
  color: #000;
}
article.staff-card a:hover .info {
  background-color: rgba(255, 255, 255, 0.95);
}
article.staff-card a:hover h3 {
  color: #e77213;
}
article.staff-card .photo {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 41/35;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.1);
}
article.staff-card .photo .svgwrap,
article.staff-card .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  aspect-ratio: 41/35;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article.staff-card .photo .svgwrap {
  width: 80%;
  height: auto;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
article.staff-card .photo .svgwrap svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
}
article.staff-card .photo .svgwrap svg path {
  fill: #fff;
}
article.staff-card .info {
  width: 100%;
  height: 100%;
  max-height: 140px;
  padding: clamp(1rem, 3vw, 1.5rem);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article.staff-card .info h3 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.5rem;
}
article.staff-card .info .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
article.staff-card .info .lower .titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
article.staff-card .info .lower .titlewrap p {
  line-height: 1;
}
article.staff-card .info .lower .titlewrap p:first-child {
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #000;
}
article.staff-card .info .lower .titlewrap p:last-child {
  margin: 0;
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: #555;
}
article.staff-card .info .lower .svgwrap {
  width: 24px;
  height: 24px;
}
article.staff-card .info .lower .svgwrap svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
article.staff-card .info .lower .svgwrap svg path {
  fill: #000;
}

article.board-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 3vw, 1.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #dadada;
}
article.board-card:hover, article.board-card:focus-within {
  border: 2px solid #e77213;
}
article.board-card:hover .photo img,
article.board-card:hover .photo svg, article.board-card:focus-within .photo img,
article.board-card:focus-within .photo svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
article.board-card a {
  display: contents;
  text-decoration: none;
  color: #000;
}
article.board-card a:hover .info {
  background-color: rgba(255, 255, 255, 0.95);
}
article.board-card a:hover h3 {
  color: #e77213;
}
article.board-card .photo {
  max-width: clamp(100px, 30%, 175px);
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background-color: #f0f0f0;
}
article.board-card .photo img,
article.board-card .photo svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article.board-card .photo .svgwrap {
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
article.board-card .photo .svgwrap svg {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  opacity: 0.5;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
}
article.board-card .photo .svgwrap svg path {
  fill: #ccc;
}
article.board-card .photo svg {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
article.board-card .photo svg path {
  fill: #ccc;
}
article.board-card .info {
  width: 100%;
  height: 100%;
  max-height: 140px;
  padding: clamp(1rem, 3vw, 1.5rem);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
article.board-card .info h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  margin-bottom: 0.5rem;
}
article.board-card .info .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
article.board-card .info .lower .titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
article.board-card .info .lower .titlewrap p {
  line-height: 1;
}
article.board-card .info .lower .titlewrap p:first-child {
  margin: 0;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #000;
}
article.board-card .info .lower .titlewrap p:last-child {
  margin: 0;
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: #555;
}
article.board-card .info .lower .svgwrap {
  width: 24px;
  height: 24px;
}
article.board-card .info .lower .svgwrap svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
article.board-card .info .lower .svgwrap svg path {
  fill: #000;
}

article.facilitator-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 3vw, 1.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #dadada;
}
article.facilitator-card:hover, article.facilitator-card:focus-within {
  border: 2px solid #e77213;
}
article.facilitator-card:hover .photo img,
article.facilitator-card:hover .photo svg, article.facilitator-card:focus-within .photo img,
article.facilitator-card:focus-within .photo svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
article.facilitator-card a {
  display: contents;
  text-decoration: none;
  color: #000;
}
article.facilitator-card a:hover .info {
  background-color: rgba(255, 255, 255, 0.95);
}
article.facilitator-card a:hover h3 {
  color: #e77213;
}
article.facilitator-card .info {
  width: 100%;
  height: 100%;
  max-height: 140px;
  padding: clamp(1rem, 3vw, 1.5rem);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
article.facilitator-card .info h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin-bottom: 0.5rem;
  color: #000;
}
article.facilitator-card .info .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
article.facilitator-card .info .lower .titlewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
article.facilitator-card .info .lower .titlewrap p {
  line-height: 1;
}
article.facilitator-card .info .lower .titlewrap p:first-child {
  margin: 0;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  color: #000;
}
article.facilitator-card .info .lower .titlewrap p:last-child {
  margin: 0;
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  color: #555;
}
article.facilitator-card .info .lower .svgwrap {
  width: 24px;
  height: 24px;
}
article.facilitator-card .info .lower .svgwrap svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
article.facilitator-card .info .lower .svgwrap svg path {
  fill: #000;
}

article.event-card {
  max-width: 1300px;
  margin-inline: auto;
  margin-block: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
}
article.event-card .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
article.event-card .inner .mobile-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  article.event-card .inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  article.event-card .inner .mobile-only {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #e77213;
  }
}
article.event-card .inner .col {
  height: 100%;
}
article.event-card .inner .name-col {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(2rem, 2vw, 3rem);
  padding-bottom: clamp(3rem, 3vw, 4rem);
  padding-inline: clamp(1rem, 2vw, 3rem);
  border-radius: 20px;
  overflow: hidden;
  background-color: hsl(180, 8.57%, 13.73%);
}
article.event-card .inner .name-col .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
article.event-card .inner .name-col .badge-container {
  position: relative;
}
article.event-card .inner .name-col .badge-container .badge {
  color: #fff;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
}
article.event-card .inner .name-col a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.5rem, 2vw, 1.625rem);
  font-family: "IBM Plex Sans", sans-serif;
}
article.event-card .inner .name-col a:hover {
  color: #e77213;
}
article.event-card .inner .about-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: clamp(1rem, 2vw, 2.5rem);
  padding-bottom: clamp(1rem, 2vw, 2.5rem);
}
article.event-card .inner .about-col .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
article.event-card .inner .about-col .linkwrap {
  margin-top: 1rem;
}
article.event-card .inner .description-col {
  padding-block: 1rem;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
}

/*--------------------------------------------------------------
# Banners
--------------------------------------------------------------*/
section.homepage-banner {
  color: #fff;
  margin-bottom: clamp(5rem, 10vw, 10rem);
}
section.homepage-banner .inner .headline-container {
  background-color: #181f20;
  padding-top: clamp(6rem, 10vw, 9rem);
  padding-inline: clamp(1rem, 5vw, 3rem);
}
section.homepage-banner .inner .headline-container h1 {
  font-size: clamp(2.25rem, 8vw, 5.625rem);
  line-height: 1.15;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}
section.homepage-banner .inner .center {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #181f20), color-stop(70%, #fff), to(#fff));
  background: linear-gradient(to bottom, #181f20 70%, #fff 70%, #fff 100%);
  padding-inline: clamp(1rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: clamp(3rem, 6vw, 4rem);
}
@media screen and (max-width: 1000px) {
  section.homepage-banner .inner .center {
    display: block;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
section.homepage-banner .inner .center .caption-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.homepage-banner .inner .center .caption-container p {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 300px;
}
@media screen and (max-width: 1000px) {
  section.homepage-banner .inner .center .caption-container p {
    max-width: 600px;
    padding-bottom: 2rem;
    text-align: center;
    font-size: 0.875rem;
  }
}
section.homepage-banner .inner .center .cards-container {
  padding-block: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 800px) {
  section.homepage-banner .inner .center .cards-container {
    pointer-events: none;
  }
}
section.homepage-banner .inner .center .cards-container .card {
  aspect-ratio: 32/45;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.homepage-banner .inner .center .cards-container .card .infowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-inline: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.homepage-banner .inner .center .cards-container .card .infowrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1fad68;
  z-index: 0;
  opacity: 0.8;
}
section.homepage-banner .inner .center .cards-container .card .infowrap h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
section.homepage-banner .inner .center .cards-container .card .infowrap p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
  margin: 0;
  position: relative;
}
section.homepage-banner .inner .center .cards-container .card:nth-child(1) {
  -webkit-transform: scale(0.9) rotateZ(-5deg);
          transform: scale(0.9) rotateZ(-5deg);
  z-index: 1;
}
section.homepage-banner .inner .center .cards-container .card:nth-child(1) .infowrap::before {
  background: #e77213;
}
section.homepage-banner .inner .center .cards-container .card:nth-child(2) {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  z-index: 3;
}
section.homepage-banner .inner .center .cards-container .card:nth-child(2) .infowrap::before {
  background: #1fad68;
}
section.homepage-banner .inner .center .cards-container .card:nth-child(3) {
  -webkit-transform: scale(0.9) rotateZ(5deg);
          transform: scale(0.9) rotateZ(5deg);
  z-index: 1;
}
section.homepage-banner .inner .center .cards-container .card:nth-child(3) .infowrap::before {
  background: hsl(192, 67%, 47%);
}
section.homepage-banner .inner .center .cards-container .card:hover .infowrap {
  opacity: 1;
}
section.homepage-banner .inner .center .cards-container:hover .card {
  -webkit-transform: none;
          transform: none;
}
section.homepage-banner .inner .center .video-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.homepage-banner .inner .center .video-link-container .video-link {
  margin-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 16px 4px 5px;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
section.homepage-banner .inner .center .video-link-container .video-link svg {
  background-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  section.homepage-banner .inner .center .video-link-container .video-link {
    background-color: #e77213;
  }
  section.homepage-banner .inner .center .video-link-container .video-link svg {
    background-color: #181f20;
  }
}
section.homepage-banner .inner .center .video-link-container .video-link:hover {
  background-color: #1fad68;
  border-color: #1fad68;
  color: #fff;
}
section.homepage-banner .inner .center .video-link-container .video-link:hover svg {
  background-color: #181f20;
}
section.homepage-banner .inner .message-container {
  padding-inline: clamp(1rem, 5vw, 3rem);
}
section.homepage-banner .inner .message-container p {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.2;
  text-align: center;
  color: #363e3f;
  max-width: 1040px;
  margin: 0 auto;
}

section.page-banner.has-background {
  isolation: isolate;
  color: #fff;
  min-height: clamp(300px, 50vw, 700px);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
section.page-banner.has-background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
section.page-banner.has-background .inner {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  margin-bottom: 60px;
  padding-inline: 20px;
}
section.page-banner.has-background .inner h1 {
  font-size: 1.25rem;
  line-height: 1.15;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  color: #e77213;
  text-transform: uppercase;
  font-weight: 600;
}
section.page-banner.has-background .inner p {
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.33;
  max-width: 1000px;
  margin: 1rem auto 0;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

section.page-banner.no-background {
  color: #363e3f;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-inline: clamp(20px, 10vw, 100px);
}
section.page-banner.no-background .inner {
  margin-top: 60px;
  margin-bottom: 30px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
section.page-banner.no-background .inner .breadcrumbs {
  font-size: 0.875rem;
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.875rem;
}
section.page-banner.no-background .inner .breadcrumbs #breadcrumbs {
  display: inline-block;
}
section.page-banner.no-background .inner .breadcrumbs #breadcrumbs a {
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
}
section.page-banner.no-background .inner .breadcrumbs #breadcrumbs a:first-child {
  color: #e77213;
}
section.page-banner.no-background .inner .breadcrumbs #breadcrumbs a:hover {
  text-decoration: underline;
}
section.page-banner.no-background .inner h1 {
  font-size: clamp(2.25rem, 5vw, 3rem);
  line-height: 1.15;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 0;
  color: #363e3f;
  text-align: center;
}

section.page-banner.no-background[data-has-intro=true] {
  color: #363e3f;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: clamp(20px, 10vw, 100px);
  text-align: center;
}
section.page-banner.no-background[data-has-intro=true] .inner {
  margin-top: 60px;
  margin-bottom: 30px;
  max-width: 1200px;
  width: 100%;
}
section.page-banner.no-background[data-has-intro=true] .inner .breadcrumbs {
  font-size: 0.875rem;
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.875rem;
}
section.page-banner.no-background[data-has-intro=true] .inner .breadcrumbs #breadcrumbs {
  display: inline-block;
}
section.page-banner.no-background[data-has-intro=true] .inner .breadcrumbs #breadcrumbs a {
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
}
section.page-banner.no-background[data-has-intro=true] .inner .breadcrumbs #breadcrumbs a:first-child {
  color: #e77213;
}
section.page-banner.no-background[data-has-intro=true] .inner .breadcrumbs #breadcrumbs a:hover {
  text-decoration: underline;
}
section.page-banner.no-background[data-has-intro=true] .inner h1 {
  font-size: clamp(2.25rem, 5vw, 3rem);
  line-height: 1.15;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  color: #363e3f;
}
section.page-banner.no-background[data-has-intro=true] .inner p {
  max-width: 900px;
  margin: 1rem auto;
}

section.page-banner.no-background.people-banner {
  padding-block: 60px;
}
section.page-banner.no-background.people-banner .inner {
  max-width: 1300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  section.page-banner.no-background.people-banner .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.page-banner.has-background.blog-banner {
  min-height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: clamp(100px, 30vw, 400px);
  padding-bottom: 30px;
}
section.page-banner.has-background.blog-banner .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
section.page-banner.has-background.blog-banner .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
section.page-banner.has-background.blog-banner .inner .textwrap {
  display: inline-block;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.65);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.page-banner.has-background.blog-banner .inner .breadcrumbs {
  font-size: 0.875rem;
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.875rem;
}
section.page-banner.has-background.blog-banner .inner .breadcrumbs p#breadcrumbs {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-align: left;
}
section.page-banner.has-background.blog-banner .inner .breadcrumbs p#breadcrumbs a {
  color: #fff;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
}
section.page-banner.has-background.blog-banner .inner .breadcrumbs p#breadcrumbs a:first-child {
  color: #e77213;
}
section.page-banner.has-background.blog-banner .inner .breadcrumbs p#breadcrumbs a:hover {
  text-decoration: underline;
}
section.page-banner.has-background.blog-banner .inner h1 {
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  text-align: left;
  margin: 0;
  text-transform: none;
}

main.event-single .event-banner {
  padding-top: 30px;
  padding-inline: clamp(1rem, 5vw, 3rem);
}
main.event-single .event-banner .inner .breadcrumbs {
  padding-inline: clamp(1rem, 5vw, 3rem);
  margin-inline: auto;
  max-width: 1600px;
  font-size: 0.875rem;
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 1rem;
  margin-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main.event-single .event-banner .inner .breadcrumbs #breadcrumbs {
  margin: auto;
}
main.event-single .event-banner .inner .breadcrumbs #breadcrumbs a {
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
}
main.event-single .event-banner .inner .breadcrumbs #breadcrumbs a:first-child {
  color: #e77213;
}
main.event-single .event-banner .inner .breadcrumbs #breadcrumbs a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
main.template-team {
  background-color: #fff;
  padding-top: 2rem;
}
main.template-team section.header {
  max-width: 1500px;
  margin: 0 auto;
  padding-block: clamp(2rem, 5vw, 5rem);
  padding-inline: clamp(1rem, 5vw, 5rem);
  gap: clamp(2rem, 5vw, 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  main.template-team section.header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.template-team section.header .entry-content {
  max-width: 860px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
main.template-team section.header .entry-content p {
  margin: 0;
  padding: 0;
  font-size: clamp(1.5rem, 4vw, 3rem);
}
main.template-team section.header .onpage-nav {
  max-width: 400px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1000px) {
  main.template-team section.header .onpage-nav {
    max-width: none;
  }
}
main.template-team section.header .onpage-nav h1 {
  font-size: 1rem;
  color: hsl(192, 67%, 47%);
  text-transform: uppercase;
}
main.template-team section.header .onpage-nav ul.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  list-style: none;
  border-block: 3.5px solid #000;
  padding: 0;
}
main.template-team section.header .onpage-nav ul.nav-list li {
  list-style: none;
  border-bottom: 1px solid #000;
}
main.template-team section.header .onpage-nav ul.nav-list li a {
  text-decoration: none;
  color: #000;
  font-size: clamp(1rem, 3vw, 1.625rem);
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  padding-block: 1.5rem;
}
main.template-team section.header .onpage-nav ul.nav-list li a:hover {
  color: #1fad68;
}
main.template-team section.header .onpage-nav ul.nav-list li a:focus {
  color: #1fad68;
  outline: none;
}
main.template-team section.staff {
  background-color: hsl(180, 8.57%, 13.73%);
  max-width: 100%;
  overflow: hidden;
}
main.template-team section.staff .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding-block: clamp(2rem, 5vw, 5rem);
  padding-inline: clamp(1rem, 5vw, 5rem);
}
@media screen and (max-width: 1000px) {
  main.template-team section.staff .inner {
    padding: 1rem;
  }
}
main.template-team section.staff .inner h2 {
  font-size: 1.625rem;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: clamp(1rem, 3vw, 2rem);
}
main.template-team section.staff .inner .staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1rem;
}
main.template-team section.board {
  background-color: #fff;
  max-width: 1500px;
  margin: 0 auto;
  padding-block: clamp(2rem, 5vw, 5rem);
  padding-inline: clamp(1rem, 5vw, 5rem);
}
main.template-team section.board h2 {
  font-size: 1.625rem;
  color: #000;
  margin: 0;
  padding: 0;
  margin-bottom: clamp(1rem, 3vw, 2rem);
}
main.template-team section.board .board-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  main.template-team section.board .board-grid {
    grid-template-columns: 1fr;
  }
}
main.template-team section.facilitators {
  background-color: #f0f0f0;
  max-width: 100%;
  overflow: hidden;
}
main.template-team section.facilitators .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding-block: clamp(2rem, 5vw, 5rem);
  padding-inline: clamp(1rem, 5vw, 5rem);
}
@media screen and (max-width: 1000px) {
  main.template-team section.facilitators .inner {
    padding: 1rem;
  }
}
main.template-team section.facilitators .inner h2 {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #e77213;
  margin: 0;
  padding: 0;
  margin-bottom: clamp(1rem, 3vw, 2rem);
  text-align: center;
  text-transform: uppercase;
}
main.template-team section.facilitators .inner .facilitators-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

main.blog-index {
  margin-block: 3rem;
  padding-inline: clamp(1rem, 5vw, 3rem);
  margin-inline: auto;
}
main.blog-index .breadcrumbs {
  max-width: 1600px;
  font-size: 0.875rem;
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 1rem;
  margin-block: 1rem;
}
main.blog-index .breadcrumbs #breadcrumbs {
  display: inline-block;
}
main.blog-index .breadcrumbs #breadcrumbs a {
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
}
main.blog-index .breadcrumbs #breadcrumbs a:first-child {
  color: #e77213;
}
main.blog-index .breadcrumbs #breadcrumbs a:hover {
  text-decoration: underline;
}
main.blog-index .container.gray {
  padding-block: 3rem;
  padding-inline: clamp(1rem, 5vw, 3rem);
  border-radius: 12px;
  background-color: #f0f0f0;
}
main.blog-index .container.gray .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  main.blog-index .container.gray .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
main.blog-index .container.gray .header h1 {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.625rem);
}
main.blog-index .container.gray .header .category-selector label {
  display: none;
}
main.blog-index .container.gray .header .category-selector select {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid hsl(180, 8.57%, 13.73%);
  background-color: #fff;
  color: hsl(180, 8.57%, 13.73%);
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-color: #e77213;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
main.blog-index .container.gray .header .category-selector select:focus {
  border-color: #e77213;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 144, 34, 0.2);
          box-shadow: 0 0 0 2px rgba(254, 144, 34, 0.2);
}
main.blog-index .container.gray #event-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
main.blog-index .container.gray #event-container.loading {
  opacity: 0.7;
  pointer-events: none;
}
main.blog-index .container.gray #event-container .loading-message,
main.blog-index .container.gray #event-container .error-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 1rem;
  font-size: 1.1rem;
  color: #666;
}
main.blog-index .container.gray #event-container .loading-message::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #ccc;
  border-radius: 50%;
  border-top-color: hsl(180, 8.57%, 13.73%);
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-left: 0.5rem;
}
main.blog-index .container.gray #event-container .error-message {
  color: #d32f2f;
  background-color: #ffebee;
  border-radius: 4px;
  margin: 1rem 0;
}
main.blog-index .container.gray .infinite-loading {
  grid-column: 1/-1;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 1rem;
  color: #666;
}
main.blog-index .container.gray .infinite-loading::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid #ccc;
  border-radius: 50%;
  border-top-color: #e77213;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-left: 0.5rem;
}
main.blog-index .container.gray #load-more-trigger {
  grid-column: 1/-1;
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
main.single-people {
  min-height: 40vh;
}
main.single-people section.person-content {
  padding-inline: clamp(1rem, 5vw, 5rem);
}
main.single-people section.person-content .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  gap: clamp(2rem, 5vw, 5rem);
}
@media screen and (max-width: 800px) {
  main.single-people section.person-content .contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.single-people section.person-content .col.img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 300px;
  border-radius: 12px;
  overflow: hidden;
}
main.single-people section.person-content .col.img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

main.blog-index {
  margin-block: 3rem;
  padding-inline: clamp(1rem, 5vw, 3rem);
  margin-inline: auto;
}
main.blog-index .breadcrumbs {
  max-width: 1600px;
  font-size: 0.875rem;
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 1rem;
  margin-block: 1rem;
}
main.blog-index .breadcrumbs #breadcrumbs {
  display: inline-block;
}
main.blog-index .breadcrumbs #breadcrumbs a {
  color: #363e3f;
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
}
main.blog-index .breadcrumbs #breadcrumbs a:first-child {
  color: #e77213;
}
main.blog-index .breadcrumbs #breadcrumbs a:hover {
  text-decoration: underline;
}
main.blog-index .container.gray {
  padding-block: 3rem;
  padding-inline: clamp(1rem, 5vw, 3rem);
  border-radius: 12px;
  background-color: #f0f0f0;
}
main.blog-index .container.gray .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  main.blog-index .container.gray .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
main.blog-index .container.gray .header h1 {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.625rem);
}
main.blog-index .container.gray .header .category-selector label {
  display: none;
}
main.blog-index .container.gray .header .category-selector select {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: 1px solid hsl(180, 8.57%, 13.73%);
  background-color: #fff;
  color: hsl(180, 8.57%, 13.73%);
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline-color: #e77213;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
main.blog-index .container.gray .header .category-selector select:focus {
  border-color: #e77213;
  -webkit-box-shadow: 0 0 0 2px rgba(254, 144, 34, 0.2);
          box-shadow: 0 0 0 2px rgba(254, 144, 34, 0.2);
}
main.blog-index .container.gray #blog-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
main.blog-index .container.gray #blog-container.loading {
  opacity: 0.7;
  pointer-events: none;
}
main.blog-index .container.gray #blog-container .loading-message,
main.blog-index .container.gray #blog-container .error-message {
  grid-column: 1/-1;
  text-align: center;
  padding: 3rem 1rem;
  font-size: 1.1rem;
  color: #666;
}
main.blog-index .container.gray #blog-container .loading-message::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #ccc;
  border-radius: 50%;
  border-top-color: hsl(180, 8.57%, 13.73%);
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-left: 0.5rem;
}
main.blog-index .container.gray #blog-container .error-message {
  color: #d32f2f;
  background-color: #ffebee;
  border-radius: 4px;
  margin: 1rem 0;
}
main.blog-index .container.gray #blog-container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: hsl(180, 8.57%, 13.73%);
  text-decoration: none;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  max-width: 600px;
}
main.blog-index .container.gray #blog-container article:hover .image, main.blog-index .container.gray #blog-container article:focus-within .image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
main.blog-index .container.gray #blog-container article:hover h3, main.blog-index .container.gray #blog-container article:focus-within h3 {
  color: var(--category-color) !important;
}
main.blog-index .container.gray #blog-container article a {
  text-decoration: none;
}
main.blog-index .container.gray #blog-container article .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 19/13;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.blog-index .container.gray #blog-container article .content {
  padding-block: 2rem;
  padding-inline: clamp(1rem, 5vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
main.blog-index .container.gray #blog-container article .content .category {
  font-size: 0.75rem;
  color: #1fad68;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
main.blog-index .container.gray #blog-container article .content h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: hsl(180, 8.57%, 13.73%);
}
main.blog-index .container.gray .infinite-loading {
  grid-column: 1/-1;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 1rem;
  color: #666;
}
main.blog-index .container.gray .infinite-loading::after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid #ccc;
  border-radius: 50%;
  border-top-color: #e77213;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin-left: 0.5rem;
}
main.blog-index .container.gray #load-more-trigger {
  grid-column: 1/-1;
  opacity: 0;
  pointer-events: none;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
main.event-single {
  margin-block: 3rem;
}
main.event-single h1 {
  text-align: center;
  font-size: clamp(1.75rem, 5vw, 3.625rem);
  margin-bottom: 60px;
  font-family: "IBM Plex Sans", sans-serif;
  max-width: 1200px;
  margin-inline: auto;
}
main.event-single section.open-content {
  padding-top: 60px;
  padding-bottom: 40px;
}
main.event-single section.open-content .wysiwyg {
  max-width: 800px;
  margin-inline: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
main.event-single section.open-content .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 40px;
}
main.event-single section.open-content .btn-wrap a.button {
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
section.two-col-spotlight {
  --text-color: #171b1c;
  --hover-color: $color__gray-light;
  --background-color: #fff;
}
section.two-col-spotlight[data-theme=green], section.two-col-spotlight[data-theme=dark] {
  --text-color: #fff;
}
section.two-col-spotlight[data-theme=orange], section.two-col-spotlight[data-theme=blue], section.two-col-spotlight[data-theme=white], section.two-col-spotlight[data-theme=light] {
  --text-color: #181f20;
}
section.two-col-spotlight[data-theme=blue] {
  --background-color: #28a8c8;
  --hover-color: hsl(192, 67%, 57%);
}
section.two-col-spotlight[data-theme=orange] {
  --background-color: #e77213;
  --hover-color: rgba(255, 255, 255, 0.2);
}
section.two-col-spotlight[data-theme=green] {
  --background-color: #1fad68;
  --hover-color: hsl(145, 63%, 31%);
}
section.two-col-spotlight[data-theme=white] {
  --background-color: #fff;
  --hover-color: #f0f0f0;
}
section.two-col-spotlight[data-theme=light] {
  --background-color: #f0f0f0;
  --hover-color: #fff;
}
section.two-col-spotlight[data-theme=dark] {
  --background-color: #181f20;
  --hover-color: #000;
}
section.two-col-spotlight {
  background-color: var(--background-color);
  margin: 1rem;
  border-radius: 6px;
  padding-block: 1rem;
  padding-inline: clamp(2rem, 5vw, 4rem);
}
section.two-col-spotlight[data-orientation=left] .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
section.two-col-spotlight[data-orientation=right] .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  section.two-col-spotlight {
    padding-inline: clamp(1rem, 10vw, 2rem);
    margin: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  section.two-col-spotlight {
    padding-inline: 0px;
  }
}
section.two-col-spotlight .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 10vw, 8rem);
}
@media screen and (max-width: 1000px) {
  section.two-col-spotlight .inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 30px;
  }
}
section.two-col-spotlight .inner .col.img {
  -ms-flex-preferred-size: 740px;
      flex-basis: 740px;
  padding-top: 2rem;
}
@media screen and (max-width: 1000px) {
  section.two-col-spotlight .inner .col.img {
    padding-inline: 1rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
section.two-col-spotlight .inner .col.img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 740/638;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
section.two-col-spotlight .inner .col.text {
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  section.two-col-spotlight .inner .col.text {
    padding-inline: 1rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
section.two-col-spotlight .inner .col.text h2 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: var(--text-color);
}
section.two-col-spotlight .inner .col.text p {
  margin-bottom: 1.5rem;
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-color);
}
section.two-col-spotlight .inner .col.text .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 4px solid var(--text-color);
  border-bottom: 4px solid var(--text-color);
}
section.two-col-spotlight .inner .col.text .links .link-item {
  display: grid;
  grid-template-columns: 60px 1fr 140px;
  gap: clamp(1rem, 2vw, 2.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 100%;
  padding-block: 1rem;
  border-bottom: 1px solid var(--text-color);
  color: var(--text-color);
  padding-inline: 0.5rem;
}
@media screen and (max-width: 600px) {
  section.two-col-spotlight .inner .col.text .links .link-item {
    padding-inline: 0px;
    gap: 0.5rem;
  }
}
section.two-col-spotlight .inner .col.text .links .link-item:hover {
  background-color: var(--hover-color);
}
section.two-col-spotlight .inner .col.text .links .link-item:last-child {
  border-bottom: none;
}
section.two-col-spotlight .inner .col.text .links .link-item .icon {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  section.two-col-spotlight .inner .col.text .links .link-item .icon {
    width: 40px;
    height: 40px;
  }
}
section.two-col-spotlight .inner .col.text .links .link-item .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.two-col-spotlight .inner .col.text .links .link-item .name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
section.two-col-spotlight .inner .col.text .links .link-item .cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875rem;
  gap: 0.5rem;
  text-transform: uppercase;
  color: var(--text-color);
}
@media screen and (max-width: 1000px) {
  section.two-col-spotlight .inner .col.text .links .link-item .cta {
    gap: 0.25rem;
  }
}
@media screen and (max-width: 600px) {
  section.two-col-spotlight .inner .col.text .links .link-item .cta {
    font-size: 0.75rem;
  }
}
section.two-col-spotlight .inner .col.text .links .link-item .cta svg {
  width: 11px;
  height: auto;
}
section.two-col-spotlight .inner .col.text .links .link-item .cta svg path {
  fill: var(--text-color);
}

section.cta-banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(3rem, 5vw, 6rem);
  padding: 2rem;
  text-align: center;
  padding-block: 2rem;
  padding-inline: clamp(1rem, 5vw, 3rem);
}
@media screen and (max-width: 1000px) {
  section.cta-banner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    gap: 0;
  }
}
section.cta-banner .inner .col.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.cta-banner .inner .col.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.cta-banner .inner p {
  font-size: clamp(0.75rem, 2vw, 1.125rem);
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-wrap: balance;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 500px;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  section.cta-banner .inner p {
    text-align: center;
    margin-bottom: 1rem;
  }
}

section.cta-banner.newsletter[data-theme=gray] {
  background-color: #f0f0f0;
}
section.cta-banner.newsletter[data-theme=gray] .inner {
  color: #171b1c;
}
section.cta-banner.newsletter[data-theme=gray] .inner a.btn {
  background-color: #1fad68;
  color: #fff;
}
section.cta-banner.newsletter[data-theme=gray] .inner a.btn:hover, section.cta-banner.newsletter[data-theme=gray] .inner a.btn:focus {
  background-color: rgb(23.25, 129.75, 78);
  border-color: #171b1c;
}

section.cta-banner.newsletter[data-theme=blue] {
  background-color: hsl(192, 67%, 47%);
}
section.cta-banner.newsletter[data-theme=blue] .inner {
  color: #fff;
}
section.cta-banner.newsletter[data-theme=blue] .inner a.btn {
  background-color: #171b1c;
  color: #fff;
}
section.cta-banner.newsletter[data-theme=blue] .inner a.btn:hover, section.cta-banner.newsletter[data-theme=blue] .inner a.btn:focus {
  background-color: hsl(180, 8.57%, 13.73%);
}

section.cta-banner.donate {
  background-color: hsl(180, 8.57%, 13.73%);
}
section.cta-banner.donate .inner {
  color: #fff;
}
section.cta-banner.donate .inner .col.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-block: 10px;
}
@media screen and (max-width: 1000px) {
  section.cta-banner.donate .inner .col.text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.cta-banner.donate .inner .col.text p {
  text-align: left;
  font-size: clamp(1rem, 3vw, 1.75rem);
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.2;
  max-width: 500px;
  margin: 0;
}
section.cta-banner.donate .inner .col.text img {
  width: 70px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
section.cta-banner.donate .inner .col.link a.btn {
  background-color: hsl(48, 100%, 59%);
  color: hsl(180, 8.57%, 13.73%);
}
section.cta-banner.donate .inner .col.link a.btn:hover, section.cta-banner.donate .inner .col.link a.btn:focus {
  background-color: hsl(48, 100%, 49%);
}

section.cta-banner.flexible[data-theme=yellow] {
  background-color: hsl(48, 100%, 59%);
}
section.cta-banner.flexible[data-theme=yellow] .inner {
  color: #171b1c;
}

section.cta-banner.flexible[data-theme=blue] {
  background-color: hsl(192, 67%, 47%);
}
section.cta-banner.flexible[data-theme=blue] .inner {
  color: #171b1c;
}

section.cta-banner.flexible[data-theme=black] {
  background-color: #171b1c;
}
section.cta-banner.flexible[data-theme=black] .inner {
  color: #fff;
}
section.cta-banner.flexible[data-theme=black] .inner .col.link a.btn {
  background-color: hsl(48, 100%, 59%);
  color: hsl(180, 8.57%, 13.73%);
}
section.cta-banner.flexible[data-theme=black] .inner .col.link a.btn:hover, section.cta-banner.flexible[data-theme=black] .inner .col.link a.btn:focus {
  background-color: hsl(48, 100%, 49%);
}

section.testimonials-block {
  background-color: #fff;
  color: #000;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-inline: 10px;
}
section.testimonials-block .testimonial-item {
  background-size: cover;
  background-position: center;
}
section.testimonials-block .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
section.testimonials-block .inner {
  padding-block: clamp(5rem, 10vw, 9rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
section.testimonials-block .inner p.quote {
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  max-width: 1000px;
  margin: 0 auto 1rem;
  text-align: center;
  color: #000;
}
section.testimonials-block .inner p.quote.has-background {
  color: #fff;
}
section.testimonials-block .inner .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background-color: #1fad68;
  color: #fff;
  border-radius: 90px;
  padding: 10px;
}
section.testimonials-block .inner .author[data-author-style=yellow] {
  background-color: hsl(48, 100%, 59%);
  color: hsl(180, 8.57%, 13.73%);
}
section.testimonials-block .inner .author.has-background {
  background-color: #fff !important;
}
section.testimonials-block .inner .author.has-background p.title {
  color: #e77213 !important;
}
section.testimonials-block .inner .author.has-background p.name {
  color: hsl(180, 8.57%, 13.73%) !important;
}
section.testimonials-block .inner .author .imgwrap {
  width: clamp(80px, 20vw, 120px);
  height: clamp(80px, 20vw, 120px);
  border-radius: 50%;
  overflow: hidden;
}
section.testimonials-block .inner .author .imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.testimonials-block .inner .author .textwrap {
  padding-right: 2rem;
}
section.testimonials-block .inner .author .textwrap p {
  margin: 0;
  padding: 0;
}
section.testimonials-block .inner .author .textwrap p.name {
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-weight: 700;
}
section.testimonials-block .inner .author .textwrap p.title {
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

section.impact-block {
  background-color: #fff;
  padding-block: clamp(4rem, 5vw, 6rem);
  padding-inline: clamp(1.5rem, 5vw, 3rem);
}
section.impact-block .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  section.impact-block .inner {
    grid-template-columns: 1fr;
  }
}
section.impact-block .inner .col.text p {
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  section.impact-block .inner .col.text p {
    max-width: none;
  }
}
section.impact-block .inner .col.text a.btn {
  margin-top: 2rem;
  border-radius: 30px;
  border: 1px solid hsl(180, 8.57%, 13.73%);
  background-color: #fff;
  gap: 1rem;
  padding-left: 1rem;
  color: hsl(180, 8.57%, 13.73%);
  font-weight: 600;
}
section.impact-block .inner .col.text a.btn span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: hsl(180, 8.57%, 13.73%);
  padding: 0.25rem;
  border-radius: 50%;
  aspect-ratio: 1;
}
section.impact-block .inner .col.text a.btn span.icon span.triangle {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  margin-left: 0.5rem;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
section.impact-block .inner .col.stats .stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 5vw, 3rem);
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  section.impact-block .inner .col.stats .stats-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
section.impact-block .inner .col.stats .stats-grid .stat {
  text-align: center;
}
section.impact-block .inner .col.stats .stats-grid .stat .number {
  font-size: clamp(3rem, 6vw, 5.75rem);
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
section.impact-block .inner .col.stats .stats-grid .stat .label {
  font-size: clamp(1rem, 4vw, 1.25rem);
  margin: 0;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.2;
}
section.impact-block .inner .col.stats .stats-grid .stat:nth-child(2) .number {
  color: #1fad68;
}
section.impact-block .inner .col.stats .stats-grid .stat:nth-child(3) .number {
  color: hsl(192, 67%, 47%);
}
section.impact-block .inner .col.stats .stats-grid .stat:nth-child(1) .number, section.impact-block .inner .col.stats .stats-grid .stat:nth-child(4) .number {
  color: #e77213;
}

section.video-block {
  position: relative;
  padding: 0;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 800px;
  background-color: hsl(180, 8.57%, 13.73%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  section.video-block {
    aspect-ratio: 4/3;
  }
}
section.video-block .inner {
  width: 100%;
}
section.video-block .background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.6;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
section.video-block .caption {
  position: relative;
  z-index: 1;
  padding: 1rem;
  max-width: 400px;
  justify-self: flex-end;
}
section.video-block .caption h2 {
  color: hsl(48, 100%, 59%);
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
}
section.video-block .caption p {
  color: #fff;
  font-size: 0.875rem;
}
section.video-block .controls {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
section.video-block .controls a {
  width: clamp(40px, 5vw, 90px);
  height: clamp(40px, 5vw, 90px);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}
section.video-block .controls a span.triangle {
  width: 50%;
  height: 50%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #e77213;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
}

div.video-block-bkgrdwrap {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(hsl(180, 8.57%, 13.73%)), color-stop(60%, hsl(180, 8.57%, 13.73%)), color-stop(60%, #fff), to(#fff));
  background: linear-gradient(to bottom, hsl(180, 8.57%, 13.73%) 0%, hsl(180, 8.57%, 13.73%) 60%, #fff 60%, #fff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
}
div.video-block-bkgrdwrap .open-content {
  background-color: transparent !important;
  color: #fff;
}
div.video-block-bkgrdwrap .open-content h2 {
  text-align: center;
}
div.video-block-bkgrdwrap section.video-block {
  max-width: 1400px;
  margin: auto;
}

section.blog-module {
  background-color: #fff;
  padding: 1rem;
}
section.blog-module .inner {
  background-color: #f0f0f0;
  border-radius: 6px;
  padding-inline: clamp(1rem, 5vw, 3rem);
  padding-block: clamp(3rem, 5vw, 6rem);
}
section.blog-module .inner .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  section.blog-module .inner .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 0;
  }
}
section.blog-module .inner .upper h2 {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
}
section.blog-module .inner .upper .btn {
  background-color: transparent;
  color: hsl(180, 8.57%, 13.73%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog-module .inner .upper .btn svg {
  width: 14px;
  height: auto;
  fill: hsl(180, 8.57%, 13.73%);
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog-module .inner .upper .btn:hover, section.blog-module .inner .upper .btn:focus {
  color: #e77213;
  background-color: #fff;
}
section.blog-module .inner .upper .btn:hover svg, section.blog-module .inner .upper .btn:focus svg {
  fill: #e77213;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
section.blog-module .inner .slides {
  padding-block: 2rem;
  margin-inline: -15px;
}
@media screen and (max-width: 1000px) {
  section.blog-module .inner .slides {
    padding-bottom: 0;
  }
}
section.blog-module .inner .slides .slidetrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  max-width: 100%;
}
section.blog-module .inner .slides .slidetrack .slide {
  margin-inline: 15px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: hsl(180, 8.57%, 13.73%);
  text-decoration: none;
}
section.blog-module .inner .slides .slidetrack .slide .image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 19/13;
  background-size: cover;
  background-position: center;
}
section.blog-module .inner .slides .slidetrack .slide .content {
  padding-block: 1rem;
  padding-inline: clamp(1rem, 5vw, 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  min-height: clamp(150px, 20vh, 200px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  section.blog-module .inner .slides .slidetrack .slide .content {
    padding-block: 1rem;
    padding-inline: 15px;
  }
}
section.blog-module .inner .slides .slidetrack .slide .content .category {
  font-size: 0.75rem;
  color: #1fad68;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
section.blog-module .inner .slides .slidetrack .slide .content h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  color: hsl(180, 8.57%, 13.73%);
}
@media screen and (max-width: 1000px) {
  section.blog-module .inner .slides .slidetrack .slide .content h3 {
    font-size: 1.25rem;
  }
}
section.blog-module .inner .lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  section.blog-module .inner .lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 0.5rem;
  }
}
section.blog-module .inner .lower .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
section.blog-module .inner .lower .controls button {
  background-color: transparent;
  color: hsl(180, 8.57%, 13.73%);
  padding: 0;
  min-height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.blog-module .inner .lower .controls button svg {
  width: 14px;
  height: auto;
  margin-left: 0.5rem;
  fill: #e77213;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.blog-module .inner .lower .controls button:nth-child(1) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.blog-module .inner .lower .controls button:hover, section.blog-module .inner .lower .controls button:focus {
  background-color: #fff;
  outline: 1px solid #e77213;
}
section.blog-module .inner .lower .controls button:hover svg, section.blog-module .inner .lower .controls button:focus svg {
  -webkit-transform: none;
          transform: none;
}
section.blog-module .inner .lower .caption {
  font-size: 0.875rem;
  color: hsl(180, 8.57%, 13.73%);
  max-width: 600px;
}

section.partner-carousel {
  background-color: #fff;
  padding: 1rem;
}
section.partner-carousel .inner {
  border-radius: 6px;
  padding-inline: clamp(1rem, 5vw, 3rem);
  padding-block: clamp(3rem, 5vw, 6rem);
}
section.partner-carousel .inner .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
section.partner-carousel .inner .upper h2 {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
}
section.partner-carousel .inner .slides {
  padding-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 5vw, 3rem);
}
section.partner-carousel .inner .slides .slidetrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1rem, 7vw, 5rem);
  width: 100%;
  max-width: 1200px;
  overflow-x: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
section.partner-carousel .inner .slides .slidetrack .slide {
  width: clamp(150px, 30vw, 250px);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: 40px;
  height: 120px;
}
section.partner-carousel .inner .slides .slidetrack .slide img {
  max-width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.partner-carousel .inner .slides button {
  background-color: transparent;
  color: hsl(180, 8.57%, 13.73%);
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.partner-carousel .inner .slides button svg {
  width: 14px;
  height: auto;
  margin-left: 0.5rem;
  fill: #e77213;
}
section.partner-carousel .inner .slides button.prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.partner-carousel .inner .slides button.next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

section.open-content {
  padding: clamp(2rem, 5vw, 5rem) 20px;
  background-color: #f0f0f0;
}
section.open-content .inner {
  max-width: 1000px;
  margin: 0 auto;
}
section.open-content .inner > :first-child {
  margin-top: 0;
}
section.open-content .inner > :last-child {
  margin-bottom: 0;
}

section.open-content[data-columns="2"] {
  padding-block: clamp(2rem, 5vw, 5rem);
  padding-inline: clamp(1rem, 5vw, 5rem);
  background-color: #f0f0f0;
}
section.open-content[data-columns="2"] .inner {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: clamp(2rem, 5vw, 5rem);
     -moz-column-gap: clamp(2rem, 5vw, 5rem);
          column-gap: clamp(2rem, 5vw, 5rem);
}
@media screen and (max-width: 1000px) {
  section.open-content[data-columns="2"] .inner {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
section.open-content[data-columns="2"] .inner > :first-child {
  margin-top: 0;
}
section.open-content[data-columns="2"] .inner > :last-child {
  margin-bottom: 0;
}

section.stacked_program_block {
  background-color: #f0f0f0;
  margin: 1rem;
  border-radius: 6px;
}
@media screen and (max-width: 1000px) {
  section.stacked_program_block {
    padding-inline: 0;
    margin: 0.5rem;
  }
}
section.stacked_program_block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1rem, 10vw, 8rem);
  background-color: #fff;
}
section.stacked_program_block .row:nth-child(even) {
  background-color: #f0f0f0;
}
@media screen and (max-width: 1000px) {
  section.stacked_program_block .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 30px;
  }
}
section.stacked_program_block .row .col.img {
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
  background-color: hsl(192, 67%, 47%);
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  section.stacked_program_block .row .col.img {
    padding-inline: 1rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
section.stacked_program_block .row .col.img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
section.stacked_program_block .row .col.text {
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
}
@media screen and (max-width: 1000px) {
  section.stacked_program_block .row .col.text {
    padding-inline: 1rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
section.stacked_program_block .row .col.text h2 {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}
section.stacked_program_block .row .col.text p {
  font-size: clamp(0.875rem, 2vw, 1.1rem);
}
section.stacked_program_block .row .col.text .cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-weight: 600;
  color: #171b1c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 60px;
}
section.stacked_program_block .row .col.text .cta-btn svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 0.5rem;
  width: 8px;
  height: auto;
}
section.stacked_program_block .row .col.text .cta-btn svg path {
  fill: #171b1c;
}
section.stacked_program_block .row .col.text .cta-btn:hover {
  color: #e77213;
}
section.stacked_program_block .row .col.text .cta-btn:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
section.stacked_program_block .row .col.text .cta-btn:hover svg path {
  fill: #e77213;
}
section.stacked_program_block .row .col.text .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 4px solid #171b1c;
  border-bottom: 4px solid #171b1c;
}
section.stacked_program_block .row .col.text .links .link-item {
  display: grid;
  grid-template-columns: 60px 1fr 140px;
  gap: clamp(1rem, 2vw, 2.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 100%;
  padding-block: 1rem;
  border-bottom: 1px solid #171b1c;
  padding-inline: 0.5rem;
}
section.stacked_program_block .row .col.text .links .link-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
section.stacked_program_block .row .col.text .links .link-item:last-child {
  border-bottom: none;
}
section.stacked_program_block .row .col.text .links .link-item .icon {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
section.stacked_program_block .row .col.text .links .link-item .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
section.stacked_program_block .row .col.text .links .link-item .name {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
section.stacked_program_block .row .col.text .links .link-item .cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875rem;
  gap: 0.5rem;
  text-transform: uppercase;
  color: #171b1c;
}
section.stacked_program_block .row .col.text .links .link-item .cta svg {
  width: 11px;
  height: auto;
}
section.stacked_program_block .row:nth-of-type(1) .col.img {
  background-color: hsl(192, 67%, 47%);
}
section.stacked_program_block .row:nth-of-type(2) .col.img {
  background-color: #e77213;
}
section.stacked_program_block .row:nth-of-type(3) .col.img {
  background-color: hsl(48, 100%, 59%);
}
section.stacked_program_block .row:nth-of-type(4) .col.img {
  background-color: #1fad68;
}
section.stacked_program_block .row:nth-of-type(5) .col.img {
  background-color: hsl(192, 67%, 47%);
}
section.stacked_program_block .row:nth-of-type(6) .col.img {
  background-color: #e77213;
}

section.vertical-tabs {
  padding-block: 4rem;
  background-color: hsl(180, 8.57%, 13.73%);
}
section.vertical-tabs .inner {
  max-width: 2000px;
  margin: 0 auto;
  padding-left: clamp(1rem, 5vw, 5rem);
}
section.vertical-tabs .inner .upper {
  padding-bottom: 3rem;
  max-width: 1400px;
  margin: auto;
}
section.vertical-tabs .inner .upper h2 {
  margin: 0;
  color: #fff;
}
section.vertical-tabs .inner .grid {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: clamp(2rem, 5vw, 5rem);
}
section.vertical-tabs .inner .grid .col .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 300px;
  margin-left: auto;
}
section.vertical-tabs .inner .grid .col .button-list .tab-button {
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  text-align: left;
  cursor: pointer;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.3;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-transform: none;
  width: 100%;
}
section.vertical-tabs .inner .grid .col .button-list .tab-button.active {
  color: #1fad68;
}
section.vertical-tabs .inner .grid .col .button-list .tab-button.active svg path {
  fill: #1fad68;
}
section.vertical-tabs .inner .grid .col .button-list .tab-button:focus {
  outline: none;
}
section.vertical-tabs .inner .grid .col .button-list .tab-button svg {
  margin-right: 0.75rem;
  width: 14px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
section.vertical-tabs .inner .grid .col .button-list .tab-button svg path {
  fill: #fff;
}
section.vertical-tabs .inner .grid .tab-contents {
  background-color: #fff;
  padding-top: clamp(2rem, 6vw, 3rem);
  padding-bottom: 2rem;
  padding-inline: clamp(1rem, 5vw, 5rem);
  border-radius: 10px 0 0 10px;
}
section.vertical-tabs .inner .grid .tab-contents .tab-content {
  display: none;
  max-width: 37.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1000px) {
  section.vertical-tabs .inner .grid .tab-contents .tab-content {
    padding: 1rem;
  }
}
section.vertical-tabs .inner .grid .tab-contents .tab-content > *:first-child {
  margin-top: 0;
}
section.vertical-tabs .inner .grid .tab-contents .tab-content.active {
  display: block;
  opacity: 1;
}
section.vertical-tabs .inner .grid .tab-contents .tab-content.fading-in {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}
section.vertical-tabs .inner .grid .tab-contents .tab-content.fading-out {
  opacity: 1;
  -webkit-animation: fadeOut 0.3s ease forwards;
          animation: fadeOut 0.3s ease forwards;
}

section.vertical-tabs.mobile {
  display: none;
  color: #fff;
}
section.vertical-tabs.mobile .inner {
  padding-inline: clamp(1rem, 5vw, 5rem);
}
section.vertical-tabs.mobile .tab-details {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1rem;
}
section.vertical-tabs.mobile .tab-details .tab-summary {
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
section.vertical-tabs.mobile .tab-details .tab-summary::-webkit-details-marker {
  display: none;
}
section.vertical-tabs.mobile .tab-details .tab-summary::marker {
  display: none;
}
section.vertical-tabs.mobile .tab-details .tab-summary svg {
  margin-right: 0.75rem;
  width: 12px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
section.vertical-tabs.mobile .tab-details .tab-summary svg path {
  fill: #fff;
}
section.vertical-tabs.mobile .tab-details .tab-summary:focus {
  color: #1fad68;
}
section.vertical-tabs.mobile .tab-details .tab-summary:focus svg path {
  fill: #1fad68;
}
section.vertical-tabs.mobile .tab-details[open] .tab-summary svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.vertical-tabs.mobile .tab-details .tab-content {
  margin-top: 1rem;
}

@media screen and (max-width: 1000px) {
  section.vertical-tabs.desktop {
    display: none;
  }
  section.vertical-tabs.mobile {
    display: block;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
section.gallery .inner {
  max-width: 1920px;
  margin: 0 auto;
}
section.gallery .inner .upper {
  padding-inline: clamp(0.5rem, 5vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  section.gallery .inner .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
    gap: 0;
  }
  section.gallery .inner .upper h2 {
    text-align: center !important;
    color: #1fad68;
  }
}
section.gallery .inner .upper h2 {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
}
section.gallery .inner .upper p {
  text-align: center;
  margin-top: 8px;
}
section.gallery .inner .images {
  width: 100%;
  aspect-ratio: 7/3;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(7, 1fr);
  grid-template-areas: "left_image_large left_image_large left_image_large top_center_small_1 top_center_small_2 right_top right_top" "left_image_large left_image_large left_image_large bottom_center bottom_center right_top right_top" "left_image_large left_image_large left_image_large bottom_center bottom_center right_top right_top" "left_image_large left_image_large left_image_large bottom_center bottom_center right_top right_top" "left_image_large left_image_large left_image_large bottom_center bottom_center right_bottom right_bottom";
}
@media screen and (max-width: 1200px) {
  section.gallery .inner .images {
    grid-template-columns: repeat(6, 1fr);
    aspect-ratio: 1/1;
    gap: 5px;
    grid-template-areas: "left_image_large left_image_large left_image_large left_image_large top_center_small_1 top_center_small_2" "left_image_large left_image_large left_image_large left_image_large bottom_center bottom_center" "left_image_large left_image_large left_image_large left_image_large bottom_center bottom_center" "right_top right_top right_top right_bottom right_bottom right_bottom" "right_top right_top right_top right_bottom right_bottom right_bottom";
  }
}
@media screen and (max-width: 600px) {
  section.gallery .inner .images {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "left_image_large left_image_large" "left_image_large left_image_large" "left_image_large left_image_large" "top_center_small_1 top_center_small_2" "bottom_center bottom_center" "right_top right_top" "right_bottom right_bottom";
  }
}
section.gallery .inner .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.gallery .inner .images .left_image_large {
  grid-area: left_image_large;
}
section.gallery .inner .images .top_center_small_1 {
  grid-area: top_center_small_1;
}
section.gallery .inner .images .top_center_small_2 {
  grid-area: top_center_small_2;
}
section.gallery .inner .images .bottom_center {
  grid-area: bottom_center;
}
section.gallery .inner .images .right_top {
  grid-area: right_top;
}
section.gallery .inner .images .right_bottom {
  grid-area: right_bottom;
}

section.event-list {
  background-color: #f0f0f0;
  padding-block: 2rem;
  padding-inline: clamp(0.5rem, 2vw, 3rem);
}
section.event-list h2 {
  font-size: 1.25rem;
  color: #e77213;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}
section.event-list .col-labels {
  border-bottom: 4px solid #000;
  padding-bottom: 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #666;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  max-width: 1300px;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  section.event-list .col-labels {
    display: none;
  }
}

section.partner-grid {
  padding: 1rem;
}
section.partner-grid .inner {
  padding-inline: clamp(1rem, 5vw, 3rem);
  padding-block: clamp(3rem, 5vw, 6rem);
  max-width: 1400px;
  margin-inline: auto;
}
section.partner-grid .inner .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
section.partner-grid .inner .upper h2 {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
}
section.partner-grid .inner .img-grid {
  padding-inline: clamp(1rem, 5vw, 3rem);
  padding-block: clamp(3rem, 5vw, 6rem);
  background-color: #fff;
  border-radius: 6px;
  padding-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(3rem, 5vw, 4.5rem);
}
@media screen and (max-width: 1000px) {
  section.partner-grid .inner .img-grid {
    grid-template-columns: 1fr 1fr;
  }
}
section.partner-grid .inner .img-grid a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 1/1;
  padding: 30px;
  border-radius: 10px;
}
section.partner-grid .inner .img-grid a:hover {
  border: 2px solid #e77213;
}
section.partner-grid .inner .img-grid a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-blocks {
  width: 100%;
  background-color: #f0f0f0;
}/*# sourceMappingURL=style.css.map */