@charset "UTF-8";
/*!
 * Theme Name: SAI
 * Theme URI: https://www.saiplatform.org
 * Author: Wolf&Player
 * Author URI: http://wolfandplayer.com
 * Description: Base theme for SAI website. Developers are strongly encouraged to modify the child theme instead of this core theme.
 * Version: 1.17.7
 * License: GNU General Public License v3
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: sai
 */

:root {
  --containerMax: 1220px;
}

@media (max-width: 1259px) {
  :root {
    --space: 5px;
    --spacemax: 5px;
    --gutter: 20px;
    --spacer: 20px;
    --hasGrid: flex;
    --headerColumn: flex;
  }
}

@media (min-width: 1260px) {
  :root {
    --space: 10px;
    --spacemax: 10px;
    --gutter: 65px;
    --spacer: 40px;
  }
}

@supports (width: clamp(1px, 2px, 3px)) {
  :root {
    --space: clamp(5px, .2vh + .6vw, 10px);
    --spacemax: clamp(5px, .2vh + .6vw, 10px);
    --gutter: clamp(20px, ((100vw - 1220px) / 2), 72.5px);
    --spacer: clamp(20px, 3.5vw, 40px);
  }
}

/*
    ##################################
    #                                #
    #              FONTS              #
    #                                #
    ################################## */

@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("assets/fonts/opensans-light-webfont.woff2") format("woff2"), url("assets/fonts/opensans-light-webfont.woff") format("woff"), url("assets/fonts/opensans-light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: italic;
  src: url("assets/fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("assets/fonts/opensans-lightitalic-webfont.woff") format("woff"), url("assets/fonts/opensans-lightitalic-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: normal;
  src: url("assets/fonts/opensans-regular-webfont.woff2") format("woff2"), url("assets/fonts/opensans-regular-webfont.woff") format("woff"), url("assets/fonts/opensans-regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url("assets/fonts/opensans-bold-webfont.woff2") format("woff2"), url("assets/fonts/opensans-bold-webfont.woff") format("woff"), url("assets/fonts/opensans-bold-webfont.ttf") format("truetype");
}

/*
    ##################################
    #                                #
    #              ICONS              #
    #                                #
    ################################## */

[class*=icon-] {
  background-repeat: no-repeat;
}

.icon-public {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23ECECED' d='M6.222 0v1.778h-3.2l8.711 8.71-1.244 1.245-8.711-8.71v3.2H0V0h6.222ZM1.778 14.222h12.444V1.778H8V0h6.222C15.2 0 16 .8 16 1.778v12.444C16 15.2 15.2 16 14.222 16H1.778C.8 16 0 15.2 0 14.222V8h1.778v6.222Z'/%3E%3C/svg%3E");
}

.icon-question {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23ECECED' d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm0 14.4A6.4 6.4 0 1 1 8 1.6a6.4 6.4 0 0 1 0 12.8Z'/%3E%3Cpath fill='%23ECECED' d='M7.2 11.2h1.6v1.6H7.2v-1.6ZM8 3.2A2.8 2.8 0 0 0 5.2 6h1.6A1.2 1.2 0 1 1 8 7.2a.8.8 0 0 0-.8.8v1.6h1.6v-.916A2.8 2.8 0 0 0 8 3.2Z'/%3E%3C/svg%3E");
}

.item-icon-logout {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23ECECED' d='M1 16h4v-2H2V2h3V0H1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1Z'/%3E%3Cpath fill='%23ECECED' d='M12 3.585 10.585 5l2 2H4v2h8.585l-2 2L12 12.415l3.707-3.707a1 1 0 0 0 0-1.415L12 3.585Z'/%3E%3C/svg%3E");
}

/*
    ##################################
    #                                #
    #              BASE              #
    #                                #
    ################################## */

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
    ##################################
    #                                #
    #             LAYOUT             #
    #                                #
    ################################## */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga","kern";
  font-size: 18px;
  scroll-padding-top: calc(12 * var(--space));
}

@media (min-width: 800px) {
  html {
    font-size: 20px;
  }
}

body {
  line-height: 1.5;
  min-width: 320px;
  font-family: "Open Sans", sans-serif;
  color: #444750;
  background-color: white;
  display: flex;
  flex-direction: column;
}

body [id=header], body [id=footer] {
  flex-shrink: 0;
}

html, body {
  height: 100%;
}

.fadein {
  opacity: 0;
  transition: opacity .3s ease-in-out;
  will-change: opacity;
}

.fadein.lazyloaded, .fadein.show {
  opacity: 1;
}

::-moz-selection {
  color: white;
  background: #fcb53b;
  text-shadow: none;
}

::selection {
  color: white;
  background: #fcb53b;
  text-shadow: none;
}

[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0a7.005 7.005 0 0 0-7 7c0 3.862 3.138 7 7 7s7-3.138 7-7-3.138-7-7-7zm3.915 9.893l-1.022 1.022L7 8.023l-2.893 2.892-1.022-1.022L5.977 7 3.085 4.107l1.022-1.022L7 5.977l2.893-2.892 1.022 1.022L8.023 7l2.892 2.893z' fill='%23C8C8C8' fill-rule='nonzero'/%3E%3C/svg%3E");
}

/*
    ##################################
    #                                #
    #             HELPERS             #
    #                                #
    ################################## */

.screen-reader-text, .screen-reader-response, div.select select, .question-choice input, .type-document .language-download span:not(.icon), .header-nav .site-title {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus, .screen-reader-response:focus, div.select select:focus, .question-choice input:focus, .type-document .language-download span:focus:not(.icon), .header-nav .site-title:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.screen-reader-text:first-child + *, .screen-reader-response:first-child + * {
  margin-top: 0 !important;
}

@keyframes rotate-forever {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*
    ##################################
    #                                #
    #              GRID              #
    #                                #
    ################################## */

.container {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .container {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

/*
    ##################################
    #                                #
    #            ELEMENTS            #
    #                                #
    ################################## */

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

h2 {
  font-size: 1.1em;
}

h2 em {
  font-weight: normal;
  font-style: italic;
}

h3 em {
  font-weight: normal;
  font-style: italic;
}

h4 em {
  font-weight: normal;
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
}

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

iframe {
  max-width: 100%;
}

strong, b {
  font-weight: bold;
}

.icon path {
  fill: currentColor;
}

figure {
  margin: 0;
}

ol, ul {
  box-sizing: content-box;
}

blockquote {
  margin: 0;
}

.blockquote {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.blockquote > *:first-child:not(div) {
  margin-top: 0;
}

.blockquote > *:last-child:not(div) {
  margin-bottom: 0;
}

.blockquote h1, .blockquote p {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .blockquote h1, .blockquote p {
    font-size: calc(1.25em + 0.5vw);
  }
}

.blockquote cite {
  font-weight: 700;
  line-height: 1.45;
  font-style: normal;
  display: block;
  margin-top: auto;
}

.blockquote cite span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.bullets, ul.is-style-columns, .wp-block-sai-accordion dd ul, .main-article.type-profile .main-entry .aside ul {
  padding: 0;
  list-style-type: none;
}

.bullets li, ul.is-style-columns li, .wp-block-sai-accordion dd ul li, .main-article.type-profile .main-entry .aside ul li {
  position: relative;
  padding-left: 1em;
  background: none;
}

.bullets li + li, ul.is-style-columns li + li, .wp-block-sai-accordion dd ul li + li, .main-article.type-profile .main-entry .aside ul li + li, .bullets li > ul, ul.is-style-columns li > ul, .wp-block-sai-accordion dd ul li > ul, .main-article.type-profile .main-entry .aside ul li > ul {
  margin-top: .65em;
}

.bullets li:before, ul.is-style-columns li:before, .wp-block-sai-accordion dd ul li:before, .main-article.type-profile .main-entry .aside ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 0.75em;
  left: 0;
}

.wp-block-sai-accordion dd ol {
  padding: 0;
  list-style-position: inside;
}

.wp-block-sai-accordion dd ol li {
  position: relative;
  padding-left: 0;
  background: none;
}

.wp-block-sai-accordion dd ol li + li, .wp-block-sai-accordion dd ol li > ul {
  margin-top: .65em;
}

.arrows, ul:not([class]), ul.wp-block-list.is-style-default, ul.wp-block-list:not([class*='is-style']), ul.has-grey-background-color, .main-entry > ul:not([class]), main > article[class] > ul:not([class]) {
  list-style-type: none;
}

.arrows li, ul:not([class]) li, ul.wp-block-list.is-style-default li, ul.wp-block-list:not([class*='is-style']) li, ul.has-grey-background-color li, .main-entry > ul:not([class]) li, main > article[class] > ul:not([class]) li {
  padding-left: 2em;
  background-position: left 9px;
}

.arrows li + li, ul:not([class]) li + li, ul.wp-block-list.is-style-default li + li, ul.wp-block-list:not([class*='is-style']) li + li, ul.has-grey-background-color li + li, .main-entry > ul:not([class]) li + li, main > article[class] > ul:not([class]) li + li, .arrows li > ul, ul:not([class]) li > ul, ul.wp-block-list.is-style-default li > ul, ul.wp-block-list:not([class*='is-style']) li > ul, ul.has-grey-background-color li > ul, .main-entry > ul:not([class]) li > ul, main > article[class] > ul:not([class]) li > ul {
  margin-top: .65em;
}

.arrows li li, ul:not([class]) li li, ul.wp-block-list.is-style-default li li, ul.wp-block-list:not([class*='is-style']) li li, ul.has-grey-background-color li li, .main-entry > ul:not([class]) li li, main > article[class] > ul:not([class]) li li {
  background-image: none !important;
  padding-left: 0;
}

.arrows li li:before, ul:not([class]) li li:before, ul.wp-block-list.is-style-default li li:before, ul.wp-block-list:not([class*='is-style']) li li:before, ul.has-grey-background-color li li:before, .main-entry > ul:not([class]) li li:before, main > article[class] > ul:not([class]) li li:before {
  content: '\2022';
  color: #2d953e;
  font-family: initial;
  margin-right: .75em;
  font-weight: bold;
}

.arrows, ul:not([class]), ul.wp-block-list.is-style-default, ul.wp-block-list:not([class*='is-style']) {
  padding: 0;
}

ul.has-grey-background-color {
  background-color: #ececed;
  padding: calc(4 * var(--spacemax));
  margin: 0;
}

.list {
  padding: 0;
  list-style-type: none;
}

.list li + li {
  margin-top: .65em;
}

.links-list.is-inline li, .wp-block-sai-overview .project-details dd {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.15em;
  font-size: clamp(1.05em, calc(1.05em + 0.2vw), 1.15em);
  font-weight: 700;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .links-list.is-inline li, .wp-block-sai-overview .project-details dd {
    font-size: calc(1.05em + 0.2vw);
  }
}

ul:not([class]) a:not([class]), ul[class*='is-style'] a:not([class]), ol:not([class]) a:not([class]), ol[class*='is-style'] a:not([class]), p:not([class]) > a:not([class]), .selected-filters .clear-filters, .mepr-form .mepr-checkbox-field a, .wpcf7-form .wpcf7-acceptance a, .wp-block-sai-accordion dd a, .wp-block-sai-header h1 a[href], .wp-block-sai-header .lead a[href], .wp-block-sai-header .disclaimer a {
  position: relative;
  color: #2d953e;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px, 100% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size .2s ease;
}

ul:not([class]) a:hover:not([class]), ul[class*='is-style'] a:hover:not([class]), ol:not([class]) a:hover:not([class]), ol[class*='is-style'] a:hover:not([class]), p:not([class]) > a:hover:not([class]), .selected-filters .clear-filters:hover, .mepr-form .mepr-checkbox-field a:hover, .wpcf7-form .wpcf7-acceptance a:hover, .wp-block-sai-accordion dd a:hover, .wp-block-sai-header h1 a:hover[href], .wp-block-sai-header .lead a:hover[href], .wp-block-sai-header .disclaimer a:hover {
  background-size: 100% 1px, 100% 1px;
}

.is-hint {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  display: inline-block;
}

.is-hint a {
  text-decoration: underline;
  color: inherit;
  background: none;
}

.is-hint a:hover {
  color: #2d953e;
}

.is-underlined-caps, .wp-block-sai-features.is-style-directory .content h2:only-child, .wp-block-sai-accordion h2, .wp-block-sai-accordion h3, .wp-block-sai-banner .content h2, .wp-block-sai-data header h2, .wp-block-sai-form.has-text > h2, .wp-block-sai-header.is-style-subpage h1, .wp-block-sai-introduction.is-style-directory.has-title header h2, .wp-block-sai-materials header h2, .wp-block-sai-modules header h2, .wp-block-sai-videos header h2, .box-banner .content h2, .advisor-details h4, .main-article.type-module .wp-block-sai-header .cat {
  font-size: 0.85rem;
  line-height: 1.2941176471;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  background: linear-gradient(#fcb53b, #fcb53b) no-repeat left bottom;
  background-size: 100% 3px;
  padding-bottom: 7px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 639px) {
  .is-underlined-caps, .wp-block-sai-features.is-style-directory .content h2:only-child, .wp-block-sai-accordion h2, .wp-block-sai-accordion h3, .wp-block-sai-banner .content h2, .wp-block-sai-data header h2, .wp-block-sai-form.has-text > h2, .wp-block-sai-header.is-style-subpage h1, .wp-block-sai-introduction.is-style-directory.has-title header h2, .wp-block-sai-materials header h2, .wp-block-sai-modules header h2, .wp-block-sai-videos header h2, .box-banner .content h2, .advisor-details h4, .main-article.type-module .wp-block-sai-header .cat {
    display: inline;
  }
}

.is-underlined-caps:only-child, .wp-block-sai-features.is-style-directory .content h2:only-child, .wp-block-sai-accordion h2:only-child, .wp-block-sai-accordion h3:only-child, .wp-block-sai-banner .content h2:only-child, .wp-block-sai-data header h2:only-child, .wp-block-sai-form.has-text > h2:only-child, .wp-block-sai-header.is-style-subpage h1:only-child, .wp-block-sai-introduction.is-style-directory.has-title header h2:only-child, .wp-block-sai-materials header h2:only-child, .wp-block-sai-modules header h2:only-child, .wp-block-sai-videos header h2:only-child, .box-banner .content h2:only-child, .advisor-details h4:only-child, .main-article.type-module .wp-block-sai-header .cat:only-child {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.is-underlined {
  text-decoration: underline;
}

.with-no-space-after {
  margin-bottom: 0 !important;
}

.with-no-space-after + * {
  margin-top: 0 !important;
}

.page .button, .single .button, .acf-block-preview .button, .archive .button, .error404 .button, .search .button, .mepr-actions span a, .mepr-actions .button, .mepr-actions [type=submit]:not(:last-of-type), .mp-form-submit span a, .mp-form-submit .button, .mp-form-submit [type=submit]:not(:last-of-type), .members-panel .panel-button, .mepr-actions [type=submit]:last-of-type, .mp-form-submit [type=submit]:last-of-type, .wpcf7-form .button, .wpcf7-form .submit, .wpcf7-form [type=submit], .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not([class*='is-style']) .wp-block-button__link, .button-fill, .wp-block-button.is-style-fill .wp-block-button__link, .links-list.has-buttons a, .menu.nav-drawer-action-menu .button, .wp-block-file .wp-block-file__button {
  position: relative;
  overflow: hidden;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-radius: 11px;
  border: 2px solid currentColor;
  padding: .5em 1em;
  text-align: center;
  transform: translateZ(0);
  backface-visibility: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  outline: none;
  user-select: none;
  max-width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  transition: color .4s, background .2s, border .2s;
}

@media (min-width: 800px) {
  .page .button, .single .button, .acf-block-preview .button, .archive .button, .error404 .button, .search .button, .mepr-actions span a, .mepr-actions .button, .mepr-actions [type=submit]:not(:last-of-type), .mp-form-submit span a, .mp-form-submit .button, .mp-form-submit [type=submit]:not(:last-of-type), .members-panel .panel-button, .mepr-actions [type=submit]:last-of-type, .mp-form-submit [type=submit]:last-of-type, .wpcf7-form .button, .wpcf7-form .submit, .wpcf7-form [type=submit], .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not([class*='is-style']) .wp-block-button__link, .button-fill, .wp-block-button.is-style-fill .wp-block-button__link, .links-list.has-buttons a, .menu.nav-drawer-action-menu .button, .wp-block-file .wp-block-file__button {
    padding: 0.5625em 1.375em;
  }
}

@media (min-width: 480px) {
  .page .button, .single .button, .acf-block-preview .button, .archive .button, .error404 .button, .search .button, .mepr-actions span a, .mepr-actions .button, .mepr-actions [type=submit]:not(:last-of-type), .mp-form-submit span a, .mp-form-submit .button, .mp-form-submit [type=submit]:not(:last-of-type), .members-panel .panel-button, .mepr-actions [type=submit]:last-of-type, .mp-form-submit [type=submit]:last-of-type, .wpcf7-form .button, .wpcf7-form .submit, .wpcf7-form [type=submit], .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not([class*='is-style']) .wp-block-button__link, .button-fill, .wp-block-button.is-style-fill .wp-block-button__link, .links-list.has-buttons a, .menu.nav-drawer-action-menu .button, .wp-block-file .wp-block-file__button {
    min-width: 140px;
  }
}

.page .button > span, .single .button > span, .acf-block-preview .button > span, .archive .button > span, .error404 .button > span, .search .button > span, .mepr-actions span a > span, .mepr-actions .button > span, .mepr-actions [type=submit]:not(:last-of-type) > span, .mp-form-submit span a > span, .mp-form-submit .button > span, .mp-form-submit [type=submit]:not(:last-of-type) > span, .members-panel .panel-button > span, .mepr-actions [type=submit]:last-of-type > span, .mp-form-submit [type=submit]:last-of-type > span, .wpcf7-form .button > span, .wpcf7-form .submit > span, .wpcf7-form [type=submit] > span, .wp-block-button.is-style-outline .wp-block-button__link > span, .wp-block-button:not([class*='is-style']) .wp-block-button__link > span, .button-fill > span, .wp-block-button.is-style-fill .wp-block-button__link > span, .links-list.has-buttons a > span, .menu.nav-drawer-action-menu .button > span, .wp-block-file .wp-block-file__button > span {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.page .button .icon, .single .button .icon, .acf-block-preview .button .icon, .archive .button .icon, .error404 .button .icon, .search .button .icon, .mepr-actions span a .icon, .mepr-actions .button .icon, .mepr-actions [type=submit]:not(:last-of-type) .icon, .mp-form-submit span a .icon, .mp-form-submit .button .icon, .mp-form-submit [type=submit]:not(:last-of-type) .icon, .members-panel .panel-button .icon, .mepr-actions [type=submit]:last-of-type .icon, .mp-form-submit [type=submit]:last-of-type .icon, .wpcf7-form .button .icon, .wpcf7-form .submit .icon, .wpcf7-form [type=submit] .icon, .wp-block-button.is-style-outline .wp-block-button__link .icon, .wp-block-button:not([class*='is-style']) .wp-block-button__link .icon, .button-fill .icon, .wp-block-button.is-style-fill .wp-block-button__link .icon, .links-list.has-buttons a .icon, .menu.nav-drawer-action-menu .button .icon, .wp-block-file .wp-block-file__button .icon {
  margin: 0 0 2px 6px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: currentColor;
  transition: color .4s;
}

.page .button svg, .single .button svg, .acf-block-preview .button svg, .archive .button svg, .error404 .button svg, .search .button svg, .mepr-actions span a svg, .mepr-actions .button svg, .mepr-actions [type=submit]:not(:last-of-type) svg, .mp-form-submit span a svg, .mp-form-submit .button svg, .mp-form-submit [type=submit]:not(:last-of-type) svg, .members-panel .panel-button svg, .mepr-actions [type=submit]:last-of-type svg, .mp-form-submit [type=submit]:last-of-type svg, .wpcf7-form .button svg, .wpcf7-form .submit svg, .wpcf7-form [type=submit] svg, .wp-block-button.is-style-outline .wp-block-button__link svg, .wp-block-button:not([class*='is-style']) .wp-block-button__link svg, .button-fill svg, .wp-block-button.is-style-fill .wp-block-button__link svg, .links-list.has-buttons a svg, .menu.nav-drawer-action-menu .button svg, .wp-block-file .wp-block-file__button svg {
  display: block;
}

.page .button:before, .single .button:before, .acf-block-preview .button:before, .archive .button:before, .error404 .button:before, .search .button:before, .mepr-actions span a:before, .mepr-actions .button:before, .mepr-actions :not(:last-of-type)[type=submit]:before, .mp-form-submit span a:before, .mp-form-submit .button:before, .mp-form-submit :not(:last-of-type)[type=submit]:before, .members-panel .panel-button:before, .mepr-actions :last-of-type[type=submit]:before, .mp-form-submit :last-of-type[type=submit]:before, .wpcf7-form .button:before, .wpcf7-form .submit:before, .wpcf7-form [type=submit]:before, .wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not([class*='is-style']) .wp-block-button__link:before, .button-fill:before, .wp-block-button.is-style-fill .wp-block-button__link:before, .links-list.has-buttons a:before, .menu.nav-drawer-action-menu .button:before, .wp-block-file .wp-block-file__button:before, .page .button:after, .single .button:after, .acf-block-preview .button:after, .archive .button:after, .error404 .button:after, .search .button:after, .mepr-actions span a:after, .mepr-actions .button:after, .mepr-actions :not(:last-of-type)[type=submit]:after, .mp-form-submit span a:after, .mp-form-submit .button:after, .mp-form-submit :not(:last-of-type)[type=submit]:after, .members-panel .panel-button:after, .mepr-actions :last-of-type[type=submit]:after, .mp-form-submit :last-of-type[type=submit]:after, .wpcf7-form .button:after, .wpcf7-form .submit:after, .wpcf7-form [type=submit]:after, .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button:not([class*='is-style']) .wp-block-button__link:after, .button-fill:after, .wp-block-button.is-style-fill .wp-block-button__link:after, .links-list.has-buttons a:after, .menu.nav-drawer-action-menu .button:after, .wp-block-file .wp-block-file__button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  border: none;
  border-radius: inherit;
  backface-visibility: hidden;
  transform: translate(-110%, 0);
  transition: transform .6s;
  margin: -2px;
  opacity: .25;
}

.page .button:after, .single .button:after, .acf-block-preview .button:after, .archive .button:after, .error404 .button:after, .search .button:after, .mepr-actions span a:after, .mepr-actions .button:after, .mepr-actions :not(:last-of-type)[type=submit]:after, .mp-form-submit span a:after, .mp-form-submit .button:after, .mp-form-submit :not(:last-of-type)[type=submit]:after, .members-panel .panel-button:after, .mepr-actions :last-of-type[type=submit]:after, .mp-form-submit :last-of-type[type=submit]:after, .wpcf7-form .button:after, .wpcf7-form .submit:after, .wpcf7-form [type=submit]:after, .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button:not([class*='is-style']) .wp-block-button__link:after, .button-fill:after, .wp-block-button.is-style-fill .wp-block-button__link:after, .links-list.has-buttons a:after, .menu.nav-drawer-action-menu .button:after, .wp-block-file .wp-block-file__button:after {
  opacity: 1;
  transition: transform .4s;
}

.page .button:hover:before, .single .button:hover:before, .acf-block-preview .button:hover:before, .archive .button:hover:before, .error404 .button:hover:before, .search .button:hover:before, .mepr-actions span a:hover:before, .mepr-actions .button:hover:before, .mepr-actions :not(:last-of-type)[type=submit]:hover:before, .mp-form-submit span a:hover:before, .mp-form-submit .button:hover:before, .mp-form-submit :not(:last-of-type)[type=submit]:hover:before, .members-panel .panel-button:hover:before, .mepr-actions :last-of-type[type=submit]:hover:before, .mp-form-submit :last-of-type[type=submit]:hover:before, .wpcf7-form .button:hover:before, .wpcf7-form .submit:hover:before, .wpcf7-form [type=submit]:hover:before, .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .wp-block-button:not([class*='is-style']) .wp-block-button__link:hover:before, .button-fill:hover:before, .wp-block-button.is-style-fill .wp-block-button__link:hover:before, .links-list.has-buttons a:hover:before, .menu.nav-drawer-action-menu .button:hover:before, .wp-block-file .wp-block-file__button:hover:before, .page .button:hover:after, .single .button:hover:after, .acf-block-preview .button:hover:after, .archive .button:hover:after, .error404 .button:hover:after, .search .button:hover:after, .mepr-actions span a:hover:after, .mepr-actions .button:hover:after, .mepr-actions :not(:last-of-type)[type=submit]:hover:after, .mp-form-submit span a:hover:after, .mp-form-submit .button:hover:after, .mp-form-submit :not(:last-of-type)[type=submit]:hover:after, .members-panel .panel-button:hover:after, .mepr-actions :last-of-type[type=submit]:hover:after, .mp-form-submit :last-of-type[type=submit]:hover:after, .wpcf7-form .button:hover:after, .wpcf7-form .submit:hover:after, .wpcf7-form [type=submit]:hover:after, .wp-block-button.is-style-outline .wp-block-button__link:hover:after, .wp-block-button:not([class*='is-style']) .wp-block-button__link:hover:after, .button-fill:hover:after, .wp-block-button.is-style-fill .wp-block-button__link:hover:after, .links-list.has-buttons a:hover:after, .menu.nav-drawer-action-menu .button:hover:after, .wp-block-file .wp-block-file__button:hover:after, .page .button:focus:before, .single .button:focus:before, .acf-block-preview .button:focus:before, .archive .button:focus:before, .error404 .button:focus:before, .search .button:focus:before, .mepr-actions span a:focus:before, .mepr-actions .button:focus:before, .mepr-actions :not(:last-of-type)[type=submit]:focus:before, .mp-form-submit span a:focus:before, .mp-form-submit .button:focus:before, .mp-form-submit :not(:last-of-type)[type=submit]:focus:before, .members-panel .panel-button:focus:before, .mepr-actions :last-of-type[type=submit]:focus:before, .mp-form-submit :last-of-type[type=submit]:focus:before, .wpcf7-form .button:focus:before, .wpcf7-form .submit:focus:before, .wpcf7-form [type=submit]:focus:before, .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .wp-block-button:not([class*='is-style']) .wp-block-button__link:focus:before, .button-fill:focus:before, .wp-block-button.is-style-fill .wp-block-button__link:focus:before, .links-list.has-buttons a:focus:before, .menu.nav-drawer-action-menu .button:focus:before, .wp-block-file .wp-block-file__button:focus:before, .page .button:focus:after, .single .button:focus:after, .acf-block-preview .button:focus:after, .archive .button:focus:after, .error404 .button:focus:after, .search .button:focus:after, .mepr-actions span a:focus:after, .mepr-actions .button:focus:after, .mepr-actions :not(:last-of-type)[type=submit]:focus:after, .mp-form-submit span a:focus:after, .mp-form-submit .button:focus:after, .mp-form-submit :not(:last-of-type)[type=submit]:focus:after, .members-panel .panel-button:focus:after, .mepr-actions :last-of-type[type=submit]:focus:after, .mp-form-submit :last-of-type[type=submit]:focus:after, .wpcf7-form .button:focus:after, .wpcf7-form .submit:focus:after, .wpcf7-form [type=submit]:focus:after, .wp-block-button.is-style-outline .wp-block-button__link:focus:after, .wp-block-button:not([class*='is-style']) .wp-block-button__link:focus:after, .button-fill:focus:after, .wp-block-button.is-style-fill .wp-block-button__link:focus:after, .links-list.has-buttons a:focus:after, .menu.nav-drawer-action-menu .button:focus:after, .wp-block-file .wp-block-file__button:focus:after {
  transform: translate(0, 0);
}

.page .button:hover:before, .single .button:hover:before, .acf-block-preview .button:hover:before, .archive .button:hover:before, .error404 .button:hover:before, .search .button:hover:before, .mepr-actions span a:hover:before, .mepr-actions .button:hover:before, .mepr-actions :not(:last-of-type)[type=submit]:hover:before, .mp-form-submit span a:hover:before, .mp-form-submit .button:hover:before, .mp-form-submit :not(:last-of-type)[type=submit]:hover:before, .members-panel .panel-button:hover:before, .mepr-actions :last-of-type[type=submit]:hover:before, .mp-form-submit :last-of-type[type=submit]:hover:before, .wpcf7-form .button:hover:before, .wpcf7-form .submit:hover:before, .wpcf7-form [type=submit]:hover:before, .wp-block-button.is-style-outline .wp-block-button__link:hover:before, .wp-block-button:not([class*='is-style']) .wp-block-button__link:hover:before, .button-fill:hover:before, .wp-block-button.is-style-fill .wp-block-button__link:hover:before, .links-list.has-buttons a:hover:before, .menu.nav-drawer-action-menu .button:hover:before, .wp-block-file .wp-block-file__button:hover:before, .page .button:focus:before, .single .button:focus:before, .acf-block-preview .button:focus:before, .archive .button:focus:before, .error404 .button:focus:before, .search .button:focus:before, .mepr-actions span a:focus:before, .mepr-actions .button:focus:before, .mepr-actions :not(:last-of-type)[type=submit]:focus:before, .mp-form-submit span a:focus:before, .mp-form-submit .button:focus:before, .mp-form-submit :not(:last-of-type)[type=submit]:focus:before, .members-panel .panel-button:focus:before, .mepr-actions :last-of-type[type=submit]:focus:before, .mp-form-submit :last-of-type[type=submit]:focus:before, .wpcf7-form .button:focus:before, .wpcf7-form .submit:focus:before, .wpcf7-form [type=submit]:focus:before, .wp-block-button.is-style-outline .wp-block-button__link:focus:before, .wp-block-button:not([class*='is-style']) .wp-block-button__link:focus:before, .button-fill:focus:before, .wp-block-button.is-style-fill .wp-block-button__link:focus:before, .links-list.has-buttons a:focus:before, .menu.nav-drawer-action-menu .button:focus:before, .wp-block-file .wp-block-file__button:focus:before {
  transition: transform .4s;
}

.page .button:hover:after, .single .button:hover:after, .acf-block-preview .button:hover:after, .archive .button:hover:after, .error404 .button:hover:after, .search .button:hover:after, .mepr-actions span a:hover:after, .mepr-actions .button:hover:after, .mepr-actions :not(:last-of-type)[type=submit]:hover:after, .mp-form-submit span a:hover:after, .mp-form-submit .button:hover:after, .mp-form-submit :not(:last-of-type)[type=submit]:hover:after, .members-panel .panel-button:hover:after, .mepr-actions :last-of-type[type=submit]:hover:after, .mp-form-submit :last-of-type[type=submit]:hover:after, .wpcf7-form .button:hover:after, .wpcf7-form .submit:hover:after, .wpcf7-form [type=submit]:hover:after, .wp-block-button.is-style-outline .wp-block-button__link:hover:after, .wp-block-button:not([class*='is-style']) .wp-block-button__link:hover:after, .button-fill:hover:after, .wp-block-button.is-style-fill .wp-block-button__link:hover:after, .links-list.has-buttons a:hover:after, .menu.nav-drawer-action-menu .button:hover:after, .wp-block-file .wp-block-file__button:hover:after, .page .button:focus:after, .single .button:focus:after, .acf-block-preview .button:focus:after, .archive .button:focus:after, .error404 .button:focus:after, .search .button:focus:after, .mepr-actions span a:focus:after, .mepr-actions .button:focus:after, .mepr-actions :not(:last-of-type)[type=submit]:focus:after, .mp-form-submit span a:focus:after, .mp-form-submit .button:focus:after, .mp-form-submit :not(:last-of-type)[type=submit]:focus:after, .members-panel .panel-button:focus:after, .mepr-actions :last-of-type[type=submit]:focus:after, .mp-form-submit :last-of-type[type=submit]:focus:after, .wpcf7-form .button:focus:after, .wpcf7-form .submit:focus:after, .wpcf7-form [type=submit]:focus:after, .wp-block-button.is-style-outline .wp-block-button__link:focus:after, .wp-block-button:not([class*='is-style']) .wp-block-button__link:focus:after, .button-fill:focus:after, .wp-block-button.is-style-fill .wp-block-button__link:focus:after, .links-list.has-buttons a:focus:after, .menu.nav-drawer-action-menu .button:focus:after, .wp-block-file .wp-block-file__button:focus:after {
  transition: transform .6s;
}

.mepr-actions span a, .mepr-actions .button, .mepr-actions [type=submit]:not(:last-of-type), .mp-form-submit span a, .mp-form-submit .button, .mp-form-submit [type=submit]:not(:last-of-type) {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
  background-color: rgba(0, 0, 0, 0);
}

.mepr-actions span a:before, .mepr-actions .button:before, .mepr-actions :not(:last-of-type)[type=submit]:before, .mp-form-submit span a:before, .mp-form-submit .button:before, .mp-form-submit :not(:last-of-type)[type=submit]:before, .mepr-actions span a:after, .mepr-actions .button:after, .mepr-actions :not(:last-of-type)[type=submit]:after, .mp-form-submit span a:after, .mp-form-submit .button:after, .mp-form-submit :not(:last-of-type)[type=submit]:after {
  background-color: var(--vibrant-color, #2d953e);
}

.mepr-actions span a .icon, .mepr-actions .button .icon, .mepr-actions [type=submit]:not(:last-of-type) .icon, .mp-form-submit span a .icon, .mp-form-submit .button .icon, .mp-form-submit [type=submit]:not(:last-of-type) .icon {
  color: var(--vibrant-color, #2d953e);
}

.mepr-actions span a:hover, .mepr-actions .button:hover, .mepr-actions :hover[type=submit]:not(:last-of-type), .mp-form-submit span a:hover, .mp-form-submit .button:hover, .mp-form-submit :hover[type=submit]:not(:last-of-type), .mepr-actions span a:focus, .mepr-actions .button:focus, .mepr-actions :focus[type=submit]:not(:last-of-type), .mp-form-submit span a:focus, .mp-form-submit .button:focus, .mp-form-submit :focus[type=submit]:not(:last-of-type) {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.mepr-actions span a:hover .icon, .mepr-actions .button:hover .icon, .mepr-actions :hover[type=submit]:not(:last-of-type) .icon, .mp-form-submit span a:hover .icon, .mp-form-submit .button:hover .icon, .mp-form-submit :hover[type=submit]:not(:last-of-type) .icon, .mepr-actions span a:focus .icon, .mepr-actions .button:focus .icon, .mepr-actions :focus[type=submit]:not(:last-of-type) .icon, .mp-form-submit span a:focus .icon, .mp-form-submit .button:focus .icon, .mp-form-submit :focus[type=submit]:not(:last-of-type) .icon {
  color: var(--vibrant-color-text, white);
}

.mepr-actions span a:hover, .mepr-actions .button:hover, .mepr-actions :hover[type=submit]:not(:last-of-type), .mp-form-submit span a:hover, .mp-form-submit .button:hover, .mp-form-submit :hover[type=submit]:not(:last-of-type), .mepr-actions span a:active, .mepr-actions .button:active, .mepr-actions :active[type=submit]:not(:last-of-type), .mp-form-submit span a:active, .mp-form-submit .button:active, .mp-form-submit :active[type=submit]:not(:last-of-type), .mepr-actions span a:focus, .mepr-actions .button:focus, .mepr-actions :focus[type=submit]:not(:last-of-type), .mp-form-submit span a:focus, .mp-form-submit .button:focus, .mp-form-submit :focus[type=submit]:not(:last-of-type) {
  background-color: var(--vibrant-color, #2d953e);
}

.mepr-actions span a[disabled], .mepr-actions .button[disabled], .mepr-actions [disabled][type=submit]:not(:last-of-type), .mp-form-submit span a[disabled], .mp-form-submit .button[disabled], .mp-form-submit [disabled][type=submit]:not(:last-of-type) {
  border-color: #64666E;
  color: #64666E;
  pointer-events: none;
}

.mepr-actions span a:before, .mepr-actions .button:before, .mepr-actions :not(:last-of-type)[type=submit]:before, .mp-form-submit span a:before, .mp-form-submit .button:before, .mp-form-submit :not(:last-of-type)[type=submit]:before, .mepr-actions span a:after, .mepr-actions .button:after, .mepr-actions :not(:last-of-type)[type=submit]:after, .mp-form-submit span a:after, .mp-form-submit .button:after, .mp-form-submit :not(:last-of-type)[type=submit]:after {
  display: none;
}

.members-panel .panel-button, .mepr-actions [type=submit]:last-of-type, .mp-form-submit [type=submit]:last-of-type, .wpcf7-form .button, .wpcf7-form .submit, .wpcf7-form [type=submit] {
  background-color: var(--vibrant-color, #2d953e);
  min-width: auto;
  border-color: var(--vibrant-color, #2d953e);
  color: var(--vibrant-color-text, white);
}

.members-panel .panel-button:before, .mepr-actions :last-of-type[type=submit]:before, .mp-form-submit :last-of-type[type=submit]:before, .wpcf7-form .button:before, .wpcf7-form .submit:before, .wpcf7-form [type=submit]:before, .members-panel .panel-button:after, .mepr-actions :last-of-type[type=submit]:after, .mp-form-submit :last-of-type[type=submit]:after, .wpcf7-form .button:after, .wpcf7-form .submit:after, .wpcf7-form [type=submit]:after {
  background-color: #fcb53b;
}

.members-panel .panel-button:hover, .mepr-actions :hover[type=submit]:last-of-type, .mp-form-submit :hover[type=submit]:last-of-type, .wpcf7-form .button:hover, .wpcf7-form .submit:hover, .wpcf7-form :hover[type=submit], .members-panel .panel-button:focus, .mepr-actions :focus[type=submit]:last-of-type, .mp-form-submit :focus[type=submit]:last-of-type, .wpcf7-form .button:focus, .wpcf7-form .submit:focus, .wpcf7-form :focus[type=submit] {
  color: white;
  background-color: #fcb53b;
  border-color: #fcb53b;
}

.wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button:not([class*='is-style']) .wp-block-button__link {
  color: #2d953e;
  border-color: #2d953e;
}

.wp-block-button.is-style-outline .wp-block-button__link .icon, .wp-block-button:not([class*='is-style']) .wp-block-button__link .icon {
  color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not([class*='is-style']) .wp-block-button__link:before, .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button:not([class*='is-style']) .wp-block-button__link:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button:not([class*='is-style']) .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button:not([class*='is-style']) .wp-block-button__link:focus {
  color: white;
  border-color: #2d953e;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover .icon, .wp-block-button:not([class*='is-style']) .wp-block-button__link:hover .icon, .wp-block-button.is-style-outline .wp-block-button__link:focus .icon, .wp-block-button:not([class*='is-style']) .wp-block-button__link:focus .icon {
  color: white;
}

.wp-block-button.is-style-outline .wp-block-button__link:before, .wp-block-button:not([class*='is-style']) .wp-block-button__link:before, .wp-block-button.is-style-outline .wp-block-button__link:after, .wp-block-button:not([class*='is-style']) .wp-block-button__link:after {
  z-index: -1;
}

.button-fill, .wp-block-button.is-style-fill .wp-block-button__link {
  background-color: #2d953e;
  min-width: auto;
  border: none;
  color: white;
}

.button-fill:before, .wp-block-button.is-style-fill .wp-block-button__link:before, .button-fill:after, .wp-block-button.is-style-fill .wp-block-button__link:after {
  background-color: #fcb53b;
}

.button-fill:hover, .wp-block-button.is-style-fill .wp-block-button__link:hover, .button-fill:focus, .wp-block-button.is-style-fill .wp-block-button__link:focus {
  color: white;
}

.button-fill:before, .wp-block-button.is-style-fill .wp-block-button__link:before, .button-fill:after, .wp-block-button.is-style-fill .wp-block-button__link:after {
  z-index: -1;
}

p .button:not(:last-child) {
  margin-right: 20px;
}

.cat, .selected-filters .filters-label, h2.filter-label, .article-results .results-number, .main-entry > aside h3, .main-entry > aside.event-details h4, .has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .box-cta.has-title .row:first-child h2:first-child, .box-cta-people.has-title .row:first-child h2:first-child, .box-cta-connect.has-title .row:first-child h2:first-child, .wp-block-sai-showcase.is-chapters:not(.has-columns) .has-title h2:first-child, .wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .wp-block-sai-illustration h2, .box-map h4, .wp-block-sai-overview .project-details dt, .wp-block-sai-showcase .row.has-title h2:first-child, .wp-block-sai-cards.has-title header h2, .wp-block-sai-counters:not([class*='is-style']) h2, .wp-block-sai-introduction.is-style-columns header h2:not(.lead), .wp-block-sai-world h2, .page-not-found h1, .gsc-orderby-label, .is-thin-caps {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: normal;
  line-height: 1.125;
}

.cat, .selected-filters .filters-label, h2.filter-label, .article-results .results-number, .main-entry > aside h3, .main-entry > aside.event-details h4, .has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .box-cta.has-title .row:first-child h2:first-child, .box-cta-people.has-title .row:first-child h2:first-child, .box-cta-connect.has-title .row:first-child h2:first-child, .wp-block-sai-showcase.is-chapters:not(.has-columns) .has-title h2:first-child, .wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .wp-block-sai-illustration h2, .box-map h4, .wp-block-sai-overview .project-details dt, .wp-block-sai-showcase .row.has-title h2:first-child, .wp-block-sai-cards.has-title header h2, .wp-block-sai-counters:not([class*='is-style']) h2, .wp-block-sai-introduction.is-style-columns header h2:not(.lead), .wp-block-sai-world h2, .page-not-found h1, .gsc-orderby-label {
  display: block;
}

.info-tooltip {
  position: relative;
  font-size: 17px;
  font-weight: normal;
  --offset: 0px;
}

.info-tooltip:not(.is-tooltip) {
  border-radius: 5px;
  background-color: #eaf4eb;
  background-image: none !important;
}

.info-tooltip:not(.is-tooltip):before {
  content: '\24D8\0020';
}

.info-tooltip.is-tooltip {
  background-size: 16px;
  padding-top: 16px;
  width: 16px;
  display: inline-block;
  background-position: left top;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.info-tooltip .info-content {
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  width: 15em;
  background-color: #eaf4eb;
  padding: .75em 1em;
  border-radius: 1em;
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  z-index: 100;
  left: calc(var(--offset) * -1);
}

.info-tooltip .info-content:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #eaf4eb;
  border-width: 0 0.5em 0.5rem 0.5em;
  position: absolute;
  bottom: 100%;
  left: calc(var(--gutter) + var(--offset));
}

.info-tooltip .info-content:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 1.5rem;
}

.info-tooltip:hover .info-content {
  visibility: visible;
}

.info {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
  overflow: hidden;
}

.info > * {
  margin-top: .25em;
  margin-bottom: .25em;
}

.info > * + * {
  position: relative;
}

.info > * + *:after {
  position: absolute;
  right: 100%;
  content: '|';
  margin-right: .75em;
}

.info .duration, .info .location {
  background-size: 0;
  width: 100%;
}

@media (min-width: 480px) {
  .info .duration, .info .location {
    width: auto;
  }
}

@media (min-width: 480px) {
  .info .duration {
    margin-right: 2em;
  }
}

.info .location:before {
  content: '';
  width: 15px;
  height: 22px;
  display: inline-block;
  vertical-align: -15%;
  background: inherit;
  background-size: contain;
  margin-right: .5em;
}

.wp-block-sai-header.is-style-subpage .link {
  color: #2d953e;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  line-height: 0.875;
  font-weight: 700;
  text-transform: uppercase;
}

.wp-block-sai-header.is-style-subpage .link .icon {
  margin: 0 0 2px .5em;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  transition: transform .3s ease;
}

.wp-block-sai-header.is-style-subpage .link svg {
  display: block;
}

.wp-block-sai-header.is-style-subpage .link:hover {
  color: #2d953e !important;
}

.wp-block-sai-header.is-style-subpage .link:hover .icon {
  transform: translate(0.25rem, 0);
}

.wp-block-sai-showcase .link, .wp-block-sai-banner .link, .box-banner .link {
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  position: relative;
  outline: none;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
}

.wp-block-sai-showcase .link .icon, .wp-block-sai-banner .link .icon, .box-banner .link .icon {
  color: var(--vibrant-color);
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-left: .25rem;
  transition: all .3s ease;
  display: inline-block;
}

.wp-block-sai-showcase .link:hover .icon, .wp-block-sai-banner .link:hover .icon, .box-banner .link:hover .icon, .wp-block-sai-showcase .link:focus .icon, .wp-block-sai-banner .link:focus .icon, .box-banner .link:focus .icon {
  transform: translateX(0.25rem);
}

.members-panel aside .link, .members-panel nav .link {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.members-panel aside .link:after, .members-panel nav .link:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-right: -18px;
  width: 13px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23FCB53B' d='M.708 6.533h8.7L6.674 9.324a.722.722 0 0 0-.206.514c0 .192.074.377.206.514l.426.434a.705.705 0 0 0 1.004 0l4.692-4.777A.708.708 0 0 0 13 5.496a.74.74 0 0 0-.206-.514L8.105.209A.7.7 0 0 0 7.101.21l-.428.433a.715.715 0 0 0-.206.51.718.718 0 0 0 .206.504l2.774 2.808H.72a.732.732 0 0 0-.508.224.76.76 0 0 0-.213.52v.618a.743.743 0 0 0 .222.51c.137.135.32.208.51.206'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h13v11H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  transition: all .3s ease;
}

.members-panel aside .link:hover:after, .members-panel nav .link:hover:after, .members-panel aside .link:focus:after, .members-panel nav .link:focus:after {
  transform: translateX(0.25rem);
}

.members-panel .menu-list .sub-menu .menu-item > a {
  background-image: linear-gradient(#fcb53b, #fcb53b);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: left bottom;
  padding-bottom: 2px;
  transition: background-size .2s ease;
  will-change: background-size;
  transform: translateZ(0);
}

.members-panel .menu-list .sub-menu .menu-item > a:hover, .members-panel .menu-list .sub-menu .menu-item > a:focus {
  background-size: 100% 2px;
}

.menu.nav-drawer-featured-menu a span:not(.label) {
  background-image: linear-gradient(#fcb53b, #fcb53b);
  background-repeat: no-repeat;
  background-size: 0% 3px;
  background-position: left bottom;
  padding-bottom: 3px;
  transition: background-size .3s ease;
  will-change: background-size;
  transform: translateZ(0);
}

.members-panel .accordion-label, .accordion-wrapper .accordion-label, .main-article.type-module .wp-block-sai-header .modules-label {
  text-transform: uppercase;
  display: block;
  line-height: 1.3125;
  color: #444750;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.members-panel .accordion-label + [class], .accordion-wrapper .accordion-label + [class], .main-article.type-module .wp-block-sai-header .modules-label + [class] {
  margin-top: 1em;
  border-top: 1px solid #c4e1c8;
  padding-top: 1em;
}

.accordion-wrapper .menu-list, .accordion-wrapper .menu-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1020px) {
  .accordion-wrapper .menu-list {
    font-size: 1.0625em;
  }
}

.accordion-wrapper .menu-list > li {
  position: relative;
}

.accordion-wrapper .menu-list a {
  display: block;
  padding-left: 1.8em;
  background-position: left .4em;
  transition: color .2s ease;
}

.accordion-wrapper .menu-list a:hover {
  color: #2d953e;
}

@media (min-width: 760px) {
  .accordion-wrapper .menu-list .is-active > a, .accordion-wrapper .menu-list > li:only-child > a {
    color: #2d953e;
  }
}

.accordion-wrapper .menu-list a ~ ul, .accordion-wrapper .menu-list li + li {
  margin-top: .5em;
}

.accordion-wrapper .menu-list > li + li {
  margin-top: .5em;
}

.accordion-wrapper .menu-list button, .accordion-wrapper .menu-list .is-active > a:before, .accordion-wrapper .menu-list > li:only-child > a:before {
  position: absolute;
  top: -4px;
  left: -8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent center;
  width: 32px;
  height: 32px;
  transform-origin: center;
  transform: rotate(-90deg);
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  transition: transform .15s ease;
  outline: none;
  cursor: pointer;
  padding: 0;
}

.accordion-wrapper .menu-list button.open, .accordion-wrapper .menu-list .is-active > a:before.open, .accordion-wrapper .menu-list > li:only-child > a:before.open {
  transform: rotate(0);
}

.accordion-wrapper .menu-list .is-active > a:before, .accordion-wrapper .menu-list > li:only-child > a:before {
  content: '';
  transform: rotate(0deg);
}

.accordion-wrapper .menu-list .is-active > a:not(:nth-last-child(2)):before {
  content: none;
}

.accordion-wrapper .has-sub-list.menu-list button.open {
  transform: rotate(0deg);
}

.members-panel aside .slide-trigger, .members-panel nav .slide-trigger {
  display: inline-block;
  margin: 0 -.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  transform-origin: center;
  background-position: center;
  background-size: 12px auto;
  background-color: transparent;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  transition: transform .2s ease;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 2;
}

.members-panel aside .open.slide-trigger, .members-panel nav .open.slide-trigger {
  transform: rotate(180deg);
}

.members-panel .menu-list > .menu-item {
  position: relative;
}

.members-panel .menu-list > .menu-item > a {
  outline: none;
}

.members-panel .menu-list > .menu-item > a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1.5rem;
}

.members-panel .menu-list > .menu-item > a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 2px;
  background-color: #fcb53b;
  transition: transform .3s ease;
  transform: scaleX(0);
  transform-origin: 0px 0px;
}

.members-panel .menu-list > .menu-item > a:hover:after, .members-panel .menu-list > .menu-item > a:focus:after {
  transform: scaleX(1);
}

/*
    ##################################
    #                                #
    #             MODULES             #
    #                                #
    ################################## */

.selected-filters {
  background-color: #eaf4eb;
  font-size: 0.9em;
}

.selected-filters .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

@media (min-width: 1220px) {
  .selected-filters .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.selected-filters .row > * {
  margin: .625rem 0;
}

.selected-filters .row > *:last-child {
  margin-left: auto;
}

.selected-filters .filters-label {
  padding-top: 0.1764705882em;
  margin-right: 1.5em;
  line-height: 1.6;
}

.selected-filters .filters-list {
  padding: 0 6em 0 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
}

.selected-filters .filters-list li:not(:last-child) {
  margin-right: 1.5em;
}

.selected-filters .clear-filters {
  position: absolute;
  top: 0;
  right: 20px;
  color: #2d953e;
  font-weight: 300;
  padding-right: 1.25rem;
}

@media (min-width: 480px) {
  .selected-filters .clear-filters {
    right: var(--gutter);
  }
}

.selected-filters .clear-filters:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.35em;
  background-size: 12px;
  width: 12px;
  height: 12px;
}

.profiles {
  display: flex;
  flex-flow: row wrap;
}

.profiles .profile-link {
  width: 65px;
  height: 65px;
}

.profiles .profile-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.profiles .profile-link + .profile-link {
  margin-left: 6px;
}

html.sr .load-hidden {
  visibility: hidden;
}

html.sr .nav .menu-item, html.sr .nav .button, html.sr .nav .nav-button {
  visibility: hidden;
}

html.sr .wp-block-sai-header:first-child h1, html.sr .wp-block-sai-header:first-child h2, html.sr .wp-block-sai-header:first-child h3, html.sr .wp-block-sai-header:first-child p, html.sr .wp-block-sai-header:first-child .cat, html.sr .wp-block-sai-header:first-child .button, html.sr .wp-block-sai-header:first-child ul:not([class]) li, html.sr .wp-block-sai-header:first-child .list li, html.sr .wp-block-sai-header:first-child .content > .image, html.sr .wp-block-sai-header:first-child .back-link {
  visibility: hidden;
}

html.sr .wp-block-sai-header:first-child:not(.has-background) .bg {
  visibility: hidden;
}

html.sr .wp-block-sai-showcase:not(.is-slider) h1, html.sr .wp-block-sai-showcase:not(.is-slider) h2, html.sr .wp-block-sai-showcase:not(.is-slider) h3, html.sr .wp-block-sai-showcase:not(.is-slider) h4, html.sr .wp-block-sai-showcase:not(.is-slider) p, html.sr .wp-block-sai-showcase:not(.is-slider) .cat, html.sr .wp-block-sai-showcase:not(.is-slider) .button, html.sr .wp-block-sai-showcase:not(.is-slider) .image, html.sr .wp-block-sai-showcase:not(.is-slider) ul li {
  visibility: hidden;
}

html.sr .wp-block-sai-showcase:not(.is-slider):not(.has-background) .bg {
  visibility: hidden;
}

html.sr .wp-block-sai-features .row:first-child h1, html.sr .wp-block-sai-features .row:first-child h2, html.sr .wp-block-sai-features .row:first-child h3, html.sr .wp-block-sai-features .row:first-child h4, html.sr .wp-block-sai-features .row:first-child p, html.sr .wp-block-sai-features .row:first-child .cat, html.sr .wp-block-sai-features .row:first-child .button, html.sr .wp-block-sai-features .row:first-child .image, html.sr .wp-block-sai-features .row:first-child ul li {
  visibility: hidden;
}

html.sr .wp-block-sai-introduction .row:first-child h1, html.sr .wp-block-sai-introduction .row:first-child h2, html.sr .wp-block-sai-introduction .row:first-child h3, html.sr .wp-block-sai-introduction .row:first-child h4, html.sr .wp-block-sai-introduction .row:first-child p, html.sr .wp-block-sai-introduction .row:first-child .cat, html.sr .wp-block-sai-introduction .row:first-child .button, html.sr .wp-block-sai-introduction .row:first-child .image, html.sr .wp-block-sai-introduction .row:first-child ul li {
  visibility: hidden;
}

html.sr [class^=box-cta] .content h1, html.sr [class^=box-cta] .content h2, html.sr [class^=box-cta] .content h3, html.sr [class^=box-cta] .content h4, html.sr [class^=box-cta] .content p, html.sr [class^=box-cta] .content .cat, html.sr [class^=box-cta] .content .button, html.sr [class^=box-cta] .content .image, html.sr [class^=box-cta] .content ul, html.sr [class^=box-cta] .content .position {
  visibility: hidden;
}

html.sr [class^=box-cta] .aside .button {
  visibility: hidden;
}

html.sr .article:not(.is-past) > *:only-child, html.sr .article.type-image-content, html.sr .articles > .cat {
  visibility: hidden;
}

html.sr .modules-type-label {
  visibility: hidden;
}

html.sr .wp-block-sai-illustration.is-style-orange h2, html.sr .wp-block-sai-illustration.is-style-orange p {
  visibility: hidden;
}

html.sr .wp-block-sai-illustration.is-style-columns h2, html.sr .wp-block-sai-illustration.is-style-columns p, html.sr .wp-block-sai-illustration.is-style-columns .image {
  visibility: hidden;
}

html.sr .wp-block-sai-illustration.is-style-chessboard h2, html.sr .wp-block-sai-illustration.is-style-chessboard li, html.sr .wp-block-sai-illustration.is-style-chessboard .image {
  visibility: hidden;
}

html.sr .wp-block-sai-timeline .row > * {
  visibility: hidden;
}

.article-form {
  margin-top: calc(5 * var(--space));
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

.article-form:not:has(div:nth-child(3)) {
  max-width: 590px;
}

.article-form:not:has(div:nth-child(3)) .article-search {
  flex: 100% !important;
  margin: 0 0 1rem 0;
}

h2.filter-label {
  margin: 0 0 .5rem 0;
  flex: 100%;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: unset;
}

.article-search {
  display: flex;
  flex-flow: row wrap;
  flex: 100%;
}

@media (min-width: 1320px) {
  .article-search {
    flex: auto;
  }
}

.article-search [type=search] {
  -webkit-appearance: none;
  box-sizing: border-box;
  max-width: 590px;
  outline: none;
  padding: 0.7em 0 0.7em 1em;
  border-radius: 0;
  border: 1px solid #CFCFCF;
  border-right: none;
  background: white;
  line-height: inherit;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.3px;
  color: #444750;
  flex: 1;
}

.article-search .submit {
  background: transparent;
  border: 1px solid #CFCFCF;
  border-left: none;
  outline: none;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  width: 2.5rem;
  overflow: hidden;
}

.article-search .submit .icon {
  color: #2d953e;
  transition: color .2s ease;
}

.article-filter {
  min-width: 10rem;
  max-width: 15.5rem;
  flex: 1;
}

.article-filter .filter-label {
  color: #444750;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin: 0 0 .5rem 0;
}

.article-filter .select-label {
  background: var(--sai-platform-light-grey, #F5F5F5);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.article-results {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(6 * var(--space));
  margin-bottom: calc(10px + 2 * var(--space));
}

.article-results > * {
  padding-bottom: .25rem;
  border-bottom: 3px solid transparent;
}

.article-results .results-label {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom-color: #fcb53b;
}

.article-results .results-number {
  font-size: 16px;
}

.articles {
  display: grid;
  grid-gap: var(--spacer);
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.wp-block-sai-features.with-small-headings .articles .title {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
  font-weight: bold;
  line-height: 1.44;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-features.with-small-headings .articles .title {
    font-size: calc(1.1em + 0.2vw);
  }
}

@media (max-width: 479px), (min-width: 550px) and (max-width: 799px) {
  .articles.has-companies, .articles.has-files {
    grid-gap: 20px;
  }
}

@media (max-width: 639px) {
  .articles.has-companies, .articles.has-files {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}

@media (min-width: 640px) and (max-width: 1020px) {
  .articles.has-companies, .articles.has-files {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}

@media (max-width: 640px) {
  .articles.has-companies {
    grid-template-columns: 1fr 1fr;
  }
}

.articles.has-image-contents {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

@media (max-width: 639px) {
  .articles.has-image-contents {
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    width: 100vw;
  }
}

.articles.has-more {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

@media (min-width: 1020px) {
  .articles.has-more {
    grid-template-columns: repeat(5, 1fr);
  }
}

.articles[data-limit="2"] .article:nth-child(n + 3) {
  display: none;
}

.articles[data-limit="2"] .article:nth-child(n + 3), .articles[data-limit="2"] .article:nth-child(n + 3) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles[data-limit="3"] .article:nth-child(n + 4) {
  display: none;
}

.articles[data-limit="3"] .article:nth-child(n + 4), .articles[data-limit="3"] .article:nth-child(n + 4) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles[data-limit="4"] .article:nth-child(n + 5) {
  display: none;
}

.articles[data-limit="4"] .article:nth-child(n + 5), .articles[data-limit="4"] .article:nth-child(n + 5) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles[data-limit="5"] .article:nth-child(n + 6) {
  display: none;
}

.articles[data-limit="5"] .article:nth-child(n + 6), .articles[data-limit="5"] .article:nth-child(n + 6) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles[data-limit="8"] .article:nth-child(n + 9) {
  display: none;
}

.articles[data-limit="8"] .article:nth-child(n + 9), .articles[data-limit="8"] .article:nth-child(n + 9) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles[data-limit="10"] .article:nth-child(n + 11) {
  display: none;
}

.articles[data-limit="10"] .article:nth-child(n + 11), .articles[data-limit="10"] .article:nth-child(n + 11) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles[data-limit="12"] .article:nth-child(n + 13) {
  display: none;
}

.articles[data-limit="12"] .article:nth-child(n + 13), .articles[data-limit="12"] .article:nth-child(n + 13) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles[data-limit="15"] .article:nth-child(n + 16) {
  display: none;
}

.articles[data-limit="15"] .article:nth-child(n + 16), .articles[data-limit="15"] .article:nth-child(n + 16) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles[data-limit="16"] .article:nth-child(n + 17) {
  display: none;
}

.articles[data-limit="16"] .article:nth-child(n + 17), .articles[data-limit="16"] .article:nth-child(n + 17) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles[data-limit="20"] .article:nth-child(n + 21) {
  display: none;
}

.articles[data-limit="20"] .article:nth-child(n + 21), .articles[data-limit="20"] .article:nth-child(n + 21) > *:only-child {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.articles.has-working-groups .is-past {
  display: none;
}

.articles.has-working-groups .more-articles {
  padding-top: calc(8 * var(--space));
  padding-bottom: 1rem !important;
  grid-column: 1 / -1;
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
  margin: 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .articles.has-working-groups .more-articles {
    font-size: calc(1.25em + 0.5vw);
  }
}

.articles.has-working-groups .more-articles.slide-trigger {
  position: relative;
}

.articles.has-working-groups .more-articles.slide-trigger:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: auto;
  width: 32px;
  height: 32px;
  background-position: center;
  opacity: 1;
  transform: translate(0, 0);
  border: 2px solid #2d953e;
  border-radius: 50%;
}

.articles.has-working-groups .more-articles.slide-trigger:not(.open):after {
  transform: translate(0, 0) rotate(45deg);
}

@media (max-width: 639px) {
  .articles.has-labeled-articles {
    display: block;
  }
  .articles.has-labeled-articles > * + *:not(.has-companies) {
    margin-top: calc(6 * var(--space));
  }
  .articles.has-labeled-articles .has-companies {
    margin-top: calc(10px + 1 * var(--space));
  }
}

@media (min-width: 640px) {
  .articles.has-labeled-articles {
    grid-template-columns: 1fr 4fr;
  }
  .articles.has-labeled-articles > .cat {
    height: calc(13 * var(--space));
    max-height: 205px;
    display: flex;
    align-items: center;
    align-self: start;
  }
  .articles.has-labeled-articles > .aside {
    display: flex;
    grid-column: 1 / -1;
  }
  .articles.has-labeled-articles > .aside .button {
    margin-left: auto;
  }
  .articles.has-labeled-articles .articles {
    margin-top: 0 !important;
  }
}

@media (min-width: 1020px) {
  .articles.has-labeled-articles .articles {
    grid-template-columns: repeat(4, 1fr);
  }
}

.article.type-page {
  display: flex;
  flex-direction: column;
}

.has-advisors .type-company, .article.type-external, .article.type-page, .article.type-profile {
  position: relative;
}

.has-advisors .type-company .title a:before, .article.type-external .title a:before, .article.type-page .title a:before, .article.type-profile .title a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

article.type-article, .article.type-page:not(:only-child), .article.type-page:not(:first-child:nth-last-child(2)), .article.type-page:not(:nth-child(2):last-child) {
  position: relative;
}

article.type-article .image, .article.type-page:not(:only-child) .image, .article.type-page:not(:first-child:nth-last-child(2)) .image, .article.type-page:not(:nth-child(2):last-child) .image {
  overflow: hidden;
}

article.type-article img, .article.type-page:not(:only-child) img, .article.type-page:not(:first-child:nth-last-child(2)) img, .article.type-page:not(:nth-child(2):last-child) img {
  display: block;
  transition: transform .4s ease, opacity .3s ease-in-out;
  will-change: transform;
  backface-visibility: hidden;
  transform: scale(1) translate3d(0, 0, 0);
  transform-origin: center;
}

article.type-article:hover img, .article.type-page:hover:not(:only-child) img, .article.type-page:hover:not(:first-child:nth-last-child(2)) img, .article.type-page:hover:not(:nth-child(2):last-child) img, article.type-article:focus img, .article.type-page:focus:not(:only-child) img, .article.type-page:focus:not(:first-child:nth-last-child(2)) img, .article.type-page:focus:not(:nth-child(2):last-child) img, article.type-article:active img, .article.type-page:active:not(:only-child) img, .article.type-page:active:not(:first-child:nth-last-child(2)) img, .article.type-page:active:not(:nth-child(2):last-child) img, article.type-article:focus-within img, .article.type-page:focus-within:not(:only-child) img, .article.type-page:focus-within:not(:first-child:nth-last-child(2)) img, .article.type-page:focus-within:not(:nth-child(2):last-child) img {
  transform: scale(1.05) !important;
}

.articles:not(.has-events) .type-article:not(.is-featured) .image, .article.type-page .image, .article.type-profile .image, .main-article.type-profile .main-entry .aside .image {
  position: relative;
  background-color: #eaf4eb;
}

.articles:not(.has-events) .type-article:not(.is-featured) .image.has-grey-background-color, .article.type-page .image.has-grey-background-color, .article.type-profile .image.has-grey-background-color, .main-article.type-profile .main-entry .aside .image.has-grey-background-color {
  background-color: #f5f5f5;
}

.articles:not(.has-events) .type-article:not(.is-featured) .image:before, .article.type-page .image:before, .article.type-profile .image:before, .main-article.type-profile .main-entry .aside .image:before {
  content: '';
  display: block;
  position: relative;
  height: 0;
  padding-top: 61.8181818182%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.articles:not(.has-events) .type-article:not(.is-featured) .image:before > *, .article.type-page .image:before > *, .article.type-profile .image:before > *, .main-article.type-profile .main-entry .aside .image:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.articles:not(.has-events) .type-article:not(.is-featured) img, .article.type-page img, .article.type-profile img, .main-article.type-profile .main-entry .aside img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.article.type-page:only-child .has-image:before, .article.type-page:first-child:nth-last-child(2) .has-image:before, .article.type-page:nth-child(2):last-child .has-image:before {
  content: none;
}

.article.type-page:only-child .has-image img, .article.type-page:first-child:nth-last-child(2) .has-image img, .article.type-page:nth-child(2):last-child .has-image img {
  position: static;
}

.articles.has-working-groups .more-articles, .page-template-archive .has-events .article > *:only-child, article.type-article:not(.is-featured) > *:only-child, .article.type-page > *:only-child, .article.type-company > a:first-child, .articles.has-icons:not(.has-more) .type-icon, .article.type-page:not(:only-child), .article.type-page:not(:first-child:nth-last-child(2)), .article.type-page:not(:nth-child(2):last-child), .article.type-profile {
  position: relative;
  overflow: hidden;
}

.articles.has-working-groups .more-articles:before, .page-template-archive .has-events .article > :only-child:before, article.type-article:not(.is-featured) > :only-child:before, .article.type-page > :only-child:before, .article.type-company > a:first-child:before, .articles.has-icons:not(.has-more) .type-icon:before, .article.type-page:not(:only-child):before, .article.type-page:not(:first-child:nth-last-child(2)):before, .article.type-page:not(:nth-child(2):last-child):before, .article.type-profile:before, .articles.has-working-groups .more-articles:after, .page-template-archive .has-events .article > :only-child:after, article.type-article:not(.is-featured) > :only-child:after, .article.type-page > :only-child:after, .article.type-company > a:first-child:after, .articles.has-icons:not(.has-more) .type-icon:after, .article.type-page:not(:only-child):after, .article.type-page:not(:first-child:nth-last-child(2)):after, .article.type-page:not(:nth-child(2):last-child):after, .article.type-profile:after {
  content: '';
  border-top: 2px solid var(--line-color, #2d953e);
  position: absolute;
  right: 0;
  left: 0;
  opacity: .2;
}

.is-style-dark .articles.has-working-groups .more-articles:before, .articles.has-working-groups .is-style-dark .more-articles:before, .is-style-dark .page-template-archive .has-events .article > :only-child:before, .page-template-archive .has-events .is-style-dark .article > :only-child:before, .is-style-dark article.type-article:not(.is-featured) > :only-child:before, .is-style-dark .article.type-page > :only-child:before, .is-style-dark .article.type-company > a:first-child:before, .is-style-dark .articles.has-icons:not(.has-more) .type-icon:before, .articles.has-icons:not(.has-more) .is-style-dark .type-icon:before, .is-style-dark .article.type-page:not(:only-child):before, .is-style-dark .article.type-page:not(:first-child:nth-last-child(2)):before, .is-style-dark .article.type-page:not(:nth-child(2):last-child):before, .is-style-dark .article.type-profile:before, .is-style-dark .articles.has-working-groups .more-articles:after, .articles.has-working-groups .is-style-dark .more-articles:after, .is-style-dark .page-template-archive .has-events .article > :only-child:after, .page-template-archive .has-events .is-style-dark .article > :only-child:after, .is-style-dark article.type-article:not(.is-featured) > :only-child:after, .is-style-dark .article.type-page > :only-child:after, .is-style-dark .article.type-company > a:first-child:after, .is-style-dark .articles.has-icons:not(.has-more) .type-icon:after, .articles.has-icons:not(.has-more) .is-style-dark .type-icon:after, .is-style-dark .article.type-page:not(:only-child):after, .is-style-dark .article.type-page:not(:first-child:nth-last-child(2)):after, .is-style-dark .article.type-page:not(:nth-child(2):last-child):after, .is-style-dark .article.type-profile:after {
  border-color: white;
}

.articles.has-working-groups .more-articles:after, .page-template-archive .has-events .article > :only-child:after, article.type-article:not(.is-featured) > :only-child:after, .article.type-page > :only-child:after, .article.type-company > a:first-child:after, .articles.has-icons:not(.has-more) .type-icon:after, .article.type-page:not(:only-child):after, .article.type-page:not(:first-child:nth-last-child(2)):after, .article.type-page:not(:nth-child(2):last-child):after, .article.type-profile:after {
  opacity: 1;
  transform: translate(-100%, 0);
  transition: all .3s;
  --line-color: var(--line-color-active, #2d953e);
}

.has-advisors .type-company .image, .article.type-external {
  position: relative;
  border-bottom: 2px solid #CFCFCF;
}

.has-advisors .type-company .image:after, .article.type-external:after {
  content: '';
  display: block;
  border-top: 2px solid var(--vibrant-color, #2d953e);
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  transition: all .3s;
  transform: scaleX(0);
  transform-origin: left center;
}

.has-advisors .type-company .image:hover:after, .article.type-external:hover:after, .has-advisors .type-company .image:focus:after, .article.type-external:focus:after, .has-advisors .type-company .image:active:after, .article.type-external:active:after, .has-advisors .type-company .image:focus-within:after, .article.type-external:focus-within:after {
  transform: scaleX(1);
}

.article a.read-more, .article a.read-external, .header-nav.area-nav .sub-menu .menu-item a {
  position: relative;
}

.article a.read-more:before, .article a.read-external:before, .header-nav.area-nav .sub-menu .menu-item a:before {
  content: '';
  border-top: 1px solid var(--vibrant-color, #2d953e);
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  transform: scaleX(0);
  transition: all .3s ease;
}

.article a.read-more:hover:before, .article a.read-external:hover:before, .header-nav.area-nav .sub-menu .menu-item a:hover:before, .article a.read-more:focus:before, .article a.read-external:focus:before, .header-nav.area-nav .sub-menu .menu-item a:focus:before, .article a.read-more:active:before, .article a.read-external:active:before, .header-nav.area-nav .sub-menu .menu-item a:active:before, .article a.read-more:focus-within:before, .article a.read-external:focus-within:before, .header-nav.area-nav .sub-menu .menu-item a:focus-within:before {
  transform: scaleX(1);
}

.page-template-archive .has-events .article > a:hover:after, article.type-article:not(.is-featured) > a:hover:after, .article.type-page > a:hover:after, .page-template-archive .has-events .article > a:focus:after, article.type-article:not(.is-featured) > a:focus:after, .article.type-page > a:focus:after, .page-template-archive .has-events .article > a:active:after, article.type-article:not(.is-featured) > a:active:after, .article.type-page > a:active:after {
  transform: translate(0, 0);
}

.page-template-archive .has-events .article > *:only-child {
  padding-top: 1.5rem;
}

.page-template-archive .has-events .article > :only-child:before, .page-template-archive .has-events .article > :only-child:after {
  top: 0 !important;
}

.articles.has-working-groups .more-articles, article.type-article:not(.is-featured) > *:only-child, .article.type-page > *:only-child, .articles.has-icons:not(.has-more) .type-icon, .article.type-page:not(:only-child), .article.type-page:not(:first-child:nth-last-child(2)), .article.type-page:not(:nth-child(2):last-child), .article.type-profile {
  padding-bottom: 1rem;
}

.articles.has-working-groups .more-articles:before, article.type-article:not(.is-featured) > :only-child:before, .article.type-page > :only-child:before, .articles.has-icons:not(.has-more) .type-icon:before, .article.type-page:not(:only-child):before, .article.type-page:not(:first-child:nth-last-child(2)):before, .article.type-page:not(:nth-child(2):last-child):before, .article.type-profile:before, .articles.has-working-groups .more-articles:after, article.type-article:not(.is-featured) > :only-child:after, .article.type-page > :only-child:after, .articles.has-icons:not(.has-more) .type-icon:after, .article.type-page:not(:only-child):after, .article.type-page:not(:first-child:nth-last-child(2)):after, .article.type-page:not(:nth-child(2):last-child):after, .article.type-profile:after {
  bottom: 0;
}

.articles.has-working-groups .more-articles:hover:after, article.type-article:not(.is-featured) > :only-child:hover:after, .article.type-page > :only-child:hover:after, .articles.has-icons:not(.has-more) .type-icon:hover:after, .article.type-page:not(:only-child):hover:after, .article.type-page:not(:first-child:nth-last-child(2)):hover:after, .article.type-page:not(:nth-child(2):last-child):hover:after, .article.type-profile:hover:after, .articles.has-working-groups .more-articles:focus:after, article.type-article:not(.is-featured) > :only-child:focus:after, .article.type-page > :only-child:focus:after, .articles.has-icons:not(.has-more) .type-icon:focus:after, .article.type-page:not(:only-child):focus:after, .article.type-page:not(:first-child:nth-last-child(2)):focus:after, .article.type-page:not(:nth-child(2):last-child):focus:after, .article.type-profile:focus:after, .articles.has-working-groups .more-articles:active:after, article.type-article:not(.is-featured) > :only-child:active:after, .article.type-page > :only-child:active:after, .articles.has-icons:not(.has-more) .type-icon:active:after, .article.type-page:not(:only-child):active:after, .article.type-page:not(:first-child:nth-last-child(2)):active:after, .article.type-page:not(:nth-child(2):last-child):active:after, .article.type-profile:active:after, .articles.has-working-groups .more-articles:focus-within:after, article.type-article:not(.is-featured) > :only-child:focus-within:after, .article.type-page > :only-child:focus-within:after, .articles.has-icons:not(.has-more) .type-icon:focus-within:after, .article.type-page:not(:only-child):focus-within:after, .article.type-page:not(:first-child:nth-last-child(2)):focus-within:after, .article.type-page:not(:nth-child(2):last-child):focus-within:after, .article.type-profile:focus-within:after {
  transform: translate(0, 0);
}

article.type-article > *, .article.type-page > *, .article.type-profile > *, article.type-article > *:only-child > *, .article.type-page > *:only-child > *, .article.type-profile > *:only-child > * {
  margin: 0;
}

article.type-article > *:not(:last-child):not(.image), .article.type-page > *:not(:last-child):not(.image), .article.type-profile > *:not(:last-child):not(.image), article.type-article > *:only-child > *:not(:last-child):not(.image), .article.type-page > *:only-child > *:not(:last-child):not(.image), .article.type-profile > *:only-child > *:not(:last-child):not(.image) {
  margin-bottom: .75rem;
}

article.type-article > .image:not(:last-child), .article.type-page > .image:not(:last-child), .article.type-profile > .image:not(:last-child), article.type-article > *:only-child > .image:not(:last-child), .article.type-page > *:only-child > .image:not(:last-child), .article.type-profile > *:only-child > .image:not(:last-child) {
  margin-bottom: .75rem;
}

article.type-article > .title + p, .article.type-page > .title + p, .article.type-profile > .title + p, article.type-article > *:only-child > .title + p, .article.type-page > *:only-child > .title + p, .article.type-profile > *:only-child > .title + p {
  margin-top: -0.5rem !important;
}

article.type-article:not(.is-featured) .image ~ .title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article.type-company .image, .wp-block-sai-features.is-style-directory .article.type-image-content .image {
  position: relative;
}

.article.type-company .image:before, .wp-block-sai-features.is-style-directory .article.type-image-content .image:before {
  content: '';
  position: relative;
  height: 0;
  padding-top: 60%;
  width: 100%;
  display: block;
}

.article.type-company .image:before > *, .wp-block-sai-features.is-style-directory .article.type-image-content .image:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.article.type-company img, .wp-block-sai-features.is-style-directory .article.type-image-content img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 14.5454545455% 18.1818181818%;
  box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.no-objectfit .article.type-company img, .no-objectfit .wp-block-sai-features.is-style-directory .article.type-image-content img, .wp-block-sai-features.is-style-directory .no-objectfit .article.type-image-content img {
  opacity: 1;
  font-family: 'object-fit: contain;';
}

.article {
  line-height: 1.3333333333;
}

.article a:hover .title, .article a:focus .title, .article a:active .title {
  color: #2d953e;
}

.article a:hover .read-more, .article a:focus .read-more, .article a:active .read-more {
  color: currentColor;
}

.article > a:only-child, .article > div:only-child {
  color: inherit !important;
  display: block;
  min-height: 100%;
  box-sizing: border-box;
}

.article .image img:not([src*='svg']) {
  width: 100%;
}

.article .image.has-grey-background-color {
  background-color: #f5f5f5;
}

.article img {
  display: block;
}

.article .title {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
  font-weight: bold;
  line-height: 1.44;
  transition: color .3s;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .article .title {
    font-size: calc(1.1em + 0.2vw);
  }
}

.article p {
  font-weight: normal;
  line-height: 1.45;
}

.article .position {
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.article .info {
  font-size: 0.95em;
}

.article .read-more, .article .read-external {
  color: var(--vibrant-color-text, #2d953e);
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: color .2s ease;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  display: block;
}

.article .read-more .icon, .article .read-external .icon {
  transition: transform .2s ease;
  display: inline-block;
  color: var(--vibrant-color, #2d953e);
}

.article.type-comment {
  grid-column: 1 / span 2;
  grid-row: span 2;
}

@media (max-width: 1019px) {
  .article.type-comment {
    grid-column: 1 / span 3;
  }
  .article.type-comment p {
    margin: 0;
  }
  .article.type-comment + * {
    grid-column: 1;
  }
}

@media (max-width: 639px) {
  .article.type-comment {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1020px) {
  .article.type-comment p {
    margin-top: 0;
  }
}

.article.type-file .image {
  margin-bottom: 0;
}

.article.type-file .image img {
  display: block;
}

.article.type-file > a {
  position: relative;
  background-color: #2d953e;
}

.article.type-file > a:after {
  content: '';
  width: 50px;
  height: 50px;
  background-color: #2d953e;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: background-color .2s ease;
}

.article.type-file > a:hover:after, .article.type-file > a:focus:after, .article.type-file > a:active:after {
  background-color: #fcb53b;
}

.article.type-company {
  max-width: 275px;
}

.article.type-company > a:first-child:hover:after, .article.type-company > a:first-child:focus:after, .article.type-company > a:first-child:active:after {
  transform: translate(0, 0);
}

.article.type-company a {
  color: inherit;
  display: block;
}

.article.type-company a:before, .article.type-company a:after {
  bottom: 0;
  border-top-color: #444750 !important;
}

.article.type-company img:nth-last-of-type(2) {
  display: none;
}

.article.type-company .member-title {
  font-size: 1em;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  margin: .5em 0;
}

.article.type-company .member-email {
  font-size: 1em;
}

.article.type-company .member-title a, .article.type-company .member-email {
  padding-left: 2em;
  background-size: 1.3em;
  background-position: left 0 top;
  display: block;
  position: relative;
}

.article.type-company .member-title a:after, .article.type-company .member-email:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  transition: all .2s ease;
  opacity: 0;
  background-size: contain;
}

.article.type-company .member-title a:hover:after, .article.type-company .member-title a:focus:after, .article.type-company .member-title a:active:after, .article.type-company .member-email:hover:after, .article.type-company .member-email:focus:after, .article.type-company .member-email:active:after {
  opacity: 1;
}

.article.is-featured a:before, .article.is-featured a:after, .article.featured a:before, .article.featured a:after {
  content: none;
}

@media (min-width: 480px) {
  .article.is-featured, .article.featured {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    background-color: rgba(45, 149, 62, 0.1);
  }
}

.article.is-featured > a, .article.featured > a {
  padding: 0 40px 40px 40px;
}

@media (min-width: 1020px) {
  .article.is-featured > a, .article.featured > a {
    padding: 0 65px 3rem 65px;
  }
}

.article.is-featured .title, .article.featured .title {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  margin: 1rem 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .article.is-featured .title, .article.featured .title {
    font-size: calc(1.25em + 0.5vw);
  }
}

.article.is-featured .title + p, .article.featured .title + p {
  margin-top: 0;
}

.article.is-featured .button, .article.featured .button {
  margin-top: 1em;
}

.article.is-featured .image, .article.featured .image {
  order: -1;
  width: calc( 100% + 80px);
  margin-top: 0;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px !important;
}

@media (min-width: 1020px) {
  .article.is-featured .image, .article.featured .image {
    width: calc( 100% + 130px);
    margin-top: 0;
    margin-left: -65px;
    margin-right: -65px;
    margin-bottom: 65px;
  }
}

.article a.read-more:hover .icon, .article a.read-more:focus .icon, .article a.read-more:active .icon, .article a.read-more:focus-within .icon, .article a.read-external:hover .icon, .article a.read-external:focus .icon, .article a.read-external:active .icon, .article a.read-external:focus-within .icon {
  transform: translateX(0.25rem);
}

.box-delete-account {
  background-color: #444750;
  color: white;
  margin-top: calc(10 * var(--space));
  margin-bottom: calc(10 * var(--space));
  padding: calc(4 * var(--spacemax));
}

.box-delete-account > *:first-child:not(div) {
  margin-top: 0;
}

.box-delete-account > *:last-child:not(div) {
  margin-bottom: 0;
}

.box-delete-account .label {
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: .75em;
  border-bottom: 2px solid #787A81;
  margin-bottom: .825em;
}

.box-delete-account p {
  max-width: 630px;
}

.box-delete-account .button:before, .box-delete-account .button:after {
  z-index: -1;
}

.box-delete-account .button[disabled] {
  display: none;
}

.box-delete-account .delete-account {
  color: #2d953e;
  border-color: #2d953e;
  color: white;
  border-width: 1px;
}

.box-delete-account .delete-account .icon {
  color: currentColor;
}

.box-delete-account .delete-account:before, .box-delete-account .delete-account:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.box-delete-account .delete-account:hover, .box-delete-account .delete-account:focus {
  color: white;
  border-color: #2d953e;
}

.box-delete-account .delete-account:hover .icon, .box-delete-account .delete-account:focus .icon {
  color: white;
}

.box-delete-account .confirm-delete-account {
  background-color: #2d953e;
  min-width: auto;
  border: none;
  color: white;
  color: white;
  padding-top: .625em;
  padding-bottom: .625em;
}

.box-delete-account .confirm-delete-account:before, .box-delete-account .confirm-delete-account:after {
  background-color: #fcb53b;
}

.box-delete-account .confirm-delete-account:hover, .box-delete-account .confirm-delete-account:focus {
  color: white;
}

.delete-account-message {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.2em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.2em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .delete-account-message {
    font-size: calc(1.1em + 0.2vw);
  }
}

.document-categories {
  border-top: 1px solid #eaf4eb;
  border-bottom: 1px solid #eaf4eb;
}

.has-selected-filters .document-categories {
  margin-top: 3.3014705882em;
}

.document-category {
  display: block;
  padding: 22px 0;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.document-category .category-label {
  display: block;
}

.document-category .category-title {
  font-size: 17px;
  letter-spacing: .01em;
  line-height: 1.2941176471;
  margin: 0;
  transition: color .2s ease;
}

.document-category + .document-category {
  border-top: 1px solid #eaf4eb;
}

.document-category:hover .category-title, .document-category.active .category-title {
  color: #2d953e;
}

.accordion-nav .accordion-label {
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #eaf4eb;
}

.accordion-nav .accordion-label + * {
  margin-top: 0 !important;
}

.accordion-nav .menu-list {
  border-bottom: 1px solid #eaf4eb;
}

.accordion-nav .menu-list > li + li {
  margin-top: 0;
  border-top: 1px solid #eaf4eb;
}

.accordion-nav .menu-list button {
  right: -8px;
  left: auto;
  top: 30px;
}

.accordion-nav .menu-list button.open {
  transform: rotate(-45deg);
}

.accordion-nav .menu-list ul {
  padding-left: 0;
}

.accordion-nav .menu-list > li > a {
  padding: 20px 40px 20px 0;
  display: flex;
  min-height: 50px;
  flex-flow: column nowrap;
  justify-content: center;
}

.accordion-nav .menu-item > ul {
  margin-top: 0;
  padding-bottom: 22px;
}

.accordion-nav .category-label {
  font-size: 0.8235294118em;
  letter-spacing: 0.03em;
  font-weight: normal;
  color: black;
}

.accordion-nav .menu-list > li {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.85rem;
  line-height: 1.2941176471;
  font-weight: bold;
  letter-spacing: .01em;
}

.accordion-nav .category-title {
  margin: 0;
}

.document-group-menu {
  padding: 0;
  list-style-type: none;
  color: #444750;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #CFCFCF;
}

@media (max-width: 767px) {
  .document-group-menu {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .document-group-menu {
    display: flex;
    flex-flow: row nowrap;
  }
}

.document-group-menu .menu-item {
  position: relative;
  border-top: 1px solid #CFCFCF;
}

.document-group-menu .menu-item.current-menu-item:after {
  background-color: #fcb53b;
}

.document-group-menu .menu-item:after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  height: 3px;
  z-index: 1;
}

.document-group-menu .menu-item:hover:after {
  background-color: #fcb53b;
}

.document-group-menu .menu-item a {
  display: flex;
  flex-flow: row nowrap;
  box-sizing: border-box;
  line-height: 1.5em;
  padding: .625rem 0 .5rem 0;
}

.document-group-menu .menu-item .image {
  margin-right: .5rem;
}

.document-group-menu .menu-item .image img {
  max-width: unset;
  margin: -.25rem 0;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}

@media (min-width: 768px) {
  .document-group-menu .menu-item {
    border-radius: 6px 6px 0 0;
    background-color: #F5F5F5;
    border: 1px solid #CFCFCF;
    border-bottom: none;
    white-space: nowrap;
  }
  .document-group-menu .menu-item.current-menu-item {
    background: white;
  }
  .document-group-menu .menu-item:not(:last-child) {
    margin-right: .5rem;
  }
  .document-group-menu .menu-item a {
    padding: .5rem .625rem .125rem;
  }
}

.document-group-menu .item-icon-home a {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23444750' d='M10.11 13.662h2.771V20H20V7.524L10.11 0h-.22L0 7.524V20h7.119v-6.338h2.991Z'/%3E%3C/svg%3E");
  padding: .625rem 1rem;
}

@media (max-width: 767px) {
  .document-group-menu .item-icon-home a {
    padding: .625rem 100vw .625rem 0;
  }
}

.document-selected-filters {
  font-size: 0.85rem;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  border-bottom: 2px solid #CFCFCF;
  margin-bottom: 30px;
}

.document-selected-filters:not(:first-child) {
  margin-top: 30px;
}

.document-selected-filters .selected-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 300;
}

.document-selected-filters .selected-list li {
  display: inline-block;
  margin-bottom: 1em;
}

.document-selected-filters .selected-list li:not(:last-child) {
  margin-right: 20px;
}

.document-selected-filters .selected-filter a {
  padding: 0.5882352941em 2.3529411765em 0.5882352941em 0.5882352941em;
  line-height: 1.1764705882;
  border-radius: 14px;
  color: #444750;
  background-color: #f5f5f5;
  display: block;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FCB53B' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M9.99 19.98C4.473 19.98 0 15.507 0 9.99S4.473 0 9.99 0s9.99 4.473 9.99 9.99-4.473 9.99-9.99 9.99Zm0-2A7.99 7.99 0 1 0 9.99 2a7.99 7.99 0 0 0 0 15.98Z'/%3E%3Cpath d='m11.4 9.985 2.657 2.658-1.414 1.414L9.985 11.4l-2.658 2.658-1.414-1.414L8.57 9.985 5.913 7.327l1.414-1.414L9.985 8.57l2.658-2.658 1.414 1.414L11.4 9.985Z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right 0.5882352941em center;
  background-size: 1.1764705882em;
  background-repeat: no-repeat;
}

.document-selected-filters .selected-filter a:after {
  content: '';
  opacity: 0;
  width: 1.1764705882em;
  height: 1.1764705882em;
  position: absolute;
  top: 0.5882352941em;
  right: 0.5882352941em;
  transform-origin: center;
  transition: opacity .2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23FCB53B' stroke='%23FCB53B' stroke-width='2'/%3E%3Cpath stroke='%23444750' stroke-linecap='square' stroke-width='2' d='m13.018 7.361-5.657 5.656M12.9 12.899 7.243 7.243'/%3E%3C/svg%3E");
}

.document-selected-filters .selected-filter a:hover:after {
  opacity: 1;
}

.document-selected-filters .selected-reset {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5882352941em 1.7647058824em 0.5882352941em 0.5882352941em;
  line-height: 1.1764705882;
  position: relative;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='%23FCB53B' fill-rule='evenodd'%3E%3Cpath fill-rule='nonzero' d='M9.99 19.98C4.473 19.98 0 15.507 0 9.99S4.473 0 9.99 0s9.99 4.473 9.99 9.99-4.473 9.99-9.99 9.99Zm0-2A7.99 7.99 0 1 0 9.99 2a7.99 7.99 0 0 0 0 15.98Z'/%3E%3Cpath d='m11.4 9.985 2.657 2.658-1.414 1.414L9.985 11.4l-2.658 2.658-1.414-1.414L8.57 9.985 5.913 7.327l1.414-1.414L9.985 8.57l2.658-2.658 1.414 1.414L11.4 9.985Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 1.1764705882em;
  margin-left: auto;
}

.document-selected-filters .selected-reset:after {
  content: '';
  opacity: 0;
  width: 1.1764705882em;
  height: 1.1764705882em;
  position: absolute;
  top: 0.5882352941em;
  right: 0;
  transform-origin: center;
  transition: opacity .2s ease;
  background-size: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23FCB53B' stroke='%23FCB53B' stroke-width='2'/%3E%3Cpath stroke='%23444750' stroke-linecap='square' stroke-width='2' d='m13.018 7.361-5.657 5.656M12.9 12.899 7.243 7.243'/%3E%3C/svg%3E");
}

.document-selected-filters .selected-reset:hover:after {
  opacity: 1;
}

.main-entry > aside {
  background-color: #565961;
  color: white;
  padding: 2rem;
  background-repeat: repeat !important;
  max-width: 350px;
  box-sizing: border-box;
}

.main-entry > aside > *:first-child:not(div) {
  margin-top: 0;
}

.main-entry > aside > *:last-child:not(div) {
  margin-bottom: 0;
}

.main-entry > aside h3 {
  font-size: 1.1em;
  font-size: clamp(1.05em, calc(1.05em + 0.1vw), 1.1em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .main-entry > aside h3 {
    font-size: calc(1.05em + 0.1vw);
  }
}

.main-entry > aside dt {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.95em;
  font-weight: bold;
}

.main-entry > aside dd {
  margin: 0;
  font-size: 0.8rem;
}

.main-entry > aside dd > *:first-child:not(div) {
  margin-top: 0;
}

.main-entry > aside dd > *:last-child:not(div) {
  margin-bottom: 0;
}

.main-entry > aside dd + dt {
  margin-top: 1rem;
}

.main-entry > aside a {
  color: #2d953e;
}

.main-entry > aside .list li {
  padding-left: 0;
}

.main-entry > aside .list li + li {
  margin-top: 0;
}

.main-entry > aside .button {
  color: #2d953e;
  border-color: #2d953e;
  color: white;
}

.main-entry > aside .button .icon {
  color: currentColor;
}

.main-entry > aside .button:before, .main-entry > aside .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.main-entry > aside .button:hover, .main-entry > aside .button:focus {
  color: white;
  border-color: #2d953e;
}

.main-entry > aside .button:hover .icon, .main-entry > aside .button:focus .icon {
  color: white;
}

.main-entry > aside:not(.event-details):not(.advisor-details) h3, .main-entry > aside:not(.event-details):not(.advisor-details) > .cat {
  padding-bottom: .5em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5em;
}

.main-entry > aside:not(.event-details):not(.advisor-details) h4 {
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
  margin: 1em 0 .75em 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .main-entry > aside:not(.event-details):not(.advisor-details) h4 {
    font-size: calc(1.15em + 0.4vw);
  }
}

.main-entry > aside:not(.event-details):not(.advisor-details) .article .title {
  min-width: 8.5em;
}

.main-entry > aside:not(.event-details):not(.advisor-details) .article a {
  padding-top: 0 !important;
}

.main-entry > aside:not(.event-details):not(.advisor-details) .article a:before, .main-entry > aside:not(.event-details):not(.advisor-details) .article a:after {
  content: none !important;
}

.main-entry > aside:not(.event-details):not(.advisor-details) .article .duration, .main-entry > aside:not(.event-details):not(.advisor-details) .article .location {
  width: 100%;
  margin-right: 0;
}

.main-entry > aside.event-details {
  background-color: #f5f5f5;
  background-image: none;
  color: inherit;
  max-width: 315px;
  box-sizing: border-box;
  padding: 1.5rem;
}

.main-entry > aside.event-details .image:first-child, .main-entry > aside.event-details h4:first-child {
  margin-top: -1.5rem;
}

.main-entry > aside.event-details .image {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: 0;
  box-shadow: inset 0 0 0 2px #f5f5f5;
  background-color: white;
  overflow: hidden;
  display: grid;
  grid-template-columns: 100%;
}

.main-entry > aside.event-details .image:before {
  content: '';
  position: relative;
  height: 0;
  padding-top: 44.4444444444%;
  width: 100%;
}

.main-entry > aside.event-details .image:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.main-entry > aside.event-details .image:before, .main-entry > aside.event-details .image img {
  grid-row: 1;
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
}

.no-cssgrid .main-entry > aside.event-details .image {
  display: flex;
  flex-flow: row nowrap;
}

.main-entry > aside.event-details h4 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 0;
  padding: 1rem 1.5rem;
  background-color: #444750;
  color: white;
}

.main-entry > aside.event-details .button {
  color: #2d953e;
}

.main-entry > aside.event-details .button:hover {
  color: white;
}

@media (max-width: 639px) {
  .main-entry > aside.is-desktop {
    display: none;
  }
}

.main-entry > aside.is-sticky {
  order: -1;
  margin-top: -3rem !important;
}

@media (max-width: 639px) {
  .main-entry > aside:not(.is-sticky):not(.event-details) {
    margin-top: 0 !important;
    margin-bottom: 3rem;
  }
}

.mepr-form [type=text], .mepr-form [type=password], .mepr-form [type=email], .mepr-form .select-label, .mepr-form .mepr_custom_field:after, select.select, .wpcf7-select, .wpcf7-form [type=text], .wpcf7-form [type=password], .wpcf7-form [type=email], .wpcf7-form [type=url], .wpcf7-form [type=number], .wpcf7-form [type=date], .wpcf7-form textarea, .mepr-form label.is-floating-label:not(.mepr-checkbox-field), .wpcf7-form label[for]:not([for=select_element]):not([for=checkboxes]):not([for=radio_buttons]):not([for=wp-comment-cookies-consent]):not([for=interested-in]), .wpcf7-form span.floating-label, .select-label {
  padding: 0.7em 0.75em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: inherit;
  border-radius: 0;
  border: none;
  border: 1px solid transparent;
  font: inherit;
  font-size: 20px;
  font-weight: 300;
}

.mepr-form [type=text], .mepr-form [type=password], .mepr-form [type=email], .mepr-form .select-label, .mepr-form .mepr_custom_field:after, select.select, .wpcf7-select, .wpcf7-form [type=text], .wpcf7-form [type=password], .wpcf7-form [type=email], .wpcf7-form [type=url], .wpcf7-form [type=number], .wpcf7-form [type=date], .wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: white;
  outline: none;
  border-color: white;
  transition: all .15s ease;
  color: black;
}

.mepr-form [type=text]::-moz-placeholder, .mepr-form [type=password]::-moz-placeholder, .mepr-form [type=email]::-moz-placeholder, .mepr-form .select-label::-moz-placeholder, select.select::-moz-placeholder, .wpcf7-select::-moz-placeholder, .wpcf7-form [type=text]::-moz-placeholder, .wpcf7-form [type=password]::-moz-placeholder, .wpcf7-form [type=email]::-moz-placeholder, .wpcf7-form [type=url]::-moz-placeholder, .wpcf7-form [type=number]::-moz-placeholder, .wpcf7-form [type=date]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #ABACB0;
}

.mepr-form [type=text]::placeholder, .mepr-form [type=password]::placeholder, .mepr-form [type=email]::placeholder, .mepr-form .select-label::placeholder, select.select::placeholder, .wpcf7-select::placeholder, .wpcf7-form [type=text]::placeholder, .wpcf7-form [type=password]::placeholder, .wpcf7-form [type=email]::placeholder, .wpcf7-form [type=url]::placeholder, .wpcf7-form [type=number]::placeholder, .wpcf7-form [type=date]::placeholder, .wpcf7-form textarea::placeholder {
  color: #ABACB0;
}

.mepr-form .error[type=text], .mepr-form .error[type=password], .mepr-form .error[type=email], .mepr-form .error.select-label, .mepr-form .error.mepr_custom_field:after, select.error.select, .error.wpcf7-select, .wpcf7-form .error[type=text], .wpcf7-form .error[type=password], .wpcf7-form .error[type=email], .wpcf7-form .error[type=url], .wpcf7-form .error[type=number], .wpcf7-form .error[type=date], .wpcf7-form textarea.error, .error .mepr-form [type=text], .mepr-form .error [type=text], .error .mepr-form [type=password], .mepr-form .error [type=password], .error .mepr-form [type=email], .mepr-form .error [type=email], .error .mepr-form .select-label, .mepr-form .error .select-label, .error .mepr-form .mepr_custom_field:after, .mepr-form .error .mepr_custom_field:after, .error select.select, .error .wpcf7-select, .error .wpcf7-form [type=text], .wpcf7-form .error [type=text], .error .wpcf7-form [type=password], .wpcf7-form .error [type=password], .error .wpcf7-form [type=email], .wpcf7-form .error [type=email], .error .wpcf7-form [type=url], .wpcf7-form .error [type=url], .error .wpcf7-form [type=number], .wpcf7-form .error [type=number], .error .wpcf7-form [type=date], .wpcf7-form .error [type=date], .error .wpcf7-form textarea, .wpcf7-form .error textarea, .mepr-form .invalid[type=text], .mepr-form .invalid[type=password], .mepr-form .invalid[type=email], .mepr-form .invalid.select-label, .mepr-form .invalid.mepr_custom_field:after, select.invalid.select, .invalid.wpcf7-select, .wpcf7-form .invalid[type=text], .wpcf7-form .invalid[type=password], .wpcf7-form .invalid[type=email], .wpcf7-form .invalid[type=url], .wpcf7-form .invalid[type=number], .wpcf7-form .invalid[type=date], .wpcf7-form textarea.invalid, .invalid .mepr-form [type=text], .mepr-form .invalid [type=text], .invalid .mepr-form [type=password], .mepr-form .invalid [type=password], .invalid .mepr-form [type=email], .mepr-form .invalid [type=email], .invalid .mepr-form .select-label, .mepr-form .invalid .select-label, .invalid .mepr-form .mepr_custom_field:after, .mepr-form .invalid .mepr_custom_field:after, .invalid select.select, .invalid .wpcf7-select, .invalid .wpcf7-form [type=text], .wpcf7-form .invalid [type=text], .invalid .wpcf7-form [type=password], .wpcf7-form .invalid [type=password], .invalid .wpcf7-form [type=email], .wpcf7-form .invalid [type=email], .invalid .wpcf7-form [type=url], .wpcf7-form .invalid [type=url], .invalid .wpcf7-form [type=number], .wpcf7-form .invalid [type=number], .invalid .wpcf7-form [type=date], .wpcf7-form .invalid [type=date], .invalid .wpcf7-form textarea, .wpcf7-form .invalid textarea {
  border-color: #EE1C25;
}

.form:not(.has-floating-label) .mepr-form :active[type=text], .mepr-form .form:not(.has-floating-label) :active[type=text], .form:not(.has-floating-label) .mepr-form :active[type=password], .mepr-form .form:not(.has-floating-label) :active[type=password], .form:not(.has-floating-label) .mepr-form :active[type=email], .mepr-form .form:not(.has-floating-label) :active[type=email], .form:not(.has-floating-label) .mepr-form .select-label:active, .mepr-form .form:not(.has-floating-label) .select-label:active, .form:not(.has-floating-label) .mepr-form .mepr_custom_field:active:after, .mepr-form .form:not(.has-floating-label) .mepr_custom_field:active:after, .form:not(.has-floating-label) select.select:active, .form:not(.has-floating-label) .wpcf7-select:active, .form:not(.has-floating-label) .wpcf7-form :active[type=text], .wpcf7-form .form:not(.has-floating-label) :active[type=text], .form:not(.has-floating-label) .wpcf7-form :active[type=password], .wpcf7-form .form:not(.has-floating-label) :active[type=password], .form:not(.has-floating-label) .wpcf7-form :active[type=email], .wpcf7-form .form:not(.has-floating-label) :active[type=email], .form:not(.has-floating-label) .wpcf7-form :active[type=url], .wpcf7-form .form:not(.has-floating-label) :active[type=url], .form:not(.has-floating-label) .wpcf7-form :active[type=number], .wpcf7-form .form:not(.has-floating-label) :active[type=number], .form:not(.has-floating-label) .wpcf7-form :active[type=date], .wpcf7-form .form:not(.has-floating-label) :active[type=date], .form:not(.has-floating-label) .wpcf7-form textarea:active, .wpcf7-form .form:not(.has-floating-label) textarea:active, .form:not(.has-floating-label) .mepr-form :focus[type=text], .mepr-form .form:not(.has-floating-label) :focus[type=text], .form:not(.has-floating-label) .mepr-form :focus[type=password], .mepr-form .form:not(.has-floating-label) :focus[type=password], .form:not(.has-floating-label) .mepr-form :focus[type=email], .mepr-form .form:not(.has-floating-label) :focus[type=email], .form:not(.has-floating-label) .mepr-form .select-label:focus, .mepr-form .form:not(.has-floating-label) .select-label:focus, .form:not(.has-floating-label) .mepr-form .mepr_custom_field:focus:after, .mepr-form .form:not(.has-floating-label) .mepr_custom_field:focus:after, .form:not(.has-floating-label) select.select:focus, .form:not(.has-floating-label) .wpcf7-select:focus, .form:not(.has-floating-label) .wpcf7-form :focus[type=text], .wpcf7-form .form:not(.has-floating-label) :focus[type=text], .form:not(.has-floating-label) .wpcf7-form :focus[type=password], .wpcf7-form .form:not(.has-floating-label) :focus[type=password], .form:not(.has-floating-label) .wpcf7-form :focus[type=email], .wpcf7-form .form:not(.has-floating-label) :focus[type=email], .form:not(.has-floating-label) .wpcf7-form :focus[type=url], .wpcf7-form .form:not(.has-floating-label) :focus[type=url], .form:not(.has-floating-label) .wpcf7-form :focus[type=number], .wpcf7-form .form:not(.has-floating-label) :focus[type=number], .form:not(.has-floating-label) .wpcf7-form :focus[type=date], .wpcf7-form .form:not(.has-floating-label) :focus[type=date], .form:not(.has-floating-label) .wpcf7-form textarea:focus, .wpcf7-form .form:not(.has-floating-label) textarea:focus {
  border-color: transparent transparent black transparent;
}

.mepr-form :focus[type=text], .mepr-form :focus[type=password], .mepr-form :focus[type=email], .mepr-form .select-label:focus, .mepr-form .mepr_custom_field:focus:after, select.select:focus, .wpcf7-select:focus, .wpcf7-form :focus[type=text], .wpcf7-form :focus[type=password], .wpcf7-form :focus[type=email], .wpcf7-form :focus[type=url], .wpcf7-form :focus[type=number], .wpcf7-form :focus[type=date], .wpcf7-form textarea:focus {
  border-color: #fcb53b;
}

.mepr-form [type=date][type=text], .mepr-form [type=date][type=password], .mepr-form [type=date][type=email], .mepr-form .select-label[type=date], .mepr-form .mepr_custom_field[type=date]:after, select.select[type=date], .wpcf7-select[type=date], .wpcf7-form [type=date] {
  text-align: right;
}

.active .mepr-form [type=date][type=text], .mepr-form .active [type=date][type=text], .active .mepr-form [type=date][type=password], .mepr-form .active [type=date][type=password], .active .mepr-form [type=date][type=email], .mepr-form .active [type=date][type=email], .active .mepr-form .select-label[type=date], .mepr-form .active .select-label[type=date], .active .mepr-form .mepr_custom_field[type=date]:after, .mepr-form .active .mepr_custom_field[type=date]:after, .active select.select[type=date], .active .wpcf7-select[type=date], .active .wpcf7-form [type=date], .wpcf7-form .active [type=date], .mepr-form [type=date].active[type=text], .mepr-form [type=date].active[type=password], .mepr-form [type=date].active[type=email], .mepr-form .select-label[type=date].active, .mepr-form .mepr_custom_field[type=date].active:after, select.select[type=date].active, .wpcf7-select[type=date].active, .wpcf7-form [type=date].active {
  text-align: left;
}

.select-label {
  color: rgba(68, 71, 80, 0.64);
  font-size: 20px;
  font-weight: 300;
}

.mepr-form label.is-floating-label:not(.mepr-checkbox-field), .wpcf7-form label[for]:not([for=select_element]):not([for=checkboxes]):not([for=radio_buttons]):not([for=wp-comment-cookies-consent]):not([for=interested-in]), .wpcf7-form span.floating-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  pointer-events: none;
  transition: color .3s;
}

.mepr-form label.active.is-floating-label:not(.mepr-checkbox-field), .wpcf7-form label.active[for]:not([for=select_element]):not([for=checkboxes]):not([for=radio_buttons]):not([for=wp-comment-cookies-consent]):not([for=interested-in]), .wpcf7-form span.active.floating-label, .active .mepr-form label.is-floating-label:not(.mepr-checkbox-field), .mepr-form .active label.is-floating-label:not(.mepr-checkbox-field), .active .wpcf7-form label[for]:not([for=select_element]):not([for=checkboxes]):not([for=radio_buttons]):not([for=wp-comment-cookies-consent]):not([for=interested-in]), .wpcf7-form .active label[for]:not([for=select_element]):not([for=checkboxes]):not([for=radio_buttons]):not([for=wp-comment-cookies-consent]):not([for=interested-in]), .active .wpcf7-form span.floating-label, .wpcf7-form .active span.floating-label {
  visibility: hidden;
  pointer-events: none;
}

.focus .mepr-form label.is-floating-label:not(.mepr-checkbox-field), .mepr-form .focus label.is-floating-label:not(.mepr-checkbox-field), .focus .wpcf7-form label[for]:not([for=select_element]):not([for=checkboxes]):not([for=radio_buttons]):not([for=wp-comment-cookies-consent]):not([for=interested-in]), .wpcf7-form .focus label[for]:not([for=select_element]):not([for=checkboxes]):not([for=radio_buttons]):not([for=wp-comment-cookies-consent]):not([for=interested-in]), .focus .wpcf7-form span.floating-label, .wpcf7-form .focus span.floating-label {
  color: black;
}

.wpcf7-form [type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.info-box > *:first-child:not(div) {
  margin-top: 0;
}

.info-box > *:last-child:not(div) {
  margin-bottom: 0;
}

.info-box.has-green-background-color {
  background-color: #eaf4eb;
  padding: calc(5 * var(--space));
}

.info-box.has-pattern {
  background-repeat: repeat;
}

.info-box h2 {
  font-size: 1em;
}

.info-box h2 .is-thin-caps {
  font-size: 1.45em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.45em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .info-box h2 .is-thin-caps {
    font-size: calc(1.15em + 0.4vw);
  }
}

.info-box h2 span[style] {
  font-size: 1.9em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.9em);
  line-height: 1.2631578947;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .info-box h2 span[style] {
    font-size: calc(1.3em + 0.7vw);
  }
}

h1 + .info-box {
  margin-top: calc(10px + 2 * var(--space));
}

.links-list {
  margin: 1em 0;
}

.links-list .cat {
  position: static !important;
}

.links-list > * + * {
  margin-top: 1rem;
}

.links-list ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.95em;
}

.links-list li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 0 !important;
  background: none !important;
}

.links-list li:before {
  content: none !important;
}

.links-list li * + * {
  margin-left: 1em;
}

.links-list li > b {
  flex: 1;
}

.links-list a {
  color: inherit;
  transition: color .15s ease;
}

.links-list a .icon {
  transition: transform .3s ease;
}

.links-list a:hover {
  color: #2d953e !important;
}

.links-list a:hover .icon {
  transform: translate(0.25rem, 0);
}

.has-green-background-color .links-list a, .single-module .links-list a {
  color: #2d953e;
}

.links-list .icon {
  width: 15px;
  margin-left: .25rem;
  display: inline-block;
}

.is-style-subpage .links-list ul {
  color: #2d953e;
}

.links-list.has-buttons a {
  color: #2d953e;
  border-color: #2d953e;
}

.links-list.has-buttons a .icon {
  color: currentColor;
}

.links-list.has-buttons a:before, .links-list.has-buttons a:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.links-list.has-buttons a:hover, .links-list.has-buttons a:focus {
  color: white;
  border-color: #2d953e;
}

.links-list.has-buttons a:hover .icon, .links-list.has-buttons a:focus .icon {
  color: white;
}

.links-list.is-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.links-list.is-inline * {
  margin-right: 1.5rem;
}

.links-list.is-inline ul {
  display: contents;
}

.links-list.is-inline li {
  line-height: 1;
  display: inline-block;
  margin: 1em 1em 0 0;
}

.wp-block-sai-introduction.is-style-directory .links-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.wp-block-sai-introduction.is-style-directory .links-list ul {
  margin: 0;
}

.wp-block-sai-introduction.is-style-directory .links-list .cat, .wp-block-sai-introduction.is-style-directory .links-list li {
  margin: 0;
}

.wp-block-sai-introduction.is-style-directory .links-list .cat:not(:last-child), .wp-block-sai-introduction.is-style-directory .links-list li:not(:last-child) {
  margin-right: 1.5rem;
}

.wp-block-sai-introduction.is-style-directory .links-list li {
  display: inline-block;
}

.cat ~ .links-list .cat {
  background: none !important;
  font-weight: normal !important;
  padding-bottom: 0 !important;
  display: block !important;
}

.cat ~ .links-list .cat + * {
  margin-top: .65em;
}

ul[class*=is-style] h1, ul[class*=is-style] h2, ul[class*=is-style] h3, ul[class*=is-style] h4, ul[class*=is-style] h5, ul[class*=is-style] h6, ul[class*=is-style] p, ol[class*=is-style] h1, ol[class*=is-style] h2, ol[class*=is-style] h3, ol[class*=is-style] h4, ol[class*=is-style] h5, ol[class*=is-style] h6, ol[class*=is-style] p {
  margin: 0;
}

ul.is-style-columns {
  padding: 0;
  -moz-columns: 3 12em;
       columns: 3 12em;
  -moz-column-gap: 2em;
       column-gap: 2em;
}

ul.is-style-columns li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  padding-left: 1.25em;
}

ul.is-style-columns li:before {
  width: 8px;
  height: 8px;
}

ul.is-style-check li {
  background-size: auto 14px;
  background-position: 0 8px;
}

ul.is-style-cross li {
  background-position: 0 6px;
}

ul.is-style-check, ul.is-style-cross {
  list-style-type: none;
  padding: 0;
}

ul.is-style-check li, ul.is-style-cross li {
  padding-left: 40px;
}

ul.is-style-check li + li, ul.is-style-cross li + li {
  margin-top: .5em;
}

.main-article > .main-entry {
  position: relative;
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .main-article > .main-entry {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 639px) {
  .main-article > .main-entry {
    display: flex;
    flex-direction: column;
  }
}

.main-article > .main-entry > *:not(aside) {
  grid-column: 1 / span 1;
  margin-bottom: 0;
}

.main-article > .main-entry aside {
  grid-column: 2 / -1;
  grid-row: 1 / span 5;
}

.main-article > .main-entry > aside, .main-article > .main-entry > .intro:first-child, .main-article > .main-entry > *:first-child:not([class]) {
  margin-top: calc(6 * var(--space));
}

@media (min-width: 640px) {
  .main-article > .main-entry > aside, .main-article > .main-entry > .intro:first-child, .main-article > .main-entry > *:first-child:not([class]) {
    margin-top: calc(8 * var(--space));
  }
}

.main-article > .main-entry > p.intro {
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .main-article > .main-entry > p.intro {
    font-size: calc(1.15em + 0.4vw);
  }
}

.main-article > .main-entry + [class*=background] {
  margin-top: calc(6 * var(--space));
}

@media (min-width: 640px) {
  .main-article > .main-entry + [class*=background] {
    margin-top: calc(8 * var(--space));
  }
}

.main-entry > *:first-child {
  margin-top: 0;
}

.main-entry > section {
  margin-top: calc(8 * var(--space));
  margin-bottom: calc(8 * var(--space));
}

.members-panel {
  display: grid;
  background-color: #ececed;
  align-content: start;
  box-sizing: border-box;
  border-right: 1px solid #CFCFCF;
}

.members-panel[style*=block] {
  display: grid !important;
}

@media (max-width: 1023px) {
  .members-panel {
    display: none;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    grid-gap: var(--spacer);
    grid-column: full;
    padding: 0 var(--gutter) var(--spacer);
  }
}

@media (min-width: 1024px) {
  .members-panel {
    display: grid !important;
    grid-column: full-start / sidebar;
    grid-template-columns: var(--around) [panel-start] var(--nested-panel) [panel-end] var(--after-panel);
    grid-gap: calc(6 * var(--space)) 0;
    min-height: 100%;
    padding-top: calc(10 * var(--space));
    padding-bottom: calc(10 * var(--space));
  }
  .members-panel > * {
    grid-column: panel;
  }
}

.members-panel + .main-article {
  --hasGrid: flex;
}

.members-panel aside {
  position: relative;
}

.members-panel aside:before {
  content: '';
  width: 2rem;
  border-top: 2px solid #2d953e;
  display: block;
  margin-bottom: .75rem;
}

.members-panel nav {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
}

.members-panel aside h3 {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.members-panel aside > *:first-child:not(div), .members-panel nav > *:first-child:not(div) {
  margin-top: 0;
}

.members-panel aside > *:last-child:not(div), .members-panel nav > *:last-child:not(div) {
  margin-bottom: 0;
}

.members-panel aside h3, .members-panel aside p, .members-panel nav h3, .members-panel nav p {
  margin-top: .5em;
  margin-bottom: .5em;
}

.members-panel aside h3, .members-panel nav h3 {
  font-weight: 700;
  color: #444750;
  letter-spacing: -0.2px;
  font-size: 1em;
  line-height: 1.3;
}

.members-panel aside p, .members-panel nav p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5625;
  letter-spacing: -0.2px;
}

.members-panel aside .link, .members-panel nav .link {
  margin-top: .5em;
}

.members-panel aside .button, .members-panel nav .button {
  margin-top: .25em;
  color: #2d953e;
  border-color: #2d953e;
  max-width: none;
}

.members-panel aside .button .icon, .members-panel nav .button .icon {
  color: currentColor;
}

.members-panel aside .button:before, .members-panel aside .button:after, .members-panel nav .button:before, .members-panel nav .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.members-panel aside .button:hover, .members-panel aside .button:focus, .members-panel nav .button:hover, .members-panel nav .button:focus {
  color: white;
  border-color: #2d953e;
}

.members-panel aside .button:hover .icon, .members-panel aside .button:focus .icon, .members-panel nav .button:hover .icon, .members-panel nav .button:focus .icon {
  color: white;
}

.members-panel aside .sub-menu .slide-trigger, .members-panel nav .sub-menu .slide-trigger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' fill='none'%3E%3Cpath stroke='%232D953E' stroke-linecap='square' stroke-width='2' d='M9 5.667H1M5 9.5v-8'/%3E%3C/svg%3E");
}

.members-panel aside .sub-menu .slide-trigger.open, .members-panel nav .sub-menu .slide-trigger.open {
  transform: rotate(45deg);
}

@media (min-width: 760px) {
  .members-panel aside[style], .members-panel nav[style] {
    display: block !important;
  }
}

.members-panel .panel-button {
  align-self: flex-start;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #444750;
  color: white;
  flex-basis: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 0 !important;
}

.members-panel .panel-button:before, .members-panel .panel-button:after {
  display: none;
}

@media (min-width: 760px) {
  .members-panel .panel-button {
    display: none;
  }
}

.members-panel .menu-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  align-items: center;
  line-height: 1.3333333333;
}

.members-panel .menu-list > .menu-item {
  padding-bottom: .75rem;
  border-bottom: 2px solid #CFCFCF;
}

.members-panel .menu-list > .menu-item + .menu-item {
  margin-top: .75rem;
}

.members-panel .menu-list > .menu-item.current-menu-item, .members-panel .menu-list > .menu-item.current-menu-ancestor {
  border-bottom-color: #fcb53b;
}

.members-panel .menu-list .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5333333333;
  text-transform: none;
  font-weight: 300;
  letter-spacing: -0.1px;
}

.members-panel .menu-list .sub-menu .menu-item {
  margin-top: .5rem;
}

.members-panel .menu-list .sub-menu .menu-item.current-menu-item {
  font-weight: bold;
}

.members-panel .menu-list .sub-menu .menu-item .menu-item a:before {
  content: '–\0020';
}

.members-panel .current-menu-item > .sub-menu {
  display: block;
}

.members-panel .current-menu-ancestor > .sub-menu {
  display: block;
}

.members-panel-trigger {
  order: -4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  transform-origin: center;
  transition: transform .2s ease;
  text-align: left;
  background: #ECECED;
  font-weight: bold;
  padding: 0.825em var(--gutter);
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1em;
  font-size: clamp(1.05em, calc(1.05em + 0.1vw), 1.1em);
  cursor: pointer;
  outline: none;
  position: relative;
  color: #444750;
  display: block;
  grid-column: 1 / -1;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .members-panel-trigger {
    font-size: calc(1.05em + 0.1vw);
  }
}

@media (min-width: 1024px) {
  .members-panel-trigger {
    display: none;
  }
}

.members-panel-trigger:before {
  content: 'MENU';
  font-size: 17px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: var(--gutter);
  transform: translateY(-50%);
  margin-right: 30px;
}

.members-panel-trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: var(--gutter);
  margin-top: -10px;
  width: 20px;
  height: 20px;
  transition: all .2s ease;
  opacity: 1;
  transform-origin: center;
}

.members-panel-trigger.open:after {
  transform: rotate(-45deg);
}

.members {
  display: grid;
  grid-gap: 40px;
}

@media (min-width: 480px) and (max-width: 640px) {
  .members {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 640px) and (max-width: 1020px) {
  .members {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1020px) {
  .members {
    grid-template-columns: repeat(4, 1fr);
  }
}

.members figure {
  position: relative;
  border-bottom: 2px solid #ececed;
}

.members a {
  display: block;
}

.members a:after {
  content: '';
  position: relative;
  height: 0;
  padding-top: 61.0909090909%;
  width: 100%;
  display: block;
}

.members a:after > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.members img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 30px 50px;
  box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
}

.members img:nth-child(2) {
  transition: opacity .2s ease;
  opacity: 0;
  background-color: white;
}

.members a:hover img:nth-child(2) {
  opacity: 1;
}

.mp-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.mp-header > * {
  margin-top: 0;
  margin-bottom: 0;
}

.mp-header h2 {
  font-size: 1.5em;
  font-size: clamp(1.2em, calc(1.2em + 0.4vw), 1.5em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .mp-header h2 {
    font-size: calc(1.2em + 0.4vw);
  }
}

.mp-header:has(.screen-reader-text:only-child) {
  display: none;
}

div:not(.aside) > .mp_wrapper .mepr-error {
  background-position: left center;
  font-size: 0.9em;
  line-height: 1.3333333333;
  background-color: #444750;
  color: white;
  padding: .75rem 2rem;
  background-position: left .5rem center;
  display: block;
  width: calc(50% - 20px);
  box-sizing: border-box;
}

.mp-errors {
  background-color: #444750;
  color: white;
  padding: calc(4 * var(--spacemax));
  background-size: 30px;
  background-position: calc(4 * var(--spacemax)) calc(4 * var(--spacemax));
  font-size: 0.85rem;
  margin-bottom: calc(6 * var(--space));
}

.mp-errors > *:first-child:not(div) {
  margin-top: -.3em;
}

.mp-errors > *:last-child:not(div) {
  margin-bottom: -.3em;
}

.mp-errors > * {
  margin-left: 50px;
}

.mp-errors p a:not([class]) {
  color: inherit;
  text-decoration: underline;
  background: none;
  transition: color .2s ease;
}

.mp-errors p a:not([class]):hover {
  color: #2d953e;
}

.mepr-form h3 {
  font-size: 1.5em;
  font-size: clamp(1.2em, calc(1.2em + 0.4vw), 1.5em);
  margin-top: 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .mepr-form h3 {
    font-size: calc(1.2em + 0.4vw);
  }
}

.mepr-form div + h3 {
  margin-top: calc(4 * var(--spacemax));
}

.mepr-form .mp-form-row, .mepr-form h3 {
  position: relative;
  width: 100%;
}

.mepr-form .mp-form-row:not(:last-child), .mepr-form h3:not(:last-child) {
  margin-bottom: 20px;
}

.mepr-form label:not(.mepr-checkbox-field) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
}

.mepr-form label:not(.mepr-checkbox-field).is-floating-label {
  color: #A0A1A6;
}

.mepr-form label:not(.mepr-checkbox-field):not(.is-floating-label) {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  margin-bottom: .5em;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.2px;
}

.mepr-form .mepr_custom_field:after {
  background-color: transparent;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mepr-form .mepr_mepr_linkedin input {
  padding-left: 8em;
}

.mepr-form .mepr_mepr_linkedin:after {
  content: 'linkedin.com/in/';
}

.mepr-form .mepr_mepr_x input {
  padding-left: 1.75em;
}

.mepr-form .mepr_mepr_x:after {
  content: '@';
}

.mepr-form .mepr-checkbox-field {
  display: flex;
  flex-flow: row nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mepr-form .mepr-checkbox-field span {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.5714285714;
  flex: 1;
}

.mepr-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #2d953e;
  height: 21px;
  width: 21px;
  outline: none;
  border: 2px solid #444750;
  background-color: white;
  position: relative;
  display: block;
  margin-right: .5em;
}

.mepr-form input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
}

.mepr-form .cc-error, .mepr-form .mepr_spacer, .mepr-form .mp-spacer {
  display: none !important;
}

.mepr-form .mepr-error, .mepr-form .mepr-form-has-errors {
  display: none;
}

.mepr-error, .mepr-form-has-errors {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left .125em center;
  color: #EE1C25;
  font-size: 17px;
  font-weight: 300;
}

.wp-block-sai-header .mepr-error, .wp-block-sai-header .mepr-form-has-errors {
  color: white;
}

.mepr-account-form, .mepr-newpassword-form, .mepr-signup-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.mepr-account-form .mp-form-row, .mepr-newpassword-form .mp-form-row, .mepr-signup-form .mp-form-row {
  margin: 0;
  position: relative;
}

@media (min-width: 480px) and (max-width: 640px), (min-width: 800px) {
  .mepr-account-form .mp-form-row, .mepr-newpassword-form .mp-form-row, .mepr-signup-form .mp-form-row {
    width: calc(50% - 10px);
  }
  .page-template-members-area .mepr-account-form .mp-form-row, .page-template-members-area .mepr-newpassword-form .mp-form-row, .page-template-members-area .mepr-signup-form .mp-form-row {
    width: calc(50% - 20px);
  }
}

.mepr-account-form input + .mp-form-row, .mepr-newpassword-form input + .mp-form-row, .mepr-signup-form input + .mp-form-row {
  width: 100%;
}

.mepr-signup-form input[type=text], .mepr-signup-form input[type=email], .mepr-signup-form input[type=password] {
  background-color: #ececed;
}

.page-template-members-area [type=text], .page-template-members-area [type=password], .page-template-members-area [type=email], .page-template-members-area .select-label, .page-template-members-area .mepr_custom_field:after {
  border-color: #CFCFCF;
}

.mepr-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.mepr-hidden {
  display: none;
}

.mepr-actions, .mp-form-submit {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  position: relative;
}

.mepr-actions > *:not(:last-child), .mp-form-submit > *:not(:last-child) {
  margin-right: 20px;
}

.mepr-actions .button, .mepr-actions [type=submit], .mp-form-submit .button, .mp-form-submit [type=submit] {
  margin-top: 20px;
}

.mepr-actions > a:not(.button):not(:last-child), .mp-form-submit > a:not(.button):not(:last-child) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.mepr-actions [disabled], .mp-form-submit [disabled] {
  cursor: not-allowed;
}

.mepr-actions .mepr-form-has-errors, .mp-form-submit .mepr-form-has-errors {
  width: 100%;
  margin-top: 20px;
}

.mepr-actions a + .button-primary, .mp-form-submit a + .button-primary {
  margin-left: auto !important;
  margin-right: 0;
}

.aligncenter .mp-form-submit .mepr-submit {
  margin-left: auto;
  margin-right: auto;
}

.mp-form-block {
  display: block !important;
  width: 100% !important;
}

.mepr-loading-text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
  min-height: 30px;
  background-position: center 1em;
  background-size: 30px auto;
  font-size: 0.9em;
  font-weight: 300;
  background-color: #eaf4eb;
  padding: 3em 1em 1em;
  text-align: center;
  max-width: 320px;
  margin: var(--spacer) auto !important;
}

.module-actions {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .module-actions {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.module-status-form {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.main-article > .module-status-form {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .main-article > .module-status-form {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.module-status-form label {
  cursor: pointer;
}

.module-status-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #2d953e;
  height: 31px;
  width: 31px;
  outline: none;
  border: 2px solid #2d953e;
  background-color: white;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  cursor: pointer;
}

.module-status-form input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: 20px auto;
}

.module-status-form:first-child:nth-last-child(4) {
  flex-basis: 100%;
  justify-content: flex-end;
  margin-right: 0;
  margin-bottom: 20px;
}

.module-status-form:first-child:nth-last-child(4):after {
  content: none;
}

.module-checklist {
  border-top: 1px solid #ececed;
  border-bottom: 1px solid #ececed;
}

.module-checklist, .module-checklist .module-checklist-sublist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.module-checklist li {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.module-checklist label {
  display: block;
  padding-right: calc(max(35px, 100% - 735px));
}

.module-checklist input[type=checkbox] {
  position: absolute;
  top: 1.25rem;
  right: 0;
}

.module-checklist-group, .module-checklist-sublist > li {
  position: relative;
}

.module-checklist-group > label {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1em;
  font-size: clamp(1.05em, calc(1.05em + 0.1vw), 1.1em);
  line-height: 1.3636363636;
  font-weight: bold;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .module-checklist-group > label {
    font-size: calc(1.05em + 0.1vw);
  }
}

.module-checklist-sublist > li > label {
  padding-top: 1.35em;
  padding-bottom: 1.35em;
}

.module-checklist > * + *, .module-checklist-sublist > * + *, .module-checklist-group > * + * {
  border-top: 1px solid #ececed;
}

.module-checklist-sublist > li {
  background-position: left center;
}

.module-checklist-sublist > li > label {
  padding-left: 35px;
}

.module-navigation {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .module-navigation {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.module-navigation:last-child {
  margin-bottom: calc(10 * var(--space));
}

.wp-block-sai-video + .module-navigation, .wp-block-sai-video + .module-actions {
  margin-top: calc(4 * var(--spacemax));
}

.module-navigation, .module-actions {
  color: #2d953e;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  line-height: 0.875;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: calc(5 * var(--spacemax));
  margin-bottom: calc(5 * var(--spacemax));
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
}

@media (min-width: 640px) {
  .module-navigation, .module-actions {
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: flex-end;
  }
}

.module-navigation > *, .module-actions > * {
  position: relative;
}

@media (max-width: 639px) {
  .module-navigation > *:not(:only-child), .module-actions > *:not(:only-child) {
    margin-bottom: 40px;
  }
  .module-navigation > *:not(:only-child):after, .module-actions > *:not(:only-child):after {
    content: '';
    border-bottom: 1px solid #eaf4eb;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    left: 0;
  }
}

@media (min-width: 640px) {
  .module-navigation > *:not(:last-child), .module-actions > *:not(:last-child) {
    margin-right: 40px;
  }
  .module-navigation > *:not(:last-child):after, .module-actions > *:not(:last-child):after {
    content: '';
    border-right: 1px solid #eaf4eb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 20px);
  }
}

.module-navigation .button, .module-actions .button {
  color: #2d953e;
  border-color: #2d953e;
  padding-top: .825em;
  padding-bottom: .825em;
}

.module-navigation .button .icon, .module-actions .button .icon {
  color: currentColor;
}

.module-navigation .button:before, .module-navigation .button:after, .module-actions .button:before, .module-actions .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.module-navigation .button:hover, .module-navigation .button:focus, .module-actions .button:hover, .module-actions .button:focus {
  color: white;
  border-color: #2d953e;
}

.module-navigation .button:hover .icon, .module-navigation .button:focus .icon, .module-actions .button:hover .icon, .module-actions .button:focus .icon {
  color: white;
}

.module-navigation > *, .module-actions > * {
  display: inline-flex;
  align-items: center;
  color: inherit;
}

.module-navigation .back-link .icon, .module-actions .back-link .icon {
  display: inline-block;
  vertical-align: middle;
  transition: transform .3s ease;
  transform: scaleX(-1);
  margin-right: .5em;
}

.module-navigation .back-link:hover .icon, .module-actions .back-link:hover .icon {
  transform: translate(-0.25rem, 0) scaleX(-1);
}

.module-navigation + *, .module-actions + * {
  margin-top: calc(7 * var(--spacemax));
  padding-top: 0 !important;
}

.module-navigation {
  margin-top: calc(7 * var(--spacemax));
  padding-top: calc(5 * var(--spacemax));
}

.module-navigation:before {
  content: '';
  border-bottom: 1px solid #eaf4eb;
  width: 100%;
  position: relative;
  bottom: calc(5 * var(--spacemax));
}

.module-actions {
  padding-bottom: calc(5 * var(--spacemax));
  margin-bottom: calc(7 * var(--spacemax));
}

.module-actions:after {
  content: '';
  border-bottom: 1px solid #eaf4eb;
  width: 100%;
  position: relative;
  top: calc(5 * var(--spacemax));
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  background-color: #444750;
  transform: translate(0, -100%);
  transition: transform .3s ease;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

@media (min-width: 640px) {
  .nav-drawer {
    display: flex;
    flex-direction: column;
  }
}

.drawer-open .nav-drawer {
  transform: translate(0, 0);
}

.admin-bar .nav-drawer {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .nav-drawer {
    padding-top: 46px;
  }
}

.nav-drawer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-drawer .menu {
  font-size: 17px;
  color: white;
}

.nav-drawer .menu a {
  display: inline-block;
  vertical-align: top;
  padding-top: .25em;
  padding-bottom: .25em;
}

.drawer-content {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  position: relative;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}

@media (min-width: 1220px) {
  .drawer-content {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  .drawer-content > [class*=drawer] {
    margin-right: calc(6 * var(--spacemax));
  }
}

.drawer-content > [class]:not(:last-child) {
  margin-bottom: calc(6 * var(--spacemax));
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .drawer-content > [class] {
    margin-right: var(--spacer);
  }
}

.drawer-brand {
  color: white;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-self: flex-start;
}

.drawer-brand .logo {
  display: block;
  width: 100px;
  outline: none;
}

.drawer-brand .logo svg {
  display: block;
}

.drawer-brand .logo .main path {
  fill: currentColor;
}

.drawer-brand .site-title {
  display: none;
}

.drawer-brand .area-title {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.95em;
  line-height: 1.1052631579;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0 1.25rem;
}

.drawer-brand:has(.area-title) {
  margin-right: 0;
  width: 100%;
}

.drawer-brand:has(.area-title) .logo {
  margin-right: 0;
}

@media (min-width: 480px) {
  .drawer-brand:has(.area-title) + .menu.nav-drawer-main-menu {
    max-width: 800px;
    -moz-column-count: unset;
         column-count: unset;
    -moz-column-width: calc(min(16rem, 100vw));
         column-width: calc(min(16rem, 100vw));
  }
}

@media (min-width: 768px) {
  .drawer-brand:has(.area-title) ~ ul {
    margin-left: calc(9 * var(--spacemax));
  }
}

.menu.nav-drawer-main-menu > .menu-item, .menu.nav-drawer-main-menu > .page_item, .menu.nav-drawer-featured-menu > .menu-item:not(:last-child), .menu.nav-drawer-featured-menu > .page_item:not(:last-child) {
  position: relative;
  padding-bottom: 2em;
}

.menu.nav-drawer-main-menu > .menu-item:after, .menu.nav-drawer-main-menu > .page_item:after, .menu.nav-drawer-featured-menu > .menu-item:not(:last-child):after, .menu.nav-drawer-featured-menu > .page_item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 2em;
  border-bottom: 1px solid #707070;
}

@media (max-width: 479px) {
  .menu.nav-drawer-main-menu {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .menu.nav-drawer-main-menu {
    flex: auto;
    margin-top: -.375em;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: var(--spacer);
         column-gap: var(--spacer);
  }
}

@media (min-width: 1020px) {
  .menu.nav-drawer-main-menu {
    max-width: 45%;
  }
}

.menu.nav-drawer-main-menu > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.menu.nav-drawer-main-menu > .menu-item:not(.break-after):not(:last-child):after, .menu.nav-drawer-main-menu > .page_item:not(.break-after):not(:last-child):after {
  content: none;
}

.menu.nav-drawer-main-menu > .menu-item > a, .menu.nav-drawer-main-menu > .page_item > a {
  font-weight: bold;
  text-transform: uppercase;
}

.menu.nav-drawer-main-menu a {
  position: relative;
}

.menu.nav-drawer-main-menu a:before {
  content: '';
  border-top: 3px solid #fcb53b;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  margin-top: -1px;
  transition: transform .2s;
  transform: scale(0, 1) translateZ(0);
}

.menu.nav-drawer-main-menu a:hover:before {
  transform: scale(1, 1) translateZ(0);
}

@media (max-width: 639px) {
  .menu.nav-drawer-main-menu a:before {
    left: auto;
    right: -20px;
  }
}

.menu.nav-drawer-featured-menu {
  flex: 1;
  margin-top: -.5em;
}

@media (max-width: 767px) {
  .menu.nav-drawer-featured-menu {
    display: flex;
    flex-flow: column nowrap;
    flex-basis: 100%;
    margin-right: 0;
    justify-content: space-between;
  }
  .menu.nav-drawer-featured-menu > * {
    max-width: 22em;
  }
  .menu.nav-drawer-featured-menu > *:last-child:after {
    content: '';
  }
  .menu.nav-drawer-featured-menu a {
    max-width: 19em;
    min-width: 17em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu.nav-drawer-featured-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 0;
    grid-gap: 0 1rem;
    width: 100%;
    flex: auto;
  }
  .menu.nav-drawer-featured-menu a {
    max-width: 19em;
  }
}

@media (min-width: 1024px) {
  .menu.nav-drawer-featured-menu {
    margin-right: 0;
  }
}

.menu.nav-drawer-featured-menu > .menu-item, .menu.nav-drawer-featured-menu > .page_item {
  text-transform: uppercase;
}

.menu.nav-drawer-featured-menu > .menu-item:after, .menu.nav-drawer-featured-menu > .page_item:after {
  width: 100% !important;
}

.menu.nav-drawer-featured-menu a {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.menu.nav-drawer-featured-menu a div {
  flex: 1;
}

.menu.nav-drawer-featured-menu .image {
  min-height: 4.5em;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.menu.nav-drawer-featured-menu .label {
  font-size: 14px;
}

.menu.nav-drawer-featured-menu .label:after {
  content: '\A';
  white-space: pre;
}

.menu.nav-drawer-featured-menu span:not(.label) {
  font-weight: bold;
  vertical-align: middle;
}

.menu.nav-drawer-featured-menu a span:not(.label) {
  background-image: linear-gradient(#fcb53b, #fcb53b);
  background-repeat: no-repeat;
  background-size: 0% 3px;
  background-position: left bottom;
  padding-bottom: 3px;
  transition: background-size .3s ease;
  will-change: background-size;
  transform: translateZ(0);
}

.menu.nav-drawer-featured-menu a:hover span:not(.label) {
  background-size: 100% 3px;
}

.menu.nav-drawer-bottom-menu {
  margin-right: 0;
  font-size: 16px;
  font-weight: bold;
  flex-basis: 100%;
}

@media (max-width: 759px) {
  .menu.nav-drawer-bottom-menu li {
    padding-top: .75em;
    padding-bottom: .75em;
  }
  .menu.nav-drawer-bottom-menu li + li {
    border-top: 1px solid #707070;
  }
}

@media (min-width: 760px) {
  .menu.nav-drawer-bottom-menu {
    display: flex;
    flex-flow: row wrap;
    margin-top: auto;
    margin-bottom: -.25em;
  }
  .menu.nav-drawer-bottom-menu li:not(:last-child) {
    border-right: 1px solid #707070;
    padding-right: 20px;
    margin-right: 20px;
  }
}

.menu.nav-drawer-bottom-menu li {
  background-size: 0;
}

.menu.nav-drawer-bottom-menu a {
  display: inline-block;
  padding-left: 1.25rem;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  overflow: hidden;
  outline: none;
  white-space: nowrap;
}

.menu.nav-drawer-bottom-menu a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #fcb53b;
  transition: transform .3s ease;
  transform: translate(-110%, 0);
}

.menu.nav-drawer-bottom-menu a:hover:after, .menu.nav-drawer-bottom-menu a:focus:after {
  transform: translate(0, 0);
}

.menu.nav-drawer-bottom-menu .icon {
  margin-left: 4px;
}

@media (max-width: 760px) {
  .menu.nav-drawer-bottom-menu > li:last-child {
    order: -1;
    flex-basis: 100%;
  }
}

.menu.nav-drawer-bottom-menu .searchform {
  position: relative;
}

.menu.nav-drawer-bottom-menu .searchform [type=search] {
  background: transparent;
  border: none;
  line-height: inherit;
  color: white;
  outline: none;
  padding: .125em 60px .125em 0;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  border-radius: 0;
}

@media (min-width: 760px) {
  .menu.nav-drawer-bottom-menu .searchform {
    max-width: 12em;
  }
  .menu.nav-drawer-bottom-menu .searchform [type=search] {
    border-right: 1px solid #707070;
  }
}

.menu.nav-drawer-bottom-menu .submit {
  all: unset;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  width: 60px;
  overflow: hidden;
}

@media (max-width: 760px) {
  .menu.nav-drawer-bottom-menu .submit {
    margin-right: -15px;
  }
}

.menu.nav-drawer-bottom-menu .submit .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  transform: scale(1.125);
  transform-origin: center;
  transition: color .2s ease;
}

.menu.nav-drawer-bottom-menu .submit:hover .icon, .menu.nav-drawer-bottom-menu .submit:focus .icon {
  color: #fcb53b;
}

.menu.nav-drawer-bottom-menu .close, .menu.nav-drawer-bottom-menu label {
  display: none;
}

.menu.nav-drawer-action-menu {
  display: flex;
  flex-flow: row nowrap;
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: 0;
}

.menu.nav-drawer-action-menu li + li {
  margin-left: 20px;
}

@media (min-width: 640px) {
  .menu.nav-drawer-action-menu .button {
    padding-top: .4em;
    padding-bottom: .4em;
  }
}

.menu.nav-drawer-action-menu li:first-child .button {
  color: #2d953e;
  border-color: #2d953e;
  color: white;
}

.menu.nav-drawer-action-menu li:first-child .button .icon {
  color: currentColor;
}

.menu.nav-drawer-action-menu li:first-child .button:before, .menu.nav-drawer-action-menu li:first-child .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.menu.nav-drawer-action-menu li:first-child .button:hover, .menu.nav-drawer-action-menu li:first-child .button:focus {
  color: white;
  border-color: #2d953e;
}

.menu.nav-drawer-action-menu li:first-child .button:hover .icon, .menu.nav-drawer-action-menu li:first-child .button:focus .icon {
  color: white;
}

.menu.nav-drawer-action-menu li:last-child .button {
  background-color: #2d953e;
  min-width: auto;
  border: none;
  color: white;
}

.menu.nav-drawer-action-menu li:last-child .button:before, .menu.nav-drawer-action-menu li:last-child .button:after {
  background-color: #fcb53b;
}

.menu.nav-drawer-action-menu li:last-child .button:hover, .menu.nav-drawer-action-menu li:last-child .button:focus {
  color: white;
}

@media (max-width: 1020px) {
  .menu.nav-drawer-action-menu {
    margin-top: calc(6 * var(--space));
    flex-basis: 100%;
  }
}

.drawer-close {
  outline: none;
  background-color: rgba(45, 149, 62, 0);
  border: 2px solid #2d953e;
  border-radius: 50%;
  padding: 0;
  margin: 0 !important;
  position: absolute;
  top: var(--gutter);
  right: var(--gutter);
  width: 35px;
  height: 35px;
  background-position: center;
  cursor: pointer;
  transition: transform .2s ease, color .2s ease;
  transform-origin: center;
  background-size: 50%;
}

.drawer-close:hover {
  transform: rotate(90deg);
  background-color: #2d953e;
}

ul.page-numbers, .gsc-cursor {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  margin: 0;
  list-style-type: none;
  color: #2d953e;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  font-size: clamp(1.1em, calc(1.1em + 0.3vw), 1.3em);
  line-height: 1.1538461538;
  font-weight: bold;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  ul.page-numbers, .gsc-cursor {
    font-size: calc(1.1em + 0.3vw);
  }
}

*:not(.row) > ul.page-numbers, *:not(.row) > .gsc-cursor {
  margin: calc(6 * var(--space)) 0;
  padding-top: .5em;
  padding-bottom: 0;
}

.search-footer ul.page-numbers, .search-footer .gsc-cursor {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
}

@media (min-width: 1220px) {
  .search-footer ul.page-numbers, .search-footer .gsc-cursor {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.search-footer ul.page-numbers:before, .search-footer .gsc-cursor:before {
  margin: 0 calc(6 * var(--space));
  margin: calc(12 * var(--space)) auto;
}

ul.page-numbers:before, .gsc-cursor:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 2px solid rgba(45, 149, 62, 0.2);
}

ul.page-numbers > *, .gsc-cursor > * {
  outline: none;
}

ul.page-numbers > * + *, .gsc-cursor > * + * {
  margin-left: .5rem;
}

ul.page-numbers a.page-numbers, .gsc-cursor a.page-numbers {
  transition: color .15s ease;
}

ul.page-numbers a.page-numbers, ul.page-numbers > div, .gsc-cursor a.page-numbers, .gsc-cursor > div {
  cursor: pointer;
}

ul.page-numbers a.page-numbers:hover, ul.page-numbers a.page-numbers:active, ul.page-numbers > div:hover, ul.page-numbers > div:active, .gsc-cursor a.page-numbers:hover, .gsc-cursor a.page-numbers:active, .gsc-cursor > div:hover, .gsc-cursor > div:active {
  color: #444750;
}

ul.page-numbers li > .page-numbers, .gsc-cursor li > .page-numbers {
  text-align: center;
  min-width: 1rem;
  display: inline-block;
  vertical-align: middle;
}

ul.page-numbers span.page-numbers.current, ul.page-numbers .gsc-cursor-current-page, .gsc-cursor span.page-numbers.current, .gsc-cursor .gsc-cursor-current-page {
  color: #444750;
}

ul.page-numbers .icon, .gsc-cursor .icon {
  display: inline-block;
  align-items: center;
  vertical-align: middle;
}

ul.page-numbers svg, .gsc-cursor svg {
  display: block;
  transform: scale(1.25);
}

ul.page-numbers .prev svg, ul.page-numbers .page-prev svg, .gsc-cursor .prev svg, .gsc-cursor .page-prev svg {
  transform: scale(-1.25);
}

ul.page-numbers span.page-prev, ul.page-numbers span.page-next, .gsc-cursor span.page-prev, .gsc-cursor span.page-next {
  opacity: .2;
  pointer-events: none;
}

.pagination {
  border-top: 2px solid #CFCFCF;
  padding-top: 1.25rem;
  margin: calc(8 * var(--space)) 0;
}

.pagination .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.pagination .pagination-label {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.pagination ul.page-numbers:before {
  content: none;
}

.pagination ul.page-numbers .page-prev {
  transform: scaleX(-1);
  display: block;
}

.pagination ul.page-numbers .page-prev, .pagination ul.page-numbers .page-next {
  display: block;
}

.pagination ul.page-numbers .page-prev path, .pagination ul.page-numbers .page-prev circle, .pagination ul.page-numbers .page-next path, .pagination ul.page-numbers .page-next circle {
  transition: all 3s ease;
}

.pagination ul.page-numbers .page-prev path, .pagination ul.page-numbers .page-next path {
  fill: var(--vibrant-color-text);
}

.pagination ul.page-numbers .page-prev:hover circle, .pagination ul.page-numbers .page-next:hover circle {
  fill: var(--vibrant-color);
}

.pagination ul.page-numbers svg {
  transform: none;
}

.pagination ul.page-numbers .dots {
  color: #444750;
}

@media (min-width: 640px) {
  .no-cssgrid .home .wp-block-sai-header .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .no-cssgrid .home .wp-block-sai-header .row .lead {
    margin-bottom: 40px;
    width: 100%;
    max-width: 800px;
  }
  .no-cssgrid .home .wp-block-sai-header .row p:not(.lead) {
    max-width: 575px;
  }
  .no-cssgrid .home .wp-block-sai-header .row .button {
    margin-right: auto;
    margin-left: 40px;
  }
}

.no-cssgrid .wp-block-sai-header .aside {
  justify-content: flex-start;
}

@media (min-width: 800px) {
  .no-cssgrid .wp-block-sai-articles .row {
    display: flex;
    flex-flow: row nowrap;
  }
  .no-cssgrid .wp-block-sai-articles .row header {
    width: 25%;
    margin-right: 40px;
  }
  .no-cssgrid .wp-block-sai-articles .row .content {
    flex: 1;
  }
}

.no-cssgrid .wp-block-sai-introduction header.row, .no-cssgrid .wp-block-sai-features header.row, .no-cssgrid .box-cta header.row {
  display: flex;
  flex-flow: row wrap;
}

.no-cssgrid .wp-block-sai-introduction header.row .content, .no-cssgrid .wp-block-sai-features header.row .content, .no-cssgrid .box-cta header.row .content {
  max-width: 695px;
  margin-right: 40px;
}

.no-cssgrid .wp-block-sai-introduction:not(.is-style-columns) .aside, .no-cssgrid .wp-block-sai-features:not(.is-style-columns) .aside, .no-cssgrid .box-cta:not(.is-style-columns) .aside {
  flex: 1;
}

.no-cssgrid .box-cta .row, .no-cssgrid .box-cta-people .row {
  display: flex;
  flex-flow: row nowrap;
}

.no-cssgrid .box-cta .row .content, .no-cssgrid .box-cta-people .row .content {
  max-width: 695px;
  margin-right: 40px;
}

.no-cssgrid .box-cta-people .row {
  flex-flow: row wrap;
}

.no-cssgrid .box-cta-people .articles {
  max-width: 275px;
}

.no-cssgrid .box-cta-people .articles .article + .article {
  margin-top: 40px;
}

.no-cssgrid .box-cta-connect .row {
  display: flex;
  flex-flow: row wrap;
}

.no-cssgrid .box-cta-connect .row > * {
  margin-bottom: 40px;
}

.no-cssgrid .articles {
  display: flex;
  flex-flow: row wrap;
}

.no-cssgrid .articles > .article {
  box-sizing: border-box;
}

.no-cssgrid .articles.has-events .article {
  width: 100% !important;
}

.no-cssgrid .articles.has-image-contents .article:not(:only-child) {
  width: calc( (100% - 40px * (1) ) / 2);
  margin-right: 0;
}

.no-cssgrid .articles.has-image-contents .article:not(:only-child):not(:nth-child(2n)) {
  margin-right: calc(40px);
}

.no-cssgrid .articles.has-image-contents .article:not(:only-child):nth-child(2n) {
  margin-left: auto;
}

.no-cssgrid .articles.has-image-contents .article:not(:only-child):nth-child(n+3) {
  margin-top: 40px;
}

.no-cssgrid .articles.has-image-contents .article:only-child {
  width: 100%;
}

.no-cssgrid .articles.has-pages .article {
  width: calc( (100% - 40px * (2) ) / 3);
  margin-right: 0;
}

.no-cssgrid .articles.has-pages .article:not(:nth-child(3n)) {
  margin-right: calc(40px);
}

.no-cssgrid .articles.has-pages .article:nth-child(3n) {
  margin-left: auto;
}

.no-cssgrid .articles.has-pages .article:nth-child(n+4) {
  margin-top: 40px;
}

.no-cssgrid .articles.has-icon-contents {
  background-color: #ececed;
}

.no-cssgrid .articles.has-icon-contents .article {
  width: 33.3333333333%;
}

.no-cssgrid .articles.has-files .article, .no-cssgrid .articles.has-links .article, .no-cssgrid .articles.has-companies .article {
  width: calc( (100% - 40px * (3) ) / 4);
  margin-right: 0;
}

.no-cssgrid .articles.has-files .article:not(:nth-child(4n)), .no-cssgrid .articles.has-links .article:not(:nth-child(4n)), .no-cssgrid .articles.has-companies .article:not(:nth-child(4n)) {
  margin-right: calc(40px);
}

.no-cssgrid .articles.has-files .article:nth-child(4n), .no-cssgrid .articles.has-links .article:nth-child(4n), .no-cssgrid .articles.has-companies .article:nth-child(4n) {
  margin-left: auto;
}

.no-cssgrid .articles.has-files .article:nth-child(n+5), .no-cssgrid .articles.has-links .article:nth-child(n+5), .no-cssgrid .articles.has-companies .article:nth-child(n+5) {
  margin-top: 40px;
}

.no-cssgrid .articles.has-icons .article {
  width: calc( (100% - 40px * (4) ) / 5);
  margin-right: 0;
}

.no-cssgrid .articles.has-icons .article:not(:nth-child(5n)) {
  margin-right: calc(40px);
}

.no-cssgrid .articles.has-icons .article:nth-child(5n) {
  margin-left: auto;
}

.no-cssgrid .articles.has-icons .article:nth-child(n+6) {
  margin-top: 40px;
}

.no-cssgrid .articles.has-icons .article.type-comment {
  width: calc( (100% - 40px * 1.5 ) * 2 / 5);
  margin-left: 0;
  margin-right: 40px;
  align-self: center;
}

.no-cssgrid .articles.has-icons .article.type-comment + * + * + * {
  margin-right: 0;
}

.no-cssgrid .articles .type-page {
  width: calc( (100% - 40px * (2) ) / 3);
  margin-right: 0;
}

.no-cssgrid .articles .type-page:not(:nth-child(3n)) {
  margin-right: calc(40px);
}

.no-cssgrid .articles .type-page:nth-child(3n) {
  margin-left: auto;
}

.no-cssgrid .articles .type-page:nth-child(n+4) {
  margin-top: 40px;
}

.no-cssgrid .articles .type-article {
  width: calc( (100% - 40px * (3) ) / 4);
  margin-right: 0;
}

.no-cssgrid .articles .type-article:not(:nth-child(4n)) {
  margin-right: calc(40px);
}

.no-cssgrid .articles .type-article:nth-child(4n) {
  margin-left: auto;
}

.no-cssgrid .articles .type-article:nth-child(n+5) {
  margin-top: 40px;
}

.no-cssgrid .articles .type-article.is-featured {
  width: calc( (100% - 40px * 3 ) * 1/2 + 40px);
}

.no-cssgrid .has-labeled-articles.has-companies .articles .article {
  width: calc( (100% - 40px * (2) ) / 3);
  margin-right: 0;
}

.no-cssgrid .has-labeled-articles.has-companies .articles .article:not(:nth-child(3n)) {
  margin-right: calc(40px);
}

.no-cssgrid .has-labeled-articles.has-companies .articles .article:nth-child(3n) {
  margin-left: auto;
}

.no-cssgrid .has-labeled-articles.has-companies .articles .article:nth-child(n+4) {
  margin-top: 40px;
}

.no-cssgrid .wp-block-sai-articles .articles {
  display: block;
}

.no-cssgrid .wp-block-sai-articles .articles .article {
  float: left;
  margin-top: 0;
  margin-bottom: 40px;
}

.no-cssgrid .wp-block-sai-articles .content:not(:only-child) .articles {
  display: block !important;
}

.no-cssgrid .wp-block-sai-articles .content:not(:only-child) .articles .article {
  width: calc( (100% - 40px * (2) ) / 3);
  margin-right: 0;
}

.no-cssgrid .wp-block-sai-articles .content:not(:only-child) .articles .article:not(:nth-child(3n)) {
  margin-right: calc(40px);
}

.no-cssgrid .wp-block-sai-articles .content:not(:only-child) .articles .article:nth-child(3n) {
  margin-left: auto;
}

.no-cssgrid .wp-block-sai-articles .content:not(:only-child) .articles .article:nth-child(n+4) {
  margin-top: 40px;
}

.no-cssgrid .wp-block-sai-articles .content:not(:only-child) .articles .article.is-featured {
  width: calc( (100% - 40px * 2 ) * 2/3 + 40px);
}

.no-cssgrid .wp-block-sai-articles .content:only-child .articles .article.is-featured + * + * {
  margin-right: 0;
}

.no-cssgrid .wp-block-sai-articles .content:only-child .articles .article.is-featured + * + * + * {
  margin-right: 40px;
}

.no-cssgrid .wp-block-sai-articles .content:only-child .articles .article.is-featured + * + * + * + * {
  margin-right: 0;
}

.no-cssgrid .articles.has-events .type-article {
  width: 100%;
  margin-right: 0;
}

.no-cssgrid .articles.has-events .type-article:not(:last-child) {
  margin-bottom: 40px;
}

.no-cssgrid .articles.has-events .type-article .image {
  position: absolute;
  width: 23.2044198895%;
  margin: 0 !important;
  height: auto !important;
}

.no-cssgrid .articles.has-events .type-article .image img {
  display: block;
}

.no-cssgrid .articles.has-events .type-article .image ~ * {
  margin-left: 26.5193370166%;
}

.no-cssgrid .articles.has-events .type-article .image ~ *:last-child {
  padding-bottom: 1.5em;
}

.no-objectfit .image.is-full img, .no-objectfit .slider-cell img {
  font-family: 'object-fit: cover;';
}

*::-ms-backdrop, .articles .type-article:not(.is-featured) a {
  height: 100%;
}

button.mfp-close {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-position: right 0 center;
  opacity: 1;
}

.mfp-iframe-holder .mfp-close {
  top: -44px;
}

*:not(.mfp-content) > .is-popup {
  display: none;
}

.mfp-typeform .mfp-container {
  padding: 40px 0 0;
}

@media (min-width: 640px) {
  .mfp-typeform .mfp-container {
    padding: 20px;
  }
}

.mfp-typeform .mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

@media (max-width: 800px) {
  .mfp-typeform .mfp-iframe-scaler {
    position: relative;
    height: 0;
    padding-top: 125%;
    width: 100%;
  }
  .mfp-typeform .mfp-iframe-scaler > * {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    margin: 0;
    padding: 0;
  }
}

.mfp-inlineform button.mfp-close {
  top: -44px;
}

.mfp-inlineform .mfp-container {
  padding-top: 44px;
}

.mfp-inlineform .mfp-content {
  background-color: #eaf4eb;
  max-width: 1000px;
}

.mfp-inlineform .wp-block-sai-form {
  padding-left: 20px;
  padding-right: 20px;
}

.mfp-inlineform .wp-block-sai-form:before {
  content: none;
}

@media (min-width: 640px) {
  .mfp-inlineform .wp-block-sai-form {
    padding-left: calc(10 * var(--space));
    padding-right: calc(10 * var(--space));
  }
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form > * {
  width: 100%;
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form > p + div {
  margin-top: 40px;
}

@media (min-width: 800px) {
  .mfp-inlineform .wp-block-sai-form .wpcf7-form > div > * {
    width: calc((100% - 80px)/2);
  }
}

@media (min-width: 800px) {
  .mfp-inlineform .wp-block-sai-form .wpcf7-form > div:nth-last-child(-n+2) {
    width: calc((100% - 80px)/2);
    box-sizing: border-box;
  }
  .mfp-inlineform .wp-block-sai-form .wpcf7-form > div:nth-last-child(-n+2) > * {
    width: 100%;
  }
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form .actions {
  display: flex;
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form [type=text], .mfp-inlineform .wp-block-sai-form .wpcf7-form [type=email], .mfp-inlineform .wp-block-sai-form .wpcf7-form [type=checkbox] {
  border-color: #ececed;
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form [type=text].wpcf7-not-valid, .mfp-inlineform .wp-block-sai-form .wpcf7-form [type=email].wpcf7-not-valid, .mfp-inlineform .wp-block-sai-form .wpcf7-form [type=checkbox].wpcf7-not-valid {
  border-color: #EE1C25;
  background-position: right 20px center;
  background-size: 16px;
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form [type=checkbox] {
  width: 30px;
  height: 30px;
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form [type=submit] {
  border-radius: 4px;
  background-color: #2d953e;
  color: white;
  margin-top: auto;
  text-transform: none;
  min-width: 175px;
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form div > p, .mfp-inlineform .wp-block-sai-form .wpcf7-form .wpcf7-response-output {
  font-size: 0.85rem;
  font-weight: 300;
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form .wpcf7-list-item-label {
  font-size: 1em;
}

.mfp-inlineform .wp-block-sai-form .wpcf7-form .wpcf7-validation-errors {
  color: #EE1C25;
  padding-left: 25px;
  background-size: 16px;
  background-position: left top 5px;
}

.mfp-frame button.mfp-close {
  top: -44px;
  background-size: 35px;
  background-position: right top;
}

.mfp-frame .mfp-container {
  padding-top: 44px;
}

.mfp-frame .mfp-content {
  background-color: #eaf4eb;
  max-width: 735px;
}

.post-footer {
  grid-template-columns: 1fr minmax(100px, 590px) minmax(100px, 590px) 1fr;
  grid-template-rows: auto;
  grid-gap: 0 var(--spacer);
  justify-items: center;
}

@media (min-width: 640px) {
  .post-footer {
    display: grid;
  }
}

.post-footer > * {
  width: 100%;
  grid-column: 1 / -1;
}

.post-footer aside + section {
  margin-top: 0 !important;
}

@media (min-width: 640px) {
  .post-footer .box-map:not(.alignfull) {
    grid-column: 2;
  }
  .post-footer .box-map:not(.alignfull) + .box-map:not(.alignfull) {
    grid-column: 3;
  }
}

.main-entry > h1, main > article[class] > h1, .main-entry > h2, main > article[class] > h2, .main-entry > h3, main > article[class] > h3, .main-entry > h4, main > article[class] > h4, .main-entry > h5, main > article[class] > h5, .main-entry > h6, main > article[class] > h6 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.main-entry > h1, main > article[class] > h1 {
  font-size: 1.9em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.9em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .main-entry > h1, main > article[class] > h1 {
    font-size: calc(1.3em + 0.7vw);
  }
}

.main-entry > h2, main > article[class] > h2 {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .main-entry > h2, main > article[class] > h2 {
    font-size: calc(1.1em + 0.2vw);
  }
}

.main-entry > p, main > article[class] > p, .main-entry > ul, main > article[class] > ul, .main-entry > ol, main > article[class] > ol, .main-entry > figure, main > article[class] > figure, .main-entry > blockquote, main > article[class] > blockquote, .main-entry .wp-block-image > figure, main > article[class] .wp-block-image > figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.main-entry > h2 + p, main > article[class] > h2 + p, .main-entry > h2 + ul, main > article[class] > h2 + ul {
  margin-top: .5em;
}

.main-entry > p + h2, main > article[class] > p + h2, .main-entry > ul + h2, main > article[class] > ul + h2 {
  margin-top: 2.25em;
}

.main-entry > h3 + p, main > article[class] > h3 + p, .main-entry > h3 + ul, main > article[class] > h3 + ul {
  margin-top: .5em;
}

.main-entry > .intro, main > article[class] > .intro, .main-entry > .has-large-font-size, main > article[class] > .has-large-font-size {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .main-entry > .intro, main > article[class] > .intro, .main-entry > .has-large-font-size, main > article[class] > .has-large-font-size {
    font-size: calc(1.25em + 0.5vw);
  }
}

.main-entry > .intro, main > article[class] > .intro, .main-entry > .has-large-font-size strong, main > article[class] > .has-large-font-size strong {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

main > article[class] {
  position: relative;
}

main > article[class] > *:first-child:not([class]) {
  padding-top: calc(10 * var(--space));
}

main > article[class] > *:last-child:not([class]) {
  margin-bottom: calc(10 * var(--space));
}

main > article[class] > header:not([class]) {
  margin-bottom: calc(8 * var(--space));
}

main > article[class] > header:not([class]) > *:first-child:not(div) {
  margin-top: 0;
}

main > article[class] > header:not([class]) > *:last-child:not(div) {
  margin-bottom: 0;
}

main > article[class] > [class]:not([class*=-block]):not([class*='is-style']):not(.post-footer):not(.main-entry):not(.module-actions):not(.module-navigation) {
  margin-top: var(--block-spacing, calc(8 * var(--space)));
}

main > article[class] > [class]:not([class*=-block]):not([class*='is-style']):not(.post-footer):not(.main-entry):not(.module-actions):not(.module-navigation):first-child {
  margin-top: 0;
}

main > article[class] > p:not([class]) + .is-style-solid-color, main > article[class] > ul:not([class]) + .is-style-solid-color, main > article[class] > ol:not([class]) + .is-style-solid-color, main > article[class] > dl:not([class]) + .is-style-solid-color {
  margin-top: var(--block-spacing, calc(8 * var(--space)));
}

main > article[class] > [class*=wp-block]:not(.wp-block-heading):not(.wp-block-image) + :not([class]),
main > article[class] > [class*=wp-block] + h2.wp-block-heading,
main > article[class] > :not([class]) + h2.wp-block-heading, main > article[class] > :not([class]) + footer {
  margin-top: var(--block-spacing, calc(8 * var(--space)));
}

main > article[class] .wp-block-image.alignfull + p[class] {
  margin-top: var(--block-spacing, calc(8 * var(--space)));
}

main > article[class] .wp-block-sai-header + .wp-block-image:not(.alignfull) {
  margin-top: var(--block-spacing, calc(8 * var(--space)));
}

.header-top .searchform {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: 0;
}

.header-top .searchform .close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: 17px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

.header-top .searchform .close:after, .header-top .searchform label:after, .header-top .searchform [type=submit]:after, .header-top .searchform button.submit:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 3px solid #fcb53b;
  transform: translate3d(-101%, 0, 0);
  transition: transform .4s;
  will-change: transform;
}

.header-top .searchform .close:hover:after, .header-top .searchform .close:hover + label:after, .header-top .searchform .close:focus:after, .header-top .searchform .close:focus + label:after, .header-top .searchform label:hover:after, .header-top .searchform label:hover + label:after, .header-top .searchform label:focus:after, .header-top .searchform label:focus + label:after, .header-top .searchform [type=submit]:hover:after, .header-top .searchform [type=submit]:hover + label:after, .header-top .searchform [type=submit]:focus:after, .header-top .searchform [type=submit]:focus + label:after, .header-top .searchform button.submit:hover:after, .header-top .searchform button.submit:hover + label:after, .header-top .searchform button.submit:focus:after, .header-top .searchform button.submit:focus + label:after {
  transform: translate3d(0, 0, 0);
}

.header-top .searchform input, .header-top .searchform button {
  all: unset;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}

.header-top .searchform [type=search] {
  width: 280px;
  max-width: calc(100vw - 94px);
  box-sizing: border-box;
  background: #444750;
  border: none;
  line-height: inherit;
  color: white;
  font-size: 18px;
  font-weight: 700;
  outline: none;
  padding: 0.5em 1em;
  transition: all .4s ease .4s;
  transform: translate(0, 0);
  border-left: 1px solid #64666E;
  background-image: linear-gradient(#fcb53b, #fcb53b);
  background-repeat: no-repeat;
  background-size: 0% 3px;
  background-position: right 0 bottom;
}

@media (min-width: 640px) {
  .header-top .searchform [type=search] {
    width: 425px;
  }
}

.header-top .searchform [type=search]:focus {
  opacity: 1;
  background-size: 100% 3px;
  transform: translate(-95px, 0);
  pointer-events: auto;
  transition: all .4s ease;
}

.header-top .searchform [type=search]:focus ~ label {
  transform: translate(-48px, 0);
  transition: transform .4s ease;
}

.header-top .searchform [type=search]:focus ~ input[type=submit], .header-top .searchform [type=search]:focus ~ button.submit {
  pointer-events: auto;
}

.header-top .searchform label, .header-top .searchform [type=submit], .header-top .searchform button.submit {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 47px;
  background-position: center;
  background-color: #444750;
  transition: transform .4s ease .4s;
  transform: translate(0, 0);
  padding: 0.5625em 0 0.5625em 0;
}

.header-top .searchform [type=submit], .header-top .searchform button.submit {
  transition: all 0s .4s, transform .4s;
  right: 100%;
  z-index: 10;
  cursor: pointer;
}

.header-top .searchform [type=submit]:hover, .header-top .searchform [type=submit]:focus, .header-top .searchform [type=submit]:active, .header-top .searchform button.submit:hover, .header-top .searchform button.submit:focus, .header-top .searchform button.submit:active {
  pointer-events: auto;
}

select.select, .wpcf7-select {
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  background-position: right 1rem center;
}

select.select::-ms-expand, .wpcf7-select::-ms-expand {
  display: none;
}

select.select:focus, .wpcf7-select:focus {
  outline: none;
}

select.select:focus ~ .select-label, select.select:active ~ .select-label, .wpcf7-select:focus ~ .select-label, .wpcf7-select:active ~ .select-label {
  border-color: #fcb53b;
}

.select-label {
  color: inherit;
  display: block;
  background-color: white;
}

div.select {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 9;
}

div.select:after {
  content: '';
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 20px;
  height: 12px;
}

div.select.open {
  z-index: 12;
}

div.select.open:after {
  transform: scale(1, -1);
}

div.select.open .select-list {
  display: block;
}

div.select.open .select-label {
  border-color: #fcb53b;
}

div.select.selected li[rel=''], div.select.selected li:not([rel]) {
  display: block;
}

.select-list li {
  background-color: #565961;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  padding: .625em 1rem;
  position: relative;
}

.select-list li.active, .select-list li:hover {
  background-color: #444750;
}

.select-list li.active:after {
  content: '\2715';
  color: #fcb53b;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}

.no-touchevents .select-list li.active:after, .select-list .no-touchevents li.active:after {
  display: none;
}

.no-touchevents .select-list li.active:hover:after, .select-list .no-touchevents li.active:hover:after {
  display: block;
}

.select-label {
  z-index: 100;
  padding-right: 3rem;
}

.select-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 70vh;
  overflow: auto;
}

.select-list li {
  margin: 0;
}

.select-list li[rel=''], .select-list li:not([rel]), .select-list li.empty {
  display: none;
}

button.slide-trigger {
  cursor: pointer;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.is-slider .flickity-page-dots {
  bottom: 12px;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: right;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  pointer-events: none;
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: auto;
}

@media (min-width: 640px) {
  .is-slider .flickity-page-dots {
    bottom: calc(4 * var(--space));
  }
}

@media (min-width: 1220px) {
  .is-slider .flickity-page-dots {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.is-slider .flickity-page-dots .dot {
  border: 2px solid #2d953e;
  background: none;
  opacity: 1;
  margin: 0;
  pointer-events: auto;
}

.is-slider .flickity-page-dots .dot + .dot {
  margin-left: 10px;
}

.is-slider .flickity-page-dots .dot.is-selected {
  border-color: #fcb53b;
}

@media (min-width: 640px) and (max-width: 800px) {
  .is-slider.has-image-after .flickity-page-dots > *:last-child {
    margin-right: calc(50% + 40px);
  }
}

@media (min-width: 800px) {
  .is-slider.has-image-after .flickity-page-dots > *:last-child {
    margin-right: 65.5737704918%;
  }
}

.is-slider {
  overflow: hidden;
}

.is-slider .slider-cell {
  width: 100%;
}

@media (min-width: 640px) {
  .is-slider > .flickity-viewport {
    overflow: visible;
    transition: height 1s ease .5s;
    will-change: height;
  }
  .is-slider > .flickity-viewport .flickity-slider {
    transform: none !important;
  }
  .is-slider > .flickity-viewport .slider-cell {
    left: 0 !important;
    transform: none !important;
    transition: visibility 0s 1.4s;
    visibility: hidden;
    z-index: 0;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected, .is-slider > .flickity-viewport .slider-cell:only-child {
    transition-delay: 0s;
    visibility: visible;
    z-index: 1;
  }
  .is-slider > .flickity-viewport .content > *:not(blockquote), .is-slider > .flickity-viewport .image, .is-slider > .flickity-viewport blockquote > * {
    opacity: 0;
    transition: opacity .6s ease 0s, transform .6s ease 0s;
    transform: translate(0, 10px);
    position: relative;
  }
  .is-slider > .flickity-viewport .content > *:not(blockquote):nth-last-child(4), .is-slider > .flickity-viewport .image:nth-last-child(4), .is-slider > .flickity-viewport blockquote > *:nth-last-child(4) {
    transition-delay: .6s, .6s;
  }
  .is-slider > .flickity-viewport .content > *:not(blockquote):nth-last-child(3), .is-slider > .flickity-viewport .image:nth-last-child(3), .is-slider > .flickity-viewport blockquote > *:nth-last-child(3) {
    transition-delay: .4s, .4s;
  }
  .is-slider > .flickity-viewport .content > *:not(blockquote):nth-last-child(2), .is-slider > .flickity-viewport .image:nth-last-child(2), .is-slider > .flickity-viewport blockquote > *:nth-last-child(2) {
    transition-delay: .2s, .2s;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote), .is-slider > .flickity-viewport .slider-cell.is-selected .image, .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > * {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: .8s, .8s;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote):nth-child(2), .is-slider > .flickity-viewport .slider-cell.is-selected .image:nth-child(2), .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > *:nth-child(2) {
    transition-delay: 1s, 1s;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote):nth-child(3), .is-slider > .flickity-viewport .slider-cell.is-selected .image:nth-child(3), .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > *:nth-child(3) {
    transition-delay: 1.2s, 1.2s;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote):nth-child(4), .is-slider > .flickity-viewport .slider-cell.is-selected .image:nth-child(4), .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > *:nth-child(4) {
    transition-delay: 1.4s, 1.4s;
  }
  .is-slider > .flickity-viewport .content > *:not(blockquote), .is-slider > .flickity-viewport .image, .is-slider > .flickity-viewport blockquote > * {
    opacity: 0;
    transition: opacity 500ms ease 0s, transform 500ms ease 0s;
    transform: translate(0, 10px);
    position: relative;
  }
  .is-slider > .flickity-viewport .content > *:not(blockquote):nth-last-child(2), .is-slider > .flickity-viewport .image:nth-last-child(2), .is-slider > .flickity-viewport blockquote > *:nth-last-child(2) {
    transition-delay: 100ms, 100ms;
  }
  .is-slider > .flickity-viewport .content > *:not(blockquote):nth-last-child(3), .is-slider > .flickity-viewport .image:nth-last-child(3), .is-slider > .flickity-viewport blockquote > *:nth-last-child(3) {
    transition-delay: 200ms, 200ms;
  }
  .is-slider > .flickity-viewport .content > *:not(blockquote):nth-last-child(4), .is-slider > .flickity-viewport .image:nth-last-child(4), .is-slider > .flickity-viewport blockquote > *:nth-last-child(4) {
    transition-delay: 300ms, 300ms;
  }
  .is-slider > .flickity-viewport .content > *:not(blockquote):nth-last-child(5), .is-slider > .flickity-viewport .image:nth-last-child(5), .is-slider > .flickity-viewport blockquote > *:nth-last-child(5) {
    transition-delay: 400ms, 400ms;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote), .is-slider > .flickity-viewport .slider-cell.is-selected .image, .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > * {
    opacity: 1;
    transform: translate(0, 0);
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote):nth-child(1), .is-slider > .flickity-viewport .slider-cell.is-selected .image:nth-child(1), .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > *:nth-child(1) {
    transition-delay: 600ms, 600ms;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote):nth-child(2), .is-slider > .flickity-viewport .slider-cell.is-selected .image:nth-child(2), .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > *:nth-child(2) {
    transition-delay: 700ms, 700ms;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote):nth-child(3), .is-slider > .flickity-viewport .slider-cell.is-selected .image:nth-child(3), .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > *:nth-child(3) {
    transition-delay: 800ms, 800ms;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote):nth-child(4), .is-slider > .flickity-viewport .slider-cell.is-selected .image:nth-child(4), .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > *:nth-child(4) {
    transition-delay: 900ms, 900ms;
  }
  .is-slider > .flickity-viewport .slider-cell.is-selected .content > *:not(blockquote):nth-child(5), .is-slider > .flickity-viewport .slider-cell.is-selected .image:nth-child(5), .is-slider > .flickity-viewport .slider-cell.is-selected blockquote > *:nth-child(5) {
    transition-delay: 1000ms, 1000ms;
  }
}

.social-list {
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
  padding: 0;
}

.social-list .social-item {
  margin-right: 10px;
}

.social-list a {
  display: flex;
  background-image: none !important;
}

.social-list path {
  fill: currentColor;
  color: currentColor;
}

[class*=cta] .social-list a {
  width: 46px;
  height: 46px;
  border: 2px solid #2d953e;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #2d953e;
  transition: background .15s, color .15s;
}

[class*=cta] .social-list a:hover {
  background-color: #2d953e;
  color: white;
}

[id=footer] .social-list {
  margin-top: 2rem;
  align-items: flex-end;
}

[id=footer] .social-list .social-item {
  margin-right: 20px;
}

[id=footer] .social-list a {
  transition: color .2s ease;
}

[id=footer] .social-list a:hover {
  color: white;
}

.timeline-nav {
  position: sticky;
  top: 0;
  padding-top: calc(12 * var(--space));
  padding-bottom: calc(12 * var(--space));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-right: 20px !important;
  box-sizing: border-box;
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.43px;
  --value: 0%;
}

.timeline-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.timeline-nav ul:before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -24px;
  width: 2px;
  padding: 0 4px;
  background: #f5f5f5 linear-gradient(#fcb53b, #fcb53b) no-repeat center top;
  background-clip: content-box;
  transition: background .5s ease;
  background-size: 2px 0%;
}

@supports (color: var(--primary)) {
  .timeline-nav ul:before {
    background-size: 2px var(--value);
  }
}

.timeline-nav li {
  position: relative;
  color: #444750;
  transition: color .2s ease;
}

.timeline-nav li:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  background-color: #f5f5f5;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 1em;
  transition: background .2s ease;
}

.timeline-nav li:hover {
  color: #fcb53b;
}

.timeline-nav li.is-active, .timeline-nav li.is-before {
  color: orange;
}

.timeline-nav li.is-active:before, .timeline-nav li.is-before:before {
  transition-delay: .3s;
  background-color: #fcb53b;
}

.timeline-nav li + li {
  margin-top: 2rem;
}

@media (min-width: 640px) and (max-width: 1020px) {
  .timeline-nav {
    background: white;
    width: 100%;
    height: auto;
    top: 68px;
    padding: 1em 0 2em;
    margin: 0;
    z-index: 88;
  }
  .timeline-nav ul {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .timeline-nav ul:before {
    top: 100%;
    bottom: auto;
    left: 1.5em;
    right: 1.5em;
    height: 2px;
    width: auto;
    padding: 4px 0;
    background: #f5f5f5 linear-gradient(#fcb53b, #fcb53b) no-repeat left center;
    background-size: 0% 2px;
    background-clip: content-box;
  }
  @supports (color: var(--primary)) {
    .timeline-nav ul:before {
      background-size: var(--value) 2px;
    }
  }
  .timeline-nav ul li {
    max-width: 3em;
    padding-bottom: .25em;
  }
  .timeline-nav ul li:before {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .timeline-nav ul li + li {
    margin-top: 0;
  }
}

.wpcf7-form > * {
  margin: 0;
}

.wpcf7-form > p {
  display: contents;
}

.wpcf7-form > p + div {
  margin-top: 20px;
}

.wpcf7-form > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.wpcf7-form > div + h3 {
  margin-top: calc(6 * var(--space));
}

.wpcf7-form > div + h3 + * {
  margin-top: 20px;
}

.wpcf7-form > div > * {
  margin: 0;
  position: relative;
  width: 100%;
}

.wpcf7-form > div > *:not(:only-child) + * {
  margin-top: 20px;
}

@media (min-width: 480px) and (max-width: 640px), (min-width: 800px) {
  .wpcf7-form > div > *:not(:only-child) {
    width: calc((100% - 20px)/2);
    margin-top: 0;
  }
}

.wpcf7-form > div + * {
  margin-top: 20px;
}

.wpcf7-form [type=text].wpcf7-not-valid:not(:focus), .wpcf7-form [type=password].wpcf7-not-valid:not(:focus), .wpcf7-form [type=email].wpcf7-not-valid:not(:focus), .wpcf7-form [type=url].wpcf7-not-valid:not(:focus), .wpcf7-form [type=number].wpcf7-not-valid:not(:focus), .wpcf7-form [type=date].wpcf7-not-valid:not(:focus), .wpcf7-form textarea.wpcf7-not-valid:not(:focus) {
  border-color: #ed1c24;
}

.wpcf7-form select.wpcf7-not-valid:not(:focus) {
  border-color: #ed1c24;
}

.wpcf7-form select.wpcf7-not-valid:not(:focus) ~ div.select-label {
  border-color: #ed1c24;
}

.wpcf7-form textarea {
  max-width: 100%;
}

.wpcf7-form label[for]:not([for=select_element]):not([for=checkboxes]):not([for=radio_buttons]):not([for=wp-comment-cookies-consent]):not([for=interested-in]) + br, .wpcf7-form span.floating-label + br {
  display: none;
}

.wpcf7-form .wpcf7-checkbox {
  margin-top: 10px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  line-height: 30px;
  white-space: nowrap;
}

.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid input[type=checkbox] {
  border-color: #2d953e;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form .wpcf7-form-control-wrap + .is-hint {
  margin-top: .5em;
}

.wpcf7-form .actions {
  order: 99;
}

.wpcf7-form .input-info {
  margin-top: 10px;
  display: block;
  font-weight: 500;
  font-size: 16px;
}

.wpcf7-form .input-info a {
  text-decoration: underline;
}

.wpcf7-form .wpcf7-list-item label {
  display: block;
  overflow: hidden;
  width: 100%;
}

.wpcf7-form .wpcf7-list-item label > * {
  float: left;
}

.wpcf7-form input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #2d953e;
  height: 21px;
  width: 21px;
  outline: none;
  border: 2px solid #444750;
  background-color: white;
  position: relative;
  display: block;
  margin-right: .5em;
}

.wpcf7-form input[type=checkbox]:checked:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
}

.wpcf7-form input[type=checkbox]:focus {
  border-color: #fcb53b;
}

.wpcf7-form .wpcf7-acceptance {
  font-size: 0.85rem;
  line-height: 1.4117647059;
}

.wpcf7-form .wpcf7-list-item-label {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: auto;
  width: calc(100% - 40px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wpcf7-form .wpcf7-response-output {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  color: #2d953e;
  padding-left: 35px;
  background-position: left center;
}

.wpcf7-form .wpcf7-validation-errors {
  color: #ed1c24;
  padding-left: 35px;
  background-position: left center;
}

.wpcf7-form span.wpcf7-not-valid-tip, .wpcf7-form .wpcf7-response-output {
  padding-left: 40px;
  min-height: 30px;
  background-position: left center;
  background-size: 30px auto;
  font-size: 0.9em;
  font-weight: 300;
  margin: .75em 0;
  font-family: "Open Sans", sans-serif;
}

.wpcf7-form span.wpcf7-not-valid-tip, .wpcf7-form.invalid .wpcf7-response-output {
  color: #EE1C25;
}

.wpcf7-form:not(.invalid) .wpcf7-response-output,
.wpcf7-form:not(.failed) .wpcf7-response-output {
  background-color: #eaf4eb;
  background-position: center 1em;
  padding: 3em 1em 1em;
  text-align: center;
  justify-content: center;
}

.wpcf7-form .wpcf7-response-output {
  margin: 1em 0;
}

.wpcf7-form .wpcf7-response-output:empty {
  display: none;
}

.wpcf7-form.failed .wpcf7-response-output {
  color: #EE1C25;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #EE1C25;
  background: #fff;
  padding: .2em .8em;
}

.wpcf7-form span.wpcf7-list-item {
  display: flex;
  flex-flow: row nowrap;
}

.wpcf7-form span.wpcf7-list-item-label::before, .wpcf7-form span.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-form .wpcf7-display-none {
  display: none;
}

.wpcf7-form div.wpcf7 .ajax-loader {
  display: none;
  width: 16px;
  line-height: 30px;
  height: 30px;
  width: 20px;
  margin-left: .5em;
}

.wpcf7-form div.wpcf7 .ajax-loader:after {
  content: '';
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-name: rotate-forever;
  animation-timing-function: linear;
  height: 17px;
  width: 17px;
  border: 1px solid #2d953e;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  background-color: #ececed;
  box-shadow: 0 0 0 2px #ececed;
  will-change: transform;
  backface-visibility: hidden;
  position: relative;
  top: 4px;
}

.wpcf7-form div.wpcf7 .ajax-loader.is-active {
  display: inline-block;
}

.wpcf7-form div.wpcf7 div.ajax-error {
  display: none;
}

.wpcf7-form div.wpcf7 .placeheld {
  color: #888;
}

.wpcf7-form div.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7-form div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7-form .wpcf7-submit[disabled] {
  cursor: not-allowed;
}

.wpcf7-form .hidden-fields-container,
.wpcf7-form .hidden-fields-container fieldset {
  display: none;
  border: none;
  padding: 0;
  margin: 0;
}

/*
    ##################################
    #                                #
    #            SECTIONS            #
    #                                #
    ################################## */

.box-cta, .box-cta-people, .box-cta-connect, .wp-block-sai-features, .wp-block-sai-overview.alignfull, .wp-block-sai-showcase, .wp-block-sai-articles, .box-posts, .wp-block-sai-categories, .main-article.type-profile .main-entry {
  position: relative;
}

@media (max-width: 639px) {
  .box-cta .row + .row, .box-cta-people .row + .row, .box-cta-connect .row + .row, .wp-block-sai-features .row + .row, .wp-block-sai-overview.alignfull .row + .row, .wp-block-sai-showcase .row + .row, .wp-block-sai-articles .row + .row, .box-posts .row + .row, .wp-block-sai-categories .row + .row, .main-article.type-profile .main-entry .row + .row, .box-cta .row > * + *, .box-cta-people .row > * + *, .box-cta-connect .row > * + *, .wp-block-sai-features .row > * + *, .wp-block-sai-overview.alignfull .row > * + *, .wp-block-sai-showcase .row > * + *, .wp-block-sai-articles .row > * + *, .box-posts .row > * + *, .wp-block-sai-categories .row > * + *, .main-article.type-profile .main-entry .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

.has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child h3 {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child h3, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child h3 {
    font-size: calc(1.25em + 0.5vw);
  }
}

.box-cta:not(.has-title) .content > h2, .box-cta-people:not(.has-title) .content > h2, .box-cta-connect:not(.has-title) .content > h2, .wp-block-sai-features:not(.has-title) .content > h2, .wp-block-sai-overview.alignfull:not(.has-title) .content > h2, .wp-block-sai-showcase:not(.has-title) .content > h2, .wp-block-sai-articles:not(.has-title) .content > h2, .box-posts:not(.has-title) .content > h2, .wp-block-sai-categories:not(.has-title) .content > h2, .main-article.type-profile .main-entry:not(.has-title) .content > h2 {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .box-cta:not(.has-title) .content > h2, .box-cta-people:not(.has-title) .content > h2, .box-cta-connect:not(.has-title) .content > h2, .wp-block-sai-features:not(.has-title) .content > h2, .wp-block-sai-overview.alignfull:not(.has-title) .content > h2, .wp-block-sai-showcase:not(.has-title) .content > h2, .wp-block-sai-articles:not(.has-title) .content > h2, .box-posts:not(.has-title) .content > h2, .wp-block-sai-categories:not(.has-title) .content > h2, .main-article.type-profile .main-entry:not(.has-title) .content > h2 {
    font-size: calc(1.25em + 0.5vw);
  }
}

.box-cta:not(.has-title) .content > h3, .box-cta-people:not(.has-title) .content > h3, .box-cta-connect:not(.has-title) .content > h3, .wp-block-sai-features:not(.has-title) .content > h3, .wp-block-sai-overview.alignfull:not(.has-title) .content > h3, .wp-block-sai-showcase:not(.has-title) .content > h3, .wp-block-sai-articles:not(.has-title) .content > h3, .box-posts:not(.has-title) .content > h3, .wp-block-sai-categories:not(.has-title) .content > h3, .main-article.type-profile .main-entry:not(.has-title) .content > h3 {
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .box-cta:not(.has-title) .content > h3, .box-cta-people:not(.has-title) .content > h3, .box-cta-connect:not(.has-title) .content > h3, .wp-block-sai-features:not(.has-title) .content > h3, .wp-block-sai-overview.alignfull:not(.has-title) .content > h3, .wp-block-sai-showcase:not(.has-title) .content > h3, .wp-block-sai-articles:not(.has-title) .content > h3, .box-posts:not(.has-title) .content > h3, .wp-block-sai-categories:not(.has-title) .content > h3, .main-article.type-profile .main-entry:not(.has-title) .content > h3 {
    font-size: calc(1.15em + 0.4vw);
  }
}

.box-cta:not(.has-title) .content > h4, .box-cta-people:not(.has-title) .content > h4, .box-cta-connect:not(.has-title) .content > h4, .wp-block-sai-features:not(.has-title) .content > h4, .wp-block-sai-overview.alignfull:not(.has-title) .content > h4, .wp-block-sai-showcase:not(.has-title) .content > h4, .wp-block-sai-articles:not(.has-title) .content > h4, .box-posts:not(.has-title) .content > h4, .wp-block-sai-categories:not(.has-title) .content > h4, .main-article.type-profile .main-entry:not(.has-title) .content > h4 {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
  font-weight: bold;
  line-height: 1.44;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .box-cta:not(.has-title) .content > h4, .box-cta-people:not(.has-title) .content > h4, .box-cta-connect:not(.has-title) .content > h4, .wp-block-sai-features:not(.has-title) .content > h4, .wp-block-sai-overview.alignfull:not(.has-title) .content > h4, .wp-block-sai-showcase:not(.has-title) .content > h4, .wp-block-sai-articles:not(.has-title) .content > h4, .box-posts:not(.has-title) .content > h4, .wp-block-sai-categories:not(.has-title) .content > h4, .main-article.type-profile .main-entry:not(.has-title) .content > h4 {
    font-size: calc(1.1em + 0.2vw);
  }
}

.box-cta .button, .box-cta-people .button, .box-cta-connect .button, .wp-block-sai-features .button, .wp-block-sai-overview.alignfull .button, .wp-block-sai-showcase .button, .wp-block-sai-articles .button, .box-posts .button, .wp-block-sai-categories .button, .main-article.type-profile .main-entry .button {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
}

.box-cta .button:before, .box-cta-people .button:before, .box-cta-connect .button:before, .wp-block-sai-features .button:before, .wp-block-sai-overview.alignfull .button:before, .wp-block-sai-showcase .button:before, .wp-block-sai-articles .button:before, .box-posts .button:before, .wp-block-sai-categories .button:before, .main-article.type-profile .main-entry .button:before, .box-cta .button:after, .box-cta-people .button:after, .box-cta-connect .button:after, .wp-block-sai-features .button:after, .wp-block-sai-overview.alignfull .button:after, .wp-block-sai-showcase .button:after, .wp-block-sai-articles .button:after, .box-posts .button:after, .wp-block-sai-categories .button:after, .main-article.type-profile .main-entry .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.box-cta .button .icon, .box-cta-people .button .icon, .box-cta-connect .button .icon, .wp-block-sai-features .button .icon, .wp-block-sai-overview.alignfull .button .icon, .wp-block-sai-showcase .button .icon, .wp-block-sai-articles .button .icon, .box-posts .button .icon, .wp-block-sai-categories .button .icon, .main-article.type-profile .main-entry .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.box-cta .button:hover, .box-cta-people .button:hover, .box-cta-connect .button:hover, .wp-block-sai-features .button:hover, .wp-block-sai-overview.alignfull .button:hover, .wp-block-sai-showcase .button:hover, .wp-block-sai-articles .button:hover, .box-posts .button:hover, .wp-block-sai-categories .button:hover, .main-article.type-profile .main-entry .button:hover, .box-cta .button:focus, .box-cta-people .button:focus, .box-cta-connect .button:focus, .wp-block-sai-features .button:focus, .wp-block-sai-overview.alignfull .button:focus, .wp-block-sai-showcase .button:focus, .wp-block-sai-articles .button:focus, .box-posts .button:focus, .wp-block-sai-categories .button:focus, .main-article.type-profile .main-entry .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.box-cta .button:hover .icon, .box-cta-people .button:hover .icon, .box-cta-connect .button:hover .icon, .wp-block-sai-features .button:hover .icon, .wp-block-sai-overview.alignfull .button:hover .icon, .wp-block-sai-showcase .button:hover .icon, .wp-block-sai-articles .button:hover .icon, .box-posts .button:hover .icon, .wp-block-sai-categories .button:hover .icon, .main-article.type-profile .main-entry .button:hover .icon, .box-cta .button:focus .icon, .box-cta-people .button:focus .icon, .box-cta-connect .button:focus .icon, .wp-block-sai-features .button:focus .icon, .wp-block-sai-overview.alignfull .button:focus .icon, .wp-block-sai-showcase .button:focus .icon, .wp-block-sai-articles .button:focus .icon, .box-posts .button:focus .icon, .wp-block-sai-categories .button:focus .icon, .main-article.type-profile .main-entry .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

.has-dark-background-color.box-cta .button, .has-dark-background-color.box-cta-people .button, .has-dark-background-color.box-cta-connect .button, .has-dark-background-color.wp-block-sai-features .button, .has-dark-background-color.wp-block-sai-overview.alignfull .button, .has-dark-background-color.wp-block-sai-showcase .button, .has-dark-background-color.wp-block-sai-articles .button, .has-dark-background-color.box-posts .button, .has-dark-background-color.wp-block-sai-categories .button, .main-article.type-profile .has-dark-background-color.main-entry .button {
  color: white;
}

.box-cta .lead a, .box-cta-people .lead a, .box-cta-connect .lead a, .wp-block-sai-features .lead a, .wp-block-sai-overview.alignfull .lead a, .wp-block-sai-showcase .lead a, .wp-block-sai-articles .lead a, .box-posts .lead a, .wp-block-sai-categories .lead a, .main-article.type-profile .main-entry .lead a {
  color: #2d953e;
  text-decoration: underline;
}

.has-pattern.box-cta, .has-pattern.box-cta-people, .has-pattern.box-cta-connect, .has-pattern.wp-block-sai-features, .has-pattern.wp-block-sai-overview.alignfull, .has-pattern.wp-block-sai-showcase, .has-pattern.wp-block-sai-articles, .has-pattern.box-posts, .has-pattern.wp-block-sai-categories, .main-article.type-profile .has-pattern.main-entry {
  background-repeat: repeat;
}

.with-space-after.box-cta, .with-space-after.box-cta-people, .with-space-after.box-cta-connect, .with-space-after.wp-block-sai-features, .with-space-after.wp-block-sai-overview.alignfull, .with-space-after.wp-block-sai-showcase, .with-space-after.wp-block-sai-articles, .with-space-after.box-posts, .with-space-after.wp-block-sai-categories, .main-article.type-profile .with-space-after.main-entry {
  margin-bottom: calc(12 * var(--space)) !important;
}

.with-space-before.box-cta, .with-space-before.box-cta-people, .with-space-before.box-cta-connect, .with-space-before.wp-block-sai-features, .with-space-before.wp-block-sai-overview.alignfull, .with-space-before.wp-block-sai-showcase, .with-space-before.wp-block-sai-articles, .with-space-before.box-posts, .with-space-before.wp-block-sai-categories, .main-article.type-profile .with-space-before.main-entry {
  margin-top: calc(12 * var(--space)) !important;
}

.with-large-lead.box-cta .lead, .with-large-lead.box-cta-people .lead, .with-large-lead.box-cta-connect .lead, .with-large-lead.wp-block-sai-features .lead, .with-large-lead.wp-block-sai-overview.alignfull .lead, .with-large-lead.wp-block-sai-showcase .lead, .with-large-lead.wp-block-sai-articles .lead, .with-large-lead.box-posts .lead, .with-large-lead.wp-block-sai-categories .lead, .main-article.type-profile .with-large-lead.main-entry .lead {
  font-size: 1.9em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.9em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .with-large-lead.box-cta .lead, .with-large-lead.box-cta-people .lead, .with-large-lead.box-cta-connect .lead, .with-large-lead.wp-block-sai-features .lead, .with-large-lead.wp-block-sai-overview.alignfull .lead, .with-large-lead.wp-block-sai-showcase .lead, .with-large-lead.wp-block-sai-articles .lead, .with-large-lead.box-posts .lead, .with-large-lead.wp-block-sai-categories .lead, .main-article.type-profile .with-large-lead.main-entry .lead {
    font-size: calc(1.3em + 0.7vw);
  }
}

.wp-block-sai-overview, .wp-block-sai-introduction:not(.is-style-columns) {
  position: relative;
}

.wp-block-sai-overview > *:not(.bg), .wp-block-sai-introduction:not(.is-style-columns) > *:not(.bg) {
  position: relative;
  z-index: 1;
}

.wp-block-sai-overview .bg, .wp-block-sai-introduction:not(.is-style-columns) .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: 100%;
  pointer-events: none;
  text-align: right;
}

@media (min-width: 1220px) {
  .wp-block-sai-overview .bg, .wp-block-sai-introduction:not(.is-style-columns) .bg {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 639px) {
  .wp-block-sai-overview .bg, .wp-block-sai-introduction:not(.is-style-columns) .bg {
    display: none;
  }
}

.wp-block-sai-overview .bg img, .wp-block-sai-introduction:not(.is-style-columns) .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
  background-clip: content-box;
}

.no-objectfit .wp-block-sai-overview .bg img, .no-objectfit .wp-block-sai-introduction:not(.is-style-columns) .bg img {
  font-family: 'object-fit: contain; object-position: right;';
}

.no-objectfit .wp-block-sai-overview .bg img[src*=svg], .no-objectfit .wp-block-sai-introduction:not(.is-style-columns) .bg img[src*=svg] {
  width: auto;
  display: inline-block;
}

.wp-block-sai-overview .bg.is-contain, .wp-block-sai-introduction:not(.is-style-columns) .bg.is-contain {
  padding-top: inherit;
  padding-bottom: inherit;
  box-sizing: border-box;
}

.wp-block-sai-overview .bg.is-cover, .wp-block-sai-introduction:not(.is-style-columns) .bg.is-cover {
  padding: 0 calc(6 * var(--space));
  background-clip: content-box;
  box-sizing: border-box;
  margin-top: calc(-12 * var(--space));
  margin-bottom: calc(-12 * var(--space));
}

.box-cta.has-background, .box-cta-people.has-background, .box-cta-connect.has-background, .wp-block-sai-header.has-background, .wp-block-sai-header.has-pattern, .wp-block-sai-dashboard-header.has-background {
  position: relative;
}

.box-cta.has-background > *:not(.bg), .box-cta-people.has-background > *:not(.bg), .box-cta-connect.has-background > *:not(.bg), .wp-block-sai-header.has-background > *:not(.bg), .wp-block-sai-header.has-pattern > *:not(.bg), .wp-block-sai-dashboard-header.has-background > *:not(.bg) {
  position: relative;
  z-index: 1;
}

.box-cta.has-background .bg, .box-cta-people.has-background .bg, .box-cta-connect.has-background .bg, .wp-block-sai-header.has-background .bg, .wp-block-sai-header.has-pattern .bg, .wp-block-sai-dashboard-header.has-background .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.box-cta.has-background .bg:before, .box-cta-people.has-background .bg:before, .box-cta-connect.has-background .bg:before, .wp-block-sai-header.has-background .bg:before, .wp-block-sai-header.has-pattern .bg:before, .wp-block-sai-dashboard-header.has-background .bg:before {
  content: '';
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .3;
}

.box-cta.has-background .bg img, .box-cta-people.has-background .bg img, .box-cta-connect.has-background .bg img, .wp-block-sai-header.has-background .bg img, .wp-block-sai-header.has-pattern .bg img, .wp-block-sai-dashboard-header.has-background .bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background-size: cover;
  z-index: -1;
}

.box-cta.has-background .bg img.fadein, .box-cta-people.has-background .bg img.fadein, .box-cta-connect.has-background .bg img.fadein, .wp-block-sai-header.has-background .bg img.fadein, .wp-block-sai-header.has-pattern .bg img.fadein, .wp-block-sai-dashboard-header.has-background .bg img.fadein {
  opacity: 0;
  transform: scale(1.125);
  transform-origin: left center;
  transition: all .8s ease-in-out;
}

.box-cta.has-background .bg img.fadein.lazyloaded, .box-cta-people.has-background .bg img.fadein.lazyloaded, .box-cta-connect.has-background .bg img.fadein.lazyloaded, .wp-block-sai-header.has-background .bg img.fadein.lazyloaded, .wp-block-sai-header.has-pattern .bg img.fadein.lazyloaded, .wp-block-sai-dashboard-header.has-background .bg img.fadein.lazyloaded {
  opacity: 1;
  transform: scale(1);
}

.box-cta.has-background .bg video, .box-cta-people.has-background .bg video, .box-cta-connect.has-background .bg video, .wp-block-sai-header.has-background .bg video, .wp-block-sai-header.has-pattern .bg video, .wp-block-sai-dashboard-header.has-background .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.box-cta.has-background .bg video.fadein, .box-cta-people.has-background .bg video.fadein, .box-cta-connect.has-background .bg video.fadein, .wp-block-sai-header.has-background .bg video.fadein, .wp-block-sai-header.has-pattern .bg video.fadein, .wp-block-sai-dashboard-header.has-background .bg video.fadein {
  opacity: 0;
  transition: all .6s ease-in-out;
}

.box-cta.has-background .bg video.fadein.lazyloaded, .box-cta-people.has-background .bg video.fadein.lazyloaded, .box-cta-connect.has-background .bg video.fadein.lazyloaded, .wp-block-sai-header.has-background .bg video.fadein.lazyloaded, .wp-block-sai-header.has-pattern .bg video.fadein.lazyloaded, .wp-block-sai-dashboard-header.has-background .bg video.fadein.lazyloaded {
  opacity: 1;
}

.box-cta.has-background .bg video ~ img, .box-cta-people.has-background .bg video ~ img, .box-cta-connect.has-background .bg video ~ img, .wp-block-sai-header.has-background .bg video ~ img, .wp-block-sai-header.has-pattern .bg video ~ img, .wp-block-sai-dashboard-header.has-background .bg video ~ img {
  display: none;
}

@media (max-width: 639px) {
  .box-cta.has-background .bg video, .box-cta-people.has-background .bg video, .box-cta-connect.has-background .bg video, .wp-block-sai-header.has-background .bg video, .wp-block-sai-header.has-pattern .bg video, .wp-block-sai-dashboard-header.has-background .bg video {
    display: none;
  }
  .box-cta.has-background .bg img.selected, .box-cta-people.has-background .bg img.selected, .box-cta-connect.has-background .bg img.selected, .wp-block-sai-header.has-background .bg img.selected, .wp-block-sai-header.has-pattern .bg img.selected, .wp-block-sai-dashboard-header.has-background .bg img.selected {
    display: block;
  }
}

.box-cta, .box-cta-people, .box-cta-connect, .wp-block-sai-features[class*=background]:not(.has-white-background-color), .wp-block-sai-overview.alignfull, .wp-block-sai-showcase:not(.is-style-light):not(.has-columns):not(.alignnarrow), .wp-block-sai-articles[class*=background]:not(.has-white-background-color), .wp-block-sai-articles.is-style-dark, .wp-block-sai-articles.box-posts, .box-posts[class*=background]:not(.has-white-background-color), .box-posts.is-style-dark, .box-posts, .wp-block-sai-categories[class*=background]:not(.has-white-background-color), .wp-block-sai-introduction[class*=background]:not(.has-white-background-color), .wp-block-sai-introduction.is-style-dark, .wp-block-sai-world {
  padding-top: calc(10 * var(--space));
  padding-bottom: calc(10 * var(--space));
  scroll-padding-top: 68px;
  scroll-margin-top: -68px;
}

.wp-block-sai-features:not([class*=background]), .wp-block-sai-features.has-white-background-color, .wp-block-sai-showcase.is-style-light, .wp-block-sai-showcase.has-columns, body:not(.home) .wp-block-sai-showcase.has-columns.is-style-dark, .wp-block-sai-articles:not([class*=background]):not(.box-posts), .wp-block-sai-articles.has-white-background-color, .box-posts:not([class*=background]):not(.box-posts), .box-posts.has-white-background-color, .wp-block-sai-counters, .wp-block-sai-data, .wp-block-sai-introduction:not([class*=background]), .wp-block-sai-introduction.has-white-background-color, .post-type-archive-document .main-entry, .page-template-archive .main-entry, .accordion-wrapper, .main-article.type-profile .main-entry {
  margin-top: calc(10 * var(--space));
  margin-bottom: calc(10 * var(--space));
}

.content > *:first-child:not(div), .aside > *:first-child:not(div) {
  margin-top: 0;
}

.content > *:last-child:not(div), .aside > *:last-child:not(div) {
  margin-bottom: 0;
}

.lead {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.7em;
  font-size: clamp(1.25em, calc(1.25em + 0.6vw), 1.7em);
  line-height: 1.2941176471;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .lead {
    font-size: calc(1.25em + 0.6vw);
  }
}

.intro {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
}

.main-article > .intro {
  max-width: 775px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  margin-left: Max(0px, var(--containerLeft, calc( (100% - 1090px - var(--gutter)*2) / 2)));
  margin-right: auto;
}

@media (min-width: 640px) {
  .wp-block-sai-banner.has-title .row:first-child {
    padding-top: 3rem;
  }
  .wp-block-sai-banner.has-title .row:first-child .content {
    position: relative;
  }
  .wp-block-sai-banner.has-title .row:first-child h2:first-child, .wp-block-sai-banner.has-title .row:first-child .cat {
    position: absolute;
    bottom: 100%;
    margin-bottom: 1.75rem;
  }
  .wp-block-sai-banner.has-title .row:first-child h2:first-child + *, .wp-block-sai-banner.has-title .row:first-child .cat + * {
    margin-top: 0;
  }
}

@media (min-width: 640px) {
  .has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child, .box-cta.has-title .row:first-child, .box-cta-people.has-title .row:first-child, .box-cta-connect.has-title .row:first-child, .wp-block-sai-showcase.is-chapters:not(.has-columns) .has-title, .wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child {
    padding-top: 2rem;
  }
  .has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child .content, .box-cta.has-title .row:first-child .content, .box-cta-people.has-title .row:first-child .content, .box-cta-connect.has-title .row:first-child .content, .wp-block-sai-showcase.is-chapters:not(.has-columns) .has-title .content, .wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child .content {
    position: relative;
  }
  .has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .box-cta.has-title .row:first-child h2:first-child, .box-cta-people.has-title .row:first-child h2:first-child, .box-cta-connect.has-title .row:first-child h2:first-child, .wp-block-sai-showcase.is-chapters:not(.has-columns) .has-title h2:first-child, .wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child, .has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat, .box-cta.has-title .row:first-child .cat, .box-cta-people.has-title .row:first-child .cat, .box-cta-connect.has-title .row:first-child .cat, .wp-block-sai-showcase.is-chapters:not(.has-columns) .has-title .cat, .wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat {
    position: absolute;
    bottom: 100%;
    margin-bottom: 1rem;
  }
  .has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .box-cta.has-title .row:first-child h2:first-child + *, .box-cta-people.has-title .row:first-child h2:first-child + *, .box-cta-connect.has-title .row:first-child h2:first-child + *, .wp-block-sai-showcase.is-chapters:not(.has-columns) .has-title h2:first-child + *, .wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child h2:first-child + *, .has-title.box-cta:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .has-title.box-cta-people:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .has-title.box-cta-connect:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .has-title.wp-block-sai-features:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .has-title.wp-block-sai-overview.alignfull:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .has-title.wp-block-sai-showcase:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .has-title.wp-block-sai-articles:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .has-title.box-posts:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .has-title.wp-block-sai-categories:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .main-article.type-profile .has-title.main-entry:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + *, .box-cta.has-title .row:first-child .cat + *, .box-cta-people.has-title .row:first-child .cat + *, .box-cta-connect.has-title .row:first-child .cat + *, .wp-block-sai-showcase.is-chapters:not(.has-columns) .has-title .cat + *, .wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child .cat + * {
    margin-top: 0;
  }
}

.page-template-members-area .box-cta {
  padding-top: calc(6 * var(--space));
  padding-bottom: calc(6 * var(--space));
}

@media (min-width: 640px) {
  .box-cta-people {
    padding-top: calc(10 * var(--space));
    padding-bottom: calc(10 * var(--space));
  }
}

.box-cta, .box-cta-people, .box-cta-connect {
  background-color: #eaf4eb;
  background-repeat: repeat !important;
}

.box-cta .row, .box-cta-people .row, .box-cta-connect .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
}

@media (min-width: 1220px) {
  .box-cta .row, .box-cta-people .row, .box-cta-connect .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.box-cta h1, .box-cta-people h1, .box-cta-connect h1 {
  max-width: 695px;
}

.box-cta a:not([class]), .box-cta-people a:not([class]), .box-cta-connect a:not([class]) {
  color: #2d953e;
}

.box-cta .button, .box-cta-people .button, .box-cta-connect .button {
  color: #2d953e;
  border-color: #2d953e;
}

.box-cta .button .icon, .box-cta-people .button .icon, .box-cta-connect .button .icon {
  color: currentColor;
}

.box-cta .button:before, .box-cta .button:after, .box-cta-people .button:before, .box-cta-people .button:after, .box-cta-connect .button:before, .box-cta-connect .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.box-cta .button:hover, .box-cta .button:focus, .box-cta-people .button:hover, .box-cta-people .button:focus, .box-cta-connect .button:hover, .box-cta-connect .button:focus {
  color: white;
  border-color: #2d953e;
}

.box-cta .button:hover .icon, .box-cta .button:focus .icon, .box-cta-people .button:hover .icon, .box-cta-people .button:focus .icon, .box-cta-connect .button:hover .icon, .box-cta-connect .button:focus .icon {
  color: white;
}

.box-cta .button:not(:only-child), .box-cta-people .button:not(:only-child), .box-cta-connect .button:not(:only-child) {
  margin: .75rem 1rem .75rem 0;
}

.box-cta.has-background.has-green-background-color .bg, .box-cta.has-background.has-white-background-color .bg, .box-cta-people.has-background.has-green-background-color .bg, .box-cta-people.has-background.has-white-background-color .bg, .box-cta-connect.has-background.has-green-background-color .bg, .box-cta-connect.has-background.has-white-background-color .bg {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.box-cta.has-background.has-green-background-color .bg:before, .box-cta.has-background.has-white-background-color .bg:before, .box-cta-people.has-background.has-green-background-color .bg:before, .box-cta-people.has-background.has-white-background-color .bg:before, .box-cta-connect.has-background.has-green-background-color .bg:before, .box-cta-connect.has-background.has-white-background-color .bg:before {
  content: none;
}

.box-cta.has-background.has-green-background-color img, .box-cta.has-background.has-white-background-color img, .box-cta-people.has-background.has-green-background-color img, .box-cta-people.has-background.has-white-background-color img, .box-cta-connect.has-background.has-green-background-color img, .box-cta-connect.has-background.has-white-background-color img {
  -o-object-position: bottom;
     object-position: bottom;
  width: auto;
  left: auto;
}

@media (min-width: 640px) {
  .box-cta.has-background.has-green-background-color img, .box-cta.has-background.has-white-background-color img, .box-cta-people.has-background.has-green-background-color img, .box-cta-people.has-background.has-white-background-color img, .box-cta-connect.has-background.has-green-background-color img, .box-cta-connect.has-background.has-white-background-color img {
    -o-object-fit: contain;
       object-fit: contain;
    right: 17.4311926606%;
  }
}

.box-cta.has-background.has-green-background-color img.lazyloaded, .box-cta.has-background.has-white-background-color img.lazyloaded, .box-cta-people.has-background.has-green-background-color img.lazyloaded, .box-cta-people.has-background.has-white-background-color img.lazyloaded, .box-cta-connect.has-background.has-green-background-color img.lazyloaded, .box-cta-connect.has-background.has-white-background-color img.lazyloaded {
  opacity: 0.15 !important;
}

.box-cta.has-background.has-white-background-color, .box-cta-people.has-background.has-white-background-color, .box-cta-connect.has-background.has-white-background-color {
  margin-top: calc(8 * var(--space));
  margin-bottom: calc(8 * var(--space));
  padding-top: calc(6 * var(--space));
  padding-bottom: calc(6 * var(--space));
}

.post-footer .box-cta.has-background.has-white-background-color + *, .post-footer .box-cta-people.has-background.has-white-background-color + *, .post-footer .box-cta-connect.has-background.has-white-background-color + * {
  margin-top: 0;
}

.box-cta.has-green-background-color .bg:before, .box-cta-people.has-green-background-color .bg:before, .box-cta-connect.has-green-background-color .bg:before {
  content: none;
}

.box-cta.has-dark-background-color, .box-cta-people.has-dark-background-color, .box-cta-connect.has-dark-background-color {
  background-color: #444750;
  color: white;
}

.box-cta.has-dark-background-color .button, .box-cta-people.has-dark-background-color .button, .box-cta-connect.has-dark-background-color .button {
  color: inherit;
}

.box-cta.has-dark-background-color .bg:before, .box-cta-people.has-dark-background-color .bg:before, .box-cta-connect.has-dark-background-color .bg:before {
  opacity: .4;
}

@media (max-width: 639px) {
  .box-cta .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

@media (min-width: 640px) {
  .box-cta .row {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: minmax(auto, 695px) auto;
    grid-auto-flow: row dense;
    justify-content: space-between;
  }
}

@media (min-width: 640px) {
  .page-template-members-area .box-cta .row {
    grid-template-columns: 100%;
  }
  .page-template-members-area .box-cta .row .aside {
    display: flex;
    flex-flow: row wrap;
    justify-self: start;
    margin-top: -.75rem;
  }
  .page-template-members-area .box-cta .row .aside .button {
    min-width: auto;
  }
}

.page-template-members-area .box-cta.has-background .bg img.fadein.lazyloaded {
  transform: scale(1.25);
  -o-object-position: center center;
     object-position: center center;
}

.box-cta .content > *:first-child:not(div) {
  margin-top: 0;
}

.box-cta .content > *:last-child:not(div) {
  margin-bottom: 0;
}

.box-cta .content a:not(:last-child) {
  margin-right: 4em;
  white-space: nowrap;
}

.box-cta .aside {
  justify-self: end;
  align-self: center;
}

@media (min-width: 640px) {
  .box-cta .aside .button:not(:only-child) {
    display: block;
  }
}

.box-cta-people .row {
  display: grid;
  grid-gap: 40px;
  grid-auto-flow: row dense;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .box-cta-people .row {
    grid-template-columns: minmax(320px, 1fr) repeat(auto-fit, minmax(200px, 275px));
  }
}

.box-cta-people .content {
  grid-row: 1 / -1;
}

@media (max-width: 639px) {
  .box-cta-people .aside {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-flow: row dense;
    margin: 0;
  }
}

@media (min-width: 640px) {
  .box-cta-people .aside {
    display: contents;
  }
}

.box-cta-connect .row + .row {
  margin-top: calc(6 * var(--space));
}

.box-cta-connect .row:first-child .content:only-child {
  max-width: 735px;
}

@media (min-width: 640px) {
  .box-cta-connect .row:not(:first-child) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    grid-gap: 40px;
    justify-content: space-between;
  }
}

@media (min-width: 1320px) {
  .box-cta-connect .row:not(:first-child) {
    grid-column-gap: 80px;
  }
}

.box-cta-connect .cat {
  white-space: nowrap;
}

.box-cta-connect .cat + .button {
  margin-top: 1.5em;
}

.wp-block-sai-features {
  overflow: hidden;
}

.wp-block-sai-features .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-features .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-features .row + .row {
  margin-top: calc(8 * var(--space));
}

.wp-block-sai-features.has-green-background-color {
  overflow: hidden;
}

.wp-block-sai-features.has-green-background-color .row {
  position: relative;
}

.wp-block-sai-features.has-green-background-color header:before, .wp-block-sai-features.has-green-background-color .articles:before {
  content: '';
  z-index: -1;
  background: #eaf4eb;
  position: absolute;
  top: 0;
  right: -999px;
  bottom: 0;
  left: -999px;
  margin: calc(-12 * var(--space)) 0;
}

.wp-block-sai-features.has-green-background-color .articles:before {
  margin-top: 0;
}

.wp-block-sai-features.has-green-background-color .has-image-contents {
  position: relative;
}

.wp-block-sai-features.has-green-background-color .has-image-contents:before {
  position: absolute;
  top: 0;
  right: -999px;
  bottom: 50%;
  left: -999px;
  margin: 0;
}

@media (max-width: 639px) {
  .wp-block-sai-features.has-green-background-color .has-image-contents {
    margin-bottom: calc(-8 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-features.has-green-background-color .has-image-contents {
    margin-bottom: calc(-12 * var(--space));
  }
}

.wp-block-sai-features.has-green-background-color .has-icon-contents:before, .wp-block-sai-features.has-green-background-color .has-icon-contents:after {
  background-color: #eaf4eb;
}

.wp-block-sai-features.has-green-background-color .type-icon-content {
  background-color: transparent;
  padding-top: 0;
  border: none;
}

.wp-block-sai-features.has-green-background-color .type-icon-content figure {
  padding-top: 0;
}

.wp-block-sai-features.has-green-background-color .type-icon-content p {
  text-align: left;
}

.wp-block-sai-features.has-white-background-color {
  background-color: white;
}

.wp-block-sai-features.has-grey-background-color {
  background-color: #f5f5f5;
}

@media (max-width: 639px) {
  .wp-block-sai-features.has-grey-background-color .has-icon-contents {
    margin-bottom: calc(-8 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-features.has-grey-background-color .has-icon-contents {
    margin-bottom: calc(-12 * var(--space));
  }
}

.wp-block-sai-features header.row {
  max-width: Min(1090px, var(--containerMax));
}

@media (max-width: 639px) {
  .wp-block-sai-features header.row > * + * {
    margin-top: calc(5 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-features header.row {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: minmax(auto, calc(71.1009174312% - 40px)) minmax(auto, 1fr);
  }
}

.wp-block-sai-features .content > h3:last-child, .wp-block-sai-features .content > h2:only-child {
  font-size: 1.9em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.9em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-features .content > h3:last-child, .wp-block-sai-features .content > h2:only-child {
    font-size: calc(1.3em + 0.7vw);
  }
}

.wp-block-sai-features .content + .content {
  margin-top: 1.5em;
}

@media (max-width: 1019px) {
  .wp-block-sai-features .content br {
    display: none;
  }
}

.wp-block-sai-features .aside .image, .wp-block-sai-features .aside .button {
  align-self: center;
}

@media (max-width: 639px) {
  .wp-block-sai-features .aside img {
    max-width: 275px;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-features .aside {
    display: flex;
    flex-direction: column;
  }
  .wp-block-sai-features .aside > *:only-child {
    margin: auto 0 auto auto !important;
  }
  .wp-block-sai-features .aside > *:not(:only-child) {
    margin: 1rem 0;
  }
}

.wp-block-sai-features.with-small-headings .aside .lead {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
  font-weight: bold;
  line-height: 1.44;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-features.with-small-headings .aside .lead {
    font-size: calc(1.1em + 0.2vw);
  }
}

.wp-block-sai-features:not(.has-green-background-color) .article:not(.type-tab):not(.type-link) {
  background-image: none;
}

.wp-block-sai-features:not(.has-green-background-color) .has-image-contents .article:not(:only-child) .image {
  background-color: #f5f5f5;
}

.wp-block-sai-features.has-title .content .lead:first-child {
  max-width: Min(1090px, var(--containerMax));
  margin-left: auto;
  margin-right: auto;
}

.wp-block-sai-features.has-white-background-color + .has-white-background-color {
  padding-top: 0;
}

.wp-block-sai-features.has-icon-contents {
  padding-bottom: 0 !important;
}

.wp-block-sai-features header + .row {
  display: grid;
  grid-gap: 20px;
}

@media (min-width: 640px) {
  .wp-block-sai-features header + .row {
    grid-gap: 30px;
  }
}

@media (min-width: 800px) {
  .wp-block-sai-features header + .row {
    grid-gap: 40px;
  }
}

@media (min-width: 1000px) {
  .wp-block-sai-features header + .row {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

.wp-block-sai-features header + .row > *:only-child {
  grid-column: 1 / -1;
}

.wp-block-sai-features header + .row > .aside:not(:only-child) {
  display: block;
}

.wp-block-sai-features header + .row > .aside:not(:only-child) .lead:first-child {
  margin-top: -.3em;
}

@media (min-width: 1000px) {
  .wp-block-sai-features header + .row > .content:not(:only-child) {
    grid-column: 2 / -1;
  }
}

.wp-block-sai-features.is-style-directory {
  margin-top: calc(8 * var(--space)) !important;
  margin-bottom: calc(8 * var(--space)) !important;
}

.wp-block-sai-features.is-style-directory:last-child {
  margin-bottom: calc(12 * var(--space)) !important;
}

.wp-block-sai-features.is-style-directory .row {
  display: block !important;
}

.wp-block-sai-features.is-style-directory .row + .row {
  margin-top: calc(6 * var(--spacemax));
}

.wp-block-sai-features.is-style-directory .articles.has-image-contents {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.wp-block-sai-features.is-style-directory .article.type-image-content .image {
  display: block !important;
}

.wp-block-sai-features.is-style-directory .button {
  min-width: auto !important;
}

.page-template-members-area .wp-block-sai-features.is-style-directory .article.type-image-content .image {
  background-color: #eaf4eb;
}

.page-template-default .wp-block-sai-features.is-style-directory .article.type-image-content:not(:only-child) {
  padding-top: 7.8947368421%;
  padding-bottom: calc(6 * var(--spacemax));
}

.page-template-default .wp-block-sai-features.is-style-directory .article.type-image-content:not(:only-child) .image {
  margin: 7.8947368421% -9.5238095238% calc(-6 * var(--spacemax));
  order: 99;
}

.page-template-default .wp-block-sai-features.is-style-directory .article.type-image-content:not(:only-child) .image + .title {
  margin-top: 0;
}

.wp-block-sai-features.has-dark-background-color {
  background-color: #444750;
  color: white;
}

.wp-block-sai-features.has-grey-background-color + .has-lighter-grey-background-color {
  padding-top: 0 !important;
}

.wp-block-sai-illustration {
  position: relative;
  box-sizing: border-box;
  align-items: center;
  overflow: hidden;
}

@media (orientation: landscape) {
  .wp-block-sai-illustration {
    min-height: 100vh;
  }
  .no-cssgrid .wp-block-sai-illustration {
    height: 100vh;
  }
}

@media (max-width: 759px) {
  .wp-block-sai-illustration {
    padding-top: calc(8 * var(--space));
    padding-bottom: calc(8 * var(--space));
  }
}

@media (min-width: 760px) {
  .wp-block-sai-illustration {
    padding-top: calc(12 * var(--space));
    padding-bottom: calc(12 * var(--space));
  }
}

.wp-block-sai-illustration .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (min-width: 1220px) {
  .wp-block-sai-illustration .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-illustration .row {
    min-height: calc(50 * var(--spacemax));
  }
}

.wp-block-sai-illustration .row:not(:only-child) {
  min-height: calc(65 * var(--spacemax));
}

@media (max-width: 760px) {
  .wp-block-sai-illustration .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

.wp-block-sai-illustration.is-style-intro {
  background-color: white;
  display: flex;
  align-items: center;
}

@media (orientation: portrait) {
  .wp-block-sai-illustration.is-style-intro {
    padding: 0;
  }
}

.wp-block-sai-illustration.is-style-intro .row {
  display: flex;
  align-items: center;
}

@media (orientation: portrait) {
  .wp-block-sai-illustration.is-style-intro .row {
    flex-flow: column nowrap;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 0;
  }
  .wp-block-sai-illustration.is-style-intro .row .content {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    padding-top: calc(8 * var(--space));
    padding-bottom: calc(8 * var(--space));
  }
}

@media (orientation: landscape) {
  .wp-block-sai-illustration.is-style-intro .row {
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
  }
  .wp-block-sai-illustration.is-style-intro .row .content {
    max-width: 24em;
    width: calc(50% - 20px);
  }
}

.wp-block-sai-illustration.is-style-intro .content p {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-illustration.is-style-intro .content p {
    font-size: calc(1.15em + 0.4vw);
  }
}

.wp-block-sai-illustration.is-style-intro .content p span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #d1d1d1;
  color: #d1d1d1;
  background-image: linear-gradient(#444750, #444750), linear-gradient(#2d953e, #2d953e);
  background-repeat: no-repeat;
  background-position: 0px 0px, 0px 0px;
  background-size: 0% 100%, 0% 100%;
  will-change: background-size;
}

.wp-block-sai-illustration.is-style-intro .image {
  overflow: hidden;
  position: relative;
  margin: 0;
}

.wp-block-sai-illustration.is-style-intro .image img, .wp-block-sai-illustration.is-style-intro .image .slider-cell {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media (orientation: portrait) {
  .wp-block-sai-illustration.is-style-intro .image {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    height: 100vw;
  }
}

@media (orientation: landscape) {
  .wp-block-sai-illustration.is-style-intro .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
  }
}

.wp-block-sai-illustration.is-style-orange {
  background-color: #fcb53b;
  color: #444750;
}

.wp-block-sai-illustration.is-style-orange em, .wp-block-sai-illustration.is-style-orange b, .wp-block-sai-illustration.is-style-orange i, .wp-block-sai-illustration.is-style-orange strong {
  color: white;
}

.wp-block-sai-illustration.is-style-orange .row {
  min-height: auto;
}

.wp-block-sai-illustration.is-style-orange .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.wp-block-sai-illustration.is-style-orange .content > * {
  margin: 0;
}

.wp-block-sai-illustration.is-style-orange .content h2 {
  width: 100%;
  --top: 10;
}

.wp-block-sai-illustration.is-style-orange .content .lead, .wp-block-sai-illustration.is-style-orange .content p:last-child {
  margin-top: 40px;
}

.wp-block-sai-illustration.is-style-orange .content .lead {
  font-size: 1.9em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.9em);
  --top: 20;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-illustration.is-style-orange .content .lead {
    font-size: calc(1.3em + 0.7vw);
  }
}

@media (min-width: 800px) {
  .wp-block-sai-illustration.is-style-orange .content .lead {
    width: 43.0327868852%;
  }
}

.wp-block-sai-illustration.is-style-orange .content p:last-child {
  margin-right: 5.3278688525%;
  --top: 40;
}

@media (min-width: 800px) {
  .wp-block-sai-illustration.is-style-orange .content p:last-child {
    width: 34.4262295082%;
  }
}

.wp-block-sai-illustration.is-style-orange .image {
  pointer-events: none;
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  position: absolute;
  top: calc(12 * var(--space));
  right: 0;
  bottom: calc(6 * var(--space));
  left: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 85px));
  grid-template-rows: repeat(auto-fit, minmax(auto, 79px));
  justify-content: space-between;
  align-content: end;
  align-items: end;
  grid-auto-flow: dense;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 1220px) {
  .wp-block-sai-illustration.is-style-orange .image {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (orientation: portrait) {
  .wp-block-sai-illustration.is-style-orange .image {
    display: none;
  }
}

.no-cssgrid .wp-block-sai-illustration.is-style-orange .image {
  display: flex;
  flex-flow: row wrap;
}

.no-cssgrid .wp-block-sai-illustration.is-style-orange .image img {
  margin: 20px 15px 0;
}

.wp-block-sai-illustration.is-style-orange .image img {
  display: block;
  transition-duration: .15s;
}

.wp-block-sai-illustration.is-style-orange .image img.overlap {
  visibility: hidden;
}

.no-cssgrid .wp-block-sai-illustration.is-style-orange .image {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.no-cssgrid .wp-block-sai-illustration.is-style-orange .image img {
  margin: 20px 0 0 0;
}

.wp-block-sai-illustration.is-style-hero, .wp-block-sai-illustration:not([class*='is-style']) {
  overflow: hidden;
  display: flex;
}

@media (orientation: portrait) {
  .wp-block-sai-illustration.is-style-hero, .wp-block-sai-illustration:not([class*='is-style']) {
    min-height: 100vw;
  }
}

.wp-block-sai-illustration.is-style-hero .content, .wp-block-sai-illustration:not([class*='is-style']) .content {
  color: white;
  text-align: center;
  max-width: 28em;
  margin: 0 auto;
}

.wp-block-sai-illustration.is-style-hero .content h2, .wp-block-sai-illustration:not([class*='is-style']) .content h2 {
  margin-bottom: calc(6 * var(--space));
}

.wp-block-sai-illustration.is-style-hero .content em, .wp-block-sai-illustration:not([class*='is-style']) .content em {
  font-style: normal;
  color: #fcb53b;
}

@media (max-width: 480px) {
  .wp-block-sai-illustration.is-style-hero .content br, .wp-block-sai-illustration:not([class*='is-style']) .content br {
    display: none;
  }
}

.wp-block-sai-illustration.is-style-hero .image, .wp-block-sai-illustration:not([class*='is-style']) .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  overflow: hidden;
  pointer-events: none;
  margin: 0 !important;
}

.wp-block-sai-illustration.is-style-hero .image:after, .wp-block-sai-illustration:not([class*='is-style']) .image:after {
  content: '';
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .7;
}

.wp-block-sai-illustration.is-style-hero .image img, .wp-block-sai-illustration:not([class*='is-style']) .image img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  max-width: none;
  transform: translate3d(0, 0, 0);
}

.wp-block-sai-illustration.is-style-hero .content .mask, .wp-block-sai-illustration:not([class*='is-style']) .content .mask, .wp-block-sai-illustration.is-style-story .content .mask {
  display: block;
  position: relative;
  overflow: hidden;
}

.wp-block-sai-illustration.is-style-hero .content .line, .wp-block-sai-illustration:not([class*='is-style']) .content .line, .wp-block-sai-illustration.is-style-story .content .line {
  display: inline-block;
  opacity: 0;
  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  will-change: opacity, transform;
  transition: opacity 1s cubic-bezier(0.7, 0, 0.3, 1), transform 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.wp-block-sai-illustration.is-style-hero .animate .line, .wp-block-sai-illustration:not([class*='is-style']) .animate .line, .wp-block-sai-illustration.is-style-story .animate .line {
  opacity: 1 !important;
  transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0) !important;
}

.wp-block-sai-illustration.is-style-columns {
  display: flex;
}

.wp-block-sai-illustration.is-style-columns .row {
  display: grid;
  grid-gap: calc(10px + 2 * var(--space));
  align-items: center;
  min-height: auto;
}

@media (orientation: landscape) {
  .wp-block-sai-illustration.is-style-columns .row {
    grid-template-columns: 1fr 2fr;
  }
}

.no-cssgrid .wp-block-sai-illustration.is-style-columns .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.no-cssgrid .wp-block-sai-illustration.is-style-columns .row .content {
  width: 40%;
}

.no-cssgrid .wp-block-sai-illustration.is-style-columns .row .image {
  width: 55%;
}

.no-cssgrid .wp-block-sai-illustration.is-style-columns .row .image svg {
  display: block;
  height: 550px !important;
}

.wp-block-sai-illustration.is-style-columns .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.wp-block-sai-illustration.is-style-columns .content > *:last-child {
  margin-top: auto;
}

.wp-block-sai-illustration.is-style-columns .image {
  text-align: center;
}

.wp-block-sai-illustration.is-style-columns .image img, .wp-block-sai-illustration.is-style-columns .image svg {
  margin-left: auto;
}

.wp-block-sai-illustration.is-style-columns .image svg {
  max-width: 100%;
  height: auto;
}

.wp-block-sai-illustration.is-style-columns .bar:nth-child(1) {
  --top: 40;
}

.wp-block-sai-illustration.is-style-columns .bar:nth-child(2) {
  --top: 40;
}

.wp-block-sai-illustration.is-style-columns .bar:nth-child(3) {
  --top: 40;
}

.wp-block-sai-illustration.is-style-chessboard {
  padding: 0 !important;
  display: block;
}

.wp-block-sai-illustration.is-style-chessboard .row {
  position: relative;
  min-height: auto !important;
  max-width: 1400px;
  padding: 0 !important;
}

@media (max-width: 639px) {
  .wp-block-sai-illustration.is-style-chessboard .row {
    background-color: #ececed;
  }
  .wp-block-sai-illustration.is-style-chessboard .row .image {
    order: -999;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-illustration.is-style-chessboard .row {
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: 1fr 1fr;
  }
  .no-cssgrid .wp-block-sai-illustration.is-style-chessboard .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
  }
}

.wp-block-sai-illustration.is-style-chessboard .row:first-child .image {
  order: -1;
}

.wp-block-sai-illustration.is-style-chessboard .row:first-child .content:after {
  left: 50%;
  right: -50vw;
}

.wp-block-sai-illustration.is-style-chessboard .content, .wp-block-sai-illustration.is-style-chessboard .image {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (max-width: 639px) {
  .wp-block-sai-illustration.is-style-chessboard .content, .wp-block-sai-illustration.is-style-chessboard .image {
    padding-top: calc(8 * var(--space));
    padding-bottom: calc(8 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-illustration.is-style-chessboard .content, .wp-block-sai-illustration.is-style-chessboard .image {
    padding-top: calc(12 * var(--space));
    padding-bottom: calc(12 * var(--space));
  }
}

@media (max-width: 639px) {
  .wp-block-sai-illustration.is-style-chessboard .content, .wp-block-sai-illustration.is-style-chessboard .image {
    margin: 0 auto;
    display: inline-block;
  }
}

@media (min-width: 800px) {
  .wp-block-sai-illustration.is-style-chessboard .content, .wp-block-sai-illustration.is-style-chessboard .image {
    justify-self: center;
  }
}

.wp-block-sai-illustration.is-style-chessboard .content {
  background-color: #ececed;
}

@media (min-width: 640px) {
  .wp-block-sai-illustration.is-style-chessboard .content:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: -50vw;
    background-color: inherit;
  }
}

.wp-block-sai-illustration.is-style-chessboard .content ul {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-illustration.is-style-chessboard .content ul {
    font-size: calc(1.15em + 0.4vw);
  }
}

.wp-block-sai-illustration.is-style-chessboard .content li {
  padding-left: 40px;
  background-position: left center;
}

.wp-block-sai-illustration.is-style-chessboard .content li:before {
  content: none;
}

.wp-block-sai-illustration.is-style-chessboard .content li + li {
  margin-top: 1em;
}

@media (max-width: 639px) {
  .wp-block-sai-illustration.is-style-chessboard .image {
    display: block;
    text-align: center;
    background-color: white;
    width: 100%;
  }
}

.wp-block-sai-illustration.is-style-story {
  background-color: #eaf4eb;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
  min-height: 38em;
  padding: 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-illustration.is-style-story {
    font-size: calc(1.15em + 0.4vw);
  }
}

@media (max-width: 639px) {
  .wp-block-sai-illustration.is-style-story {
    font-size: 0.8rem;
  }
}

.wp-block-sai-illustration.is-style-story .row:before {
  content: '';
  display: block;
  position: relative;
  height: 0;
  padding-top: 109.836065574%;
  width: 100%;
}

.wp-block-sai-illustration.is-style-story .row:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.wp-block-sai-illustration.is-style-story .image {
  pointer-events: none;
  margin: 0 !important;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.wp-block-sai-illustration.is-style-story .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.wp-block-sai-illustration.is-style-story .image svg, .wp-block-sai-illustration.is-style-story .image img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0%);
}

.wp-block-sai-illustration.is-style-story .illustration g {
  opacity: 0;
  transition: opacity .4s ease;
}

.wp-block-sai-illustration.is-style-story .illustration g:nth-child(1) {
  transition-delay: 0.6s;
}

.wp-block-sai-illustration.is-style-story .illustration g:nth-child(2) {
  transition-delay: 0.4s;
}

.wp-block-sai-illustration.is-style-story .illustration g:nth-child(3) {
  transition-delay: 0.2s;
}

.wp-block-sai-illustration.is-style-story .illustration g:nth-child(4) {
  transition-delay: 0s;
}

.wp-block-sai-illustration.is-style-story .illustration.animate g {
  opacity: 1;
}

.wp-block-sai-illustration.is-style-story .illustration.animate g:nth-child(1) {
  transition-delay: 0s;
}

.wp-block-sai-illustration.is-style-story .illustration.animate g:nth-child(2) {
  transition-delay: 0.2s;
}

.wp-block-sai-illustration.is-style-story .illustration.animate g:nth-child(3) {
  transition-delay: 0.4s;
}

.wp-block-sai-illustration.is-style-story .illustration.animate g:nth-child(4) {
  transition-delay: 0.6s;
}

.wp-block-sai-illustration.is-style-story .illustration:nth-child(2) {
  --line: 900;
}

.wp-block-sai-illustration.is-style-story .illustration:nth-child(3) {
  --line: 2100;
}

.wp-block-sai-illustration.is-style-story .illustration:nth-child(4) {
  --line: 3600;
}

.wp-block-sai-illustration.is-style-story p {
  position: absolute;
  top: 28.5714285714%;
  transform: translateY(-50%);
  max-width: 775px;
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  max-width: 22.5em;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1210px) {
  .wp-block-sai-illustration.is-style-story p {
    margin-left: calc((100% - 1090px) / 2) !important;
    margin-right: calc((100% - 1090px) / 2) !important;
  }
}

.wp-block-sai-illustration.is-style-story p:nth-child(1) {
  --line: 2600;
}

.wp-block-sai-illustration.is-style-story p:nth-child(2) {
  --line: 3800;
}

.wp-block-sai-illustration.is-style-story p:nth-child(3) {
  --line: 4400;
}

.wp-block-sai-illustration.is-style-story p:nth-child(2) {
  top: 57.1428571429%;
  right: 0;
  left: auto;
}

@media (max-width: 639px) {
  .wp-block-sai-illustration.is-style-story p:nth-child(2) {
    font-size: 15px;
    max-width: 23.5em;
    top: 55%;
  }
}

.wp-block-sai-illustration.is-style-story p:last-child {
  top: 85.7142857143%;
}

.wp-block-sai-illustration.is-style-story em, .wp-block-sai-illustration.is-style-story i, .wp-block-sai-illustration.is-style-story b, .wp-block-sai-illustration.is-style-story strong {
  color: #fcb53b;
  font-style: normal;
}

_::-webkit-full-page-media, _:future, :root .is-style-intro span {
  -webkit-text-fill-color: initial !important;
  -webkit-background-clip: initial !important;
  background: none !important;
}

.no-objectfit .is-style-intro span {
  -webkit-text-fill-color: initial !important;
  -webkit-background-clip: initial !important;
  background: none !important;
}

.box-map {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.box-map .content {
  background-color: #444750;
  color: white;
  position: relative;
  z-index: 2;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  padding-top: calc(8 * var(--space));
  padding-bottom: calc(8 * var(--space));
}

.box-map .content > *:first-child:not(div) {
  margin-top: 0;
}

.box-map .content > *:last-child:not(div) {
  margin-bottom: 0;
}

.box-map:not(.alignfull) {
  margin-top: calc(10 * var(--space));
  margin-bottom: calc(10 * var(--space));
}

.box-map:not(.alignfull) .content {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .box-map:not(.alignfull) .content {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (min-width: 1020px) {
  .box-map:not(.alignfull) .content {
    padding-top: calc(4 * var(--space));
    padding-bottom: calc(4 * var(--space));
  }
}

.box-map.alignfull .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .box-map.alignfull .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.box-map.alignfull .content {
  min-height: calc(34 * var(--spacemax));
}

@media (max-width: 639px) {
  .box-map.alignfull .content {
    max-width: var(--containerMax);
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
  }
}

@media (max-width: 639px) and (min-width: 1220px) {
  .box-map.alignfull .content {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  .box-map.alignfull .content {
    width: 50%;
    max-width: 525px;
  }
  .box-map.alignfull .content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -999px;
    background: inherit;
    z-index: -1;
  }
}

@media (max-width: 639px) {
  .box-map.alignfull .content + .acf-map {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative !important;
  }
}

@media (min-width: 640px) {
  .box-map.alignfull .content + .acf-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% - 85px);
    width: auto;
    min-height: none;
    position: absolute !important;
  }
}

.box-map p {
  margin: .5em 0;
  font-size: 1em;
  line-height: 1.55;
}

.box-map h4 {
  margin-bottom: 0;
}

.box-map h4 + * {
  margin-top: 1.25rem;
}

.box-map address {
  font-size: 1.2em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.2em);
  line-height: 1.2916666667;
  font-weight: 700;
  font-style: normal;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .box-map address {
    font-size: calc(1.1em + 0.2vw);
  }
}

.box-map address:not(:last-child) {
  margin-bottom: 1.5em;
}

.box-map a[href^=mailto] {
  color: #2d953e;
}

.box-map .acf-map {
  width: 100%;
  min-height: calc(50 * var(--spacemax));
  margin: 0;
}

.box-map .acf-map img {
  max-width: inherit;
}

.wp-block-sai-overview {
  background: #444750;
  color: white;
}

.wp-block-sai-overview .row > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-overview .row > *:last-child:not(div) {
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .wp-block-sai-overview .row > * + * {
    margin-top: 2rem;
  }
  .wp-block-sai-overview .row + .row {
    margin-top: calc(6 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-overview .row + .row {
    margin-top: calc(8 * var(--space));
  }
}

.wp-block-sai-overview.alignfull .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
}

@media (min-width: 1220px) {
  .wp-block-sai-overview.alignfull .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-overview.alignfull .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-overview.alignfull .image {
    width: 33.0275229358%;
    margin-right: 5.504587156%;
  }
}

.wp-block-sai-overview.alignfull .button {
  color: white;
}

.wp-block-sai-overview.alignfull .content:only-child {
  width: 100%;
  max-width: 775px;
}

@media (min-width: 800px) {
  .wp-block-sai-overview.alignfull .content:not(:only-child) {
    width: 63.5245901639%;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-overview.alignfull .image + .content {
    max-width: 565px;
  }
}

.wp-block-sai-overview.alignfull .lead {
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-overview.alignfull .lead {
    font-size: calc(1.15em + 0.4vw);
  }
}

.wp-block-sai-overview:not(.alignfull) {
  box-sizing: border-box;
  padding-top: calc(6 * var(--space));
  padding-bottom: calc(6 * var(--space));
}

article > .wp-block-sai-overview:not(.alignfull) {
  max-width: 775px;
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
}

@media (min-width: 1210px) {
  article > .wp-block-sai-overview:not(.alignfull) {
    margin-left: calc((100% - 1090px) / 2) !important;
    margin-right: calc((100% - 1090px) / 2) !important;
  }
}

@media (max-width: 479px) {
  .wp-block-sai-overview:not(.alignfull) {
    margin: 0 !important;
    padding: 20px;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  .wp-block-sai-overview:not(.alignfull) {
    margin: 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 1320px) {
  .wp-block-sai-overview:not(.alignfull) {
    padding-left: calc(6 * var(--space));
    padding-right: calc(6 * var(--space));
  }
}

@media (min-width: 1320px) {
  .wp-block-sai-overview:not(.alignfull) {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.wp-block-sai-overview:not(.alignfull) .lead {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-overview:not(.alignfull) .lead {
    font-size: calc(1.15em + 0.4vw);
  }
}

.wp-block-sai-overview .links-list:not(.is-inline) {
  padding-top: 1.5rem;
  position: relative;
}

.wp-block-sai-overview .links-list:not(.is-inline):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: .2;
  border-top: 1px solid currentColor;
}

@media (min-width: 640px) {
  .wp-block-sai-overview.alignfull .links-list:not(.is-inline):first-child:not(:only-child) {
    margin-right: 40px;
    width: calc( (100% - 40px) / 2);
    max-width: 525px;
    flex: 1;
  }
  .wp-block-sai-overview.alignfull .links-list:not(.is-inline):last-child:not(:only-child) {
    width: 25.8196721311%;
  }
}

.wp-block-sai-overview .image:empty {
  background-color: #eaf4eb;
  background-size: 0;
  background-position: center;
  position: relative;
  align-self: flex-start;
}

.wp-block-sai-overview .image:empty:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 40px 10px;
  background: inherit;
  background-size: contain;
}

.wp-block-sai-overview .image:empty:after {
  content: '';
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
  width: 100%;
}

.wp-block-sai-overview .image:empty:after > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .wp-block-sai-overview .image:empty {
    display: none;
  }
}

.wp-block-sai-overview .links-list {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.wp-block-sai-overview .links-list a {
  color: white;
}

.wp-block-sai-overview .project-details {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(8em, max-content);
  grid-template-rows: [title] auto [def] auto;
  grid-gap: 10px;
  align-self: start;
}

@media (max-width: 639px) {
  .wp-block-sai-overview .project-details {
    grid-template-columns: repeat(2, 1fr);
  }
}

.no-cssgrid .wp-block-sai-overview .project-details {
  display: block;
  overflow: hidden;
}

.no-cssgrid .wp-block-sai-overview .project-details > * {
  display: block;
  width: 30%;
  float: left;
  margin-bottom: 10px;
}

.no-cssgrid .wp-block-sai-overview .project-details dt {
  clear: left;
}

.wp-block-sai-overview .project-details dt {
  margin: 0;
  line-height: 28px;
  padding-left: 37px;
}

@media (min-width: 640px) {
  .wp-block-sai-overview .project-details dt {
    grid-row: title;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-overview .project-details dt.location {
    padding-left: 32px;
  }
}

.wp-block-sai-overview .project-details dd {
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .wp-block-sai-overview .project-details dd {
    grid-row: def;
  }
}

.wp-block-sai-overview .item-icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: left center;
}

.wp-block-sai-overview.is-style-showcase.alignfull .row {
  color: white;
}

@media (max-width: 639px) {
  .wp-block-sai-overview.is-style-showcase.alignfull .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-overview.is-style-showcase.alignfull .row {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-overview.is-style-showcase.alignfull .row {
    align-items: center;
  }
}

.wp-block-sai-overview.is-style-showcase.alignfull .row:only-child {
  min-height: calc(38 * var(--spacemax));
}

@media (max-width: 639px) {
  .wp-block-sai-overview .image {
    height: 20em;
  }
  .wp-block-sai-overview .image img {
    max-height: 100%;
    width: auto;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-overview .image:not(:empty) {
    height: 20em;
  }
  .wp-block-sai-overview .image:not(:empty) img {
    max-height: 100%;
    width: auto;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-overview.is-style-showcase:not(.alignfull) .row {
    display: grid;
    grid-template-columns: minmax(auto, 38.5321100917%) 1fr;
  }
  .wp-block-sai-overview.is-style-showcase:not(.alignfull) .image {
    min-width: 10em;
    margin-right: 40px;
    box-sizing: border-box;
  }
}

.wp-block-sai-overview.is-style-showcase:not(.alignfull) .button {
  color: #2d953e;
  border-color: #2d953e;
  color: inherit;
}

.wp-block-sai-overview.is-style-showcase:not(.alignfull) .button .icon {
  color: currentColor;
}

.wp-block-sai-overview.is-style-showcase:not(.alignfull) .button:before, .wp-block-sai-overview.is-style-showcase:not(.alignfull) .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-overview.is-style-showcase:not(.alignfull) .button:hover, .wp-block-sai-overview.is-style-showcase:not(.alignfull) .button:focus {
  color: white;
  border-color: #2d953e;
}

.wp-block-sai-overview.is-style-showcase:not(.alignfull) .button:hover .icon, .wp-block-sai-overview.is-style-showcase:not(.alignfull) .button:focus .icon {
  color: white;
}

.wp-block-sai-section .content {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: calc(6 * var(--space));
  padding-bottom: calc(6 * var(--space));
}

.wp-block-sai-section .content > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-section .content > *:last-child:not(div) {
  margin-bottom: 0;
}

@media (min-width: 1220px) {
  .wp-block-sai-section .content {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .wp-block-sai-section .content {
    margin: 0 !important;
    padding: 20px;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  .wp-block-sai-section .content {
    margin: 0 !important;
  }
}

@media (min-width: 480px) and (max-width: 1320px) {
  .wp-block-sai-section .content {
    padding-left: calc(6 * var(--space));
    padding-right: calc(6 * var(--space));
  }
}

@media (min-width: 1320px) {
  .wp-block-sai-section .content {
    padding-left: 65px;
    padding-right: 65px;
    box-sizing: border-box;
  }
}

.wp-block-sai-section .content > *:not([class]) {
  max-width: 800px;
}

.wp-block-sai-section:not(.alignfull) {
  margin-top: calc(6 * var(--space));
  margin-bottom: calc(6 * var(--space));
}

@media (min-width: 640px) {
  .wp-block-sai-section:not([class*='is-style']):not([class*=background]) {
    margin-top: calc(12 * var(--space));
    margin-bottom: calc(8 * var(--space));
  }
}

.wp-block-sai-section:not([class*='is-style']):not([class*=background]) .content {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-sai-section.is-style-objectives li, .wp-block-sai-section.is-style-support li, .wp-block-sai-section.is-style-achievements li {
  padding-left: 40px;
  background-position: left top;
}

.wp-block-sai-section.is-style-objectives li:before, .wp-block-sai-section.is-style-support li:before, .wp-block-sai-section.is-style-achievements li:before {
  content: none;
}

.wp-block-sai-section.is-style-objectives li + li, .wp-block-sai-section.is-style-support li + li, .wp-block-sai-section.is-style-achievements li + li {
  margin-top: 1em;
}

.wp-block-sai-section.is-style-objectives.alignfull:before, .wp-block-sai-section.is-style-objectives:not(.alignfull) .content:before, .wp-block-sai-section.is-style-support.alignfull:before, .wp-block-sai-section.is-style-support:not(.alignfull) .content:before, .wp-block-sai-section.is-style-achievements.alignfull:before, .wp-block-sai-section.is-style-achievements:not(.alignfull) .content:before {
  content: '';
}

.wp-block-sai-section.is-style-objectives:not(.alignfull) .content:before, .wp-block-sai-section.is-style-support:not(.alignfull) .content:before, .wp-block-sai-section.is-style-achievements:not(.alignfull) .content:before {
  width: 905px;
  z-index: -1;
}

.wp-block-sai-section.is-style-objectives.alignfull, .wp-block-sai-section.is-style-objectives:not(.alignfull) .content:before {
  background-color: #eaf4eb;
}

.wp-block-sai-section.is-style-objectives.alignfull, .wp-block-sai-section.is-style-objectives:not(.alignfull) .content {
  position: relative;
}

.wp-block-sai-section.is-style-objectives.alignfull:before, .wp-block-sai-section.is-style-objectives:not(.alignfull) .content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 0.4em solid #2d953e;
}

.wp-block-sai-section.is-style-support.alignfull, .wp-block-sai-section.is-style-support:not(.alignfull) .content:before {
  background-color: rgba(252, 181, 59, 0.13);
}

.wp-block-sai-section.is-style-support.alignfull, .wp-block-sai-section.is-style-support:not(.alignfull) .content {
  position: relative;
}

.wp-block-sai-section.is-style-support.alignfull:before, .wp-block-sai-section.is-style-support:not(.alignfull) .content:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 0.4em solid #fcb53b;
}

.wp-block-sai-section.is-style-achievements {
  color: white;
}

.wp-block-sai-section.is-style-achievements.alignfull, .wp-block-sai-section.is-style-achievements:not(.alignfull) .content {
  background-color: #444750;
}

@media (min-width: 640px) {
  .wp-block-sai-section + .is-style-achievements.alignfull {
    margin-top: calc(12 * var(--space));
  }
}

.wp-block-sai-section.has-grey-background-color.alignfull, .wp-block-sai-section.has-grey-background-color:not(.alignfull) .content {
  background-color: #ececed;
}

.wp-block-sai-showcase {
  overflow: hidden;
}

.wp-block-sai-showcase.is-style-light + .post-footer .box-cta.has-white-background-color, .wp-block-sai-showcase.has-columns + .post-footer .box-cta.has-white-background-color {
  margin-top: calc(-6 * var(--space));
}

@media (min-width: 640px) {
  .wp-block-sai-showcase:not(.is-chapters):not(.with-circle):not(.is-style-grey):not(.is-style-light):not(.has-columns):not(.is-style-red):not(.is-style-dark-green) {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: calc(10 * var(--space));
    padding-bottom: calc(10 * var(--space));
  }
}

body:not(.home) .wp-block-sai-showcase.has-columns.is-style-dark {
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.home) .wp-block-sai-showcase.has-columns.is-style-dark .lead {
  font-size: 1.5em;
  font-size: clamp(1.2em, calc(1.2em + 0.4vw), 1.5em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  body:not(.home) .wp-block-sai-showcase.has-columns.is-style-dark .lead {
    font-size: calc(1.2em + 0.4vw);
  }
}

.wp-block-sai-showcase:not(.has-columns) {
  background-color: #eaf4eb;
}

.wp-block-sai-showcase:not(.has-columns) .row:only-child {
  min-height: calc(32 * var(--spacemax));
}

@media (min-width: 1320px) {
  .wp-block-sai-showcase:not(.has-columns) .row:only-child {
    min-height: 16rem;
  }
}

.wp-block-sai-showcase:not(.has-columns) .image {
  position: relative;
}

.wp-block-sai-showcase:not(.has-columns) .image .video-link {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.26);
}

.wp-block-sai-showcase:not(.has-columns) .image.is-overflow {
  min-height: calc(40 * var(--space));
}

@media (max-width: 759px) {
  .wp-block-sai-showcase:not(.has-columns) .image.is-overflow a {
    align-self: start;
  }
  .wp-block-sai-showcase:not(.has-columns) .image.is-overflow > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (min-width: 760px) {
  .wp-block-sai-showcase:not(.has-columns) .image.is-overflow > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .wp-block-sai-showcase:not(.has-columns) .image.is-overflow img {
    height: 100%;
    max-width: none;
    width: auto !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    parent-fit: cover !important;
  }
}

.wp-block-sai-showcase:not(.has-columns) .image.is-overflow.has-video-link {
  min-height: calc(34 * var(--space));
  max-width: 460px;
}

@media (min-width: 760px) {
  .wp-block-sai-showcase:not(.has-columns) .image.is-overflow.has-video-link a {
    width: calc(100% + var(--gutter));
  }
  .wp-block-sai-showcase:not(.has-columns) .image.is-overflow.has-video-link img {
    max-width: 100%;
  }
}

.wp-block-sai-showcase:not(.has-columns) .image.has-video-link a {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.26);
}

@media (min-width: 760px) {
  .wp-block-sai-showcase:not(.has-columns) .image.is-overflow.is-after > * {
    left: 0;
    right: auto;
  }
}

.wp-block-sai-showcase:not(.has-columns).is-style-grey {
  background-color: #ececed;
}

.wp-block-sai-showcase:not(.has-columns).is-style-grey h2:first-child {
  margin-bottom: 2rem;
}

.wp-block-sai-showcase:not(.has-columns).is-style-grey h2 + *, .wp-block-sai-showcase:not(.has-columns).is-style-grey h3 + *, .wp-block-sai-showcase:not(.has-columns).is-style-grey h4 + * {
  margin-top: 0;
}

.wp-block-sai-showcase:not(.has-columns).is-style-grey * + h2, .wp-block-sai-showcase:not(.has-columns).is-style-grey * + h3, .wp-block-sai-showcase:not(.has-columns).is-style-grey * + h4 {
  margin-top: 2rem;
}

.wp-block-sai-showcase:not(.has-columns).is-style-dark {
  background-color: #444750;
  color: white;
}

.wp-block-sai-showcase:not(.has-columns) > .row:only-child {
  max-width: Min(1090px, var(--containerMax));
}

.wp-block-sai-showcase:not(.has-columns) .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-showcase:not(.has-columns) .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 639px) {
  .wp-block-sai-showcase:not(.has-columns) .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-showcase:not(.has-columns) .row {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-showcase:not(.has-columns) .row {
    align-items: center;
  }
}

.wp-block-sai-showcase:not(.has-columns) .row + .row {
  margin-top: calc(8 * var(--space));
}

.wp-block-sai-showcase:not(.has-columns) .image {
  min-width: 250px;
}

.wp-block-sai-showcase:not(.has-columns) .image:not(.is-full) {
  max-width: 565px;
}

@media (min-width: 640px) and (max-width: 1020px) {
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full) {
    width: 51.8348623853%;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full) {
    margin-right: calc(6 * var(--space));
    flex: 1;
    display: grid;
    align-self: stretch;
    justify-self: stretch;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
  }
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full) img:first-child {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right center;
       object-position: right center;
  }
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full).has-video-link {
    margin-right: calc(10 * var(--space));
  }
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full).is-square {
    flex: 0;
    min-width: 31.1475409836%;
  }
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full).is-portrait {
    flex: 0;
  }
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full).is-square + .content blockquote, .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full).is-portrait + .content blockquote {
    max-width: 590px;
    margin: 0 auto;
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full) img {
    margin: auto auto auto 0;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full).is-after {
    order: 99;
    margin-left: calc(6 * var(--space));
    margin-right: auto;
  }
  .wp-block-sai-showcase:not(.has-columns) .image:not(.is-full).is-after img {
    -o-object-position: left center;
       object-position: left center;
  }
}

@media (max-width: 639px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full {
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    width: 100vw;
    height: calc(40 * var(--space));
    overflow: hidden;
    margin-top: calc(-8 * var(--space));
  }
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full img, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full img[src*=macbook], .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full img[src*=macbook] {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full .image, .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full img, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full .image, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full .image[src*=macbook], .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full img[src*=macbook], .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full .image[src*=macbook], .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full img[src*=macbook] {
    -o-object-position: right;
       object-position: right;
  }
}

@media (min-width: 640px) and (max-width: 800px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full [src*=macbook], .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full [src*=macbook] {
    background-size: contain;
  }
}

@media (min-width: 640px) and (max-width: 799px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
  }
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full + .content, .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full + .flickity-viewport .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full + .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full + .flickity-viewport .content {
    margin-left: calc(50% + 40px);
  }
}

@media (min-width: 800px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full {
    position: absolute;
    top: 0;
    right: calc(50% + 85px);
    bottom: 0;
    left: 0;
  }
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full + .content, .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full + .flickity-viewport .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full + .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full + .flickity-viewport .content {
    margin-left: 50%;
    width: 38.5321100917%;
    flex: none;
  }
}

@media (max-width: 639px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full:not(.is-after), .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full:not(.is-after) {
    margin-top: calc(-8 * var(--space));
  }
}

@media (min-width: 800px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full:not(.is-after):not(.is-landscape) + .content, .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full:not(.is-after):not(.is-landscape) + .flickity-viewport .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full:not(.is-after):not(.is-landscape) + .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full:not(.is-after):not(.is-landscape) + .flickity-viewport .content {
    width: 50%;
    width: 51.8348623853%;
    margin-left: auto;
  }
}

@media (min-width: 800px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-portrait:not(.is-after), .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-portrait:not(.is-after) {
    right: auto;
    width: 34.4262295082%;
  }
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-portrait:not(.is-after) + .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-portrait:not(.is-after) + .content {
    width: 61.4678899083%;
  }
}

@media (min-width: 640px) and (max-width: 799px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-after, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-after {
    right: 0;
    left: 50%;
  }
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-after + .content, .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-after + .flickity-viewport .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-after + .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-after + .flickity-viewport .content {
    margin-right: calc(50% + 40px);
    margin-left: 0;
  }
}

@media (min-width: 800px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-after, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-after {
    right: 0;
    left: calc(50% - 85px);
  }
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-after + .content, .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-after + .flickity-viewport .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-after + .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-after + .flickity-viewport .content {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 800px) {
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-landscape:not(.is-after), .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-landscape:not(.is-after) {
    left: 0;
    right: calc(50% - 85px);
  }
  .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-landscape:not(.is-after) + .content, .wp-block-sai-showcase:not(.has-columns) .row > .image.is-full.is-landscape:not(.is-after) + .flickity-viewport .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-landscape:not(.is-after) + .content, .wp-block-sai-showcase:not(.has-columns) .image-slider.is-full.is-landscape:not(.is-after) + .flickity-viewport .content {
    margin-left: auto;
    margin-right: 0;
  }
}

.wp-block-sai-showcase:not(.has-columns) .content {
  flex: 1;
}

@media (max-width: 639px) {
  .wp-block-sai-showcase.is-slider {
    padding-top: 0;
  }
}

@media (max-width: 639px) {
  .wp-block-sai-showcase.is-slider .image-slider {
    display: none;
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-showcase.is-slider .row {
    align-items: flex-start;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-showcase .is-full.image-slider + * .row > .image {
    display: none;
  }
}

.wp-block-sai-showcase.has-columns {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-showcase.has-columns {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-showcase.has-columns .image {
  background-color: white;
  display: flex;
  align-items: center;
}

.wp-block-sai-showcase.has-columns .content {
  background-color: #f5f5f5;
}

.wp-block-sai-showcase.has-columns .content > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-showcase.has-columns .content > *:last-child:not(div) {
  margin-bottom: 0;
}

.wp-block-sai-showcase.has-columns h2:not([class]) {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: normal;
  line-height: 1.125;
  display: block;
}

.wp-block-sai-showcase.has-columns.is-style-dark .image {
  background-color: #f5f5f5;
}

.wp-block-sai-showcase.has-columns.is-style-dark .content {
  background-color: #444750;
  color: white;
}

@media (max-width: 759px) {
  .wp-block-sai-showcase.has-columns .row + .row {
    margin-top: var(--spacer);
  }
}

@media (min-width: 760px) {
  .wp-block-sai-showcase.has-columns {
    display: grid;
    grid-column-gap: var(--spacer);
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-template-rows: repeat(2, [image] auto [content] auto);
  }
  .wp-block-sai-showcase.has-columns .row {
    display: contents;
  }
  .wp-block-sai-showcase.has-columns .row:nth-child(3):not(:last-child) .image, .wp-block-sai-showcase.has-columns .row:nth-child(n + 4) .image {
    margin-top: calc(4 * var(--space));
    grid-row: image 2;
  }
  .wp-block-sai-showcase.has-columns .row:nth-child(3):not(:last-child) .content, .wp-block-sai-showcase.has-columns .row:nth-child(n + 4) .content {
    grid-row: content 2;
  }
  .no-cssgrid .wp-block-sai-showcase.has-columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .no-cssgrid .wp-block-sai-showcase.has-columns > * {
    width: calc( (100% - 80px) / 2);
    box-sizing: border-box;
  }
  .no-cssgrid .wp-block-sai-showcase.has-columns .image {
    order: -2;
  }
  .no-cssgrid .wp-block-sai-showcase.has-columns .image:nth-child(n+2) {
    order: -1;
  }
}

@media (min-width: 760px) and (max-width: 1020px) {
  .wp-block-sai-showcase.has-columns {
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
  }
}

@media (min-width: 760px) and (max-width: 800px) {
  .wp-block-sai-showcase.has-columns {
    grid-column-gap: 0;
  }
}

.wp-block-sai-showcase.has-columns .image {
  grid-column: auto;
  grid-row: image;
  text-align: center;
  padding: calc(10px + 2 * var(--spacemax)) calc(6 * var(--spacemax));
  min-height: calc(15 * var(--spacemax));
}

.wp-block-sai-showcase.has-columns .image.is-after {
  grid-row: content;
}

.wp-block-sai-showcase.has-columns .image.is-after + .content {
  grid-row: image;
}

.wp-block-sai-showcase.has-columns .image.is-full {
  padding: 0;
}

.wp-block-sai-showcase.has-columns .content {
  padding: calc(4 * var(--space));
  grid-column: auto;
  grid-row: content;
}

@media (max-width: 480px) {
  .wp-block-sai-showcase.has-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-sai-showcase.has-columns .image, .wp-block-sai-showcase.has-columns .content {
    padding: 20px;
  }
}

@media (max-width: 639px) {
  .wp-block-sai-showcase.has-columns .row + .row {
    margin-top: calc(6 * var(--space));
  }
  .wp-block-sai-showcase.has-columns .row > * + * {
    margin-top: 0;
  }
}

@media (min-width: 1320px) {
  .wp-block-sai-showcase.has-columns {
    grid-column-gap: 40px;
  }
  .wp-block-sai-showcase.has-columns .content {
    padding: 40px;
  }
}

.wp-block-sai-showcase h1 {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-showcase h1 {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-sai-showcase .cat {
  margin-bottom: 1rem;
}

.wp-block-sai-showcase .cat + * {
  margin-top: 0;
}

.wp-block-sai-showcase .button {
  margin-top: 1em;
}

.wp-block-sai-showcase .button:not(:last-child) {
  margin-right: 1.75em;
}

.wp-block-sai-showcase .link {
  display: inline-block;
  margin-top: 1.75em;
  color: var(--vibrant-color-text, #2d953e);
}

.wp-block-sai-showcase.is-style-dark {
  --vibrant-color: #2d953e;
  --vibrant-color-text: #ffffff;
}

.wp-block-sai-showcase.is-style-light {
  background-color: #ffffff;
}

.wp-block-sai-showcase.is-style-red {
  --vibrant-color: #fcb53b;
  --vibrant-color-text: #ffffff;
  background-color: #91212B;
  color: #ffffff;
}

.wp-block-sai-showcase.is-style-dark-green {
  --vibrant-color: #fcb53b;
  --vibrant-color-text: #ffffff;
  background-color: #095527;
  color: #ffffff;
}

@media (min-width: 640px) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns):not(.is-style-grey) {
    margin-top: calc(14 * var(--space));
    margin-bottom: calc(14 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns).is-style-grey {
    margin: 0;
    padding-top: calc(14 * var(--space));
    padding-bottom: calc(14 * var(--space));
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns) .row {
    align-items: flex-start !important;
  }
}

.wp-block-sai-showcase.is-chapters:not(.has-columns):not(.with-large-headings) .lead {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
  font-weight: bold;
  line-height: 1.44;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns):not(.with-large-headings) .lead {
    font-size: calc(1.1em + 0.2vw);
  }
}

.wp-block-sai-showcase.is-chapters:not(.has-columns).with-large-headings .lead {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns).with-large-headings .lead {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-sai-showcase.is-chapters:not(.has-columns) .image {
  align-self: flex-start !important;
  position: relative;
  display: grid;
}

@media (min-width: 800px) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns) .image {
    padding-bottom: 4em;
  }
}

.wp-block-sai-showcase.is-chapters:not(.has-columns) .image:before {
  content: '';
  background-color: #f5f5f5;
  position: relative;
  height: 0;
  padding-top: 78.125%;
  width: 100%;
  z-index: -1;
}

.wp-block-sai-showcase.is-chapters:not(.has-columns) .image:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.wp-block-sai-showcase.is-chapters:not(.has-columns) .image:before, .wp-block-sai-showcase.is-chapters:not(.has-columns) .image img {
  grid-row: 1;
  grid-column: 1 / -1;
}

@media (min-width: 640px) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns) .image img:first-child {
    display: inline-block;
    height: auto;
    width: auto;
  }
}

.wp-block-sai-showcase.is-chapters:not(.has-columns) .image .icon {
  max-width: 45.652173913%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: -20px;
}

@media (min-width: 480px) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns) .image .icon {
    margin: calc(-6 * var(--space));
  }
}

@media (min-width: 800px) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns) .image .icon {
    bottom: 0;
    margin-bottom: 0;
  }
}

.wp-block-sai-showcase.is-chapters:not(.has-columns) .image .icon[href*=svg] {
  background-color: #eaf4eb;
}

@media (min-width: 640px) {
  .wp-block-sai-showcase.is-chapters:not(.has-columns) .image:not(.is-after) .icon {
    left: 0;
    right: auto;
  }
}

.wp-block-sai-showcase.with-circle .image {
  position: relative;
  z-index: 1;
  align-self: center;
}

.wp-block-sai-showcase.with-circle .image:before {
  content: '';
  border: 2px dashed #fcb53b;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  padding-top: 70%;
  z-index: -1;
}

@media (min-width: 640px) and (max-width: 800px) {
  .wp-block-sai-showcase.is-chapters .row .image, .wp-block-sai-showcase.with-circle .row .image {
    max-width: 42.2018348624%;
  }
}

.home .wp-block-sai-showcase.is-style-dark {
  background-color: #444750;
  max-width: none;
}

@media (min-width: 640px) {
  .home .wp-block-sai-showcase.is-style-dark {
    grid-template-columns: repeat(auto-fit, minmax(220px, 525px));
    justify-content: center;
  }
}

@media (min-width: 480px) and (max-width: 639px), (min-width: 1020px) {
  .home .wp-block-sai-showcase.is-style-dark .image {
    padding: calc(5 * var(--space)) calc(11 * var(--space));
  }
}

.home .wp-block-sai-showcase.is-style-dark .content {
  margin-top: calc(4 * var(--space));
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.home .wp-block-sai-showcase.is-style-dark .content > *:first-child:not(div) {
  margin-top: 0;
}

.home .wp-block-sai-showcase.is-style-dark .content > *:last-child:not(div) {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .home .wp-block-sai-showcase.is-style-dark .content {
    padding-top: 0;
  }
  .home .wp-block-sai-showcase.is-style-dark .content p:not([class]) {
    min-height: 4.5em;
  }
}

.home .wp-block-sai-showcase.is-style-dark .lead {
  font-size: 1.5em;
  font-size: clamp(1.2em, calc(1.2em + 0.4vw), 1.5em);
  line-height: 1.2666666667;
  margin: 1.25rem 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .home .wp-block-sai-showcase.is-style-dark .lead {
    font-size: calc(1.2em + 0.4vw);
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-showcase.has-columns.is-style-dark .row .content p:not([class]) {
    min-height: 6em;
  }
}

.wp-block-sai-showcase .is-full .video-link {
  height: 100%;
}

.wp-block-sai-showcase .image.is-logo:not(.is-full) {
  background-color: white;
  padding: 5% 7%;
  min-width: auto;
  box-sizing: border-box;
  align-self: flex-start;
}

@media (max-width: 639px) {
  .wp-block-sai-showcase .image.is-logo:not(.is-full) {
    margin-top: var(--spacer);
  }
}

@media (min-width: 640px) {
  .wp-block-sai-showcase .image.is-logo:not(.is-full) {
    margin-right: var(--gutter);
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-showcase .image.is-logo:not(.is-full) {
    margin-left: 5.3278688525%;
    max-width: 27.868852459%;
  }
}

.wp-block-sai-showcase .image.is-logo:not(.is-full) + .content {
  max-width: 670px;
}

.wp-block-sai-showcase.alignnarrow {
  max-width: none;
  width: calc(100% - var(--gutter) * 2);
  overflow: hidden;
  margin: calc(10 * var(--space)) var(--gutter);
  padding-top: calc(7 * var(--space));
  padding-bottom: calc(7 * var(--space));
}

.wp-block-sai-showcase.alignnarrow:last-child:not(:only-child) {
  margin-bottom: calc(12 * var(--space));
}

@media (min-width: 1260px) {
  .wp-block-sai-showcase.alignnarrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1220px;
  }
}

.wp-block-sai-showcase.alignshort, .wp-block-sai-showcase.alignnarrow.is-style-red, .wp-block-sai-showcase.alignnarrow.is-style-dark-green {
  padding-top: calc(6 * var(--space));
  padding-bottom: calc(6 * var(--space));
}

.wp-block-sai-showcase.alignshort .row, .wp-block-sai-showcase.alignnarrow.is-style-red .row, .wp-block-sai-showcase.alignnarrow.is-style-dark-green .row {
  align-items: center;
  min-height: auto !important;
}

.wp-block-sai-showcase.alignshort h2:first-child, .wp-block-sai-showcase.alignnarrow.is-style-red h2:first-child, .wp-block-sai-showcase.alignnarrow.is-style-dark-green h2:first-child {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1em;
  font-size: clamp(1.05em, calc(1.05em + 0.1vw), 1.1em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-showcase.alignshort h2:first-child, .wp-block-sai-showcase.alignnarrow.is-style-red h2:first-child, .wp-block-sai-showcase.alignnarrow.is-style-dark-green h2:first-child {
    font-size: calc(1.05em + 0.1vw);
  }
}

.wp-block-sai-showcase.alignshort .lead, .wp-block-sai-showcase.alignnarrow.is-style-red .lead, .wp-block-sai-showcase.alignnarrow.is-style-dark-green .lead {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.5em;
  font-size: clamp(1.5em, calc(1.5em + 1.2vw), 2.5em);
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.03em;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-showcase.alignshort .lead, .wp-block-sai-showcase.alignnarrow.is-style-red .lead, .wp-block-sai-showcase.alignnarrow.is-style-dark-green .lead {
    font-size: calc(1.5em + 1.2vw);
  }
}

@media (min-width: 640px) {
  .wp-block-sai-showcase.alignshort .image img, .wp-block-sai-showcase.alignnarrow.is-style-red .image img, .wp-block-sai-showcase.alignnarrow.is-style-dark-green .image img {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media (min-width: 1320px) {
  .wp-block-sai-showcase.alignshort .image, .wp-block-sai-showcase.alignnarrow.is-style-red .image, .wp-block-sai-showcase.alignnarrow.is-style-dark-green .image {
    margin-top: calc(10px + -4 * var(--space));
    margin-bottom: calc(10px + -4 * var(--space));
  }
}

.timeline-wrapper {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  --value: 0%;
}

@media (min-width: 640px) {
  .timeline-wrapper {
    padding-left: calc(6 * var(--space));
    padding-right: calc(6 * var(--space));
  }
}

.timeline-wrapper:after {
  content: '';
  background: linear-gradient(#444750, #444750) no-repeat center top;
  background-size: 100% var(--value);
  transition: background 1s ease;
  will-change: background-size;
  position: absolute;
  top: calc(8 * var(--space));
  bottom: 0;
  left: 50%;
  width: 7px;
  margin-left: -3px;
  z-index: -1;
}

.timeline-wrapper::before {
  content: '';
  background-color: #444750;
  position: absolute;
  top: calc(8 * var(--space));
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 639px) {
  .timeline-wrapper .timeline-nav {
    display: none;
  }
}

@media (min-width: 1020px) {
  .timeline-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .timeline-wrapper .timeline-nav {
    box-sizing: border-box;
    min-width: 10%;
  }
  .timeline-wrapper .timeline-main {
    margin-right: 10%;
    padding-left: 0;
    flex: 1;
  }
}

.wp-block-sai-timeline {
  padding-top: calc(14 * var(--space));
  padding-bottom: calc(14 * var(--space));
}

.wp-block-sai-timeline .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.wp-block-sai-timeline .row > * {
  box-sizing: border-box;
}

.wp-block-sai-timeline .title {
  font-size: 4.9em;
  font-size: clamp(2.3em, calc(2.3em + 3vw), 4.9em);
  color: #2d953e;
  font-weight: 700;
  line-height: 1;
  margin: .25em 0;
  position: relative;
  z-index: 12;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-timeline .title {
    font-size: calc(2.3em + 3vw);
  }
}

.wp-block-sai-timeline .title:first-child {
  text-align: right;
  margin: .25em 0;
  width: calc(43.1578947368% - 15px);
}

.wp-block-sai-timeline .title:first-child + .entry {
  width: calc(56.8421052632% - 15px);
}

.wp-block-sai-timeline .title:first-child + .entry + .image {
  margin-top: calc(-10 * var(--space));
}

.wp-block-sai-timeline .title:first-child + .entry + .image + .blockquote {
  margin: 2em auto 1em 30px;
}

.wp-block-sai-timeline .title:first-child + .entry + .image + .blockquote + .aside {
  width: calc(58.9473684211% - 15px);
  margin: 0 8.9473684211% 0 auto;
}

.wp-block-sai-timeline .title:first-child + .image + .entry {
  width: calc(51.5789473684% - 15px);
  margin: calc(-8 * var(--space)) 0 30px 0;
}

.wp-block-sai-timeline .title:first-child + .image + .entry + .blockquote {
  width: calc(49.4736842105% - 15px);
  min-height: 7em;
  align-self: flex-end;
}

.wp-block-sai-timeline .title:first-child + .image + .entry + .blockquote + .aside {
  width: calc(52.6315789474% - 15px);
  margin: 0 4.2105263158% 0 auto;
}

.wp-block-sai-timeline .entry {
  background-color: #eaf4eb;
  background-repeat: repeat;
  position: relative;
  z-index: 10;
  width: calc(61.0526315789% - 15px);
}

.wp-block-sai-timeline .entry h3 {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-timeline .entry h3 {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-sai-timeline .image {
  width: calc(56.8421052632% - 15px);
}

.wp-block-sai-timeline .image:first-child {
  width: calc(56.8421052632% - 15px);
  margin: 0 0 0 auto;
}

.wp-block-sai-timeline .image:first-child + .entry {
  width: calc(61.0526315789% - 15px);
  margin: calc(-16 * var(--space)) 0 0 0;
}

.wp-block-sai-timeline .image:first-child + .entry + .title {
  margin: 1em auto 0 30px;
}

.wp-block-sai-timeline .image:first-child + .entry + .title + .blockquote {
  align-self: center;
}

.wp-block-sai-timeline .image:first-child + .entry + .title + .blockquote + .aside {
  width: calc(54.2105263158% - 15px);
  margin: calc(6 * var(--space)) 0 0 0;
}

.wp-block-sai-timeline .image:first-child + .title {
  margin-left: 30px;
  margin-right: auto;
}

.wp-block-sai-timeline .image:first-child + .title + .entry {
  order: 10;
  margin-top: calc(-8 * var(--space));
}

.wp-block-sai-timeline .image:first-child + .title + .entry + .blockquote {
  text-align: right;
  width: calc(38.9473684211% - 15px);
}

.wp-block-sai-timeline .blockquote {
  color: #444750;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.15em;
  font-size: clamp(1.4em, calc(1.4em + 0.9vw), 2.15em);
  font-weight: 700;
  line-height: 1.1162790698;
  margin: 2em 0 1em;
  width: calc(42.1052631579% - 15px);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-timeline .blockquote {
    font-size: calc(1.4em + 0.9vw);
  }
}

.wp-block-sai-timeline .entry + .title + .blockquote {
  text-align: right;
}

.wp-block-sai-timeline .entry + .title + .blockquote + .aside {
  align-self: center;
}

.wp-block-sai-timeline .blockquote + .aside + .entry {
  margin: calc(14 * var(--space)) -99px 0 0;
  width: calc(63.1578947368% - 15px);
}

.wp-block-sai-timeline .blockquote + .aside + .entry + .image {
  margin-top: calc(6 * var(--space));
  width: calc(45.7894736842% - 15px);
}

.wp-block-sai-timeline .aside, .wp-block-sai-timeline .entry {
  font-size: 0.9em;
  padding: calc(10px + 2 * var(--space)) 4.2105263158%;
  box-sizing: border-box;
}

.wp-block-sai-timeline .aside > *:first-child:not(div), .wp-block-sai-timeline .entry > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-timeline .aside > *:last-child:not(div), .wp-block-sai-timeline .entry > *:last-child:not(div) {
  margin-bottom: 0;
}

.wp-block-sai-timeline .aside p img, .wp-block-sai-timeline .entry p img {
  max-width: 30%;
}

.wp-block-sai-timeline .aside p img:not(:last-of-type), .wp-block-sai-timeline .entry p img:not(:last-of-type) {
  margin: 0 10% 1em 0;
}

.wp-block-sai-timeline .aside {
  background-color: #f5f5f5;
  width: calc(71.4285714286% - 15px);
}

.wp-block-sai-timeline:first-of-type .title:first-child {
  font-size: 3.15em;
  font-size: clamp(1.75em, calc(1.75em + 1.7vw), 3.15em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-timeline:first-of-type .title:first-child {
    font-size: calc(1.75em + 1.7vw);
  }
}

.wp-block-sai-timeline:last-of-type .entry, .wp-block-sai-timeline:last-of-type .title {
  margin: 0 auto;
  width: 100% !important;
  max-width: 775px;
}

.wp-block-sai-timeline:last-of-type .title {
  padding: calc(4 * var(--space));
  text-align: right;
}

.wp-block-sai-timeline:last-of-type .entry {
  color: white;
  background-color: #565961;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 639px) {
  .wp-block-sai-timeline > * {
    margin-bottom: 20px !important;
  }
  .wp-block-sai-timeline .title {
    order: -99;
    margin-bottom: 0.5em !important;
    word-break: break-word;
  }
  .wp-block-sai-timeline .title br {
    display: none;
  }
  .wp-block-sai-timeline .title, .wp-block-sai-timeline .blockquote {
    width: auto !important;
    background: white;
    padding: 0 20px;
    overflow: hidden;
  }
  .wp-block-sai-timeline .title + *, .wp-block-sai-timeline .blockquote + * {
    margin-top: 0 !important;
  }
  .wp-block-sai-timeline .entry, .wp-block-sai-timeline .aside {
    width: calc(100% - 40px) !important;
  }
  .wp-block-sai-timeline .entry:nth-child(even), .wp-block-sai-timeline .aside:nth-child(even) {
    margin-left: auto !important;
  }
  .wp-block-sai-timeline .image {
    width: 100% !important;
  }
  .wp-block-sai-timeline .entry {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wp-block-sai-timeline .blockquote {
    min-height: auto !important;
    margin-top: 1em !important;
  }
  .wp-block-sai-timeline .blockquote:nth-child(even) {
    margin-left: auto !important;
  }
}

/*
    ##################################
    #                                #
    #             BLOCKS             #
    #                                #
    ################################## */

.wp-block-sai-accordion {
  position: relative;
  padding-top: calc(10px + 2 * var(--space));
}

.wp-block-sai-accordion:first-child, h2 + .wp-block-sai-accordion, h3 + .wp-block-sai-accordion {
  margin-top: calc(10px + -4 * var(--space));
}

.accordion-main > .wp-block-sai-accordion + .wp-block-sai-accordion {
  margin-top: calc(10px + 2 * var(--space));
}

.main-article > .wp-block-sai-accordion {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .main-article > .wp-block-sai-accordion {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.main-article > .wp-block-sai-accordion:last-child {
  margin-bottom: calc(10 * var(--space));
}

.wp-block-sai-accordion h2.slide-trigger, .wp-block-sai-accordion h3.slide-trigger {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wp-block-sai-accordion h2.slide-trigger:before, .wp-block-sai-accordion h3.slide-trigger:before {
  content: '';
  position: absolute;
  top: calc(10px + 2 * var(--space));
  right: 0;
  left: 0;
  height: 3em;
}

.wp-block-sai-accordion h2.slide-trigger:after, .wp-block-sai-accordion h3.slide-trigger:after {
  content: '';
  position: absolute;
  top: calc(10px + 2 * var(--space));
  right: 12px;
  transform-origin: center;
  transform: rotate(0);
  width: 16px;
  height: 10px;
  margin-top: 8px;
  transition: all .2s ease;
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-position: center;
}

.wp-block-sai-accordion h2.slide-trigger.open:after, .wp-block-sai-accordion h3.slide-trigger.open:after {
  transform: rotate(180deg);
}

.wp-block-sai-accordion dl {
  margin: 0;
  border-bottom: 1px solid #eaf4eb;
}

.wp-block-sai-accordion dl:first-child {
  margin-top: calc(10px + -4 * var(--space));
}

div:not(.accordion-main) > .wp-block-sai-accordion section > dl {
  display: none;
}

.wp-block-sai-accordion dt {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
  padding: 1em calc(max(35px, 100% - 735px)) 1em 0;
  background-position: right 0 center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 40px;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-accordion dt {
    font-size: calc(1.15em + 0.4vw);
  }
}

.wp-block-sai-accordion dt:not(:first-child) {
  border-top: 1px solid #eaf4eb;
}

.wp-block-sai-accordion dt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: 50% 0;
  transform: rotate(0) translateY(-50%);
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: all .2s ease;
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wp-block-sai-accordion dt:hover:after {
  opacity: 1;
}

.wp-block-sai-accordion dt.open:after {
  transform: rotate(180deg) translateY(-50%);
}

.wp-block-sai-accordion dd {
  display: none;
  padding: 0 calc(max(35px, 100% - 735px)) 1.5em 0;
  margin: 0;
}

.wp-block-sai-accordion dd > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-accordion dd > *:last-child:not(div) {
  margin-bottom: 0;
}

.page-template-members-area .wp-block-sai-articles:not([class*=background]):not(.box-posts), .page-template-members-area .wp-block-sai-articles.has-white-background-color, .page-template-members-area .box-posts:not([class*=background]):not(.box-posts), .page-template-members-area .box-posts.has-white-background-color {
  margin-top: calc(8 * var(--space));
  margin-bottom: calc(8 * var(--space));
}

.wp-block-sai-articles .row, .box-posts .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-articles .row, .box-posts .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 799px) {
  .wp-block-sai-articles .row > * + *, .box-posts .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

@media (min-width: 800px) {
  .wp-block-sai-articles .row, .box-posts .row {
    display: var(--hasGrid, grid);
    grid-gap: 40px;
    grid-template-columns: [aside] minmax(auto, 1fr) [content] 1fr 1fr 1fr;
    flex-flow: column;
  }
}

.wp-block-sai-articles .row + .row, .box-posts .row + .row {
  margin-top: calc(10 * var(--space));
}

.wp-block-sai-articles header, .wp-block-sai-articles .header, .box-posts header, .box-posts .header {
  grid-column: aside;
  grid-row: auto;
  display: var(--headerColumn, grid);
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  grid-gap: 1.5rem;
  grid-auto-rows: min-content;
}

.wp-block-sai-articles header h2, .wp-block-sai-articles .header h2, .box-posts header h2, .box-posts .header h2 {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.9em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.9em);
  line-height: 1.2631578947;
  font-weight: 700;
  letter-spacing: -1.2px;
  margin: 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-articles header h2, .wp-block-sai-articles .header h2, .box-posts header h2, .box-posts .header h2 {
    font-size: calc(1.3em + 0.7vw);
  }
}

@media (min-width: 800px) {
  .wp-block-sai-articles header h2, .wp-block-sai-articles .header h2, .box-posts header h2, .box-posts .header h2 {
    margin-top: -.3em;
  }
}

.wp-block-sai-articles header .button, .wp-block-sai-articles .header .button, .box-posts header .button, .box-posts .header .button {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-sai-articles header .button:before, .wp-block-sai-articles header .button:after, .wp-block-sai-articles .header .button:before, .wp-block-sai-articles .header .button:after, .box-posts header .button:before, .box-posts header .button:after, .box-posts .header .button:before, .box-posts .header .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-articles header .button .icon, .wp-block-sai-articles .header .button .icon, .box-posts header .button .icon, .box-posts .header .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-articles header .button:hover, .wp-block-sai-articles header .button:focus, .wp-block-sai-articles .header .button:hover, .wp-block-sai-articles .header .button:focus, .box-posts header .button:hover, .box-posts header .button:focus, .box-posts .header .button:hover, .box-posts .header .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-articles header .button:hover .icon, .wp-block-sai-articles header .button:focus .icon, .wp-block-sai-articles .header .button:hover .icon, .wp-block-sai-articles .header .button:focus .icon, .box-posts header .button:hover .icon, .box-posts header .button:focus .icon, .box-posts .header .button:hover .icon, .box-posts .header .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

.wp-block-sai-articles .content, .box-posts .content {
  grid-column: content / span 3;
}

.wp-block-sai-articles .content > *:first-child:not(div), .box-posts .content > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-articles .content > *:last-child:not(div), .box-posts .content > *:last-child:not(div) {
  margin-bottom: 0;
}

.wp-block-sai-articles .content:only-child, .box-posts .content:only-child {
  grid-column: -1 / 1;
}

.wp-block-sai-articles .content > * + *, .box-posts .content > * + * {
  margin-top: calc(4 * var(--space));
}

.wp-block-sai-articles .content p, .box-posts .content p {
  max-width: 34.5em;
}

.wp-block-sai-articles .has-companies:first-child, .box-posts .has-companies:first-child {
  margin-top: calc(10px + -4 * var(--space));
}

.wp-block-sai-articles:not(.is-style-dar) + .post-footer, .box-posts:not(.is-style-dar) + .post-footer {
  margin-top: 0;
}

.wp-block-sai-articles.is-style-dark, .box-posts.is-style-dark {
  background: #444750;
  color: white;
}

.wp-block-sai-articles.is-style-dark .button, .box-posts.is-style-dark .button {
  color: white;
}

@media (min-width: 1020px) {
  .wp-block-sai-articles.box-posts .articles.has-pages, .box-posts.box-posts .articles.has-pages {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1020px) {
  .post-type-archive .wp-block-sai-articles .articles, .tax-topic .wp-block-sai-articles .articles, .post-type-archive .box-posts .articles, .tax-topic .box-posts .articles {
    grid-row-gap: 80px;
  }
}

.timeline-wrapper + .post-footer .box-posts {
  background-color: #eaf4eb;
}

@media (min-width: 1020px) {
  .wp-block-sai-articles .articles.has-pages {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  }
}

.wp-block-sai-assets .assets-group .image {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.wp-block-sai-assets .assets-group .image:before, .wp-block-sai-assets .assets-group .image > * {
  grid-row: 1;
  grid-column: 1;
}

.wp-block-sai-assets .assets-group .image:before {
  content: '';
  position: relative;
  height: 0;
  padding-top: 63.2727272727%;
  width: 100%;
  display: block;
}

.wp-block-sai-assets .assets-group .image:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.wp-block-sai-assets .assets-group .image img {
  display: block;
  margin: auto;
}

.wp-block-sai-assets .assets-group .image:has([src*='svg']) {
  padding: 16%;
}

.wp-block-sai-assets .assets-group .image:has([src*='svg']):before {
  position: relative;
  height: 0;
  padding-top: 47.2727272727%;
  width: 100%;
}

.wp-block-sai-assets .assets-group .image:has([src*='svg']):before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.wp-block-sai-assets .asset-file .link .icon, .wp-block-sai-call-to-action .list li .link .icon {
  display: inline-block;
  transition: transform .15s ease;
}

.wp-block-sai-assets .asset-file:hover .link .icon, .wp-block-sai-call-to-action .list li:hover .link .icon {
  transform: translateX(0.25rem);
}

.wp-block-sai-assets .assets-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  grid-gap: var(--spacer);
}

.wp-block-sai-assets .assets-group + .assets-group {
  margin-top: calc(6 * var(--spacemax));
}

.wp-block-sai-assets .image {
  background-color: #f5f5f5;
}

.wp-block-sai-assets .entry {
  grid-column: span 2;
}

.wp-block-sai-assets .entry > *:first-child:not(div) {
  margin-top: -.3em;
}

.wp-block-sai-assets .entry > *:last-child:not(div) {
  margin-bottom: -.3em;
}

.wp-block-sai-assets .entry .title {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  font-size: clamp(1.1em, calc(1.1em + 0.3vw), 1.3em);
  line-height: 1.1923076923;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-assets .entry .title {
    font-size: calc(1.1em + 0.3vw);
  }
}

.wp-block-sai-assets .entry p {
  font-weight: 300;
}

.wp-block-sai-assets .asset-files {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wp-block-sai-assets .asset-file {
  border-top: 2px solid #eaf4eb;
  border-bottom: 2px solid #eaf4eb;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d953e;
}

.wp-block-sai-assets .asset-file > a {
  display: block;
  padding: 1em 0;
}

.wp-block-sai-assets .asset-file + .asset-file {
  margin-top: -2px;
}

article > .wp-block-audio:not(.alignfull) {
  max-width: 775px;
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
}

@media (min-width: 1210px) {
  article > .wp-block-audio:not(.alignfull) {
    margin-left: calc((100% - 1090px) / 2) !important;
    margin-right: calc((100% - 1090px) / 2) !important;
  }
}

@media (min-width: 1210px) {
  article > .wp-block-audio.alignwide {
    max-width: 905px !important;
    margin-left: calc((100% - 1220px) / 2) !important;
    margin-right: calc((100% - 1220px) / 2) !important;
  }
}

.wp-block-audio.alignfull {
  margin: 0;
}

.wp-block-audio.aligncenter {
  text-align: left;
}

@media (min-width: 875px) {
  .wp-block-audio.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.wp-block-audio.alignright {
  text-align: left;
}

@media (min-width: 875px) {
  .wp-block-audio.alignright {
    margin-left: auto !important;
  }
}

.wp-block-sai-banner {
  --nested: clamp(20px, 5vw, 8.606557377%);
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(10 * var(--space));
  margin-bottom: calc(10 * var(--space));
  display: grid;
  grid-template-columns: var(--nested) [container-start] 1fr [container-end] var(--nested);
}

.main-article:not(:only-child) .wp-block-sai-banner {
  display: block;
  max-width: none;
}

.main-article:not(:only-child) .wp-block-sai-banner:last-child.has-green-background-color {
  margin-bottom: 0;
}

.main-article:not(:only-child) .wp-block-sai-banner .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .main-article:not(:only-child) .wp-block-sai-banner .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-banner.has-white-background-color .row {
  grid-column: 1/-1 !important;
}

.wp-block-sai-banner:not(.has-green-background-color) {
  margin-top: calc(10 * var(--space));
  margin-bottom: calc(10 * var(--space));
}

.wp-block-sai-banner:not(.has-green-background-color):first-of-type {
  margin-top: calc(7 * var(--space));
}

.wp-block-sai-banner.has-green-background-color {
  background-color: #eaf4eb;
  padding-top: calc(7 * var(--space));
  padding-bottom: calc(7 * var(--space));
}

.wp-block-sai-banner.has-pattern {
  background-repeat: repeat;
}

.wp-block-sai-banner + .wp-block-sai-introduction {
  margin-top: calc(8 * var(--space));
}

.wp-block-sai-banner .row {
  grid-column: container;
  grid-template-columns: [content-start] Min(68.8118811881%, 695px) [content-end aside-start] Min(27.2277227723%, 210px) [aside-end];
  justify-content: space-between;
  align-items: end;
}

@media (max-width: 639px) {
  .wp-block-sai-banner .row > * + * {
    margin-top: 1rem;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-banner .row {
    display: grid;
  }
}

.wp-block-sai-banner .content {
  grid-column: content;
}

.wp-block-sai-banner .content p {
  margin: 1.5em 0;
}

.wp-block-sai-banner .content p:last-child {
  margin-bottom: 0;
}

.wp-block-sai-banner .aside {
  grid-column: aside;
}

.wp-block-sai-banner .aside > * + * {
  margin-top: 1rem;
}

.wp-block-sai-banner .button {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-banner .button:before, .wp-block-sai-banner .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-banner .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-banner .button:hover, .wp-block-sai-banner .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-banner .button:hover .icon, .wp-block-sai-banner .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

.wp-block-sai-dashboard-header + .wp-block-sai-banner {
  margin-top: calc(-5 * var(--space));
  position: relative;
  z-index: 10;
}

.wp-block-sai-call-to-action.has-green-background-color {
  background-color: #eaf4eb;
}

.wp-block-sai-call-to-action.has-pattern {
  background-repeat: repeat;
}

.wp-block-sai-call-to-action.alignfull {
  background-color: #eaf4eb;
  padding-top: calc(8 * var(--space));
  padding-bottom: calc(8 * var(--space));
}

.wp-block-sai-call-to-action:not(.alignfull) .row {
  background-color: #eaf4eb;
  padding-top: calc(8 * var(--space));
  padding-bottom: calc(8 * var(--space));
}

.wp-block-sai-call-to-action .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
  display: grid;
  grid-gap: calc(var(--spacer) * 1.5) var(--spacer);
  grid-auto-flow: row dense;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

@media (min-width: 1220px) {
  .wp-block-sai-call-to-action .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .wp-block-sai-call-to-action .row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.wp-block-sai-call-to-action .content {
  grid-column: span 2;
}

.wp-block-sai-call-to-action .button {
  color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-call-to-action .button .icon {
  color: currentColor;
}

.wp-block-sai-call-to-action .button:before, .wp-block-sai-call-to-action .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-call-to-action .button:hover, .wp-block-sai-call-to-action .button:focus {
  color: white;
  border-color: #2d953e;
}

.wp-block-sai-call-to-action .button:hover .icon, .wp-block-sai-call-to-action .button:focus .icon {
  color: white;
}

.wp-block-sai-call-to-action .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wp-block-sai-call-to-action .list li {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d953e;
}

.wp-block-sai-call-to-action .list li > a {
  display: block;
}

.wp-block-sai-call-to-action .list li + li {
  margin-top: 1rem;
}

.wp-block-sai-call-to-action .cat + .list {
  margin-top: 1.5rem;
}

.wp-block-sai-cards[class*=background]:not(.has-white-background-color) {
  overflow: hidden;
  padding-top: calc(8 * var(--space));
  padding-bottom: calc(8 * var(--space));
}

.wp-block-sai-cards:not([class*=background]), .wp-block-sai-cards.has-white-background-color {
  margin-top: calc(8 * var(--space));
  margin-bottom: calc(8 * var(--space));
}

.wp-block-sai-cards:not(.is-style-columns) .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-cards:not(.is-style-columns) .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-cards:not(.is-style-columns) .row + .row {
  margin-top: calc(8 * var(--space));
}

.wp-block-sai-cards:not(.is-style-columns) header.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: end;
  gap: var(--gutter);
}

.wp-block-sai-cards.is-style-columns {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  display: var(--hasGrid, grid);
  grid-gap: 40px;
  grid-template-columns: [aside] minmax(auto, 1fr) [content] 1fr 1fr 1fr;
  flex-flow: column;
  justify-content: center;
}

@media (min-width: 1220px) {
  .wp-block-sai-cards.is-style-columns {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-cards.is-style-columns header.row {
  grid-column: aside;
  display: var(--headerColumn, grid);
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  grid-gap: 1.5rem;
  grid-auto-rows: min-content;
}

.wp-block-sai-cards.is-style-columns div.row {
  grid-column: content / span 3;
}

.wp-block-sai-cards .aside {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
}

.wp-block-sai-cards .button {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-cards .button:before, .wp-block-sai-cards .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-cards .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-cards .button:hover, .wp-block-sai-cards .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-cards .button:hover .icon, .wp-block-sai-cards .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

@media (min-width: 1020px) {
  .wp-block-sai-cards .articles.has-pages {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  }
}

.wp-block-sai-cards article.type-page .title {
  letter-spacing: -.02em;
  font-size: 1.2em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.2em);
  line-height: 1.3333333333;
  margin-bottom: .5em;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-cards article.type-page .title {
    font-size: calc(1.1em + 0.2vw);
  }
}

.wp-block-sai-cards article.type-page p {
  font-size: 0.9em;
  line-height: 1.5555555556;
  letter-spacing: -.03em;
  margin: .75em 0;
}

.wp-block-sai-categories.has-grey-background-color {
  background-color: #F5F5F5;
}

.wp-block-sai-categories .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-categories .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 799px) {
  .wp-block-sai-categories .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

@media (min-width: 800px) {
  .wp-block-sai-categories .row {
    display: var(--hasGrid, grid);
    grid-gap: 40px;
    grid-template-columns: [aside] minmax(auto, 1fr) [content] 1fr 1fr 1fr;
    flex-flow: column;
  }
}

.wp-block-sai-categories .row + .row {
  margin-top: calc(10 * var(--space));
}

.wp-block-sai-categories header, .wp-block-sai-categories .header {
  grid-column: aside;
  grid-row: auto;
  display: var(--headerColumn, grid);
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  grid-gap: 1.5rem;
  grid-auto-rows: min-content;
}

.wp-block-sai-categories header h2, .wp-block-sai-categories .header h2 {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
  margin: 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-categories header h2, .wp-block-sai-categories .header h2 {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-sai-categories header .button, .wp-block-sai-categories .header .button {
  min-width: auto;
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-categories header .button:before, .wp-block-sai-categories header .button:after, .wp-block-sai-categories .header .button:before, .wp-block-sai-categories .header .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-categories header .button .icon, .wp-block-sai-categories .header .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-categories header .button:hover, .wp-block-sai-categories header .button:focus, .wp-block-sai-categories .header .button:hover, .wp-block-sai-categories .header .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-categories header .button:hover .icon, .wp-block-sai-categories header .button:focus .icon, .wp-block-sai-categories .header .button:hover .icon, .wp-block-sai-categories .header .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

.wp-block-sai-categories .content {
  grid-column: content / span 3;
}

.wp-block-sai-categories .content > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-categories .content > *:last-child:not(div) {
  margin-bottom: 0;
}

.wp-block-sai-categories .content:only-child {
  grid-column: -1 / 1;
}

.wp-block-sai-categories .content > * + * {
  margin-top: calc(4 * var(--space));
}

.wp-block-sai-categories .content p {
  max-width: 34.5em;
}

.wp-block-columns {
  box-sizing: content-box;
  grid-gap: var(--spacer);
}

.wp-block-columns:only-child {
  margin-bottom: 0;
}

.main-article > .wp-block-columns {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .main-article > .wp-block-columns {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.main-article > .wp-block-columns {
  margin-top: calc(4 * var(--space));
  margin-bottom: calc(4 * var(--space));
}

.wp-block-columns[class*=background] {
  padding-top: calc(5 * var(--space));
  padding-bottom: calc(5 * var(--space));
}

.wp-block-columns.has-green-background-color {
  background-color: #eaf4eb;
}

.wp-block-columns + .wp-block-sai-showcase {
  margin-top: calc(12 * var(--space)) !important;
}

.is-empty.has-white-background-color + .wp-block-columns {
  margin-top: calc(6 * var(--space));
}

.wp-block-sai-header + .wp-block-columns {
  margin-top: calc(8 * var(--spacemax));
}

.wp-block-columns .wp-block-column {
  box-sizing: border-box;
}

.wp-block-columns .wp-block-column > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-columns .wp-block-column > *:last-child:not(div) {
  margin-bottom: 0;
}

.wp-block-columns.aligncenter .wp-block-column {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

.wp-block-column {
  margin-bottom: 0;
}

.wp-block-column:not(:last-of-type) {
  margin-bottom: var(--spacer);
}

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 50%;
  }
  .wp-block-column:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

.wp-block-column:only-child {
  max-width: 735px;
}

.wp-block-column h2 + .lead {
  margin-top: 0;
}

.wp-block-column h3, .wp-block-column h4 {
  font-size: 1.1em;
}

.wp-block-column h4 {
  margin-bottom: .5em;
}

.wp-block-column h4 + p {
  margin-top: .5em;
}

@media (min-width: 992px) {
  .wp-block-column[style*="25%"] {
    flex-basis: 22.5409836066% !important;
  }
  .wp-block-column[style*="75%"] {
    flex-basis: 74.1803278689% !important;
  }
}

.wp-block-column.has-green-background-color {
  background-color: #eaf4eb;
  padding-top: calc(10px + 2 * var(--spacemax));
  padding-bottom: calc(10px + 2 * var(--spacemax));
  padding-left: calc(4 * var(--spacemax));
  padding-right: calc(4 * var(--spacemax));
}

@media (min-width: 600px) {
  .wp-block-column.has-green-background-color {
    padding-right: 5.3278688525%;
  }
}

@media (min-width: 782px) {
  .wp-block-column.has-green-background-color:not(:first-child) {
    margin-left: 2px;
  }
}

.wp-block-column.has-green-background-color + .wp-block-column:not(.has-green-background-color) {
  padding-top: calc(10px + 2 * var(--spacemax));
  padding-bottom: calc(10px + 2 * var(--spacemax));
}

.wp-block-sai-header + .wp-block-columns .wp-block-column.has-green-background-color {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.wp-block-sai-header + .wp-block-columns .wp-block-column.has-green-background-color + .wp-block-column {
  padding-right: var(--gutter);
}

.wp-block-sai-contacts.has-pattern {
  background-repeat: repeat;
}

.wp-block-sai-contacts.has-green-background-color.alignfull {
  background-color: #eaf4eb;
}

.wp-block-sai-contacts.alignfull {
  padding-top: calc(8 * var(--space));
  padding-bottom: calc(8 * var(--space));
}

.wp-block-sai-contacts:not(.alignfull) {
  background-size: 0;
}

.wp-block-sai-contacts:not(.alignfull) .container {
  background: inherit;
  background-size: auto;
  padding-top: calc(8 * var(--space));
  padding-bottom: calc(8 * var(--space));
}

.wp-block-sai-contacts:not(.alignfull).has-green-background-color .container {
  background-color: #eaf4eb;
}

.wp-block-sai-contacts .container {
  display: grid;
  grid-gap: calc(var(--spacer) * 1.5) var(--spacer);
  grid-auto-flow: row dense;
}

@media (min-width: 640px) {
  .wp-block-sai-contacts .container {
    grid-template-columns: repeat(3, 1fr);
  }
  .wp-block-sai-contacts .contacts-header {
    grid-row: span 2;
  }
  .wp-block-sai-contacts .contacts-content {
    grid-column: span 2;
  }
  .wp-block-sai-contacts .contacts-aside {
    grid-column: span 2;
  }
}

@media (min-width: 1260px) {
  .wp-block-sai-contacts .container {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
  .wp-block-sai-contacts .contacts-header {
    padding-left: 65px;
    grid-row: span 1;
  }
  .wp-block-sai-contacts .contacts-content {
    grid-column: span 2;
    grid-row: span 1;
  }
  .wp-block-sai-contacts .contacts-aside {
    grid-column: span 1;
  }
}

.wp-block-sai-contacts .contacts-header h2 {
  margin: 0;
}

.wp-block-sai-contacts .contacts-content .articles {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.wp-block-sai-contacts .contact-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.wp-block-sai-contacts .contact-links .contact-item + .contact-item {
  margin-top: 1rem;
}

.wp-block-sai-contacts .contact-links + .contact-articles {
  margin-top: 2rem;
}

.wp-block-sai-contacts .link-label {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: .75em;
  white-space: nowrap;
  display: inline-block;
}

.wp-block-sai-contacts .contact-link {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #2D953E;
  display: inline-block;
}

.wp-block-sai-contacts .contacts-aside {
  display: flex;
  flex-flow: row wrap;
  align-self: end;
  gap: 2rem 1.25rem;
}

@media (min-width: 1260px) {
  .wp-block-sai-contacts .contacts-aside {
    gap: 2.75rem 1.25rem;
  }
}

.wp-block-sai-contacts .contacts-aside .button {
  color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-contacts .contacts-aside .button .icon {
  color: currentColor;
}

.wp-block-sai-contacts .contacts-aside .button:before, .wp-block-sai-contacts .contacts-aside .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-contacts .contacts-aside .button:hover, .wp-block-sai-contacts .contacts-aside .button:focus {
  color: white;
  border-color: #2d953e;
}

.wp-block-sai-contacts .contacts-aside .button:hover .icon, .wp-block-sai-contacts .contacts-aside .button:focus .icon {
  color: white;
}

.wp-block-sai-contacts .cat {
  margin-bottom: .75rem;
}

.wp-block-sai-contacts .social-list {
  margin: 0;
}

.wp-block-sai-contacts .social-item a {
  border: 2px solid #2d953e;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.wp-block-sai-contacts .social-item a svg {
  color: #2d953e;
  transition: all .2s ease;
  transform: scale(0.75);
}

.wp-block-sai-contacts .social-item a:hover {
  background-color: #2d953e;
}

.wp-block-sai-contacts .social-item a:hover svg {
  color: white;
}

.wp-block-sai-counters .lead {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  max-width: 735px;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-counters .lead {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-sai-world + .wp-block-sai-counters {
  margin-top: calc(-10 * var(--space));
}

.wp-block-sai-counters:not(.is-style-columns) .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-counters:not(.is-style-columns) .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .wp-block-sai-counters:not(.is-style-columns) div.row {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-sai-counters.is-style-columns {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-counters.is-style-columns {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 760px) {
  .wp-block-sai-counters.is-style-columns {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-sai-counters.is-style-columns header.row {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

@media (max-width: 639px) {
  .wp-block-sai-counters.is-style-columns .row + .row {
    margin-top: calc(6 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-counters.is-style-columns {
    display: flex;
    flex-flow: row wrap;
  }
}

.wp-block-sai-counters.is-style-columns .row {
  position: relative;
  z-index: 1;
}

@media (min-width: 640px) {
  .wp-block-sai-counters.is-style-columns header.row {
    flex: 1;
    margin-left: var(--gutter);
  }
}

.wp-block-sai-counters.is-style-columns header.row .content {
  max-width: 670px;
}

.wp-block-sai-counters.is-style-columns header.row .content > *:first-child:not(div) {
  margin-top: -.3em;
}

.wp-block-sai-counters.is-style-columns header.row .content > *:last-child:not(div) {
  margin-bottom: -.3em;
}

.wp-block-sai-counters.is-style-columns header.row h2 {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-counters.is-style-columns header.row h2 {
    font-size: calc(1.25em + 0.5vw);
  }
}

@media (min-width: 640px) {
  .wp-block-sai-counters.is-style-columns div.row {
    width: 33.3333333333%;
    order: -1;
  }
  .wp-block-sai-counters.is-style-columns div.row .articles {
    grid-template-columns: 1fr;
  }
}

.wp-block-sai-counters.is-style-columns .article.type-counter {
  background-color: #f5f5f5;
}

.wp-block-sai-counters + .wp-block-sai-showcase.is-style-light:not(id) {
  padding-top: 0 !important;
}

.wp-block-sai-data {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-data {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-data header h2 {
  display: inline !important;
  position: relative;
  top: 0.5em;
}

@media (max-width: 760px) {
  .wp-block-sai-data header h2 {
    font-size: 15px;
    top: .25em;
  }
}

@media (max-width: 639px) {
  .wp-block-sai-data header h2 {
    left: -.5em;
  }
}

.wp-block-sai-data .content {
  height: 0;
}

@media (max-width: 760px) {
  .wp-block-sai-data .content {
    max-width: 5em;
  }
}

@media (max-width: 480px) {
  .wp-block-sai-data {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
}

.membership-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 425px;
  line-height: 1.2777777778;
  caption-side: bottom;
}

@media (max-width: 639px) {
  .membership-table {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.membership-table tr:first-child th:first-child[rowspan] {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.membership-table th, .membership-table td:first-child {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.9em;
  line-height: 1.2777777778;
  font-weight: bold;
}

.membership-table td:not(:first-child) {
  font-size: 0.8888888889em;
}

@media (max-width: 760px) {
  .membership-table td:first-child {
    font-size: 15px;
  }
}

@media (max-width: 760px) {
  .membership-table th {
    font-size: 13px;
  }
}

.membership-table td:not(:first-child) {
  color: #2d953e;
  text-transform: uppercase;
}

.membership-table tr:nth-child(odd) td {
  background-color: #ececed;
}

.membership-table tr:nth-child(odd) td.is-green {
  background-color: #EBF0EC;
}

.membership-table th {
  padding: .5em .5em;
  text-transform: uppercase;
  line-height: 1.125;
}

.membership-table th:first-child[rowspan] {
  text-align: left;
}

.membership-table th.is-green, .membership-table th.is-grey {
  background-color: #444750;
  color: white;
}

.membership-table th.is-green[colspan] {
  background-color: #2d953e;
  color: white;
}

.membership-table th.is-grey[rowspan] {
  padding-top: 2.5em;
  position: relative;
}

.membership-table th small {
  font-size: 0.7777777778em;
  display: block;
  text-transform: none;
  white-space: nowrap;
}

.membership-table th .membership-icon {
  position: absolute;
  top: -0.75em;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 760px) {
  .membership-table th .membership-icon {
    width: 3em;
  }
}

.membership-table td {
  padding: 1.125em .825em;
}

.membership-table td:not(:first-child) {
  text-align: center;
}

.membership-table td:first-child {
  padding-right: .25em;
}

.membership-table td.is-green {
  background-color: #eaf4eb;
}

.membership-table td.is-grey[class] {
  background-color: #ececed;
}

.membership-table .is-green + *, .membership-table .is-grey + * {
  border-left: 1px solid white;
}

@media (min-width: 760px) {
  .membership-table .is-green + *, .membership-table .is-grey + * {
    border-left-width: 8px;
  }
  .membership-table .is-green + .is-green, .membership-table .is-grey + .is-green {
    border-left-width: 2px;
  }
}

.membership-table th, .membership-table td {
  min-width: 2em;
}

@media (min-width: 600px) {
  .membership-table th, .membership-table td {
    min-width: 4em;
  }
}

@media (min-width: 1020px) {
  .membership-table th, .membership-table td {
    min-width: 6em;
  }
}

.membership-table .true {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  height: 20px;
  width: 10px;
  border-bottom: 4px solid #2d953e;
  border-right: 4px solid #2d953e;
}

.membership-table .false {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 4px solid #444750;
  width: 14px;
}

.membership-table caption {
  letter-spacing: 0.01em;
  text-align: right;
  margin-top: .5em;
}

@media (max-width: 760px) {
  .membership-table caption {
    padding: 0 1em;
  }
}

main > article[class] > .wp-block-embed:not(.alignfull) {
  float: none;
  max-width: 905px;
}

@media (min-width: 640px) {
  main > article[class] > .wp-block-embed:not(.alignfull) {
    margin-top: calc(6 * var(--space));
    margin-bottom: calc(6 * var(--space));
  }
}

@media (min-width: 640px) and (max-width: 1190px) {
  main > article[class] > .wp-block-embed:not(.alignfull) {
    margin-left: 0;
  }
}

@media (min-width: 1190px) {
  main > article[class] > .wp-block-embed:not(.alignfull) {
    margin-left: calc((100% - 1220px) / 2) !important;
  }
}

main > article[class] .wp-block-embed iframe {
  display: block;
}

main > article[class] .wp-block-embed figcaption {
  font-size: 0.9em;
}

main > article[class] .wp-block-embed.alignfull {
  margin: 0;
}

main > article[class] .wp-block-embed.aligncenter, main > article[class] .wp-block-embed.alignleft, main > article[class] .wp-block-embed.alignright {
  max-width: 775px;
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
  display: block;
  text-align: center;
}

@media (min-width: 1210px) {
  main > article[class] .wp-block-embed.aligncenter, main > article[class] .wp-block-embed.alignleft, main > article[class] .wp-block-embed.alignright {
    margin-left: calc((100% - 1090px) / 2) !important;
    margin-right: calc((100% - 1090px) / 2) !important;
  }
}

main > article[class] .wp-block-embed.aligncenter figcaption, main > article[class] .wp-block-embed.alignleft figcaption, main > article[class] .wp-block-embed.alignright figcaption {
  display: block;
}

.wp-block-sai-event-banner {
  position: relative;
  padding-top: calc(10 * var(--space));
  padding-bottom: calc(10 * var(--space));
  background-color: #444750;
  --vibrant-color-text: white;
  color: var(--vibrant-color-text);
}

.wp-block-sai-event-banner .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-event-banner .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 639px) {
  .wp-block-sai-event-banner .row > * + * {
    margin-top: calc(10 * var(--space));
  }
}

@media (max-width: 639px) {
  .wp-block-sai-event-banner .image {
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
    width: 100vw;
    height: calc(40 * var(--space));
    overflow: hidden;
    margin-top: calc(-10 * var(--space));
  }
  .wp-block-sai-event-banner .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .wp-block-sai-event-banner .image img[src*=macbook] {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-event-banner .image .image, .wp-block-sai-event-banner .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wp-block-sai-event-banner .image .image[src*=macbook], .wp-block-sai-event-banner .image img[src*=macbook] {
    -o-object-position: right;
       object-position: right;
  }
}

@media (min-width: 640px) and (max-width: 800px) {
  .wp-block-sai-event-banner .image [src*=macbook] {
    background-size: contain;
  }
}

@media (min-width: 640px) and (max-width: 799px) {
  .wp-block-sai-event-banner .image {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
  }
  .wp-block-sai-event-banner .image + .content {
    margin-left: calc(50% + 40px);
  }
}

@media (min-width: 800px) {
  .wp-block-sai-event-banner .image {
    position: absolute;
    top: 0;
    right: calc(50% + 85px);
    bottom: 0;
    left: 0;
  }
  .wp-block-sai-event-banner .image + .content {
    margin-left: 50%;
    width: 56.9672131148%;
    flex: none;
  }
}

@media (min-width: 640px) and (max-width: 799px) {
  .wp-block-sai-event-banner .image.is-after {
    right: 0;
    left: 50%;
  }
  .wp-block-sai-event-banner .image.is-after + .content {
    margin-right: calc(50% + 40px);
    margin-left: 0;
  }
}

@media (min-width: 800px) {
  .wp-block-sai-event-banner .image.is-after {
    right: 0;
    left: calc(50% + 85px);
  }
  .wp-block-sai-event-banner .image.is-after + .content {
    margin-left: 0;
    margin-right: auto;
  }
}

.wp-block-sai-event-banner .info {
  margin: 1.25rem 0 1.5rem;
}

.wp-block-sai-event-banner h2 {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.8em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.8em);
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: -0.033em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-event-banner h2 {
    font-size: calc(1.3em + 0.7vw);
  }
}

.wp-block-sai-event-banner .button {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-event-banner .button:before, .wp-block-sai-event-banner .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-event-banner .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-event-banner .button:hover, .wp-block-sai-event-banner .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-event-banner .button:hover .icon, .wp-block-sai-event-banner .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

.wp-block-file {
  background-color: #444750;
  background-size: 0;
  color: white;
  padding: calc(4 * var(--space)) calc(4 * var(--space)) calc(4 * var(--space)) calc(30 * var(--space));
  box-sizing: border-box;
  position: relative;
}

article > .wp-block-file:not(.alignfull) {
  max-width: 775px;
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
}

@media (min-width: 1210px) {
  article > .wp-block-file:not(.alignfull) {
    margin-left: calc((100% - 1090px) / 2) !important;
    margin-right: calc((100% - 1090px) / 2) !important;
  }
}

@media (min-width: 1210px) {
  article > .wp-block-file.alignwide {
    max-width: 905px !important;
    margin-left: calc((100% - 1220px) / 2) !important;
    margin-right: calc((100% - 1220px) / 2) !important;
  }
}

.wp-block-file.alignfull {
  margin: 0;
}

.wp-block-file.aligncenter {
  text-align: left;
}

@media (min-width: 875px) {
  .wp-block-file.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.wp-block-file.alignright {
  text-align: left;
}

@media (min-width: 875px) {
  .wp-block-file.alignright {
    margin-left: auto !important;
  }
}

.wp-block-file:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(25 * var(--space));
  background: inherit;
  background-color: #eaf4eb;
  padding: 40px 10px;
  box-sizing: border-box;
  background-position: center;
  background-size: auto 66.6666666667%;
  display: block;
}

@media (max-width: 480px) {
  .wp-block-file:before {
    display: none;
  }
}

.wp-block-file > a:not([class]) {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
  display: block;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-file > a:not([class]) {
    font-size: calc(1.15em + 0.4vw);
  }
}

.wp-block-file .wp-block-file__button {
  margin: 1.5em 1.5em 0 0;
  background: transparent;
  color: #2d953e;
  border-color: #2d953e;
  color: inherit;
}

.wp-block-file .wp-block-file__button .icon {
  color: currentColor;
}

.wp-block-file .wp-block-file__button:before, .wp-block-file .wp-block-file__button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus {
  color: white;
  border-color: #2d953e;
}

.wp-block-file .wp-block-file__button:hover .icon, .wp-block-file .wp-block-file__button:focus .icon {
  color: white;
}

.wp-block-file .wp-block-file__button:before, .wp-block-file .wp-block-file__button:after {
  display: none;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: #2d953e;
}

.wp-block-sai-form {
  color: #444750;
  background-color: #eaf4eb;
  padding-top: calc(10 * var(--space));
  padding-bottom: calc(10 * var(--space));
}

.main-article > .wp-block-sai-form {
  position: relative;
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
}

@media (min-width: 1220px) {
  .main-article > .wp-block-sai-form {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.main-article > .wp-block-sai-form > * {
  max-width: 775px;
}

.wp-block-sai-form > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-form > *:last-child:not(div) {
  margin-bottom: 0;
}

.wp-block-sai-form [style*='display: none'] + * {
  margin-top: 0;
}

.wp-block-sai-form:before {
  content: '';
  position: absolute;
  top: 0;
  right: -999px;
  bottom: 0;
  left: -999px;
  background-color: inherit;
  z-index: -1;
}

.wp-block-sai-form > p {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
  line-height: 1.42;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-form > p {
    font-size: calc(1.1em + 0.2vw);
  }
}

.wp-block-sai-form h2 + p {
  margin-top: calc(4 * var(--space));
}

.wp-block-sai-form p + .wpcf7 {
  margin-top: calc(6 * var(--space));
}

.wp-block-sai-frame {
  padding: calc(4 * var(--spacemax));
  background-color: #eaf4eb;
  max-width: 735px;
  box-sizing: border-box;
}

.wp-block-sai-frame > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-frame > *:last-child:not(div) {
  margin-bottom: 0;
}

.wp-block-sai-frame.has-grey-background-color {
  background-color: #ececed;
}

.wp-block-sai-frame.has-dark-background-color {
  background-color: #444750;
  color: white;
}

.wp-block-group > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-group > *:last-child:not(div) {
  margin-bottom: 0;
}

main > .wp-block-group:not([class*=background]), article > .wp-block-group:not([class*=background]) {
  margin-top: calc(10 * var(--space));
  margin-bottom: calc(10 * var(--space));
}

main > .wp-block-group .wp-block-group__inner-container, article > .wp-block-group .wp-block-group__inner-container {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  main > .wp-block-group .wp-block-group__inner-container, article > .wp-block-group .wp-block-group__inner-container {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.is-empty + .wp-block-group {
  padding-top: calc(5 * var(--space));
}

.wp-block-group .wp-block-group__inner-container > h2 {
  padding-top: calc(10px + 2 * var(--space));
  margin-top: calc(10px + -4 * var(--space)) !important;
  margin-bottom: calc(10px + 2 * var(--space));
}

.wp-block-group .wp-block-sai-accordion dl {
  display: none;
}

.wp-block-group.has-lighter-grey-background-color {
  background-color: #f5f5f5;
}

.wp-block-group.has-green-background-color {
  background-color: #eaf4eb;
}

.wp-block-group[class*=background] {
  padding-top: calc(10 * var(--space));
  padding-bottom: calc(10 * var(--space));
  position: relative;
}

.wp-block-group[class*=background]:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: -5.3278688525%;
  background-color: inherit;
  z-index: -1;
}

.wp-block-group[class*=background] + .wp-block-column {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wp-block-group .wp-block-group__inner-container > h2 {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  text-transform: uppercase;
}

.wp-block-group .wp-block-sai-heading {
  align-items: center;
}

.wp-block-group .wp-block-sai-heading .heading-title:first-child {
  grid-row: span 2;
}

.accordion-main > .wp-block-group + .wp-block-group {
  margin-top: calc(6 * var(--space));
}

.wp-block-group .wp-block-group__inner-container > section:only-child {
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
}

.wp-block-sai-header {
  background-color: #EAF4EC;
  position: relative;
}

.wp-block-sai-header.has-background, .wp-block-sai-header.has-pattern {
  padding-bottom: calc(10 * var(--space));
}

.wp-block-sai-header.has-background .row:first-child:last-child, .wp-block-sai-header.has-background .row:first-child:nth-last-child(2), .wp-block-sai-header.has-pattern .row:first-child:last-child, .wp-block-sai-header.has-pattern .row:first-child:nth-last-child(2) {
  min-height: calc(22 * var(--spacemax));
}

.wp-block-sai-header:not(.has-background):not(.has-pattern) .bg {
  margin-top: calc(10 * var(--space));
}

.wp-block-sai-header:not(.has-background):not(.has-pattern) .row:last-child {
  padding-bottom: calc(10 * var(--space));
}

.wp-block-sai-header:not(.has-background):not(.has-pattern).is-style-light, .wp-block-sai-header:not(.has-background):not(.has-pattern).has-white-background-color {
  margin-bottom: calc(8 * var(--space));
}

.main-article.is-column > .wp-block-sai-header:not(.has-background):not(.has-pattern).is-style-light, .main-article.is-column > .wp-block-sai-header:not(.has-background):not(.has-pattern).has-white-background-color {
  margin-bottom: calc(8 * var(--space));
}

.wp-block-sai-header:not(.has-background):not(.has-pattern).is-style-light .row:last-child, .wp-block-sai-header:not(.has-background):not(.has-pattern).has-white-background-color .row:last-child {
  padding-bottom: 0;
}

.wp-block-sai-header:not(.has-background):not(.has-pattern).is-style-light + .wp-block-sai-showcase, .wp-block-sai-header:not(.has-background):not(.has-pattern).has-white-background-color + .wp-block-sai-showcase {
  margin-top: calc(10px + -4 * var(--space));
}

.post-type-archive-vacancy .wp-block-sai-header:not(.has-background):not(.has-pattern).is-style-light, .page-template-members-area .wp-block-sai-header:not(.has-background):not(.has-pattern).is-style-light, .post-type-archive-vacancy .wp-block-sai-header:not(.has-background):not(.has-pattern).has-white-background-color, .page-template-members-area .wp-block-sai-header:not(.has-background):not(.has-pattern).has-white-background-color {
  margin-bottom: calc(8 * var(--space));
}

@media (min-width: 640px) {
  .wp-block-sai-header.is-empty.has-white-background-color {
    margin-bottom: calc(6 * var(--space)) !important;
  }
}

.page-template-members-area .wp-block-sai-header:not(.has-background) + [id="document-search"] {
  margin-top: calc(10px + -4 * var(--space));
}

.is-past .wp-block-sai-header .bg img {
  filter: grayscale(100%);
}

.wp-block-sai-header .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
}

@media (min-width: 1220px) {
  .wp-block-sai-header .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-header .row:first-child {
  padding-top: calc(10 * var(--space));
}

.wp-block-sai-header .row + .row {
  margin-top: 2rem;
}

@media (max-width: 639px) {
  .wp-block-sai-header .row > * + * {
    margin-top: calc(5 * var(--space));
  }
}

@media (min-width: 640px) and (max-width: 700px) {
  body:not(.home) .wp-block-sai-header:not(.aligncenter) .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

@media (min-width: 700px) {
  body:not(.home) .wp-block-sai-header:not(.aligncenter) .row:first-child {
    display: flex;
    flex-flow: row nowrap;
  }
  body:not(.home) .wp-block-sai-header:not(.aligncenter) .row:first-child .content {
    max-width: 695px;
  }
  body:not(.home) .wp-block-sai-header:not(.aligncenter) .row:first-child .content:not(:only-child) {
    width: calc(73.3944954128% - calc(4 * var(--spacemax)));
    margin-right: calc(4 * var(--spacemax));
  }
  body:not(.home) .wp-block-sai-header:not(.aligncenter) .aside {
    margin-left: auto;
    flex: 1;
  }
}

.wp-block-sai-header .content {
  align-self: flex-start;
}

.wp-block-sai-header .content > :first-child {
  margin-top: 0;
}

.wp-block-sai-header .content > :last-child {
  margin-bottom: 0;
  position: relative;
}

.wp-block-sai-header h1, .wp-block-sai-header .lead {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.9em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.9em);
  font-weight: bold;
  line-height: 1.2631578947;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-header h1, .wp-block-sai-header .lead {
    font-size: calc(1.3em + 0.7vw);
  }
}

.wp-block-sai-header h1 a[href], .wp-block-sai-header .lead a[href] {
  color: #2d953e;
  background-size: 0% 3px;
  padding-bottom: .125em;
}

.wp-block-sai-header h1 a[href]:hover, .wp-block-sai-header .lead a[href]:hover {
  background-size: 100% 3px;
}

@media (max-width: 759px) {
  .wp-block-sai-header p br, .wp-block-sai-header .lead br {
    display: none;
  }
}

.wp-block-sai-header .cat + .screen-reader-text + .lead {
  margin-top: .5rem;
}

.wp-block-sai-header p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

.wp-block-sai-header .is-faded img {
  filter: brightness(300%) saturate(0%);
  max-width: 150px;
  max-height: 115px;
}

.wp-block-sai-header .content .button, .wp-block-sai-header .content .button-fill, .wp-block-sai-header .content .image {
  margin: .5rem 1rem .5rem 0;
  display: inline-block;
  vertical-align: top;
}

.wp-block-sai-header .content .button:last-child, .wp-block-sai-header .content .button-fill:last-child, .wp-block-sai-header .content .image:last-child {
  margin-bottom: 0;
}

.wp-block-sai-header .content .button:only-child, .wp-block-sai-header .content .button-fill:only-child, .wp-block-sai-header .content .image:only-child {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .wp-block-sai-header .content .button ~ .image img, .wp-block-sai-header .content .button-fill ~ .image img {
    max-height: 2.3em;
    width: auto;
  }
}

.wp-block-sai-header .content .links-list {
  margin-top: calc(4 * var(--space));
}

.wp-block-sai-header .content .sep {
  color: #fcb53b;
  font-weight: bold;
}

.wp-block-sai-header .aside > *:only-child {
  margin-top: auto;
  margin-bottom: auto;
}

.wp-block-sai-header .aside > * + * {
  margin-top: calc(10px + 2 * var(--space));
}

@media (min-width: 640px) {
  .wp-block-sai-header .aside .button:not(:only-child):last-child {
    white-space: normal;
    max-width: 196px;
    position: relative;
    text-align: left;
    margin-bottom: auto;
  }
  .wp-block-sai-header .aside .button:not(:only-child):last-child > span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

.wp-block-sai-header .aside .back-link {
  color: #2d953e;
  transition: color .15s ease;
  font-size: 0.95em;
}

.wp-block-sai-header .aside .back-link .icon {
  transition: transform .3s ease;
  display: inline-block;
}

.wp-block-sai-header .aside .back-link:hover {
  color: #2d953e !important;
}

.wp-block-sai-header .aside .back-link:hover .icon {
  transform: translate(-0.25rem, 0);
}

@media (min-width: 640px) {
  .wp-block-sai-header .aside .back-link {
    margin: 0 0 18px auto;
  }
}

.wp-block-sai-header .aside .back-link .icon {
  margin-right: .25em;
}

.wp-block-sai-header .aside .back-link .icon svg {
  transform: scale(-1);
}

.wp-block-sai-header .aside .list {
  color: #2d953e;
}

.wp-block-sai-header .aside .filters {
  min-width: 300px;
  position: relative;
  z-index: 2;
}

.wp-block-sai-header .aside .filters > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-header .aside .filters > *:last-child:not(div) {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .wp-block-sai-header .aside .filters {
    margin-top: auto;
    margin-bottom: 0;
  }
}

.wp-block-sai-header .aside .filters .select, .wp-block-sai-header .aside .filters .select-label {
  background-color: #f5f5f5;
}

@media (min-width: 800px) {
  .wp-block-sai-header .aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .wp-block-sai-header .aside .image, .wp-block-sai-header .aside .links-list, .wp-block-sai-header .aside .filters {
    margin-left: auto;
  }
}

@keyframes arrow-nudge {
  50% {
    transform: translate(3px, 0);
  }
}

.wp-block-sai-header .button[href^='#'] {
  display: inline-block;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  padding: 0;
  min-width: 0;
  border-radius: 50%;
  color: #2d953e;
}

.wp-block-sai-header .button[href^='#'] span:not(.icon) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wp-block-sai-header .button[href^='#'] .icon {
  transform: rotate(90deg) scale(1.5) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left top;
  margin: 0 !important;
}

.wp-block-sai-header .button[href^='#'] .icon > * {
  transition: transform .2s ease-in-out;
  will-change: transform;
  transform-origin: center;
  animation: arrow-nudge 2s ease-in-out 1s infinite;
}

@media (min-width: 640px) {
  .home main .wp-block-sai-header .row, .wp-block-sai-header.home .row {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(auto, 575px) min-content;
    grid-gap: 40px;
    min-height: calc(30 * var(--spacemax)) !important;
    align-content: start;
  }
  .home main .wp-block-sai-header .content, .wp-block-sai-header.home .content {
    display: contents;
  }
  .home main .wp-block-sai-header p, .home main .wp-block-sai-header .lead, .wp-block-sai-header.home p, .wp-block-sai-header.home .lead {
    margin: 0;
  }
  .home main .wp-block-sai-header .lead, .wp-block-sai-header.home .lead {
    grid-column: span 2;
  }
}

.home main .wp-block-sai-header .lead, .wp-block-sai-header.home .lead {
  font-size: 3.55em;
  font-size: clamp(1.85em, calc(1.85em + 2vw), 3.55em);
  line-height: 1;
  letter-spacing: -.02em;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .home main .wp-block-sai-header .lead, .wp-block-sai-header.home .lead {
    font-size: calc(1.85em + 2vw);
  }
}

.home main .wp-block-sai-header p, .wp-block-sai-header.home p {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  font-size: clamp(1.1em, calc(1.1em + 0.3vw), 1.3em);
  line-height: 1.3653846154;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .home main .wp-block-sai-header p, .wp-block-sai-header.home p {
    font-size: calc(1.1em + 0.3vw);
  }
}

.wp-block-sai-header.is-style-subpage h1:first-child {
  margin-top: -.25em;
}

.wp-block-sai-header.is-style-subpage .lead {
  margin-top: .75em;
}

.wp-block-sai-header.is-style-subpage .lead:not(:last-child) {
  margin-bottom: .75em;
}

.wp-block-sai-header.is-style-subpage h1 + .lead {
  margin-top: 1rem;
}

.wp-block-sai-header.is-style-subpage .link {
  display: inline-block;
  vertical-align: top;
}

.wp-block-sai-header.has-background .button, .wp-block-sai-header.is-style-subpage .button, .wp-block-sai-header.has-dark-background-color .button, .wp-block-sai-header.has-white-background-color .button {
  color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-header.has-background .button .icon, .wp-block-sai-header.is-style-subpage .button .icon, .wp-block-sai-header.has-dark-background-color .button .icon, .wp-block-sai-header.has-white-background-color .button .icon {
  color: currentColor;
}

.wp-block-sai-header.has-background .button:before, .wp-block-sai-header.has-background .button:after, .wp-block-sai-header.is-style-subpage .button:before, .wp-block-sai-header.is-style-subpage .button:after, .wp-block-sai-header.has-dark-background-color .button:before, .wp-block-sai-header.has-dark-background-color .button:after, .wp-block-sai-header.has-white-background-color .button:before, .wp-block-sai-header.has-white-background-color .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-header.has-background .button:hover, .wp-block-sai-header.has-background .button:focus, .wp-block-sai-header.is-style-subpage .button:hover, .wp-block-sai-header.is-style-subpage .button:focus, .wp-block-sai-header.has-dark-background-color .button:hover, .wp-block-sai-header.has-dark-background-color .button:focus, .wp-block-sai-header.has-white-background-color .button:hover, .wp-block-sai-header.has-white-background-color .button:focus {
  color: white;
  border-color: #2d953e;
}

.wp-block-sai-header.has-background .button:hover .icon, .wp-block-sai-header.has-background .button:focus .icon, .wp-block-sai-header.is-style-subpage .button:hover .icon, .wp-block-sai-header.is-style-subpage .button:focus .icon, .wp-block-sai-header.has-dark-background-color .button:hover .icon, .wp-block-sai-header.has-dark-background-color .button:focus .icon, .wp-block-sai-header.has-white-background-color .button:hover .icon, .wp-block-sai-header.has-white-background-color .button:focus .icon {
  color: white;
}

.page-template-members-area .wp-block-sai-header.is-style-subpage .button {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
}

.page-template-members-area .wp-block-sai-header.is-style-subpage .button:before, .page-template-members-area .wp-block-sai-header.is-style-subpage .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.page-template-members-area .wp-block-sai-header.is-style-subpage .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.page-template-members-area .wp-block-sai-header.is-style-subpage .button:hover, .page-template-members-area .wp-block-sai-header.is-style-subpage .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.page-template-members-area .wp-block-sai-header.is-style-subpage .button:hover .icon, .page-template-members-area .wp-block-sai-header.is-style-subpage .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

.wp-block-sai-header.has-background .button {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.5);
}

.wp-block-sai-header.has-dark-background-color {
  background-color: #444750;
  color: white;
}

.wp-block-sai-header.has-dark-background-color .button {
  color: inherit;
}

.wp-block-sai-header.has-grey-background-color {
  background-color: #f5f5f5;
}

.wp-block-sai-header.is-style-light, .wp-block-sai-header.has-white-background-color {
  background-color: white;
}

.wp-block-sai-header.has-pattern {
  background-repeat: repeat;
}

.wp-block-sai-header.aligncenter {
  text-align: center;
}

.wp-block-sai-header.aligncenter .row {
  flex-direction: column;
}

.wp-block-sai-header.aligncenter .row:first-child .content {
  max-width: 840px;
}

.wp-block-sai-header.aligncenter .content, .wp-block-sai-header.aligncenter .aside {
  margin: 0 auto;
  display: block;
}

.wp-block-sai-header.aligncenter .content + .aside {
  margin-top: calc(4 * var(--space));
}

.wp-block-sai-header.aligncenter .wpcf7-form, .wp-block-sai-header.aligncenter .mp_login_form, .wp-block-sai-header.aligncenter .recaptcha {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-sai-header.aligncenter .recaptcha {
  width: auto;
}

.wp-block-sai-header.aligncenter .recaptcha div {
  margin: 0 auto;
}

@media (min-width: 640px) {
  .wp-block-sai-header.aligncenter.is-style-subpage:not(.has-white-background-color) {
    padding-bottom: calc(10 * var(--space));
  }
}

.wp-block-sai-header.aligncenter.is-style-subpage:not(.has-white-background-color) .aside .image {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.wp-block-sai-header.aligncenter.is-style-subpage:not(.has-white-background-color) .aside .image img {
  vertical-align: bottom;
}

.wp-block-sai-header [type=text], .wp-block-sai-header [type=email] {
  background-color: #F7F7F7;
}

.wp-block-sai-header .mp_login_form {
  color: white;
  background-color: #565961;
  padding: calc(10px + 2.5 * var(--space)) calc(5 * var(--space));
  min-width: calc(40 * var(--space));
}

.wp-block-sai-header .mepr-actions > a:not(.button) {
  color: white;
  font-size: 0.9em;
  margin: 0.75em 0 0 0 !important;
  text-decoration: underline;
}

.wp-block-sai-header .mepr-actions > a:not(.button):hover {
  color: #2d953e;
}

.wp-block-sai-header .mepr-actions input[type=submit] {
  color: white !important;
  min-width: 8em !important;
}

.page-template-members-area .wp-block-sai-header.is-style-subpage .content > h1 {
  font-weight: normal;
  background: none;
  padding-bottom: 0;
  display: block;
}

.wp-block-sai-header .disclaimer {
  display: block;
  background-position: left 1rem top 1rem;
  background-color: #F5F5F5;
  padding: .875rem 1rem .875rem 2.5rem;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.2px;
  color: #444750;
}

.wp-block-sai-header .disclaimer a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath fill='%232D953E' d='M.708 7.033h8.7L6.674 9.824a.722.722 0 0 0-.206.514c0 .192.074.377.206.514l.426.434a.705.705 0 0 0 1.004 0l4.692-4.777A.708.708 0 0 0 13 5.996a.74.74 0 0 0-.206-.514L8.105.709A.7.7 0 0 0 7.101.71l-.428.433a.715.715 0 0 0-.206.51.718.718 0 0 0 .206.504l2.774 2.808H.72a.732.732 0 0 0-.508.224.76.76 0 0 0-.213.52v.618a.743.743 0 0 0 .222.51c.137.135.32.208.51.206'/%3E%3C/svg%3E");
  margin-left: .25rem;
  position: absolute;
}

.wp-block-sai-heading {
  padding-bottom: calc(10px + 2 * var(--spacemax));
  border-bottom: 1px solid #eaf4eb;
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: [content] 1fr [image] auto;
}

.wp-block-sai-heading .heading-label {
  display: block;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.85rem;
  grid-column: content;
}

.wp-block-sai-heading .heading-title {
  grid-column: content;
  margin: 0;
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-heading .heading-title {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-sai-heading .heading-image {
  grid-column: image;
  grid-row: 1 / span 2;
  align-self: center;
}

.alignleft, .alignright {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

main > article[class] > .wp-block-image:not(.alignfull) {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  main > article[class] > .wp-block-image:not(.alignfull) {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

main > article[class] .wp-block-image figcaption {
  font-size: 0.9em;
}

main > article[class] .wp-block-image.alignfull {
  margin: 0;
  overflow: hidden;
}

main > article[class] .wp-block-image figure.alignleft {
  margin-top: 0;
  margin-bottom: 0;
}

main > article[class] .wp-block-image figure.alignleft:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 639px) {
  main > article[class] .wp-block-image figure.alignleft {
    float: none;
  }
}

@media (min-width: 640px) {
  main > article[class] .wp-block-image figure.alignleft {
    margin-left: 0;
    margin-right: var(--spacer);
  }
}

@media (min-width: 1190px) {
  main > article[class] .wp-block-image figure.alignleft {
    margin-left: calc(var(--gutter) * -1);
  }
}

main > article[class] .wp-block-image figure.alignright {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  main > article[class] .wp-block-image figure.alignright {
    float: none;
  }
}

@media (min-width: 640px) {
  main > article[class] .wp-block-image figure.alignright {
    margin-left: var(--spacer);
    margin-right: 0;
  }
}

@media (min-width: 1190px) {
  main > article[class] .wp-block-image figure.alignright {
    margin-right: calc(var(--gutter) * -1);
  }
}

main > article[class] .wp-block-image figure.aligncenter {
  text-align: center;
}

main > article[class] .wp-block-image figure.aligncenter figcaption {
  display: block;
}

.wp-block-image.has-video-link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(52 * var(--space));
}

.wp-block-image.has-video-link .video-link {
  height: 100%;
}

.wp-block-image.has-video-link .video-link img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}

.wp-block-image.has-video-link figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 50px);
  max-width: 14em;
  text-align: center;
  margin: 0;
  pointer-events: none;
  padding: .75em 0;
  color: #ffffff;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  line-height: 1.3125;
  font-weight: 700;
  text-transform: uppercase;
}

.video-link:not(.button) {
  display: block;
  position: relative;
}

.video-link:not(.button):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(68, 71, 80, 0.45);
  z-index: 1;
}

.video-link:not(.button):after {
  content: '';
  width: 104px;
  height: 104px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  filter: brightness(0) invert(1);
  transition: filter .2s ease;
  z-index: 2;
  max-width: 50%;
  max-height: 50%;
  background-size: contain;
  background-position: center;
}

.video-link:not(.button):hover:after {
  filter: brightness(1) invert(0);
}

.wp-block-sai-introduction {
  position: relative;
}

@media (max-width: 639px) {
  .wp-block-sai-introduction .row + .row, .wp-block-sai-introduction .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

.wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child h3 {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-introduction.has-title:not(.is-style-columns):not(.is-style-directory) .row:first-child h3 {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-sai-introduction:not(.has-title) .content > h2, .wp-block-sai-introduction:not(.has-title) .content > h3, .wp-block-sai-introduction:not(.has-title) .content > h4 {
  margin: .5rem 0;
}

.wp-block-sai-introduction:not(.has-title) .content > h2 {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-introduction:not(.has-title) .content > h2 {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-sai-introduction:not(.has-title) .content > h3 {
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-introduction:not(.has-title) .content > h3 {
    font-size: calc(1.15em + 0.4vw);
  }
}

.wp-block-sai-introduction:not(.has-title) .content > h4 {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
  font-weight: bold;
  line-height: 1.44;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-introduction:not(.has-title) .content > h4 {
    font-size: calc(1.1em + 0.2vw);
  }
}

.wp-block-sai-introduction .button {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-introduction .button:before, .wp-block-sai-introduction .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-introduction .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-introduction .button:hover, .wp-block-sai-introduction .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-introduction .button:hover .icon, .wp-block-sai-introduction .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

.wp-block-sai-introduction.has-grey-background-color {
  background-color: #f5f5f5;
}

.wp-block-sai-introduction.has-grey-background-color + .has-grey-background-color {
  padding-top: 0 !important;
}

.wp-block-sai-introduction.has-green-background-color {
  background-color: #eaf4eb;
}

.wp-block-sai-introduction.has-dark-background-color {
  background-color: #444750;
  color: white;
}

@media (min-width: 640px) {
  .wp-block-sai-introduction[id=Regional_Initiatives] {
    padding-top: calc(16 * var(--space));
    padding-bottom: calc(16 * var(--space));
  }
}

.wp-block-sai-introduction.is-style-columns {
  --aside: min(22.5409836066%, 275px);
  --content: min(74.1803278689%, 905px);
  --gap: min(3.2786885246%, 40px);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  display: var(--hasGrid, grid);
  grid-template-columns: 1fr [aside-start] var(--aside) [aside-end] var(--gap) [content-start] var(--content) [content-end] 1fr;
  flex-direction: column;
  grid-gap: calc(4 * var(--space)) 0;
  container: section / inline-size;
}

.wp-block-sai-introduction.is-style-columns header.row {
  grid-column: aside;
  display: var(--headerColumn, grid);
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  grid-gap: 1.5rem;
  grid-auto-rows: min-content;
}

.wp-block-sai-introduction.is-style-columns header.row h2 {
  margin: 0;
}

.wp-block-sai-introduction.is-style-columns div.row {
  grid-column: content;
  grid-row: span 2;
  display: block;
}

@media (min-width: 640px) and (max-width: 759px) {
  .wp-block-sai-introduction.is-style-columns .row > * + * {
    margin-top: calc(6 * var(--space));
  }
}

@media (max-width: 759px) {
  .wp-block-sai-introduction.is-style-columns .row + .row {
    margin-top: calc(10 * var(--space));
  }
}

.wp-block-sai-introduction.is-style-columns .row {
  position: relative;
  z-index: 1;
}

.wp-block-sai-introduction.is-style-columns header h2 {
  margin: 0;
}

.wp-block-sai-introduction.is-style-columns header h3 {
  margin-top: 0;
}

.wp-block-sai-introduction.is-style-columns .bg {
  pointer-events: none;
  grid-column: aside;
  grid-row: 2;
  display: flex;
  align-items: flex-end;
  max-width: 275px;
}

.wp-block-sai-introduction.is-style-columns header[style*=background] {
  background-size: 0;
}

@media (min-width: 760px) {
  .wp-block-sai-introduction.is-style-columns header[style*=background] {
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 0;
    position: relative;
  }
  .wp-block-sai-introduction.is-style-columns header[style*=background]:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    max-width: 254px;
    background: inherit;
    background-size: contain;
  }
}

@media (min-width: 1320px) {
  .wp-block-sai-introduction.is-style-columns header[style*=background]:after {
    left: 65px;
  }
}

.wp-block-sai-introduction.is-style-columns .articles {
  grid-template-columns: 1fr;
}

.wp-block-sai-introduction.is-style-columns .type-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: var(--spacer);
  padding-bottom: 0;
}

.wp-block-sai-introduction.is-style-columns .type-page:before, .wp-block-sai-introduction.is-style-columns .type-page:after {
  content: none !important;
}

.wp-block-sai-introduction.is-style-columns .type-page .title {
  margin-top: -.25em;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.2em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.2em);
  line-height: 1.3333333333;
  letter-spacing: -0.4px;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-introduction.is-style-columns .type-page .title {
    font-size: calc(1.1em + 0.2vw);
  }
}

.wp-block-sai-introduction.is-style-columns .type-page .image {
  margin-bottom: 0;
}

.wp-block-sai-introduction.is-style-columns .button:not(:only-child) {
  margin: 1.25em 1.25em 0 0;
}

.wp-block-sai-introduction:not(.is-style-columns) .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-introduction:not(.is-style-columns) .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-introduction:not(.is-style-columns) .row + .row {
  margin-top: calc(8 * var(--space));
}

.wp-block-sai-introduction:not(.is-style-columns) .aside > * {
  margin: 0;
}

.wp-block-sai-introduction:not(.is-style-columns) header.row:not(:has(h2:only-child)) {
  max-width: Min(1090px, var(--containerMax));
}

@media (max-width: 639px) {
  .wp-block-sai-introduction:not(.is-style-columns) header.row > * + * {
    margin-top: calc(5 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-sai-introduction:not(.is-style-columns) header.row {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: minmax(auto, calc(71.1009174312% - 40px)) minmax(auto, 1fr);
  }
}

@media (min-width: 640px) and (max-width: 799px) {
  .wp-block-sai-introduction:not(.is-style-columns) header.row {
    grid-gap: 20px;
  }
}

.wp-block-sai-introduction:not(.is-style-columns) header.row .content:not(:only-child):not(:first-child) {
  grid-column: 1 / span 2;
}

.wp-block-sai-introduction:not(.is-style-columns) header.row .content:first-child {
  max-width: 755px;
}

@media (min-width: 640px) {
  .wp-block-sai-introduction:not(.is-style-columns) header.row .aside {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.wp-block-sai-introduction:not(.is-style-columns) header.row .button:only-child {
  margin: auto 0 auto auto;
}

.wp-block-sai-introduction:not(.is-style-columns) header.row .button:not(:only-child) {
  margin: 1.25em 1.25em 0 0;
}

.no-cssgrid .wp-block-sai-introduction:not(.is-style-columns) header.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.no-cssgrid .wp-block-sai-introduction:not(.is-style-columns) header.row .aside {
  margin-left: 40px;
}

.wp-block-sai-introduction:not(.is-style-columns) .row:not(header) .content > * + * {
  margin-top: calc(6 * var(--space));
}

.wp-block-sai-introduction:not(.is-style-columns) .row:not(header) .aside {
  max-width: Min(1090px, var(--containerMax));
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .wp-block-sai-introduction:not(.is-style-columns) .row:not(header) .aside {
    text-align: right;
  }
}

.wp-block-sai-introduction header + .row .has-companies:first-child {
  margin-top: calc(10px + -4 * var(--space));
}

.wp-block-sai-introduction header[style*=background] {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 65px center;
  position: relative;
}

@media (max-width: 1020px) {
  .wp-block-sai-introduction header[style*=background] {
    background-size: 0;
  }
}

.wp-block-sai-introduction header .content {
  max-width: 840px;
}

@media (max-width: 1020px) {
  .wp-block-sai-introduction header .content br {
    display: none;
  }
}

.wp-block-sai-introduction .list {
  white-space: nowrap;
}

.wp-block-sai-introduction .aside:only-child {
  text-align: right;
}

@media (min-width: 640px) {
  .wp-block-sai-introduction:not(.is-style-columns) aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 170px;
    margin-left: 40px;
  }
  .wp-block-sai-introduction:not(.is-style-columns) aside img {
    margin-left: auto;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-introduction.has-grey-background-color:not(.alignfull) {
    padding-top: calc(6 * var(--space));
    padding-bottom: calc(6 * var(--space));
    margin-top: calc(12 * var(--space));
    margin-bottom: calc(12 * var(--space));
    background: none;
  }
  .wp-block-sai-introduction.has-grey-background-color:not(.alignfull):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    max-width: 1220px;
    background-color: #f5f5f5;
    z-index: -1;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-features + .wp-block-sai-introduction.has-grey-background-color:not(.alignfull) {
    padding-top: calc(8 * var(--space));
  }
}

.wp-block-sai-introduction.is-style-directory .row + .row {
  margin-top: calc(4 * var(--space));
}

.wp-block-sai-introduction.is-style-directory .links-list {
  margin: 0;
  line-height: 1.125;
  justify-content: flex-end;
}

.wp-block-sai-introduction.is-style-directory .list {
  color: #2d953e;
}

.wp-block-sai-introduction.has-tooltip.has-title header h2 {
  text-transform: none;
  letter-spacing: normal;
}

.wp-block-sai-introduction.has-tooltip .content {
  position: relative;
}

.wp-block-sai-introduction.has-tooltip .content:after {
  content: '';
  display: block;
  clear: both;
}

.wp-block-sai-introduction.has-tooltip header .icon {
  width: 18px;
  height: 18px;
  background-size: contain;
  margin: 3px .5em;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.wp-block-sai-introduction.has-tooltip header .icon:hover ~ p {
  visibility: visible !important;
}

.wp-block-sai-introduction.has-tooltip header p {
  visibility: hidden !important;
  background-color: #eaf4eb;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.17px;
  line-height: 27px;
  border-radius: 15px;
  padding: 1em 1.25em;
  width: 360px;
  max-width: 100%;
  box-sizing: border-box;
  --top: 100%;
  --left: 50%;
  position: absolute;
  top: var(--top);
  left: 0;
  z-index: 99;
  margin-top: 20px;
}

.wp-block-sai-introduction.has-tooltip header p:hover {
  visibility: visible !important;
}

.wp-block-sai-introduction.has-tooltip header p:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 20px;
}

.wp-block-sai-introduction.has-tooltip header p:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: calc(var(--left) - 10px);
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #eaf4eb;
  border-width: 0 10px 14px 10px;
}

.wp-block-sai-introduction.has-pattern {
  background-repeat: repeat;
}

.wp-block-sai-links {
  margin-top: calc(5 * var(--space));
  margin-bottom: calc(5 * var(--space));
}

.main-article > .wp-block-sai-links {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .main-article > .wp-block-sai-links {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.main-article > .wp-block-sai-links:last-child {
  margin-bottom: calc(10 * var(--space));
}

.wp-block-sai-links:last-child {
  padding-top: calc(5 * var(--space));
  margin-bottom: calc(10 * var(--space));
  position: relative;
}

.wp-block-sai-links:last-child:before {
  content: '';
  border-top: 1px solid #ececed;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
}

.wp-block-sai-links .row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 759px) {
  .wp-block-sai-links .top-link {
    order: 99;
    flex-basis: 100%;
  }
  .wp-block-sai-links .top-link span {
    justify-content: flex-end;
  }
}

.wp-block-sai-links .wp-block-sai-link {
  margin-top: .5em;
  margin-bottom: .5em;
}

.wp-block-sai-links .wp-block-sai-link:not(.button):not(.top-link) {
  position: relative;
}

.wp-block-sai-links .wp-block-sai-link:not(.button):not(.top-link):after {
  content: '';
  border-right: 1px solid #ececed;
  margin: 0 20px;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 100%;
}

.wp-block-sai-links .wp-block-sai-link:not(.button):not(.top-link) + *, .wp-block-sai-links .wp-block-sai-link:not(.button):not(.top-link) + *[style*='display: none'] + * {
  margin-left: 40px;
}

.wp-block-sai-link {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  color: #2d953e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: color .15s ease;
}

.main-article > .wp-block-sai-link {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .main-article > .wp-block-sai-link {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.main-article > .wp-block-sai-link:last-child {
  margin-bottom: calc(10 * var(--space));
}

.wp-block-sai-link.is-style-fill[class] {
  background-color: #2d953e;
  min-width: auto;
  border: none;
  color: white;
}

.wp-block-sai-link.is-style-fill[class]:before, .wp-block-sai-link.is-style-fill[class]:after {
  background-color: #fcb53b;
}

.wp-block-sai-link.is-style-fill[class]:hover, .wp-block-sai-link.is-style-fill[class]:focus {
  color: white;
}

.wp-block-sai-link.button:not(.is-style-fill) {
  color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-link.button:not(.is-style-fill) .icon {
  color: currentColor;
}

.wp-block-sai-link.button:not(.is-style-fill):before, .wp-block-sai-link.button:not(.is-style-fill):after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-link.button:not(.is-style-fill):hover, .wp-block-sai-link.button:not(.is-style-fill):focus {
  color: white;
  border-color: #2d953e;
}

.wp-block-sai-link.button:not(.is-style-fill):hover .icon, .wp-block-sai-link.button:not(.is-style-fill):focus .icon {
  color: white;
}

.wp-block-sai-link:hover, .wp-block-sai-link:focus {
  color: #444750;
}

.wp-block-sai-link .icon {
  margin-left: .25em;
}

.wp-block-sai-link.top-link {
  margin-right: auto;
}

.wp-block-sai-link.top-link > span {
  display: flex;
}

.wp-block-sai-link.top-link .icon {
  order: 9;
  transform: rotate(-90deg);
}

.wp-block-sai-link.back-link .icon {
  transform: scale(-1, 1);
  display: inline-block;
}

.wp-block-sai-materials {
  margin-top: calc(10 * var(--space));
  margin-bottom: calc(10 * var(--space));
}

.wp-block-sai-materials .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-materials .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-materials header p {
  max-width: 630px;
  font-size: 1.05em;
}

.wp-block-sai-materials header + .row {
  margin-top: calc(6 * var(--spacemax));
}

.wp-block-sai-materials .articles.has-documents {
  grid-gap: calc(6 * var(--spacemax));
}

@media (min-width: 640px) {
  .wp-block-sai-materials .articles.has-documents {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}

.wp-block-sai-materials .type-document {
  border: none !important;
  padding: 0 !important;
  position: relative;
  display: grid;
  grid-template-columns: [image] auto [content] 1fr;
  grid-gap: .5em 20px;
  align-content: flex-start;
}

.wp-block-sai-materials .type-document .title {
  padding-right: 0;
  min-height: auto;
}

.wp-block-sai-materials .type-document .formal b {
  display: block;
  margin-bottom: .25em;
}

.wp-block-sai-materials .type-document .formal b + br {
  display: none;
}

.wp-block-sai-materials .type-document a[class^=document][class*=link] {
  position: static;
  grid-column: image;
  grid-row: span 2;
  background-position: left top;
  margin-top: 8px;
}

.wp-block-sai-materials .type-document a[class^=document][class*=link]:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.wp-block-sai-materials .type-document a[class^=document][class*=link]:after {
  top: 8px;
}

.wp-block-sai-modules {
  margin-top: calc(10 * var(--space));
  margin-bottom: calc(10 * var(--space));
}

.wp-block-sai-modules .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-modules .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-modules header p {
  max-width: 630px;
  font-size: 1.05em;
}

.wp-block-sai-modules > * + * {
  margin-top: calc(6 * var(--space));
}

.wp-block-sai-modules .content > * + [class] {
  margin-top: calc(5 * var(--space));
}

.wp-block-sai-modules .aside {
  text-align: right;
}

.wp-block-sai-modules .button {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-modules .button:before, .wp-block-sai-modules .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-modules .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-modules .button:hover, .wp-block-sai-modules .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.wp-block-sai-modules .button:hover .icon, .wp-block-sai-modules .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

.wp-block-sai-quiz {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-quiz {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.quiz-summary {
  background-color: #ececed;
  padding: calc(10px + 2 * var(--spacemax));
  margin: calc(6 * var(--spacemax)) 0;
}

.quiz-summary > *:first-child:not(div) {
  margin-top: 0;
}

.quiz-summary > *:last-child:not(div) {
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .quiz-summary {
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
  }
}

.quiz-summary .summary-score {
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .quiz-summary .summary-score {
    font-size: calc(1.15em + 0.4vw);
  }
}

.quiz-summary .summary-score span {
  display: inline-block;
  vertical-align: middle;
}

.quiz-summary .summary-score span:first-of-type {
  margin-left: .125em;
}

.quiz-summary .summary-score .score-sep {
  font-size: 1.6428571429em;
  margin: 0 .25em;
}

.quiz-summary .summary-score span:not(.score-sep) {
  color: #2d953e;
  font-size: 2.7857142857em;
}

.quiz-summary .button {
  color: #2d953e;
  border-color: #2d953e;
}

.quiz-summary .button .icon {
  color: currentColor;
}

.quiz-summary .button:before, .quiz-summary .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.quiz-summary .button:hover, .quiz-summary .button:focus {
  color: white;
  border-color: #2d953e;
}

.quiz-summary .button:hover .icon, .quiz-summary .button:focus .icon {
  color: white;
}

.quiz-form > *:first-child:not(div) {
  margin-top: 0;
}

.quiz-form > *:last-child:not(div) {
  margin-bottom: 0;
}

.quiz-form h1, .quiz-form h2, .quiz-form p {
  max-width: 735px;
}

.question-choices {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.question-choice {
  position: relative;
}

.question-choice label {
  display: block;
  background-color: #eaf4eb;
  background-position: right 1.25rem center;
  padding: 1em 60px 1em 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.question-choice [disabled] + label {
  background-color: #ececed;
  pointer-events: none;
}

.question-choice input:checked + label {
  background-color: #2d953e;
  color: white;
}

.question-choice.is-correct input + label {
  background-color: #2d953e;
  color: white;
}

.question-choice.is-wrong input + label {
  background-color: #444750;
  color: white;
}

.question-choice.is-missing input + label {
  background-color: #fcb53b;
}

.question-choice + * {
  margin-top: 8px;
}

.quiz-question {
  margin-top: calc(8 * var(--spacemax));
  margin-bottom: calc(8 * var(--spacemax));
}

.wp-block-pullquote, .wp-block-quote {
  font-size: inherit;
  line-height: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color), .wp-block-quote:not(.is-style-solid-color) {
  padding: 0;
}

@media (max-width: 639px) {
  .wp-block-pullquote:not(.is-style-solid-color), .wp-block-quote:not(.is-style-solid-color) {
    margin-top: calc(6 * var(--space));
    margin-bottom: calc(6 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-pullquote:not(.is-style-solid-color), .wp-block-quote:not(.is-style-solid-color) {
    margin-top: calc(8 * var(--space));
    margin-bottom: calc(8 * var(--space));
  }
}

.wp-block-pullquote.is-style-solid-color, .wp-block-quote.is-style-solid-color {
  margin: 0;
}

@media (max-width: 639px) {
  .wp-block-pullquote.is-style-solid-color, .wp-block-quote.is-style-solid-color {
    padding-top: calc(6 * var(--space));
    padding-bottom: calc(6 * var(--space));
  }
}

@media (min-width: 640px) {
  .wp-block-pullquote.is-style-solid-color, .wp-block-quote.is-style-solid-color {
    padding-top: calc(8 * var(--space));
    padding-bottom: calc(8 * var(--space));
  }
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-quote.alignleft p, .wp-block-quote.alignright p {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-quote.alignleft p, .wp-block-quote.alignright p {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-pullquote:not(.alignwide), .wp-block-pullquote:not(.alignwide) blockquote, .wp-block-quote:not(.alignwide), .wp-block-quote:not(.alignwide) blockquote {
  max-width: none;
}

article > .wp-block-pullquote.alignwide blockquote, article > .wp-block-quote.alignwide blockquote {
  max-width: 775px;
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
}

@media (min-width: 1210px) {
  article > .wp-block-pullquote.alignwide blockquote, article > .wp-block-quote.alignwide blockquote {
    margin-left: calc((100% - 1090px) / 2) !important;
    margin-right: calc((100% - 1090px) / 2) !important;
  }
}

@media (min-width: 1210px) {
  article > .wp-block-pullquote.alignwide blockquote, article > .wp-block-quote.alignwide blockquote {
    max-width: 905px !important;
    margin-left: calc((100% - 1220px) / 2) !important;
    margin-right: calc((100% - 1220px) / 2) !important;
  }
}

.wp-block-pullquote.alignright cite, .wp-block-quote.alignright cite {
  text-align: right;
}

.wp-block-pullquote.is-style-solid-color, .wp-block-quote.is-style-solid-color {
  margin-top: 0;
  margin-bottom: 0;
}

figure.wp-block-pullquote.is-style-solid-color {
  background-color: #eaf4eb;
  background-repeat: repeat !important;
}

figure.wp-block-pullquote.is-style-solid-color p {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  figure.wp-block-pullquote.is-style-solid-color p {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-quote.alignfull {
  max-width: none !important;
}

@media (min-width: 1210px) {
  article > .wp-block-quote.alignwide {
    max-width: 905px !important;
    margin-left: calc((100% - 1220px) / 2) !important;
    margin-right: calc((100% - 1220px) / 2) !important;
  }
}

figure.wp-block-pullquote blockquote, .wp-block-quote {
  padding: 0;
  text-align: left;
  max-width: none;
}

figure.wp-block-pullquote blockquote > *:first-child:not(div), .wp-block-quote > *:first-child:not(div) {
  margin-top: 0;
}

figure.wp-block-pullquote blockquote > *:last-child:not(div), .wp-block-quote > *:last-child:not(div) {
  margin-bottom: 0;
}

article > figure.wp-block-pullquote blockquote, article > .wp-block-quote {
  max-width: 775px;
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
}

@media (min-width: 1210px) {
  article > figure.wp-block-pullquote blockquote, article > .wp-block-quote {
    margin-left: calc((100% - 1090px) / 2) !important;
    margin-right: calc((100% - 1090px) / 2) !important;
  }
}

figure.wp-block-pullquote blockquote p, .wp-block-quote p {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  figure.wp-block-pullquote blockquote p, .wp-block-quote p {
    font-size: calc(1.15em + 0.4vw);
  }
}

figure.wp-block-pullquote blockquote cite, .wp-block-quote cite {
  margin-top: 1em;
  display: block;
  text-align: left;
  font-style: normal;
}

figure.wp-block-pullquote blockquote cite strong, .wp-block-quote cite strong {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

figure.wp-block-pullquote blockquote, .wp-block-quote.is-style-large {
  padding: 0;
}

figure.wp-block-pullquote blockquote p, .wp-block-quote.is-style-large p {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
  max-width: 840px;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  figure.wp-block-pullquote blockquote p, .wp-block-quote.is-style-large p {
    font-size: calc(1.25em + 0.5vw);
  }
}

figure.wp-block-pullquote blockquote cite, .wp-block-quote.is-style-large cite {
  font-size: 1.1em;
  font-size: clamp(1.05em, calc(1.05em + 0.1vw), 1.1em);
  line-height: 1.3181818182;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  figure.wp-block-pullquote blockquote cite, .wp-block-quote.is-style-large cite {
    font-size: calc(1.05em + 0.1vw);
  }
}

figure.wp-block-pullquote blockquote cite strong, .wp-block-quote.is-style-large cite strong {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.wp-block-sai-reveal {
  position: relative;
  padding-top: calc(10px + 1.5 * var(--spacemax));
  padding-bottom: calc(10px + 1.5 * var(--spacemax));
  border-top: 2px solid #eaf4eb;
  border-bottom: 2px solid #eaf4eb;
}

.main-article > .wp-block-sai-reveal, .main-entry > .wp-block-sai-reveal {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .main-article > .wp-block-sai-reveal, .main-entry > .wp-block-sai-reveal {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-reveal + .wp-block-sai-reveal {
  margin-top: -2px;
}

.wp-block-sai-reveal body.page-template-members-area {
  border-top: 1px solid #ececed;
  border-bottom: 1px solid #ececed;
}

.wp-block-sai-reveal body.page-template-members-area + .wp-block-sai-reveal {
  margin-top: -1px;
}

.wp-block-column > .wp-block-sai-reveal:first-child {
  padding-top: 0;
  border-top: 0;
}

.wp-block-sai-header + .wp-block-sai-reveal {
  margin-top: calc(8 * var(--space));
}

.wp-block-sai-reveal h1, .wp-block-sai-reveal h2, .wp-block-sai-reveal h3, .wp-block-sai-reveal p, .wp-block-sai-reveal ol, .wp-block-sai-reveal ul {
  max-width: 735px;
}

.wp-block-sai-reveal .reveal-header {
  display: grid;
  grid-template-columns: calc(9 * var(--spacemax)) minmax(auto, 900px);
  grid-gap: 0 calc(4 * var(--spacemax));
  align-content: center;
  min-height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  background-position: right top;
}

.wp-block-sai-reveal .reveal-header h3.reveal-headline {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  line-height: 1.3571428571;
  margin: 0;
  padding-right: 40px;
  letter-spacing: -0.025em;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-reveal .reveal-header h3.reveal-headline {
    font-size: calc(1.15em + 0.4vw);
  }
}

.wp-block-sai-reveal .reveal-header p {
  margin: 0;
  letter-spacing: .01em;
}

.wp-block-sai-reveal .reveal-header p:first-of-type {
  margin-right: 35px;
}

.wp-block-sai-reveal .reveal-header > * {
  grid-column: 1 / -1;
}

.wp-block-sai-reveal .reveal-header .reveal-image {
  grid-column: span 1;
  grid-row: span 2;
}

.wp-block-sai-reveal .reveal-header .reveal-image ~ * {
  grid-column: 2 / span 1;
}

.wp-block-sai-reveal .reveal-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0);
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wp-block-sai-reveal .reveal-header:hover:after {
  opacity: 1;
}

.wp-block-sai-reveal .reveal-header.open:after {
  transform: rotate(180deg);
}

.wp-block-sai-reveal .reveal-content {
  display: none;
  padding-top: 1.5rem;
}

.wp-block-sai-reveal .reveal-content > *:first-child:not(div) {
  margin-top: 0;
}

.wp-block-sai-reveal .reveal-content > *:last-child:not(div) {
  margin-bottom: 0;
}

.wp-block-sai-reveal .reveal-content p {
  font-weight: 300;
  letter-spacing: -0.0025em;
}

article > .wp-block-sai-table {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
  margin-top: calc(8 * var(--space));
  margin-bottom: calc(8 * var(--space));
}

@media (min-width: 1220px) {
  article > .wp-block-sai-table {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .wp-block-sai-table {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
}

.wp-block-sai-table table {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.25;
  width: calc(100% + 20px);
  border-collapse: collapse;
  min-width: 375px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 639px) {
  .wp-block-sai-table table {
    font-size: 14px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

@media (min-width: 640px) {
  .wp-block-sai-table table {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}

@media (min-width: 1260px) {
  .wp-block-sai-table table {
    margin-left: -10px;
    margin-right: -105px;
    width: 1175px;
  }
}

.wp-block-sai-table th, .wp-block-sai-table td {
  padding: .5em .75em;
}

@media (min-width: 640px) {
  .wp-block-sai-table th:not([scope]), .wp-block-sai-table th [scope=col], .wp-block-sai-table td:not([scope]), .wp-block-sai-table td [scope=col] {
    width: 100px;
  }
}

.wp-block-sai-table th + *, .wp-block-sai-table td + * {
  border-left: 10px solid white;
}

@media (max-width: 640px) {
  .wp-block-sai-table th + *, .wp-block-sai-table td + * {
    border-left-width: 1px;
  }
}

.wp-block-sai-table .membership-icon {
  margin-bottom: 10px;
}

@media (max-width: 760px) {
  .wp-block-sai-table .membership-icon {
    max-width: 3em;
    margin: 0 auto 10px auto;
  }
}

.wp-block-sai-table thead th {
  vertical-align: bottom;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 480px) {
  .wp-block-sai-table thead th {
    max-width: 5.25em;
  }
}

.wp-block-sai-table tbody .is-highlighted:not(:only-child) + tr > * {
  padding-top: 1em;
}

.wp-block-sai-table tbody .is-highlighted:not(:only-child) tr:last-child > * {
  padding-bottom: 1em;
}

.wp-block-sai-table tbody tr:first-child > * {
  border-top: 3px solid white;
}

@media (max-width: 639px) {
  .wp-block-sai-table tbody tr:first-child > * {
    border-top-width: 1px;
  }
}

.wp-block-sai-table tr:first-child th:not(:empty), .wp-block-sai-table tr.is-highlighted th {
  background-color: #444750;
  color: white;
}

.wp-block-sai-table tr.is-highlighted {
  font-size: 1.3em;
}

@media (max-width: 760px) {
  .wp-block-sai-table tr.is-highlighted {
    font-size: 1.1428571429em;
  }
}

.wp-block-sai-table tr.is-highlighted td:not(:empty) {
  background-color: #2d953e;
}

.wp-block-sai-table tr.is-highlighted td[colspan] {
  background-color: #eaf4eb;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 639px) {
  .wp-block-sai-table tr.is-highlighted td[colspan] {
    font-size: 14px;
  }
}

.wp-block-sai-table tr.is-highlighted .wp-block-sai-link {
  display: inline-block;
}

.wp-block-sai-table tr:last-child th[scope=row] {
  padding-bottom: 1em;
}

.wp-block-sai-table th:not(:empty) {
  background-color: #ececed;
}

.wp-block-sai-table td {
  text-align: center;
}

.wp-block-sai-table td:empty {
  background-color: #ececed;
}

.wp-block-sai-table td:not(:empty) {
  background-color: #eaf4eb;
}

.wp-block-sai-table th[scope=row] {
  text-align: left;
  padding-right: .5em;
}

@media (max-width: 480px) {
  .wp-block-sai-table th[scope=row] {
    max-width: 6em;
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-table th[scope=row] {
    min-width: 40%;
  }
}

.wp-block-sai-table .true {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  background-size: 55% auto;
  background-position: center 55%;
}

.wp-block-sai-table .is-highlighted .true {
  background-color: white;
}

.wp-block-sai-video {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  margin-top: calc(4 * var(--spacemax));
  margin-bottom: calc(4 * var(--spacemax));
}

@media (min-width: 1220px) {
  .wp-block-sai-video {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-video:first-chlid {
  margin-top: calc(10 * var(--space));
}

.wp-block-sai-video:last-child {
  margin-bottom: calc(10 * var(--space));
}

.wp-block-sai-video > * + * {
  margin-top: calc(6 * var(--spacemax));
}

.wp-block-sai-videos {
  margin-top: calc(10 * var(--space));
  margin-bottom: calc(10 * var(--space));
}

.wp-block-sai-videos .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-videos .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-videos header p {
  max-width: 630px;
  font-size: 1.05em;
}

.wp-block-sai-videos > * + * {
  margin-top: calc(6 * var(--space));
}

.wp-block-sai-videos .content > * + [class] {
  margin-top: calc(5 * var(--space));
}

.wp-block-sai-videos .aside {
  text-align: right;
}

.wp-block-sai-videos .aside .button {
  color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-videos .aside .button .icon {
  color: currentColor;
}

.wp-block-sai-videos .aside .button:before, .wp-block-sai-videos .aside .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.wp-block-sai-videos .aside .button:hover, .wp-block-sai-videos .aside .button:focus {
  color: white;
  border-color: #2d953e;
}

.wp-block-sai-videos .aside .button:hover .icon, .wp-block-sai-videos .aside .button:focus .icon {
  color: white;
}

.page-template-members-area .wp-block-sai-header + .wp-block-sai-videos {
  margin-top: calc(8 * var(--space));
}

.wp-block-sai-world {
  background-color: #f5f5f5;
}

.wp-block-sai-world .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .wp-block-sai-world .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.wp-block-sai-world header.row {
  max-width: Min(1090px, var(--containerMax));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(4 * var(--spacemax));
}

.wp-block-sai-world .lead {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  max-width: 735px;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-world .lead {
    font-size: calc(1.25em + 0.5vw);
  }
}

.wp-block-sai-world .world-map svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.box-banner {
  font-weight: 300;
  letter-spacing: -0.015em;
}

.box-banner.has-grey-background-color {
  background-color: #F5F5F5;
}

.box-banner .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-top: calc(5 * var(--spacemax));
  padding-bottom: calc(5 * var(--spacemax));
  padding-right: calc(7 * var(--spacemax));
  padding-left: calc(7 * var(--spacemax));
}

@media (min-width: 1220px) {
  .box-banner .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.box-banner .content {
  grid-column: content;
}

.box-banner .content h2 {
  font-size: 0.9em;
  line-height: 1.1111111111;
}

.box-banner .content p:last-child {
  margin-bottom: 0;
}

.box-banner .content a:not([class]):last-child:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cpath fill='%232D953E' d='M.708 7.033h8.7L6.674 9.824a.722.722 0 0 0-.206.514c0 .192.074.377.206.514l.426.434a.705.705 0 0 0 1.004 0l4.692-4.777A.708.708 0 0 0 13 5.996a.74.74 0 0 0-.206-.514L8.105.709A.7.7 0 0 0 7.101.71l-.428.433a.715.715 0 0 0-.206.51.718.718 0 0 0 .206.504l2.774 2.808H.72a.732.732 0 0 0-.508.224.76.76 0 0 0-.213.52v.618a.743.743 0 0 0 .222.51c.137.135.32.208.51.206'/%3E%3C/svg%3E");
  position: absolute;
  margin-left: .25rem;
}

.box-banner .aside {
  grid-column: aside;
}

.box-banner .aside > * + * {
  margin-top: 1rem;
}

.box-banner .button {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
}

.box-banner .button:before, .box-banner .button:after {
  background-color: var(--vibrant-color, #2d953e);
}

.box-banner .button .icon {
  color: var(--vibrant-color, #2d953e);
}

.box-banner .button:hover, .box-banner .button:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.box-banner .button:hover .icon, .box-banner .button:focus .icon {
  color: var(--vibrant-color-text, white);
}

/*
    ##################################
    #                                #
    #            ARTICLES            #
    #                                #
    ################################## */

.articles.has-advisors {
  margin-bottom: calc(8 * var(--space));
}

.has-advisors .type-company {
  line-height: 1.3;
  position: relative;
  overflow: hidden;
}

.has-advisors .type-company .title {
  font-size: 1em;
  letter-spacing: -0.2px;
  margin-top: .5rem;
  margin-bottom: 0;
}

.has-advisors .type-company .title + * {
  margin-top: .125rem;
}

.has-advisors .type-company .location {
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.has-advisors .type-company:hover .image:after {
  transform: scale(1, 1);
}

@media (min-max-width: -1px) and (max-max-width: 760px) {
  .home .articles.has-3n {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 760px) and (max-width: 1019px) {
  .home .articles.has-3n {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-max-width: -1px) and (max-max-width: 800px) {
  .home .articles.has-4n {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) and (max-width: 1019px) {
  .home .articles.has-4n {
    grid-template-columns: repeat(4, 1fr);
  }
}

article.type-article:not(.is-featured) > *:only-child {
  padding-bottom: 2.5rem;
}

article.type-article .title {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
  line-height: 1.25;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  article.type-article .title {
    font-size: calc(1.1em + 0.2vw);
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-articles .articles:not(.has-events) article.type-article:not(.is-featured) .title:nth-last-child(2) {
    min-height: 4.8em;
  }
}

article.type-article .post-date {
  display: block;
  font-size: 16px;
}

article.type-article:not(.is-featured) .cat {
  margin-bottom: .625rem;
}

article.type-article:not(.is-featured) .image ~ .cat {
  margin-top: -.25rem;
}

article.type-article:not(.is-featured) .post-date {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  margin-bottom: 0 !important;
}

article.type-article.is-featured .post-date {
  margin-top: -.5rem;
}

article.type-article .read-external {
  color: #2d953e;
  margin-top: 0 !important;
}

article.type-article .image {
  background-color: transparent !important;
}

article.type-article .image.members-only {
  position: relative;
}

article.type-article .image.members-only:after {
  content: 'members only';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #444750;
  padding: .25em .5em;
  color: white;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background-position: right 8px center;
}

@media (max-width: 480px), (min-width: 640px) and (max-width: 1020px) {
  article.type-article .image.members-only {
    min-width: auto;
  }
  article.type-article .image.members-only:after {
    content: '\00a0';
    background-position: center;
  }
}

@media (max-width: 1320px) {
  article.type-article .image.members-only {
    padding-bottom: .75em;
  }
}

.articles.has-counters {
  grid-gap: var(--spacer);
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  background-color: white;
}

@media (min-width: 640px) {
  .articles.has-counters {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
  }
}

.article.type-counter {
  background-color: #eaf4eb;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: calc(4 * var(--spacemax));
}

.article.type-counter .image {
  display: inline-block;
  vertical-align: top;
  margin-top: calc(-4 * var(--spacemax));
  max-width: 150px;
}

.article.type-counter .counter {
  font-size: 2.3em;
  font-size: clamp(1.45em, calc(1.45em + 1vw), 2.3em);
  font-weight: bold;
  color: #2d953e;
  margin-bottom: 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .article.type-counter .counter {
    font-size: calc(1.45em + 1vw);
  }
}

.article.type-counter .title {
  font-size: 1.15em;
  font-size: clamp(1.05em, calc(1.05em + 0.2vw), 1.15em);
  margin-top: .25em;
  margin-bottom: .25em;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .article.type-counter .title {
    font-size: calc(1.05em + 0.2vw);
  }
}

.article.type-counter p {
  margin: 0;
}

.articles.has-documents {
  grid-template-columns: 1fr;
  grid-gap: 30px 0;
}

.articles.has-documents:not(:first-child) {
  margin-top: 30px;
}

.articles.has-documents + .pagination {
  margin-top: -1px;
}

.type-document {
  padding: 0 0 30px 0;
  min-height: 50px;
  position: relative;
  border-bottom: 1px solid #CFCFCF;
}

.type-document .title {
  margin: 0;
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
  line-height: 1.3571428571;
  padding-right: 110px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .type-document .title {
    font-size: calc(1.15em + 0.4vw);
  }
}

.type-document .formal {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 17px;
  letter-spacing: 0.01em;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 1020px) {
  .type-document .formal {
    margin-top: 0.3529411765em;
  }
}

.type-document > div.dropdown-content {
  display: block;
  left: auto;
  right: 0;
  top: 70px;
}

.type-document > div.dropdown-content:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #eaf4eb;
  border-width: 0 0.5em 0.6em 0.5em;
  position: absolute;
  right: 70px;
  bottom: 100%;
}

.type-document .document-info {
  display: none;
  padding-top: 1rem;
}

.type-document .document-info > *:first-child:not(div) {
  margin-top: 0;
}

.type-document .document-info > *:last-child:not(div) {
  margin-bottom: 0;
}

.type-document.open .document-info {
  display: block;
}

.type-document p {
  max-width: 735px;
}

.type-document .document-action {
  margin: 2em 0;
}

.type-document .document-action > .button, .type-document .document-action .dropdown-trigger {
  color: var(--vibrant-color-text, #2d953e);
  border-color: var(--vibrant-color, #2d953e);
  min-width: auto;
  margin: 0 0 1em 0;
  padding-top: .825em;
  padding-bottom: .825em;
  padding-left: 2em;
  padding-right: 2em;
}

.type-document .document-action > .button:before, .type-document .document-action > .button:after, .type-document .document-action .dropdown-trigger:before, .type-document .document-action .dropdown-trigger:after {
  background-color: var(--vibrant-color, #2d953e);
}

.type-document .document-action > .button .icon, .type-document .document-action .dropdown-trigger .icon {
  color: var(--vibrant-color, #2d953e);
}

.type-document .document-action > .button:hover, .type-document .document-action > .button:focus, .type-document .document-action .dropdown-trigger:hover, .type-document .document-action .dropdown-trigger:focus {
  color: var(--vibrant-color-text, white);
  border-color: var(--vibrant-color, #2d953e);
}

.type-document .document-action > .button:hover .icon, .type-document .document-action > .button:focus .icon, .type-document .document-action .dropdown-trigger:hover .icon, .type-document .document-action .dropdown-trigger:focus .icon {
  color: var(--vibrant-color-text, white);
}

@media (min-width: 480px) {
  .type-document .document-action > .button, .type-document .document-action .dropdown-trigger {
    float: left;
    margin: 0 2em 0 0;
  }
}

.type-document .document-action .dropdown-trigger {
  position: relative;
}

.type-document .document-action .dropdown-trigger .icon {
  transform-origin: center;
  transform: scale(0.75);
}

.type-document .document-action .date {
  display: inline;
}

.type-document .document-action .date:after {
  content: "\a";
  white-space: pre;
}

.type-document .document-action .date, .type-document .document-action .version {
  font-size: 0.85rem;
}

@media (max-width: 480px) {
  .type-document .document-action .date, .type-document .document-action .version {
    display: block;
  }
}

.type-document .language-dropdown {
  position: relative;
}

@media (min-width: 480px) {
  .type-document .language-dropdown {
    display: inline-block;
    float: left;
  }
}

.type-document .language-dropdown .dropdown-trigger {
  transition: none;
  color: var(--vibrant-color-text, #2d953e);
  margin-top: 0 !important;
}

.type-document .language-dropdown .dropdown-trigger:before, .type-document .language-dropdown .dropdown-trigger:after {
  display: none;
}

.type-document .language-dropdown .dropdown-trigger:hover, .type-document .language-dropdown .dropdown-trigger:focus {
  background-color: var(--vibrant-color, #2d953e);
}

.type-document .language-dropdown .dropdown-trigger .icon {
  transition: none !important;
}

.type-document .language-dropdown .dropdown-trigger.open {
  color: var(--vibrant-color, #2d953e);
}

.type-document .language-dropdown .dropdown-trigger.open .icon {
  transform: scale(-0.75);
  color: inherit;
}

.type-document .language-dropdown .dropdown-content {
  border-top-left-radius: 0;
  margin-top: -.75em;
}

.type-document .language-dropdown.open .dropdown-trigger {
  background-color: #eaf4eb;
  border-color: #eaf4eb;
}

.type-document .language-dropdown.open .dropdown-content {
  display: block;
}

.type-document .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 426.666666667px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #eaf4eb;
  padding: 20px;
  margin-top: 15px;
}

@media (min-width: 480px) {
  .type-document .dropdown-content {
    max-width: calc(100vw - 80px);
  }
}

@media (min-width: 1020px) {
  .type-document .dropdown-content {
    width: 640px;
  }
}

.type-document .dropdown-content > *:first-child:not(div) {
  margin-top: 0;
}

.type-document .dropdown-content > *:last-child:not(div) {
  margin-bottom: 0;
}

.type-document .language-list {
  padding: 0;
  list-style-type: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-height: 50vh;
  overflow: auto;
}

@media (min-width: 480px) {
  .type-document .language-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 1020px) {
  .type-document .language-list {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.type-document .language-item {
  background: none;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 40px;
  white-space: nowrap;
  line-height: 24px;
  margin-bottom: 5px;
  font-size: 0.85rem;
}

.type-document .language-item button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

.type-document .language-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ececed;
  background-color: white;
  background-position: center;
  width: 20px;
  height: 20px;
}

.type-document .language-item.active:before {
  background-color: transparent;
  border-color: #2d953e;
}

.type-document .language-download {
  color: #2d953e;
  border-color: #2d953e;
  min-width: 5em;
}

.type-document .language-download .icon {
  color: currentColor;
}

.type-document .language-download:before, .type-document .language-download:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.type-document .language-download:hover, .type-document .language-download:focus {
  color: white;
  border-color: #2d953e;
}

.type-document .language-download:hover .icon, .type-document .language-download:focus .icon {
  color: white;
}

.type-document .language-download .icon {
  margin-left: 0;
}

.type-document .document-details {
  font-size: 17px;
  margin-top: 1.5em;
  padding: 1.5em 0 0 0;
  max-width: 590px;
  display: flex;
  flex-flow: row wrap;
}

.type-document .document-details:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 800px;
  border-top: 1px solid #CFCFCF;
  display: block;
  margin-top: -1.5em;
}

.type-document .document-details dt, .type-document .document-details dd {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

.type-document .document-details dt {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0.0015em;
  text-transform: uppercase;
  width: 120px;
}

.type-document .document-details dd {
  width: calc(100% - 120px);
  font-weight: 300;
}

.type-document .document-details a {
  color: #2d953e;
}

.type-document .document-details a:hover {
  text-decoration: underline;
}

.type-document .title {
  background-position: right 0 top;
  position: relative;
  cursor: pointer;
  min-height: 40px;
}

.type-document .title:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(0);
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.type-document .title:hover:after {
  opacity: 1;
}

.type-document .open .title:after, .type-document .slide-trigger.open:after {
  transform: rotate(180deg);
}

.type-document > .language-dropdown, .type-document > .direct {
  position: absolute;
  top: 0;
  right: 60px;
}

.type-document .direct {
  width: 41px;
  height: 41px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  border: none;
}

.type-document .direct:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease;
}

.type-document .direct:hover:after, .type-document .direct.active:after {
  opacity: 1;
}

.type-document .direct.active {
  outline: none;
}

.type-document .document-file-link {
  width: 31px;
  margin-right: 5px;
}

.articles.has-events {
  grid-template-columns: 1fr;
}

@media (min-width: 1020px) {
  .articles.has-events {
    grid-row-gap: calc(6 * var(--space));
  }
}

.has-events .article > a {
  display: grid !important;
  grid-template-columns: [image] fit-content(23.2044198895%) [content] auto;
  min-height: auto;
  grid-gap: 0 calc(10px + 2 * var(--spacemax));
}

.has-events .article .image {
  grid-column: image;
  grid-row: 1 / span 4;
  margin: 0 !important;
  align-self: start;
  background-color: #eaf4eb !important;
  overflow: hidden;
}

.has-events .article .image img[src$='.svg'] {
  display: block;
  min-width: 100%;
  padding: 14.2857142857% 28.5714285714%;
  box-sizing: border-box;
}

.has-events .article .info:last-child {
  margin-bottom: 0;
}

.has-events .article .title + .info {
  margin-top: -.5rem;
}

.has-events .article .cat {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.has-events .article a > *:not(.image) {
  grid-column: content;
  align-self: start;
  margin: 0;
}

.has-events .article.is-past .image {
  background-color: #f5f5f5;
}

.has-events .article.is-past > *:before, .has-events .article.is-past > *:after {
  border-color: #64666E !important;
}

.page-template-archive .has-events .article > * {
  padding-bottom: 0 !important;
}

.article.type-external {
  position: relative;
  background-color: #fff;
  background-position: right 15px bottom 15px;
  background-repeat: no-repeat;
  padding: 20px;
  border-bottom: 2px solid #eaf4eb;
  min-height: 10em;
}

.article.type-external:hover .title {
  color: #2d953e;
}

.article.type-external .cat {
  letter-spacing: -0.01em;
}

.article.type-external .title {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1em;
  font-size: clamp(1.05em, calc(1.05em + 0.1vw), 1.1em);
  line-height: 1.3636363636;
  letter-spacing: -0.04em;
  margin-bottom: 1em;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .article.type-external .title {
    font-size: calc(1.05em + 0.1vw);
  }
}

.article.type-external .post-date {
  font-size: 0.8rem;
  letter-spacing: -0.01em;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.articles.has-icon-contents {
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  position: relative;
}

.articles.has-icon-contents:before {
  content: '';
  position: absolute;
  top: 0;
  border-top: 1px solid white;
  left: -999px;
  right: -999px;
}

.article.type-icon-content {
  text-align: center;
  padding: calc(5 * var(--space)) calc(4 * var(--space)) calc(8 * var(--space));
  background-color: #f5f5f5;
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.article.type-icon-content:before, .article.type-icon-content:after {
  content: none;
}

.article.type-icon-content:first-child {
  border-left: 1px solid white;
}

.article.type-icon-content .image {
  padding: calc(10px + 2 * var(--space));
}

.article.type-icon-content .image:before {
  content: none;
}

.article.type-icon-content .image img {
  margin: 0 auto;
  parent-fit: cover;
}

.article.type-icon-content .title {
  margin-top: 0;
  margin-bottom: 0;
}

.article.type-icon-content .title + * {
  margin-top: .5em;
}

.article.type-icon-content p:last-child {
  margin-bottom: 0;
}

.article.type-icon-content.with-text:not(:only-child) .image {
  display: grid;
  grid-template-columns: 100%;
}

.article.type-icon-content.with-text:not(:only-child) .image:before {
  content: '';
  position: relative;
  height: 0;
  padding-top: 50%;
  width: 100%;
}

.article.type-icon-content.with-text:not(:only-child) .image:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.article.type-icon-content.with-text:not(:only-child) .image:before, .article.type-icon-content.with-text:not(:only-child) .image img {
  grid-row: 1;
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
}

.articles.has-icons {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

@media (min-width: 1020px) {
  .articles.has-icons {
    grid-template-columns: repeat(4, 1fr);
  }
}

.articles.has-icons.has-3n {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.articles.has-icons.has-more {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

@media (min-width: 1020px) {
  .articles.has-icons.has-more {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 32px;
  }
}

@media (max-width: 479px), (min-width: 550px) and (max-width: 799px) {
  .articles.has-icons {
    grid-gap: 20px;
  }
}

.article.type-icon .image {
  background-color: #eaf4eb;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  min-height: calc(11 * var(--space));
}

.article.type-icon .image.has-grey-background-color {
  background-color: #ececed;
}

.article.type-icon .title {
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
  margin: .75rem 0 0 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .article.type-icon .title {
    font-size: calc(1.15em + 0.4vw);
  }
}

.has-more .article.type-icon .title {
  font-size: 1em;
}

@media (min-width: 1020px) {
  .article.type-icon + .type-comment, .article.type-icon + .type-comment ~ .article {
    margin-top: 32px;
  }
}

@media (min-width: 1020px) {
  .article.type-icon + .type-comment ~ .article + .article + .article ~ .article {
    margin-top: 0;
  }
}

.article.type-comment p {
  max-width: 20em;
}

.article.type-image-content {
  background-color: #565961;
  color: white;
  padding: calc(6 * var(--spacemax));
  grid-column: span 2;
}

.article.type-image-content a {
  color: white;
}

.article.type-image-content .title {
  margin: 0;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  font-size: clamp(1.1em, calc(1.1em + 0.3vw), 1.3em);
  line-height: 1.4615384615;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .article.type-image-content .title {
    font-size: calc(1.1em + 0.3vw);
  }
}

.with-large-headings .article.type-image-content .title {
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .with-large-headings .article.type-image-content .title {
    font-size: calc(1.25em + 0.5vw);
  }
}

.article.type-image-content:only-child {
  display: block;
  padding: calc(6 * var(--spacemax));
}

.article.type-image-content:only-child .image {
  margin: calc(-6 * var(--spacemax)) calc(-6 * var(--spacemax)) calc(6 * var(--spacemax));
}

@media (min-width: 640px) {
  .article.type-image-content:only-child {
    position: relative;
    padding-left: calc(50% + 20px);
  }
  .article.type-image-content:only-child .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(50% - 20px);
    margin: 0;
  }
  .article.type-image-content:only-child .image img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
    height: 100%;
    width: 100%;
  }
}

.article.type-image-content:only-child .button {
  margin-top: .5em;
}

.article.type-image-content:not(:only-child) {
  display: flex;
  flex-direction: column;
  background-repeat: repeat;
  padding-left: 7.8947368421%;
  padding-right: 7.8947368421%;
  padding-bottom: 7.8947368421%;
}

.article.type-image-content:not(:only-child) .image {
  margin: calc(-6 * var(--spacemax)) -9.5238095238% 7.8947368421%;
  padding: 10.5263157895% 18.4210526316%;
  display: grid;
  grid-template-columns: 100%;
}

.article.type-image-content:not(:only-child) .image:before {
  content: '';
  position: relative;
  height: 0;
  padding-top: 66.6666666667%;
  width: 100%;
}

.article.type-image-content:not(:only-child) .image:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.article.type-image-content:not(:only-child) .image:before, .article.type-image-content:not(:only-child) .image img {
  grid-row: 1;
  grid-column: 1 / -1;
  align-self: center;
  justify-self: center;
}

.article.type-image-content:not(:only-child) .title {
  margin-top: .75rem;
}

.article.type-image-content:not(:only-child) > .button {
  margin-top: auto;
  align-self: flex-start;
}

.article.type-image-content:not(:only-child).has-green-background-color.with-text {
  background-color: #eaf4eb;
  color: #444750;
}

.article.type-image-content:not(:only-child).has-green-background-color:not(.with-text) {
  background-color: transparent;
  color: #444750;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1020px) {
  .article.type-image-content:not(:only-child).has-green-background-color:not(.with-text) {
    grid-column: span 3;
  }
}

.article.type-image-content:not(:only-child).has-green-background-color:not(.with-text) .image {
  margin: 0;
}

.article.type-image-content:not(:only-child).has-green-background-color:not(.with-text) .title {
  margin-top: 3px;
  background-color: #eaf4eb;
  padding: calc(10px + 2 * var(--spacemax));
  flex: 1;
}

.article.type-image-content:not(:only-child) .image.is-full {
  padding: 0;
  display: block;
}

.with-small-headings .article.type-image-content .title {
  font-size: 1em;
}

article.type-link {
  background-color: #2d953e;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

article.type-link > * {
  position: relative;
  padding: 20px;
}

article.type-link > a {
  min-height: calc(18 * var(--spacemax));
  background: inherit;
  background-color: #45a154;
  transition: background-color .2s ease;
}

article.type-link > a:after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: 22px auto;
}

article.type-link > a:hover, article.type-link > a:focus, article.type-link > a:active {
  background-color: #2d953e;
}

article.type-link > a:hover .title, article.type-link > a:focus .title, article.type-link > a:active .title {
  color: white;
}

article.type-link .title {
  margin: 0;
  font-size: 1.65em;
  font-size: clamp(1.25em, calc(1.25em + 0.5vw), 1.65em);
  font-weight: bold;
  line-height: 1.303030303;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  article.type-link .title {
    font-size: calc(1.25em + 0.5vw);
  }
}

.articles.has-modules {
  grid-template-columns: 1fr;
  grid-gap: 0;
}

.modules-type-label {
  color: #ffffff;
  background-color: #444750;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 20px 50px 20px 20px;
  margin: 0;
}

.modules-type-label.module-type-tutorial {
  background-color: #2d953e;
}

.modules-type-label.module-type-module, .modules-type-label.module-type-intro, .modules-type-label.module-type-element, .modules-type-label.module-type-verification {
  background-color: #6dc9ef;
}

.modules-type-label + .type-module {
  border-top: none;
}

.article.type-module {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-top: 1px solid #eaf4eb;
}

.article.type-module:last-child {
  border-bottom: 1px solid #eaf4eb;
}

.article.type-module > a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 20px 50px 20px 20px;
  transition: background .3s ease;
  outline: none;
  position: relative;
}

.article.type-module > a:before, .article.type-module > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(10px + 2 * var(--spacemax));
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0);
  background-position: center;
  background-size: cover;
  background-color: white;
  pointer-events: none;
  transition: all .2s ease;
  backface-visibility: hidden;
}

@media (min-width: 640px) {
  .article.type-module > a {
    padding-right: 120px;
  }
}

.article.type-module > a:before {
  visibility: hidden;
}

.article.type-module > a:after {
  opacity: 0;
}

.article.type-module a > * {
  margin: 0;
}

@media (min-width: 640px) {
  .article.type-module a > * + * {
    margin-left: 1.25em;
  }
}

.article.type-module .title {
  color: currentColor !important;
  margin-right: auto;
  padding-right: .5em;
}

@media (max-width: 639px) {
  .article.type-module .title {
    width: 100%;
  }
}

.article.type-module .module-number, .article.type-module .module-duration {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: .01em;
  transition: color .2s ease;
}

.article.type-module:not([class*=-type-]) {
  background-position: right center;
}

.article.type-module:not([class*=-type-]) .module-number {
  color: #2d953e;
}

.article.type-module:not([class*=-type-]) > a:after {
  right: 0;
}

.article.type-module .module-duration {
  margin-left: 0;
}

@media (max-width: 639px) {
  .article.type-module .module-duration {
    width: 100%;
  }
}

.article.type-module .module-duration b {
  font-weight: bold;
}

.article.type-module.is-complete > a:before {
  background-size: 20px auto;
  visibility: visible;
}

.article.type-module > a:hover:after, .article.type-module > a:focus:after, .article.type-module > a:active:after {
  opacity: 1;
}

.article.type-module.module-type-tutorial .module-number {
  color: #2d953e;
}

.article.type-module.module-type-tutorial.is-complete > a {
  background-color: #eaf4eb !important;
}

.article.type-module.module-type-element .module-number, .article.type-module.module-type-module .module-number, .article.type-module.module-type-intro .module-number, .article.type-module.module-type-verification .module-number {
  color: #6dc9ef;
}

.article.type-module.module-type-element.is-complete > a, .article.type-module.module-type-module.is-complete > a, .article.type-module.module-type-intro.is-complete > a, .article.type-module.module-type-verification.is-complete > a {
  background-color: #E5F5FC !important;
}

.articles.has-pages {
  grid-gap: calc(var(--spacer) * 1.5) var(--spacer);
}

@media (min-width: 760px) {
  .articles.has-pages.has-3n {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 799px) {
  .articles.has-pages.has-4n {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) and (max-width: 1019px) {
  .articles.has-pages.has-4n {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1020px) {
  .articles.has-pages {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  }
  .articles.has-pages.has-4n {
    grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  }
}

.row:only-child .content:only-child > .articles.has-pages:only-child {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
}

.article.type-page:hover .title {
  color: var(--vibrant-color);
}

.article.type-page:hover .read-more .icon {
  transform: translateX(0.25rem);
}

.article.type-page:hover .read-external .icon path:first-child {
  color: #444750;
}

.article.type-page .image img[src$='.svg'] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18.1818181818% 18.1818181818%;
  box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-members-area .article.type-page .image {
  background-color: #F5F5F5;
}

.has-green-background-color .article.type-page .image {
  background-color: #ffffff;
}

.article.type-page .title {
  font-size: 1.2em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.2em);
  line-height: 1.3333333333;
  letter-spacing: -.01em;
  margin-bottom: 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .article.type-page .title {
    font-size: calc(1.1em + 0.2vw);
  }
}

.article.type-page .entry {
  grid-column: span 2;
}

.article.type-page .entry > *:first-child:not(div) {
  margin-top: 0;
}

.article.type-page .entry > *:last-child:not(div) {
  margin-bottom: 0;
}

.article.type-page p {
  font-size: 0.9em;
  line-height: 1.5555555556;
  font-weight: 300;
  letter-spacing: -0.015em;
  margin: .75rem 0;
}

.has-4n .article.type-page .image img[src$='.svg'] {
  padding: 17.4545454545% 12%;
}

.article.type-page.is-past .image {
  background-color: #f5f5f5;
}

.article.type-page.with-text {
  padding-bottom: 0;
}

.article.type-page.with-text > .title {
  padding-bottom: .25em;
  border-bottom: 2px solid #eaf4eb;
  margin-bottom: 1em;
  min-height: 1.9696969697em;
}

.article.type-page.with-text li {
  background: none;
  position: relative;
  padding-left: 1.5em;
}

.article.type-page.with-text li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: currentColor;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
}

.article.type-profile {
  position: relative;
}

.article.type-profile .title {
  font-size: 1.2em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.2em);
  letter-spacing: -.015em;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .article.type-profile .title {
    font-size: calc(1.1em + 0.2vw);
  }
}

.article.type-profile .title + .position {
  margin-top: -.5em;
}

.article.type-profile .position {
  line-height: 1.2;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -.015em;
  color: #444750;
}

.article.type-profile .details {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.3333333333;
}

@media (max-width: 640px), (min-width: 1320px) {
  .article.type-profile {
    max-width: 275px;
  }
}

.articles.has-tabs {
  grid-gap: 3px;
}

.type-tab {
  grid-column: 1 / -1;
  background-color: #eaf4eb;
  display: grid;
  grid-template-columns: calc(9 * var(--spacemax)) minmax(auto, 900px);
  grid-gap: 20px;
  align-content: center;
  padding: calc(10px + 2 * var(--spacemax)) var(--gutter);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  background-position: right var(--gutter) top calc(5 * var(--spacemax));
}

@media (min-width: 640px) {
  .type-tab {
    grid-gap: 0 calc(4 * var(--spacemax));
  }
}

.type-tab .content {
  display: none;
  grid-column: 1 / -1;
}

@media (min-width: 640px) {
  .type-tab .content {
    grid-column: 2;
  }
}

.type-tab .title {
  padding-right: 40px;
  align-self: center;
  margin: 0;
}

.type-tab ol[start="1"] {
  counter-reset: item 1;
}

.type-tab ol[start="2"] {
  counter-reset: item 2;
}

.type-tab ol[start="3"] {
  counter-reset: item 3;
}

.type-tab ol[start="4"] {
  counter-reset: item 4;
}

.type-tab ol[start="5"] {
  counter-reset: item 5;
}

.type-tab ol[start="6"] {
  counter-reset: item 6;
}

.type-tab ol[start="7"] {
  counter-reset: item 7;
}

.type-tab ol[start="8"] {
  counter-reset: item 8;
}

.type-tab ol[start="9"] {
  counter-reset: item 9;
}

.type-tab ol[start="10"] {
  counter-reset: item 10;
}

.type-tab ol {
  margin: 0 0 1.5em;
  padding: 0;
}

.type-tab ol > li {
  counter-increment: item;
  list-style-type: none;
  text-indent: -.25em;
}

.type-tab ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  padding-right: .5rem;
  text-align: right;
  width: 1.5rem;
}

.type-tab ol > li + li {
  margin-top: .5em;
}

.type-tab:after {
  content: '';
  position: absolute;
  top: calc(5 * var(--spacemax));
  right: var(--gutter);
  transform: rotate(0);
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: all .2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.type-tab:hover:after {
  opacity: 1;
}

.type-tab.open:after {
  transform: rotate(180deg);
}

@media (max-width: 639px) {
  .type-tab {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.articles.has-terms {
  display: block;
}

@media (min-width: 640px) {
  .article.type-term {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 var(--spacer);
  }
}

.article.type-term + * {
  margin-top: 2rem;
}

.article.type-term > figure {
  margin-bottom: 1rem;
}

.article.type-term .entry {
  display: contents;
}

.article.type-term h2, .article.type-term p {
  margin: 0;
}

.article.type-term h2:not(:last-child), .article.type-term p:not(:last-child) {
  margin-bottom: .25em;
}

.article.type-term h2 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: -0.4px;
}

.article.type-term h2:first-child {
  margin-top: -.2em;
}

.article.type-term p {
  font-size: 0.9em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.3px;
  line-height: 1.5555555556;
}

.article.type-term .term-children {
  grid-column: 2 / -1;
  grid-row: 1 / span 6;
  padding: 0;
  list-style-type: none;
  margin: 1rem 0 0 0;
}

@media (min-width: 640px) {
  .article.type-term .term-children {
    margin: 0;
  }
}

.article.type-term .term-child {
  background-color: #F5F5F5;
}

.has-grey-background-color .article.type-term .term-child {
  background-color: white;
}

.article.type-term .term-child .image {
  margin-right: .75rem;
}

.article.type-term .term-child div {
  display: contents;
}

.article.type-term .term-child .read-more {
  display: flex;
  flex-flow: row nowrap;
  padding: .4rem .5rem;
  align-items: center;
  letter-spacing: -.03em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.article.type-term .term-child .read-more:before {
  border-top-width: 2px;
  transform-origin: left center;
}

.article.type-term .term-child .icon {
  margin-left: auto;
  transform: translateX(0) !important;
}

.article.type-term .term-child + .term-child {
  margin-top: .5rem;
}

.articles.has-trained {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 1rem;
}

.article.type-trained {
  padding-bottom: 1rem;
  border-bottom: 2px solid #CFCFCF;
  position: relative;
}

.article.type-trained .trained-name a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cg fill='%232D953E' clip-path='url(%23a)'%3E%3Cpath d='M13 26a13 13 0 1 1 0-26 13 13 0 0 1 0 26Zm0-24.284a11.284 11.284 0 1 0 0 22.568 11.284 11.284 0 0 0 0-22.568Z'/%3E%3Cpath d='m19.195 11.382-3.809 3.8a2.76 2.76 0 0 1-1.95.82 2.6 2.6 0 0 1-1.085-.209 2.485 2.485 0 0 1-.488-.253c-.078-.046-.149-.11-.22-.162a1.947 1.947 0 0 1-.209-.195l-.325-.312 1.3-1.3.312.312a1 1 0 0 0 1.053.214.916.916 0 0 0 .318-.214l.546-.546 3.25-3.25a.988.988 0 0 0 0-1.372l-.61-.6a.975.975 0 0 0-1.372 0l-.845.845a4.9 4.9 0 0 0-1.807-.76l1.372-1.365a2.782 2.782 0 0 1 3.932 0l.611.6a2.8 2.8 0 0 1 .026 3.947Z'/%3E%3Cpath d='m14.95 11.05-1.3 1.3-.091.1-.32-.323a.988.988 0 0 0-1.338 0l-.481.481-3.35 3.355a.975.975 0 0 0 0 1.371l.61.6a.961.961 0 0 0 1.366 0l.767-.76c.55.367 1.165.623 1.814.753l-1.3 1.3a2.8 2.8 0 0 1-3.9 0l-.611-.61a2.782 2.782 0 0 1 0-3.933l3.354-3.342.449-.462a.287.287 0 0 1 .07-.058v-.032l.112-.1a2.73 2.73 0 0 1 1.853-.715 2.77 2.77 0 0 1 1.95.813l.346.261Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h26v26H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem;
}

.article.type-trained .trained-name a[href*=linkedin]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cpath fill='%232D953E' d='M13 26a13 13 0 1 1 13-13 12.974 12.974 0 0 1-13 13Zm0-24.3A11.3 11.3 0 1 0 24.3 13 11.265 11.265 0 0 0 13 1.7Z'/%3E%3Cpath fill='%232D953E' d='M7.155 17.917h2.79V9.873h-2.79v8.044ZM9.7 6.38C9.422 6.116 9.055 6 8.564 6c-.46 0-.827.116-1.135.381-.277.265-.429.616-.429.997s.152.736.43.998c.276.262.643.38 1.103.38h.031c.491 0 .858-.145 1.135-.41s.429-.587.429-.997c0-.352-.152-.706-.43-.968Zm9.446 4.227c-.581-.616-1.35-.91-2.332-.91-.367 0-.675.03-.983.115-.276.09-.553.206-.736.352-.215.146-.367.294-.492.41a2.275 2.275 0 0 0-.336.441h.031V9.843h-2.789v2.79c0 1.351 0 3.084-.03 5.254h2.788v-4.463c0-.264.031-.5.094-.646.121-.264.308-.5.553-.705.246-.176.554-.265.89-.265.49 0 .858.146 1.072.47.215.322.336.762.336 1.322v4.287H20v-4.579c.003-1.202-.274-2.083-.855-2.7Z'/%3E%3C/svg%3E");
}

.article.type-trained .trained-name {
  margin: 0;
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.article.type-trained .trained-job {
  font-size: 0.9em;
  line-height: 1.5555555556;
  font-weight: 300;
  letter-spacing: -0.0166666667em;
  display: block;
  margin-top: .25rem;
}

.type-vacancy {
  --gutter: 0;
}

main > .type-vacancy {
  margin-bottom: calc(12 * var(--space));
}

main > .type-vacancy .vacancy-details {
  max-width: 775px;
  box-sizing: border-box;
  margin-left: var(--gutter);
  margin-right: var(--gutter);
}

@media (min-width: 1210px) {
  main > .type-vacancy .vacancy-details {
    margin-left: calc((100% - 1090px) / 2) !important;
    margin-right: calc((100% - 1090px) / 2) !important;
  }
}

.type-vacancy .title {
  font-size: 1.25em;
  font-size: clamp(1.1em, calc(1.1em + 0.2vw), 1.25em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .type-vacancy .title {
    font-size: calc(1.1em + 0.2vw);
  }
}

.type-vacancy .vacancy-details {
  margin-top: 2em;
}

.type-vacancy .vacancy-details h3 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: .5em;
}

.type-vacancy .vacancy-details h3 + * {
  margin-top: .5em;
}

.post-type-archive-vacancy .main-article {
  margin-bottom: calc(12 * var(--space));
}

@media (min-width: 640px) {
  .post-type-archive-vacancy .main-article > .main-entry {
    grid-template-columns: minmax(auto, 87.1559633028%) minmax(auto, 1fr);
  }
}

.articles.has-videos:not(.is-video-slider) {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.article.type-video > *:first-child:not(div) {
  margin-top: 0;
}

.article.type-video > *:last-child:not(div) {
  margin-bottom: 0;
}

.articles.has-videos.is-video-slider {
  display: block;
}

.articles.has-videos.is-video-slider .type-video {
  width: 100%;
}

.articles.has-videos.is-video-slider .type-video img {
  width: 100%;
}

.articles.has-videos.is-video-slider .type-video .title {
  display: none;
}

.video-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.85rem;
  line-height: 1.25;
  margin-top: 10px !important;
}

.video-nav .nav-item {
  border-bottom: 3px solid white;
  cursor: pointer;
}

.video-nav .nav-item:hover, .video-nav .nav-item.active {
  border-bottom-color: #fcb53b;
}

.video-nav .nav-item + .nav-item {
  position: relative;
  margin-left: 20px;
}

.video-nav .nav-item + .nav-item:before {
  content: '';
  position: absolute;
  top: 0.25em;
  bottom: 0.25em;
  left: -10px;
  border-left: 1px solid currentColor;
}

/*
    ##################################
    #                                #
    #              PAGES              #
    #                                #
    ################################## */

.page-not-found {
  background-color: #eaf4eb;
  box-sizing: border-box;
}

.page-not-found .section-not-found {
  position: relative;
  padding-bottom: calc(28 * var(--space)) !important;
}

.page-not-found .section-not-found:first-child .row {
  padding-top: calc(10 * var(--space));
}

.page-not-found .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
}

@media (min-width: 1220px) {
  .page-not-found .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.page-not-found .content {
  position: relative;
  z-index: 10;
}

.page-not-found p {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.9em;
  font-size: clamp(1.65em, calc(1.65em + 1.5vw), 2.9em);
  font-weight: bold;
  line-height: 1.1724137931;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .page-not-found p {
    font-size: calc(1.65em + 1.5vw);
  }
}

.page-not-found .button {
  color: #2d953e;
  border-color: #2d953e;
  background-color: #eaf4eb;
}

.page-not-found .button .icon {
  color: currentColor;
}

.page-not-found .button:before, .page-not-found .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

.page-not-found .button:hover, .page-not-found .button:focus {
  color: white;
  border-color: #2d953e;
}

.page-not-found .button:hover .icon, .page-not-found .button:focus .icon {
  color: white;
}

.page-not-found .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.page-not-found .image svg {
  max-width: 100%;
  height: auto;
}

.page-not-found .image img, .page-not-found .image svg {
  display: block;
  min-width: 60%;
  margin-left: calc(18 * var(--space));
  margin-bottom: calc(12 * var(--space));
}

@media (max-width: 639px) {
  .page-not-found .image img {
    margin-left: calc(6 * var(--space));
  }
}

.main-article.type-advisor header {
  margin-bottom: 1.5rem !important;
}

.main-article.type-advisor header .content {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #CFCFCF;
  width: 65.1933701657% !important;
}

.main-article.type-advisor header .aside {
  border-bottom: 2px solid #CFCFCF;
}

.main-article.type-advisor header .image {
  margin: 0;
  padding: 12.7272727273%;
}

.main-article.type-advisor .cat {
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 500;
}

.main-article.type-advisor h1 {
  letter-spacing: -0.0315789474em;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.main-article.type-advisor h2 .is-underlined-caps {
  font-size: 0.9rem;
}

.main-article.type-advisor .info {
  margin-top: .25rem;
}

.main-article.type-advisor .location {
  font-size: 0.9em;
  line-height: 1.5555555556;
  font-weight: 300;
  letter-spacing: -0.0166666667em;
}

.main-article.type-advisor .advisor-website {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.9em;
  line-height: 1.4444444444;
  font-weight: bold;
  letter-spacing: -0.0111111111em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cg fill='%232D953E' clip-path='url(%23a)'%3E%3Cpath d='M13 26a13 13 0 1 1 0-26 13 13 0 0 1 0 26Zm0-24.284a11.284 11.284 0 1 0 0 22.568 11.284 11.284 0 0 0 0-22.568Z'/%3E%3Cpath d='m19.195 11.382-3.809 3.8a2.76 2.76 0 0 1-1.95.82 2.6 2.6 0 0 1-1.085-.209 2.485 2.485 0 0 1-.488-.253c-.078-.046-.149-.11-.22-.162a1.947 1.947 0 0 1-.209-.195l-.325-.312 1.3-1.3.312.312a1 1 0 0 0 1.053.214.916.916 0 0 0 .318-.214l.546-.546 3.25-3.25a.988.988 0 0 0 0-1.372l-.61-.6a.975.975 0 0 0-1.372 0l-.845.845a4.9 4.9 0 0 0-1.807-.76l1.372-1.365a2.782 2.782 0 0 1 3.932 0l.611.6a2.8 2.8 0 0 1 .026 3.947Z'/%3E%3Cpath d='m14.95 11.05-1.3 1.3-.091.1-.32-.323a.988.988 0 0 0-1.338 0l-.481.481-3.35 3.355a.975.975 0 0 0 0 1.371l.61.6a.961.961 0 0 0 1.366 0l.767-.76c.55.367 1.165.623 1.814.753l-1.3 1.3a2.8 2.8 0 0 1-3.9 0l-.611-.61a2.782 2.782 0 0 1 0-3.933l3.354-3.342.449-.462a.287.287 0 0 1 .07-.058v-.032l.112-.1a2.73 2.73 0 0 1 1.853-.715 2.77 2.77 0 0 1 1.95.813l.346.261Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h26v26H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  padding-left: 2rem;
  background-repeat: no-repeat;
  background-position: left center;
}

@media (min-width: 640px) {
  .main-article.type-advisor .main-entry {
    display: grid;
    grid-template-columns: minmax(auto, 65.1933701657%) minmax(auto, 1fr);
    grid-column-gap: calc(4 * var(--spacemax));
    grid-auto-flow: row dense;
    align-items: start;
  }
}

.main-article.type-advisor .main-entry > p, .main-article.type-advisor .main-entry > ul {
  font-size: 0.9em;
  line-height: 1.5555555556;
  font-weight: 300;
  letter-spacing: -0.0166666667em;
}

.main-article.type-advisor .main-entry .wp-block-heading {
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin-bottom: .875em;
}

.main-article.type-advisor .post-footer {
  display: block;
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  .main-article.type-advisor .post-footer {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.advisor-trained h2 {
  margin-bottom: 1.5rem;
}

.advisor-trained .aside {
  margin-top: 1rem;
  text-align: right;
}

.advisor-trained .more-articles {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.advisor-trained .more-articles .icon {
  transition: transform .2s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: .25rem;
}

.advisor-trained .more-articles .icon > * {
  transition: all 2s ease;
}

.advisor-trained .more-articles .icon circle {
  fill: rgba(252, 181, 59, 0);
}

.advisor-trained .more-articles.open .icon {
  transform: rotate(45deg);
}

.advisor-trained .more-articles:hover .icon circle {
  fill: #fcb53b;
}

.advisor-trained .more-articles:hover .icon path {
  stroke: #444750;
}

.advisor-contact .contact-list {
  list-style-type: none;
  padding: 0;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.9em;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: -0.0111111111em;
}

.advisor-contact .contact-list li + li {
  margin-top: .5rem;
}

.advisor-contact .contact-list a {
  display: block;
}

.advisor-contact .contact-list a:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
  height: 26px;
}

.advisor-contact .contact-list a[href]:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cg fill='%232D953E' clip-path='url(%23a)'%3E%3Cpath d='M13 26a13 13 0 1 1 0-26 13 13 0 0 1 0 26Zm0-24.284a11.284 11.284 0 1 0 0 22.568 11.284 11.284 0 0 0 0-22.568Z'/%3E%3Cpath d='m19.195 11.382-3.809 3.8a2.76 2.76 0 0 1-1.95.82 2.6 2.6 0 0 1-1.085-.209 2.485 2.485 0 0 1-.488-.253c-.078-.046-.149-.11-.22-.162a1.947 1.947 0 0 1-.209-.195l-.325-.312 1.3-1.3.312.312a1 1 0 0 0 1.053.214.916.916 0 0 0 .318-.214l.546-.546 3.25-3.25a.988.988 0 0 0 0-1.372l-.61-.6a.975.975 0 0 0-1.372 0l-.845.845a4.9 4.9 0 0 0-1.807-.76l1.372-1.365a2.782 2.782 0 0 1 3.932 0l.611.6a2.8 2.8 0 0 1 .026 3.947Z'/%3E%3Cpath d='m14.95 11.05-1.3 1.3-.091.1-.32-.323a.988.988 0 0 0-1.338 0l-.481.481-3.35 3.355a.975.975 0 0 0 0 1.371l.61.6a.961.961 0 0 0 1.366 0l.767-.76c.55.367 1.165.623 1.814.753l-1.3 1.3a2.8 2.8 0 0 1-3.9 0l-.611-.61a2.782 2.782 0 0 1 0-3.933l3.354-3.342.449-.462a.287.287 0 0 1 .07-.058v-.032l.112-.1a2.73 2.73 0 0 1 1.853-.715 2.77 2.77 0 0 1 1.95.813l.346.261Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h26v26H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.advisor-contact .contact-list a[href*=mailto]:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cpath fill='%232D953E' d='M13 26a13 13 0 1 1 13-13 12.974 12.974 0 0 1-13 13Zm0-24.3A11.3 11.3 0 1 0 24.3 13 11.265 11.265 0 0 0 13 1.7Z'/%3E%3Cpath fill='%232D953E' d='M19.3 18.7H6.8a1.9 1.9 0 0 1-1.9-1.9V9.2a1.9 1.9 0 0 1 1.9-1.9h12.5a1.9 1.9 0 0 1 1.9 1.9v7.7a1.95 1.95 0 0 1-1.9 1.8ZM6.8 9c-.1 0-.1.1-.1.2v7.7a.1.1 0 0 0 .1.1h12.5a.1.1 0 0 0 .1-.1V9.2a.1.1 0 0 0-.1-.1H6.8V9Z'/%3E%3Cpath fill='%232D953E' d='M13 14.7a.9.9 0 0 1-.5-.1l-7-4.6 1-1.5 6.5 4.3 6.5-4.3 1 1.5-7 4.6a.749.749 0 0 1-.5.1Z'/%3E%3C/svg%3E");
}

.advisor-contact .contact-list a[href*=linkedin]:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none'%3E%3Cpath fill='%232D953E' d='M13 26a13 13 0 1 1 13-13 12.974 12.974 0 0 1-13 13Zm0-24.3A11.3 11.3 0 1 0 24.3 13 11.265 11.265 0 0 0 13 1.7Z'/%3E%3Cpath fill='%232D953E' d='M7.155 17.917h2.79V9.873h-2.79v8.044ZM9.7 6.38C9.422 6.116 9.055 6 8.564 6c-.46 0-.827.116-1.135.381-.277.265-.429.616-.429.997s.152.736.43.998c.276.262.643.38 1.103.38h.031c.491 0 .858-.145 1.135-.41s.429-.587.429-.997c0-.352-.152-.706-.43-.968Zm9.446 4.227c-.581-.616-1.35-.91-2.332-.91-.367 0-.675.03-.983.115-.276.09-.553.206-.736.352-.215.146-.367.294-.492.41a2.275 2.275 0 0 0-.336.441h.031V9.843h-2.789v2.79c0 1.351 0 3.084-.03 5.254h2.788v-4.463c0-.264.031-.5.094-.646.121-.264.308-.5.553-.705.246-.176.554-.265.89-.265.49 0 .858.146 1.072.47.215.322.336.762.336 1.322v4.287H20v-4.579c.003-1.202-.274-2.083-.855-2.7Z'/%3E%3C/svg%3E");
}

.advisor-details {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #444750 !important;
}

.advisor-details h4 {
  margin-top: 0;
  font-size: 0.9em;
}

.advisor-details .expertise-list {
  list-style-type: none;
  padding: 0;
  margin: .75rem 0;
}

.advisor-details .expertise-list li + li {
  margin-top: 0.4rem;
}

.advisor-details .expertise-list a {
  display: inline-block;
  vertical-align: top;
  border-radius: 15px;
  background: #F5F5F5;
  padding: .25rem .75rem;
  font-size: 0.8rem;
  line-height: 1.5625;
  font-weight: 300;
  letter-spacing: -0.0125em;
}

.advisor-details .expertise-list a:hover {
  color: #fcb53b;
}

.main-article.type-advisor .post-footer .box-banner.has-grey-background-color {
  margin-top: calc(8 * var(--space));
  margin-bottom: calc(12 * var(--space));
}

.advisor-navigation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  text-align: right;
  margin-top: 1.5rem !important;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1220px) {
  .advisor-navigation {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.advisor-navigation .back-link:hover .icon {
  transform: translateX(-0.25rem) scaleX(-1);
}

.advisor-navigation .back-link .icon {
  display: inline-block;
  transition: all .2s ease;
  color: var(--vibrant-color);
  transform: scaleX(-1);
}

.advisor-navigation ~ .advisor-navigation {
  position: static;
  text-align: left;
}

.post-type-archive-document .wp-block-sai-header, .page-template-archive .wp-block-sai-header {
  margin-bottom: 0 !important;
}

.post-type-archive-document .wp-block-sai-header .aside, .page-template-archive .wp-block-sai-header .aside {
  justify-content: flex-start;
}

.post-type-archive-document .main-entry, .page-template-archive .main-entry {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 1220px !important;
  grid-gap: 0 !important;
}

@media (min-width: 1220px) {
  .post-type-archive-document .main-entry, .page-template-archive .main-entry {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.post-type-archive-document .main-entry .aside, .page-template-archive .main-entry .aside {
  min-width: 190px;
  width: 22.5409836066%;
  font-size: 0.85rem;
}

@media (max-width: 639px) {
  .post-type-archive-document .main-entry .aside, .page-template-archive .main-entry .aside {
    width: 100%;
  }
  .post-type-archive-document .main-entry .aside + *, .page-template-archive .main-entry .aside + * {
    margin-top: calc(4 * var(--space));
  }
}

@media (min-width: 640px) {
  .post-type-archive-document .main-entry .aside, .page-template-archive .main-entry .aside {
    max-width: 244px;
    margin-right: calc(4 * var(--spacemax));
  }
}

.post-type-archive-document .main-entry > .content, .post-type-archive-document .main-entry > .entry-content, .page-template-archive .main-entry > .content, .page-template-archive .main-entry > .entry-content {
  flex: 1;
  max-width: 905px;
}

.post-type-archive-document .main-entry .aside .cat, .page-template-archive .main-entry .aside .cat {
  padding: 0.5882352941em 0 1.5882352941em;
  font-size: 1em;
}

.post-type-archive-document .main-entry .no-results, .page-template-archive .main-entry .no-results {
  margin-top: 0;
}

.post-type-archive-document .main-entry .no-results .entry-content, .page-template-archive .main-entry .no-results .entry-content {
  border-top: 1px solid #eaf4eb;
  padding: 1em 0 0;
}

.post-type-archive-document .main-entry > .aside > *:not(.cat) + * {
  margin-top: calc(6 * var(--spacemax));
}

.page-template-archive .main-entry .aside + .content .articles.has-events:first-child {
  margin-top: 2.75em;
}

.document-form {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.01em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.document-form > * {
  border-bottom: 1px solid #eaf4eb;
  position: relative;
}

.document-form > *:first-child {
  border-top: 1px solid #eaf4eb;
}

.document-form .filter-label {
  display: block;
  padding: .625em 0;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}

.document-form .filter-label.slide-trigger {
  background-position: right 0 center;
  position: relative;
  cursor: pointer;
}

.document-form .filter-label.slide-trigger:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  transition: all .2s ease;
  opacity: 0;
  transform-origin: center;
}

.document-form .filter-label.slide-trigger:hover:after {
  opacity: 1;
}

.document-form .filter-label.slide-trigger.open:after {
  transform: rotate(-45deg);
}

.document-form .sub-filters {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.document-form .sub-filters.open {
  display: block;
  color: #2d953e;
}

.document-form .sub-filters li.active {
  color: #444750;
}

.document-form .sub-filters li:last-child {
  padding-bottom: .75em;
}

.document-form .sub-filters li:hover {
  text-decoration: underline;
}

.document-form .document-search {
  position: relative;
}

.document-form .document-search [type=search] {
  background: transparent;
  border: none;
  line-height: inherit;
  outline: none;
  padding: .75em 30px .75em 0;
  margin: 0;
  font-size: inherit;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  border-radius: 0;
}

.document-form .document-search [type=search]::-moz-placeholder {
  color: rgba(68, 71, 80, 0.25);
}

.document-form .document-search [type=search]::placeholder {
  color: rgba(68, 71, 80, 0.25);
}

.document-form .document-search [type=search]:hover + .submit .icon, .document-form .document-search [type=search]:focus + .submit .icon {
  color: #2d953e;
}

.document-form .document-search .submit {
  all: unset;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  width: 30px;
  overflow: hidden;
}

.document-form .document-search .submit .icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(20/18);
  transform-origin: center;
  transition: color .2s ease;
  color: #ececed;
}

.document-form .document-search .submit:hover .icon, .document-form .document-search .submit:focus .icon {
  color: #2d953e;
}

.document-form.active .submit .icon {
  color: #444750;
}

.document-form .filter-formal {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.document-form .filter-formal > * {
  display: inline-flex;
}

.document-form .filter-formal .icon {
  display: inline-flex;
  color: #2d953e;
}

.document-form .formal-title {
  max-width: calc(100% - 60px);
  line-height: 1.25;
}

@media (min-width: 640px) {
  .document-form .formal-title {
    flex: 0;
  }
}

.document-form .formal-info {
  margin-left: .5em;
}

.document-form .formal-info p {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #eaf4eb;
  padding: 1em;
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.01em;
  border-radius: 1em;
  line-height: 1.5882352941;
}

.document-form .formal-info p:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #eaf4eb;
  border-width: 0 0.5em 0.6em 0.5em;
  position: absolute;
  bottom: 100%;
  left: 6.25em;
}

.document-form .formal-info:hover .icon circle {
  fill: #2d953e;
}

.document-form .formal-info:hover .icon path {
  fill: white;
}

.document-form .formal-info:hover p {
  display: block;
}

.document-form [type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ececed;
  background-position: center;
  width: 20px;
  height: 20px;
  box-sizing: content-box;
  display: inline-flex;
  margin-left: auto;
  outline: none;
  cursor: pointer;
}

.document-form [type=checkbox]:checked {
  border-color: #2d953e;
  background-color: #eaf4eb;
}

.document-form .document-action {
  padding: 1em 0;
  text-align: center;
  border-bottom: none;
}

.document-form .document-action .button {
  opacity: 0;
  transition: opacity .3s, color .2s, background .2s;
  visibility: hidden;
  color: #2d953e;
  border-color: #2d953e;
}

.document-form .document-action .button:hover {
  background-color: #2d953e;
  color: white;
}

.document-form.active .document-action .button {
  opacity: 1;
  visibility: visible;
}

.panel-filters .document-form > * {
  border-color: #c4e1c8;
}

.panel-filters .document-form .submit .icon {
  color: #C2C3C6;
}

.document-form .filter-company-name .sub-filters.open {
  display: flex;
  flex-flow: row wrap;
  max-width: 9em;
  text-transform: uppercase;
}

.document-form .filter-company-name .sub-filters li {
  min-width: 1.5em;
}

.document-form .filter-company-name .sub-filters li:not(:nth-last-child(-n+5)) {
  margin-bottom: .75em;
}

.page-template-with-sidebar .main-entry {
  margin-bottom: 0;
}

.page-template-with-sidebar .main-article {
  overflow: hidden;
}

@media (min-width: 640px) {
  .page-template-with-sidebar .main-entry, .single-event .main-entry {
    display: grid;
    grid-template-columns: minmax(auto, 67.4311926606%) minmax(auto, 1fr);
    grid-column-gap: 40px;
    grid-auto-flow: row dense;
    align-items: start;
  }
}

.page-template-with-sidebar .main-entry {
  grid-template-columns: minmax(auto, 61.4678899083%) minmax(min-content, 32.5688073394%);
  justify-content: space-between;
}

[id=main] > article.type-event {
  overflow: visible;
}

[id=main] > article.type-event header .button {
  color: #2d953e;
  border-color: #2d953e;
}

[id=main] > article.type-event header .button .icon {
  color: currentColor;
}

[id=main] > article.type-event header .button:before, [id=main] > article.type-event header .button:after {
  background-color: #2d953e;
  border-color: #2d953e;
}

[id=main] > article.type-event header .button:hover, [id=main] > article.type-event header .button:focus {
  color: white;
  border-color: #2d953e;
}

[id=main] > article.type-event header .button:hover .icon, [id=main] > article.type-event header .button:focus .icon {
  color: white;
}

@media (min-width: 640px) {
  [id=main] > article.type-event > .main-entry > aside, [id=main] > article.type-event > .main-entry > .intro:first-child, [id=main] > article.type-event > .main-entry > figure:first-child {
    margin-top: calc(12 * var(--space));
  }
}

@media (min-width: 640px) {
  [id=main] > article.type-event > .main-entry > *:last-child:not(aside) {
    margin-bottom: calc(12 * var(--space));
  }
}

.accordion-wrapper {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

@media (min-width: 1220px) {
  .accordion-wrapper {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.accordion-wrapper .accordion-nav {
  align-self: flex-start;
}

.accordion-wrapper .accordion-nav > *:first-child:not(div) {
  margin-top: 0;
}

.accordion-wrapper .accordion-nav > *:last-child:not(div) {
  margin-bottom: 0;
}

@media (max-width: 759px) {
  .accordion-wrapper .accordion-nav {
    width: 100%;
  }
  .accordion-wrapper .accordion-nav + * {
    margin-top: calc(4 * var(--space));
  }
}

@media (min-width: 760px) {
  .accordion-wrapper .accordion-nav {
    width: 250px;
    margin-right: 50px;
    position: sticky;
    top: 0;
    padding-top: calc(68px + 0.825em + 1 / 30 * 1vw);
    margin-top: calc(-68px - 0.825em - 1 / 30 * 1vw);
  }
}

.accordion-wrapper .accordion-main:only-child {
  width: 100%;
}

.accordion-wrapper .accordion-main:not(:only-child) {
  flex: 1;
}

@media (max-width: 759px) {
  .accordion-wrapper .accordion-main:not(:only-child) {
    margin-top: calc(8 * var(--space));
  }
}

.accordion-wrapper .sub-menu {
  display: none;
}

.page-template-members-area {
  --vibrant-color: #fcb53b;
  --vibrant-color-text: #444750;
  --line-color: #CFCFCF;
  --line-color-active: #444750;
  --block-spacing: calc(4 * var(--space));
}

.page-template-members-area .main-article {
  font-weight: 300;
}

.main-article.type-page {
  position: relative;
}

.main-article.type-profile {
  padding-top: 100px;
}

.main-article.type-profile .main-entry {
  display: block;
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
}

@media (min-width: 1220px) {
  .main-article.type-profile .main-entry {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (min-width: 640px) {
  .main-article.type-profile .main-entry .row {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: minmax(auto, 1fr) minmax(auto, calc(67.4311926606% - 40px));
    justify-content: start;
  }
  .main-article.type-profile .main-entry .row + .row {
    margin-top: 40px;
  }
}

@media (min-width: 1020px) {
  .main-article.type-profile .main-entry .row {
    grid-gap: 80px;
  }
  .main-article.type-profile .main-entry .row + .row {
    margin-top: 80px;
  }
}

.no-cssgrid .main-article.type-profile .main-entry .row {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.no-cssgrid .main-article.type-profile .main-entry .row > *:first-child {
  margin-right: 80px;
}

.no-cssgrid .main-article.type-profile .main-entry .row > *:last-child {
  width: calc(67.4311926606% - 40px);
  margin-right: 5.504587156%;
}

.main-article.type-profile .main-entry .cat {
  display: inline-block;
  padding-bottom: .25em;
  vertical-align: top;
  align-self: start;
  justify-self: start;
  font-weight: bold;
  position: relative;
  border-bottom: 0.1764705882em solid #fcb53b;
}

.main-article.type-profile .main-entry .aside {
  padding: 20px;
  font-size: 0.8em;
  background-color: #f5f5f5;
  align-self: start;
}

.main-article.type-profile .main-entry .aside > *:first-child:not(div) {
  margin-top: 0;
}

.main-article.type-profile .main-entry .aside > *:last-child:not(div) {
  margin-bottom: 0;
}

.main-article.type-profile .main-entry .aside .image {
  width: calc(100% + 40px);
  margin: -20px -20px 20px !important;
}

.main-article.type-profile .main-entry .aside p {
  margin: .5em 0;
}

.main-article.type-profile .main-entry .aside h3 {
  margin-bottom: 0;
}

.main-article.type-profile .main-entry .aside h3 + * {
  margin-top: .25em;
}

.main-article.type-profile .main-entry .aside a {
  font-weight: 500;
}

.main-article.type-profile .main-entry .aside [href*=linkedin] {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  width: 75px;
  height: 18px;
  background-size: auto;
}

.main-article.type-profile .main-entry > .content > *:first-child:not(div), .main-article.type-profile .main-entry > .entry-content > *:first-child:not(div), .main-article.type-profile .main-entry .details > *:first-child:not(div) {
  margin-top: -.3em;
}

.main-article.type-profile .main-entry > .content > *:last-child:not(div), .main-article.type-profile .main-entry > .entry-content > *:last-child:not(div), .main-article.type-profile .main-entry .details > *:last-child:not(div) {
  margin-bottom: -.3em;
}

.main-article.type-profile .main-entry > .content .name, .main-article.type-profile .main-entry > .entry-content .name, .main-article.type-profile .main-entry .details .name {
  font-size: 1.9em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.9em);
  margin-bottom: 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .main-article.type-profile .main-entry > .content .name, .main-article.type-profile .main-entry > .entry-content .name, .main-article.type-profile .main-entry .details .name {
    font-size: calc(1.3em + 0.7vw);
  }
}

.main-article.type-profile .main-entry > .content .position, .main-article.type-profile .main-entry > .entry-content .position, .main-article.type-profile .main-entry .details .position {
  font-weight: normal;
}

.main-article.type-profile .main-entry > .content .lead, .main-article.type-profile .main-entry > .content .intro, .main-article.type-profile .main-entry > .entry-content .lead, .main-article.type-profile .main-entry > .entry-content .intro, .main-article.type-profile .main-entry .details .lead, .main-article.type-profile .main-entry .details .intro {
  font-size: 1.1em;
  font-size: clamp(1.05em, calc(1.05em + 0.1vw), 1.1em);
  line-height: 1.4090909091;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .main-article.type-profile .main-entry > .content .lead, .main-article.type-profile .main-entry > .content .intro, .main-article.type-profile .main-entry > .entry-content .lead, .main-article.type-profile .main-entry > .entry-content .intro, .main-article.type-profile .main-entry .details .lead, .main-article.type-profile .main-entry .details .intro {
    font-size: calc(1.05em + 0.1vw);
  }
}

[id=main] > article.type-news {
  overflow: visible;
}

.search-header {
  background-color: #eaf4eb;
}

.search-header .entry-content:first-child, .search-header .row:first-child {
  padding-top: calc(10 * var(--space));
}

.search-header .entry-content:last-child, .search-header .row:last-child {
  padding-bottom: calc(12 * var(--space));
}

main > .no-results .entry-content, main > .no-results .row, article > .no-results .entry-content, article > .no-results .row, main > .search-header .entry-content, main > .search-header .row, article > .search-header .entry-content, article > .search-header .row {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  max-width: Min(1090px, var(--containerMax));
}

@media (min-width: 1220px) {
  main > .no-results .entry-content, main > .no-results .row, article > .no-results .entry-content, article > .no-results .row, main > .search-header .entry-content, main > .search-header .row, article > .search-header .entry-content, article > .search-header .row {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

main > .no-results .entry-content > *:first-child:not(div), main > .no-results .row > *:first-child:not(div), article > .no-results .entry-content > *:first-child:not(div), article > .no-results .row > *:first-child:not(div), main > .search-header .entry-content > *:first-child:not(div), main > .search-header .row > *:first-child:not(div), article > .search-header .entry-content > *:first-child:not(div), article > .search-header .row > *:first-child:not(div) {
  margin-top: 0;
}

main > .no-results .entry-content > *:last-child:not(div), main > .no-results .row > *:last-child:not(div), article > .no-results .entry-content > *:last-child:not(div), article > .no-results .row > *:last-child:not(div), main > .search-header .entry-content > *:last-child:not(div), main > .search-header .row > *:last-child:not(div), article > .search-header .entry-content > *:last-child:not(div), article > .search-header .row > *:last-child:not(div) {
  margin-bottom: 0;
}

@media (max-width: 639px) {
  main > .no-results .entry-content > * + *, main > .no-results .row > * + *, article > .no-results .entry-content > * + *, article > .no-results .row > * + *, main > .search-header .entry-content > * + *, main > .search-header .row > * + *, article > .search-header .entry-content > * + *, article > .search-header .row > * + * {
    margin-top: calc(5 * var(--space));
  }
}

.no-results h2, .search-header h2 {
  font-size: 1.9em;
  font-size: clamp(1.3em, calc(1.3em + 0.7vw), 1.9em);
  font-weight: bold;
  line-height: 1.2631578947;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .no-results h2, .search-header h2 {
    font-size: calc(1.3em + 0.7vw);
  }
}

.no-results .searchform, .search-header .searchform {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}

.no-results .searchform [type=search], .search-header .searchform [type=search] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 525px;
  max-width: calc(100% - 55px);
  box-sizing: border-box;
  background: white;
  border: none;
  line-height: inherit;
  font-size: 19px;
  font-weight: 300;
  outline: none;
  padding: 0.6842105263em 1em;
}

.no-results .searchform .submit, .search-header .searchform .submit {
  background: none;
  border: none;
  outline: none;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  position: relative;
  width: 40px;
  overflow: hidden;
  margin-left: 15px;
}

.no-results .searchform .submit .icon, .search-header .searchform .submit .icon {
  color: #2d953e;
  transform: scale(2.2);
  transition: color .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-results .searchform .submit:hover .icon, .no-results .searchform .submit:focus .icon, .search-header .searchform .submit:hover .icon, .search-header .searchform .submit:focus .icon {
  color: #444750;
}

.no-results .searchform .close, .no-results .searchform label, .search-header .searchform .close, .search-header .searchform label {
  display: none;
}

article > .no-results, main > .no-results {
  margin: calc(8 * var(--space)) auto calc(12 * var(--space));
  min-height: calc(12 * var(--spacemax));
}

.no-results .entry-content > * {
  max-width: 670px;
}

.no-results .entry-content h2 {
  font-size: 1.4em;
  font-size: clamp(1.15em, calc(1.15em + 0.4vw), 1.4em);
  font-weight: bold;
  line-height: 1.2142857143;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .no-results .entry-content h2 {
    font-size: calc(1.15em + 0.4vw);
  }
}

.no-results .entry-content h3 {
  font-size: 1.05em;
  font-size: clamp(1.05em, calc(1.05em + 0.1vw), 1.05em);
  margin-bottom: 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .no-results .entry-content h3 {
    font-size: calc(1.05em + 0.1vw);
  }
}

.no-results .entry-content h3 + * {
  margin-top: .5em;
}

.no-results .entry-content ul li + li {
  margin-top: 1em;
}

.gsc-tabsAreaInvisible, .gsc-resultsHeader {
  display: none;
}

.gs-watermark, .gsc-adBlock {
  display: none;
}

.gsc-url-top {
  display: none;
}

.gsc-thumbnail-inside {
  display: none;
}

.gcsc-more-maybe-branding-root {
  display: none;
}

.gcsc-more-maybe-branding-root .gsc-branding > * {
  display: inline-block;
  vertical-align: middle;
}

.gcsc-more-maybe-branding-root > a, .gcsc-more-maybe-branding-root .gcsc-branding-text-name {
  display: none;
}

.gsc-result {
  max-width: 840px;
}

.gsc-result .gs-title, .gsc-result .gs-no-results-result {
  display: block;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.3em;
  font-size: clamp(1.1em, calc(1.1em + 0.3vw), 1.3em);
  font-weight: bold;
  line-height: 1.4615384615;
  transition: color .2s ease;
  margin: -.3em 0 .5em 0;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .gsc-result .gs-title, .gsc-result .gs-no-results-result {
    font-size: calc(1.1em + 0.3vw);
  }
}

.gsc-result .gs-title b, .gsc-result .gs-no-results-result b {
  color: #2d953e;
}

.gsc-result .gsc-table-result {
  display: flex;
  flex-flow: row nowrap;
}

.gsc-result .gsc-thumbnail {
  vertical-align: top;
  width: 24.4047619048%;
  padding-right: 30px;
  max-width: 175px;
}

.gsc-result .gsc-table-cell-snippet-close {
  vertical-align: top;
  flex: 1;
}

.gsc-result .gs-image {
  width: 100%;
  position: relative;
  display: block;
}

.gsc-result .gs-image:before {
  content: '';
  position: relative;
  height: 0;
  padding-top: 100%;
  width: 100%;
  display: block;
}

.gsc-result .gs-image:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.gsc-result .gs-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gsc-result .gsc-url-bottom {
  display: none;
}

.gsc-result + * {
  margin-top: calc(8 * var(--space));
}

.gsc-above-wrapper-area {
  border-bottom: 2px solid rgba(45, 149, 62, 0.2);
  padding-bottom: .5em;
  margin-bottom: calc(8 * var(--space));
}

.gsc-above-wrapper-area-container {
  width: 100%;
}

.gsc-above-wrapper-area-invisible {
  display: none;
}

.gsc-result-info {
  font-size: 18px;
  font-weight: 300;
}

.gsc-result-info-invisible {
  display: none;
}

.gsc-orderby-container {
  text-align: right;
  background: transparent;
}

.gsc-orderby-invisible {
  display: none;
}

.gsc-orderby > * {
  display: inline-block;
}

.gsc-orderby > * + * {
  margin-left: .25em;
}

.gsc-selected-option {
  display: inline-block;
}

.gsc-control-cse .gsc-option-selector {
  width: 14px;
  height: 8px;
  background-size: contain;
  display: inline-block;
  margin-left: .5em;
}

.gsc-option-menu-invisible {
  display: none;
}

.gsc-control-cse .gsc-option-menu-container {
  color: #000;
  font-size: 80%;
  position: relative;
}

.gsc-control-cse .gsc-option-menu {
  background: #fff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  max-height: 360px;
  outline: none;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}

.gsc-option-menu-item {
  color: #777;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0 30px 0 30px;
  white-space: nowrap;
}

.gsc-option-menu-item-highlighted {
  background-color: #EEE;
  border-color: #EEE;
  border-width: 1px 0;
  color: #333;
}

.gsc-option {
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  line-height: 27px;
  text-align: left;
}

.search-results .main-entry {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  margin-top: calc(8 * var(--space));
  margin-bottom: calc(8 * var(--space));
}

@media (min-width: 1220px) {
  .search-results .main-entry {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

.search-results .main-entry article {
  max-width: 840px;
}

.search-results .main-entry article a {
  display: grid;
  grid-template-columns: [image] fit-content(24.4047619048%) [content] 1fr;
}

.search-results .main-entry article a:hover .title {
  color: #2d953e;
}

.search-results .main-entry article .title {
  font-size: 1.3em;
  font-size: clamp(1.1em, calc(1.1em + 0.3vw), 1.3em);
  line-height: 1.4615384615;
  margin: -.3em 0 0 0;
  transition: color .2s ease;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .search-results .main-entry article .title {
    font-size: calc(1.1em + 0.3vw);
  }
}

.search-results .main-entry article .image {
  grid-column: image;
  grid-row: 1 / span 3;
  align-self: start;
  background-color: #ececed;
  margin-right: calc(10px + 2 * var(--space));
}

.search-results .main-entry article .image img[src$='.svg'] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17.1428571429% 22.8571428571%;
  box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 480px) {
  .search-results .main-entry article .image {
    grid-column: 1 / -1;
    margin: 0 0 1em 0;
  }
}

.search-results .main-entry article p {
  margin: .75em 0;
}

.search-results .main-entry article p:last-child {
  margin-bottom: 0;
}

.search-results .main-entry article a > *:not(.image) {
  grid-column: content;
}

.search-results .main-entry article + article {
  margin-top: calc(6 * var(--space));
}

.main-article.type-module .wp-block-sai-header {
  background-color: transparent;
}

.main-article.type-module .wp-block-sai-header .row:first-child {
  padding-top: calc(10 * var(--space));
}

.main-article.type-module .wp-block-sai-header .row:first-child .content {
  max-width: 735px;
}

.main-article.type-module .wp-block-sai-header h1 {
  margin-top: .125em;
  margin-bottom: .25em;
}

.main-article.type-module .wp-block-sai-header h1 + p {
  margin-top: .5em;
}

.main-article.type-module .wp-block-sai-header h1 + p:not([class]), .main-article.type-module .wp-block-sai-header .lead + p {
  margin-top: calc(5 * var(--space));
}

.main-article.type-module .wp-block-sai-header p:has(span:only-child) {
  display: contents;
}

.main-article.type-module .wp-block-sai-header .row:last-child {
  padding-bottom: 0;
}

.main-article.type-module .wp-block-sai-header .aside {
  min-width: auto;
}

.main-article.type-module .wp-block-sai-header .aside > .image {
  margin-top: 0;
}

.main-article.type-module > h2 {
  font-size: 1.6em;
  font-size: clamp(1.2em, calc(1.2em + 0.5vw), 1.6em);
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .main-article.type-module > h2 {
    font-size: calc(1.2em + 0.5vw);
  }
}

/*
    ##################################
    #                                #
    #             HEADER             #
    #                                #
    ################################## */

.page-header {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: relative;
}

.page-header.default-header {
  background-color: #444750;
}

.header-top {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  overflow: hidden;
  display: flex;
  flex-flow: row-reverse;
  background-color: inherit;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
}

@media (min-width: 1220px) {
  .header-top {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .header-top {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 480px) {
  .header-top {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  .header-top {
    font-size: 16px;
  }
}

.header-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  width: 100%;
}

.header-top li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-top li + li {
  border-left: none;
}

.header-top li[class*=icon] {
  background-size: 0;
}

@media (min-width: 480px) {
  .header-top li[class*=icon] a {
    padding-left: 2rem;
    background-image: inherit;
    background-repeat: no-repeat;
    background-position: left 1rem center;
  }
  .header-top li.item-icon-email a {
    padding-left: 2.2rem;
  }
}

.header-top a {
  display: block;
  padding: 0.5625em 0.75em;
  position: relative;
  overflow: hidden;
  outline: none;
  white-space: nowrap;
}

.header-top a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #fcb53b;
  transition: transform .3s ease;
  transform: translate(-110%, 0);
}

.header-top .current-menu-item a:after, .header-top a:hover:after, .header-top a:focus:after {
  transform: translate(0, 0);
}

.page-header.area-header {
  background-color: #05441E;
  position: relative;
  z-index: 99;
}

.page-header.area-header.headroom {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.page-header.area-header.headroom--not-top {
  position: fixed;
  margin-top: -140px;
  opacity: 0;
  will-change: transform;
  transition: transform .2s ease, opacity .2s ease;
}

.page-header.area-header.headroom--not-top + * {
  margin-top: var(--headerHeight);
}

.page-header.area-header.headroom--not-top.headroom--pinned {
  transform: translate3d(0, 140px, 0);
  opacity: 1;
}

.header-top.area-top {
  font-size: 12px;
}

@media (min-width: 480px) {
  .header-top.area-top {
    font-size: 13px;
    line-height: 18px;
  }
  .header-top.area-top a {
    padding: 0.45rem 0;
  }
  .header-top.area-top li[class*='icon'] a {
    padding-left: 1.25rem;
    background-position: left center;
  }
  .header-top.area-top .menu-item:not(:last-child) {
    padding-right: 1.125em;
  }
}

.header-top.area-top .menu-item {
  border: none;
  position: relative;
}

.header-top.area-top .menu-item.icon-public {
  margin-right: auto;
}

.header-top.area-top .menu-item.icon-public ~ .menu-item + .menu-item:before {
  content: '';
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 480px) {
  .header-top.area-top .menu-item.icon-public ~ .menu-item + .menu-item {
    padding-left: 1.125em;
  }
}

/*
    ##################################
    #                                #
    #               NAV               #
    #                                #
    ################################## */

.header-nav {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: absolute;
  top: 78px;
  right: 0;
  left: 0;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0s ease;
  color: #444750;
  backface-visibility: hidden;
}

.header-nav .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.header-nav .logo {
  display: block;
  width: 81px;
  height: 68px;
  background-size: cover;
  transition: transform .3s ease, opacity .3s ease;
  transform-origin: left center;
  outline: none;
}

.header-nav .logo:not([style]) {
  opacity: 0;
}

.header-nav .logo path {
  fill: currentColor;
}

.header-nav .logo + .menu {
  margin-left: 2.5em;
}

@media (min-width: 480px) {
  .home .header-nav .logo {
    transform: scale(1.2);
  }
}

.header-nav .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
}

.header-nav .menu > li + li {
  margin-left: 2em;
}

.header-nav .menu > li > a {
  font-weight: bold;
  display: block;
  position: relative;
  overflow: hidden;
  padding: .5em 0;
  outline: none;
}

.header-nav .menu > li > a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #fcb53b;
  display: block;
  transition: transform .3s;
  transform: translate(-110%, 0);
}

.header-nav .menu li:hover a:after, .header-nav .menu a:focus:after, .header-nav .menu [class*=current] a:after {
  transform: translate(0, 0);
}

@media (max-width: 1019px) {
  .header-nav .menu {
    display: none;
  }
}

.header-nav .sub-menu, .header-nav .children {
  display: none;
}

.header-nav .buttons {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.header-nav .buttons .button {
  margin-right: 12px;
  background-color: #2d953e;
  min-width: auto;
  border: none;
  color: white;
}

.header-nav .buttons .button:before, .header-nav .buttons .button:after {
  background-color: #fcb53b;
}

.header-nav .buttons .button:hover, .header-nav .buttons .button:focus {
  color: white;
}

@media (min-width: 640px) {
  .header-nav .buttons .button {
    padding-top: .4em;
    padding-bottom: .4em;
  }
}

.header-nav .nav-button {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 21px;
  display: block;
  padding: 12px;
  margin: 0 -11px 0 0;
  height: 3px;
  background-color: currentColor;
  background-clip: content-box;
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0);
  outline: none;
  overflow: visible;
}

.header-nav .nav-button:before, .header-nav .nav-button:after {
  content: '';
  transition: transform .15s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
  background: inherit;
  height: inherit;
  width: inherit;
  will-change: transform;
}

.header-nav .nav-button:before {
  transform: translate3d(0, -7px, 0);
}

.header-nav .nav-button:after {
  transform: translate3d(0, 7px, 0);
}

.header-nav .nav-button:hover:before, .header-nav .nav-button:focus:before {
  transform: translate3d(0, -8px, 0);
}

.header-nav .nav-button:hover:after, .header-nav .nav-button:focus:after {
  transform: translate3d(0, 8px, 0);
}

.header-nav.headroom--not-top {
  position: fixed;
  top: 0;
  background-color: #444750;
  transition: background .2s ease;
  color: white;
}

.header-nav.headroom--not-top .logo {
  transform: scale(0.75);
}

.header-nav.headroom--not-top li {
  visibility: visible !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 1 !important;
}

.admin-bar .header-nav.headroom--not-top {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header-nav.headroom--not-top {
    margin-top: 46px;
  }
}

.header-nav.has-white-font-color {
  color: white;
}

.header-nav.area-nav {
  background-color: #095527;
  color: white;
  position: static;
  padding: .825rem 0;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.header-nav.area-nav .nav-brand {
  display: flex;
  align-items: center;
}

.header-nav.area-nav .logo {
  width: 61px;
  height: 52px;
}

.header-nav.area-nav .area-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 1em;
}

@media (min-width: 480px) {
  .header-nav.area-nav .area-title {
    font-size: 19px;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .header-nav.area-nav .area-title {
    display: none;
  }
}

.header-nav.area-nav .container {
  justify-content: flex-start;
  width: 100%;
}

.header-nav.area-nav .menu {
  margin-left: auto;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}

@media (max-width: 1023px) {
  .header-nav.area-nav .menu {
    display: none;
  }
}

.header-nav.area-nav .menu-item-has-children {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23FCB53B' d='M4.467.708v8.7L1.676 6.674a.722.722 0 0 0-.514-.206.739.739 0 0 0-.514.206L.214 7.1a.705.705 0 0 0 0 1.004l4.777 4.692a.708.708 0 0 0 .513.206.74.74 0 0 0 .514-.206l4.773-4.69a.701.701 0 0 0-.001-1.004l-.433-.428a.715.715 0 0 0-.51-.206.718.718 0 0 0-.504.206L6.535 9.447V.72A.732.732 0 0 0 6.31.213.76.76 0 0 0 5.791 0h-.618a.743.743 0 0 0-.51.222.716.716 0 0 0-.206.51'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M11 0v13H0V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.header-nav.area-nav .menu-item + .menu-item {
  margin-left: 1.25rem;
}

.header-nav.area-nav .item-icon-home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M10.11 13.662h2.771V20H20V7.524L10.11 0h-.22L0 7.524V20h7.119v-6.338h2.991Z'/%3E%3C/svg%3E");
  background-position: center;
  width: 20px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  padding-right: 0;
}

.header-nav.area-nav .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-nav.area-nav .sub-menu {
  display: block;
  background-color: #FFFFFF;
  color: #444750;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.04), 0px 3px 3px 0px rgba(0, 0, 0, 0.03), 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.header-nav.area-nav .sub-menu .menu-item {
  margin: 0;
  background-image: none;
  padding-right: 0;
}

.header-nav.area-nav .sub-menu .menu-item a {
  padding: .25rem 1.5rem .25rem .5rem;
  display: block;
}

.header-nav.area-nav .sub-menu .menu-item a:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: .25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23FCB53B' d='M.708 7.033h8.7L6.674 9.824a.722.722 0 0 0-.206.514c0 .192.074.377.206.514l.426.434a.705.705 0 0 0 1.004 0l4.692-4.777A.708.708 0 0 0 13 5.996a.74.74 0 0 0-.206-.514L8.105.709A.7.7 0 0 0 7.101.71l-.428.433a.715.715 0 0 0-.206.51.718.718 0 0 0 .206.504l2.774 2.808H.72a.732.732 0 0 0-.508.224.76.76 0 0 0-.213.52v.618a.743.743 0 0 0 .222.51c.137.135.32.208.51.206'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h13v11H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  transition: all .3s ease;
}

.header-nav.area-nav .sub-menu .menu-item a:hover:after, .header-nav.area-nav .sub-menu .menu-item a:focus:after, .header-nav.area-nav .sub-menu .menu-item a:active:after {
  transform: translateX(0.25rem);
}

.header-nav.area-nav .sub-menu .menu-item:last-child a:before {
  margin-top: -1px;
}

.header-nav.area-nav .sub-menu .menu-item.current-menu-item {
  font-weight: bold;
}

.header-nav.area-nav .sub-menu .menu-item + .menu-item {
  border-top: 1px solid #CFCFCF;
}

.header-nav.area-nav .nav-button {
  margin-left: auto;
}

@media (min-width: 1024px) {
  .header-nav.area-nav .nav-button {
    display: none;
  }
}

/*
    ##################################
    #                                #
    #              MAIN              #
    #                                #
    ################################## */

[id=main] {
  --sidebar: min( 19.8770491803% - var(--gutter), 242.5px );
  --content: min( 80.1229508197% - var(--gutter), 977.5px );
  --around: minmax(var(--gutter), 1fr);
  --before-content: var(--gutter);
  --nested-content: min( 100% - var(--gutter) - var(--before-content), 905px );
  --after-panel: min( 11.8181818182%, 32.5px );
  --nested-panel: min( 100% - var(--gutter) - var(--after-panel), 210px );
  --aside: min( 22.5409836066%, 275px );
  --aside-gutter: min( 3.2786885246%, 40px );
  --aside-content: min( 74.1803278689%, 905px );
  --columns-container: var(--around) [container-start] min(100% - var(--gutter) * 2, 1220px) [container-end] var(--around);
  --columns-container-nested: var(--around) [container-start] min(82.7868852459%, 1010px) [container-end] var(--around);
  position: relative;
  display: grid;
  grid-template-columns: [full-start] var(--around) [container-start] var(--sidebar) [sidebar content-start] var(--content) [content-end container-end] var(--around) [full-end];
}

.main-article, #main > section {
  grid-column: 1 / -1;
}

.members-panel + .main-article {
  --containerMax: 905px;
  --containerLeft: 0;
  --headerColumn: flex;
  grid-column: 1 / -1;
}

@media (min-width: 1020px) {
  .members-panel + .main-article {
    grid-column: sidebar / full-end;
  }
}

.main-article > *:not([class]):not(section), .main-article > [class*=wp-block]:not(section):not(header):not(div):not(nav):not(.alignfull):not(.wp-block-pullquote), .main-article > [class*=is-style]:not(section):not(header):not(div):not(nav):not(.wp-block-pullquote) {
  max-width: 775px;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  margin-left: Max(0px, var(--containerLeft, calc( (100% - 1090px - var(--gutter)*2) / 2)));
  margin-right: auto;
}

.main-article > :last-child:not([class*=background]):not(footer):not(.wp-block-sai-form), .main-article > .has-white-background-color:last-child {
  margin-bottom: calc(10 * var(--space));
}

body:not(.page-template-members-area) [id=main] > article > header:first-child[class], body:not(.page-template-members-area) [id=main] > article > section:first-child[class], body:not(.page-template-members-area) [id=main] > header:first-child[class], body:not(.page-template-members-area) [id=main] > section:first-child[class] {
  padding-top: 100px;
}

body:not(.page-template-members-area) [id=main] > article > header:first-child:not([class]), body:not(.page-template-members-area) [id=main] > article > section:first-child:not([class]), body:not(.page-template-members-area) [id=main] > header:first-child:not([class]), body:not(.page-template-members-area) [id=main] > section:first-child:not([class]) {
  margin-top: 100px;
}

/*
    ##################################
    #                                #
    #             FOOTER             #
    #                                #
    ################################## */

[id=footer] {
  background-color: #444750;
  color: #BEBFC2;
  padding: calc(7 * var(--space)) 0 calc(4 * var(--space));
  font-size: 0.95em;
  margin-top: auto;
  overflow: hidden;
}

[id=footer] > * {
  max-width: var(--containerMax);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

@media (min-width: 1220px) {
  [id=footer] > * {
    margin-left: var(--containerLeft, auto);
    margin-right: auto;
  }
}

[id=footer] .button {
  border-color: white;
}

[id=footer] .button:before, [id=footer] .button:after {
  background-color: white;
}

[id=footer] .button:hover, [id=footer] .button:focus {
  color: #444750 !important;
}

[id=footer] .main {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

[id=footer] .main .widget-area {
  margin-bottom: calc(6 * var(--space));
}

[id=footer] .main .widget-area > *:first-child:not(div) {
  margin-top: 0;
}

[id=footer] .main .widget-area > *:last-child:not(div) {
  margin-bottom: 0;
}

[id=footer] .main .widget > *:first-child:not(div) {
  margin-top: 0;
}

[id=footer] .main .widget > *:last-child:not(div) {
  margin-bottom: 0;
}

[id=footer] .main .widget + * {
  margin-top: calc(4 * var(--space));
}

[id=footer] .main h4 {
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: 0.57px;
  color: #ececed;
  margin-bottom: .75em;
}

[id=footer] .main h4 + p, [id=footer] .main h4 + ul {
  margin-top: 0;
}

[id=footer] .main p {
  max-width: 20em;
}

@media (min-width: 640px) {
  [id=footer] .main p {
    max-width: 16em;
  }
}

[id=footer] .main ul {
  padding: 0;
  list-style-type: none;
}

[id=footer] .main .button {
  font-weight: bold;
  margin-top: .5em;
}

[id=footer] .main .icon {
  color: inherit;
}

@media (max-width: 760px) {
  [id=footer] .main .widget-area:first-child {
    padding-right: var(--spacer);
  }
  [id=footer] .main .widget-area:last-child:nth-child(even) {
    flex-basis: 100%;
  }
  [id=footer] .main .widget_nav_menu .menu {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: var(--spacer);
         column-gap: var(--spacer);
  }
}

@media (min-width: 1020px) {
  [id=footer] .main .widget-area {
    flex: 1;
  }
  [id=footer] .main .widget-area:not(:last-child) {
    padding-right: var(--spacer);
  }
  [id=footer] .main .widget_nav_menu .menu {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: var(--spacer);
         column-gap: var(--spacer);
  }
}

[id=footer] .widget_nav_menu .menu li {
  white-space: nowrap;
}

[id=footer] .widget_nav_menu .menu li:not(:last-child) {
  margin-bottom: .75em;
}

[id=footer] .widget_nav_menu .menu a {
  transition: color .2s ease;
}

[id=footer] .widget_nav_menu .menu a:after {
  content: '';
  width: 15px;
  height: 13px;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.65;
  transition: opacity .2s ease;
}

[id=footer] .widget_nav_menu .menu a:hover, [id=footer] .widget_nav_menu .menu a:focus {
  color: #ececed;
}

[id=footer] .widget_nav_menu .menu a:hover:after, [id=footer] .widget_nav_menu .menu a:focus:after {
  opacity: 1;
}

[id=footer] .bottom {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: normal;
}

[id=footer] .bottom > *:first-child:not(div) {
  margin-top: 0;
}

[id=footer] .bottom > *:last-child:not(div) {
  margin-bottom: 0;
}

@media (min-width: 680px) {
  [id=footer] .bottom .copy {
    margin: 0;
  }
  [id=footer] .bottom .copy + * {
    margin-left: auto;
  }
}

@media (max-width: 1020px) {
  [id=footer] .bottom .copy {
    width: 100%;
  }
}

@media (min-width: 680px) and (max-width: 1020px) {
  [id=footer] .bottom .copy {
    max-width: 22.5em;
  }
}

[id=footer] .bottom a:not([class]) {
  text-decoration: underline;
  transition: color .15s ease;
}

[id=footer] .bottom a:not([class]):hover, [id=footer] .bottom a:not([class]):focus {
  color: #ececed;
}

[id=footer] .bottom .scroll-top {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  border-radius: 13px;
  background-color: #ececed;
  opacity: 0.65;
  width: 44px;
  height: 44px;
  background-position: center;
  margin-left: 22px;
  backface-visibility: hidden;
  transition: opacity .2s ease;
}

[id=footer] .bottom .scroll-top:hover, [id=footer] .bottom .scroll-top:focus {
  opacity: 1;
}

[id=footer] .quick-links li + li {
  margin-top: .75em;
}

.quick-links {
  padding: 0;
  margin: 1em 0;
  list-style-type: none;
  font-weight: normal;
  font-size: 0.85em;
}

.quick-links li + li {
  margin-top: .5em;
}

.quick-links a {
  transition: color .2s ease;
}

.quick-links a:after {
  content: '';
  width: 15px;
  height: 13px;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.65;
  transition: opacity .2s ease;
}

.quick-links a:hover, .quick-links a:focus {
  color: #ececed;
}

.quick-links a:hover:after, .quick-links a:focus:after {
  opacity: 1;
}

/*
    ##################################
    #                                #
    #              AREA              #
    #                                #
    ################################## */

.wp-block-sai-dashboard-header {
  display: grid;
  grid-template-columns: var(--columns-container);
  padding-top: calc(10 * var(--space));
  padding-bottom: calc(10 * var(--space));
}

.wp-block-sai-dashboard-header.has-dark-background-color {
  background-color: #444750;
  color: white;
}

.wp-block-sai-dashboard-header.has-pattern {
  background-repeat: repeat;
}

.wp-block-sai-dashboard-header.has-pattern.has-dark-background-color.has-background .bg {
  background: inherit;
}

.wp-block-sai-dashboard-header.has-pattern.has-dark-background-color.has-background .bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-color: transparent;
  filter: invert(1);
  z-index: 2;
}

.wp-block-sai-dashboard-header .row {
  grid-column: container;
}

@media (max-width: 639px) {
  .wp-block-sai-dashboard-header .row > * + * {
    margin-top: var(--spacer);
  }
}

@media (min-width: 640px) {
  .wp-block-sai-dashboard-header .row {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media (min-width: 640px) {
  .wp-block-sai-dashboard-header .content {
    width: 43.0327868852%;
  }
}

@media (min-width: 1020px) {
  .wp-block-sai-dashboard-header .content {
    width: 34.4262295082%;
    margin-left: 5.3278688525%;
  }
}

.wp-block-sai-dashboard-header .lead {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.4em;
  font-size: clamp(1.5em, calc(1.5em + 1.1vw), 2.4em);
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: -.025em;
}

@supports not (font-size: clamp(1px, 2px, 3px)) {
  .wp-block-sai-dashboard-header .lead {
    font-size: calc(1.5em + 1.1vw);
  }
}

@media (min-width: 640px) {
  .wp-block-sai-dashboard-header .aside {
    width: 56.9672131148%;
    max-width: 590px;
    margin-left: 3.2786885246%;
  }
}

.wp-block-sai-dashboard-header .aside > * + * {
  margin-top: 2em !important;
}

.wp-block-sai-dashboard-header .aside-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
}

.wp-block-sai-dashboard-header .aside-links:before {
  content: '';
  border-top: 2px solid #fcb53b;
  width: 2rem;
  display: block;
  margin-bottom: .5rem;
}

.wp-block-sai-dashboard-header .aside-links li > * + * {
  margin-top: .5rem;
}

.wp-block-sai-dashboard-header .aside-links li + li {
  margin-top: .75rem;
}

.wp-block-sai-dashboard-header .link-label {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.wp-block-sai-dashboard-header .aside-link, .wp-block-sai-dashboard-header .video-link {
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}

.wp-block-sai-dashboard-header .aside-link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23FCB53B' d='M.708 6.533h8.7L6.674 9.324a.722.722 0 0 0-.206.514c0 .192.074.377.206.514l.426.434a.705.705 0 0 0 1.004 0l4.692-4.777A.708.708 0 0 0 13 5.496a.74.74 0 0 0-.206-.514L8.105.209A.7.7 0 0 0 7.101.21l-.428.433a.715.715 0 0 0-.206.51.718.718 0 0 0 .206.504l2.774 2.808H.72a.732.732 0 0 0-.508.224.76.76 0 0 0-.213.52v.618a.743.743 0 0 0 .222.51c.137.135.32.208.51.206'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h13v11H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1rem;
  position: relative;
  outline: none;
  white-space: nowrap;
}

.wp-block-sai-dashboard-header .aside-link:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 1rem;
  left: 0;
  height: 2px;
  margin-top: 2px;
  background-color: #fcb53b;
  transition: transform .2s ease;
  transform: scaleX(0);
  transform-origin: 0px 0px;
}

.wp-block-sai-dashboard-header .aside-link:hover:after, .wp-block-sai-dashboard-header .aside-link:focus:after {
  transform: scaleX(1);
}

.wp-block-sai-dashboard-header .video-link {
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='53' viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1398 15.484L39.2231 26.5018L20.1398 37.5195L20.1398 15.484Z' stroke='%23FCB53B' stroke-width='2'/%3E%3Ccircle cx='26.5' cy='26.5' r='25.5' stroke='%23FCB53B' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 3.25rem;
  min-height: 53px;
  max-width: 20em;
  text-wrap: balance;
  display: inline-flex;
  align-items: center;
}

.wp-block-sai-dashboard-header .video-link:before, .wp-block-sai-dashboard-header .video-link:after {
  content: none;
}

.wp-block-sai-dashboard-header .video-link:hover {
  filter: brightness(0) invert(1);
}
