/*
* @Title: Site - Global - Variables
*/
/* ==========================================================================
	0. PATHS
	========================================================================== */
/* ==========================================================================
	1. COLOURS
	========================================================================== */
/*  1.1. COLOUR PALETTE
	========================================================================== */
/*  1.2. MAIN, ACCENT AND MUTED
	========================================================================== */
/*  1.3. BODY AND LINKS
	========================================================================== */
/*  1.4. NOTIFICATIONS AND BADGES
	========================================================================== */
/*  1.5. SOCIAL MEDIA
	========================================================================== */
/*  1.6. COMMUNITIES (A.K.A ENGAGE)
	========================================================================== */
/* ==========================================================================
	2. TYPOGRAPHY
	========================================================================== */
/*  2.1. FAMILIES
	========================================================================== */
/*  2.2 WEIGHTS
	========================================================================== */
/* ==========================================================================
	3. LAYOUT
	========================================================================== */
/* Options: default, fullscreen */
/* ==========================================================================
	4. ELEMENTS
	========================================================================== */
/* ==========================================================================
	5. TRANSITIONS AND ANIMATIONS
	========================================================================== */
/* =========================================================

=== FLUID TYPOGRAPHY WITH CLAMP ===

Clamp takes a min value, a preferred (middle) value, and a max value. The preferred value gets calculated based on the viewport width.
For more information on how this works, please refer to https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport
There are many ways to implement the preferred value, but the easiest is using a calculator like this one: https://utopia.fyi/clamp/calculator/?a=360,1280,15%E2%80%9416

=== RECOMMENDED VALUES FOR CALCULATING CLAMP ===

Min viewport width: 360px
Max viewport width: 1280px or your layout wrapper max width
Min font size: font size from mobile design if available, ideally no smaller than 14px for accessibility
Max font size: font size from desktop design

The final clamp units should be converted to rem with a 16px base to allow zooming in the browser.

========================================================= */
.u-text-size-xx-small {
  font-size: clamp(0.6875rem, 0.663rem + 0.1087vw, 0.75rem);
}

.u-text-size-x-small {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}

.u-text-size-small {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}

.u-text-size-regular {
  font-size: clamp(0.9375rem, 0.913rem + 0.1087vw, 1rem);
}

.u-text-size-large {
  font-size: clamp(1rem, 0.9511rem + 0.2174vw, 1.125rem);
}

.u-text-size-x-large {
  font-size: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
}

.u-text-size-xx-large {
  font-size: clamp(1.75rem, 1.4565rem + 1.3043vw, 2.5rem);
}

.u-text-size-xxx-large {
  font-size: clamp(2rem, 1.6087rem + 1.7391vw, 3rem);
}

:root {
  --text-xx-small: clamp(0.6875rem, 0.663rem + 0.1087vw, 0.75rem);
  --text-x-small: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  --text-small: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  --text-regular: clamp(0.9375rem, 0.913rem + 0.1087vw, 1rem);
  --text-large: clamp(1rem, 0.9511rem + 0.2174vw, 1.125rem);
  --text-x-large: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
  --text-xx-large: clamp(1.75rem, 1.4565rem + 1.3043vw, 2.5rem);
  --text-xxx-large: clamp(2rem, 1.6087rem + 1.7391vw, 3rem);
}

.section .section__wrapper--width-default {
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.w-search:before, .w-library-search .w-library-search__toolbar:before, .w-library-search .w-library-search__filters__list:before, .js-library-summary ul:before, .w-countdown:before, .w-countdown .w-countdown__item .w-countdown__months span:before,
.w-countdown .w-countdown__item .w-countdown__days span:before,
.w-countdown .w-countdown__item .w-countdown__hours span:before,
.w-countdown .w-countdown__item .w-countdown__minutes span:before,
.w-countdown .w-countdown__item .w-countdown__seconds span:before, .w-search:after, .w-library-search .w-library-search__toolbar:after, .w-library-search .w-library-search__filters__list:after, .js-library-summary ul:after, .w-countdown:after, .w-countdown .w-countdown__item .w-countdown__months span:after,
.w-countdown .w-countdown__item .w-countdown__days span:after,
.w-countdown .w-countdown__item .w-countdown__hours span:after,
.w-countdown .w-countdown__item .w-countdown__minutes span:after,
.w-countdown .w-countdown__item .w-countdown__seconds span:after {
  content: "";
  display: table;
  clear: both;
}
.w-search:after, .w-library-search .w-library-search__toolbar:after, .w-library-search .w-library-search__filters__list:after, .js-library-summary ul:after, .w-countdown:after, .w-countdown .w-countdown__item .w-countdown__months span:after,
.w-countdown .w-countdown__item .w-countdown__days span:after,
.w-countdown .w-countdown__item .w-countdown__hours span:after,
.w-countdown .w-countdown__item .w-countdown__minutes span:after,
.w-countdown .w-countdown__item .w-countdown__seconds span:after {
  clear: both;
}

.p-button--type-widget-wishlist-toggle, .w-video-custom__play-button, .w-tabs .w-tabs__navigation__title, .w-share__button, .p-tabs .p-tabs__navigation__title {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  cursor: pointer;
  border-radius: none;
  padding: 0;
  margin: 0;
}
.p-button--type-widget-wishlist-toggle:hover, .w-video-custom__play-button:hover, .w-tabs .w-tabs__navigation__title:hover, .w-share__button:hover, .p-tabs .p-tabs__navigation__title:hover {
  background: transparent;
}

.w-wishlist__header__title, .p-list--type-widget-wishlist .p-list__item__header__title, .widget-rss .widget-rss__items__item__header__title {
  margin: 0;
  padding: 0;
}

.slick-dots, .w-twitter--single ul, .w-twitter--grid ul, .w-twitter--carousel ul, .p-list--type-widget-wishlist, .ck-social-icons, .widget-rss .widget-rss__items, .libraryaz ul, .footer .p-footer-menu-links, .pagination--default .pagination__list, .pagination--entry .pagination__list, .p-list--category-keys .p-list__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer__showoff__link, .article--slide-up .article--slide-up__link__text, .pagination--entry .pagination__list__item__link {
  color: inherit;
  text-decoration: none;
}
.footer .footer__showoff__link:hover, .article--slide-up .article--slide-up__link__text:hover, .pagination--entry .pagination__list__item__link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/*
* @Title: Framework - Globals - Normalize
* @Version: 1-2-0
*
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
}

table:not([cellpadding]) td,
table:not([cellpadding]) th {
  padding: 0;
}

table:not([cellspacing]) {
  border-spacing: 0;
}

table[cellspacing]:not([cellspacing="0"]) {
  border-collapse: separate;
}

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

.clear {
  clear: both;
}

/*
* @Title: Site - Global - Animations
* @Version: 1-2-0
*
*/
/*
* @Title: Site - Global - Animations
* @Version: 1-2-0
*
*/
@-webkit-keyframes scroll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes scroll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-animate-y, .header.p-animate-content .header__nav, .header.p-animate-content .header__search button, .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__navigation ul li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: scroll-in 1s forwards;
          animation: scroll-in 1s forwards;
}

.p-animate-opacity {
  opacity: 0;
  -webkit-animation: fade-in 1s forwards;
          animation: fade-in 1s forwards;
}

.section__body__article:nth-child(1) .p-animate-y, .section__body__article:nth-child(1) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(1) .header__nav, .section__body__article:nth-child(1) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(1) button, .section__body__article:nth-child(1) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(1) a[class], .section__body__article:nth-child(1) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(1) li {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.section__body__article:nth-child(2) .p-animate-y, .section__body__article:nth-child(2) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(2) .header__nav, .section__body__article:nth-child(2) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(2) button, .section__body__article:nth-child(2) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(2) a[class], .section__body__article:nth-child(2) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(2) li {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.section__body__article:nth-child(3) .p-animate-y, .section__body__article:nth-child(3) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(3) .header__nav, .section__body__article:nth-child(3) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(3) button, .section__body__article:nth-child(3) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(3) a[class], .section__body__article:nth-child(3) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(3) li {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.section__body__article:nth-child(4) .p-animate-y, .section__body__article:nth-child(4) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(4) .header__nav, .section__body__article:nth-child(4) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(4) button, .section__body__article:nth-child(4) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(4) a[class], .section__body__article:nth-child(4) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(4) li {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.section__body__article:nth-child(5) .p-animate-y, .section__body__article:nth-child(5) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(5) .header__nav, .section__body__article:nth-child(5) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(5) button, .section__body__article:nth-child(5) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(5) a[class], .section__body__article:nth-child(5) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(5) li {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.section__body__article:nth-child(6) .p-animate-y, .section__body__article:nth-child(6) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(6) .header__nav, .section__body__article:nth-child(6) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(6) button, .section__body__article:nth-child(6) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(6) a[class], .section__body__article:nth-child(6) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(6) li {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.section__body__article:nth-child(7) .p-animate-y, .section__body__article:nth-child(7) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(7) .header__nav, .section__body__article:nth-child(7) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(7) button, .section__body__article:nth-child(7) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(7) a[class], .section__body__article:nth-child(7) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(7) li {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.section__body__article:nth-child(8) .p-animate-y, .section__body__article:nth-child(8) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(8) .header__nav, .section__body__article:nth-child(8) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(8) button, .section__body__article:nth-child(8) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(8) a[class], .section__body__article:nth-child(8) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(8) li {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.section__body__article:nth-child(9) .p-animate-y, .section__body__article:nth-child(9) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(9) .header__nav, .section__body__article:nth-child(9) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(9) button, .section__body__article:nth-child(9) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(9) a[class], .section__body__article:nth-child(9) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(9) li {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.section__body__article:nth-child(10) .p-animate-y, .section__body__article:nth-child(10) .header.p-animate-content .header__nav, .header.p-animate-content .section__body__article:nth-child(10) .header__nav, .section__body__article:nth-child(10) .header.p-animate-content .header__search button, .header.p-animate-content .header__search .section__body__article:nth-child(10) button, .section__body__article:nth-child(10) .header.p-animate-content .header__cta a[class], .header.p-animate-content .header__cta .section__body__article:nth-child(10) a[class], .section__body__article:nth-child(10) .header.p-animate-content .header__navigation ul li, .header.p-animate-content .header__navigation ul .section__body__article:nth-child(10) li {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.header.p-animate-content .header__logo {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.header.p-animate-content .header__navigation ul li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.header.p-animate-content .header__navigation ul li:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.header.p-animate-content .header__navigation ul li:nth-child(3) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.header.p-animate-content .header__navigation ul li:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.header.p-animate-content .header__navigation ul li:nth-child(5) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.header.p-animate-content .header__navigation ul li:nth-child(6) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.header.p-animate-content .header__navigation ul li:nth-child(7) {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.header.p-animate-content .header__navigation ul li:nth-child(8) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.header.p-animate-content .header__navigation ul li:nth-child(9) {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.header.p-animate-content .header__navigation ul li:nth-child(10) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.header.p-animate-content .header__cta a[class]:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.header.p-animate-content .header__cta a[class]:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.header.p-animate-content .header__search button {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.header.p-animate-content .header__nav {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.m-button-primary, input[type=button] {
  color: #FFFFFF;
  border: 1px solid #500984;
  background: #500984;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 60px;
  font-family: "Funnel Display", sans-serif;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  text-align: center;
  position: relative;
  padding: 10px 30px;
}
.m-button-primary:hover, input[type=button]:hover {
  background: #08010d;
  border-color: #08010d;
}

/* ==========================================================================
   2.0 Forms Buttons 
   ========================================================================== */
@-webkit-keyframes p-button-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes p-button-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.search-index__form__submit,
.p-button--primary {
  color: #FFFFFF;
  border: 1px solid #500984;
  background: #500984;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 60px;
  font-family: "Funnel Display", sans-serif;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  text-align: center;
  position: relative;
  padding: 10px 30px;
}
.search-index__form__submit:hover,
.p-button--primary:hover {
  background: #08010d;
  border-color: #08010d;
}

.p-button {
  display: inline-block;
}
.p-button.is-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-button.is-loading::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  height: 1em;
  width: 1em;
  border-radius: 100%;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: p-button-loading 1.1s infinite linear;
          animation: p-button-loading 1.1s infinite linear;
  border-top: 2px solid rgba(37, 4, 60, 0.2) !important;
  border-right: 2px solid rgba(37, 4, 60, 0.2) !important;
  border-bottom: 2px solid rgba(37, 4, 60, 0.2) !important;
  border-left: 2px solid #25043c !important;
}

/*
* @Title: Pattern - Icons
* @Version: 1-2-0
*
*/
.icon--svg svg {
  height: 100%;
  width: 100%;
}

.icon--x-small {
  width: 12px;
  height: 12px;
}
.icon--x-small.icon--cross {
  width: 10px;
  height: 10px;
}

.icon--small {
  width: 18px;
  height: 18px;
}
.icon--small.icon--share {
  height: 17px;
}

.icon--normal {
  width: 24px;
  height: 24px;
}

.icon--large {
  width: 36px;
  height: 36px;
}

.icon--x-large {
  width: 48px;
  height: 48px;
}

.icon--fill {
  height: 100%;
  width: 100%;
}

.icon--heart, .p-icon--heart {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@-webkit-keyframes animateHeart {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  33% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.6;
    fill: #d62672;
  }
  75% {
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
            transform: scale3d(1.4, 1.4, 1.4);
    opacity: 1;
    fill: #d62672;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #d62672;
  }
}
@keyframes animateHeart {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  33% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  50% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
            transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.6;
    fill: #d62672;
  }
  75% {
    -webkit-transform: scale3d(1.4, 1.4, 1.4);
            transform: scale3d(1.4, 1.4, 1.4);
    opacity: 1;
    fill: #d62672;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    fill: #d62672;
  }
}
.icon--heart .p-icon--selected, .p-icon--heart .p-icon--selected {
  display: none;
}
.icon--heart:hover, .p-icon--heart:hover {
  fill: #a3a3a3;
}
.icon--heart.is-active, .is-favourited .icon--heart, .p-icon--heart.is-active, .is-favourited .p-icon--heart {
  fill: #d62672;
}
.icon--heart.is-animating, .p-icon--heart.is-animating {
  -webkit-animation: animateHeart 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: animateHeart 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  fill: #d62672;
}
.icon--heart.is-animating .p-icon--unselected, .p-icon--heart.is-animating .p-icon--unselected {
  display: none;
}
.icon--heart.is-animating .p-icon--selected, .p-icon--heart.is-animating .p-icon--selected {
  display: block;
}

.icon--star, .p-icon--star {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@-webkit-keyframes animateStar {
  50% {
    -webkit-transform: scale3d(1.8, 1.8, 1.8);
            transform: scale3d(1.8, 1.8, 1.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    fill: #ffce12;
  }
}
@keyframes animateStar {
  50% {
    -webkit-transform: scale3d(1.8, 1.8, 1.8);
            transform: scale3d(1.8, 1.8, 1.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    opacity: 1;
    fill: #ffce12;
  }
}
.icon--star:hover, .p-icon--star:hover {
  fill: #a3a3a3;
}
.icon--star.is-active, .is-favourited .icon--star, .p-icon--star.is-active, .is-favourited .p-icon--star {
  fill: #ffce12;
}
.icon--star.is-animating, .p-icon--star.is-animating {
  -webkit-animation: animateStar 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: animateStar 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  fill: #ffce12;
}

.icon--bookmark, .p-icon--bookmark {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@-webkit-keyframes animateBookmark {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    fill: #500984;
  }
  33% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  66% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    fill: #500984;
  }
}
@keyframes animateBookmark {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    fill: #500984;
  }
  33% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  66% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    fill: #500984;
  }
}
.icon--bookmark:hover, .p-icon--bookmark:hover {
  fill: #a3a3a3;
}
.icon--bookmark.is-active, .is-favourited .icon--bookmark, .p-icon--bookmark.is-active, .is-favourited .p-icon--bookmark {
  fill: #500984;
}
.icon--bookmark.is-animating, .p-icon--bookmark.is-animating {
  -webkit-animation: animateBookmark 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: animateBookmark 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  fill: #500984;
}

.icon--plus, .p-icon--plus {
  fill: #F4F4F4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@-webkit-keyframes animatePlus {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes animatePlus {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.icon--plus:hover, .p-icon--plus:hover {
  fill: #a3a3a3;
}
.icon--plus.is-active, .p-icon--plus.is-active {
  fill: #500984;
}
.icon--plus.is-animating, .p-icon--plus.is-animating {
  -webkit-animation: animatePlus 0.5s ease-in;
          animation: animatePlus 0.5s ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  fill: #500984;
}

/* ICON: SIZES
   ========================================================================== */
.p-icon--small {
  width: 18px;
  height: 18px;
}
.p-icon--small.p-icon--share {
  height: 17px;
  width: 17px;
}

.p-icon--normal {
  width: 22px;
  height: 22px;
}

.p-icon--x-large {
  width: 48px;
  height: 48px;
}

/* ICON: COLOURS
   ========================================================================== */
.p-icon--color-main {
  fill: #500984;
}

.p-icon--color-muted {
  fill: #c1c1c1;
}

.p-list--category-keys {
  margin-bottom: 20px;
}
.p-list--category-keys .p-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p-list--category-keys .p-list__items__item {
  color: #222222;
}
.p-list--category-keys .p-list__items__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: inherit;
}
.p-list--category-keys .p-list__items__item a:hover {
  color: #CC007E;
}
.p-list--category-keys .p-list__items__item__icon {
  max-width: 20px;
}
@media (width >= 768px) {
  .p-list--category-keys .p-list__items__item__icon {
    max-width: 50px;
  }
}

/*
* @Title: Site - Patterns - Modal
* @Version: 1-2-0
*
* NOTES: All the !important declarations here are used to ensure that we don't
* overwrite the 3rd party magnific popup css so that we can easily upgrade its
* version.
*
*/
/* ==========================================================================
   0. DEFAULT CONFIGURATION
   ========================================================================== */
/* ==========================================================================
   1.0. PATTERN
   ========================================================================== */
.mfp-preloader {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.mfp-preloader .spinner {
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0 auto;
}
.mfp-preloader .spinner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #F4F4F4;
  border-top-color: #500984;
  -webkit-animation: modalSpinner 1s linear infinite;
          animation: modalSpinner 1s linear infinite;
}
@-webkit-keyframes modalSpinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes modalSpinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.mfp-close {
  padding: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
  margin-left: auto;
  width: auto !important;
  height: auto !important;
  line-height: 0 !important;
  background: #500984 !important;
  padding: 10px !important;
}

.mfp-close__icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  fill: #FFFFFF;
}

.mfp-bg {
  -webkit-transform: scale(0);
          transform: scale(0);
  background: #500984 !important;
  opacity: 0 !important;
}

.has-communities-open .mfp-wrap {
  display: none;
}

.mfp-content {
  background: #FFFFFF;
  max-width: 1140px;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0;
  margin: 0 auto !important;
  position: static !important;
  margin: 20px auto !important;
}
.mfp-content > * {
  padding: 20px;
}

/* 1.1. PATTERN - STATE: WHEN OPENING
   ========================================================================== */
.has-p-modal-opening .mfp-bg {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1 !important;
  background: rgba(34, 34, 34, 0.8) !important;
}
.has-p-modal-opening .mfp-preloader,
.has-p-modal-opening .mfp-close {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1 !important;
}

/* 1.2. PATTERN - STATE: WHEN OPEN
   ========================================================================== */
.has-p-modal-open .mfp-bg {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  background: rgba(34, 34, 34, 0.8) !important;
}
.has-p-modal-open .mfp-content {
  opacity: 1;
}

body:not(.has-p-modal-open).has-modal-open .mfp-bg {
  background: rgba(34, 34, 34, 0.8) !important;
}
body:not(.has-p-modal-open).has-modal-open .mfp-content {
  opacity: 1;
}

/* 1.3. PATTERN - BREAKPOINTS
   ========================================================================== */
@media (width >= 768px) {
  .mfp-close {
    padding: 20px !important;
  }
  .mfp-close__icon {
    width: 30px;
    height: 30px;
  }
  .mfp-content > * {
    padding: 40px;
  }
}
@media (width >= 1280px) {
  .mfp-preloader .spinner {
    height: 60px;
    width: 60px;
  }
  .mfp-preloader .spinner::before {
    height: 60px;
    width: 60px;
  }
  .mfp-close {
    position: absolute !important;
    right: 20px !important;
    top: 20px !important;
    padding: 0 !important;
    background: transparent !important;
  }
  .mfp-close__icon {
    width: 40px;
    height: 40px;
  }
  .mfp-content > * {
    padding: 40px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.overlay.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.pagination--default .pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pagination--default .pagination__list__item__link {
  display: none;
  background: #e7e7e7;
  color: inherit;
  padding: 7px 10px;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
}
.pagination--default .pagination__list__item__link:hover, .pagination--default .pagination__list__item__link:focus {
  background: #dbdbdb;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.pagination--default .pagination__list__item__link--first {
  display: block;
}
.pagination--default .pagination__list__item__link--first:before {
  content: "\f323";
  font-family: "Font Awesome 6 Pro";
}
.pagination--default .pagination__list__item__link--previous {
  display: block;
}
.pagination--default .pagination__list__item__link--previous:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
}
.pagination--default .pagination__list__item__link--next {
  display: block;
}
.pagination--default .pagination__list__item__link--next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}
.pagination--default .pagination__list__item__link--last {
  display: block;
}
.pagination--default .pagination__list__item__link--last:before {
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
}
.pagination--default .pagination__list__item__link--ellipsis {
  background: transparent;
  cursor: default;
  pointer-events: none;
}
.pagination--default .pagination__list__item__link--ellipsis:hover {
  color: inherit;
}
.pagination--default .pagination__list__item__link.is-active {
  background: #CC007E;
  color: #FFFFFF;
}
.pagination--default .pagination__list__item__link.is-inactive {
  cursor: default;
  color: #626262;
}
@media (width >= 600px) {
  .pagination--default .pagination__list__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination--entry {
  margin-top: 20px;
}
.pagination--entry .pagination__list {
  text-align: center;
  direction: ltr;
}
.pagination--entry .pagination__list__item {
  display: inline-block;
  margin: 0 0.25em;
}
.pagination--entry .pagination__list__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #F4F4F4;
  color: #500984;
}
.pagination--entry .pagination__list__item__link:hover {
  background: #500984;
  color: #FFFFFF;
}
.pagination--entry .pagination__list__item__link--first .pagination__list__item__link__icon:before {
  content: "\f323";
}
.pagination--entry .pagination__list__item__link--previous .pagination__list__item__link__icon:before {
  content: "\f053";
}
.pagination--entry .pagination__list__item__link--next .pagination__list__item__link__icon:before {
  content: "\f054";
}
.pagination--entry .pagination__list__item__link--last .pagination__list__item__link__icon:before {
  content: "\f324";
}
.pagination--entry .pagination__list__item__link__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination--entry .pagination__list__item__link__icon::before {
  font-size: 30px;
  font-family: "Font Awesome 6 Pro";
}
.pagination--entry .pagination__list__item__link__preview {
  display: none;
}
.mfp-content .pagination--entry {
  margin-top: 0;
}
@media (width >= 1280px) {
  .mfp-content .pagination--entry .pagination__list__item__link {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 80px;
  }
  .mfp-content .pagination--entry .pagination__list__item__link:hover {
    background: #500984;
    color: #FFFFFF;
  }
  .mfp-content .pagination--entry .pagination__list__item__link:hover .pagination__list__item__link__preview {
    width: 220px;
  }
  .mfp-content .pagination--entry .pagination__list__item__link:hover .pagination__list__item__link__field-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .mfp-content .pagination--entry .pagination__list__item__link:hover .pagination__list__item__link__field-2 {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .mfp-content .pagination--entry .pagination__list__item__link--previous {
    left: 20px;
  }
  .mfp-content .pagination--entry .pagination__list__item__link--previous .pagination__list__item__link__preview {
    left: 100%;
    text-align: left;
  }
  .mfp-content .pagination--entry .pagination__list__item__link--previous .pagination__list__item__link__field-1::before {
    content: "Previous";
  }
  .mfp-content .pagination--entry .pagination__list__item__link--next {
    right: 20px;
  }
  .mfp-content .pagination--entry .pagination__list__item__link--next .pagination__list__item__link__preview {
    right: 100%;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mfp-content .pagination--entry .pagination__list__item__link--next .pagination__list__item__link__field-1::before {
    content: "Next";
  }
  .mfp-content .pagination--entry .pagination__list__item__link__preview {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: #F4F4F4;
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    overflow: hidden;
  }
  .mfp-content .pagination--entry .pagination__list__item__link__field-1 {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    opacity: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: 0.25s ease-in 0.25s;
    transition: 0.25s ease-in 0.25s;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .mfp-content .pagination--entry .pagination__list__item__link__field-1:empty {
    display: none;
  }
  .mfp-content .pagination--entry .pagination__list__item__link__field-1:empty::before {
    display: none;
  }
  .mfp-content .pagination--entry .pagination__list__item__link__field-1::before {
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .mfp-content .pagination--entry .pagination__list__item__link__field-2 {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    width: 80px;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px;
    -webkit-transition: 0.25s 0.25s;
    transition: 0.25s 0.25s;
  }
  .mfp-content .pagination--entry .pagination__list__item__link__field-2__thumbnail {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-size: cover;
    background-position: center center;
  }
}

.p-pagination__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.p-pagination__items__item {
  width: 30px;
  border-radius: 100%;
  background-color: #F4F4F4;
  color: #222222;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-pagination__items__item.is-active {
  background-color: #500984;
  color: #FFFFFF;
}

/*
* @Title: Site - Patterns - Search
* @Version: 1-2-0
*
*/
.search-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}
.search-index .search-index__form {
  margin-top: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-index .search-index__form__input {
  padding: 0.5em 1em;
  width: 180px;
}
.search-index .search-index__form__submit {
  display: inline-block;
  float: none;
  margin-left: 10px;
  padding: 9.5px 26px !important;
}
.search-index .search__count {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em auto;
  border-bottom: 1px solid rgba(34, 34, 34, 0.25);
  padding: 0 0 20px;
}
.search-index .search__count strong {
  margin: auto 0.5em;
}
.search-index .search__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.search-index .search__list__item {
  border-bottom: solid 1px #F4F4F4;
  padding: 0.5em 0;
}
.search-index .search__list__item__title {
  color: #222222;
}
.search-index .search__list__item__title:hover {
  color: #500984;
}
.search-index .search-index__pagination {
  margin-top: 2em;
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.search-index .search-index__pagination .pagingTabsTotals {
  float: left;
}
.search-index .search-index__pagination .pagingTabsCarrousel {
  float: right;
}
.search-index .search-index__pagination .pagingTabsCarrousel a {
  float: left;
  display: block;
  text-decoration: none;
  border-radius: 30px;
  background: #F4F4F4;
  padding: 0.25em 0.5em;
  margin-left: 0.5em;
}
.search-index .search-index__pagination .pagingTabsCarrousel a:first-child {
  margin-left: 0;
}
.search-index .search-index__pagination .pagingTabsCarrousel a:hover {
  color: #500984;
}
.search-index .search-index__pagination .pagingTabsCarrousel a.selected {
  background-color: #CC007E;
  color: #FFFFFF;
  cursor: default;
  pointer-events: none;
}
@media screen and (width: 600px) {
  .search-index .search-index__form__input {
    width: 400px;
  }
}
@media (width >= 1024px) {
  .search-index {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .search-index .search-index__form {
    margin-top: 0;
    margin-left: 2em;
  }
  .search-index .search-index__pagination {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-tabs {
  width: 100%;
}
.p-tabs a,
.p-tabs button {
  border-radius: 5px;
}
.p-tabs .p-tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.p-tabs .p-tabs__navigation__title {
  padding: 10px 20px;
  position: relative;
}
.p-tabs .p-tabs__navigation__title::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #500984;
}
.p-tabs .p-tabs__navigation__title.is-active::before {
  background: #8926D2;
}
.p-tabs .p-tabs__tab {
  display: none;
}
.p-tabs .p-tabs__tab.is-visible {
  display: block;
}
.p-tabs .p-tabs__body__tab__content__title {
  margin-bottom: 10px;
}
.p-tabs .p-tabs__body__tab__content__body {
  line-height: 2;
}
.p-tabs .p-tabs__body__tab__image {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
  max-width: 300px;
}
.p-tabs .p-tabs__navigation {
  position: relative;
}
.p-tabs .p-tabs__navigation::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F4F4F4;
}
@media (width >= 768px) {
  .p-tabs .p-tabs__navigation__title__link {
    padding: 1.5em 0;
    margin: 0 1.5em;
    font-family: "Funnel Display", sans-serif;
  }
  .p-tabs .p-tabs__body__tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*
* @Title: Site - Patterns - Tables
* @Version: 1-2-0
*
*/
/*	===========================================================================
	TABLE: DEFAULT
	========================================================================== */
.article table, .panel table {
  max-width: 100%;
}
.article table:not([cellpadding]) th,
.article table:not([cellpadding]) td, .panel table:not([cellpadding]) th,
.panel table:not([cellpadding]) td {
  padding: 10px;
}
.article table th,
.article table td, .panel table th,
.panel table td {
  border: solid 1px #F4F4F4;
}
.article table ul, .panel table ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.article table[border="0"] th,
.article table[border="0"] td, .panel table[border="0"] th,
.panel table[border="0"] td {
  border: none;
}
@media (width >= 600px) {
  .article table td:first-child:nth-last-child(n+4),
  .article table td:first-child:nth-last-child(n+4) ~ td, .panel table td:first-child:nth-last-child(n+4),
  .panel table td:first-child:nth-last-child(n+4) ~ td {
    display: table-cell;
  }
  .article table ul, .panel table ul {
    -webkit-padding-start: revert;
            padding-inline-start: revert;
  }
}

/*	===========================================================================
	TABLES: RESPONSIVE OVERFLOW
	========================================================================== */
.p-table--responsive-overflow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 40px 100%, 40px 100%, 20px 100%, 20px 100%;
  background-attachment: local, local, scroll, scroll;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#cccccc), to(rgba(204, 204, 204, 0))), -webkit-gradient(linear, right top, left top, from(#cccccc), to(rgba(204, 204, 204, 0)));
  background-image: linear-gradient(left, #FFFFFF, rgba(255, 255, 255, 0)), linear-gradient(right, #FFFFFF, rgba(255, 255, 255, 0)), linear-gradient(left, #cccccc, rgba(204, 204, 204, 0)), linear-gradient(right, #cccccc, rgba(204, 204, 204, 0));
}
.p-table--responsive-overflow table {
  max-width: none;
}

.section--floating .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.section--floating .section__body__article {
  border-radius: 5px;
  overflow: hidden;
}
@media (width >= 1024px) {
  .section--floating .section__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media (width >= 1600px) {
  .section--floating .section__body {
    width: 100%;
  }
}

.section--floating.section--floating--left .section__body__article--id-1 {
  min-height: 400px;
}
@media (width >= 900px) {
  .section--floating.section--floating--left .section__body__article--id-1 {
    width: 40%;
    height: 80%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .section--floating.section--floating--left .section__body__article--id-1 .article--default__header-body,
  .section--floating.section--floating--left .section__body__article--id-1 .article--default__body {
    height: 100%;
  }
  .section--floating.section--floating--left .section__body__article--id-2 {
    width: 85%;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
            box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
    padding-block: 80px;
    padding-right: 70px;
  }
  .section--floating.section--floating--left .section__body__article--id-2 .article {
    width: 60%;
  }
}

.section--floating.section--floating--right .section__body__article--id-2 {
  min-height: 400px;
}
@media (width >= 900px) {
  .section--floating.section--floating--right .section__body__article--id-1 {
    width: 85%;
    margin-right: auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
            box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
    padding-block: 80px;
    padding-left: 70px;
  }
  .section--floating.section--floating--right .section__body__article--id-1 .article {
    width: 60%;
  }
  .section--floating.section--floating--right .section__body__article--id-2 {
    width: 40%;
    height: 80%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  .section--floating.section--floating--right .section__body__article--id-2 .article--default__header-body,
  .section--floating.section--floating--right .section__body__article--id-2 .article--default__body {
    height: 100%;
  }
}

.section {
  position: relative;
}
.section.has-graphics {
  overflow: hidden;
}
.section.has-graphics::before, .section.has-graphics::after {
  opacity: 0.3;
  max-width: 200px;
  max-height: 200px;
}
@media (width >= 1024px) {
  .section.has-graphics::before, .section.has-graphics::after {
    opacity: 1;
    max-width: none;
    max-height: none;
  }
}
.section.has-graphics--1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-1-1.svg");
  width: 400px;
  height: 400px;
}
.section.has-graphics--1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-1-2.svg");
  width: 400px;
  height: 400px;
}
.section.has-graphics--2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-6.svg");
  width: 200px;
  height: 350px;
}
.section.has-graphics--2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-1-2.svg");
  width: 300px;
  height: 350px;
}
.section.has-graphics--3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-3-2.svg");
  width: 400px;
  height: 400px;
}
.section.has-graphics--3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-3-1.svg");
  width: 400px;
  height: 400px;
}
.section.has-graphics--4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-4.svg");
  width: 230px;
  height: 230px;
}
.section.has-graphics--5::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-5-1.svg");
  width: 400px;
  height: 400px;
}
.section.has-graphics--5::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-5-2.svg");
  width: 900px;
  height: 300px;
}
.section.has-graphics--6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("https://cdn.asp.events/CLIENT_CL_Gamin_A45C4908_5056_B725_6B2249A7AD85625A/sites/ice-barcelona-2026/media/_theme/graphics/graphics-6.svg");
  width: 150px;
  height: 300px;
}

.section {
  position: relative;
  z-index: 2;
}
.section .section__title {
  margin-bottom: 30px;
}
.section .section__title-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.section .section__title__text {
  position: relative;
  margin-bottom: 0;
}
.section .section__image__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}
.section .section__body__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.section .section__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}
.section .section__body--space-none {
  gap: 0;
}
.section .section__body--space-single {
  gap: 30px;
}
.section .section__body--space-double {
  gap: 60px;
}
.section .section__wrapper--width-fullwidth {
  width: 100%;
}
@media (width >= 600px) {
  .section .section__body__article--count-2,
  .section .section__body__article--count-4 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section .section__body__article--id-2:has(.article--background-image.style-circle-graphic) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section .section__body--stagger-ltr.section__body__article--count-2,
  .section .section__body--stagger-ltr.section__body__article--count-4 {
    padding-bottom: 40px;
  }
  .section .section__body--stagger-ltr.section__body__article--count-2 .section__body__article--id-2,
  .section .section__body--stagger-ltr.section__body__article--count-2 .section__body__article--id-4,
  .section .section__body--stagger-ltr.section__body__article--count-4 .section__body__article--id-2,
  .section .section__body--stagger-ltr.section__body__article--count-4 .section__body__article--id-4 {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .section .section__body--stagger-rtl.section__body__article--count-2,
  .section .section__body--stagger-rtl.section__body__article--count-4 {
    padding-bottom: 40px;
  }
  .section .section__body--stagger-rtl.section__body__article--count-2 .section__body__article--id-1,
  .section .section__body--stagger-rtl.section__body__article--count-2 .section__body__article--id-3,
  .section .section__body--stagger-rtl.section__body__article--count-4 .section__body__article--id-1,
  .section .section__body--stagger-rtl.section__body__article--count-4 .section__body__article--id-3 {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@media (width >= 768px) {
  .section .section__body__article--count-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .section .section__cta {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .section .section__body--stagger-ltr.section__body__article--count-3 {
    padding-bottom: 80px;
  }
  .section .section__body--stagger-ltr.section__body__article--count-3 .section__body__article--id-2 {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .section .section__body--stagger-ltr.section__body__article--count-3 .section__body__article--id-3 {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  .section .section__body--stagger-rtl.section__body__article--count-3 {
    padding-bottom: 80px;
  }
  .section .section__body--stagger-rtl.section__body__article--count-3 .section__body__article--id-1 {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  .section .section__body--stagger-rtl.section__body__article--count-3 .section__body__article--id-2 {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@media (width >= 1024px) {
  .section .section__body__article--count-4 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .section .section__body--stagger-ltr.section__body__article--count-4 {
    padding-bottom: 120px;
  }
  .section .section__body--stagger-ltr.section__body__article--count-4 .section__body__article--id-2 {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  .section .section__body--stagger-ltr.section__body__article--count-4 .section__body__article--id-3 {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  .section .section__body--stagger-ltr.section__body__article--count-4 .section__body__article--id-4 {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  .section .section__body--stagger-rtl.section__body__article--count-4 {
    padding-bottom: 120px;
  }
  .section .section__body--stagger-rtl.section__body__article--count-4 .section__body__article--id-1 {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  .section .section__body--stagger-rtl.section__body__article--count-4 .section__body__article--id-2 {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  .section .section__body--stagger-rtl.section__body__article--count-4 .section__body__article--id-3 {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@media (width >= 1280px) {
  .section .section__body--space-single {
    gap: 30px;
  }
  .section .section__body--space-double {
    gap: 60px;
  }
}
.section .section__body--width-70-30.section__body--space-single {
  -ms-grid-rows: (minmax(0, 1fr))[2];
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.section .section__body--width-70-30.section__body--space-double {
  -ms-grid-rows: (minmax(0, 1fr))[2];
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.section .section__body--width-30-70.section__body--space-single {
  -ms-grid-rows: (minmax(0, 1fr))[2];
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.section .section__body--width-30-70.section__body--space-double {
  -ms-grid-rows: (minmax(0, 1fr))[2];
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
@media (width >= 600px) {
  .section .section__body--width-70-30.section__body--space-single {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .section .section__body--width-70-30.section__body--space-double {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .section .section__body--width-30-70.section__body--space-single {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .section .section__body--width-30-70.section__body--space-double {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 768px) {
  .section .section__body--width-70-30.section__body--space-none {
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .section .section__body--width-70-30.section__body--space-none > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section .section__body--width-70-30.section__body--space-none > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .section .section__body--width-70-30.section__body--space-single {
    -ms-grid-columns: calc(70% - 15px) calc(30% - 15px);
    grid-template-columns: calc(70% - 15px) calc(30% - 15px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .section .section__body--width-70-30.section__body--space-single > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section .section__body--width-70-30.section__body--space-single > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .section .section__body--width-70-30.section__body--space-double {
    -ms-grid-columns: calc(70% - 30px) calc(30% - 30px);
    grid-template-columns: calc(70% - 30px) calc(30% - 30px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .section .section__body--width-70-30.section__body--space-double > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section .section__body--width-70-30.section__body--space-double > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .section .section__body--width-30-70.section__body--space-none {
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .section .section__body--width-30-70.section__body--space-none > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section .section__body--width-30-70.section__body--space-none > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .section .section__body--width-30-70.section__body--space-single {
    -ms-grid-columns: calc(30% - 15px) calc(70% - 15px);
    grid-template-columns: calc(30% - 15px) calc(70% - 15px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .section .section__body--width-30-70.section__body--space-single > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section .section__body--width-30-70.section__body--space-single > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .section .section__body--width-30-70.section__body--space-double {
    -ms-grid-columns: calc(30% - 30px) calc(70% - 30px);
    grid-template-columns: calc(30% - 30px) calc(70% - 30px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .section .section__body--width-30-70.section__body--space-double > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .section .section__body--width-30-70.section__body--space-double > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.section-padding--auto {
  padding: 40px 0;
}

.section-padding--bottom {
  padding-bottom: 40px;
}

.section-padding--top {
  padding-top: 40px;
}

.section__body-padding--auto {
  padding: 40px 0;
}

.section__body-padding--bottom {
  padding-bottom: 40px;
}

.section__body-padding--top {
  padding-top: 40px;
}

.section-margin--auto {
  margin: 40px 0;
}

.section-margin--bottom {
  margin-bottom: 40px;
}

.section-margin--top {
  margin-top: 40px;
}

@media (width >= 768px) {
  .section-padding--auto {
    padding: 50px 0;
  }
  .section-padding--bottom {
    padding-bottom: 50px;
  }
  .section-padding--top {
    padding-top: 50px;
  }
  .section__body-padding--auto {
    padding: 50px 0;
  }
  .section__body-padding--bottom {
    padding-bottom: 50px;
  }
  .section__body-padding--top {
    padding-top: 50px;
  }
  .section-margin--auto {
    margin: 50px 0;
  }
  .section-margin--bottom {
    margin-bottom: 50px;
  }
  .section-margin--top {
    margin-top: 50px;
  }
}
@media (width >= 1024px) {
  .section-padding--auto {
    padding: 60px 0;
  }
  .section-padding--bottom {
    padding-bottom: 60px;
  }
  .section-padding--top {
    padding-top: 60px;
  }
  .section__body-padding--auto {
    padding: 60px 0;
  }
  .section__body-padding--bottom {
    padding-bottom: 60px;
  }
  .section__body-padding--top {
    padding-top: 60px;
  }
}
@media (width >= 1280px) {
  .section-padding--auto {
    padding: 90px 0;
  }
  .section-padding--bottom {
    padding-bottom: 90px;
  }
  .section-padding--top {
    padding-top: 90px;
  }
  .reduced-padding-bottom {
    padding-bottom: 60px;
  }
  .reduced-padding-top {
    padding-top: 60px;
  }
  .section__body-padding--auto {
    padding: 90px 0;
  }
  .section__body-padding--bottom {
    padding-bottom: 90px;
  }
  .section__body-padding--top {
    padding-top: 90px;
  }
  .section-margin--auto {
    margin: 90px 0;
  }
  .section-margin--bottom {
    margin-bottom: 90px;
  }
  .section-margin--top {
    margin-top: 90px;
  }
}
.article--background-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.article--background-image.is-hidden-mobile {
  display: none;
}
@media (width >= 1280px) {
  .article--background-image.is-hidden-mobile {
    display: block;
  }
}
.article--background-image.style-default {
  border-radius: 5px;
}
.article--background-image.style-circle-graphic {
  width: 250px;
  height: 250px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.article--background-image .article--background-image__graphic {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (width >= 1024px) {
  .article--background-image.style-circle-graphic {
    width: 390px;
    height: 390px;
  }
}

.article--background-slider {
  position: relative;
}
.article--background-slider .article--background-slider__inner {
  overflow: hidden;
  height: 100%;
  min-height: 320px;
}
.section--1-column .article--background-slider {
  height: 500px;
}
.section--1-column .article--background-slider .article--background-slider__graphic {
  display: none;
}

.article--background-slider__graphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  z-index: 5;
}
@media (width >= 768px) {
  .article--background-slider__graphic {
    width: 200px;
  }
}

.article--background-slider__pagination {
  position: absolute;
}
.article--background-slider__pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}

.article--background-slider__pagination.swiper-pagination {
  position: absolute;
  height: 50px;
  padding-left: 30px;
  text-align: left;
}

.article--button {
  min-height: 250px;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  cursor: pointer;
}
.article--button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.article--button .article--button__content {
  padding: 20px;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.article--button .article--button__title {
  margin-bottom: 10px;
}

.article--button-custom {
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}
.article--button-custom:hover .article--button-custom__image::before {
  opacity: 0.5;
}
.article--button-custom:hover .article--button-custom__content.u-background-color-branding-purple i {
  color: #500984;
  background: #FFFFFF;
}
.article--button-custom:hover .article--button-custom__content.u-background-color-branding-pink i {
  color: #CC007E;
  background: #FFFFFF;
}
.article--button-custom:hover .article--button-custom__content.u-background-color-branding-purple-light i {
  color: #8926D2;
  background: #FFFFFF;
}
.article--button-custom:hover .article--button-custom__content.u-background-color-branding-red i {
  color: #E31919;
  background: #FFFFFF;
}
.article--button-custom:hover .article--button-custom__content.u-background-color-neutral-white i {
  color: #FFFFFF;
  background: #222222;
}
.article--button-custom:hover .article--button-custom__content.u-background-color-neutral-black i {
  color: #222222;
  background: #FFFFFF;
}
.article--button-custom:hover .article--button-custom__content.u-background-color-neutral-muted i {
  color: #F4F4F4;
  background: #222222;
}
.article--button-custom .article--button-custom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 20px 25px;
  height: 110px;
}
.article--button-custom .article--button-custom__title {
  margin-bottom: 0;
}
.article--button-custom i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  border: 1px solid;
}
.article--button-custom .article--button-custom__content.u-background-color-branding-purple i, .article--button-custom .article--button-custom__content.u-background-color-branding-pink i, .article--button-custom .article--button-custom__content.u-background-color-branding-purple-light i, .article--button-custom .article--button-custom__content.u-background-color-branding-red i, .article--button-custom .article--button-custom__content.u-background-color-branding-black i {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.article--button-custom .article--button-custom__content.u-background-color-neutral-white i, .article--button-custom .article--button-custom__content.u-background-color-neutral-muted i {
  border-color: #222222;
  color: #222222;
}
.article--button-custom .article--button-custom__image {
  height: 260px;
  position: relative;
}
.article--button-custom .article--button-custom__image::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: #500984;
  opacity: 0;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.article--featured {
  background: rgba(34, 34, 34, 0.2);
  backdrop-filter: blur(31px);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.article--featured .article--featured__image {
  height: 175px;
}
.article--featured .article--featured__content {
  height: calc(100% - 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article--featured .article--featured__header-body {
  padding: 40px 30px 25px;
}
.article--featured .article--featured__title {
  margin-bottom: 25px;
}
.article--featured .article--featured__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.article--circle-graphic {
  border-radius: 5px;
  background: rgba(34, 34, 34, 0.25);
  padding: 40px 35px;
}
.article--circle-graphic .article--circle-graphic__content {
  height: 100%;
}
.article--circle-graphic .article--circle-graphic__image {
  position: relative;
  width: 100%;
  max-width: 190px;
  margin-inline: auto;
  margin-bottom: 25px;
}
.article--circle-graphic .article--circle-graphic__image__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
}
.article--circle-graphic .article--circle-graphic__image__graphic {
  position: absolute;
  bottom: -10px;
  right: -20px;
  width: 60%;
  max-width: 90px;
}
.article--circle-graphic .article--circle-graphic__title {
  margin-bottom: 10px;
}

.article--default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article--default .article--default__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article--default:has(.w-video-custom) .article--default__header-body,
.article--default:has(.w-video-custom) .article--default__body, .article--default:has(.w-video) .article--default__header-body,
.article--default:has(.w-video) .article--default__body {
  height: 100%;
}
.article--default .article--default__image:not(.no-margin) {
  margin-bottom: 25px;
}
.article--default .article--default__image__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.article--default .article--default__header {
  margin-bottom: 20px;
}
.article--default .article--default__header-body {
  position: relative;
  z-index: 1;
}
.article--default .article--default__title {
  margin-bottom: 25px;
}
.article--default .article--default__body img {
  max-width: 100%;
}
.article--default .article--default__footer {
  margin-top: 40px;
}

.article--overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.article--overlay .article--overlay__title {
  font-size: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  width: 100%;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.article--overlay .article--overlay__body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.article--overlay .article--overlay__body a:not([class]) {
  text-decoration: underline;
  color: #FFFFFF;
}
.article--overlay.has-center-text .article--overlay__body {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article--overlay:hover .article--overlay__title {
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  visibility: hidden;
}
.article--overlay:hover .article--overlay__body {
  opacity: 1;
  visibility: visible;
}

.article--popup {
  width: 100%;
  aspect-ratio: 1/0.7;
  overflow: hidden;
  position: relative;
}
.article--popup:hover .article--popup__underline {
  width: 100%;
}
.article--popup .article--popup__static {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  border: none;
  background: none;
  padding: 0;
}
.article--popup .article--popup__underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 155px;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.article--popup .article--popup__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
}
.article--popup .article--popup__bg-image::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(34, 34, 34, 0.5);
}
.article--popup .article--popup__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.article--popup .article--popup__overlay {
  border: none;
  padding: 30px;
  -webkit-box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
          box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
  max-width: 1140px;
  max-height: 85vh;
  width: 85%;
  visibility: hidden;
  z-index: -1;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.article--popup .article--popup__overlay:popover-open {
  opacity: 1;
  visibility: visible;
  display: block;
}
.article--popup .article--popup__overlay::-ms-backdrop {
  background: rgba(34, 34, 34, 0.5);
}
.article--popup .article--popup__overlay::backdrop {
  background: rgba(34, 34, 34, 0.5);
}
.article--popup .article--popup__overlay__body {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1140px;
}
.article--popup .article--popup__overlay__close {
  float: right;
  border-radius: 100%;
  border: none;
  margin-left: auto;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.article--popup .article--popup__overlay__close:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.article--popup .article--popup__overlay__title {
  margin-bottom: 20px;
}

.article--slide-up {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  min-height: 320px;
  border-radius: 6px;
}
.article--slide-up:has(.article--slide-up__link:focus-visible) .article--slide-up__image, .article--slide-up:hover .article--slide-up__image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.article--slide-up:has(.article--slide-up__link:focus-visible) .article--slide-up__wrapper, .article--slide-up:hover .article--slide-up__wrapper {
  max-height: 100%;
  min-height: 100%;
}
.article--slide-up:has(.article--slide-up__link:focus-visible) .article--slide-up__body, .article--slide-up:hover .article--slide-up__body {
  opacity: 1;
  max-height: 1000px;
  padding-bottom: 25px;
  overflow-y: auto;
}
.article--slide-up:has(.article--slide-up__link:focus-visible) .article--slide-up__link, .article--slide-up:hover .article--slide-up__link {
  pointer-events: auto;
  opacity: 1;
}
.article--slide-up:has(.article--slide-up__link:focus-visible) .article--slide-up__link__text, .article--slide-up:hover .article--slide-up__link__text {
  min-width: 10%;
  opacity: 1;
}
.article--slide-up:has(.article--slide-up__link:focus-visible) .article--slide-up__content, .article--slide-up:hover .article--slide-up__content {
  overflow-y: auto;
}
.article--slide-up .article--slide-up__title {
  margin-bottom: 0;
}
.article--slide-up .article--slide-up__wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 50%;
  min-height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.article--slide-up .article--slide-up__content {
  padding: 0 35px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article--slide-up .article--slide-up__body {
  opacity: 0;
  position: relative;
  width: 100%;
  padding-bottom: 0px;
  height: 100%;
  max-height: 0px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.article--slide-up .article--slide-up__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.article--slide-up .article--slide-up__image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  height: 100% !important;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.article--slide-up .article--slide-up::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(34, 34, 34, 0.4);
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.article--slide-up .article--slide-up__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 30px;
  font-weight: 600;
  pointer-events: none;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.article--slide-up .article--slide-up__link__icon {
  color: inherit;
}
.article--slide-up .article--slide-up__link__text {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  min-width: calc(100% - 30px);
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
@media (width >= 1024px) {
  .article--slide-up {
    min-height: 450px;
  }
}

.article--ticket-grid .article__row__title__tooltip {
  position: absolute;
  top: -35px;
  left: 90%;
  width: 100%;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.15);
          box-shadow: 0px 0px 5px 0px rgba(34, 34, 34, 0.15);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.article--ticket-grid .article__headings .article__headings__heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 24px;
  border-radius: 8px;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% + 0em) calc(50% - 2em), calc(100% - 0.39em) calc(50% - 1.962em), calc(100% - 0.766em) calc(50% - 1.848em), calc(100% - 1.112em) calc(50% - 1.662em), calc(100% - 1.414em) calc(50% - 1.414em), calc(100% - 1.662em) calc(50% - 1.112em), calc(100% - 1.848em) calc(50% - 0.766em), calc(100% - 1.962em) calc(50% - 0.39em), calc(100% - 2em) calc(50% + 0em), calc(100% - 1.962em) calc(50% + 0.39em), calc(100% - 1.848em) calc(50% + 0.766em), calc(100% - 1.662em) calc(50% + 1.112em), calc(100% - 1.414em) calc(50% + 1.414em), calc(100% - 1.112em) calc(50% + 1.662em), calc(100% - 0.766em) calc(50% + 1.848em), calc(100% - 0.39em) calc(50% + 1.962em), calc(100% + 0em) calc(50% + 2em), 100% 100%, 0% 100%);
}
.article--ticket-grid .article__headings .article__headings__heading::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  top: initial;
  height: 1px;
  z-index: 1;
  background-size: 13px 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(61.5385%, rgba(0, 0, 0, 0.2)), color-stop(38.4615%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 61.5385%, transparent 38.4615%);
  background-repeat: repeat-x;
  background-position: center center;
}
.article--ticket-grid .article__headings .article__headings__heading .article__headings__heading__title-upper {
  color: #888888;
  margin-bottom: 5px;
}
.article--ticket-grid .article__headings .article__headings__heading .article__headings__heading__title {
  margin-bottom: auto;
}
.article--ticket-grid .article__headings .article__headings__heading .article__headings__heading__price {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0;
  font-size: clamp(1.75rem, 1.5543rem + 0.8696vw, 2.25rem);
}
.article--ticket-grid .article__headings .article__headings__heading .article__headings__heading__price span {
  line-height: 0.8 !important;
}
.article--ticket-grid .article__headings .article__headings__heading .article__headings__heading__actions {
  padding: 20px 0 0;
}
.article--ticket-grid .article__headings .article__headings__heading .article__headings__heading__actions [class*=ck-button] {
  width: 100%;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile {
  overflow: hidden;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile:not(:last-child) {
  margin-bottom: 24px;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile.is-open .article__headings__accordion__header {
  border-radius: 8px 8px 0 0;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile.is-open .article__headings__accordion__header::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile.is-open .article__headings__accordion__rows {
  display: block;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile .article__headings__accordion__header {
  padding: 8px 48px 8px 24px;
  border-radius: 8px;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile .article__headings__accordion__header::after {
  content: "\f078";
  position: absolute;
  right: 24px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile .article__headings__accordion__rows {
  display: none;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile .article__headings__accordion__row {
  padding: 8px 24px;
  position: relative;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile .article__headings__accordion__row:nth-child(odd) {
  background: #FFFFFF;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile .article__headings__accordion__row:nth-child(even) {
  background: #dbdbdb;
}
.article--ticket-grid .article__headings .article__headings__accordion--mobile .article__headings__accordion__row:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.article--ticket-grid .article__headings .article__headings__accordion__row__title:focus .article__row__title__tooltip, .article--ticket-grid .article__headings .article__headings__accordion__row__title:hover .article__row__title__tooltip {
  left: 0%;
  opacity: 1;
}
.article--ticket-grid .article__headings .article__headings__heading__color {
  height: 15px;
  margin-bottom: 5px;
}
.article--ticket-grid .article__rows {
  display: none;
}
.article--ticket-grid .article__rows .article__row {
  gap: 10px;
}
.article--ticket-grid .article__rows .article__row:nth-child(odd) .article__row__title,
.article--ticket-grid .article__rows .article__row:nth-child(odd) .article__row__options__option {
  background: #FFFFFF;
}
.article--ticket-grid .article__rows .article__row:nth-child(even) .article__row__title,
.article--ticket-grid .article__rows .article__row:nth-child(even) .article__row__options__option {
  background: #dbdbdb;
}
.article--ticket-grid .article__rows .article__row:first-child .article__row__title {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.article--ticket-grid .article__rows .article__row:first-child .article__row__options__option {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.article--ticket-grid .article__rows .article__row:last-child .article__row__title {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.article--ticket-grid .article__rows .article__row:last-child .article__row__options__option {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.article--ticket-grid .article__rows .article__row .article__row__title {
  position: relative;
  width: 25%;
  padding: 8px 24px;
}
.article--ticket-grid .article__rows .article__row .article__row__title:focus .article__row__title__tooltip, .article--ticket-grid .article__rows .article__row .article__row__title:hover .article__row__title__tooltip {
  left: 95%;
  opacity: 1;
}
.article--ticket-grid .article__rows .article__row .article__row__options {
  gap: 20px;
  width: 75%;
}
.article--ticket-grid .article__rows .article__row .article__row__options .article__row__options__option {
  width: 33.33%;
  padding: 8px 24px;
}
.article--ticket-grid .article__rows .article__row .article__row__options .article__row__options__option span::before {
  content: "\f00d";
  color: #CD3A53;
  font-size: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.article--ticket-grid .article__rows .article__row--has-type-one .article__row__options__option.option--type-one span::before {
  content: "\f00c";
  color: #92D06C;
}
.article--ticket-grid .article__rows .article__row--has-type-two .article__row__options__option.option--type-two span::before {
  content: "\f00c";
  color: #92D06C;
}
.article--ticket-grid .article__rows .article__row--has-type-three .article__row__options__option.option--type-three span::before {
  content: "\f00c";
  color: #92D06C;
}
.article--ticket-grid .article__rows .article__row--has-type-four .article__row__options__option.option--type-four span::before {
  content: "\f00c";
  color: #92D06C;
}
.article--ticket-grid .article__rows .article__row--has-type-five .article__row__options__option.option--type-five span::before {
  content: "\f00c";
  color: #92D06C;
}
@media (width >= 1024px) {
  .article--ticket-grid .article__headings .article__headings__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    width: calc(75% - 8px);
    margin-right: 0;
    margin-left: calc(25% + 8px);
  }
  .article--ticket-grid .article__headings .article__headings__heading {
    width: 33.33%;
    padding: 6px;
    padding-bottom: 24px;
  }
  .article--ticket-grid .article__headings .article__headings__heading .article__headings__heading__price {
    padding: 40px 0 10px;
  }
  .article--ticket-grid .article__headings__accordion {
    display: none;
  }
  .article--ticket-grid .article__rows {
    display: block;
  }
}
@media (width >= 1280px) {
  .article--ticket-grid .article__headings .article__headings__heading {
    padding: 12px;
    padding-bottom: 24px;
  }
}

.article {
  position: relative;
  width: 100%;
}
.article [class$=__body] > a:not([class*=ck-]) {
  text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (width <= 768px) {
  .article a[class*=ck-] ~ a[class*=ck-] {
    margin-top: 10px;
  }
}

.article__link {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
}

.location .location__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.location .location__map,
.location .location__content {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.location .location__map iframe {
  min-height: 100%;
}
.location .location__content {
  padding-block: 30px;
}
.location .location__title {
  margin-bottom: 0;
}
.location .location__dates {
  margin-block: 20px;
  padding: 30px;
  background: rgba(137, 38, 210, 0.1);
}
@media (width >= 768px) {
  .location .location__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .location .location__content {
    padding-block: 60px;
    padding-inline: 80px;
  }
}

.footer .footer__graphic {
  display: block;
  width: 95%;
  max-width: 1600px;
  margin-inline: auto;
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer__column__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer .footer__columns {
  gap: 40px;
  padding-block: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer__column__body__events {
  gap: 20px;
}
.footer .footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .ck-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer__showoff {
  padding-block: 10px;
  gap: 5px;
}
.footer .footer__showoff__icon {
  width: 30px;
  height: 30px;
}
.footer .footer__menu {
  padding-block: 20px;
}
.footer .p-footer-menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .p-footer-menu__item__link {
  color: #FFFFFF;
  text-wrap: nowrap;
}
.footer .p-footer-menu__item__link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (width >= 768px) {
  .footer .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .footer__columns {
    padding-block: 90px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .footer__column {
    width: 25%;
  }
  .footer .p-footer-menu-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .p-footer-menu-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer .footer__showoff {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .footer__graphic {
    height: 160px;
  }
}
@media (width >= 1024px) {
  .footer .footer__graphic {
    height: 240px;
  }
}

.w-accordion .w-accordion__items__item {
  margin-bottom: 20px;
}
.w-accordion .w-accordion__items__item.is-open .w-accordion__items__item__body {
  max-height: 1000px;
  opacity: 1;
}
.w-accordion .w-accordion__items__item.is-open .w-accordion__items__item__header__title__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.w-accordion .w-accordion__items__item__header {
  position: relative;
  margin-bottom: 0px;
}
.w-accordion .w-accordion__items__item__header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 30px;
  font-weight: 100;
}
.w-accordion .w-accordion__items__item__header__title__text {
  text-align: left;
  display: inline-block;
  font-weight: 600;
}
.w-accordion .w-accordion__items__item__header__title__icon {
  font-size: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
  color: inherit;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.w-accordion .w-accordion__items__item__body {
  display: block !important;
  border-bottom: 1px solid;
  border-color: inherit;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.w-accordion .w-accordion__items__item__body__content {
  padding: 20px;
}

.w-countdown .w-countdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Funnel Display", sans-serif;
  font-size: clamp(2rem, 1.6087rem + 1.7391vw, 3rem);
  text-transform: uppercase;
  text-align: center;
}
.w-countdown .w-countdown__item .w-countdown__months,
.w-countdown .w-countdown__item .w-countdown__days,
.w-countdown .w-countdown__item .w-countdown__hours,
.w-countdown .w-countdown__item .w-countdown__minutes,
.w-countdown .w-countdown__item .w-countdown__seconds {
  width: 33%;
}
.w-countdown .w-countdown__item .w-countdown__months span,
.w-countdown .w-countdown__item .w-countdown__days span,
.w-countdown .w-countdown__item .w-countdown__hours span,
.w-countdown .w-countdown__item .w-countdown__minutes span,
.w-countdown .w-countdown__item .w-countdown__seconds span {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-family: "Funnel Display", sans-serif;
  text-align: center;
  display: block;
}

.w-icatcher-carousel {
  width: 100%;
}

.w-icatcher-carousel__list__item {
  display: block;
  outline: none;
}

.w-icatcher-carousel__list__item__wrapper {
  padding: 0 10px;
}

.w-icatcher-carousel__list__item__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.w-icatcher-carousel__list__item__image a {
  display: block;
  position: relative;
  z-index: 1;
}
.w-icatcher-carousel__list__item__image img {
  opacity: 0;
}

.w-icatcher-carousel__list__item__body {
  text-align: center;
  margin-top: 10px;
}

.w-icatcher-carousel__list__item__body__title {
  font-size: clamp(1rem, 0.9511rem + 0.2174vw, 1.125rem);
  font-family: "Funnel Display", sans-serif;
}

.w-icatcher-carousel__list__item__body__caption {
  font-family: "Funnel Display", sans-serif;
}

.w-icatcher-carousel__navigation {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 20;
}
.w-icatcher-carousel__navigation:empty {
  display: none;
}

.w-icatcher-carousel__pager {
  margin-top: 20px;
  position: relative;
  z-index: 20;
}
.w-icatcher-carousel__pager:empty {
  display: none;
}

.w-icatcher-image {
  position: relative;
  width: 100%;
}

.w-icatcher-image__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.w-icatcher-image__list__item__body,
.w-icatcher-image__list__item__image {
  text-align: center;
}

.w-icatcher-image__list__item__image.is-loading img {
  opacity: 0;
}

.w-icatcher-image__list__item__image a {
  display: block;
  position: relative;
  z-index: 2;
}

.w-icatcher-image__list__item__image img {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.w-icatcher-slider {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.w-icatcher-slider__list {
  position: relative;
  z-index: 10;
}

.w-icatcher-slider__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  outline: none;
}

.w-icatcher-slider__list__item__image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.w-icatcher-slider__list__item__image img {
  opacity: 0;
  height: auto !important;
  max-width: 100%;
}

.w-icatcher-slider__list__item__body {
  background: #F4F4F4; /* Replace $color-muted */
  padding: 20px;
}

.w-icatcher-slider__list__item__body__title {
  font-size: 2.5rem; /* Replace font-size(xxx-large) */
  color: #222222; /* Replace $color-body */
  margin: 0 0 20px 0;
  padding: 0;
}

.w-icatcher-slider__list__item__body__description {
  color: #222222; /* Replace $color-body */
  margin: 0;
}

.w-icatcher-slider__list__item__body__button {
  margin: 20px 0 0 0;
}

.w-icatcher-slider__list__item__body__button__link {
  background-color: #500984;
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
}

.w-icatcher-slider__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 20;
}
.w-icatcher-slider__navigation .slick-arrow {
  position: relative !important;
  background: transparent;
  margin-inline: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.w-icatcher-slider__navigation .slick-arrow::before {
  font-size: 14px;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.w-icatcher-slider__navigation .slick-prev:hover::before {
  margin-left: -5px;
}
.w-icatcher-slider__navigation .slick-next:hover::before {
  margin-left: 5px;
}

.w-icatcher-slider__pager {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0;
  left: 0;
}

.w-icatcher-slider__pager .slick-dots li button {
  background-color: #FFFFFF; /* Replace $color-white */
  opacity: 0.5;
}

.w-icatcher-slider__pager .slick-dots li.slick-active button {
  opacity: 1;
}

.w-icatcher-slider__pager .slick-dots {
  padding: 15px 20px;
}

@media (width: 768px) {
  .w-icatcher-slider__list__item__image::before {
    content: "";
    position: absolute;
    background: #000000; /* Replace $color-black */
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .w-icatcher-slider__list__item__image img {
    display: none;
  }
  .w-icatcher-slider__list__item__body {
    background: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 40px;
    text-align: center;
  }
  .w-icatcher-slider__list__item__body__title,
  .w-icatcher-slider__list__item__body__description {
    color: #FFFFFF;
  }
  .w-icatcher-slider__navigation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.hero__background--slider .w-icatcher-slider {
  height: 100%;
}

.hero__background--slider .w-icatcher-slider .slick-list,
.hero__background--slider .w-icatcher-slider .slick-track,
.hero__background--slider .w-icatcher-slider .w-icatcher-slider__list,
.hero__background--slider .w-icatcher-slider .w-icatcher-slider__list__item {
  height: 100%;
}

.w-icon-carousel__slide {
  border-radius: 5px;
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  height: auto !important;
}

.w-icon-carousel__icon {
  border-radius: 100%;
  padding: 20px;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
          box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.w-icon-carousel__circle {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
}

.w-icon-carousel__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.w-icon-carousel__content {
  padding: 30px 20px;
}

.w-icon-carousel__title {
  margin-bottom: 20px;
}

.w-icon-carousel__scrollbar.swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  margin-top: 30px;
  width: 100%;
}

/*
* @Title: Widgets - INSTAGRAM
* @Version: 1-2-0
*/
.w-instagram--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-instagram--row .w-instagram__item {
  background-color: #500984;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  min-width: 98px;
  position: relative;
}
.w-instagram--row .w-instagram__item:hover::after {
  opacity: 1;
  visibility: visible;
}
.w-instagram--row .w-instagram__item:hover .w-instagram__item__wrapper {
  opacity: 0.5;
}
.w-instagram--row .w-instagram__item::after {
  font-size: clamp(1.75rem, 1.4565rem + 1.3043vw, 2.5rem);
  content: "\f16d";
  color: #FFFFFF;
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  pointer-events: none;
}
.w-instagram--row .w-instagram__item__wrapper {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-bottom: 100%;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.w-instagram--row .w-instagram__item__wrapper img {
  opacity: 0;
  visibility: hidden;
}
.w-instagram--row .w-instagram__item__wrapper a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.w-instagram--row .w-instagram__link {
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
@media (width >= 1024px) {
  .w-instagram--row {
    overflow: hidden;
  }
  .w-instagram--row .w-instagram__item {
    min-width: auto;
  }
}

/*
* @Title: Site - Widgets - Library Search
* @Version: 1-2-0
*
*/
.w-library-search {
  position: relative;
  margin-top: 25px;
}
.w-library-search .w-library-search__noresults {
  margin: 1em 0;
  text-align: center;
  color: #500984;
  display: none;
}
.w-library-search .w-library-search__toolbar {
  border-radius: 5px;
  background: #FFFFFF;
  overflow: hidden;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__keyword {
  display: none;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu {
  text-align: center;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item {
  width: 50%;
  float: left;
  padding: 1em;
  color: #500984;
  font-weight: 600;
  text-transform: uppercase;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:first-child {
  border-left: none;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:only-child {
  width: 100%;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:before {
  color: #CC007E;
  margin-right: 0.5em;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--keyword:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--filters:before {
  content: "\e17c";
  font-family: "Font Awesome 6 Pro";
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--sort {
  display: none;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--sort:before {
  content: "\f0dc";
  font-family: "Font Awesome 6 Pro";
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:hover:before {
  color: #500984;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item.is-active {
  background: #CC007E;
  color: #FFFFFF;
}
.w-library-search .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item.is-active::before {
  color: #FFFFFF;
}
.w-library-search .w-library-search__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding-top: 5px;
}
.w-library-search .w-library-search__options .option_column__wrapper:has(.form__group__toggle) + .form__group {
  display: none;
}
.w-library-search .w-library-search__options .form__group__controls__checkboxgroup {
  width: 100%;
  float: none;
}
.w-library-search .w-library-search__options .form__group__controls__checkboxgroup .option_column__wrapper {
  float: none;
  width: 100%;
  padding: 0;
}
.w-library-search .w-library-search__keyword {
  display: none;
  background: #FFFFFF;
  padding: 1.5em;
  position: relative;
  text-align: right;
  border-radius: 5px;
}
.w-library-search .w-library-search__keyword #searchTerm {
  width: 100%;
  padding: 0.75em 1em;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
}
.w-library-search .w-library-search__keyword .form__group__controls {
  width: 100%;
}
.w-library-search .w-library-search__keyword .w-library-search__submit {
  color: #FFFFFF;
  border: 1px solid #500984;
  background: #500984;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 60px;
  font-family: "Funnel Display", sans-serif;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  border-radius: 5px;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}
.w-library-search .w-library-search__keyword .w-library-search__submit:hover {
  background: #08010d;
  border-color: #08010d;
}
.w-library-search .w-library-search__keyword + .p-form__group {
  display: none;
}
.w-library-search .w-library-search__category {
  display: none;
}
.w-library-search .w-library-search__filters {
  background: #FFFFFF;
  display: none;
  border-radius: 5px;
}
.w-library-search .w-library-search__filters + .p-form__group {
  display: none;
}
.w-library-search .w-library-search__filters__list {
  margin: 0;
  padding: 2em;
  list-style: none;
}
.w-library-search .w-library-search__filters__filter {
  position: relative;
  margin-top: 2em;
}
.w-library-search .w-library-search__filters__filter:first-child {
  margin-top: 0;
}
.w-library-search .w-library-search__filters__filter__title {
  border-bottom: solid 1px #F4F4F4;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.w-library-search .w-library-search__filters__filter__options {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  max-height: 10em;
  overflow: auto;
  padding-right: 5px;
}
.w-library-search .w-library-search__filters__filter__options .option_column > label {
  display: block;
  margin-bottom: 0.5em;
}
.w-library-search .w-library-search__filters__filter__options .form__group__toggle {
  cursor: pointer;
  margin-left: auto;
}
.w-library-search .w-library-search__filters__filter__options .form__group__toggle.is-active .form__group__toggle__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.w-library-search .w-library-search__filters__filter__options .form__group__toggle__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c1c1c1;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: none !important;
  transition: none !important;
  height: 20px;
  width: 20px;
}
.w-library-search .w-library-search__filters__filter__options .form__group__controls__checkboxgroup {
  margin: 0;
  padding: 0;
}
.w-library-search .w-library-search__filters__filter__options .form__group__controls__checkboxgroup .fieldoptionvalue {
  margin-bottom: 0.5em;
}
.w-library-search .w-library-search__filters__filter__options .p-form__group__controls__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.w-library-search .w-library-search__filters__filter__options .p-form__group__controls__column > label {
  margin-bottom: 0.5em;
}
.w-library-search .w-library-search__filters__filter__options .form__group__controls__checkboxgroup ul {
  padding-left: 1em;
}
.w-library-search .w-library-search__filters__filter__options .option_column__wrapper input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
}
.w-library-search .w-library-search__filters__filter__options::-webkit-scrollbar {
  height: 0.5em;
  width: 0.5em;
  background: #F4F4F4;
  border-radius: 3px;
}
.w-library-search .w-library-search__filters__filter__options::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #CC007E;
  border-radius: 3px;
}
.w-library-search .w-library-search__filters__filter__options::-webkit-scrollbar-corner {
  cursor: pointer;
  background: #000;
}
.w-library-search .w-library-search__sort {
  background: #F4F4F4;
  border: solid 1px #dbdbdb;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 200px;
  text-align: center;
  font-weight: 300;
  z-index: 100;
  -webkit-box-shadow: 0 3px 10px rgba(34, 34, 34, 0.25);
          box-shadow: 0 3px 10px rgba(34, 34, 34, 0.25);
  cursor: pointer;
}
.w-library-search .w-library-search__sort:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #dbdbdb transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
}
.w-library-search .w-library-search__sort .form__group {
  margin-bottom: 0;
}
.w-library-search .w-library-search__sort .form__group__controls {
  width: 100%;
  float: none;
}
.w-library-search .w-library-search__sort input[type=radio] {
  display: none;
}
.w-library-search .w-library-search__sort label {
  display: block;
  border-top: solid 1px #c1c1c1;
  cursor: pointer;
}
.w-library-search .w-library-search__sort label:first-child {
  border-top: none;
}
.w-library-search .w-library-search__sort label:hover {
  background: #500984;
  color: #FFFFFF;
}
.w-library-search .w-library-search__sort label span {
  display: block;
  padding: 0.5em 1em;
}
.w-library-search .w-library-search__loading {
  display: none;
  text-align: center;
  margin: 1em 0;
}
.w-library-search .w-library-search__toolbar__menu__item--sort {
  position: relative;
}
.w-library-search .w-library-search__toolbar__menu__item--sort:hover .w-library-search__sort {
  display: block;
}
@media screen and (width: 1024px) {
  .w-library-search .w-library-search__filters__filter {
    float: left;
    width: 31.6666666667%;
    margin-right: 2.5%;
  }
  .w-library-search .w-library-search__filters__filter:first-child {
    margin-top: 0;
  }
  .w-library-search .w-library-search__filters__filter:nth-child(-1n+3) {
    margin-top: 0;
  }
  .w-library-search .w-library-search__filters__filter:nth-child(3n) {
    margin-right: 0;
  }
  .w-library-search .w-library-search__filters__filter:nth-child(3n+4) {
    clear: both;
  }
}

.w-library-search--standalone .w-library-search__toolbar {
  display: none;
}
.w-library-search--standalone .w-library-search__keyword {
  display: block;
}
.w-library-search--standalone .w-library-search__filters {
  display: block;
}

.libraryaz ul {
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.libraryaz li {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 2.5px 3px;
  font-weight: 600;
}
.libraryaz li a {
  display: block;
  min-width: 30px;
  padding: 4px;
  background: rgba(80, 9, 132, 0.7);
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px;
}
.libraryaz li a:hover {
  background: #500984;
}
.libraryaz li span {
  display: block;
  min-width: 25px;
  padding: 4px;
  background: rgba(80, 9, 132, 0.4);
  color: #F4F4F4;
  border-radius: 3px;
}
@media (width >= 768px) {
  .libraryaz ul {
    white-space: normal;
  }
}

.exhibitors-summary:empty {
  display: none;
}

.js-library-summary > ul:before {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  content: "You're Currently Filtering By:";
  font-style: italic;
  margin-right: 1em;
  float: left;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.js-library-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.js-library-summary .w-library-search__filters__summary {
  display: inline-block;
}
.js-library-summary .w-library-search__filters__summary__title {
  display: inline-block;
  float: left;
  display: none;
}
.js-library-summary .w-library-search__filters__summary__options {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.js-library-summary .js-library-search__remove {
  cursor: pointer;
  display: inline-block;
  background: #F4F4F4;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.js-library-summary .js-library-search__remove:after {
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.5em;
  position: relative;
}
.js-library-summary .js-library-search__remove:hover {
  background-color: #500984;
  color: #FFFFFF;
}

.m-seminar-list .m-seminar-list__loading {
  display: none;
}

.m-seminar-list--table .m-seminar-list__aside .w-library-search__filters,
.m-seminar-list--calendar .m-seminar-list__aside .w-library-search__filters,
.m-seminar-list--columns .m-seminar-list__aside .w-library-search__filters,
.m-seminar-list--masonry .m-seminar-list__aside .w-library-search__filters,
.m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search__filters,
.m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search__filters,
.m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search__filters,
.m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search__filters {
  /*@hack: To hide that weird loading button that appears after the filters */
}
.m-seminar-list--table .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-seminar-list--calendar .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-seminar-list--columns .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-seminar-list--masonry .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search__filters + .p-form__group {
  display: none;
}
@media (width >= 1280px) {
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar {
    display: none;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__keyword {
    background: transparent;
    display: block !important;
    margin-bottom: 20px;
    padding: 0;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit {
    top: 0;
    right: 0;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after {
    content: "";
    height: 0.5em;
    width: 0.5em;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__filters {
    background: transparent;
    display: block !important;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list {
    padding: 0;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.w-library-search--custom {
  position: relative;
  margin-top: 25px;
}
.w-library-search--custom .w-library-search__noresults {
  margin: 1em 0;
  text-align: center;
  color: #500984;
  display: none;
}
.w-library-search--custom .w-library-search__toolbar {
  border-radius: 5px;
  background: #FFFFFF;
  overflow: hidden;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__keyword {
  display: none;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu {
  text-align: center;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item {
  width: 50%;
  float: left;
  padding: 1em;
  color: #500984;
  font-weight: 600;
  text-transform: uppercase;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:first-child {
  border-left: none;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:only-child {
  width: 100%;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:before {
  color: #CC007E;
  margin-right: 0.5em;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--keyword:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--filters:before {
  content: "\e17c";
  font-family: "Font Awesome 6 Pro";
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--sort {
  display: none;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--sort:before {
  content: "\f0dc";
  font-family: "Font Awesome 6 Pro";
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:hover:before {
  color: #500984;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item.is-active {
  background: #CC007E;
  color: #FFFFFF;
}
.w-library-search--custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item.is-active::before {
  color: #FFFFFF;
}
.w-library-search--custom .w-library-search__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding-top: 5px;
}
.w-library-search--custom .w-library-search__options .option_column__wrapper:has(.form__group__toggle) + .form__group {
  display: none;
}
.w-library-search--custom .w-library-search__options .form__group__controls__checkboxgroup {
  width: 100%;
  float: none;
}
.w-library-search--custom .w-library-search__options .form__group__controls__checkboxgroup .option_column__wrapper {
  float: none;
  width: 100%;
  padding: 0;
}
.w-library-search--custom .w-library-search__keyword {
  display: none;
  background: #FFFFFF;
  padding: 1.5em;
  position: relative;
  text-align: right;
  border-radius: 5px;
}
.w-library-search--custom .w-library-search__keyword #searchTerm {
  width: 100%;
  padding: 0.75em 1em;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
}
.w-library-search--custom .w-library-search__keyword .form__group__controls {
  width: 100%;
}
.w-library-search--custom .w-library-search__keyword .w-library-search__submit {
  color: #FFFFFF;
  border: 1px solid #500984;
  background: #500984;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 60px;
  font-family: "Funnel Display", sans-serif;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  border-radius: 5px;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}
.w-library-search--custom .w-library-search__keyword .w-library-search__submit:hover {
  background: #08010d;
  border-color: #08010d;
}
.w-library-search--custom .w-library-search__keyword + .p-form__group {
  display: none;
}
.w-library-search--custom .w-library-search__category {
  display: none;
}
.w-library-search--custom .w-library-search__filters {
  background: #FFFFFF;
  display: none;
  border-radius: 5px;
}
.w-library-search--custom .w-library-search__filters + .p-form__group {
  display: none;
}
.w-library-search--custom .w-library-search__filters__list {
  margin: 0;
  padding: 2em;
  list-style: none;
}
.w-library-search--custom .w-library-search__filters__filter {
  position: relative;
  margin-top: 2em;
}
.w-library-search--custom .w-library-search__filters__filter:first-child {
  margin-top: 0;
}
.w-library-search--custom .w-library-search__filters__filter__title {
  border-bottom: solid 1px #F4F4F4;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.w-library-search--custom .w-library-search__filters__filter__options {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  max-height: 10em;
  overflow: auto;
  padding-right: 5px;
}
.w-library-search--custom .w-library-search__filters__filter__options .option_column > label {
  display: block;
  margin-bottom: 0.5em;
}
.w-library-search--custom .w-library-search__filters__filter__options .form__group__toggle {
  cursor: pointer;
  margin-left: auto;
}
.w-library-search--custom .w-library-search__filters__filter__options .form__group__toggle.is-active .form__group__toggle__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.w-library-search--custom .w-library-search__filters__filter__options .form__group__toggle__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c1c1c1;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: none !important;
  transition: none !important;
  height: 20px;
  width: 20px;
}
.w-library-search--custom .w-library-search__filters__filter__options .form__group__controls__checkboxgroup {
  margin: 0;
  padding: 0;
}
.w-library-search--custom .w-library-search__filters__filter__options .form__group__controls__checkboxgroup .fieldoptionvalue {
  margin-bottom: 0.5em;
}
.w-library-search--custom .w-library-search__filters__filter__options .p-form__group__controls__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.w-library-search--custom .w-library-search__filters__filter__options .p-form__group__controls__column > label {
  margin-bottom: 0.5em;
}
.w-library-search--custom .w-library-search__filters__filter__options .form__group__controls__checkboxgroup ul {
  padding-left: 1em;
}
.w-library-search--custom .w-library-search__filters__filter__options .option_column__wrapper input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
}
.w-library-search--custom .w-library-search__filters__filter__options::-webkit-scrollbar {
  height: 0.5em;
  width: 0.5em;
  background: #F4F4F4;
  border-radius: 3px;
}
.w-library-search--custom .w-library-search__filters__filter__options::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #CC007E;
  border-radius: 3px;
}
.w-library-search--custom .w-library-search__filters__filter__options::-webkit-scrollbar-corner {
  cursor: pointer;
  background: #000;
}
.w-library-search--custom .w-library-search__sort {
  background: #F4F4F4;
  border: solid 1px #dbdbdb;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 200px;
  text-align: center;
  font-weight: 300;
  z-index: 100;
  -webkit-box-shadow: 0 3px 10px rgba(34, 34, 34, 0.25);
          box-shadow: 0 3px 10px rgba(34, 34, 34, 0.25);
  cursor: pointer;
}
.w-library-search--custom .w-library-search__sort:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #dbdbdb transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
}
.w-library-search--custom .w-library-search__sort .form__group {
  margin-bottom: 0;
}
.w-library-search--custom .w-library-search__sort .form__group__controls {
  width: 100%;
  float: none;
}
.w-library-search--custom .w-library-search__sort input[type=radio] {
  display: none;
}
.w-library-search--custom .w-library-search__sort label {
  display: block;
  border-top: solid 1px #c1c1c1;
  cursor: pointer;
}
.w-library-search--custom .w-library-search__sort label:first-child {
  border-top: none;
}
.w-library-search--custom .w-library-search__sort label:hover {
  background: #500984;
  color: #FFFFFF;
}
.w-library-search--custom .w-library-search__sort label span {
  display: block;
  padding: 0.5em 1em;
}
.w-library-search--custom .w-library-search__loading {
  display: none;
  text-align: center;
  margin: 1em 0;
}
.w-library-search--custom .w-library-search__toolbar__menu__item--sort {
  position: relative;
}
.w-library-search--custom .w-library-search__toolbar__menu__item--sort:hover .w-library-search__sort {
  display: block;
}
@media screen and (width: 1024px) {
  .w-library-search--custom .w-library-search__filters__filter {
    float: left;
    width: 31.6666666667%;
    margin-right: 2.5%;
  }
  .w-library-search--custom .w-library-search__filters__filter:first-child {
    margin-top: 0;
  }
  .w-library-search--custom .w-library-search__filters__filter:nth-child(-1n+3) {
    margin-top: 0;
  }
  .w-library-search--custom .w-library-search__filters__filter:nth-child(3n) {
    margin-right: 0;
  }
  .w-library-search--custom .w-library-search__filters__filter:nth-child(3n+4) {
    clear: both;
  }
}

.w-library-search--standalone .w-library-search__toolbar {
  display: none;
}
.w-library-search--standalone .w-library-search__keyword {
  display: block;
}
.w-library-search--standalone .w-library-search__filters {
  display: block;
}

.libraryaz ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.libraryaz li {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 2.5px 3px;
  font-weight: 600;
}
.libraryaz li a {
  display: block;
  min-width: 30px;
  padding: 4px;
  background: rgba(80, 9, 132, 0.7);
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px;
}
.libraryaz li a:hover {
  background: #500984;
}
.libraryaz li span {
  display: block;
  min-width: 25px;
  padding: 4px;
  background: rgba(80, 9, 132, 0.4);
  color: #F4F4F4;
  border-radius: 3px;
}
@media (width >= 768px) {
  .libraryaz ul {
    white-space: normal;
  }
}

.exhibitors-summary:empty {
  display: none;
}

.js-library-summary > ul:before {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  content: "You're Currently Filtering By:";
  font-style: italic;
  margin-right: 1em;
  float: left;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.js-library-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.js-library-summary .w-library-search__filters__summary {
  display: inline-block;
}
.js-library-summary .w-library-search__filters__summary__title {
  display: inline-block;
  float: left;
  display: none;
}
.js-library-summary .w-library-search__filters__summary__options {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.js-library-summary .js-library-search__remove {
  cursor: pointer;
  display: inline-block;
  background: #F4F4F4;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.js-library-summary .js-library-search__remove:after {
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.5em;
  position: relative;
}
.js-library-summary .js-library-search__remove:hover {
  background-color: #500984;
  color: #FFFFFF;
}

.m-seminar-list .m-seminar-list__loading {
  display: none;
}

.m-seminar-list--table .m-seminar-list__aside .w-library-search__filters,
.m-seminar-list--calendar .m-seminar-list__aside .w-library-search__filters,
.m-seminar-list--columns .m-seminar-list__aside .w-library-search__filters,
.m-seminar-list--masonry .m-seminar-list__aside .w-library-search__filters,
.m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search__filters,
.m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search__filters,
.m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search__filters,
.m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search__filters {
  /*@hack: To hide that weird loading button that appears after the filters */
}
.m-seminar-list--table .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-seminar-list--calendar .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-seminar-list--columns .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-seminar-list--masonry .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search__filters + .p-form__group {
  display: none;
}
@media (width >= 1280px) {
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar {
    display: none;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__keyword {
    background: transparent;
    display: block !important;
    margin-bottom: 20px;
    padding: 0;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit {
    top: 0;
    right: 0;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after {
    content: "";
    height: 0.5em;
    width: 0.5em;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__filters {
    background: transparent;
    display: block !important;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list {
    padding: 0;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.w-library-search--custom .w-library-search__toolbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.w-library-search--custom .w-library-search__filters {
  margin: 0;
  padding: 2em;
  list-style: none;
}
@media (width >= 768px) {
  .w-library-search--custom .w-library-search__toolbar__menu > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.w-library-search--dropdown-custom {
  position: relative;
  margin-top: 25px;
}
.w-library-search--dropdown-custom .w-library-search__noresults {
  margin: 1em 0;
  text-align: center;
  color: #500984;
  display: none;
}
.w-library-search--dropdown-custom .w-library-search__toolbar {
  border-radius: 5px;
  background: #FFFFFF;
  overflow: hidden;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__keyword {
  display: none;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu {
  text-align: center;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item {
  width: 50%;
  float: left;
  padding: 1em;
  color: #500984;
  font-weight: 600;
  text-transform: uppercase;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:first-child {
  border-left: none;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:only-child {
  width: 100%;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:before {
  color: #CC007E;
  margin-right: 0.5em;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--keyword:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--filters:before {
  content: "\e17c";
  font-family: "Font Awesome 6 Pro";
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--sort {
  display: none;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item--sort:before {
  content: "\f0dc";
  font-family: "Font Awesome 6 Pro";
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item:hover:before {
  color: #500984;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item.is-active {
  background: #CC007E;
  color: #FFFFFF;
}
.w-library-search--dropdown-custom .w-library-search__toolbar .w-library-search__toolbar__menu .w-library-search__toolbar__menu__item.is-active::before {
  color: #FFFFFF;
}
.w-library-search--dropdown-custom .w-library-search__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding-top: 5px;
}
.w-library-search--dropdown-custom .w-library-search__options .option_column__wrapper:has(.form__group__toggle) + .form__group {
  display: none;
}
.w-library-search--dropdown-custom .w-library-search__options .form__group__controls__checkboxgroup {
  width: 100%;
  float: none;
}
.w-library-search--dropdown-custom .w-library-search__options .form__group__controls__checkboxgroup .option_column__wrapper {
  float: none;
  width: 100%;
  padding: 0;
}
.w-library-search--dropdown-custom .w-library-search__keyword {
  display: none;
  background: #FFFFFF;
  padding: 1.5em;
  position: relative;
  text-align: right;
  border-radius: 5px;
}
.w-library-search--dropdown-custom .w-library-search__keyword #searchTerm {
  width: 100%;
  padding: 0.75em 1em;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
}
.w-library-search--dropdown-custom .w-library-search__keyword .form__group__controls {
  width: 100%;
}
.w-library-search--dropdown-custom .w-library-search__keyword .w-library-search__submit {
  color: #FFFFFF;
  border: 1px solid #500984;
  background: #500984;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 60px;
  font-family: "Funnel Display", sans-serif;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  text-align: center;
  position: relative;
  padding: 10px 30px;
  border-radius: 5px;
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}
.w-library-search--dropdown-custom .w-library-search__keyword .w-library-search__submit:hover {
  background: #08010d;
  border-color: #08010d;
}
.w-library-search--dropdown-custom .w-library-search__keyword + .p-form__group {
  display: none;
}
.w-library-search--dropdown-custom .w-library-search__category {
  display: none;
}
.w-library-search--dropdown-custom .w-library-search__filters {
  background: #FFFFFF;
  display: none;
  border-radius: 5px;
}
.w-library-search--dropdown-custom .w-library-search__filters + .p-form__group {
  display: none;
}
.w-library-search--dropdown-custom .w-library-search__filters__list {
  margin: 0;
  padding: 2em;
  list-style: none;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter {
  position: relative;
  margin-top: 2em;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter:first-child {
  margin-top: 0;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__title {
  border-bottom: solid 1px #F4F4F4;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  max-height: 10em;
  overflow: auto;
  padding-right: 5px;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .option_column > label {
  display: block;
  margin-bottom: 0.5em;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .form__group__toggle {
  cursor: pointer;
  margin-left: auto;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .form__group__toggle.is-active .form__group__toggle__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .form__group__toggle__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #c1c1c1;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: none !important;
  transition: none !important;
  height: 20px;
  width: 20px;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .form__group__controls__checkboxgroup {
  margin: 0;
  padding: 0;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .form__group__controls__checkboxgroup .fieldoptionvalue {
  margin-bottom: 0.5em;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .p-form__group__controls__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .p-form__group__controls__column > label {
  margin-bottom: 0.5em;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .form__group__controls__checkboxgroup ul {
  padding-left: 1em;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options .option_column__wrapper input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options::-webkit-scrollbar {
  height: 0.5em;
  width: 0.5em;
  background: #F4F4F4;
  border-radius: 3px;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #CC007E;
  border-radius: 3px;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options::-webkit-scrollbar-corner {
  cursor: pointer;
  background: #000;
}
.w-library-search--dropdown-custom .w-library-search__sort {
  background: #F4F4F4;
  border: solid 1px #dbdbdb;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 200px;
  text-align: center;
  font-weight: 300;
  z-index: 100;
  -webkit-box-shadow: 0 3px 10px rgba(34, 34, 34, 0.25);
          box-shadow: 0 3px 10px rgba(34, 34, 34, 0.25);
  cursor: pointer;
}
.w-library-search--dropdown-custom .w-library-search__sort:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #dbdbdb transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
}
.w-library-search--dropdown-custom .w-library-search__sort .form__group {
  margin-bottom: 0;
}
.w-library-search--dropdown-custom .w-library-search__sort .form__group__controls {
  width: 100%;
  float: none;
}
.w-library-search--dropdown-custom .w-library-search__sort input[type=radio] {
  display: none;
}
.w-library-search--dropdown-custom .w-library-search__sort label {
  display: block;
  border-top: solid 1px #c1c1c1;
  cursor: pointer;
}
.w-library-search--dropdown-custom .w-library-search__sort label:first-child {
  border-top: none;
}
.w-library-search--dropdown-custom .w-library-search__sort label:hover {
  background: #500984;
  color: #FFFFFF;
}
.w-library-search--dropdown-custom .w-library-search__sort label span {
  display: block;
  padding: 0.5em 1em;
}
.w-library-search--dropdown-custom .w-library-search__loading {
  display: none;
  text-align: center;
  margin: 1em 0;
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item--sort {
  position: relative;
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item--sort:hover .w-library-search__sort {
  display: block;
}
@media screen and (width: 1024px) {
  .w-library-search--dropdown-custom .w-library-search__filters__filter {
    float: left;
    width: 31.6666666667%;
    margin-right: 2.5%;
  }
  .w-library-search--dropdown-custom .w-library-search__filters__filter:first-child {
    margin-top: 0;
  }
  .w-library-search--dropdown-custom .w-library-search__filters__filter:nth-child(-1n+3) {
    margin-top: 0;
  }
  .w-library-search--dropdown-custom .w-library-search__filters__filter:nth-child(3n) {
    margin-right: 0;
  }
  .w-library-search--dropdown-custom .w-library-search__filters__filter:nth-child(3n+4) {
    clear: both;
  }
}

.w-library-search--standalone .w-library-search__toolbar {
  display: none;
}
.w-library-search--standalone .w-library-search__keyword {
  display: block;
}
.w-library-search--standalone .w-library-search__filters {
  display: block;
}

.libraryaz ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.libraryaz li {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 2.5px 3px;
  font-weight: 600;
}
.libraryaz li a {
  display: block;
  min-width: 30px;
  padding: 4px;
  background: rgba(80, 9, 132, 0.7);
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 3px;
}
.libraryaz li a:hover {
  background: #500984;
}
.libraryaz li span {
  display: block;
  min-width: 25px;
  padding: 4px;
  background: rgba(80, 9, 132, 0.4);
  color: #F4F4F4;
  border-radius: 3px;
}
@media (width >= 768px) {
  .libraryaz ul {
    white-space: normal;
  }
}

.exhibitors-summary:empty {
  display: none;
}

.js-library-summary > ul:before {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  content: "You're Currently Filtering By:";
  font-style: italic;
  margin-right: 1em;
  float: left;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.js-library-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.js-library-summary .w-library-search__filters__summary {
  display: inline-block;
}
.js-library-summary .w-library-search__filters__summary__title {
  display: inline-block;
  float: left;
  display: none;
}
.js-library-summary .w-library-search__filters__summary__options {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.js-library-summary .js-library-search__remove {
  cursor: pointer;
  display: inline-block;
  background: #F4F4F4;
  padding: 0.5em 1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.js-library-summary .js-library-search__remove:after {
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.5em;
  position: relative;
}
.js-library-summary .js-library-search__remove:hover {
  background-color: #500984;
  color: #FFFFFF;
}

.m-seminar-list .m-seminar-list__loading {
  display: none;
}

.m-seminar-list--table .m-seminar-list__aside .w-library-search__filters,
.m-seminar-list--calendar .m-seminar-list__aside .w-library-search__filters,
.m-seminar-list--columns .m-seminar-list__aside .w-library-search__filters,
.m-seminar-list--masonry .m-seminar-list__aside .w-library-search__filters,
.m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search__filters,
.m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search__filters,
.m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search__filters,
.m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search__filters {
  /*@hack: To hide that weird loading button that appears after the filters */
}
.m-seminar-list--table .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-seminar-list--calendar .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-seminar-list--columns .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-seminar-list--masonry .m-seminar-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search__filters + .p-form__group,
.m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search__filters + .p-form__group {
  display: none;
}
@media (width >= 1280px) {
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__toolbar {
    display: none;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__keyword,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__keyword {
    background: transparent;
    display: block !important;
    margin-bottom: 20px;
    padding: 0;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit {
    top: 0;
    right: 0;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__keyword .w-library-search__submit.is-loading::after {
    content: "";
    height: 0.5em;
    width: 0.5em;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__filters,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__filters {
    background: transparent;
    display: block !important;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__list {
    padding: 0;
  }
  .m-seminar-list--table .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-seminar-list--calendar .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-seminar-list--columns .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-seminar-list--masonry .m-seminar-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--grid .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--list .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--list-detail .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter,
  .m-exhibitors-list--overlay .m-exhibitors-list__aside .w-library-search .w-library-search__filters .w-library-search__filters__filter {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.w-library-search--dropdown-custom .w-library-search__toolbar__menu {
  text-align: left !important;
  background: #FFFFFF;
  border-radius: 5px;
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item {
  display: block;
  padding-inline: 20px;
  float: none !important;
  width: 100% !important;
  border-radius: 0;
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item.is-active {
  background: #FFFFFF !important;
  color: #500984 !important;
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item.is-active:before {
  color: rgba(80, 9, 132, 0.4) !important;
}
.w-library-search--dropdown-custom .w-library-search__keyword {
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(80, 9, 132, 0.1);
}
.w-library-search--dropdown-custom .w-library-search__keyword .p-form__group.form__group {
  margin-bottom: 0;
}
.w-library-search--dropdown-custom .w-library-search__keyword #searchTerm {
  padding: 0;
  border: none;
}
.w-library-search--dropdown-custom .w-library-search__keyword #searchTerm::-webkit-input-placeholder {
  font-weight: 600;
  color: #500984;
  text-transform: uppercase;
}
.w-library-search--dropdown-custom .w-library-search__keyword #searchTerm::-moz-placeholder {
  font-weight: 600;
  color: #500984;
  text-transform: uppercase;
}
.w-library-search--dropdown-custom .w-library-search__keyword #searchTerm:-ms-input-placeholder {
  font-weight: 600;
  color: #500984;
  text-transform: uppercase;
}
.w-library-search--dropdown-custom .w-library-search__keyword #searchTerm::-ms-input-placeholder {
  font-weight: 600;
  color: #500984;
  text-transform: uppercase;
}
.w-library-search--dropdown-custom .w-library-search__keyword #searchTerm::placeholder {
  font-weight: 600;
  color: #500984;
  text-transform: uppercase;
}
.w-library-search--dropdown-custom .w-library-search__keyword .w-library-search__submit {
  font-size: 0;
  background: transparent;
  border: none;
  top: 12px;
  right: 20px;
  padding: 0;
}
.w-library-search--dropdown-custom .w-library-search__keyword .w-library-search__submit::before {
  content: "\f002";
  color: #CC007E;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  font-size: 18px;
  font-family: "Font Awesome 6 Pro";
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item::before {
  position: absolute;
  right: 0;
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item--filters {
  border-bottom: 1px solid rgba(80, 9, 132, 0.1);
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item--filters::before {
  content: "\f078" !important;
  margin-right: 20px !important;
  color: rgba(80, 9, 132, 0.4) !important;
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item--filters.is-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.w-library-search--dropdown-custom .w-library-search__filters__filter__options {
  max-height: none;
}
.w-library-search--dropdown-custom .w-library-search__filters {
  margin: 0;
  padding: 20px;
  list-style: none;
}
.w-library-search--dropdown-custom .w-library-search__toolbar__menu__item--keyword {
  padding: 20px;
}
@media (width >= 768px) {
  .w-library-search--dropdown-custom .w-library-search__toolbar__menu > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.widget-rss .widget-rss__items__item {
  position: relative;
  display: block;
  width: 100%;
}
.widget-rss .widget-rss__items__item__image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 10px;
}
.widget-rss .widget-rss__items__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-rss .widget-rss__items__item__header {
  margin-bottom: 10px;
}
.widget-rss .widget-rss__items__item__header:only-child {
  margin-bottom: 0;
}
.widget-rss .widget-rss__items__item__header__title {
  font-size: clamp(1rem, 0.9511rem + 0.2174vw, 1.125rem);
}
.widget-rss .widget-rss__items__item__header__title__link {
  color: inherit;
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.widget-rss .widget-rss__items__item__header__title__link:hover {
  color: #CC007E;
}
.widget-rss .widget-rss__items__item__header__meta > * + *:before {
  margin-left: 5px;
  margin-right: 5px;
  content: "|";
}
.widget-rss .widget-rss__items__item__body {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.widget-rss .widget-rss__items__item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-rss--list .widget-rss__items__item {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #F4F4F4;
}
.widget-rss--list .widget-rss__items__item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.widget-rss--list .widget-rss__items__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (width >= 600px) {
  .widget-rss--list .widget-rss__items__item__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .widget-rss--list .widget-rss__items__item__image {
    width: 130px;
    height: 130px;
  }
}

.widget-rss--grid .widget-rss__items__item__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: solid 1px #F4F4F4;
}
.widget-rss--grid .widget-rss__items__item__image {
  position: relative;
  height: 300px;
}
.widget-rss--grid .widget-rss__items__item__image__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.widget-rss--grid .widget-rss__items__item__header {
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
}
.widget-rss--grid .widget-rss__items__item__header:only-child {
  margin-bottom: 0;
}
.widget-rss--grid .widget-rss__items__item__body {
  margin-bottom: 20px;
  padding: 0 20px;
  word-wrap: break-word;
}
.widget-rss--grid .widget-rss__items__item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-search {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.w-search__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.w-search__form .p-form__group {
  width: auto;
  clear: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
.w-search__form .p-form__group:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}
.w-search__form .p-form__group__controls {
  width: 100% !important;
}

.w-search__form__title {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}

.w-search__form__input {
  padding: 10px 20px;
  border: solid 1px #F4F4F4;
  outline: none;
  color: #222222;
}

.w-search__form__submit {
  color: #FFFFFF;
  border: 1px solid #500984;
  background: #500984;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 60px;
  font-family: "Funnel Display", sans-serif;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  text-align: center;
  position: relative;
  padding: 10px 30px;
}
.w-search__form__submit:hover {
  background: #08010d;
  border-color: #08010d;
}

.w-modal-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.9);
  text-align: center;
}
.w-modal-search .js-search-trigger {
  z-index: 9;
  position: fixed;
  right: 0;
}
.w-modal-search a[href="#searchToggle"]:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  color: #FFFFFF;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  padding-right: 0.5em;
  font-size: clamp(1.75rem, 1.4565rem + 1.3043vw, 2.5rem);
}
.w-modal-search .form__group,
.w-modal-search .form__group__controls,
.w-modal-search .p-form__group,
.w-modal-search .p-form__group__controls {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.w-modal-search .w-search {
  text-align: center;
  display: inline-block;
  position: relative;
}
.w-modal-search .w-search__form__title {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  margin-right: 1em;
  text-indent: -9999px;
  overflow: hidden;
  border-right: 1px solid #FFFFFF;
}
.w-modal-search .w-search__form__title:after {
  content: "\f002";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.25em;
  font-family: "Font Awesome 6 Pro";
  text-indent: 0;
  color: #FFFFFF;
  font-size: clamp(1rem, 0.9511rem + 0.2174vw, 1.125rem);
  line-height: 1;
}
.w-modal-search .w-search__form__input {
  display: inline-block;
  background: none;
  border: none;
  color: #FFFFFF !important;
}
.w-modal-search .w-search__form__input::-webkit-input-placeholder {
  color: #FFFFFF;
}
@media (width >= 1280px) {
  .w-modal-search .w-search__form__title {
    width: 52px;
    height: 50px;
  }
  .w-modal-search .w-search__form__title:after {
    font-size: clamp(1.75rem, 1.4565rem + 1.3043vw, 2.5rem);
    top: 0.25em;
  }
  .w-modal-search .w-search__form__input {
    font-size: 46px;
  }
  .w-modal-search .w-search__form__submit {
    padding: 15px 20px;
  }
}
.w-modal-search .w-search:after {
  content: attr(data-search-hint);
  display: block;
  margin-left: 70px;
  font-style: italic;
  color: #FFFFFF;
  text-align: left;
}

.ck-social-icons {
  line-height: 0;
}
.ck-social-icons li {
  display: inline-block;
}
.ck-social-icons li a {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-indent: 100%; /* Hide text content visually */
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
}
.ck-social-icons li a::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  color: inherit;
  content: "";
  font-family: "Font Awesome 6 Brands";
  text-align: center;
  text-indent: 0;
  font-size: 20px;
  border-radius: 100%;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.ck-social-icons li a[href*=facebook]::before {
  content: "\f39e";
}
.ck-social-icons li a[href*=x]::before {
  content: "\e61b";
}
.ck-social-icons li a[href*=twitter]::before {
  content: "\f099";
}
.ck-social-icons li a[href*=google]::before {
  content: "\f0d5";
}
.ck-social-icons li a[href*=linkedin]::before {
  content: "\f0e1";
}
.ck-social-icons li a[href*=instagram]::before {
  content: "\f16d";
}
.ck-social-icons li a[href*=youtube]::before {
  content: "\f167";
}
.ck-social-icons li a[href*=pinterest]::before {
  content: "\f0d2";
}
.ck-social-icons li a[href*=vimeo]::before {
  content: "\f27d";
}
.ck-social-icons li a[href*=flickr]::before {
  content: "\f16e";
}
.ck-social-icons li a[href*=telegram]::before {
  content: "\f2c6";
}
.ck-social-icons li a[href*=mailto]::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Pro";
}
.ck-social-icons li a[href*=tel]::before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
}
.ck-social-icons li a[href*=search]::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
}
.ck-social-icons li a:hover::before {
  color: #CC007E;
}

.w-share--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.w-share--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.w-share--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-stats.has-border .w-stat:not(:last-child) {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.6)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 15px 1px;
  background-repeat: repeat-x;
}
@media (width >= 1024px) {
  .w-stats.has-border .w-stat:not(:last-child) {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0.6)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 10px;
    background-repeat: repeat-y;
  }
}

.w-stat {
  padding: 35px 0;
}

.w-stat__value .w-stat__value--text {
  margin-left: 15px;
}

.w-stat__icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-inline: auto;
}

.w-stat__circle {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
}

.w-stat__cta {
  margin-top: 20px;
}

@media (width >= 1024px) {
  .w-stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .w-stat {
    padding: 0 clamp(10px, 2vw, 35px);
    min-width: 165px;
  }
  .article--default:not(.article--overlay) .w-stat:first-child {
    padding-left: 0;
  }
}
.w-tabs {
  width: 100%;
}
.w-tabs a,
.w-tabs button {
  border-radius: 5px;
}
.w-tabs a:focus-visible,
.w-tabs button:focus-visible {
  outline: 3px solid #CC007E;
}
.w-tabs .w-tabs__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.w-tabs .w-tabs__navigation--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.w-tabs .w-tabs__navigation--align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.w-tabs .w-tabs__navigation__title {
  padding: 10px 20px;
  position: relative;
}
.w-tabs .w-tabs__navigation__title.is-active::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: currentColor;
}
.w-tabs .w-tabs__body__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.w-tabs .w-tabs__body__tab > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.w-tabs .w-tabs__body__tab__content__title {
  margin-bottom: 10px;
}
.w-tabs .w-tabs__body__tab__content__body {
  line-height: 2;
}
.w-tabs .w-tabs__body__tab__image {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
  max-width: 300px;
}
.w-tabs .w-tabs__navigation {
  position: relative;
}
.w-tabs .w-tabs__navigation::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F4F4F4;
}
@media (width >= 768px) {
  .w-tabs .w-tabs__body__tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*
* @Title: Site - Widgets - Ticker
* @Version: 1-2-0
*
*/
.w-ticker {
  position: relative;
  overflow: hidden;
}
.w-ticker .ticker {
  position: relative;
  width: 100%;
}
.w-ticker .ticker-title {
  display: none !important;
}
.w-ticker .ticker-content {
  left: 0 !important;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.w-ticker .ticker-swipe {
  position: absolute;
  bottom: 0;
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
}
.w-ticker .ticker-swipe span {
  border-bottom: 1px solid;
  height: 100%;
  width: 0.5em;
  display: block;
}
.w-ticker .ticker-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.w-ticker .ticker-controls .jnt-play-pause {
  float: left;
}
.w-ticker .ticker-controls .jnt-play-pause:after {
  content: "\f04c";
  font-family: "Font Awesome 6 Pro";
  cursor: pointer;
}
.w-ticker .ticker-controls .jnt-play-pause:hover:after {
  color: #CC007E;
}
.w-ticker .ticker-controls .jnt-play-pause.paused:after {
  content: "\f04b";
}
.w-ticker .ticker-controls .jnt-prev {
  float: left;
  margin-left: 0.5em;
}
.w-ticker .ticker-controls .jnt-prev:after {
  content: "\f04a";
  font-family: "Font Awesome 6 Pro";
  cursor: pointer;
}
.w-ticker .ticker-controls .jnt-prev:hover:after {
  color: #CC007E;
}
.w-ticker .ticker-controls .jnt-next {
  float: left;
  margin-left: 0.5em;
}
.w-ticker .ticker-controls .jnt-next:after {
  content: "\f04e";
  font-family: "Font Awesome 6 Pro";
  cursor: pointer;
}
.w-ticker .ticker-controls .jnt-next:hover:after {
  color: #CC007E;
}

.w-testimonials {
  position: relative;
}
.w-testimonials .w-testimonials__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.w-testimonials .w-testimonials__list__item {
  display: block;
  position: relative;
}
.w-testimonials .w-testimonials__list__item--text-alignment-right {
  text-align: right;
}
.w-testimonials .w-testimonials__list__item--text-alignment-right .w-testimonials__list__item__image {
  margin-left: auto;
}
.w-testimonials .w-testimonials__list__item--text-alignment-center {
  text-align: center;
}
.w-testimonials .w-testimonials__list__item--text-alignment-center .w-testimonials__list__item__image {
  margin-left: auto;
  margin-right: auto;
}
.w-testimonials .w-testimonials__list__item--text-alignment-center .w-testimonials__list__item__quote-wrapper {
  width: 65%;
  margin-inline: auto;
}
.w-testimonials .w-testimonials__list__item--text-alignment-center .w-testimonials__list__item__quote {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.w-testimonials .w-testimonials__list__item--text-size-normal .w-testimonials__list__item__quote {
  font-size: clamp(0.9375rem, 0.913rem + 0.1087vw, 1rem);
}
.w-testimonials .w-testimonials__list__item--text-size-large .w-testimonials__list__item__quote {
  font-size: clamp(1rem, 0.9511rem + 0.2174vw, 1.125rem);
}
.w-testimonials .w-testimonials__list__item--text-size-x-large .w-testimonials__list__item__quote {
  font-size: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
}
.w-testimonials .w-testimonials__list__item__image {
  position: relative;
  width: 115px;
  height: 115px;
  aspect-ratio: 1;
}
.w-testimonials .w-testimonials__list__item__quote {
  font-size: clamp(0.9375rem, 0.913rem + 0.1087vw, 1rem);
}
.w-testimonials .w-testimonials__list__item__quote,
.w-testimonials .w-testimonials__list__item__author {
  color: inherit;
  position: relative;
}
.w-testimonials .w-testimonials__list__item__author-wrapper {
  color: #8926D2;
  font-weight: 600;
  padding-block: 20px;
}
.w-testimonials .w-testimonials__list__arrow-prev {
  top: 50px;
  left: 0;
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  color: #500984;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
          box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
  text-align: right;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.w-testimonials .w-testimonials__list__arrow-prev::after {
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  padding: 20px;
  width: 100px;
}
.w-testimonials .w-testimonials__list__arrow-next {
  top: 50px;
  right: 0;
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  color: #500984;
  border-radius: 50% 50%;
  -webkit-box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
          box-shadow: 0 3px 26px rgba(34, 34, 34, 0.1);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.w-testimonials .w-testimonials__list__arrow-next::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  padding: 20px;
  width: 100px;
}
@media (width >= 768px) {
  .w-testimonials .w-testimonials__list__item__quote-wrapper {
    width: auto;
  }
}

/*
* @Title: Site - Widgets - Video
* @Version: 1-2-0
*
*/
.w-video {
  width: 100%;
  height: 100%;
}

.w-video__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
* @Title: Site - Widgets - Video
* @Version: 1-2-0
*
*/
.w-video-custom {
  height: 100%;
  width: 100%;
  max-width: 740px;
  margin-inline: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.w-video-custom:has(.w-video-custom__play-button:focus-visible) .w-video-custom__overlay, .w-video-custom:hover .w-video-custom__overlay {
  opacity: 0.5;
}
.w-video-custom:has(.w-video-custom__play-button:focus-visible) .w-video-custom__play-button, .w-video-custom:hover .w-video-custom__play-button {
  opacity: 1;
}

.w-video-custom__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  opacity: 0.3;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.w-video-custom__media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.w-video-custom__play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4.375rem;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.w-video-custom__play-button i {
  border-radius: 100%;
  background: radial-gradient(#FFFFFF 0% 50%, #CC007E 50% 100%);
}
.w-video-custom__play-button:focus-visible {
  opacity: 1;
}
.w-video-custom__play-button:focus-visible i {
  outline: -webkit-focus-ring-color solid 3px;
  outline-offset: 3px;
}

.w-video-custom__graphic {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.button-visible {
  opacity: 1;
}

.button-hidden {
  opacity: 0;
}

/*
* @Title: Widgets - Wishlist
* @Version: 1-2-0
*
*/
.w-wishlist {
  display: none;
}
.mfp-content .w-wishlist {
  display: block;
}

.w-wishlist__header {
  margin-bottom: 30px;
}

.w-wishlist__header__title {
  text-align: center;
}

.w-wishlist__body__message {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  text-align: center;
  margin-bottom: 20px;
}

.w-wishlist__body__list__items {
  max-height: 240px;
  overflow: auto;
  width: calc(100% + 10px);
  padding-right: 10px;
}
.w-wishlist__body__list__items::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}
.w-wishlist__body__list__items::-webkit-scrollbar {
  width: 5px;
  background-color: #F4F4F4;
}
.w-wishlist__body__list__items::-webkit-scrollbar-thumb {
  background-color: #500984;
  cursor: pointer;
}

.w-wishlist__body__list__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.w-wishlist__body__list__actions > * {
  margin-left: 10px;
}

.w-wishlist__body__email {
  display: none;
}

.w-wishlist-reminder {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 900;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.w-wishlist-reminder.is-visible {
  opacity: 1;
  visibility: visible;
}

.w-wishlist-reminder__container {
  margin: auto;
  width: 100%;
  max-width: 600px;
  background-color: #500984;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 40px 40px 40px;
  min-height: 300px;
}
.w-wishlist-reminder__container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.9)), to(rgba(34, 34, 34, 0)));
  background-image: linear-gradient(to top, rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0));
}

.w-wishlist-reminder__header {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.w-wishlist-reminder__header__icon {
  pointer-events: none;
  position: relative;
  margin-bottom: 20px;
}

.w-wishlist-reminder__header__title {
  width: 100%;
  position: relative;
  color: #FFFFFF;
  font-size: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
  font-family: "Funnel Display", sans-serif;
}

.w-wishlist-reminder__body {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  position: relative;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.w-wishlist-reminder__actions {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.w-wishlist-reminder__actions-extra {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 60px;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  color: #FFFFFF;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.w-wishlist-reminder__actions-extra:hover {
  opacity: 1;
}

.p-button--type-widget-wishlist-toggle {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-button--type-widget-wishlist-toggle .p-button__value {
  font-weight: 600;
  margin: 5px;
}

.p-button--type-widget-wishlist-primary {
  background: #500984;
  color: #FFFFFF;
  padding: 10px 15px;
}

.p-button--type-widget-wishlist-secondary {
  cursor: pointer;
  border: solid 1px #F4F4F4;
  padding: 10px 15px;
}

.p-empty-state--type-widget-wishlist {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  text-align: center;
}

.p-list--type-widget-wishlist .p-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.p-list--type-widget-wishlist .p-list__item:first-child {
  margin-top: 0;
}
.p-list--type-widget-wishlist .p-list__item--type-heading {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 600;
  font-family: "Funnel Display", sans-serif;
  margin-bottom: 10px;
  margin-top: 20px;
  border-bottom: solid 1px #F4F4F4;
  padding-bottom: 5px;
}
.p-list--type-widget-wishlist .p-list__item--type-heading:first-child {
  margin-top: 0;
}
.p-list--type-widget-wishlist .p-list__item__image {
  background-color: #F4F4F4;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-list--type-widget-wishlist .p-list__item__header__title {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-weight: 300;
}
.p-list--type-widget-wishlist .p-list__item__header__title__link {
  color: inherit;
}
.p-list--type-widget-wishlist .p-list__item__actions {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 10px;
}

.p-form--type-widget-wishlist-email .p-form__group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-form--type-widget-wishlist-email .p-form__group__label-wrapper {
  margin-right: 20px;
}
.p-form--type-widget-wishlist-email .p-form__group__label {
  font-weight: 600;
}
.p-form--type-widget-wishlist-email .p-form__group__control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-form--type-widget-wishlist-email .p-form__group__control {
  padding: 10px 15px;
  border: solid 1px #F4F4F4;
  outline: none;
  width: 100%;
  color: #222222;
}
.p-form--type-widget-wishlist-email .p-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.p-form--type-widget-wishlist-email .p-form__actions__primary {
  margin-left: auto;
  padding-left: 20px;
}

/*
* @Title: Site - Widgets - Ticker
* @Version: 1-2-0
*
*/
.w-twitter--single {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.w-twitter--single::before {
  color: #500984;
  font-size: 60px;
  content: "\f099";
  display: block;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "Font Awesome 6 Brands";
  opacity: 0.5;
}
.w-twitter--single::after {
  content: close-quote;
  display: none;
}
.w-twitter--single li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.w-twitter--single .tweet {
  font-size: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
  font-family: "Funnel Display", sans-serif;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.w-twitter--single .tweet a {
  word-break: break-word;
}
.w-twitter--single .user {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.w-twitter--single .user a {
  color: inherit;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  color: #a2a2a2;
  font-family: "Funnel Display", sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.w-twitter--single .user img {
  display: none;
  border-radius: 100%;
  height: 72px !important;
  margin-bottom: 10px;
}
.w-twitter--single .user span[data-scribe*="element:name"] {
  display: none;
}
.w-twitter--single .timePosted {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.w-twitter--single .interact {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.w-twitter--single .interact a {
  margin: 0 10px;
}
.w-twitter--single .media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 10px;
}
.w-twitter--single .media img {
  width: 120px;
  height: 120px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.w-twitter--single .media img[src*=video_thumb] {
  display: none;
}

.w-twitter--grid {
  text-align: center;
}
.w-twitter--grid li {
  border-top: solid 1px #F4F4F4;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.w-twitter--grid li:first-child {
  border-top: 0;
}
.w-twitter--grid .tweet {
  font-size: clamp(1rem, 0.9511rem + 0.2174vw, 1.125rem);
  font-family: "Funnel Display", sans-serif;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.w-twitter--grid .tweet a {
  word-break: break-all;
}
.w-twitter--grid .user {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.w-twitter--grid .user a {
  color: inherit;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  color: #a2a2a2;
  font-family: "Funnel Display", sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.w-twitter--grid .user img {
  display: none;
  border-radius: 100%;
  height: 72px !important;
  margin-bottom: 10px;
}
.w-twitter--grid .user span[data-scribe*="element:name"] {
  display: none;
}
.w-twitter--grid .timePosted {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.w-twitter--grid .interact {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.w-twitter--grid .interact::before {
  content: "";
  display: block;
  height: 1px;
  width: 24px;
  margin: 10px auto;
  background: #F4F4F4;
}
.w-twitter--grid .interact a {
  margin: 0 10px;
}
.w-twitter--grid .media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 10px;
}
.w-twitter--grid .media img {
  width: 120px;
  height: 120px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.w-twitter--grid .media img[src*=video_thumb] {
  display: none;
}
@media (width >= 768px) {
  .w-twitter--grid ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .w-twitter--grid li {
    min-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-right: solid 1px #F4F4F4;
    border-top: solid 1px #F4F4F4;
    padding: 20px 10px;
    padding: 20px;
  }
  .w-twitter--grid li:nth-child(-n+2) {
    border-top: none;
  }
  .w-twitter--grid li:nth-child(2n) {
    border-right: none;
  }
  .w-twitter--grid li:last-child {
    border-right: none;
  }
}
@media (width >= 1024px) {
  .w-twitter--grid li {
    min-width: 33.33%;
  }
  .w-twitter--grid li:nth-child(-n+3) {
    border-top: none;
  }
  .w-twitter--grid li:nth-child(2n) {
    border-right: solid 1px #F4F4F4;
  }
  .w-twitter--grid li:nth-child(3n) {
    border-right: none;
  }
  .w-twitter--grid li:last-child {
    border-right: none;
  }
}

.w-twitter--carousel {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.w-twitter--carousel::before {
  color: #500984;
  font-size: 60px;
  content: "\f099";
  display: block;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "Font Awesome 6 Brands";
  opacity: 0.5;
}
.w-twitter--carousel::after {
  content: close-quote;
  display: none;
}
.w-twitter--carousel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.w-twitter--carousel li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.w-twitter--carousel li.slick-active .interact a {
  pointer-events: auto;
}
.w-twitter--carousel .tweet {
  font-size: clamp(1.25rem, 1.1522rem + 0.4348vw, 1.5rem);
  font-family: "Funnel Display", sans-serif;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.w-twitter--carousel .tweet a {
  word-break: break-all;
}
.w-twitter--carousel .user {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.w-twitter--carousel .user a {
  color: inherit;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  color: #a2a2a2;
  font-family: "Funnel Display", sans-serif;
  text-transform: uppercase;
  font-style: normal;
}
.w-twitter--carousel .user img {
  display: none;
  border-radius: 100%;
  height: 72px !important;
  margin-bottom: 10px;
}
.w-twitter--carousel .user span[data-scribe*="element:name"] {
  display: none;
}
.w-twitter--carousel .timePosted {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.w-twitter--carousel .interact {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.w-twitter--carousel .interact a {
  margin: 0 10px;
  pointer-events: none;
}
.w-twitter--carousel .media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 10px;
}
.w-twitter--carousel .media img {
  width: 120px;
  height: 120px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.w-twitter--carousel .media img[src*=video_thumb] {
  display: none;
}

/*
* @Title: Zone - Login
* @Version: 1-2-0
*
*/
.w-zone-login {
  text-align: center;
}

.w-zone-login__form {
  text-align: left;
}

/*
* @Title: Site - Vendors - Magnific Popup
* @Version: 1-2-0
*
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2e3439;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
  color: white;
}

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

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

.mfp-s-loading .mfp-close {
  display: none;
}

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

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

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

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

/* [%% JG - 05/12/2014 - Removed this as the cross even in iframes should be inside the modal %%]
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
*/
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

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

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

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

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

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

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

/* [%% JG - 05/12/2014 - Removed this as the cross even in iframes should be inside the modal %%]
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
*/
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);*/
  border-radius: 3px;
  background: #ffffff;
  padding: 4em; /*added this to match the design*/
}

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
}

.slick-slide {
  height: 100%;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-navigation {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-prev,
.slick-next {
  background: #F4F4F4;
  cursor: pointer;
  position: relative;
  border: none;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 0;
  overflow: hidden;
  color: #222222;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  margin: 5px;
  outline: none;
}
.slick-prev::before,
.slick-next::before {
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  content: "";
  font-family: "Font Awesome 6 Pro";
  text-align: center;
  color: #222222;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 100;
}
.slick-prev::before:hover,
.slick-next::before:hover {
  background: #500984;
}
@media (width >= 768px) {
  .slick-prev,
  .slick-next {
    position: absolute;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  content: "\f053";
}

.slick-next {
  right: 0;
}
.slick-next::before {
  content: "\f054";
}

.slick-pager {
  margin-top: 20px;
}

.slick-dots {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.slick-dots li.slick-active button {
  background-color: #500984;
}
.slick-dots li button {
  outline: none;
  display: block;
  font-size: 0;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  border: none;
  background: #F4F4F4;
  margin: 0;
  padding: 0;
}

.slick-list {
  width: 100%;
}

@media (width >= 768px) {
  .w-icatcher-carousel .slick-next,
  .w-icatcher-carousel .slick-prev,
  .w-icatcher-carousel .slick-next {
    position: relative;
  }
}
.w-icatcher-carousel .slick-prev {
  left: inherit;
}
.w-icatcher-carousel .slick-next {
  right: inherit;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

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

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.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-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  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%;
  -webkit-transform: translateX(-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

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

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

.swiper.swiper-cube {
  overflow: visible;
}

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

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          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 {
  pointer-events: auto;
  visibility: visible;
}

.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;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

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

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

.swiper.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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper.swiper-cards {
  overflow: visible;
}

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

.m-seminar-list--carousel__arrow-prev.swiper-button-prev {
  top: auto;
  bottom: 0;
  left: calc(50% - 60px);
}

.m-seminar-list--carousel__arrow-next.swiper-button-next {
  top: auto;
  bottom: 0;
  right: calc(50% - 60px);
}

@media (width >= 1024px) {
  .m-seminar-list--carousel__arrow-prev.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  .m-seminar-list--carousel__arrow-next.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
    top: var(--swiper-navigation-top-offset, 50%);
  }
}
.swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swiper-scrollbar {
  position: relative !important;
  margin-top: 10px;
}

.skip-link {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 10px 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom-right-radius: 20px;
  z-index: 9999;
  pointer-events: none;
}
.skip-link:focus-visible {
  opacity: 1;
}

.mfp-content .content__main__header {
  min-height: 0;
  padding-top: 0;
}
.mfp-content .content__main__header::before {
  display: none;
}
.mfp-content .content__main__header__title {
  max-width: 800px;
}
.mfp-content .content__main__body.is-library .wrapper {
  width: 100%;
}

html:has([popover]:popover-open) {
  overflow: hidden;
}

[popover]:popover-open::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5); /* Light black overlay */
  backdrop-filter: blur(5px); /* Blur effect */
}

[popover]:popover-open::backdrop {
  background-color: rgba(0, 0, 0, 0.5); /* Light black overlay */
  backdrop-filter: blur(5px); /* Blur effect */
}

.popup {
  background: rgba(34, 34, 34, 0.9);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 1000;
  padding: 10px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.popup__close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 20px;
}

.popup__close__button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__close__button__icon {
  font-size: 30px;
  width: 36px;
  height: 36px;
  color: #FFFFFF;
  margin-right: 10px;
}

.popup__body {
  position: relative;
  z-index: 1001;
  max-width: 660px;
  margin: auto;
  width: 100%;
}

@media (width >= 768px) {
  .popup {
    padding: 40px;
  }
}
.to-top {
  cursor: pointer;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.to-top:hover {
  background: #500984;
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.overlay.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}