/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
* {
  box-sizing: border-box;
}

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

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1.5;
  font-weight: 400;
  color: #626772;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Xenois Sans Pro", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 700;
  color: #243580;
}
h1.has-transparent-color,
h2.has-transparent-color,
h3.has-transparent-color,
h4.has-transparent-color,
h5.has-transparent-color,
h6.has-transparent-color {
  color: transparent !important;
}
h1.has-blue-color,
h2.has-blue-color,
h3.has-blue-color,
h4.has-blue-color,
h5.has-blue-color,
h6.has-blue-color {
  color: #243580 !important;
}
h1.has-yellow-color,
h2.has-yellow-color,
h3.has-yellow-color,
h4.has-yellow-color,
h5.has-yellow-color,
h6.has-yellow-color {
  color: #F9DE4B !important;
}
h1.has-orange-color,
h2.has-orange-color,
h3.has-orange-color,
h4.has-orange-color,
h5.has-orange-color,
h6.has-orange-color {
  color: #ECAC56 !important;
}
h1.has-red-color,
h2.has-red-color,
h3.has-red-color,
h4.has-red-color,
h5.has-red-color,
h6.has-red-color {
  color: #C5646E !important;
}
h1.has-lightblue-color,
h2.has-lightblue-color,
h3.has-lightblue-color,
h4.has-lightblue-color,
h5.has-lightblue-color,
h6.has-lightblue-color {
  color: #6087C2 !important;
}
h1.has-green-color,
h2.has-green-color,
h3.has-green-color,
h4.has-green-color,
h5.has-green-color,
h6.has-green-color {
  color: #63B290 !important;
}
h1.has-purple-color,
h2.has-purple-color,
h3.has-purple-color,
h4.has-purple-color,
h5.has-purple-color,
h6.has-purple-color {
  color: #8C4773 !important;
}
h1.has-gray-color,
h2.has-gray-color,
h3.has-gray-color,
h4.has-gray-color,
h5.has-gray-color,
h6.has-gray-color {
  color: #626772 !important;
}
h1.has-lightgray-color,
h2.has-lightgray-color,
h3.has-lightgray-color,
h4.has-lightgray-color,
h5.has-lightgray-color,
h6.has-lightgray-color {
  color: #F6F8FB !important;
}
h1.has-blueishgray-color,
h2.has-blueishgray-color,
h3.has-blueishgray-color,
h4.has-blueishgray-color,
h5.has-blueishgray-color,
h6.has-blueishgray-color {
  color: #EAEFF7 !important;
}
h1.has-black-color,
h2.has-black-color,
h3.has-black-color,
h4.has-black-color,
h5.has-black-color,
h6.has-black-color {
  color: black !important;
}
h1.has-white-color,
h2.has-white-color,
h3.has-white-color,
h4.has-white-color,
h5.has-white-color,
h6.has-white-color {
  color: white !important;
}

@media (max-width: 575px) {
  h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 1.25rem;
  }
}

a {
  color: inherit;
}

b {
  font-weight: 700;
}

.wp-block-buttons {
  margin-left: -8px;
  margin-right: -8px;
}
.wp-block-buttons > .wp-block-button {
  margin: 0;
  padding: 8px;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 40px;
  border-radius: 4px;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-background-color {
  background-color: transparent;
  color: white;
  outline-color: transparent;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-background-color:focus {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  outline-color: rgba(0, 0, 0, 0);
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-background-color:active {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  outline-color: rgba(0, 0, 0, 0);
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-color {
  color: transparent;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-color:focus {
  color: rgba(0, 0, 0, 0);
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-transparent-color:active {
  color: rgba(0, 0, 0, 0);
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blue-background-color {
  background-color: #243580;
  color: white;
  outline-color: #243580;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blue-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blue-background-color:focus {
  background-color: #203073;
  color: white;
  outline-color: #203073;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blue-background-color:active {
  background-color: #1a265c;
  color: white;
  outline-color: #1a265c;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blue-color {
  color: #243580;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blue-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blue-color:focus {
  color: #203073;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blue-color:active {
  color: #1a265c;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-yellow-background-color {
  background-color: #F9DE4B;
  color: #626772;
  outline-color: #F9DE4B;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-yellow-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-yellow-background-color:focus {
  background-color: #f8d82c;
  color: black;
  outline-color: #f8d82c;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-yellow-background-color:active {
  background-color: #e2c008;
  color: black;
  outline-color: #e2c008;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-yellow-color {
  color: #F9DE4B;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-yellow-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-yellow-color:focus {
  color: #f8d82c;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-yellow-color:active {
  color: #e2c008;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-background-color {
  background-color: #ECAC56;
  color: black;
  outline-color: #ECAC56;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-background-color:focus {
  background-color: #e99e39;
  color: black;
  outline-color: #e99e39;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-background-color:active {
  background-color: #d08117;
  color: black;
  outline-color: #d08117;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-color {
  color: #ECAC56;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-color:focus {
  color: #e99e39;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-orange-color:active {
  color: #d08117;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-red-background-color {
  background-color: #C5646E;
  color: black;
  outline-color: #C5646E;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-red-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-red-background-color:focus {
  background-color: #bd4e5a;
  color: white;
  outline-color: #bd4e5a;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-red-background-color:active {
  background-color: #9c3a44;
  color: white;
  outline-color: #9c3a44;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-red-color {
  color: #C5646E;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-red-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-red-color:focus {
  color: #bd4e5a;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-red-color:active {
  color: #9c3a44;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-background-color {
  background-color: #6087C2;
  color: white;
  outline-color: #6087C2;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-background-color:focus {
  background-color: #4b77ba;
  color: black;
  outline-color: #4b77ba;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-background-color:active {
  background-color: #3a5f97;
  color: white;
  outline-color: #3a5f97;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-color {
  color: #6087C2;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-color:focus {
  color: #4b77ba;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightblue-color:active {
  color: #3a5f97;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-background-color {
  background-color: #63B290;
  color: black;
  outline-color: #63B290;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-background-color:focus {
  background-color: #52a783;
  color: black;
  outline-color: #52a783;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-background-color:active {
  background-color: #428668;
  color: black;
  outline-color: #428668;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-color {
  color: #63B290;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-color:focus {
  color: #52a783;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-green-color:active {
  color: #428668;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-background-color {
  background-color: #8C4773;
  color: white;
  outline-color: #8C4773;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-background-color:focus {
  background-color: #7e4068;
  color: white;
  outline-color: #7e4068;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-background-color:active {
  background-color: #653353;
  color: white;
  outline-color: #653353;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-color {
  color: #8C4773;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-color:focus {
  color: #7e4068;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-purple-color:active {
  color: #653353;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-gray-background-color {
  background-color: #626772;
  color: white;
  outline-color: #626772;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-gray-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-gray-background-color:focus {
  background-color: #585d67;
  color: white;
  outline-color: #585d67;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-gray-background-color:active {
  background-color: #474a52;
  color: white;
  outline-color: #474a52;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-gray-color {
  color: #626772;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-gray-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-gray-color:focus {
  color: #585d67;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-gray-color:active {
  color: #474a52;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgray-background-color {
  background-color: #F6F8FB;
  color: black;
  outline-color: #F6F8FB;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgray-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgray-background-color:focus {
  background-color: #d4ddec;
  color: black;
  outline-color: #d4ddec;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgray-background-color:active {
  background-color: #96add0;
  color: black;
  outline-color: #96add0;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgray-color {
  color: #F6F8FB;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgray-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgray-color:focus {
  color: #d4ddec;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-lightgray-color:active {
  color: #96add0;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blueishgray-background-color {
  background-color: #EAEFF7;
  color: black;
  outline-color: #EAEFF7;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blueishgray-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blueishgray-background-color:focus {
  background-color: #c7d4ea;
  color: black;
  outline-color: #c7d4ea;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blueishgray-background-color:active {
  background-color: #88a5d2;
  color: black;
  outline-color: #88a5d2;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blueishgray-color {
  color: #EAEFF7;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blueishgray-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blueishgray-color:focus {
  color: #c7d4ea;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-blueishgray-color:active {
  color: #88a5d2;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-background-color {
  background-color: black;
  color: white;
  outline-color: black;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-background-color:focus {
  background-color: black;
  color: white;
  outline-color: black;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-background-color:active {
  background-color: black;
  color: white;
  outline-color: black;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-color {
  color: black;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-color:focus {
  color: black;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-black-color:active {
  color: black;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-background-color {
  background-color: white;
  color: black;
  outline-color: white;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-background-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-background-color:focus {
  background-color: #e6e6e6;
  color: black;
  outline-color: #e6e6e6;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-background-color:active {
  background-color: #b8b8b8;
  color: black;
  outline-color: #b8b8b8;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-color {
  color: white;
  outline-color: currentColor;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-color:hover, .wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-color:focus {
  color: #e6e6e6;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link.has-white-color:active {
  color: #b8b8b8;
}
.wp-block-buttons > .wp-block-button > .wp-block-button__link:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.wp-block-buttons > .wp-block-button.is-style-outline {
  font-weight: bold;
}

.RichText > *:empty {
  margin: 0;
  padding: 0;
}
.RichText > *:not(:empty) + * {
  margin-top: 20px;
}
.RichText > *:not(:empty) + .PhotoGallery,
.RichText > *:not(:empty) + .PublicationListGrid,
.RichText > *:not(:empty) + .PublicationCarousel,
.RichText > *:not(:empty) + .wp-block-separator {
  margin-top: 40px;
}
.RichText > .PhotoGallery + *:not(:empty),
.RichText > .PublicationListGrid + *:not(:empty),
.RichText > .PublicationCarousel + *:not(:empty),
.RichText > .wp-block-separator + *:not(:empty) {
  margin-top: 40px;
}
.RichText > p a {
  color: #243580;
  outline-color: currentColor;
  text-decoration: underline;
}
.RichText > p a:hover, .RichText > p a:focus {
  color: #203073;
}
.RichText > p a:active {
  color: #1a265c;
}
.RichText > p strong {
  font-weight: bold;
}
.RichText > .wp-block-columns + .wp-block-columns {
  margin-top: 40px;
}
.RichText ul:not([class]),
.RichText ol:not([class]) {
  padding-left: 40px;
}
.RichText ul:not([class]) > li,
.RichText ol:not([class]) > li {
  margin-top: 0.5em;
}
.RichText ul:not([class]) > li:first-child,
.RichText ol:not([class]) > li:first-child {
  margin-top: 0;
}
.RichText ul:not([class]) {
  list-style: disc outside none;
  list-style: initial;
}
.RichText ol:not([class]) {
  list-style: decimal;
}

.wp-block-columns {
  display: flex;
  margin-bottom: 0;
}
.wp-block-columns > .wp-block-column > *:empty {
  margin: 0;
  padding: 0;
}
.wp-block-columns > .wp-block-column > *:not(:empty) + * {
  margin-top: 20px;
}
.wp-block-columns > .wp-block-column > *:not(:empty) + .PhotoGallery,
.wp-block-columns > .wp-block-column > *:not(:empty) + .PublicationListGrid,
.wp-block-columns > .wp-block-column > *:not(:empty) + .PublicationCarousel,
.wp-block-columns > .wp-block-column > *:not(:empty) + .wp-block-separator {
  margin-top: 40px;
}
.wp-block-columns > .wp-block-column > .PhotoGallery + *:not(:empty),
.wp-block-columns > .wp-block-column > .PublicationListGrid + *:not(:empty),
.wp-block-columns > .wp-block-column > .PublicationCarousel + *:not(:empty),
.wp-block-columns > .wp-block-column > .wp-block-separator + *:not(:empty) {
  margin-top: 40px;
}
.wp-block-columns > .wp-block-column > p a {
  color: #243580;
  outline-color: currentColor;
  text-decoration: underline;
}
.wp-block-columns > .wp-block-column > p a:hover, .wp-block-columns > .wp-block-column > p a:focus {
  color: #203073;
}
.wp-block-columns > .wp-block-column > p a:active {
  color: #1a265c;
}
.wp-block-columns > .wp-block-column > p strong {
  font-weight: bold;
}
.wp-block-columns > .wp-block-column > .wp-block-columns + .wp-block-columns {
  margin-top: 40px;
}
.wp-block-columns > .wp-block-column ul:not([class]),
.wp-block-columns > .wp-block-column ol:not([class]) {
  padding-left: 40px;
}
.wp-block-columns > .wp-block-column ul:not([class]) > li,
.wp-block-columns > .wp-block-column ol:not([class]) > li {
  margin-top: 0.5em;
}
.wp-block-columns > .wp-block-column ul:not([class]) > li:first-child,
.wp-block-columns > .wp-block-column ol:not([class]) > li:first-child {
  margin-top: 0;
}
.wp-block-columns > .wp-block-column ul:not([class]) {
  list-style: disc outside none;
  list-style: initial;
}
.wp-block-columns > .wp-block-column ol:not([class]) {
  list-style: decimal;
}
@media (min-width: 768px) {
  .wp-block-columns {
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
  }
  .wp-block-columns > .wp-block-column {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .wp-block-columns {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .wp-block-columns > .wp-block-column {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.wp-block-embed-youtube > .wp-block-embed__wrapper,
.wp-block-embed-vimeo > .wp-block-embed__wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.wp-block-embed-youtube > .wp-block-embed__wrapper > iframe,
.wp-block-embed-vimeo > .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-image {
  margin-bottom: 0;
}
.wp-block-image img {
  display: block;
}
.wp-block-image figcaption {
  margin-bottom: 0;
}

.wp-block-buttons .wp-block-button {
  margin: 0;
}
.wp-block-buttons .wp-block-button > .wp-block-button__link {
  border-radius: 30px;
}

.hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: -1) {
  .hidden-smaller-than-xs {
    display: none !important;
  }
}

@media (min-width: 0) {
  .hidden-larger-than-xs {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-smaller-than-sm {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-larger-than-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-smaller-than-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-larger-than-md {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-smaller-than-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-larger-than-lg {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-xl {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .hidden-smaller-than-xl {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-larger-than-xl {
    display: none !important;
  }
}

.wp-block-pullquote {
  padding: 20px 20px;
}
.wp-block-pullquote > blockquote > p {
  font-family: "Xenois Sans Pro", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 2rem;
  font-weight: bold;
  color: #243580;
  line-height: 1.3;
  margin-bottom: 10px;
}

.wp-block-separator {
  border-top: none;
  border-bottom: 1px solid #243580;
  margin-left: 20px;
  margin-right: 20px;
}

.Breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.Breadcrumb > .Breadcrumb__step {
  color: inherit;
}
.Breadcrumb > .Breadcrumb__separator {
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .BlogPostList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .BlogPostList > * {
    width: calc(33.3333% - 10px);
    flex-basis: calc(33.3333% - 10px);
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .BlogPostList > * {
    width: calc(33.3333% - 10.8333px);
    flex-basis: calc(33.3333% - 10.8333px);
    margin-right: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .BlogPostList > * {
    width: calc(33.3333% - 11.6666px);
    flex-basis: calc(33.3333% - 11.6666px);
    margin-right: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .BlogPostList > * {
    width: calc(33.3333% - 12.5px);
    flex-basis: calc(33.3333% - 12.5px);
    margin-right: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .BlogPostList > * {
    width: calc(33.3333% - 13.3333px);
    flex-basis: calc(33.3333% - 13.3333px);
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .BlogPostList > * {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .BlogPostList > * {
    margin-top: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .BlogPostList > * {
    margin-top: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .BlogPostList > * {
    margin-top: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .BlogPostList > * {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .BlogPostList > *:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .BlogPostList > *:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .BlogPostList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .BlogPostList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .BlogPostList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .BlogPostList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .BlogPostList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .BlogPostList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .BlogPostList > * {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .BlogPostList > * {
    margin-top: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .BlogPostList > * {
    margin-top: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .BlogPostList > * {
    margin-top: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .BlogPostList > * {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .BlogPostList > *:nth-child(1n+1) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .BlogPostList > *:nth-child(-n+1) {
    margin-top: 0;
  }
}

.ContactInfo {
  display: flex;
  border-radius: 20px;
  border: 2px solid white;
  padding: 40px;
}
.ContactInfo > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%;
}
.ContactInfo > div + div {
  position: relative;
  border-left: 1px solid white;
}
.ContactInfo > div > address,
.ContactInfo > div > a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.ContactInfo > div > address > i,
.ContactInfo > div > a > i {
  font-size: 40px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .ContactInfo {
    flex-direction: column;
    padding: 20px;
  }
  .ContactInfo > div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
  .ContactInfo > div + div {
    border-left: none;
    border-top: 1px solid white;
  }
}

.BasicCarousel {
  position: relative;
}
.BasicCarousel .BasicCarousel__Previous,
.BasicCarousel .BasicCarousel__Next {
  position: absolute;
  z-index: 2;
  top: 50%;
}
.BasicCarousel .BasicCarousel__Previous[disabled],
.BasicCarousel .BasicCarousel__Next[disabled] {
  opacity: 0;
}
@media (min-width: 768px) {
  .BasicCarousel .BasicCarousel__Previous {
    right: 100%;
    transform: translate(50%, -50%);
  }
  .BasicCarousel .BasicCarousel__Next {
    left: 100%;
    transform: translate(-50%, -50%);
  }
  .BasicCarousel.buttonsWithin .BasicCarousel__Previous {
    transform: translate(120%, -50%);
  }
  .BasicCarousel.buttonsWithin .BasicCarousel__Next {
    transform: translate(-120%, -50%);
  }
}
@media (max-width: 767px) {
  .BasicCarousel .BasicCarousel__Previous {
    left: 0;
    transform: translate(0, -50%);
  }
  .BasicCarousel .BasicCarousel__Next {
    right: 0;
    transform: translate(0, -50%);
  }
}

.dialog {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.dialog::before, .dialog::after {
  content: "";
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  min-height: 100px;
  height: 100px;
  background-color: transparent;
}
.dialog > .dialog__contents {
  position: relative;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
.dialog > .dialog__contents > .dialog__contents__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 30px;
  height: 30px;
  color: white;
}
.dialog.active {
  display: block;
}

.DecorativeLeaf {
  position: relative;
}
.DecorativeLeaf > svg {
  position: absolute;
  width: 150%;
  left: 50%;
  transform: translate(-50%, -25%);
}

.FullWidthCarousel {
  background-color: #626772;
}

.FullWidthCarousel__MaxWidthContainer {
  margin: 0 auto;
  max-width: 1400px;
}

.FullWidthCarousel__Carousel {
  width: 100%;
  height: 75vh;
  max-height: 900px;
  position: relative;
}
.FullWidthCarousel__Carousel::after {
  content: "";
  background: linear-gradient(180deg, rgba(31, 31, 32, 0) 0%, rgba(5, 15, 43, 0.5) 100%);
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 100;
  bottom: 0;
  pointer-events: none;
}

.FullWidthCarousel__Slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}
.FullWidthCarousel__Slide > .FullWidthCarousel__SlideThumb {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .FullWidthCarousel__Slide > .FullWidthCarousel__SlideThumb {
    display: none;
  }
}

@media (max-width: 767px) {
  .FullWidthCarousel__Carousel {
    height: 60vh;
  }
  .FullWidthCarousel__Carousel::after {
    height: 50px;
  }

  .FullWidthCarousel__Slide {
    background-size: 222.2222222222vw 125vw;
    background-position: top calc((60vh - 125vw) / 2) left 0;
  }
}
.FullWidthCarousel__Pagination {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  width: 300px;
}
.FullWidthCarousel__Pagination > .FullWidthCarousel__SlideThumb {
  position: relative;
}
.FullWidthCarousel__Pagination > .FullWidthCarousel__SlideThumb + .FullWidthCarousel__SlideThumb {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .FullWidthCarousel__Pagination {
    display: none;
  }
}

.FullWidthCarousel__SlideThumb {
  display: block;
  text-decoration: none;
  background-color: rgba(4, 4, 4, 0.6);
  padding: 15px 30px;
  border: 2px solid transparent;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.FullWidthCarousel__SlideThumb.active, .FullWidthCarousel__SlideThumb:hover {
  border-color: #F9DE4B;
  background-color: rgba(47, 62, 89, 0.6);
}
.FullWidthCarousel__SlideThumb.active > .FullWidthCarousel__SlideThumb__ActiveIndicator, .FullWidthCarousel__SlideThumb:hover > .FullWidthCarousel__SlideThumb__ActiveIndicator {
  background-color: #F9DE4B;
}
.FullWidthCarousel__SlideThumb > span {
  font-size: 0.875rem;
  font-style: italic;
  font-family: "Xenois Sans Pro", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  color: #F9DE4B;
}
.FullWidthCarousel__SlideThumb > div {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Xenois Sans Pro", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.FullWidthCarousel__SlideThumb > .FullWidthCarousel__SlideThumb__ActiveIndicator {
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  border-color: #F9DE4B;
  border-radius: 50%;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translate(0, -50%);
}

.FullWidthCarousel__ArrowDown {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #F9DE4B;
  background-color: #243580;
  border: none;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .FullWidthCarousel__ArrowDown {
    display: none;
  }
}

.PageSection {
  overflow: hidden;
}
.PageSection > .PageSection__contents {
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .PageSection > .PageSection__contents {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .PageSection > .PageSection__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .PageSection > .PageSection__contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .PageSection > .PageSection__contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.PageSection > .PageSection__contents > *:empty {
  margin: 0;
  padding: 0;
}
.PageSection > .PageSection__contents > *:not(:empty) + * {
  margin-top: 20px;
}
.PageSection > .PageSection__contents > *:not(:empty) + .PhotoGallery,
.PageSection > .PageSection__contents > *:not(:empty) + .PublicationListGrid,
.PageSection > .PageSection__contents > *:not(:empty) + .PublicationCarousel,
.PageSection > .PageSection__contents > *:not(:empty) + .wp-block-separator {
  margin-top: 40px;
}
.PageSection > .PageSection__contents > .PhotoGallery + *:not(:empty),
.PageSection > .PageSection__contents > .PublicationListGrid + *:not(:empty),
.PageSection > .PageSection__contents > .PublicationCarousel + *:not(:empty),
.PageSection > .PageSection__contents > .wp-block-separator + *:not(:empty) {
  margin-top: 40px;
}
.PageSection > .PageSection__contents > p a {
  color: #243580;
  outline-color: currentColor;
  text-decoration: underline;
}
.PageSection > .PageSection__contents > p a:hover, .PageSection > .PageSection__contents > p a:focus {
  color: #203073;
}
.PageSection > .PageSection__contents > p a:active {
  color: #1a265c;
}
.PageSection > .PageSection__contents > p strong {
  font-weight: bold;
}
.PageSection > .PageSection__contents > .wp-block-columns + .wp-block-columns {
  margin-top: 40px;
}
.PageSection > .PageSection__contents ul:not([class]),
.PageSection > .PageSection__contents ol:not([class]) {
  padding-left: 40px;
}
.PageSection > .PageSection__contents ul:not([class]) > li,
.PageSection > .PageSection__contents ol:not([class]) > li {
  margin-top: 0.5em;
}
.PageSection > .PageSection__contents ul:not([class]) > li:first-child,
.PageSection > .PageSection__contents ol:not([class]) > li:first-child {
  margin-top: 0;
}
.PageSection > .PageSection__contents ul:not([class]) {
  list-style: disc outside none;
  list-style: initial;
}
.PageSection > .PageSection__contents ol:not([class]) {
  list-style: decimal;
}
.SectionedPage .PageSection > .PageSection__contents > h1,
.SectionedPage .PageSection > .PageSection__contents > h2,
.SectionedPage .PageSection > .PageSection__contents > h3,
.SectionedPage .PageSection > .PageSection__contents > h4,
.SectionedPage .PageSection > .PageSection__contents > h5,
.SectionedPage .PageSection > .PageSection__contents > h6,
.SectionedPage .PageSection > .PageSection__contents > p, .HeaderPage .PageSection > .PageSection__contents > h1,
.HeaderPage .PageSection > .PageSection__contents > h2,
.HeaderPage .PageSection > .PageSection__contents > h3,
.HeaderPage .PageSection > .PageSection__contents > h4,
.HeaderPage .PageSection > .PageSection__contents > h5,
.HeaderPage .PageSection > .PageSection__contents > h6,
.HeaderPage .PageSection > .PageSection__contents > p {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.PageSection.PageSection--bg-transparent + .PageSection.PageSection--bg-transparent > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-transparent {
  background-color: transparent;
  color: white;
}
.PageSection.PageSection--bg-transparent > .PageSection__contents h1,
.PageSection.PageSection--bg-transparent > .PageSection__contents h2,
.PageSection.PageSection--bg-transparent > .PageSection__contents h3,
.PageSection.PageSection--bg-transparent > .PageSection__contents h4,
.PageSection.PageSection--bg-transparent > .PageSection__contents h5,
.PageSection.PageSection--bg-transparent > .PageSection__contents h6,
.PageSection.PageSection--bg-transparent > .PageSection__contents p {
  color: white;
}
.PageSection.PageSection--bg-blue + .PageSection.PageSection--bg-blue > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-blue {
  background-color: #243580;
  color: white;
}
.PageSection.PageSection--bg-blue > .PageSection__contents h1,
.PageSection.PageSection--bg-blue > .PageSection__contents h2,
.PageSection.PageSection--bg-blue > .PageSection__contents h3,
.PageSection.PageSection--bg-blue > .PageSection__contents h4,
.PageSection.PageSection--bg-blue > .PageSection__contents h5,
.PageSection.PageSection--bg-blue > .PageSection__contents h6,
.PageSection.PageSection--bg-blue > .PageSection__contents p {
  color: white;
}
.PageSection.PageSection--bg-yellow + .PageSection.PageSection--bg-yellow > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-yellow {
  background-color: #F9DE4B;
  color: #626772;
}
.PageSection.PageSection--bg-orange + .PageSection.PageSection--bg-orange > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-orange {
  background-color: #ECAC56;
  color: black;
}
.PageSection.PageSection--bg-orange > .PageSection__contents h1,
.PageSection.PageSection--bg-orange > .PageSection__contents h2,
.PageSection.PageSection--bg-orange > .PageSection__contents h3,
.PageSection.PageSection--bg-orange > .PageSection__contents h4,
.PageSection.PageSection--bg-orange > .PageSection__contents h5,
.PageSection.PageSection--bg-orange > .PageSection__contents h6,
.PageSection.PageSection--bg-orange > .PageSection__contents p {
  color: white;
}
.PageSection.PageSection--bg-red + .PageSection.PageSection--bg-red > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-red {
  background-color: #C5646E;
  color: black;
}
.PageSection.PageSection--bg-red > .PageSection__contents h1,
.PageSection.PageSection--bg-red > .PageSection__contents h2,
.PageSection.PageSection--bg-red > .PageSection__contents h3,
.PageSection.PageSection--bg-red > .PageSection__contents h4,
.PageSection.PageSection--bg-red > .PageSection__contents h5,
.PageSection.PageSection--bg-red > .PageSection__contents h6,
.PageSection.PageSection--bg-red > .PageSection__contents p {
  color: white;
}
.PageSection.PageSection--bg-lightblue + .PageSection.PageSection--bg-lightblue > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-lightblue {
  background-color: #6087C2;
  color: white;
}
.PageSection.PageSection--bg-lightblue > .PageSection__contents h1,
.PageSection.PageSection--bg-lightblue > .PageSection__contents h2,
.PageSection.PageSection--bg-lightblue > .PageSection__contents h3,
.PageSection.PageSection--bg-lightblue > .PageSection__contents h4,
.PageSection.PageSection--bg-lightblue > .PageSection__contents h5,
.PageSection.PageSection--bg-lightblue > .PageSection__contents h6,
.PageSection.PageSection--bg-lightblue > .PageSection__contents p {
  color: white;
}
.PageSection.PageSection--bg-green + .PageSection.PageSection--bg-green > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-green {
  background-color: #63B290;
  color: black;
}
.PageSection.PageSection--bg-green > .PageSection__contents h1,
.PageSection.PageSection--bg-green > .PageSection__contents h2,
.PageSection.PageSection--bg-green > .PageSection__contents h3,
.PageSection.PageSection--bg-green > .PageSection__contents h4,
.PageSection.PageSection--bg-green > .PageSection__contents h5,
.PageSection.PageSection--bg-green > .PageSection__contents h6,
.PageSection.PageSection--bg-green > .PageSection__contents p {
  color: white;
}
.PageSection.PageSection--bg-purple + .PageSection.PageSection--bg-purple > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-purple {
  background-color: #8C4773;
  color: white;
}
.PageSection.PageSection--bg-purple > .PageSection__contents h1,
.PageSection.PageSection--bg-purple > .PageSection__contents h2,
.PageSection.PageSection--bg-purple > .PageSection__contents h3,
.PageSection.PageSection--bg-purple > .PageSection__contents h4,
.PageSection.PageSection--bg-purple > .PageSection__contents h5,
.PageSection.PageSection--bg-purple > .PageSection__contents h6,
.PageSection.PageSection--bg-purple > .PageSection__contents p {
  color: white;
}
.PageSection.PageSection--bg-gray + .PageSection.PageSection--bg-gray > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-gray {
  background-color: #626772;
  color: white;
}
.PageSection.PageSection--bg-gray > .PageSection__contents h1,
.PageSection.PageSection--bg-gray > .PageSection__contents h2,
.PageSection.PageSection--bg-gray > .PageSection__contents h3,
.PageSection.PageSection--bg-gray > .PageSection__contents h4,
.PageSection.PageSection--bg-gray > .PageSection__contents h5,
.PageSection.PageSection--bg-gray > .PageSection__contents h6,
.PageSection.PageSection--bg-gray > .PageSection__contents p {
  color: white;
}
.PageSection.PageSection--bg-lightgray + .PageSection.PageSection--bg-lightgray > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-lightgray {
  background-color: #F6F8FB;
  color: black;
}
.PageSection.PageSection--bg-lightgray {
  border-top: 1px solid rgba(36, 53, 128, 0.2);
  border-bottom: 1px solid rgba(36, 53, 128, 0.2);
}
.PageSection.PageSection--bg-blueishgray + .PageSection.PageSection--bg-blueishgray > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-blueishgray {
  background-color: #EAEFF7;
  color: black;
}
.PageSection.PageSection--bg-blueishgray {
  border-top: 1px solid rgba(36, 53, 128, 0.2);
  border-bottom: 1px solid rgba(36, 53, 128, 0.2);
}
.PageSection.PageSection--bg-black + .PageSection.PageSection--bg-black > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-black {
  background-color: black;
  color: white;
}
.PageSection.PageSection--bg-black > .PageSection__contents h1,
.PageSection.PageSection--bg-black > .PageSection__contents h2,
.PageSection.PageSection--bg-black > .PageSection__contents h3,
.PageSection.PageSection--bg-black > .PageSection__contents h4,
.PageSection.PageSection--bg-black > .PageSection__contents h5,
.PageSection.PageSection--bg-black > .PageSection__contents h6,
.PageSection.PageSection--bg-black > .PageSection__contents p {
  color: white;
}
.PageSection.PageSection--bg-white + .PageSection.PageSection--bg-white > .PageSection__contents {
  padding-top: 0 !important;
}
.PageSection.PageSection--bg-white {
  background-color: white;
  color: black;
}
.PageSection.PageSection--bg-white > .PageSection__contents h1,
.PageSection.PageSection--bg-white > .PageSection__contents h2,
.PageSection.PageSection--bg-white > .PageSection__contents h3,
.PageSection.PageSection--bg-white > .PageSection__contents h4,
.PageSection.PageSection--bg-white > .PageSection__contents h5,
.PageSection.PageSection--bg-white > .PageSection__contents h6,
.PageSection.PageSection--bg-white > .PageSection__contents p {
  color: white;
}

.FullWidthAccordeon {
  border-top: 1px solid rgba(36, 53, 128, 0.2);
  background-color: #F6F8FB;
  padding-top: 30px;
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
  /**
   * Colors
   */
}
.FullWidthAccordeon .FullWidthAccordeon__MaxWidthContainer {
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .FullWidthAccordeon .FullWidthAccordeon__MaxWidthContainer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .FullWidthAccordeon .FullWidthAccordeon__MaxWidthContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.FullWidthAccordeon .FullWidthAccordeon__LeadingContent {
  margin-bottom: 30px;
}
.FullWidthAccordeon.color-transparent .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: transparent;
  color: white;
  color: white;
}
.FullWidthAccordeon.color-blue .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #243580;
  color: white;
  color: white;
}
.FullWidthAccordeon.color-yellow .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #F9DE4B;
  color: #626772;
  color: #243580;
}
.FullWidthAccordeon.color-orange .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #ECAC56;
  color: black;
  color: white;
}
.FullWidthAccordeon.color-red .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #C5646E;
  color: black;
  color: white;
}
.FullWidthAccordeon.color-lightblue .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #6087C2;
  color: white;
  color: white;
}
.FullWidthAccordeon.color-green .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #63B290;
  color: black;
  color: white;
}
.FullWidthAccordeon.color-purple .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #8C4773;
  color: white;
  color: white;
}
.FullWidthAccordeon.color-gray .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #626772;
  color: white;
  color: white;
}
.FullWidthAccordeon.color-lightgray .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #F6F8FB;
  color: black;
  color: #243580;
}
.FullWidthAccordeon.color-blueishgray .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: #EAEFF7;
  color: black;
  color: #243580;
}
.FullWidthAccordeon.color-black .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: black;
  color: white;
  color: white;
}
.FullWidthAccordeon.color-white .FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader {
  background-color: white;
  color: black;
  color: white;
}

.FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader > * > button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  font-family: "Xenois Sans Pro", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
}
.FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader > * > button > span:first-child {
  text-align: left;
}
.FullWidthAccordeon__Group > .FullWidthAccordeon__GroupHeader > * > button > i {
  font-size: 2.5rem;
}
.FullWidthAccordeon__Group > .FullWidthAccordeon__GroupBody {
  background-color: #EAEFF7;
  display: none;
  border-top: 1px solid rgba(36, 53, 128, 0.2);
  border-bottom: 1px solid rgba(36, 53, 128, 0.2);
  padding: 25px 0;
}
.FullWidthAccordeon__Group.active > .FullWidthAccordeon__GroupHeader > * > button > i {
  transform: rotate(180deg);
}
.FullWidthAccordeon__Group.active > .FullWidthAccordeon__GroupBody {
  display: block;
}

.HighlightBanner {
  color: #243580;
  background-color: #F9DE4B;
  padding-top: 30px;
  padding-bottom: 30px;
}
.HighlightBanner > div {
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .HighlightBanner > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .HighlightBanner > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.HighlightBanner > div > *:empty {
  margin: 0;
  padding: 0;
}
.HighlightBanner > div > *:not(:empty) + * {
  margin-top: 20px;
}
.HighlightBanner > div > *:not(:empty) + .PhotoGallery,
.HighlightBanner > div > *:not(:empty) + .PublicationListGrid,
.HighlightBanner > div > *:not(:empty) + .PublicationCarousel,
.HighlightBanner > div > *:not(:empty) + .wp-block-separator {
  margin-top: 40px;
}
.HighlightBanner > div > .PhotoGallery + *:not(:empty),
.HighlightBanner > div > .PublicationListGrid + *:not(:empty),
.HighlightBanner > div > .PublicationCarousel + *:not(:empty),
.HighlightBanner > div > .wp-block-separator + *:not(:empty) {
  margin-top: 40px;
}
.HighlightBanner > div > p a {
  color: #243580;
  outline-color: currentColor;
  text-decoration: underline;
}
.HighlightBanner > div > p a:hover, .HighlightBanner > div > p a:focus {
  color: #203073;
}
.HighlightBanner > div > p a:active {
  color: #1a265c;
}
.HighlightBanner > div > p strong {
  font-weight: bold;
}
.HighlightBanner > div > .wp-block-columns + .wp-block-columns {
  margin-top: 40px;
}
.HighlightBanner > div ul:not([class]),
.HighlightBanner > div ol:not([class]) {
  padding-left: 40px;
}
.HighlightBanner > div ul:not([class]) > li,
.HighlightBanner > div ol:not([class]) > li {
  margin-top: 0.5em;
}
.HighlightBanner > div ul:not([class]) > li:first-child,
.HighlightBanner > div ol:not([class]) > li:first-child {
  margin-top: 0;
}
.HighlightBanner > div ul:not([class]) {
  list-style: disc outside none;
  list-style: initial;
}
.HighlightBanner > div ol:not([class]) {
  list-style: decimal;
}
.HighlightBanner > div > h1,
.HighlightBanner > div > h2,
.HighlightBanner > div > h3,
.HighlightBanner > div > h4,
.HighlightBanner > div > h5,
.HighlightBanner > div > h6,
.HighlightBanner > div > p {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.IconButton {
  background-color: #243580;
  color: #F9DE4B;
  background-color: #F9DE4B;
  color: #243580;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.MainFooter {
  border-top: 1px solid white;
  background-color: #243580;
  color: white;
}
.MainFooter > .MainFooter__MainContent {
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .MainFooter > .MainFooter__MainContent {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .MainFooter > .MainFooter__MainContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.MainFooter > .MainFooter__MainContent > nav {
  margin-top: 60px;
}
.MainFooter > .MainFooter__SecondaryContent {
  border-top: 1px solid white;
  padding-top: 80px;
  padding-bottom: 80px;
}
.MainFooter > .MainFooter__SecondaryContent > div {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .MainFooter > .MainFooter__SecondaryContent > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .MainFooter > .MainFooter__SecondaryContent > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .MainFooter > .MainFooter__SecondaryContent > div {
    flex-direction: column;
  }
  .MainFooter > .MainFooter__SecondaryContent > div > * + * {
    margin-top: 30px;
  }
}
.MainFooter > .MainFooter__SecondaryContent .MainFooter__PressContact {
  text-align: center;
}
.MainFooter > .MainFooter__SecondaryContent .MainFooter__CopyrightNotice {
  font-size: 0.875rem;
}

.MainFooter > .MainFooter__MainContent > nav .menu a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
.MainFooter > .MainFooter__MainContent > nav .menu > .menu-item > *:first-child {
  font-weight: 700;
  margin-bottom: 20px;
  pointer-events: none;
}
.MainFooter > .MainFooter__MainContent > nav .menu > .menu-item > .sub-menu > .menu-item > a {
  margin-bottom: 10px;
}
.MainFooter > .MainFooter__MainContent > nav .menu > .menu-item > .sub-menu > .menu-item:last-child > a {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .MainFooter > .MainFooter__MainContent > nav .menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .MainFooter > .MainFooter__MainContent > nav .menu > .menu-item {
    margin-right: 20px;
  }
  .MainFooter > .MainFooter__MainContent > nav .menu > .menu-item:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .MainFooter > .MainFooter__MainContent > nav .menu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    width: calc(50% - 7.5px);
    flex-basis: calc(50% - 7.5px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    width: calc(50% - 8.125px);
    flex-basis: calc(50% - 8.125px);
    margin-right: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    width: calc(50% - 8.75px);
    flex-basis: calc(50% - 8.75px);
    margin-right: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    width: calc(50% - 9.375px);
    flex-basis: calc(50% - 9.375px);
    margin-right: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    margin-top: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    margin-top: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    margin-top: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > * {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > *:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .MainFooter > .MainFooter__MainContent > nav .menu > *:nth-child(-n+2) {
    margin-top: 0;
  }
}

/**
 * MainHeader__Menu
 */
.MainHeader__Menu > div > ul.menu {
  display: flex;
  color: #F9DE4B;
}
.MainHeader__Menu > div > ul.menu > li {
  margin-right: 20px;
}
.MainHeader__Menu > div > ul.menu > li:last-child {
  margin-right: 0;
}
.MainHeader__Menu > div > ul.menu > li.escondido {
  display: none;
}
.menu-open .MainHeader__Menu > div > ul.menu > li.escondido {
  display: block;
}
@media (max-width: 767px) {
  .MainHeader__Menu {
    display: none;
  }
}

/**
 * MainHeader__PopupMenu
 */
.MainHeader__PopupMenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid white;
  background-color: #243580;
  height: calc(100vh - 80px);
}
.MainHeader__PopupMenu > .MainHeader__PopupMenu__content {
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .MainHeader__PopupMenu > .MainHeader__PopupMenu__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .MainHeader__PopupMenu > .MainHeader__PopupMenu__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.menu-open .MainHeader__PopupMenu {
  display: block;
}

/**
 * Menu trigger
 */
.MainHeader__MenuTrigger {
  position: relative;
  outline: none;
  display: block;
  background-color: transparent;
  color: inherit;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.MainHeader__MenuTrigger > span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background-color: currentColor;
  opacity: 1;
  left: 4px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.MainHeader__MenuTrigger > span:nth-child(1) {
  top: 7px;
  transform-origin: left center;
}
.MainHeader__MenuTrigger > span:nth-child(2) {
  top: 14px;
  transform-origin: left center;
}
.MainHeader__MenuTrigger > span:nth-child(3) {
  top: 21px;
  transform-origin: left center;
}
.menu-open .MainHeader__MenuTrigger > span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
  left: 7px;
}
.menu-open .MainHeader__MenuTrigger > span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-open .MainHeader__MenuTrigger > span:nth-child(3) {
  transform: rotate(-45deg);
  top: 23px;
  left: 7px;
}

body.menu-open {
  overflow: hidden;
}

.MainHeader {
  position: fixed;
  color: white;
  background-color: #243580;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.admin-bar .MainHeader {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .MainHeader {
    top: 46px;
  }
}
.MainHeader > .MainHeader__Content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: inherit;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 575px) {
  .MainHeader > .MainHeader__Content {
    height: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .MainHeader > .MainHeader__Content {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .MainHeader > .MainHeader__Content {
    height: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .MainHeader > .MainHeader__Content {
    height: 90px;
  }
}
@media (min-width: 1400px) {
  .MainHeader > .MainHeader__Content {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .MainHeader > .MainHeader__Content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .MainHeader > .MainHeader__Content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.MainHeader > .MainHeader__Content > .MainHeader__logo {
  height: 85%;
  flex-shrink: 0;
  margin-right: 30px;
}
.MainHeader > .MainHeader__Content > .MainHeader__logo > img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .MainHeader > .MainHeader__Content > .MainHeader__logo {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .MainHeader + * {
    padding-top: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .MainHeader + * {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .MainHeader + * {
    padding-top: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .MainHeader + * {
    padding-top: 90px;
  }
}
@media (min-width: 1400px) {
  .MainHeader + * {
    padding-top: 90px;
  }
}

.MainHeader__right {
  display: flex;
  align-items: center;
}
.MainHeader__right > * + * {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .MainHeader__right > * + * {
    margin-left: 10px;
  }
}

.MainMenu {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .MainMenu .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .MainMenu .mobile-only {
    margin-top: 20px;
    display: block;
  }
  .MainMenu .mobile-only a {
    color: #F9DE4B;
    text-decoration: underline !important;
  }
}
.MainMenu > nav {
  position: relative;
}
.MainMenu > nav ul.menu .menu-item {
  white-space: nowrap;
}
.MainMenu > nav ul.menu > * + * {
  margin-top: 20px;
}
.MainMenu > nav ul.menu > li.menu-item > a {
  display: flex;
  padding-right: 100px;
  text-decoration: none;
}
.MainMenu > nav ul.menu > li.menu-item > a:hover {
  text-decoration: underline;
}
.MainMenu > nav ul.menu > li.menu-item.menu-item-has-children > .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.MainMenu > nav ul.menu > li.menu-item.menu-item-has-children > .sub-menu > li + li {
  margin-top: 20px;
}
.MainMenu > nav ul.menu > li.menu-item.menu-item-has-children > .sub-menu > li > a {
  text-decoration: none;
}
.MainMenu > nav ul.menu > li.menu-item.menu-item-has-children > .sub-menu > li > a:hover {
  text-decoration: underline;
}
.MainMenu > nav ul.menu > li.menu-item.menu-item-has-children.open > a {
  font-weight: 700;
  text-decoration: underline;
}
.MainMenu > nav ul.menu > li.menu-item.menu-item-has-children.open > .sub-menu {
  display: block;
}
.MainMenu > nav ul.menu > li.menu-item.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23F9DE4B'%3e%3crect fill='none' height='24' width='24'/%3e%3cpath d='M15,5l-1.41,1.41L18.17,11H2V13h16.17l-4.59,4.59L15,19l7-7L15,5z'/%3e%3c/svg%3e");
  margin-left: 5px;
}
.MainMenu > .MainMenu__ImageContainer {
  width: 300px;
  flex-grow: 0;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.MainMenu > .MainMenu__ImageContainer > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: none;
  opacity: 0;
  transition: opacity 1s ease;
}
.MainMenu > .MainMenu__ImageContainer > img.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .MainMenu {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
  }
  .MainMenu > nav ul.menu > li.menu-item.menu-item-has-children > .sub-menu {
    position: static;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .MainMenu > nav ul.menu > li.menu-item.menu-item-has-children > .sub-menu li + li {
    margin-top: 20px;
  }
  .MainMenu > .MainMenu__ImageContainer {
    display: none;
  }
}

.NewsletterHighlight {
  display: flex;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.NewsletterHighlight > .NewsletterHighlight__Left {
  padding-right: 40px;
}
.NewsletterHighlight > .NewsletterHighlight__Left > * + * {
  margin-top: 20px;
}
.NewsletterHighlight > .NewsletterHighlight__Left > .NewsletterHighlight__Title {
  color: white;
  display: block;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .NewsletterHighlight > .NewsletterHighlight__Left > .NewsletterHighlight__Title {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .NewsletterHighlight > .NewsletterHighlight__Left > .NewsletterHighlight__Title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .NewsletterHighlight > .NewsletterHighlight__Left > .NewsletterHighlight__Title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .NewsletterHighlight > .NewsletterHighlight__Left > .NewsletterHighlight__Title {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .NewsletterHighlight > .NewsletterHighlight__Left > .NewsletterHighlight__Title {
    font-size: 2rem;
  }
}
.NewsletterHighlight > .NewsletterHighlight__Left > .NewsletterHighlight__EditionLink, .NewsletterHighlight > .NewsletterHighlight__Left > div .NewsletterHighlight__EditionLink {
  color: #F9DE4B;
  display: block;
  margin-bottom: 10px;
}
.NewsletterHighlight > .NewsletterHighlight__Left > .PreviousEditions__button {
  border: none;
  padding: 0;
  text-decoration: underline;
  background-color: transparent;
  color: currentColor;
  font-size: 1rem;
}
.NewsletterHighlight > .NewsletterHighlight__Left > .PreviousEditions__button > span {
  margin-left: 10px;
}
.NewsletterHighlight > .NewsletterHighlight__Left > .PreviousEditions__button > span > svg {
  width: 15px;
  height: auto;
}
.NewsletterHighlight > .NewsletterHighlight__Left > .NewsletterHighlight__PreviousEditions {
  height: 0;
  overflow: hidden;
  transition: height 2s ease-in-out 1s;
}
.NewsletterHighlight > .NewsletterHighlight__Left > .NewsletterHighlight__PreviousEditions.open {
  height: auto;
}
.NewsletterHighlight > .NewsletterHighlight__Left > #mc_embed_signup > form > input {
  background-color: transparent;
  color: white;
  border-bottom: 1px solid white;
  margin-right: 10px;
  margin-bottom: 10px;
}
.NewsletterHighlight > .NewsletterHighlight__Left > #mc_embed_signup > form > input::-moz-placeholder {
  color: inherit;
}
.NewsletterHighlight > .NewsletterHighlight__Left > #mc_embed_signup > form > input:-ms-input-placeholder {
  color: inherit;
}
.NewsletterHighlight > .NewsletterHighlight__Left > #mc_embed_signup > form > input::placeholder {
  color: inherit;
}
.NewsletterHighlight > .NewsletterHighlight__Left > #mc_embed_signup > form > button {
  margin-top: 20px;
  color: #F9DE4B;
  border-color: #F9DE4B;
  transition: 0.5s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  font-family: inherit;
  background-color: #F9DE4B;
  color: #243580;
}
.NewsletterHighlight > .NewsletterHighlight__Left > #mc_embed_signup > form > button > i {
  font-size: 20px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .NewsletterHighlight {
    flex-direction: column-reverse;
  }
  .NewsletterHighlight > .NewsletterHighlight__Left {
    padding-right: 0;
  }
  .NewsletterHighlight > .NewsletterHighlight__Left > #mc_embed_signup > form > input {
    margin-right: 0;
    width: 100%;
  }
  .NewsletterHighlight > .NewsletterHighlight__Left > #mc_embed_signup > form > input + input {
    margin-top: 20px;
  }
  .NewsletterHighlight > .NewsletterHighlight__Right {
    margin-bottom: 20px;
  }
}

.PageHeader > div {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  background-position: center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .PageHeader > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .PageHeader > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.PageHeader > div::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
}
.PageHeader > div > h1 {
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  color: white;
}
.PageHeader > div > .Breadcrumb {
  position: relative;
  z-index: 2;
  color: white;
}
.PageHeader > nav.PageHeader__DesktopNav {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .PageHeader > nav.PageHeader__DesktopNav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .PageHeader > nav.PageHeader__DesktopNav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .PageHeader > nav.PageHeader__DesktopNav {
    display: none;
  }
}
.PageHeader > nav.PageHeader__DesktopNav > a {
  padding: 20px;
  text-decoration: none;
  text-align: center;
}
.PageHeader > nav.PageHeader__MobileNav {
  display: flex;
  justify-content: center;
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .PageHeader > nav.PageHeader__MobileNav {
    display: none;
  }
}
.PageHeader > nav.PageHeader__MobileNav > select {
  width: 100%;
  color: #243580;
  max-width: 100%;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid currentColor;
}
.PageHeader.color-transparent, .color-transparent .PageHeader {
  background-color: #626772;
}
.PageHeader.color-transparent > nav.PageHeader__DesktopNav, .color-transparent .PageHeader > nav.PageHeader__DesktopNav {
  background-color: transparent;
}
.PageHeader.color-transparent > nav.PageHeader__DesktopNav > a, .color-transparent .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: transparent;
  color: white;
  outline-color: transparent;
  color: white !important;
}
.PageHeader.color-transparent > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-transparent > nav.PageHeader__DesktopNav > a:focus, .color-transparent .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-transparent .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  outline-color: rgba(0, 0, 0, 0);
}
.PageHeader.color-transparent > nav.PageHeader__DesktopNav > a:active, .color-transparent .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: rgba(0, 0, 0, 0);
  color: white;
  outline-color: rgba(0, 0, 0, 0);
}
.PageHeader.color-transparent > nav.PageHeader__DesktopNav > a.active, .color-transparent .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: rgba(0, 0, 0, 0);
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-transparent:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.PageHeader.color-blue, .color-blue .PageHeader {
  background-color: #626772;
}
.PageHeader.color-blue > nav.PageHeader__DesktopNav, .color-blue .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #243580;
}
.PageHeader.color-blue > nav.PageHeader__DesktopNav > a, .color-blue .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #243580;
  color: white;
  outline-color: #243580;
  color: white !important;
}
.PageHeader.color-blue > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-blue > nav.PageHeader__DesktopNav > a:focus, .color-blue .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-blue .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #203073;
  color: white;
  outline-color: #203073;
}
.PageHeader.color-blue > nav.PageHeader__DesktopNav > a:active, .color-blue .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #1a265c;
  color: white;
  outline-color: #1a265c;
}
.PageHeader.color-blue > nav.PageHeader__DesktopNav > a.active, .color-blue .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #1d2a66;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-blue:hover {
  background-color: #203073 !important;
}
.PageHeader.color-yellow, .color-yellow .PageHeader {
  background-color: #626772;
}
.PageHeader.color-yellow > nav.PageHeader__DesktopNav, .color-yellow .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #F9DE4B;
}
.PageHeader.color-yellow > nav.PageHeader__DesktopNav > a, .color-yellow .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #F9DE4B;
  color: #626772;
  outline-color: #F9DE4B;
  color: white !important;
}
.PageHeader.color-yellow > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-yellow > nav.PageHeader__DesktopNav > a:focus, .color-yellow .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-yellow .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #f8d82c;
  color: black;
  outline-color: #f8d82c;
}
.PageHeader.color-yellow > nav.PageHeader__DesktopNav > a:active, .color-yellow .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #e2c008;
  color: black;
  outline-color: #e2c008;
}
.PageHeader.color-yellow > nav.PageHeader__DesktopNav > a.active, .color-yellow .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #f7d30c;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-yellow:hover {
  background-color: #f8d82c !important;
}
.PageHeader.color-orange, .color-orange .PageHeader {
  background-color: #626772;
}
.PageHeader.color-orange > nav.PageHeader__DesktopNav, .color-orange .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #ECAC56;
}
.PageHeader.color-orange > nav.PageHeader__DesktopNav > a, .color-orange .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #ECAC56;
  color: black;
  outline-color: #ECAC56;
  color: white !important;
}
.PageHeader.color-orange > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-orange > nav.PageHeader__DesktopNav > a:focus, .color-orange .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-orange .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #e99e39;
  color: black;
  outline-color: #e99e39;
}
.PageHeader.color-orange > nav.PageHeader__DesktopNav > a:active, .color-orange .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #d08117;
  color: black;
  outline-color: #d08117;
}
.PageHeader.color-orange > nav.PageHeader__DesktopNav > a.active, .color-orange .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #e5901c;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-orange:hover {
  background-color: #e99e39 !important;
}
.PageHeader.color-red, .color-red .PageHeader {
  background-color: #626772;
}
.PageHeader.color-red > nav.PageHeader__DesktopNav, .color-red .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #C5646E;
}
.PageHeader.color-red > nav.PageHeader__DesktopNav > a, .color-red .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #C5646E;
  color: black;
  outline-color: #C5646E;
  color: white !important;
}
.PageHeader.color-red > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-red > nav.PageHeader__DesktopNav > a:focus, .color-red .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-red .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #bd4e5a;
  color: white;
  outline-color: #bd4e5a;
}
.PageHeader.color-red > nav.PageHeader__DesktopNav > a:active, .color-red .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #9c3a44;
  color: white;
  outline-color: #9c3a44;
}
.PageHeader.color-red > nav.PageHeader__DesktopNav > a.active, .color-red .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #ad414c;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-red:hover {
  background-color: #bd4e5a !important;
}
.PageHeader.color-lightblue, .color-lightblue .PageHeader {
  background-color: #626772;
}
.PageHeader.color-lightblue > nav.PageHeader__DesktopNav, .color-lightblue .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #6087C2;
}
.PageHeader.color-lightblue > nav.PageHeader__DesktopNav > a, .color-lightblue .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #6087C2;
  color: white;
  outline-color: #6087C2;
  color: white !important;
}
.PageHeader.color-lightblue > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-lightblue > nav.PageHeader__DesktopNav > a:focus, .color-lightblue .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-lightblue .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #4b77ba;
  color: black;
  outline-color: #4b77ba;
}
.PageHeader.color-lightblue > nav.PageHeader__DesktopNav > a:active, .color-lightblue .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #3a5f97;
  color: white;
  outline-color: #3a5f97;
}
.PageHeader.color-lightblue > nav.PageHeader__DesktopNav > a.active, .color-lightblue .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #4069a8;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-lightblue:hover {
  background-color: #4b77ba !important;
}
.PageHeader.color-green, .color-green .PageHeader {
  background-color: #626772;
}
.PageHeader.color-green > nav.PageHeader__DesktopNav, .color-green .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #63B290;
}
.PageHeader.color-green > nav.PageHeader__DesktopNav > a, .color-green .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #63B290;
  color: black;
  outline-color: #63B290;
  color: white !important;
}
.PageHeader.color-green > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-green > nav.PageHeader__DesktopNav > a:focus, .color-green .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-green .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #52a783;
  color: black;
  outline-color: #52a783;
}
.PageHeader.color-green > nav.PageHeader__DesktopNav > a:active, .color-green .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #428668;
  color: black;
  outline-color: #428668;
}
.PageHeader.color-green > nav.PageHeader__DesktopNav > a.active, .color-green .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #499474;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-green:hover {
  background-color: #52a783 !important;
}
.PageHeader.color-purple, .color-purple .PageHeader {
  background-color: #626772;
}
.PageHeader.color-purple > nav.PageHeader__DesktopNav, .color-purple .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #8C4773;
}
.PageHeader.color-purple > nav.PageHeader__DesktopNav > a, .color-purple .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #8C4773;
  color: white;
  outline-color: #8C4773;
  color: white !important;
}
.PageHeader.color-purple > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-purple > nav.PageHeader__DesktopNav > a:focus, .color-purple .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-purple .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #7e4068;
  color: white;
  outline-color: #7e4068;
}
.PageHeader.color-purple > nav.PageHeader__DesktopNav > a:active, .color-purple .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #653353;
  color: white;
  outline-color: #653353;
}
.PageHeader.color-purple > nav.PageHeader__DesktopNav > a.active, .color-purple .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #70395c;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-purple:hover {
  background-color: #7e4068 !important;
}
.PageHeader.color-gray, .color-gray .PageHeader {
  background-color: #626772;
}
.PageHeader.color-gray > nav.PageHeader__DesktopNav, .color-gray .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #626772;
}
.PageHeader.color-gray > nav.PageHeader__DesktopNav > a, .color-gray .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #626772;
  color: white;
  outline-color: #626772;
  color: white !important;
}
.PageHeader.color-gray > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-gray > nav.PageHeader__DesktopNav > a:focus, .color-gray .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-gray .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #585d67;
  color: white;
  outline-color: #585d67;
}
.PageHeader.color-gray > nav.PageHeader__DesktopNav > a:active, .color-gray .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #474a52;
  color: white;
  outline-color: #474a52;
}
.PageHeader.color-gray > nav.PageHeader__DesktopNav > a.active, .color-gray .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #4e525b;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-gray:hover {
  background-color: #585d67 !important;
}
.PageHeader.color-lightgray, .color-lightgray .PageHeader {
  background-color: #626772;
}
.PageHeader.color-lightgray > nav.PageHeader__DesktopNav, .color-lightgray .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #F6F8FB;
}
.PageHeader.color-lightgray > nav.PageHeader__DesktopNav > a, .color-lightgray .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #F6F8FB;
  color: black;
  outline-color: #F6F8FB;
  color: white !important;
}
.PageHeader.color-lightgray > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-lightgray > nav.PageHeader__DesktopNav > a:focus, .color-lightgray .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-lightgray .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #d4ddec;
  color: black;
  outline-color: #d4ddec;
}
.PageHeader.color-lightgray > nav.PageHeader__DesktopNav > a:active, .color-lightgray .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #96add0;
  color: black;
  outline-color: #96add0;
}
.PageHeader.color-lightgray > nav.PageHeader__DesktopNav > a.active, .color-lightgray .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #b1c2dc;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-lightgray:hover {
  background-color: #d4ddec !important;
}
.PageHeader.color-blueishgray, .color-blueishgray .PageHeader {
  background-color: #626772;
}
.PageHeader.color-blueishgray > nav.PageHeader__DesktopNav, .color-blueishgray .PageHeader > nav.PageHeader__DesktopNav {
  background-color: #EAEFF7;
}
.PageHeader.color-blueishgray > nav.PageHeader__DesktopNav > a, .color-blueishgray .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: #EAEFF7;
  color: black;
  outline-color: #EAEFF7;
  color: white !important;
}
.PageHeader.color-blueishgray > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-blueishgray > nav.PageHeader__DesktopNav > a:focus, .color-blueishgray .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-blueishgray .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #c7d4ea;
  color: black;
  outline-color: #c7d4ea;
}
.PageHeader.color-blueishgray > nav.PageHeader__DesktopNav > a:active, .color-blueishgray .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #88a5d2;
  color: black;
  outline-color: #88a5d2;
}
.PageHeader.color-blueishgray > nav.PageHeader__DesktopNav > a.active, .color-blueishgray .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #a4badc;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-blueishgray:hover {
  background-color: #c7d4ea !important;
}
.PageHeader.color-black, .color-black .PageHeader {
  background-color: #626772;
}
.PageHeader.color-black > nav.PageHeader__DesktopNav, .color-black .PageHeader > nav.PageHeader__DesktopNav {
  background-color: black;
}
.PageHeader.color-black > nav.PageHeader__DesktopNav > a, .color-black .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: black;
  color: white;
  outline-color: black;
  color: white !important;
}
.PageHeader.color-black > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-black > nav.PageHeader__DesktopNav > a:focus, .color-black .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-black .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: black;
  color: white;
  outline-color: black;
}
.PageHeader.color-black > nav.PageHeader__DesktopNav > a:active, .color-black .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: black;
  color: white;
  outline-color: black;
}
.PageHeader.color-black > nav.PageHeader__DesktopNav > a.active, .color-black .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: black;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-black:hover {
  background-color: black !important;
}
.PageHeader.color-white, .color-white .PageHeader {
  background-color: #626772;
}
.PageHeader.color-white > nav.PageHeader__DesktopNav, .color-white .PageHeader > nav.PageHeader__DesktopNav {
  background-color: white;
}
.PageHeader.color-white > nav.PageHeader__DesktopNav > a, .color-white .PageHeader > nav.PageHeader__DesktopNav > a {
  background-color: white;
  color: black;
  outline-color: white;
  color: white !important;
}
.PageHeader.color-white > nav.PageHeader__DesktopNav > a:hover, .PageHeader.color-white > nav.PageHeader__DesktopNav > a:focus, .color-white .PageHeader > nav.PageHeader__DesktopNav > a:hover, .color-white .PageHeader > nav.PageHeader__DesktopNav > a:focus {
  background-color: #e6e6e6;
  color: black;
  outline-color: #e6e6e6;
}
.PageHeader.color-white > nav.PageHeader__DesktopNav > a:active, .color-white .PageHeader > nav.PageHeader__DesktopNav > a:active {
  background-color: #b8b8b8;
  color: black;
  outline-color: #b8b8b8;
}
.PageHeader.color-white > nav.PageHeader__DesktopNav > a.active, .color-white .PageHeader > nav.PageHeader__DesktopNav > a.active {
  background-color: #cccccc;
}
.PageHeader > nav.PageHeader__DesktopNav > a.color-white:hover {
  background-color: #e6e6e6 !important;
}

img[data-full-src] {
  cursor: zoom-in;
}

* + .PaginationControl {
  margin-top: 40px;
}

.PaginationControl {
  display: flex;
  justify-content: center;
}
.PaginationControl > .PaginationControl__previous,
.PaginationControl > .PaginationControl__next {
  display: flex;
  align-items: center;
  height: 30px;
}
.PaginationControl > .PaginationControl__previous {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-left: 20px;
  padding-right: 10px;
  margin-right: 20px;
}
.PaginationControl > .PaginationControl__next {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 10px;
  padding-right: 20px;
  margin-left: 20px;
}
.PaginationControl > .PaginationControl__numbers {
  display: flex;
}
.PaginationControl > .PaginationControl__numbers > a,
.PaginationControl > .PaginationControl__numbers > span {
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PaginationControl > .PaginationControl__numbers > a:empty,
.PaginationControl > .PaginationControl__numbers > span:empty {
  display: none;
}
.PaginationControl > .PaginationControl__numbers > a.current,
.PaginationControl > .PaginationControl__numbers > span.current {
  font-weight: bold;
}

.PortalsMenu {
  position: relative;
  color: #243580;
}
.PortalsMenu > button {
  background-color: #F9DE4B;
  color: black;
  outline-color: #F9DE4B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  font-family: inherit;
  color: inherit;
  font-weight: 700;
  padding: 10px 30px;
}
.PortalsMenu > button:hover, .PortalsMenu > button:focus {
  background-color: #f8d82c;
  color: black;
  outline-color: #f8d82c;
}
.PortalsMenu > button:active {
  background-color: #e2c008;
  color: black;
  outline-color: #e2c008;
}
.PortalsMenu > button > i {
  margin-left: 0;
}
.PortalsMenu > nav {
  display: none;
  position: absolute;
  z-index: 9;
  border-top: 1px solid white;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 10px 20px 15px;
  background-color: #F9DE4B;
  color: black;
  color: inherit;
}
.PortalsMenu > nav a {
  text-decoration: none;
}
.PortalsMenu > nav > div > ul > * + * {
  margin-top: 10px;
}
.PortalsMenu.open > button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.PortalsMenu.open > button > i {
  transform: rotate(180deg);
}
.PortalsMenu.open > nav {
  display: block;
}
@media (max-width: 767px) {
  .PortalsMenu > button {
    padding: 6px 14px;
  }
}

.PublicationListGrid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.PublicationListGrid > a {
  margin-bottom: 20px;
  margin-right: 20px;
  display: block;
  height: 300px;
}
.PublicationListGrid > a > img {
  display: block;
  height: 100%;
  width: auto;
}

.PublicationCarousel {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.BlogPostCarousel {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.BlogPostCarousel .BlogPostCarousel__Slide {
  padding: 10px;
}

.BlogPostThumbnail {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(98, 103, 114, 0.3);
}
.BlogPostThumbnail .BlogPostThumbnail__Content {
  padding: 20px;
}
.BlogPostThumbnail .BlogPostThumbnail__Content > h4, .BlogPostThumbnail .BlogPostThumbnail__Content > p {
  margin-bottom: 10px;
}
.BlogPostThumbnail .BlogPostThumbnail__Content > div.BlogPostThumbnail__cta {
  display: flex;
  font-weight: 700;
  color: #243580;
}
.BlogPostThumbnail .BlogPostThumbnail__Content > div.BlogPostThumbnail__cta > i {
  margin-left: 5px;
}

.BlogPostThumbnail2 {
  display: block;
  text-decoration: none;
}
.BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer {
  position: relative;
  margin-bottom: 6px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::before {
  content: "";
  display: block;
  position: absolute;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 40%);
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  height: 6px;
  right: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer > time {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 0.875rem;
}
.BlogPostThumbnail2 > .BlogPostThumbnail2__Content {
  padding: 10px;
}
.BlogPostThumbnail2 > .BlogPostThumbnail2__Content > h4 {
  color: white;
}
.BlogPostThumbnail2 > .BlogPostThumbnail2__Content > .BlogPostThumbnail2__Cta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  color: inherit;
}
.BlogPostThumbnail2 > .BlogPostThumbnail2__Content > .BlogPostThumbnail2__Cta > i {
  margin-left: 10px;
}
.BlogPostThumbnail2:hover .BlogPostThumbnail2__Cta > span {
  text-decoration: underline;
}
.color-transparent .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: transparent;
}
.color-blue .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #243580;
}
.color-yellow .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #F9DE4B;
}
.color-orange .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #ECAC56;
}
.color-red .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #C5646E;
}
.color-lightblue .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #6087C2;
}
.color-green .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #63B290;
}
.color-purple .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #8C4773;
}
.color-gray .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #626772;
}
.color-lightgray .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #F6F8FB;
}
.color-blueishgray .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: #EAEFF7;
}
.color-black .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: black;
}
.color-white .BlogPostThumbnail2 > .BlogPostThumbnail2__ImageContainer::after {
  background-color: white;
}

.PhotoGallery {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.PhotoGallery > .PhotoGallery__SliderPrevious,
.PhotoGallery > .PhotoGallery__SliderNext {
  position: absolute;
  z-index: 2;
  top: 50%;
  border: none;
}
.PhotoGallery > .PhotoGallery__SliderPrevious[disabled],
.PhotoGallery > .PhotoGallery__SliderNext[disabled] {
  opacity: 0;
}
.PhotoGallery > .PhotoGallery__SliderPrevious {
  right: 100%;
  transform: translate(50%, -50%);
}
.PhotoGallery > .PhotoGallery__SliderNext {
  left: 100%;
  transform: translate(-50%, -50%);
}
.PhotoGallery > .PhotoGallery__MainSlider figure {
  position: relative;
  background-color: black;
  overflow: hidden;
}
.PhotoGallery > .PhotoGallery__MainSlider figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  height: 100%;
}
.PhotoGallery > .PhotoGallery__MainSlider figure::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.PhotoGallery > .PhotoGallery__MainSlider figure > figcaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
}
.PhotoGallery .PhotoGallery__ThumbnailSlider {
  margin-top: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.PhotoGallery .PhotoGallery__ThumbnailSlider .swiper-slide {
  border: 1px solid transparent;
  height: 60px;
  width: auto;
}
.PhotoGallery .PhotoGallery__ThumbnailSlider .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #F9DE4B;
}

@media screen {
  *:not(.SingleColumnPage) [data-component=scroll-target] > * {
    opacity: 0;
    transition: opacity 1s ease;
  }
  *:not(.SingleColumnPage) [data-component=scroll-target].active > *, *:not(.SingleColumnPage) [data-component=scroll-target].leave > * {
    opacity: 1;
  }

  .DecorativeLeaf {
    opacity: 0;
    transition: all 2s ease;
    transform: rotate(-5deg);
    transform-origin: bottom center;
  }
  .active .DecorativeLeaf, .leave .DecorativeLeaf {
    opacity: 1;
    transform: rotate(0);
  }
}
.SearchForm {
  display: flex;
  width: 600px;
  max-width: 90vw;
}
.SearchForm > input[type=text] {
  flex-grow: 1;
  background-color: transparent;
  color: #F9DE4B;
  border-bottom: 1px solid currentColor;
}
.SearchForm > input[type=text]::-moz-placeholder {
  color: currentColor;
}
.SearchForm > input[type=text]:-ms-input-placeholder {
  color: currentColor;
}
.SearchForm > input[type=text]::placeholder {
  color: currentColor;
}
.SearchForm > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  font-family: inherit;
  background-color: #243580;
  color: white;
  outline-color: #243580;
  color: #F9DE4B !important;
  padding-right: 20px;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.SearchForm > button:hover, .SearchForm > button:focus {
  background-color: #203073;
  color: white;
  outline-color: #203073;
}
.SearchForm > button:active {
  background-color: #1a265c;
  color: white;
  outline-color: #1a265c;
}
.SearchForm > button > i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .SearchForm {
    width: 100%;
  }
}
.SearchForm.text-color-transparent > input[type=text] {
  color: transparent;
}
.SearchForm.text-color-blue > input[type=text] {
  color: #243580;
}
.SearchForm.text-color-yellow > input[type=text] {
  color: #F9DE4B;
}
.SearchForm.text-color-orange > input[type=text] {
  color: #ECAC56;
}
.SearchForm.text-color-red > input[type=text] {
  color: #C5646E;
}
.SearchForm.text-color-lightblue > input[type=text] {
  color: #6087C2;
}
.SearchForm.text-color-green > input[type=text] {
  color: #63B290;
}
.SearchForm.text-color-purple > input[type=text] {
  color: #8C4773;
}
.SearchForm.text-color-gray > input[type=text] {
  color: #626772;
}
.SearchForm.text-color-lightgray > input[type=text] {
  color: #F6F8FB;
}
.SearchForm.text-color-blueishgray > input[type=text] {
  color: #EAEFF7;
}
.SearchForm.text-color-black > input[type=text] {
  color: black;
}
.SearchForm.text-color-white > input[type=text] {
  color: white;
}

.SearchOverlay > button {
  color: #F9DE4B;
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.SearchOverlay > div {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.SearchOverlay > div > button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.SearchOverlay.open > div {
  display: flex;
}

.SideScrollingNav.sticky {
  position: fixed;
  top: 140px;
}
.admin-bar .SideScrollingNav.sticky {
  top: 172px;
}
.SideScrollingNav > nav {
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.SideScrollingNav > nav > a {
  text-decoration: none;
}
.SideScrollingNav > nav > a:hover {
  text-decoration: underline;
}
.SideScrollingNav > nav > a + a {
  margin-top: 20px;
}
.color-transparent .SideScrollingNav > nav {
  background-color: transparent;
  color: white;
  color: white !important;
}
.color-blue .SideScrollingNav > nav {
  background-color: #243580;
  color: white;
  color: white !important;
}
.color-yellow .SideScrollingNav > nav {
  background-color: #F9DE4B;
  color: #626772;
  color: white !important;
}
.color-orange .SideScrollingNav > nav {
  background-color: #ECAC56;
  color: black;
  color: white !important;
}
.color-red .SideScrollingNav > nav {
  background-color: #C5646E;
  color: black;
  color: white !important;
}
.color-lightblue .SideScrollingNav > nav {
  background-color: #6087C2;
  color: white;
  color: white !important;
}
.color-green .SideScrollingNav > nav {
  background-color: #63B290;
  color: black;
  color: white !important;
}
.color-purple .SideScrollingNav > nav {
  background-color: #8C4773;
  color: white;
  color: white !important;
}
.color-gray .SideScrollingNav > nav {
  background-color: #626772;
  color: white;
  color: white !important;
}
.color-lightgray .SideScrollingNav > nav {
  background-color: #F6F8FB;
  color: black;
  color: white !important;
}
.color-blueishgray .SideScrollingNav > nav {
  background-color: #EAEFF7;
  color: black;
  color: white !important;
}
.color-black .SideScrollingNav > nav {
  background-color: black;
  color: white;
  color: white !important;
}
.color-white .SideScrollingNav > nav {
  background-color: white;
  color: black;
  color: white !important;
}

.SocialIconBar {
  display: flex;
}
.SocialIconBar > a {
  text-decoration: none;
  background-color: #F9DE4B;
  color: black;
  outline-color: #F9DE4B;
  color: #243580 !important;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.SocialIconBar > a:hover, .SocialIconBar > a:focus {
  background-color: #f8d82c;
  color: black;
  outline-color: #f8d82c;
}
.SocialIconBar > a:active {
  background-color: #e2c008;
  color: black;
  outline-color: #e2c008;
}
.SocialIconBar > a + a {
  margin-left: 10px;
}
.SocialIconBar > a > svg {
  width: 30px;
  height: auto;
}

.SocialMediaHighlight {
  display: flex;
  justify-content: space-between;
}
.SocialMediaHighlight > * {
  width: calc(50% - 20px);
}
.SocialMediaHighlight > * > *:empty {
  margin: 0;
  padding: 0;
}
.SocialMediaHighlight > * > *:not(:empty) + * {
  margin-top: 20px;
}
.SocialMediaHighlight > * > *:not(:empty) + .PhotoGallery,
.SocialMediaHighlight > * > *:not(:empty) + .PublicationListGrid,
.SocialMediaHighlight > * > *:not(:empty) + .PublicationCarousel,
.SocialMediaHighlight > * > *:not(:empty) + .wp-block-separator {
  margin-top: 40px;
}
.SocialMediaHighlight > * > .PhotoGallery + *:not(:empty),
.SocialMediaHighlight > * > .PublicationListGrid + *:not(:empty),
.SocialMediaHighlight > * > .PublicationCarousel + *:not(:empty),
.SocialMediaHighlight > * > .wp-block-separator + *:not(:empty) {
  margin-top: 40px;
}
.SocialMediaHighlight > * > p a {
  color: #243580;
  outline-color: currentColor;
  text-decoration: underline;
}
.SocialMediaHighlight > * > p a:hover, .SocialMediaHighlight > * > p a:focus {
  color: #203073;
}
.SocialMediaHighlight > * > p a:active {
  color: #1a265c;
}
.SocialMediaHighlight > * > p strong {
  font-weight: bold;
}
.SocialMediaHighlight > * > .wp-block-columns + .wp-block-columns {
  margin-top: 40px;
}
.SocialMediaHighlight > * ul:not([class]),
.SocialMediaHighlight > * ol:not([class]) {
  padding-left: 40px;
}
.SocialMediaHighlight > * ul:not([class]) > li,
.SocialMediaHighlight > * ol:not([class]) > li {
  margin-top: 0.5em;
}
.SocialMediaHighlight > * ul:not([class]) > li:first-child,
.SocialMediaHighlight > * ol:not([class]) > li:first-child {
  margin-top: 0;
}
.SocialMediaHighlight > * ul:not([class]) {
  list-style: disc outside none;
  list-style: initial;
}
.SocialMediaHighlight > * ol:not([class]) {
  list-style: decimal;
}
@media (min-width: 768px) {
  .SocialMediaHighlight > .SocialMediaHighlight__Left > div {
    margin-left: -10px !important;
  }
}
@media (max-width: 767px) {
  .SocialMediaHighlight {
    flex-direction: column;
  }
  .SocialMediaHighlight > * {
    width: 100%;
  }
  .SocialMediaHighlight > * + * {
    margin-top: 20px;
  }
}

.SearchResultList > a {
  display: block;
  text-decoration: none;
  padding-bottom: 40px;
}
.SearchResultList > a:hover {
  text-decoration: underline;
}
.SearchResultList > a + a {
  padding-top: 40px;
  border-top: 1px solid #243580;
}
.SearchResultList > a > h4 {
  margin-bottom: 20px;
}

.ShareButtonBar {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 575px) {
  .ShareButtonBar > * {
    margin-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ShareButtonBar > * {
    margin-left: 16.25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ShareButtonBar > * {
    margin-left: 17.5px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .ShareButtonBar > * {
    margin-left: 18.75px;
  }
}
@media (min-width: 1400px) {
  .ShareButtonBar > * {
    margin-left: 20px;
  }
}
.ShareButtonBar > *:first-child {
  margin-left: 0;
}
.ShareButtonBar > a {
  display: flex;
  color: inherit;
}
.ShareButtonBar > a > svg {
  height: 30px;
  width: 30px;
}
.ShareButtonBar > a:hover.share-whatsapp {
  color: #25D366;
}
.ShareButtonBar > a:hover.share-twitter {
  color: #1DA1F2;
}
.ShareButtonBar > a:hover.share-facebook {
  color: #1877f2;
}
.ShareButtonBar > a:hover.share-linkedin {
  color: #0073b1;
}

.TagList {
  display: inline-block;
  justify-content: center;
  font-size: 0.75em;
  text-decoration: none;
  margin-bottom: 5px;
}
.TagList > div,
.TagList > a {
  padding: 4px 10px;
  border-radius: 13px;
  display: inline-flex;
  font-family: "Xenois Sans Pro", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  margin-left: 5px;
  margin-bottom: 5px;
}
.TagList > div:first-child,
.TagList > a:first-child {
  margin-left: 0;
}
.TagList > div.color-transparent,
.TagList > a.color-transparent {
  background-color: transparent;
  color: white;
}
.TagList > div.color-blue,
.TagList > a.color-blue {
  background-color: #243580;
  color: white;
}
.TagList > div.color-yellow,
.TagList > a.color-yellow {
  background-color: #F9DE4B;
  color: #626772;
}
.TagList > div.color-orange,
.TagList > a.color-orange {
  background-color: #ECAC56;
  color: black;
}
.TagList > div.color-red,
.TagList > a.color-red {
  background-color: #C5646E;
  color: black;
}
.TagList > div.color-lightblue,
.TagList > a.color-lightblue {
  background-color: #6087C2;
  color: white;
}
.TagList > div.color-green,
.TagList > a.color-green {
  background-color: #63B290;
  color: black;
}
.TagList > div.color-purple,
.TagList > a.color-purple {
  background-color: #8C4773;
  color: white;
}
.TagList > div.color-gray,
.TagList > a.color-gray {
  background-color: #626772;
  color: white;
}
.TagList > div.color-lightgray,
.TagList > a.color-lightgray {
  background-color: #F6F8FB;
  color: black;
}
.TagList > div.color-blueishgray,
.TagList > a.color-blueishgray {
  background-color: #EAEFF7;
  color: black;
}
.TagList > div.color-black,
.TagList > a.color-black {
  background-color: black;
  color: white;
}
.TagList > div.color-white,
.TagList > a.color-white {
  background-color: white;
  color: black;
}
.TagList > div {
  background-color: #243580;
  color: white;
}
.TagList > a {
  background-color: #243580;
  color: white;
  text-decoration: none;
}
.TagList > a:hover {
  text-decoration: underline;
}

.TaxonomyFilterBox {
  background-color: #243580;
  padding: 40px 30px;
  border-radius: 10px;
}
.TaxonomyFilterBox > h3 {
  color: #F9DE4B;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.TaxonomyFilterBox > select {
  width: 100%;
  height: 30px;
}
.TaxonomyFilterBox .TaxonomyFilterBox__RemovableOptions {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.TaxonomyFilterBox .TaxonomyFilterBox__RemovableOptions > div {
  padding: 5px;
}
.TaxonomyFilterBox .TaxonomyFilterBox__RemovableOptions > div > div {
  font-size: 0.75rem;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #EAEFF7;
  padding: 4px;
}
.TaxonomyFilterBox .TaxonomyFilterBox__RemovableOptions > div > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  margin-left: 5px;
}
.TaxonomyFilterBox .TaxonomyFilterBox__RemovableOptions > div > div > a > .material-icons {
  font-size: 0.875rem;
}
.TaxonomyFilterBox .TaxonomyFilterBox__RemovableOptions > div > div > a:hover {
  color: #243580;
}

input[type=text],
input[type=email],
.TextInput {
  border: none;
  font-size: inherit;
  font-family: inherit;
  padding: 4px 4px;
}

.Timeline > .Timeline__Item {
  display: flex;
  position: relative;
}
.Timeline > .Timeline__Item + .Timeline__Item {
  padding-top: 80px;
}
.Timeline > .Timeline__Item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100px;
  height: 100%;
  width: 2px;
  background-color: #243580;
}
.Timeline > .Timeline__Item:last-child::before {
  height: 80px;
}
.Timeline > .Timeline__Item > h3 {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #243580;
  background-color: white;
  font-weight: normal;
}
@media (max-width: 575px) {
  .Timeline > .Timeline__Item > h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Timeline > .Timeline__Item > h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Timeline > .Timeline__Item > h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .Timeline > .Timeline__Item > h3 {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .Timeline > .Timeline__Item > h3 {
    font-size: 2rem;
  }
}
.Timeline > .Timeline__Item > h3 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #243580;
  color: #F9DE4B;
}
.Timeline > .Timeline__Item > h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 52px;
  height: 2px;
  background-color: #243580;
}
.Timeline > .Timeline__Item > div {
  margin-left: 50px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(98, 103, 114, 0.3);
  padding: 20px;
  border-radius: 15px;
}
.Timeline > .Timeline__Item > div > * + * {
  margin-top: 20px;
}
.Timeline > .Timeline__Item > div > .Timeline__ItemImages {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    width: calc(33.3333% - 10px);
    flex-basis: calc(33.3333% - 10px);
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    width: calc(33.3333% - 10.8333px);
    flex-basis: calc(33.3333% - 10.8333px);
    margin-right: 16.25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    width: calc(33.3333% - 11.6666px);
    flex-basis: calc(33.3333% - 11.6666px);
    margin-right: 17.5px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    width: calc(33.3333% - 12.5px);
    flex-basis: calc(33.3333% - 12.5px);
    margin-right: 18.75px;
  }
}
@media (min-width: 1400px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    width: calc(33.3333% - 13.3333px);
    flex-basis: calc(33.3333% - 13.3333px);
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    margin-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    margin-top: 16.25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    margin-top: 17.5px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    margin-top: 18.75px;
  }
}
@media (min-width: 1400px) {
  .Timeline > .Timeline__Item > div > .Timeline__ItemImages > * {
    margin-top: 20px;
  }
}
.Timeline > .Timeline__Item > div > .Timeline__ItemImages > *:nth-child(3n+3) {
  margin-right: 0;
}
.Timeline > .Timeline__Item > div > .Timeline__ItemImages > *:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .Timeline > .Timeline__Item {
    flex-direction: column;
    align-items: center;
  }
  .Timeline > .Timeline__Item::before {
    display: none;
  }
  .Timeline > .Timeline__Item > h3 {
    margin-bottom: 40px;
  }
  .Timeline > .Timeline__Item > h3::before {
    top: 100%;
    left: 50%;
    width: 2px;
    height: 42px;
  }
  .Timeline > .Timeline__Item > div {
    margin-left: 0;
  }
}

.CardList {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .CardList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .CardList > * {
    width: calc(33.3333% - 10px);
    flex-basis: calc(33.3333% - 10px);
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .CardList > * {
    width: calc(33.3333% - 10.8333px);
    flex-basis: calc(33.3333% - 10.8333px);
    margin-right: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .CardList > * {
    width: calc(33.3333% - 11.6666px);
    flex-basis: calc(33.3333% - 11.6666px);
    margin-right: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .CardList > * {
    width: calc(33.3333% - 12.5px);
    flex-basis: calc(33.3333% - 12.5px);
    margin-right: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .CardList > * {
    width: calc(33.3333% - 13.3333px);
    flex-basis: calc(33.3333% - 13.3333px);
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .CardList > * {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .CardList > * {
    margin-top: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .CardList > * {
    margin-top: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .CardList > * {
    margin-top: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .CardList > * {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .CardList > *:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .CardList > *:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .CardList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .CardList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .CardList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .CardList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .CardList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .CardList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .CardList > * {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .CardList > * {
    margin-top: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .CardList > * {
    margin-top: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .CardList > * {
    margin-top: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .CardList > * {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .CardList > *:nth-child(1n+1) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .CardList > *:nth-child(-n+1) {
    margin-top: 0;
  }
}
.CardList > a {
  text-decoration: none;
  padding: 20px;
  border: 1px solid rgba(98, 103, 114, 0.3);
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}
.CardList > a h3, .CardList > a p {
  margin-bottom: 10px;
}
.CardList > a div {
  text-decoration: underline;
  font-weight: 700;
  color: #243580;
}

.ImageCardList {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ImageCardList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .ImageCardList > * {
    width: calc(20% - 12px);
    flex-basis: calc(20% - 12px);
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .ImageCardList > * {
    width: calc(20% - 13px);
    flex-basis: calc(20% - 13px);
    margin-right: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .ImageCardList > * {
    width: calc(20% - 14px);
    flex-basis: calc(20% - 14px);
    margin-right: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .ImageCardList > * {
    width: calc(20% - 15px);
    flex-basis: calc(20% - 15px);
    margin-right: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .ImageCardList > * {
    width: calc(20% - 16px);
    flex-basis: calc(20% - 16px);
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .ImageCardList > * {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .ImageCardList > * {
    margin-top: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .ImageCardList > * {
    margin-top: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .ImageCardList > * {
    margin-top: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .ImageCardList > * {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .ImageCardList > *:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .ImageCardList > *:nth-child(-n+5) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .ImageCardList {
    display: flex;
    flex-direction: column;
  }
  .ImageCardList > * + * {
    margin-top: 30px;
  }
}
.ImageCardList > a {
  background-position: center;
  background-size: cover;
  text-decoration: none;
  height: 350px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  position: relative;
}
.ImageCardList > a::after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 10px;
  bottom: -10px;
  background: black;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 10px 0 10px;
  z-index: 0;
}
.ImageCardList > a.color-transparent::after {
  background-color: transparent;
}
.ImageCardList > a.color-blue::after {
  background-color: #243580;
}
.ImageCardList > a.color-yellow::after {
  background-color: #F9DE4B;
}
.ImageCardList > a.color-orange::after {
  background-color: #ECAC56;
}
.ImageCardList > a.color-red::after {
  background-color: #C5646E;
}
.ImageCardList > a.color-lightblue::after {
  background-color: #6087C2;
}
.ImageCardList > a.color-green::after {
  background-color: #63B290;
}
.ImageCardList > a.color-purple::after {
  background-color: #8C4773;
}
.ImageCardList > a.color-gray::after {
  background-color: #626772;
}
.ImageCardList > a.color-lightgray::after {
  background-color: #F6F8FB;
}
.ImageCardList > a.color-blueishgray::after {
  background-color: #EAEFF7;
}
.ImageCardList > a.color-black::after {
  background-color: black;
}
.ImageCardList > a.color-white::after {
  background-color: white;
}
.ImageCardList > a h3 {
  font-weight: 700;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  z-index: 0;
  color: white;
}
.ImageCardList > a h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 75%);
  bottom: 0;
  left: 0;
  z-index: -1;
}

.EventList {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  justify-content: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .EventList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .EventList > * {
    width: calc(33.3333% - 10px);
    flex-basis: calc(33.3333% - 10px);
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .EventList > * {
    width: calc(33.3333% - 10.8333px);
    flex-basis: calc(33.3333% - 10.8333px);
    margin-right: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .EventList > * {
    width: calc(33.3333% - 11.6666px);
    flex-basis: calc(33.3333% - 11.6666px);
    margin-right: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .EventList > * {
    width: calc(33.3333% - 12.5px);
    flex-basis: calc(33.3333% - 12.5px);
    margin-right: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .EventList > * {
    width: calc(33.3333% - 13.3333px);
    flex-basis: calc(33.3333% - 13.3333px);
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 575px) {
  .EventList > * {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  .EventList > * {
    margin-top: 16.25px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .EventList > * {
    margin-top: 17.5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1399px) {
  .EventList > * {
    margin-top: 18.75px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .EventList > * {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .EventList > *:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .EventList > *:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .EventList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .EventList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .EventList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .EventList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .EventList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .EventList > * {
    width: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
    margin-right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .EventList > * {
    margin-top: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .EventList > * {
    margin-top: 16.25px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .EventList > * {
    margin-top: 17.5px;
  }
}
@media (max-width: 767px) and (min-width: 992px) and (max-width: 1399px) {
  .EventList > * {
    margin-top: 18.75px;
  }
}
@media (max-width: 767px) and (min-width: 1400px) {
  .EventList > * {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .EventList > *:nth-child(1n+1) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .EventList > *:nth-child(-n+1) {
    margin-top: 0;
  }
}
.EventList > div {
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid rgba(98, 103, 114, 0.3);
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  color: #243580;
}
.EventList > div > p {
  color: #626772 !important;
}
.EventList > div > .EventList__public {
  margin-top: 20px;
  font-size: 0.875rem;
}
.EventList > div h3,
.EventList > div p {
  margin-bottom: 10px;
  font-weight: 400;
}
.EventList > div .EventList__title {
  display: inline-flex;
  align-items: baseline;
  width: 100%;
  font-family: "Xenois Sans Pro", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.EventList > div .EventList__title > .EventList__day {
  font-weight: 700;
  margin-right: 5px;
}
@media (max-width: 575px) {
  .EventList > div .EventList__title > .EventList__day {
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .EventList > div .EventList__title > .EventList__day {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .EventList > div .EventList__title > .EventList__day {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .EventList > div .EventList__title > .EventList__day {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .EventList > div .EventList__title > .EventList__day {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .EventList > div .EventList__title > .EventList__mounth {
    font-size: 1.375rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .EventList > div .EventList__title > .EventList__mounth {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .EventList > div .EventList__title > .EventList__mounth {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .EventList > div .EventList__title > .EventList__mounth {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .EventList > div .EventList__title > .EventList__mounth {
    font-size: 1.25rem;
  }
}
.EventList > div .EventList__title > .EventList__time {
  margin-left: auto;
}

.ImageHighlightSection {
  background-color: #F9DE4B;
}
.ImageHighlightSection > .ImageHighlightSection__contents {
  display: flex;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__text {
  flex-shrink: 0;
  width: 45%;
}
@media (min-width: 768px) {
  .ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__text {
    padding-left: 60px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__image {
  width: 55%;
  flex-grow: 1;
  background-size: cover;
}
.ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__image > * {
  width: 100%;
  height: 100%;
}
.ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__image > * .swiper {
  height: 100%;
}
.ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__image > * .ImageHighlightSection__Slide {
  background-position: center;
  background-size: cover;
  height: 100%;
}
@media (max-width: 767px) {
  .ImageHighlightSection > .ImageHighlightSection__contents {
    flex-direction: column-reverse;
  }
  .ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__text {
    width: 100%;
  }
  .ImageHighlightSection > .ImageHighlightSection__contents > .ImageHighlightSection__image {
    height: 30vh;
    width: 100%;
  }
}

.BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
}
@media (min-width: 768px) {
  .BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container > div:first-child {
  width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 40px;
}
.BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container > div:last-child {
  width: 70%;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container {
    flex-direction: column;
  }
  .BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container > div:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .BlogPostIndexPage > .BlogPostIndexPage__Content > .BlogPostIndexPage__Content__Container > div:last-child {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .BlogPostPage .BlogPostPage__Header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .BlogPostPage .BlogPostPage__Header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .BlogPostPage .BlogPostPage__Header {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .BlogPostPage .BlogPostPage__Header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.BlogPostPage .BlogPostPage__Header > div {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.BlogPostPage .BlogPostPage__Header > img {
  margin-top: 40px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.BlogPostPage .BlogPostPage__Content {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .BlogPostPage .BlogPostPage__Content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .BlogPostPage .BlogPostPage__Content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .BlogPostPage .BlogPostPage__Content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .BlogPostPage .BlogPostPage__Content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.BlogPostPage .BlogPostPage__Content > .RichText {
  margin-bottom: 40px;
}
.BlogPostPage .BlogPostPage__Content > .BlogPostPage__Metadata {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.BlogPostPage .BlogPostPage__Content > .BlogPostPage__Share > h4 {
  margin-bottom: 10px;
}
.BlogPostPage .BlogPostPage__Content > .BlogPostPage__BackButton {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-top: 40px;
}
.BlogPostPage .BlogPostPage__Content > .BlogPostPage__BackButton > i {
  margin-right: 10px;
}
.BlogPostPage .BlogPostPage__Content > .BlogPostPage__BackButton:hover > span {
  text-decoration: underline;
}
.BlogPostPage > .PageSection > .PageSection__contents > h2 {
  text-align: center;
}

.SearchResultsPage .SearchResultsPage__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.SearchResultsPage .SearchResultsPage__header > h1 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .SideScrollingPage__SideNavContainer {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .SideScrollingPage__SideNavContainer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .SideScrollingPage__SideNavContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .SideScrollingPage__SideNavContainer > div {
    position: absolute;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .SideScrollingPage__SideNavContainer > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .SideScrollingPage__SideNavContainer > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .SideScrollingPage__SideNavContainer > div > .SideScrollingNav {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .SideScrollingPage__Content > .PageSection > .PageSection__contents > * {
    margin-left: 290px;
    max-width: 740px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .SideScrollingPage__Content > .PageSection > .PageSection__contents > * > .wp-block-column:first-child {
    margin-left: -20px;
  }
}
@media (min-width: 768px) {
  .SideScrollingPage__Content > .FullWidthAccordeon .FullWidthAccordeon__MaxWidthContainer > * {
    padding-left: 290px;
    max-width: 1030px;
  }
}
@media (max-width: 767px) {
  .SideScrollingPage__SideNavContainer {
    display: none;
  }
}
.SingleColumnPage .PageSection > .PageSection__contents > * {
  max-width: 800px;
}
.SingleColumnPage .PageSection > .PageSection__contents > *.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
