@charset "UTF-8";
/* --------------------------------------------------------------- */
/*  Reset */
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FIGURE, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

IMG {
  border: 0;
}

:focus {
  outline: 0;
}

BODY {
  line-height: 1;
  color: black;
  background: white;
}

OL, UL {
  list-style: none;
}

TABLE { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

CAPTION, TH, TD {
  text-align: left;
  font-weight: normal;
}

BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after {
  content: "";
}

BLOCKQUOTE, Q {
  quotes: "" "";
}

MAIN {
  display: block;
}

HTML, BODY {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

/* --------------------------------------------------------------- */
/*  Remove Orange Border on Android */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

/* --------------------------------------------------------------- */
/*  Form Elemtns */
SELECT {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

BUTTON,
INPUT[type=email],
INPUT[type=tel],
INPUT[type=password],
INPUT[type=text],
INPUT[type=button],
INPUT[type=submit],
TEXTAREA {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

INPUT[type=text],
INPUT[type=email],
INPUT[type=url],
INPUT[type=password],
INPUT[type=search],
INPUT[type=number],
INPUT[type=tel],
INPUT[type=range],
INPUT[type=date],
INPUT[type=month],
INPUT[type=week],
INPUT[type=time],
INPUT[type=datetime],
INPUT[type=datetime-local],
INPUT[type=color],
TEXTAREA,
SELECT {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* --------------------------------------------------------------- */
ABBR {
  text-decoration: none;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 2px;
}
#nprogress .bar {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nprogress .spinner {
  display: none !important;
}

.nprogress-busy * {
  cursor: progress !important;
}

/* Fancy blur effect */
/*
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
*/
/* Remove these to get rid of the spinner */
/*
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
*/
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

/*
@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*


Mobile: 0-767
Tablet: 767-1024
Desktop: 1024-1400
Desktop LG: 1400-1800
Desktop XL: > 1800


*/
/*
look all the cases here:
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
*/
/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */
.sr-only:not(:focus):not(:active),
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

:root {
  --color-dark: #000;
  --color-mid: #828282;
  --color-light: #fff;
  --color-background: #fff;
  --color-border: var(--color-dark);
  --color-error: #ff0000;
  --color-debug: #ff00ff;
  --color-placeholder: rgba(0,0,0,0.03);
  --color-highlight: #000;
}

:root {
  --margin-sm: 20px;
  --margin-md: 40px;
  --margin-lg: 120px;
  --margin-wrap: 120px;
  --margin-grid: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  :root {
    --margin-wrap: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --margin-wrap: 20px;
  }
}

/*


AdobeCaslonPro-Bold.woff
    AdobeCaslonPro-Bold.woff2
AdobeCaslonPro-BoldItalic.woff
    AdobeCaslonPro-BoldItalic.woff2
AdobeCaslonPro-Italic.woff
    AdobeCaslonPro-Italic.woff2
AdobeCaslonPro-Regular.woff
    AdobeCaslonPro-Regular.woff2
AdobeCaslonPro-SemiBold.woff
    AdobeCaslonPro-SemiBold.woff2
AdobeCaslonPro-SemiBoldItalic.woff
    AdobeCaslonPro-SemiBoldItalic.woff2



*/
@font-face {
  font-family: "Adobe Caslon Pro Regular";
  src: url("../fonts/AdobeCaslonPro-Regular.woff2") format("woff2"), url("../fonts/AdobeCaslonPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Adobe Caslon Pro Regular Italic";
  src: url("../fonts/AdobeCaslonPro-Italic.woff2") format("woff2"), url("../fonts/AdobeCaslonPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Adobe Caslon Pro SemiBold";
  src: url("../fonts/AdobeCaslonPro-SemiBold.woff2") format("woff2"), url("../fonts/AdobeCaslonPro-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.text__base, BODY {
  font-family: "Adobe Caslon Pro Regular", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
}
.text__base EM, BODY EM, .text__base I, BODY I {
  font-family: "Adobe Caslon Pro Regular Italic", "Times New Roman", Times, serif;
}

MAIN.home .top H1 {
  font-family: "Adobe Caslon Pro SemiBold", "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
}

BODY,
BUTTON,
INPUT,
SELECT,
OPTGROUP,
TEXTAREA {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  text-size-adjust: 100%;
}

P {
  margin: 0;
}

DFN, CITE, EM, I {
  font-style: inherit;
}

H1, H2, H3, H4, H5, H6 {
  clear: both;
  font-weight: normal;
  margin: 0;
}

BLOCKQUOTE SPAN {
  display: block;
  font-size: 47px;
  letter-spacing: -0.5px;
  line-height: 46px;
  position: relative;
}
BLOCKQUOTE SPAN:before {
  content: "“";
  position: absolute;
  left: -15px;
}
BLOCKQUOTE SPAN:after {
  content: "”";
}
BLOCKQUOTE CITE {
  margin-top: 13px;
  position: relative;
  padding-left: 21px;
  display: block;
}
BLOCKQUOTE CITE:before {
  content: "—";
  position: absolute;
  left: 0;
}

.skip-p > p:first-child {
  margin-top: 0px;
}

.strip-p > p:first-child {
  margin: 0px;
}

.align__left,
.text-align-left {
  text-align: left;
}
.align__left .img-wrapper.autosize,
.text-align-left .img-wrapper.autosize {
  margin-left: 0;
}

.align__center,
.text-align-center {
  text-align: center;
}

.align__right,
.text-align-right {
  text-align: right;
}
.align__right .img-wrapper.autosize,
.text-align-right .img-wrapper.autosize {
  margin-right: 0;
}

@media (min-width: 768px) {
  .align__justify,
  .text-align-justify {
    text-align: justify;
  }
}

.balance,
.balance-text {
  transition: opacity 400ms ease;
  opacity: 0;
}
.balance.balanced,
.balance-text.balanced {
  opacity: 1;
}

.lowercase {
  text-transform: lowercase !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.text__strike {
  position: relative;
}
.text__strike:before {
  background-color: var(--color-dark);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.text__base, BODY {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .text__base, BODY {
    font-size: 20px;
  }
}

.text__body-xs {
  font-size: 12px;
  line-height: 18px;
}
.text__body-xs A:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.text__body-s, .module__slideshow .splide__pagination.--numbers .splide__pagination__page, .wysiwyg {
  font-size: 14px;
  line-height: 20px;
}
.text__body-s A:hover, .module__slideshow .splide__pagination.--numbers .splide__pagination__page A:hover, .wysiwyg A:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.text__body {
  line-height: 140%;
}
.text__body A:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.headline__1 {
  font-size: clamp(20px, 15.1532385466px + 0.6319115324vw, 24px);
  line-height: 130%;
}

.wysiwyg P,
.wysiwyg > * {
  margin-bottom: 23px;
  text-wrap: pretty;
}
.wysiwyg P:last-child,
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg H1, .wysiwyg H2, .wysiwyg H5 {
  margin-top: 40px;
}
.wysiwyg A {
  text-decoration: none;
}
.wysiwyg A:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px !important;
}
.wysiwyg UL {
  --indent: 0;
  list-style: none;
  padding-left: 23px;
  max-width: 700px;
}
.wysiwyg UL LI {
  list-style-type: disc;
  position: relative;
  margin-bottom: var(--spacing);
}
.wysiwyg UL LI::marker {
  color: var(--color-dark);
}
.wysiwyg UL LI:last-child {
  margin-bottom: 0;
}
.wysiwyg OL {
  --spacing: 11px;
  list-style: none;
  padding-left: 20px;
  max-width: 700px;
}
.wysiwyg OL LI {
  list-style-type: decimal;
  position: relative;
  margin-bottom: var(--spacing);
  padding-left: 10px;
}
.wysiwyg OL LI::marker {
  color: var(--color-gray-4);
}
.wysiwyg OL LI:last-child {
  margin-bottom: 0;
}
.wysiwyg IMG:not(.aligncenter):not(.alignleft):not(.alignright) {
  display: block;
  width: 100%;
  height: auto;
}
.wysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: var(--margin-sm);
  margin-bottom: var(--margin-sm);
}
.wysiwyg .alignleft {
  float: left;
  margin-right: var(--margin-md);
  margin-bottom: var(--margin-md);
}
.wysiwyg .alignright {
  float: right;
  margin-left: var(--margin-md);
  margin-bottom: var(--margin-md);
}
.wysiwyg .wp-caption {
  width: auto !important;
}
.wysiwyg .wp-caption-text {
  padding-top: 3px;
}
.wysiwyg BLOCKQUOTE {
  margin-top: 50px;
  margin-bottom: 50px;
  border-left: 1px solid var(--color-dark);
  padding-left: var(--margin-sm);
}
@media (max-width: 767px) {
  .wysiwyg P,
  .wysiwyg > * {
    margin-bottom: 10px;
  }
  .wysiwyg H1, .wysiwyg H2, .wysiwyg H3, .wysiwyg H4, .wysiwyg H5 {
    margin-top: 25px;
  }
  .wysiwyg BLOCKQUOTE {
    margin-top: 30px;
  }
}

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clamp.--lines-1 {
  -webkit-line-clamp: 1;
}
.clamp.--lines-2 {
  -webkit-line-clamp: 2;
}
.clamp.--lines-4 {
  -webkit-line-clamp: 4;
}

.type__info {
  padding-left: 30px;
  position: relative;
  background: url("../img/info.svg") no-repeat 0 3px;
}

.img-wrapper {
  transition: opacity 0.4s ease-out, transform 1s linear;
  position: relative;
  overflow: hidden;
  background-color: var(--color-placeholder);
}
.img-wrapper.--no-background, .img-wrapper.no-background-color {
  background-color: transparent;
}
.img-wrapper > DIV {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.img-wrapper > IMG {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  line-height: 0;
}
.img-wrapper.contain > DIV,
.img-wrapper.contain .img-wrapper > DIV {
  background-size: contain;
}
.img-wrapper.contain IMG {
  object-fit: contain;
}
.img-wrapper.--as-background {
  padding-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.img-wrapper.--rounded {
  border-radius: 20px;
  overflow: hidden;
}
.img-wrapper.--rounded img {
  border-radius: 20px;
}

.img-wrapper > .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  height: auto;
  top: auto;
  text-align: center;
}

.img-wrapper + .caption {
  padding-top: 15px;
  margin-inline: auto;
  text-align: center;
  color: var(--color-mid);
}

.img-sizer .img-wrapper + .caption {
  position: absolute;
  top: auto;
  bottom: -12px;
}

.img-wrapper .description:before {
  pointer-events: none;
  content: " ";
  display: block;
  z-index: -1;
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 400ms ease-out;
  opacity: 0;
}
.img-wrapper .description:after {
  content: " ";
  display: block;
  z-index: 5;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 6px;
  right: 8px;
  background-image: url("../img/info-white.svg");
  background-repeat: no-repeat;
}
.img-wrapper .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: auto;
  top: auto;
}
.img-wrapper .description > DIV {
  text-align: right;
  z-index: 4;
  transition: opacity 400ms ease-out;
  opacity: 0;
  padding: 0 17px 12px 40px;
  color: white;
  bottom: 1px;
  left: 0;
  width: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.img-wrapper .description:hover:before {
  opacity: 1;
}
.img-wrapper .description:hover:after {
  opacity: 0;
}
.img-wrapper .description:hover > DIV {
  opacity: 1;
}

.video__background.--dim:after, .video__background.--dim-10:after, .video__background.--dim-15:after, .video__background.--dim-20:after, .video__background.--dim-25:after, .video__background.--dim-30:after, .video__background.--dim-40:after,
.img-wrapper.--dim:after,
.img-wrapper.--dim-10:after,
.img-wrapper.--dim-15:after,
.img-wrapper.--dim-20:after,
.img-wrapper.--dim-25:after,
.img-wrapper.--dim-30:after,
.img-wrapper.--dim-40:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.video__background.--dim-10:after,
.img-wrapper.--dim-10:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.video__background.--dim-15:after,
.img-wrapper.--dim-15:after {
  background-color: rgba(0, 0, 0, 0.15);
}
.video__background.--dim-20:after,
.img-wrapper.--dim-20:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.video__background.--dim-25:after,
.img-wrapper.--dim-25:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.video__background.--dim-30:after,
.img-wrapper.--dim-30:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.video__background.--dim-40:after,
.img-wrapper.--dim-40:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.video__background.--bw DIV,
.video__background.--bw IMG,
.img-wrapper.--bw DIV,
.img-wrapper.--bw IMG {
  filter: grayscale(100%);
}
.video__background.--bw-hover DIV,
.video__background.--bw-hover IMG,
.img-wrapper.--bw-hover DIV,
.img-wrapper.--bw-hover IMG {
  filter: grayscale(100%);
}
.video__background.--bw-hover DIV:hover,
.video__background.--bw-hover IMG:hover,
.img-wrapper.--bw-hover DIV:hover,
.img-wrapper.--bw-hover IMG:hover {
  filter: grayscale(0);
}

A:hover .img-wrapper.--bw-hover DIV,
A:hover .img-wrapper.--bw-hover IMG {
  filter: grayscale(0);
}

.img-wrapper.--hover-swap {
  z-index: 2;
  opacity: 0;
  transition: opacity 650ms ease-out;
}
.img-wrapper:hover .img-wrapper.--hover-swap {
  opacity: 1;
}
.img-wrapper.--hover-fade {
  transition: opacity 200ms ease-in-out;
}
.img-wrapper.--hover-fade:hover {
  opacity: 0.7;
}
.img-wrapper.--hover-zoom > IMG,
.img-wrapper.--hover-zoom > DIV {
  transition: transform 400ms;
}
.img-wrapper.--hover-zoom:hover > IMG,
.img-wrapper.--hover-zoom:hover > DIV {
  transform: scale(1.05);
}
.img-wrapper.--hover-unzoom > IMG,
.img-wrapper.--hover-unzoom > DIV {
  transition: transform 400ms;
  transform: scale(1.05);
}
.img-wrapper.--hover-unzoom:hover > IMG,
.img-wrapper.--hover-unzoom:hover > DIV {
  transform: scale(1);
}
.img-wrapper.--hover-border:after {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.img-wrapper.--hover-border:hover:after {
  opacity: 1;
}

.lazyload,
.lazyload-persist {
  transition: opacity 1000ms, filter 600ms ease, -webkit-filter 1100ms ease;
  opacity: 0;
  will-change: opacity;
}

.lazyloaded {
  opacity: 1;
}

.img-wrapper > IMG.left_top {
  object-position: left top;
}
.img-wrapper > IMG.center_top {
  object-position: center top;
}
.img-wrapper > IMG.right_top {
  object-position: right top;
}
.img-wrapper > IMG.left_center {
  object-position: left center;
}
.img-wrapper > IMG.center_center {
  object-position: center center;
}
.img-wrapper > IMG.right_center {
  object-position: right center;
}
.img-wrapper > IMG.left_bottom {
  object-position: left bottom;
}
.img-wrapper > IMG.center_bottom {
  object-position: center bottom;
}
.img-wrapper > IMG.right_bottom {
  object-position: right bottom;
}
.img-wrapper > DIV.left_top {
  background-position: left top;
}
.img-wrapper > DIV.center_top {
  background-position: center top;
}
.img-wrapper > DIV.right_top {
  background-position: right top;
}
.img-wrapper > DIV.left_center {
  background-position: left center;
}
.img-wrapper > DIV.center_center {
  background-position: center center;
}
.img-wrapper > DIV.right_center {
  background-position: right center;
}
.img-wrapper > DIV.left_bottom {
  background-position: left bottom;
}
.img-wrapper > DIV.center_bottom {
  background-position: center bottom;
}
.img-wrapper > DIV.right_bottom {
  background-position: right bottom;
}
.img-wrapper {
  /*
  &.align-left-top {
      > IMG {
          object-position: left top;
      }
      > DIV {
          background-position: left top;
      }
  }
  &.align-center-top {
      > IMG {
          object-position: center top;
      }
      > DIV {
          background-position: center top;
      }
  }
  &.align-right-top {
      > IMG {
          object-position: right top;
      }
      > DIV {
          background-position: right top;
      }
  }
  &.align-left-center  {
      > IMG {
          object-position: left center;
      }
      > DIV {
          background-position: left center;
      }
  }
  &.align-center-center  {
      > IMG {
          object-position: center center;
      }
      > DIV {
          background-position: center center;
      }
  }
  &.align-right-center  {
      > IMG {
          object-position: right center;
      }
      > DIV {
          background-position: right center;
      }
  }
  &.align-left-bottom  {
      > IMG {
          object-position: left bottom;
      }
      > DIV {
          background-position: left bottom;
      }
  }
  &.align-center-bottom  {
      > IMG {
          object-position: center bottom;
      }
      > DIV {
          background-position: center bottom;
      }
  }
  &.align-right-bottom  {
      > IMG {
          object-position: right bottom;

      }
      > DIV {
          background-position: right bottom;
      }
  }
  */
}

.img-wrapper {
  aspect-ratio: 1019/684;
}
.img-wrapper.autosize {
  aspect-ratio: unset;
}
.img-wrapper.--fullheight {
  aspect-ratio: unset;
  height: 100svh;
}
.img-wrapper.--square {
  aspect-ratio: 1/1;
}
.img-wrapper.--four-three, .img-wrapper.--size-4x3 {
  aspect-ratio: 400/300;
}
.img-wrapper.--sixteen-nine, .img-wrapper.--size-16x9 {
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .img-wrapper.--sixteen-nine, .img-wrapper.--size-16x9 {
    aspect-ratio: 16/10.5;
  }
}
.img-wrapper.--hero {
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .img-wrapper.--hero {
    aspect-ratio: 393/657;
  }
}

.img-sizer {
  position: relative;
  overflow: hidden;
}
.img-sizer > DIV:not(.img-wrapper),
.img-sizer > IMG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.img-sizer > DIV:not(.img-wrapper) {
  background-size: contain;
}
.img-sizer > IMG {
  object-fit: contain;
}
.img-sizer > .img-wrapper {
  background-color: transparent;
  position: static;
}

/* --------------------------------------------------------------- */
/* Video */
.video__wrapper,
.video-wrapper {
  background-color: black;
  aspect-ratio: 16/9;
  cursor: default;
}
.video__wrapper.auto,
.video-wrapper.auto {
  aspect-ratio: unset;
}
.video__wrapper.square,
.video-wrapper.square {
  aspect-ratio: 1/1;
}
.video__wrapper *,
.video-wrapper * {
  cursor: default;
}
.video__wrapper > IFRAME,
.video-wrapper > IFRAME {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video__wrapper.--is-autoplay .plyr .plyr__control--overlaid,
.video-wrapper.--is-autoplay .plyr .plyr__control--overlaid {
  opacity: 0 !important;
}

.video__placeholder {
  position: relative;
}
.video__placeholder:after {
  transition: background-color 300ms linear;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67px;
  height: 67px;
  border: 2px solid #fff;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5) url("../img/icon-play-triangle.svg") no-repeat 24px 21px;
}
.video__placeholder:hover:after {
  background-color: rgb(0, 0, 0);
}

/* --------------------------------------------------------------- */
/* Video */
.plyr {
  --plyr-font-family: Arial, sans-serif;
  --plyr-font-size-base: 12px;
  --plyr-font-size-small: 12px;
  --plyr-font-size-large: 12px;
  --plyr-color-main: white;
  --plyr-range-track-height: 1px;
  --plyr-tooltip-radius: 0;
  --plyr-tooltip-background: white;
  --plyr-tooltip-padding: 0;
  --plyr-tooltip-color: black;
  --plyr-control-bar-inset: 10px;
  --plyr-control-bar-radius: 5px;
  --plyr-control-radius: 2px;
  --plyr-control-border: 1px;
  --plyr-control-icon-size: 17px;
}
.plyr .plyr__control--overlaid {
  padding: 16px;
  opacity: 1;
  cursor: pointer;
  background-color: white;
  border: 1px solid white;
  color: black;
}
.plyr .plyr__control--overlaid:hover {
  border-color: white;
  background-color: black;
  color: white;
}
.plyr .plyr__controls {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  border-radius: var(--plyr-control-bar-radius);
  bottom: var(--plyr-control-bar-inset);
  left: var(--plyr-control-bar-inset);
  right: var(--plyr-control-bar-inset);
  padding: 5px;
}
.plyr .plyr__controls .plyr__control {
  border: var(--plyr-control-border) solid transparent;
  border-radius: var(--plyr-control-radius);
}
.plyr .plyr__controls .plyr__control[data-plyr=fullscreen] svg, .plyr .plyr__controls .plyr__control[data-plyr=play] svg {
  scale: 0.9;
}
.plyr .plyr__controls .plyr__control[data-plyr=play] .icon--not-pressed {
  position: relative;
  right: -2px;
}
.plyr .plyr__controls .plyr__control:hover {
  background-color: rgba(0, 0, 0, 0.35);
  border: var(--plyr-control-border) solid var(--color-light);
}

.plyr--paused:not(:hover) .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

/* --------------------------------------------------------------- */
/* Video */
.video__simple {
  position: relative;
  background-color: var(--color-dark);
  overflow: hidden;
}
.video__simple .placeholder {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 4;
  transition: opacity 300ms ease;
  background-color: var(--color-dark);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.video__simple IFRAME {
  opacity: 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.video__simple.--first-play {
  pointer-events: auto;
}
.video__simple.--first-play IFRAME {
  opacity: 1;
}
.video__simple.--first-play .placeholder {
  z-index: 1;
}
.video__simple .control-cover {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 4;
}
.video__simple .control-big {
  transition: opacity 500ms ease-out;
  display: block;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: url("../img/video-play.svg") no-repeat 50% 50%;
  width: 50px;
  height: 50px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.video__simple.--playing .control-big {
  background-image: url("../img/video-pause.svg");
}
.video__simple .control-small {
  transition: opacity 500ms ease-out;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/video-small-play.svg") no-repeat 50% 50%;
  width: 64px;
  height: 70px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.video__simple.--playing .control-small {
  background-image: url("../img/video-small-pause.svg");
}
.video__simple.--ready:hover .control-big,
.video__simple.--ready:hover .control-small {
  opacity: 1;
}
.video__simple.--ready.--playing .control-big,
.video__simple.--ready.--playing .control-small {
  opacity: 0.5;
}
.video__simple.--ready.--playing .control-big:hover,
.video__simple.--ready.--playing .control-small:hover {
  opacity: 1;
}
.video__simple .control-audio {
  pointer-events: none;
  transition: opacity 500ms ease;
  opacity: 0;
  bottom: 0;
  left: 0;
  width: 64px;
  height: 70px;
  background: url("../img/video-small-mute.svg") no-repeat 50% 50%;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
.video__simple.--muted .control-audio {
  background-image: url("../img/video-small-unmute.svg");
}
.video__simple.--playing .control-audio {
  pointer-events: auto;
  opacity: 0.5;
}
.video__simple.--playing .control-audio:hover {
  opacity: 1;
}
.video__simple.--playing.--muted .control-audio {
  opacity: 1 !important;
}
.video__simple:not(.autosize) IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__simple.autosize IFRAME {
  height: auto !important;
}

.audio-player {
  position: relative;
  min-height: 70px;
  width: 100%;
}
.audio-player A {
  text-decoration: none;
  border: 0;
}
.audio-player DIV {
  margin: 0;
}
.audio-player .player-wrapper {
  border: 2px solid var(--color-dark);
  border-radius: 6px;
  height: 70px;
  position: relative;
}
.audio-player .player-wrapper .spinner {
  transition: opacity 200ms linear;
  position: absolute;
  top: 19px;
  left: 19px;
  pointer-events: none;
}
.audio-player .player {
  transition: opacity 200ms linear;
  opacity: 0;
  padding: 15px 15px 17px 15px;
  align-items: center;
  display: flex;
  text-align: center;
  height: 70px;
}
.audio-player .player .control {
  width: 38px;
}
.audio-player .player .control A {
  display: none;
}
.audio-player .player .control A IMG {
  height: 38px;
  width: 38px;
  display: block;
}
.audio-player .player .time-elapsed,
.audio-player .player .time-total {
  width: 100px;
}
.audio-player .player .progress {
  flex: 1;
}
.audio-player .player .progress .bar {
  border-radius: 6px;
  background-color: var(--color-gray-2);
  width: 100%;
  height: 8px;
  overflow: hidden;
  position: relative;
}
.audio-player .player .progress .bar .tick {
  border-radius: 6px;
  background-color: var(--color-gray-2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.audio-player .player .icon {
  width: 40px;
}
.audio-player {
  /*
  &.has-label:not(.state-playing) {
      .player .time-elapsed,
      .player .time-total,
      .player .progress {
          opacity: 0;
          pointer-events: none;
      }
  }
  */
}
.audio-player.ready .player-wrapper .spinner {
  opacity: 0;
}
.audio-player.ready .player {
  opacity: 1;
}
.audio-player.state-paused .control .control-play {
  display: block;
}
.audio-player.state-paused .control .control-pause {
  display: none;
}
.audio-player.state-playing .control .control-play {
  display: none;
}
.audio-player.state-playing .control .control-pause {
  display: block;
}
.audio-player .transcript {
  margin-top: var(--margin-xxs);
}
.audio-player .embed IFRAME {
  top: 60px;
  left: 0;
  position: absolute;
  pointer-events: none;
  border: 1px solid red;
  opacity: 0;
  height: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .wysiwyg .audio-player {
    width: 100%;
  }
}
.max__md,
.max__text {
  max-width: 606px;
}
@media (max-width: 767px) {
  .max__md,
  .max__text {
    max-width: 400px;
  }
}

.max__xl {
  max-width: 1200px;
}

.max__site {
  max-width: var(--layout-max-width);
  margin-left: auto;
  margin-right: auto;
}

.fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.fullwidth .fullwidth {
  width: unset;
  position: relative;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
}

.max__vh {
  width: 100%;
  max-height: 100svh;
}

.max__ch {
  width: 100%;
  max-height: calc(100svh - 90px);
}

.min__vh {
  width: 100%;
  min-height: 100vh;
}

*[class*=max__].--left, *[class*=max__].left {
  margin-left: auto;
}
*[class*=max__].--centered, *[class*=max__].centered {
  margin-left: auto;
  margin-right: auto;
}
*[class*=max__].--right, *[class*=max__].right {
  margin-left: auto;
}

.block__sm {
  margin-bottom: var(--margin-sm);
}

.block,
.block__md {
  margin-bottom: var(--margin-md);
}

.block__lg {
  margin-bottom: var(--margin-lg);
}

*[class*="m:block"],
*[class*=block] {
  position: relative;
}
*[class*="m:block"]:last-child,
*[class*=block]:last-child {
  margin-bottom: 0;
}

.wrap {
  position: relative;
  padding-left: var(--margin-wrap);
  padding-right: var(--margin-wrap);
}

.wrap__all {
  padding: var(--margin-wrap);
}

.unwrap {
  margin-left: calc(var(--margin-wrap) * -1);
  margin-right: calc(var(--margin-wrap) * -1);
}

@media (max-width: 767px) {
  .m\:unwrap {
    margin-left: calc(var(--margin-wrap) * -1);
    margin-right: calc(var(--margin-wrap) * -1);
  }
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.vertical-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .push__right {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .hide-for-mobile,
  .hide-mobile {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .show-for-mobile,
  .show-mobile {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .hide-for-desktop,
  .hide-desktop {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1024px) {
  .show-for-desktop,
  .show-desktop {
    display: none !important;
    visibility: hidden;
  }
}

.hidden {
  visibility: hidden;
}

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

.columns__layout {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .columns__layout {
    gap: var(--margin-md);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .columns__layout {
    gap: var(--margin-xs);
  }
  .columns__layout .cell {
    width: 80vw;
  }
}
@media (min-width: 1024px) {
  .columns__layout {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .columns__layout .cell {
    width: 50%;
  }
  .columns__layout .cell.--padded {
    padding-right: var(--layout-column);
  }
  .columns__layout .cell.--padded-left {
    padding-left: var(--layout-column);
  }
  .columns__layout .cell.--right {
    margin-left: auto;
  }
}

.columns {
  --gap-horizontal: var(--layout-column);
  --gap-vertical: var(--margin-md);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: calc(var(--gap-horizontal) * -1);
  margin-bottom: calc(var(--gap-vertical) * -1);
  justify-content: center;
}
.columns.--justify-left {
  justify-content: left;
}
.columns.--no-margin {
  --gap-horizontal: 0;
  --gap-vertical: 0;
}
.columns.--no-wrap {
  --gap-vertical: 0;
}
.columns .column,
.columns .col {
  width: 100%;
  margin-bottom: var(--gap-vertical);
  padding-left: var(--gap-horizontal);
}
.columns .column.--vertical-center,
.columns .col.--vertical-center {
  align-self: center;
}
.columns .column.--vertical-bottom,
.columns .col.--vertical-bottom {
  align-self: end;
}
@media (max-width: 1024px) {
  .columns {
    --gap-horizontal: var(--margin-sm);
    --gap-vertical: var(--margin-sm);
  }
}
@media (min-width: 768px) {
  .columns.--reverse, .columns.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .columns:not(.columns[cols]) .col, .columns:not(.columns[cols]) .column, .columns[data-columns="2"] .col, .columns[data-columns="2"] .column, .columns[cols="2"] .col, .columns[cols="2"] .column {
    width: 50%;
  }
  .columns:not(.columns[cols]) .col.large, .columns[data-columns="2"] .col.large, .columns[cols="2"] .col.large {
    width: 100%;
  }
}
.columns[data-columns="3"], .columns[cols="3"] {
  --gap-horizontal: var(--margin-md);
}
@media (min-width: 768px) {
  .columns[data-columns="3"] .col, .columns[data-columns="3"] .column, .columns[cols="3"] .col, .columns[cols="3"] .column {
    width: 33.333%;
  }
  .columns[data-columns="3"] .col.large, .columns[cols="3"] .col.large {
    width: 66.666%;
  }
}
.columns[data-columns="3-2"], .columns[cols="3-2"] {
  --gap-horizontal: var(--margin-md);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .columns[data-columns="3-2"] .col, .columns[data-columns="3-2"] .column, .columns[cols="3-2"] .col, .columns[cols="3-2"] .column {
    width: 50%;
  }
  .columns[data-columns="3-2"] .col.large, .columns[cols="3-2"] .col.large {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns[data-columns="3-2"] .col, .columns[data-columns="3-2"] .column, .columns[cols="3-2"] .col, .columns[cols="3-2"] .column {
    width: 33.333%;
  }
  .columns[data-columns="3-2"] .col.large, .columns[cols="3-2"] .col.large {
    width: 66.666%;
  }
}
@media (min-width: 1800px) {
  .columns[data-columns="3-2"] .col, .columns[cols="3-2"] .col {
    width: 25%;
  }
  .columns[data-columns="3-2"] .col.large, .columns[cols="3-2"] .col.large {
    width: 50%;
  }
  .columns[data-columns="3-2"] .col.xlarge, .columns[cols="3-2"] .col.xlarge {
    width: 100%;
  }
}
.columns[cols="4"] {
  --gap-horizontal: var(--margin-sm);
  --gap-vertical: var(--margin-sm);
}
@media (min-width: 768px) {
  .columns[cols="4"] .col {
    width: 25%;
  }
  .columns[cols="4"] .col.large {
    width: 50%;
  }
  .columns[cols="4"] .col.xlarge {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .columns[cols="6"] {
    --gap-horizontal: var(--margin-sm);
    --gap-vertical: var(--margin-sm);
  }
  .columns[cols="6"] .col.col-4 {
    width: 33.33%;
  }
  .columns[cols="6"] .col.col-6 {
    width: 50%;
  }
  .columns[cols="6"] .col.col-12 {
    width: 100%;
  }
}

.columns__text {
  --gap-column: var(--margin-sm);
  --gap-row: 9px;
  column-count: 1;
  column-gap: var(--gap-column);
  -webkit-column-fill: auto;
}
.columns__text.--spaced-xxs {
  --gap-row: var(--margin-xxs);
}
.columns__text.--spaced-xs {
  --gap-row: var(--margin-xs);
}
.columns__text.--spaced-sm {
  --gap-row: var(--margin-sm);
}
.columns__text > DIV,
.columns__text > P {
  padding-bottom: var(--gap-row);
}
@media (min-width: 768px) {
  .columns__text[cols="2"], .columns__text[col-num="2"] {
    column-count: 2;
    --gap-column: var(--layout-column);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .columns__text[cols="3"], .columns__text[col-num="3"] {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .columns__text[cols="3"], .columns__text[col-num="3"] {
    column-count: 3;
  }
}
@media (min-width: 1800px) {
  .columns__text[cols="3"], .columns__text[col-num="3"] {
    column-count: 4;
  }
}
.columns__text[cols="4"], .columns__text[col-num="4"] {
  column-count: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .columns__text[cols="4"], .columns__text[col-num="4"] {
    column-count: 3;
  }
}
@media (min-width: 1024px) {
  .columns__text[cols="4"], .columns__text[col-num="4"] {
    column-count: 4;
  }
}
.columns__text[cols="4-1"], .columns__text[col-num="4-1"] {
  column-count: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .columns__text[cols="4-1"], .columns__text[col-num="4-1"] {
    column-count: 3;
  }
}
@media (min-width: 1024px) {
  .columns__text[cols="4-1"], .columns__text[col-num="4-1"] {
    column-count: 4;
  }
}
.columns__text > DIV {
  break-inside: avoid;
}

.grid {
  display: grid;
  column-gap: var(--margin-sm);
  row-gap: var(--margin-sm);
  grid-template-columns: repeat(1, 1fr);
}
.grid.vertical-center {
  justify-content: center;
}
.grid.vertical-bottom {
  justify-content: flex-end;
}
.grid.--margin-lg {
  row-gap: var(--margin-lg);
}
.grid[grid-cols="2"], .grid.cols-2 {
  column-gap: var(--margin-md);
  row-gap: var(--margin-md);
}
@media (min-width: 768px) {
  .grid[grid-cols="2"], .grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid[grid-cols="3"], .grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid[grid-cols="3"], .grid.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid[grid-cols="4"], .grid.cols-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .grid[grid-cols="4"], .grid.cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid[grid-cols="4"], .grid.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1800px) {
  .grid[grid-cols="4"], .grid.cols-4 {
    grid-template-columns: repeat(5, 1fr);
  }
}

A {
  transition: color 200ms linear;
}

A.underline {
  transition: all 150ms linear;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: inherit;
}
A.underline:hover {
  text-decoration-thickness: 2px;
}

A.underline-hover {
  transition: all 150ms linear;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: transparent;
}
A.underline-hover:hover {
  text-decoration-color: inherit;
}

A.link-block {
  position: relative;
  cursor: pointer;
  display: block;
}
A.link-block:before {
  cursor: pointer;
  position: absolute;
  content: "";
  display: block;
  inset: -600px;
  z-index: 10;
}

.link-block-wrapper {
  overflow: hidden;
  position: relative;
}

A.has-icon {
  padding-left: 30px;
  position: relative;
}
A.has-icon SVG {
  position: absolute;
  top: -1px;
  left: 0;
}

A.link__arrow {
  display: inline-flex;
  align-items: center;
  color: var(--color-gray-4);
}
A.link__arrow:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-color: currentColor;
  mask-image: url("../img/arrow-tiny-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
A.link__arrow:hover {
  color: var(--color-dark);
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
  text-decoration: underline;
}

A.link__pop {
  display: inline-flex;
  align-items: center;
  color: var(--color-gray-4);
}
A.link__pop:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  background: transparent url("../img/icon-pop.svg") no-repeat 0 0;
  margin-left: 6px;
  position: relative;
}
A.link__pop:hover {
  color: var(--color-dark);
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
  text-decoration: underline;
}

A.link__back {
  display: inline-flex;
  align-items: center;
  color: var(--color-gray-4);
}
A.link__back:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: transparent url("../img/arrow-left.svg") no-repeat 0 0;
  margin-right: 9px;
  position: relative;
  top: -1px;
}
A.link__back:hover {
  color: var(--color-dark);
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.skip-to-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-to-main:focus, .skip-to-main:active {
  color: #fff;
  background-color: #000;
  left: 10px;
  top: 10px;
  width: auto;
  height: auto;
  white-space: nowrap;
  overflow: auto;
  margin: 10px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  z-index: 999;
}

.screen-reader-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.splide__arrow:focus {
  outline: unset !important;
}

.splide__arrow:focus-visible {
  outline: 3px solid var(--color-highlight) !important;
  outline-offset: 4px;
}

INPUT[type=button]:focus-visible,
INPUT[type=submit]:focus-visible,
BUTTON:focus-visible,
A:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 4px;
}

.debug-wrapper {
  border: 1px solid #ff00ff;
}
.debug-wrapper .img-wrapper {
  background-color: rgba(255, 0, 255, 0.1) !important;
}

.debug {
  padding: 10px;
  border: 1px solid #ff00ff;
  color: #ff00ff;
  text-align: left;
  font-size: 10px;
  line-height: 12px;
  font-family: Courier, fixed;
}

BODY.is-development:before {
  content: "Breakpoint: Default";
  position: fixed;
  top: 1px;
  letter-spacing: 0;
  width: 150px;
  text-align: center;
  color: white;
  font-size: 8.5px;
  font-family: Arial;
  font-weight: bolder;
  padding: 3px 7px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  border-radius: 4px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  /* Left */
  /* Center */
  left: 50%;
  margin-left: -75px;
  /* Sizes */
}
@media (max-width: 767px) {
  BODY.is-development:before {
    content: "Breakpoint: Mobile";
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  BODY.is-development:before {
    content: "Breakpoint: Tablet";
  }
}
@media (min-width: 1024px) {
  BODY.is-development:before {
    content: "Breakpoint: Desktop";
  }
}
@media (min-width: 1400px) {
  BODY.is-development:before {
    content: "Breakpoint: Desktop (LG)";
  }
}
@media (min-width: 1800px) {
  BODY.is-development:before {
    content: "Breakpoint: Desktop (XL)";
  }
}

.wordpress-edit-button {
  display: none;
}

@media (min-width: 768px) {
  .wordpress-edit-button {
    display: block;
    position: fixed;
    border-radius: 3px;
    z-index: 9999;
  }
  .wordpress-edit-button A {
    margin: 2px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0px;
    text-shadow: none;
    padding: 7px 7px 6px 7px;
    background-color: #000;
    color: white;
    border-radius: 4px;
  }
  .wordpress-edit-button A svg {
    display: inline-block;
    width: 18px;
    height: auto;
  }
  HTML.modal-open .wordpress-edit-button {
    display: none;
  }
}
#user_switching_switch_on {
  position: static !important;
  padding: 0 5px 10px var(--margin-md) !important;
}

.debug__columns {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  gap: 1px;
}
.debug__columns > DIV {
  background-color: #ff00ff;
  opacity: 0.1;
  height: 100vh;
  width: 100%;
}

.carousel__generic {
  --gap: calc(2 * var(--margin-wrap));
  --wrap: var(--margin-wrap);
}
.carousel__generic .arrows {
  transition: opacity 300ms ease;
  display: flex;
  gap: 10px;
  position: absolute;
  top: -89px;
  right: var(--margin-wrap);
}
.carousel__generic .arrows .arrow {
  all: unset;
  transition: all 300ms ease;
  width: 30px;
  aspect-ratio: 1/1;
  border: 1px solid var(--color-border-secondary);
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.carousel__generic .arrows .arrow svg {
  transition: all 300ms ease;
  all: unset;
  width: 6px;
}
.carousel__generic .arrows .arrow.--disabled {
  opacity: 0.5;
}
.carousel__generic .arrows .arrow:hover {
  border-color: var(--color-dark);
  background-color: var(--color-dark);
  color: white;
}
@media (max-width: 767px) {
  .carousel__generic .arrows {
    top: -60px;
  }
}
.carousel__generic.--moving .arrows {
  pointer-events: none;
}
.carousel__generic.--not-overflowing .arrows {
  opacity: 0;
}
.carousel__generic.--at-start .arrows .--prev {
  opacity: 0.4;
  pointer-events: none;
}
.carousel__generic.--at-ent .arrows .--next {
  opacity: 0.4;
}
.carousel__generic .track {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-padding-left: var(--wrap);
  scroll-padding-right: var(--wrap);
}
.carousel__generic .track::-webkit-scrollbar {
  display: none;
}
.carousel__generic .cells {
  display: flex;
  gap: var(--gap);
  width: max-content;
  align-items: center;
}
.carousel__generic .cell {
  scroll-snap-align: start;
  width: 70vw;
  max-width: calc(100vw - 2 * var(--wrap));
}
.carousel__generic .cell:first-child {
  margin-left: var(--wrap);
}
.carousel__generic .cell:last-child {
  margin-right: var(--wrap);
}

.carousel__generic.--marquee .track {
  scroll-snap-type: none;
  -webkit-overflow-scrolling: auto;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}
.carousel__generic.--marquee .img-wrapper > IMG {
  object-position: center center;
}
.carousel__generic.--marquee.--strip {
  --gap: var(--margin-wrap);
}
.carousel__generic.--marquee.--strip .cell {
  width: auto;
}
.carousel__generic.--marquee.--strip .cell .img-wrapper {
  height: 120px;
}
.carousel__generic.--marquee.--small .cell {
  width: 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .carousel__generic.--marquee.--small .cell {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .carousel__generic.--marquee.--small .cell {
    width: 180px;
  }
}
@media (min-width: 1400px) {
  .carousel__generic.--marquee.--small .cell {
    width: 220px;
  }
}
.carousel__generic.--marquee.--big .cell {
  width: 26vw;
  max-width: 360px;
}
@media (max-width: 767px) {
  .carousel__generic.--marquee.--big .cell {
    width: 33vw;
  }
}

.module__slideshow .splide__arrow {
  transition: opacity 300ms linear;
  background: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 0;
  color: white;
}
.module__slideshow .splide__arrow svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
}
.module__slideshow .splide__arrow svg path {
  filter: drop-shadow(2px 2px 3px #000);
}
.module__slideshow .splide__arrow.splide__arrow--prev {
  left: 20px;
}
.module__slideshow .splide__arrow.splide__arrow--next {
  right: 20px;
}
.module__slideshow .splide__pagination.--numbers {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -6px;
}
.module__slideshow .splide__pagination.--numbers .splide__pagination__page {
  transition: color 200ms linear;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  color: var(--color-mid);
  transform: none !important;
  margin: 0;
  padding: 6px;
}
.module__slideshow .splide__pagination.--numbers .splide__pagination__page:hover, .module__slideshow .splide__pagination.--numbers .splide__pagination__page.is-active {
  color: var(--color-dark);
}
.module__slideshow .caption {
  text-align: right;
  padding-right: var(--margin-wrap);
}
.module__slideshow.--init .placeholder {
  display: none;
}

HTML {
  min-height: 100%;
  width: 100%;
  scroll-padding-top: 89px;
}

BODY {
  transition: background-color 450ms linear;
  min-height: 100%;
  width: 100%;
  background-color: var(--color-background);
  color: var(--color-dark);
}

IMG {
  pointer-events: none;
}

::selection {
  color: white;
  background-color: var(--color-highlight);
}

.loading-wrapper {
  width: 100vw;
}

.loading-container {
  min-height: 100vh;
  position: relative;
  max-width: var(--layout-max-width);
  margin-left: auto;
  margin-right: auto;
}

.anchor,
.module-anchor {
  scroll-margin-top: var(--margin-md);
}

HR {
  margin: 0;
  border: 0;
  height: 1px;
  background-color: black;
}
HR.--white {
  background-color: white;
}

DL.table {
  display: flex;
  flex-wrap: wrap;
}
DL.table DT {
  width: 40%;
  margin-bottom: 9px;
}
DL.table DD {
  margin-left: auto;
  width: 60%;
  margin-bottom: 9px;
}

MAIN {
  min-height: 100svh;
}

MAIN.home:before {
  content: "";
  display: block;
  opacity: 0.66;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
MAIN.home .top {
  position: absolute;
  top: 23px;
  color: white;
  left: var(--margin-wrap);
  right: var(--margin-wrap);
  z-index: 10;
  text-align: center;
}
MAIN.home .top H1 {
  font-size: clamp(21px, 12.5181674566px + 1.1058451817vw, 28px);
  margin-bottom: 8px;
}
MAIN.home .top .sub {
  margin-bottom: 20px;
}
MAIN.home .hero {
  margin-bottom: clamp(20px, -34.5260663507px + 7.1090047393vw, 65px);
}
MAIN.home .hero .module__slideshow .splide__pagination {
  padding-left: var(--margin-wrap);
  justify-content: flex-start;
}
@media (max-width: 767px) {
  MAIN.home .hero .module__slideshow .splide__pagination {
    display: none;
  }
}
MAIN.home .info {
  margin-bottom: clamp(40px, -32.7014218009px + 9.4786729858vw, 100px);
}
MAIN.home .footer {
  padding-bottom: 20px;
}
MAIN.home .footer P {
  margin-bottom: 18px;
}
MAIN.home .footer P:last-child {
  margin-bottom: 0;
}