@charset "UTF-8";
@font-face {
  font-family: "helvetica-neue-bold";
  src: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-bold.1236759472.woff2") format("woff2"), url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-bold.2729639461.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "helvetica-neue-bold";
  src: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-bold.1236759472.woff2") format("woff2"), url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-bold.2729639461.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "helvetica-neue-roman";
  src: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-roman.1724803377.woff2") format("woff2"), url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-roman.191867000.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "helvetica-neue-roman";
  src: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-roman.1724803377.woff2") format("woff2"), url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-roman.191867000.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "helvetica-neue-roman";
  src: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-medium.1724803377.woff2") format("woff2"), url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-mediun.191867000.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "helvetica-neue-roman";
  src: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-bold.1236759472.woff2") format("woff2"), url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Fonts/helvetica-neue-bold.2729639461.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
/* stylelint-disable declaration-no-important */
.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
  width: 100%;
}
.blur-up.lazyloaded {
  filter: none;
}

/*
The font mixin can be used to include the defined default font sizes and the adapted sizes for mobile and xxl devides.
@include(Font-Size-Category, Breakpoint-Mobile, Breakpoint-XXL);

You can use the font mixin two ways
1. Either you use the default breakpoints for mobile and xxl like this
    @include("h1");
2. Or you can also set the breakpoints yourself:
    @include("h1", 500px, 1000px);

*/
:root {
  --page-header-bg: rgba(255, 255, 255, 0.9);
  --page-header-border: hsl(60deg, 1%, 82%);
  --burger-bg: hsl(60deg, 4%, 11%);
  --page-header-search-trigger: hsl(60deg, 4%, 11%);
  --form-input: hsl(60deg, 4%, 11%);
  --form-input-icon: hsl(60deg, 4%, 11%);
  --form-input-bg: rgba(255, 255, 255, 0);
  --form-placeholder: hsl(0deg, 0%, 45%);
  --form-placeholder-focus: rgba(255, 255, 255, 0);
  --autocomplete-suggestions-bg: hsl(0deg, 0%, 100%);
  --autocomplete-suggestions: hsl(60deg, 4%, 11%);
  --autocomplete-suggestions-border: hsl(60deg, 4%, 11%);
  --autocomplete-suggestions-selected-bg: hsl(0deg, 0%, 95%);
  --header-navigation-bg: hsl(60deg, 4%, 11%);
  --header-navigation-main-item: hsl(0deg, 0%, 100%);
  --header-navigation-main-item-hover: hsl(0deg, 0%, 70%);
  --header-navigation-meta-item: hsl(0deg, 0%, 100%);
  --header-navigation-meta-item-hover: hsl(0deg, 0%, 70%);
  --header-navigation-meta-border: rgba(255, 255, 255, 0.2);
  --header-navigation-social: hsl(0deg, 0%, 100%);
  --header-navigation-social-hover: hsl(0deg, 0%, 70%);
  --close-navigation-layer: hsla(0deg, 0%, 100%, 0.65);
  --close-svg: hsl(0deg, 0%, 100%);
  --info-svg: hsl(60deg, 4%, 11%);
  --info-svg-border: hsl(60deg, 4%, 11%);
  --arrow-up-svg: hsl(60deg, 4%, 11%);
  --arrow-up-svg-hover: hsl(60deg, 4%, 11%);
  --search-layer-bg: hsl(0deg, 0%, 100%);
  --search-input-delete-term-gradient1: rgba(255, 255, 255, 0);
  --search-input-delete-term-gradient2: hsl(0deg, 0%, 100%);
  --close-search-layer-bg: hsl(60deg, 4%, 11%);
  --search-result-list-headline: hsl(60deg, 4%, 11%);
  --search-result-list-item-fallback-b: hsl(60deg, 1%, 82%);
  --result-list-item-type: hsl(60deg, 1%, 37%);
  --search-input-delete-term-icon: hsl(0deg, 0%, 70%);
  --search-input-delete-term-icon-hover: hsl(60deg, 4%, 11%);
  --header-language-switch: hsl(60deg, 4%, 11%);
  --header-language-switch-border: hsl(0deg, 0%, 45%);
  --header-language-switch-current: #a89cfd;
  --page-footer-bg: hsl(0deg, 0%, 100%);
  --page-footer-border: hsl(60deg, 1%, 82%);
  --page-footer-navigation-item: hsl(60deg, 4%, 11%);
  --gallery-grid-item-subline: hsl(60deg, 4%, 11%);
  --gallery-grid-item-subline-strong: hsl(60deg, 4%, 11%);
  --gallery-grid-item-btn-bg: hsl(60deg, 4%, 11%);
  --gallery-grid-item-icon-fill: hsl(0deg, 0%, 100%);
  --gallery-grid-item-text: hsl(0deg, 0%, 100%);
  --gallery-grid-item-text-gradient-1: rgba(29, 29, 27, 0);
  --gallery-grid-item-text-gradient-2: rgba(29, 29, 27, 0.7);
  --gallery-additional-image-border: rgba(255, 255, 255, 0.2);
  --gallery-item-layer-bg: hsl(0deg, 0%, 100%);
  --close-gallery-item-layer-bg: hsl(60deg, 4%, 11%);
  --accordion-border: hsl(60deg, 1%, 82%);
  --cookiefirst-button-secondary: hsl(60deg, 4%, 11%);
  --cookiefirst-button-primary-hover: hsl(0deg, 0%, 100%);
  --cookiefirst-button-primary-border: hsl(60deg, 4%, 11%);
  --cookiefirst-button-primary-bg-hover: rgba(255, 255, 255, 0);
  --cookiefirst-button-secondary-bg: rgba(255, 255, 255, 0);
  --cookiefirst-button-secondary-bg-hover: rgba(255, 255, 255, 0);
  --cookiefirst-content: hsl(60deg, 4%, 11%);
  --media-text-module-bg: hsl(0deg, 0%, 100%);
  --media-text-module-intro: hsl(60deg, 1%, 37%);
  --media-text-module-item-reversed-border: hsl(0deg, 0%, 100%);
  --media-text-module-text: hsl(60deg, 4%, 11%);
  --media-text-item-image-inner-fallback-image: hsl(60deg, 1%, 82%);
  --event-detail-cancelled-overlay-wrapper: hsla(0deg, 0%, 100%, 0.9);
  --event-registration-headline: hsl(0deg, 0%, 45%);
  --detail-stage-type-label: hsl(60deg, 4%, 11%);
  --detail-stage-media-inner-bg: hsl(60deg, 1%, 82%);
  --event-detail-stage-schedule-item: hsl(60deg, 4%, 11%);
  --event-detail-stage-schedule-item-active: #ed0924;
  --event-detail-stage-schedule-time: hsl(0deg, 0%, 45%);
  --event-detail-stage-address: hsl(0deg, 0%, 45%);
  --event-detail-stage-note: hsl(60deg, 4%, 11%);
  --event-detail-stage-additional-info-border: hsl(60deg, 1%, 82%);
  --event-detail-zoom: hsl(0deg, 0%, 100%);
  --event-list-headline-border: hsl(60deg, 1%, 82%);
  --event-list-module-loader-bg: rgba(255, 255, 255, 0.9);
  --event-list-date-filter-container-bg: hsl(0deg, 0%, 100%);
  --event-list-date-filter-item-slash: #52524c;
  --event-list-date-filter-border: hsl(60deg, 1%, 82%);
  --event-list-date-filter-textg: hsl(60deg, 4%, 11%);
  --event-list-date-filter-active: hsl(60deg, 4%, 11%);
  --copy-link-svg: hsl(60deg, 4%, 11%);
  --event-online-type-bg: hsl(60deg, 4%, 11%);
  --event-online-type: hsl(0deg, 0%, 100%);
  --download-image-border: hsl(60deg, 1%, 82%);
  --filter-checkbox-label: hsl(60deg, 1%, 37%);
  --filter-checkbox-border: hsl(60deg, 1%, 82%);
  --filter-checkbox-bg: hsl(0deg, 0%, 100%);
  --filter-shadow: hsl(60deg, 1%, 82%);
  --filter-btn-wrapper-gradient1: hsl(0deg, 0%, 100%);
  --filter-btn-wrapper-gradient2: hsla(0deg, 0%, 100%, 0.7);
  --layer-bg: hsl(0deg, 0%, 100%);
  --close-layer-bg: hsl(60deg, 4%, 11%);
  --detail-location-info: hsl(60deg, 4%, 11%);
  --textmodule: hsl(60deg, 4%, 11%);
  --textmodule-bg: hsl(0deg, 0%, 100%);
  --textmodule-headline-coloured: hsla(60deg, 4%, 11%, 0.6);
  --stage: hsl(60deg, 4%, 11%);
  --stage-bg: rgba(255, 255, 255, 0);
  --stage-item-type: hsl(60deg, 1%, 37%);
  --stage-item-media-fullscreen-wrapper: transparent;
  --stage-video-wrapper-shadow: hsla(60deg, 4%, 11%, 0.15);
  --stage-video-play-button-bg: hsl(60deg, 4%, 11%);
  --stage-video-play-button-icon: hsl(0deg, 0%, 100%);
  --stage-video-embed-container: hsl(60deg, 4%, 11%);
  --map-overlay-no-result: hsla(0deg, 0%, 100%, 0.8);
  --map-bg: hsl(60deg, 4%, 11%);
  --map-action-item-bg: hsl(60deg, 4%, 11%);
  --map-action-icon: hsl(0deg, 0%, 100%);
  --map-action-active-icon: hsl(142deg, 39%, 56%);
  --map-action-45-inactive-icon: hsla(0deg, 100%, 50%, 0.7);
  --info-window-bg: hsl(0deg, 0%, 100%);
  --info-window-marker-svg: #ed0924;
  --category-type-3: hsl(60deg, 4%, 11%);
  --event-list-item-canceled-overlay-wrapper: hsla(0deg, 0%, 100%, 0.9);
  --event-list-item-canceled: hsl(60deg, 1%, 37%);
  --floating-label-bg: hsl(60deg, 4%, 11%);
  --floating-label: hsl(0deg, 0%, 100%);
  --floating-shadow1: hsla(60deg, 4%, 11%, 0.12);
  --floating-shadow2: hsla(60deg, 4%, 11%, 0.14);
  --floating-shadow3: hsla(60deg, 4%, 11%, 0.12);
  --chat-floating-label: #ed0924;
  --video-preview-wrapper-bg: hsl(0deg, 0%, 0%);
  --video-preview-wrapper: hsla(60deg, 4%, 11%, 0.2);
  --no-video-bg: hsl(60deg, 4%, 11%);
  --no-video: hsl(0deg, 0%, 100%);
  --mcbw-loader-circle1: #ed0924;
  --mcbw-loader-circle2: #a89cfd;
  --mcbw-loader-circle3: #c8f600;
  --mcbw-loader-circle4: #ed0924;
  --network-button-fill: rgba(29, 29, 27, 0.9);
  --network-button-fill-hover: hsl(60deg, 4%, 11%);
  --organizer-info-module-bg: hsl(0deg, 0%, 95%);
  --organizer-info-details-note: hsl(60deg, 4%, 11%);
  --organizer-info-details-image-fallback-bg: hsl(60deg, 1%, 82%);
  --teaser-list-item-content-wrapper-after-bg: hsla(60deg, 4%, 11%, 0.8);
  --teaser-list-item-bg: hsl(0deg, 0%, 100%);
  --teaser-list-item-link-info: hsl(0deg, 0%, 100%);
  --teaser-list-item-image-wrapper-border: hsl(60deg, 1%, 82%);
  --teaser-list-item-image-fallback-bg: hsl(60deg, 1%, 82%);
  --teaser-list-item-meta: hsl(60deg, 4%, 11%);
  --teaser-list-item-category: hsl(60deg, 1%, 37%);
  --teaser-list-item-type: hsl(60deg, 4%, 11%);
  --teaser-list-item-teaser-text: hsl(60deg, 4%, 11%);
  --teaser-list-item-header: hsl(60deg, 4%, 11%);
  --teaser-list-item-before-bg: hsl(60deg, 4%, 11%);
  --teaser-list-pager-text-color: hsl(60deg, 4%, 11%);
  --teaser-list-item-label-bg: hsl(0deg, 0%, 100%);
  --teaser-list-item-single: hsl(0deg, 0%, 95%);
  --poll-module-bg: #ed0924;
  --speaker-detail-stage: hsl(60deg, 4%, 11%);
  --speaker-detail-stage-media-inner-bg: hsl(60deg, 1%, 82%);
  --speaker-filter-alphabet: hsl(60deg, 4%, 11%);
  --speaker-filter-highlight: hsl(60deg, 4%, 11%);
  --speaker-filter-inactive: #ddddda;
  --speaker-filter: hsl(0deg, 0%, 95%);
  --speaker-filter-alphabet-sticky-border: hsl(60deg, 1%, 82%);
  --speaker-slick-disabled: rgba(255, 255, 255, 0);
  --speaker-slick-gradient2: hsl(0deg, 0%, 100%);
  --speaker-slick-gradient1: rgba(255, 255, 255, 0);
  --userlikechat-module-bg: hsl(0deg, 0%, 95%);
  --virtual-tour-preview-wrapper-bg: hsl(0deg, 0%, 95%);
  --slider-pager-arrows: hsl(60deg, 4%, 11%);
  --slider-pager-total: hsl(60deg, 1%, 37%);
  --slider-pager: hsl(60deg, 4%, 11%);
  --slider-pager-current: #a89cfd;
  --slider-pager-summary: hsl(0deg, 0%, 45%);
  --slider-pager-bar: hsl(60deg, 1%, 82%);
  --slider-pager-bar-sliding: hsl(60deg, 4%, 11%);
  --username-field-bg: #f1f9f4;
  --username-field: hsl(60deg, 4%, 11%);
  --form-password-link: hsl(60deg, 4%, 11%);
  --form-password-link-hover: hsl(60deg, 4%, 11%);
  --dashboard-page-header-bg: hsl(0deg, 0%, 100%);
  --dashboard-fixed-header-shadow1: rgba(9, 30, 66, 0.13);
  --dashboard-fixed-header-shadow2: rgba(9, 30, 66, 0.13);
  --dashboard-fixed-header-shadow3: rgba(9, 30, 66, 0.08);
  --dashboard-fixed-header-shadow4: rgba(9, 30, 66, 0);
  --dashboard-header-language-switch: hsl(60deg, 4%, 11%);
  --dashboard-header-language-current: #a89cfd;
  --dashboard-table-pagination: hsl(0deg, 0%, 45%);
  --dashboard-table-pagination-btn: hsl(0deg, 0%, 95%);
  --dashboard-table-pagination-active-bg: hsl(60deg, 4%, 11%);
  --dashboard-table-pagination-active: hsl(0deg, 0%, 100%);
  --dashboard-table-pagination-hover-bg: hsl(0deg, 0%, 95%);
  --partner-poll-bg: #ed0924;
  --partner-poll-bg-hover: #e30923;
  --partner-poll: hsl(0deg, 0%, 100%);
  --dashboard-nav-bg: hsl(0deg, 0%, 100%);
  --dashboard-nav-gradient1: rgba(255, 255, 255, 0);
  --dashboard-nav-gradient2: hsl(0deg, 0%, 100%);
  --dashboard-nav-item: hsl(60deg, 4%, 11%);
  --dashboard-nav-item-hover: hsl(0deg, 0%, 95%);
  --dashboard-nav-item-border-current: hsl(60deg, 4%, 11%);
  --dashboard-nav-item-border: hsl(0deg, 0%, 100%);
  --dashboard-nav-item-border-mobile: hsl(0deg, 0%, 100%);
  --dashboard-nav-item-icon: hsl(0deg, 0%, 45%);
  --dashboard-subnav-header: hsl(0deg, 0%, 45%);
  --dashboard-subnav-item-hover: hsl(0deg, 0%, 95%);
  --dashboard-subnav-item-border: hsl(0deg, 0%, 95%);
  --dashboard-subnav-close-icon: hsl(60deg, 4%, 11%);
  --dashboard-subnav-close-layer: hsla(60deg, 4%, 11%, 0.3);
  --dashboard-subnav-item-empty-message: hsl(0deg, 0%, 45%);
  --dashboard-fixed-footerbar-bg: hsl(0deg, 0%, 100%);
  --dashboard-fixed-footerbar-shadow1: rgba(9, 30, 66, 0.13);
  --dashboard-fixed-footerbar-shadow2: rgba(9, 30, 66, 0.13);
  --dashboard-fixed-footerbar-shadow3: rgba(9, 30, 66, 0.08);
  --dashboard-fixed-footerbar-shadow4: rgba(9, 30, 66, 0);
  --admin-legend-items: hsl(0deg, 0%, 45%);
  --dashboard-fixed-table-toolbar-bg: hsl(0deg, 0%, 100%);
  --dashboard-fixed-table-toolbar-active: hsl(0deg, 0%, 30%);
  --dashboard-dropdown-item: hsl(0deg, 0%, 45%);
  --dashboard-dropdown-item-hover-bg: hsl(0deg, 0%, 95%);
  --dashboard-dropdown-item-current: hsl(60deg, 4%, 11%);
  --dashboard-dropdown-item-current-bg: hsl(0deg, 0%, 95%);
  --dashboard-dropdown-item-disabled: hsl(60deg, 1%, 82%);
  --dashboard-search-input: hsl(0deg, 0%, 100%);
  --dashboard-search-input-border: hsl(60deg, 1%, 82%);
  --dashboard-admin-mail-success-bg: #f1f9f4;
  --dashboard-admin-mail-bg: hsl(0deg, 0%, 95%);
  --dashboard-admin-mail: hsl(0deg, 0%, 45%);
  --admin-toggle-action-flyout-border1: hsl(0deg, 0%, 95%);
  --admin-toggle-action-flyout-border2: hsl(0deg, 0%, 100%);
  --dashboard-partner-uid-bg: hsl(0deg, 0%, 95%);
  --dashboard-partner-uid: hsl(0deg, 0%, 45%);
  --cropper-color-1: #a89cfd;
  --cropper-color-2: rgba(168, 156, 253, 0.75);
  --data-edit-row-hover: hsl(0deg, 0%, 95%);
  --data-edit-row-divider: hsl(60deg, 1%, 82%);
  --data-edit-row-content-customer-number: hsl(0deg, 0%, 45%);
  --dashboard-status-grey: hsl(0deg, 0%, 45%);
  --dashboard-status-orange: hsl(24deg, 100%, 50%);
  --dashboard-status-red: hsl(0deg, 100%, 50%);
  --dashboard-status-green: hsl(142deg, 39%, 56%);
  --partner-item-preview-item-bg: hsl(0deg, 0%, 95%);
  --dashboard-additional-info-border: hsl(60deg, 1%, 82%);
  --dashboard-additional-info-bg: #fafafa;
  --dashboard-additional-info: hsl(60deg, 4%, 11%);
  --dashboard-partnerlogin-message-bg: rgba(255, 255, 255, 0.96);
  --dashboard-partnerlogin-message-hover: #a89cfd;
  --dashboard-partnerlogin-message: #a89cfd;
  --form-section-border: hsl(60deg, 1%, 82%);
  --address-reset-coordinates-btn: hsl(0deg, 0%, 30%);
  --address-map: hsl(0deg, 0%, 30%);
  --address-map-bg: hsl(0deg, 0%, 95%);
  --partner-social-channels-fill: hsl(60deg, 4%, 11%);
  --remove-social-channel-svg: hsl(60deg, 4%, 11%);
  --dashboard-table-border: hsl(60deg, 1%, 82%);
  --dashboard-table-thead: hsl(0deg, 0%, 95%);
  --dashboard-fixed-table-toolbar: hsl(0deg, 0%, 45%);
  --dashboard-fixed-table-toolbar-active-default: hsl(0deg, 0%, 30%);
  --dashboard-fixed-table-toolbar-bg-default: hsl(0deg, 0%, 100%);
  --dashboard-filter-control: hsl(0deg, 0%, 100%);
  --dashboard-table-expand-bg: hsl(0deg, 0%, 100%);
  --new-feature: hsl(0deg, 0%, 100%);
  --new-feature-bg: #ed0924;
  --dashboard-circle-button-hover: hsl(0deg, 0%, 95%);
  --slick-dots-bg: hsl(60deg, 4%, 11%);
  --dashboard-headline-h4: hsl(60deg, 4%, 11%);
  --dashboard-drowdown-bg: hsl(0deg, 0%, 100%);
  --dashboard-drowdown-shadow1: rgba(9, 30, 66, 0.25);
  --dashboard-drowdown-shadow2: rgba(9, 30, 66, 0.11);
  --dashboard-partnerlocked-message-bg: #ffe0cc;
  --dashboard-partnerlocked-message: hsl(24deg, 100%, 50%);
  --form-table-of-contents-container-border: hsl(60deg, 1%, 82%);
  --form-table-of-contents-item-border: hsl(60deg, 4%, 11%);
  --form-table-of-contents-item: hsl(0deg, 0%, 45%);
  --form-table-of-contents-item-current: hsl(60deg, 4%, 11%);
  --form-table-of-contents-headline: hsl(0deg, 0%, 30%);
  --page-reload-wrapper-bg: hsla(0deg, 0%, 100%, 0.9);
  --mcbw-home-link-fill: hsl(60deg, 4%, 11%);
  --mcbw-home-link-bg: hsl(0deg, 0%, 100%);
  --tooltip-inner: hsl(60deg, 4%, 11%);
  --newfeature: hsl(0deg, 0%, 100%);
  --newfeature-bg: #c8f600;
  --dashboard-package-detail-fill: #aadabb;
  --dashboard-package-detail-price1: hsl(60deg, 4%, 11%);
  --dashboard-package-detail-price: rgba(29, 29, 27, 0.6);
  --dashboard-package-detail-false: hsl(0deg, 0%, 70%);
  --dashboard-package-slider-wrapper: hsla(0deg, 0%, 100%, 0.9);
  --dashboard-package-detail-fill-false: hsl(0deg, 0%, 70%);
  --dashboard-package-checked-bg: white;
  --dashboard-package-checked-border: hsl(188deg, 25%, 25%);
  --dashboard-package-checked-inner: hsl(188deg, 25%, 25%);
  --dashboard-package-subline: rgba(29, 29, 27, 0.6);
  --dashboard-package-countdown: #ed0924;
  --dashboard-image-bg: hsl(60deg, 1%, 82%);
  --dashboard-image-border: hsl(60deg, 1%, 82%);
  --upload-media-files-note-bg: hsla(0deg, 0%, 100%, 0.9);
  --upload-image-meta: hsl(0deg, 0%, 45%);
  --upload-media-btn: hsl(60deg, 4%, 11%);
  --upload-media-btn-bg: hsl(0deg, 0%, 100%);
  --upload-media-btn-border: hsl(60deg, 4%, 11%);
  --upload-media-btn-hover: hsl(0deg, 0%, 100%);
  --upload-media-btn-bg-hover: hsl(60deg, 4%, 11%);
  --upload-media-btn-border-hover: hsl(0deg, 0%, 100%);
  --upload-media-cropper-wrapper-bg: hsl(0deg, 0%, 100%);
  --upload-media-dropzone-bg: hsl(0deg, 0%, 100%);
  --upload-media-dropzone-border: hsl(60deg, 1%, 82%);
  --upload-media-dropzone-dropped-border: hsl(142deg, 39%, 56%);
  --upload-media-dropzone-error-border: hsl(0deg, 100%, 50%);
  --upload-media-dropzone-dropped-bg: #f1f9f4;
  --upload-media-dropzone: hsl(0deg, 0%, 45%);
  --upload-media-dropzone-dropped: hsl(142deg, 39%, 56%);
  --upload-media-dropzone-fill: hsl(0deg, 0%, 45%);
  --upload-media-dropzone-fill-dropped: hsl(142deg, 39%, 56%);
  --upload-media-progress-bar-bg: hsl(142deg, 39%, 56%);
  --upload-media-progress: hsl(0deg, 0%, 45%);
  --upload-media-progress-loading: hsl(142deg, 39%, 56%);
  --upload-media-cropper: hsl(0deg, 0%, 100%);
  --upload-media-cropper-footer: hsl(0deg, 0%, 100%);
  --additional-uploads-item-preview-item-bg: hsl(0deg, 0%, 95%);
  --additional-upload-link: hsl(0deg, 0%, 30%);
  --additional-upload-bg: #f7f7f7;
  --additional-upload-bg-hover: hsl(0deg, 0%, 95%);
  --additional-upload-content-info: hsl(60deg, 4%, 11%);
  --additional-upload-content-subinfo: hsl(0deg, 0%, 30%);
  --additional-upload-content-inner-border: hsl(60deg, 1%, 82%);
  --bookmark-success: hsl(142deg, 39%, 56%);
  --bookmark-shadow1: rgba(99, 187, 131, 0);
  --bookmark-shadow2: rgba(99, 187, 131, 0.7);
  --bookmark-shadow3: rgba(99, 187, 131, 0);
  --bookmark-share-options-wrapper-border: hsl(60deg, 1%, 82%);
  --bookmark-share-options-list-item-bg: hsl(0deg, 0%, 100%);
  --bookmark-share-options-list-item: hsl(60deg, 4%, 11%);
  --copy-bookmark-link-text: hsl(60deg, 4%, 11%);
  --bookmark-btn-bg: hsl(60deg, 4%, 11%);
  --bookmark-icon: hsl(0deg, 0%, 100%);
  --copy-bookmark-link-wrapper: hsl(60deg, 4%, 11%);
  --bookmark-delete-icon: hsl(0deg, 0%, 100%);
  --bookmark-delete-icon-bg-default: hsl(60deg, 4%, 11%);
  --bookmark-list-empty-container: hsl(0deg, 0%, 45%);
  --bookmark-list-empty-content-border: hsl(60deg, 1%, 82%);
  --floating-label-color-1: #ed0924;
  --floating-label-color-2: #ed0924;
  --error-module: hsl(60deg, 4%, 11%);
  --new-feature-module-bg: hsl(60deg, 4%, 11%);
  --early-bird-wrapper: hsl(0deg, 0%, 100%);
  --early-bird-wrapper-bg: hsl(60deg, 4%, 11%);
  --early-bird-gradient1: hsl(60deg, 4%, 11%);
  --early-bird-gradient2: rgba(29, 29, 27, 0);
  --early-bird-icon-triangle-fill: #c8f600;
  --rte-content: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: rgba(255, 255, 255, 0);
  --btn-outline-hover-bg: rgba(255, 255, 255, 0);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --btn-filled: hsl(0deg, 0%, 100%);
  --btn-filled-bg: hsl(0deg, 0%, 0%);
  --btn-filled-border: hsl(0deg, 0%, 0%);
  --btn-filled-fill: hsl(0deg, 0%, 100%);
  --btn-filled-hover: hsl(0deg, 0%, 100%);
  --btn-filled-hover-bg: hsl(0deg, 0%, 0%);
  --btn-filled-hover-border: hsl(0deg, 0%, 0%);
  --btn-filled-fill-hover: hsl(0deg, 0%, 100%);
  --parsley-error: hsl(0deg, 100%, 50%);
  --parsley-success: hsl(142deg, 39%, 56%);
  --error: hsl(0deg, 100%, 50%);
  --success: hsl(142deg, 39%, 56%);
  --form-item-label: hsl(0deg, 0%, 0%);
  --dashboard-date-icon: hsl(0deg, 0%, 45%);
  --dashboard-date-icon-checked: hsl(0deg, 0%, 30%);
  --form-item-label-radio: transparent;
  --form-item-label-radio-border: hsl(0deg, 0%, 45%);
  --form-item-label-radio-inner: hsl(0deg, 0%, 45%);
  --form-item-radio-label-checked: hsl(0deg, 0%, 0%);
  --form-item-label-radio-checked-border: hsl(0deg, 0%, 30%);
  --form-item-label-radio-checked-inner: hsl(0deg, 0%, 30%);
  --form-item-switch-track: hsl(0deg, 0%, 30%);
  --form-item-switch-track-active-bg: #aadabb;
  --form-item-switch-track-danger-active-bg: #ff6666;
  --form-item-switch-inactive: hsl(0deg, 0%, 100%);
  --form-item-switch-inactive-shadow1: rgba(0, 0, 0, 0.2);
  --form-item-switch-inactive-shadow2: rgba(0, 0, 0, 0.14);
  --form-item-switch-inactive-shadow3: rgba(0, 0, 0, 0.12);
  --form-item-switch-track-danger-active-label: hsl(0deg, 100%, 50%);
  --form-item-checkbox-svg-fill: hsl(60deg, 4%, 11%);
  --form-item-checkbox-label-checked: hsl(0deg, 0%, 0%);
  --form-item-label-checkbox-checked-border: hsl(0deg, 0%, 0%);
  --form-item-label-checkbox-checked-bg: hsl(0deg, 0%, 0%);
  --form-item-label-checkbox-icon: hsl(0deg, 0%, 100%);
  --form-item-label-checkbox-border: hsl(0deg, 0%, 0%);
  --form-item-label-checkbox-bg: transparent;
  --form-item-select-border: #c9c9c9;
  --form-item-select-bg: hsl(0deg, 0%, 100%);
  --form-item: hsl(0deg, 0%, 0%);
  --form-item-select-focus-border: #c9c9c9;
  --form-item-select-gradient1: rgba(255, 255, 255, 0);
  --form-item-select-gradient2: hsl(0deg, 0%, 100%);
  --form-item-label-input-focus-border: hsl(0deg, 0%, 30%);
  --form-item-label-bg: hsl(0deg, 0%, 100%);
  --form-item-label-checked: hsl(0deg, 0%, 0%);
  --form-item-label-input-border: hsl(0deg, 0%, 45%);
  --form-item-label-input-bg: hsl(0deg, 0%, 100%);
  --form-item-textarea-label: hsl(0deg, 0%, 0%);
  --form-item-helper-text: hsl(0deg, 0%, 45%);
  --ms-selectable-disabled-bg: hsl(60deg, 1%, 82%);
  --ms-selectable-disabled: hsl(0deg, 0%, 45%);
  --ms-selectable-hover-bg: hsl(0deg, 0%, 95%);
  --ms-selectable-item-border: rgba(115, 115, 115, 0.4);
  --ms-selectable-item: hsl(0deg, 0%, 30%);
  --ms-list-shadow: rgba(29, 29, 27, 0.075);
  --ms-list-border: hsl(0deg, 0%, 45%);
  --ms-list-border-success: hsl(142deg, 39%, 56%);
  --form-input: hsl(60deg, 4%, 11%);
  --form-input-bg: rgba(255, 255, 255, 0);
  --form-placeholder: hsl(0deg, 0%, 45%);
  --form-placeholder-focus: rgba(255, 255, 255, 0);
}

.stage-item.theme1 {
  --stage: hsl(60deg, 4%, 11%);
  --stage-bg: hsl(0deg, 0%, 95%);
  --stage-item-type: hsl(60deg, 1%, 37%);
  --stage-item-media-fullscreen-wrapper: transparent;
  --stage-video-wrapper-shadow: hsla(0deg, 0%, 100%, 0.8);
  --stage-video-play-button-bg: hsl(60deg, 4%, 11%);
  --stage-video-play-button-icon: hsl(0deg, 0%, 100%);
  --stage-video-embed-container: hsl(60deg, 4%, 11%);
  --rte-content: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: rgba(255, 255, 255, 0);
  --btn-outline-hover-bg: rgba(255, 255, 255, 0);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --btn-filled: hsl(0deg, 0%, 100%);
  --btn-filled-bg: #a89cfd;
  --btn-filled-border: #a89cfd;
  --btn-filled-fill: hsl(0deg, 0%, 100%);
  --btn-filled-hover: hsl(60deg, 4%, 11%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(60deg, 4%, 11%);
  --btn-filled-fill-hover: hsl(60deg, 4%, 11%);
}
.stage-item.theme2 {
  --stage: hsl(0deg, 0%, 100%);
  --stage-bg: #a89cfd;
  --stage-item-type: hsl(0deg, 0%, 70%);
  --stage-item-media-fullscreen-wrapper: transparent;
  --stage-video-wrapper-shadow: hsla(60deg, 4%, 11%, 0.6);
  --stage-video-play-button-bg: hsl(60deg, 4%, 11%);
  --stage-video-play-button-icon: hsl(0deg, 0%, 100%);
  --stage-video-embed-container: hsl(60deg, 4%, 11%);
  --rte-content: hsl(0deg, 0%, 100%);
  --text-link: hsl(0deg, 0%, 100%);
  --btn-outline: hsl(0deg, 0%, 100%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 100%);
  --btn-outline-fill: hsl(0deg, 0%, 100%);
  --btn-outline-hover: hsl(60deg, 4%, 11%);
  --btn-outline-hover-bg: hsl(0deg, 0%, 100%);
  --btn-outline-hover-border: hsl(0deg, 0%, 100%);
  --btn-outline-fill-hover: hsl(60deg, 4%, 11%);
  --btn-filled: hsl(60deg, 4%, 11%);
  --btn-filled-bg: hsl(0deg, 0%, 100%);
  --btn-filled-border: hsl(0deg, 0%, 100%);
  --btn-filled-fill: hsl(60deg, 4%, 11%);
  --btn-filled-hover: hsl(0deg, 0%, 100%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(0deg, 0%, 100%);
  --btn-filled-fill-hover: hsl(0deg, 0%, 100%);
}
.stage-item.theme3 {
  --stage: hsl(0deg, 0%, 100%);
  --stage-bg: #a89cfd;
  --stage-item-type: hsl(0deg, 0%, 70%);
  --stage-item-media-fullscreen-wrapper: transparent;
  --stage-video-wrapper-shadow: hsla(60deg, 4%, 11%, 0.6);
  --stage-video-play-button-bg: hsl(60deg, 4%, 11%);
  --stage-video-play-button-icon: hsl(0deg, 0%, 100%);
  --stage-video-embed-container: hsl(60deg, 4%, 11%);
  --rte-content: hsl(0deg, 0%, 100%);
  --text-link: hsl(0deg, 0%, 100%);
  --btn-outline: hsl(0deg, 0%, 100%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 100%);
  --btn-outline-fill: hsl(0deg, 0%, 100%);
  --btn-outline-hover: hsl(60deg, 4%, 11%);
  --btn-outline-hover-bg: hsl(0deg, 0%, 100%);
  --btn-outline-hover-border: hsl(0deg, 0%, 100%);
  --btn-outline-fill-hover: hsl(60deg, 4%, 11%);
  --btn-filled: hsl(60deg, 4%, 11%);
  --btn-filled-bg: hsl(0deg, 0%, 100%);
  --btn-filled-border: hsl(0deg, 0%, 100%);
  --btn-filled-fill: hsl(60deg, 4%, 11%);
  --btn-filled-hover: hsl(0deg, 0%, 100%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(0deg, 0%, 100%);
  --btn-filled-fill-hover: hsl(0deg, 0%, 100%);
}
.stage-item.theme4 {
  --stage: hsl(60deg, 4%, 11%);
  --stage-bg: #ed0924;
  --stage-item-type: hsl(60deg, 1%, 37%);
  --stage-item-media-fullscreen-wrapper: transparent;
  --stage-video-wrapper-shadow: hsla(0deg, 0%, 100%, 0.8);
  --stage-video-play-button-bg: hsl(60deg, 4%, 11%);
  --stage-video-play-button-icon: hsl(0deg, 0%, 100%);
  --stage-video-embed-container: hsl(60deg, 4%, 11%);
  --rte-content: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: rgba(255, 255, 255, 0);
  --btn-outline-hover-bg: rgba(255, 255, 255, 0);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --btn-filled: hsl(0deg, 0%, 100%);
  --btn-filled-bg: #a89cfd;
  --btn-filled-border: #a89cfd;
  --btn-filled-fill: hsl(0deg, 0%, 100%);
  --btn-filled-hover: hsl(60deg, 4%, 11%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(60deg, 4%, 11%);
  --btn-filled-fill-hover: hsl(60deg, 4%, 11%);
}

.text-module.theme1 {
  --textmodule: hsl(60deg, 4%, 11%);
  --textmodule-bg: hsl(0deg, 0%, 95%);
  --textmodule-headline-coloured: #b8b8b2;
  --rte-content: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: rgba(255, 255, 255, 0);
  --btn-outline-hover-bg: rgba(255, 255, 255, 0);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --btn-filled: hsl(0deg, 0%, 100%);
  --btn-filled-bg: #a89cfd;
  --btn-filled-border: #a89cfd;
  --btn-filled-fill: hsl(0deg, 0%, 100%);
  --btn-filled-hover: hsl(60deg, 4%, 11%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(60deg, 4%, 11%);
  --btn-filled-fill-hover: hsl(60deg, 4%, 11%);
}
.text-module.theme2 {
  --textmodule: hsl(0deg, 0%, 0%);
  --textmodule-bg: rgba(255, 255, 255, 0);
  --textmodule-headline-coloured: #999999;
  --rte-content: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: rgba(255, 255, 255, 0);
  --btn-outline-hover-bg: rgba(255, 255, 255, 0);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --btn-filled: hsl(0deg, 0%, 100%);
  --btn-filled-bg: hsl(0deg, 0%, 0%);
  --btn-filled-border: hsl(0deg, 0%, 0%);
  --btn-filled-fill: hsl(0deg, 0%, 100%);
  --btn-filled-hover: hsl(0deg, 0%, 100%);
  --btn-filled-hover-bg: hsl(0deg, 0%, 0%);
  --btn-filled-hover-border: hsl(0deg, 0%, 0%);
  --btn-filled-fill-hover: hsl(0deg, 0%, 100%);
}
.text-module.theme2 .text-module-link {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
}
.text-module.theme2 .text-module-link a,
.text-module.theme2 .text-module-link button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .text-module.theme2 .text-module-link a,
  .text-module.theme2 .text-module-link button {
    padding: 12px 50px;
  }
}
.text-module.theme2 .text-module-link a:hover,
.text-module.theme2 .text-module-link button:hover {
  text-decoration: none;
}
.text-module.theme2 .text-module-link a:before,
.text-module.theme2 .text-module-link button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.text-module.theme2 .text-module-link a:after,
.text-module.theme2 .text-module-link button:after {
  display: none;
}
.text-module.theme2 .text-module-link:focus {
  outline: 0;
}
.text-module.theme2 .text-module-link:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.text-module.theme2 .text-module-link:hover:not(input) {
  color: transparent !important;
}
.text-module.theme2 .text-module-link:hover a:before,
.text-module.theme2 .text-module-link:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.text-module.theme2 .text-module-link:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.text-module.theme2 .text-module-link svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.text-module.theme2 .text-module-link:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.text-module.theme2 .text-module-link:hover a:before,
.text-module.theme2 .text-module-link:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.text-module.theme2 .text-module-link:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.text-module.theme2 .text-module-link svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
.text-module.theme3 {
  --textmodule: hsl(0deg, 0%, 0%);
  --textmodule-bg: #cbc4fe;
  --textmodule-headline-coloured: hsl(0deg, 0%, 0%);
  --rte-content: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: rgba(255, 255, 255, 0);
  --btn-outline-hover-bg: rgba(255, 255, 255, 0);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --btn-filled: hsl(0deg, 0%, 100%);
  --btn-filled-bg: #a89cfd;
  --btn-filled-border: #a89cfd;
  --btn-filled-fill: hsl(0deg, 0%, 100%);
  --btn-filled-hover: hsl(60deg, 4%, 11%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(60deg, 4%, 11%);
  --btn-filled-fill-hover: hsl(60deg, 4%, 11%);
}
.text-module.theme4 {
  --textmodule: hsl(0deg, 0%, 0%);
  --textmodule-bg: #defa66;
  --textmodule-headline-coloured: hsl(0deg, 0%, 0%);
  --rte-content: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: rgba(255, 255, 255, 0);
  --btn-outline-hover-bg: rgba(255, 255, 255, 0);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --btn-filled: hsl(0deg, 0%, 100%);
  --btn-filled-bg: #a89cfd;
  --btn-filled-border: #a89cfd;
  --btn-filled-fill: hsl(0deg, 0%, 100%);
  --btn-filled-hover: hsl(60deg, 4%, 11%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(60deg, 4%, 11%);
  --btn-filled-fill-hover: hsl(60deg, 4%, 11%);
}

.media-text.theme1 {
  --media-text-module-bg: hsl(0deg, 0%, 95%);
  --media-text-module-intro: hsl(60deg, 1%, 37%);
  --media-text-module-item-reversed-border: hsl(0deg, 0%, 100%);
  --media-text-module-text: hsl(60deg, 4%, 11%);
  --media-text-item-image-inner-fallback-image: hsl(60deg, 1%, 82%);
  --rte-content: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: rgba(255, 255, 255, 0);
  --btn-outline-hover-bg: rgba(255, 255, 255, 0);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --btn-filled: hsl(0deg, 0%, 100%);
  --btn-filled-bg: #a89cfd;
  --btn-filled-border: #a89cfd;
  --btn-filled-fill: hsl(0deg, 0%, 100%);
  --btn-filled-hover: hsl(60deg, 4%, 11%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(60deg, 4%, 11%);
  --btn-filled-fill-hover: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --parsley-error: hsl(0deg, 100%, 50%);
  --parsley-success: hsl(142deg, 39%, 56%);
  --form-item-label: hsl(0deg, 0%, 45%);
  --dashboard-date-icon: hsl(0deg, 0%, 45%);
  --dashboard-date-icon-checked: hsl(0deg, 0%, 30%);
  --form-item-label-radio: hsl(0deg, 0%, 100%);
  --form-item-label-radio-border: hsl(0deg, 0%, 45%);
  --form-item-label-radio-inner: hsl(0deg, 0%, 45%);
  --form-item-radio-label-checked: hsl(0deg, 0%, 30%);
  --form-item-label-radio-checked-border: hsl(0deg, 0%, 30%);
  --form-item-label-radio-checked-inner: hsl(0deg, 0%, 30%);
  --form-item-switch-track: hsl(0deg, 0%, 30%);
  --form-item-switch-track-active-bg: #aadabb;
  --form-item-switch-track-danger-active-bg: #ff6666;
  --form-item-switch-inactive: hsl(0deg, 0%, 100%);
  --form-item-switch-inactive-shadow1: rgba(0, 0, 0, 0.2);
  --form-item-switch-inactive-shadow2: rgba(0, 0, 0, 0.14);
  --form-item-switch-inactive-shadow3: rgba(0, 0, 0, 0.12);
  --form-item-switch-track-danger-active-label: hsl(0deg, 100%, 50%);
  --form-item-checkbox-svg-fill: hsl(60deg, 4%, 11%);
  --form-item-checkbox-label-checked: hsl(0deg, 0%, 30%);
  --form-item-label-checkbox-checked-border: hsl(0deg, 0%, 30%);
  --form-item-label-checkbox-checked-bg: hsl(0deg, 0%, 30%);
  --form-item-label-checkbox-icon: hsl(0deg, 0%, 100%);
  --form-item-label-checkbox-border: hsl(0deg, 0%, 45%);
  --form-item-label-checkbox-bg: hsl(0deg, 0%, 95%);
  --form-item-select-border: hsl(0deg, 0%, 45%);
  --form-item-select-bg: hsl(0deg, 0%, 100%);
  --form-item: hsl(0deg, 0%, 30%);
  --form-item-select-focus-border: hsl(0deg, 0%, 30%);
  --form-item-select-gradient1: rgba(255, 255, 255, 0);
  --form-item-select-gradient2: hsl(0deg, 0%, 100%);
  --form-item-label-input-focus-border: hsl(0deg, 0%, 30%);
  --form-item-label-bg: hsl(0deg, 0%, 95%);
  --form-item-label-checked: hsl(0deg, 0%, 30%);
  --form-item-label-input-border: hsl(0deg, 0%, 45%);
  --form-item-label-input-bg: hsl(0deg, 0%, 95%);
  --form-item-textarea-label: hsl(0deg, 0%, 45%);
  --form-item-helper-text: hsl(0deg, 0%, 45%);
  --ms-selectable-disabled-bg: hsl(60deg, 1%, 82%);
  --ms-selectable-disabled: hsl(0deg, 0%, 45%);
  --ms-selectable-hover-bg: hsl(0deg, 0%, 95%);
  --ms-selectable-item-border: rgba(115, 115, 115, 0.4);
  --ms-selectable-item: hsl(0deg, 0%, 30%);
  --ms-list-shadow: rgba(29, 29, 27, 0.075);
  --ms-list-border: hsl(0deg, 0%, 45%);
  --ms-list-border-success: hsl(142deg, 39%, 56%);
}
.media-text.theme2 {
  --media-text-module-bg: hsl(60deg, 4%, 11%);
  --media-text-module-intro: hsl(0deg, 0%, 70%);
  --media-text-module-item-reversed-border: hsl(0deg, 0%, 100%);
  --media-text-module-text: hsl(0deg, 0%, 100%);
  --media-text-item-image-inner-fallback-image: hsl(60deg, 1%, 82%);
  --rte-content: hsl(0deg, 0%, 100%);
  --text-link: hsl(0deg, 0%, 100%);
  --btn-outline: hsl(0deg, 0%, 100%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 100%);
  --btn-outline-fill: hsl(0deg, 0%, 100%);
  --btn-outline-hover: hsl(60deg, 4%, 11%);
  --btn-outline-hover-bg: hsl(0deg, 0%, 100%);
  --btn-outline-hover-border: hsl(0deg, 0%, 100%);
  --btn-outline-fill-hover: hsl(60deg, 4%, 11%);
  --btn-filled: hsl(60deg, 4%, 11%);
  --btn-filled-bg: hsl(0deg, 0%, 100%);
  --btn-filled-border: hsl(0deg, 0%, 100%);
  --btn-filled-fill: hsl(60deg, 4%, 11%);
  --btn-filled-hover: hsl(0deg, 0%, 100%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(0deg, 0%, 100%);
  --btn-filled-fill-hover: hsl(0deg, 0%, 100%);
  --text-link: hsl(0deg, 0%, 100%);
  --parsley-error: hsl(0deg, 100%, 50%);
  --parsley-success: hsl(142deg, 39%, 56%);
  --form-item-label: hsl(0deg, 0%, 100%);
  --dashboard-date-icon: hsl(0deg, 0%, 45%);
  --dashboard-date-icon-checked: hsl(0deg, 0%, 30%);
  --form-item-label-radio: hsl(0deg, 0%, 100%);
  --form-item-label-radio-border: hsl(0deg, 0%, 45%);
  --form-item-label-radio-inner: hsl(0deg, 0%, 45%);
  --form-item-radio-label-checked: hsl(0deg, 0%, 30%);
  --form-item-label-radio-checked-border: hsl(0deg, 0%, 30%);
  --form-item-label-radio-checked-inner: hsl(0deg, 0%, 30%);
  --form-item-switch-track: hsl(0deg, 0%, 30%);
  --form-item-switch-track-active-bg: #aadabb;
  --form-item-switch-track-danger-active-bg: #ff6666;
  --form-item-switch-inactive: hsl(0deg, 0%, 100%);
  --form-item-switch-inactive-shadow1: rgba(0, 0, 0, 0.2);
  --form-item-switch-inactive-shadow2: rgba(0, 0, 0, 0.14);
  --form-item-switch-inactive-shadow3: rgba(0, 0, 0, 0.12);
  --form-item-switch-track-danger-active-label: hsl(0deg, 100%, 50%);
  --form-item-checkbox-svg-fill: hsl(60deg, 4%, 11%);
  --form-item-checkbox-label-checked: hsl(0deg, 0%, 100%);
  --form-item-label-checkbox-checked-border: hsl(0deg, 0%, 100%);
  --form-item-label-checkbox-checked-bg: hsl(60deg, 4%, 11%);
  --form-item-label-checkbox-icon: hsl(0deg, 0%, 100%);
  --form-item-label-checkbox-border: hsl(60deg, 1%, 82%);
  --form-item-label-checkbox-bg: hsl(60deg, 4%, 11%);
  --form-item-select-border: hsl(0deg, 0%, 45%);
  --form-item-select-bg: hsl(0deg, 0%, 100%);
  --form-item: hsl(0deg, 0%, 100%);
  --form-item-select-focus-border: hsl(0deg, 0%, 30%);
  --form-item-select-gradient1: rgba(255, 255, 255, 0);
  --form-item-select-gradient2: hsl(0deg, 0%, 100%);
  --form-item-label-input-focus-border: hsl(0deg, 0%, 100%);
  --form-item-label-bg: hsl(60deg, 4%, 11%);
  --form-item-label-checked: hsl(0deg, 0%, 100%);
  --form-item-label-input-border: hsl(60deg, 1%, 82%);
  --form-item-label-input-bg: hsl(60deg, 4%, 11%);
  --form-item-textarea-label: hsl(0deg, 0%, 100%);
  --form-item-helper-text: hsl(0deg, 0%, 45%);
  --ms-selectable-disabled-bg: hsl(60deg, 1%, 82%);
  --ms-selectable-disabled: hsl(0deg, 0%, 45%);
  --ms-selectable-hover-bg: hsl(0deg, 0%, 95%);
  --ms-selectable-item-border: rgba(115, 115, 115, 0.4);
  --ms-selectable-item: hsl(0deg, 0%, 30%);
  --ms-list-shadow: rgba(29, 29, 27, 0.075);
  --ms-list-border: hsl(0deg, 0%, 45%);
  --ms-list-border-success: hsl(142deg, 39%, 56%);
}
.media-text.theme3 {
  --media-text-module-bg: #cbc4fe;
  --media-text-module-intro: hsl(0deg, 0%, 70%);
  --media-text-module-item-reversed-border: hsl(0deg, 0%, 100%);
  --media-text-module-text: hsl(0deg, 0%, 0%);
  --media-text-item-image-inner-fallback-image: hsl(60deg, 1%, 82%);
  --rte-content: hsl(0deg, 0%, 100%);
  --text-link: hsl(0deg, 0%, 100%);
  --btn-outline: hsl(0deg, 0%, 100%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 100%);
  --btn-outline-fill: hsl(0deg, 0%, 100%);
  --btn-outline-hover: hsl(60deg, 4%, 11%);
  --btn-outline-hover-bg: hsl(0deg, 0%, 100%);
  --btn-outline-hover-border: hsl(0deg, 0%, 100%);
  --btn-outline-fill-hover: hsl(60deg, 4%, 11%);
  --btn-filled: hsl(60deg, 4%, 11%);
  --btn-filled-bg: hsl(0deg, 0%, 100%);
  --btn-filled-border: hsl(0deg, 0%, 100%);
  --btn-filled-fill: hsl(60deg, 4%, 11%);
  --btn-filled-hover: hsl(0deg, 0%, 100%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(0deg, 0%, 100%);
  --btn-filled-fill-hover: hsl(0deg, 0%, 100%);
  --text-link: hsl(0deg, 0%, 100%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: transparent;
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: hsl(0deg, 0%, 0%);
  --btn-outline-hover-bg: hsl(0deg, 0%, 0%);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --parsley-error: hsl(0deg, 100%, 50%);
  --parsley-success: hsl(142deg, 39%, 56%);
  --form-item-label: hsl(0deg, 0%, 100%);
  --dashboard-date-icon: hsl(0deg, 0%, 45%);
  --dashboard-date-icon-checked: hsl(0deg, 0%, 30%);
  --form-item-label-radio: hsl(0deg, 0%, 100%);
  --form-item-label-radio-border: hsl(0deg, 0%, 45%);
  --form-item-label-radio-inner: hsl(0deg, 0%, 45%);
  --form-item-radio-label-checked: hsl(0deg, 0%, 30%);
  --form-item-label-radio-checked-border: hsl(0deg, 0%, 30%);
  --form-item-label-radio-checked-inner: hsl(0deg, 0%, 30%);
  --form-item-switch-track: hsl(0deg, 0%, 30%);
  --form-item-switch-track-active-bg: #aadabb;
  --form-item-switch-track-danger-active-bg: #ff6666;
  --form-item-switch-inactive: hsl(0deg, 0%, 100%);
  --form-item-switch-inactive-shadow1: rgba(0, 0, 0, 0.2);
  --form-item-switch-inactive-shadow2: rgba(0, 0, 0, 0.14);
  --form-item-switch-inactive-shadow3: rgba(0, 0, 0, 0.12);
  --form-item-switch-track-danger-active-label: hsl(0deg, 100%, 50%);
  --form-item-checkbox-svg-fill: hsl(60deg, 4%, 11%);
  --form-item-checkbox-label-checked: hsl(0deg, 0%, 100%);
  --form-item-label-checkbox-checked-border: hsl(0deg, 0%, 100%);
  --form-item-label-checkbox-checked-bg: hsl(60deg, 4%, 11%);
  --form-item-label-checkbox-icon: hsl(0deg, 0%, 100%);
  --form-item-label-checkbox-border: hsl(60deg, 1%, 82%);
  --form-item-label-checkbox-bg: hsl(60deg, 4%, 11%);
  --form-item-select-border: hsl(0deg, 0%, 45%);
  --form-item-select-bg: hsl(0deg, 0%, 100%);
  --form-item: hsl(0deg, 0%, 100%);
  --form-item-select-focus-border: hsl(0deg, 0%, 30%);
  --form-item-select-gradient1: rgba(255, 255, 255, 0);
  --form-item-select-gradient2: hsl(0deg, 0%, 100%);
  --form-item-label-input-focus-border: hsl(0deg, 0%, 100%);
  --form-item-label-bg: hsl(60deg, 4%, 11%);
  --form-item-label-checked: hsl(0deg, 0%, 100%);
  --form-item-label-input-border: hsl(60deg, 1%, 82%);
  --form-item-label-input-bg: hsl(60deg, 4%, 11%);
  --form-item-textarea-label: hsl(0deg, 0%, 100%);
  --form-item-helper-text: hsl(0deg, 0%, 45%);
  --ms-selectable-disabled-bg: hsl(60deg, 1%, 82%);
  --ms-selectable-disabled: hsl(0deg, 0%, 45%);
  --ms-selectable-hover-bg: hsl(0deg, 0%, 95%);
  --ms-selectable-item-border: rgba(115, 115, 115, 0.4);
  --ms-selectable-item: hsl(0deg, 0%, 30%);
  --ms-list-shadow: rgba(29, 29, 27, 0.075);
  --ms-list-border: hsl(0deg, 0%, 45%);
  --ms-list-border-success: hsl(142deg, 39%, 56%);
}
.media-text.theme4 {
  --media-text-module-bg: #defa66;
  --media-text-module-intro: hsl(60deg, 1%, 37%);
  --media-text-module-item-reversed-border: hsl(0deg, 0%, 100%);
  --media-text-module-text: hsl(60deg, 4%, 11%);
  --media-text-item-image-inner-fallback-image: hsl(60deg, 1%, 82%);
  --rte-content: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --btn-outline: hsl(0deg, 0%, 0%);
  --btn-outline-bg: rgba(255, 255, 255, 0);
  --btn-outline-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill: hsl(0deg, 0%, 0%);
  --btn-outline-hover: rgba(255, 255, 255, 0);
  --btn-outline-hover-bg: rgba(255, 255, 255, 0);
  --btn-outline-hover-border: hsl(0deg, 0%, 0%);
  --btn-outline-fill-hover: hsl(0deg, 0%, 0%);
  --btn-filled: hsl(0deg, 0%, 100%);
  --btn-filled-bg: #a89cfd;
  --btn-filled-border: #a89cfd;
  --btn-filled-fill: hsl(0deg, 0%, 100%);
  --btn-filled-hover: hsl(60deg, 4%, 11%);
  --btn-filled-hover-bg: rgba(255, 255, 255, 0);
  --btn-filled-hover-border: hsl(60deg, 4%, 11%);
  --btn-filled-fill-hover: hsl(60deg, 4%, 11%);
  --text-link: hsl(60deg, 4%, 11%);
  --parsley-error: hsl(0deg, 100%, 50%);
  --parsley-success: hsl(142deg, 39%, 56%);
  --form-item-label: hsl(0deg, 0%, 45%);
  --dashboard-date-icon: hsl(0deg, 0%, 45%);
  --dashboard-date-icon-checked: hsl(0deg, 0%, 30%);
  --form-item-label-radio: hsl(0deg, 0%, 100%);
  --form-item-label-radio-border: hsl(0deg, 0%, 45%);
  --form-item-label-radio-inner: hsl(0deg, 0%, 45%);
  --form-item-radio-label-checked: hsl(0deg, 0%, 30%);
  --form-item-label-radio-checked-border: hsl(0deg, 0%, 30%);
  --form-item-label-radio-checked-inner: hsl(0deg, 0%, 30%);
  --form-item-switch-track: hsl(0deg, 0%, 30%);
  --form-item-switch-track-active-bg: #aadabb;
  --form-item-switch-track-danger-active-bg: #ff6666;
  --form-item-switch-inactive: hsl(0deg, 0%, 100%);
  --form-item-switch-inactive-shadow1: rgba(0, 0, 0, 0.2);
  --form-item-switch-inactive-shadow2: rgba(0, 0, 0, 0.14);
  --form-item-switch-inactive-shadow3: rgba(0, 0, 0, 0.12);
  --form-item-switch-track-danger-active-label: hsl(0deg, 100%, 50%);
  --form-item-checkbox-svg-fill: hsl(60deg, 4%, 11%);
  --form-item-checkbox-label-checked: hsl(0deg, 0%, 30%);
  --form-item-label-checkbox-checked-border: hsl(0deg, 0%, 30%);
  --form-item-label-checkbox-checked-bg: hsl(0deg, 0%, 30%);
  --form-item-label-checkbox-icon: hsl(0deg, 0%, 100%);
  --form-item-label-checkbox-border: hsl(0deg, 0%, 45%);
  --form-item-label-checkbox-bg: hsl(0deg, 0%, 95%);
  --form-item-select-border: hsl(0deg, 0%, 45%);
  --form-item-select-bg: hsl(0deg, 0%, 100%);
  --form-item: hsl(0deg, 0%, 30%);
  --form-item-select-focus-border: hsl(0deg, 0%, 30%);
  --form-item-select-gradient1: rgba(255, 255, 255, 0);
  --form-item-select-gradient2: hsl(0deg, 0%, 100%);
  --form-item-label-input-focus-border: hsl(0deg, 0%, 30%);
  --form-item-label-bg: hsl(0deg, 0%, 95%);
  --form-item-label-checked: hsl(0deg, 0%, 30%);
  --form-item-label-input-border: hsl(0deg, 0%, 45%);
  --form-item-label-input-bg: hsl(0deg, 0%, 95%);
  --form-item-textarea-label: hsl(0deg, 0%, 45%);
  --form-item-helper-text: hsl(0deg, 0%, 45%);
  --ms-selectable-disabled-bg: hsl(60deg, 1%, 82%);
  --ms-selectable-disabled: hsl(0deg, 0%, 45%);
  --ms-selectable-hover-bg: hsl(0deg, 0%, 95%);
  --ms-selectable-item-border: rgba(115, 115, 115, 0.4);
  --ms-selectable-item: hsl(0deg, 0%, 30%);
  --ms-list-shadow: rgba(29, 29, 27, 0.075);
  --ms-list-border: hsl(0deg, 0%, 45%);
  --ms-list-border-success: hsl(142deg, 39%, 56%);
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes arrow-animation {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale-icon-1 {
  0% {
    transform: scale(0.8);
    fill: var(--floating-label-color-1, #ed0924);
  }
  50% {
    transform: scale(1.2);
    fill: var(--floating-label-color-2, #ed0924);
  }
  100% {
    transform: scale(0.8);
    fill: var(--floating-label-color-1, #ed0924);
  }
}
@keyframes scale-icon-2 {
  0% {
    transform: scale(1.2);
    fill: var(--floating-label-color-2, #ed0924);
  }
  50% {
    transform: scale(0.8);
    fill: var(--floating-label-color-1, #ed0924);
  }
  100% {
    transform: scale(1.2);
    fill: var(--floating-label-color-2, #ed0924);
  }
}
@keyframes scale-search-icon {
  0% {
    transform: scale(0.8) translateY(-50%);
  }
  50% {
    transform: scale(1.1) translateY(-50%);
  }
  100% {
    transform: scale(0.8) translateY(-50%);
  }
}
@keyframes scale-search-layer-icon {
  0% {
    transform: scale(1) translateY(-50%);
  }
  50% {
    transform: scale(1.1) translateY(-50%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}
@keyframes move-scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes move-logo-bar {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(calc(var(--footer-logos-transform) * 1px), 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hide-message {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-50%);
    visibility: hidden;
    z-index: -1;
  }
}
@keyframes bookmark-item {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 2px var(--bookmark-shadow1, rgba(99, 187, 131, 0)));
  }
  50% {
    transform: scale(1.3);
    filter: drop-shadow(0 0 2px var(--bookmark-shadow2, rgba(99, 187, 131, 0.7)));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 2px var(--bookmark-shadow3, rgba(99, 187, 131, 0)));
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%);
    visibility: hidden;
    z-index: -1;
  }
}
@keyframes new-bookmark-feature {
  0% {
    transform: scale(0.9);
    filter: drop-shadow(0 0 2px var(--bookmark-shadow1, rgba(99, 187, 131, 0)));
    fill: var(--bookmark-icon, hsl(0deg, 0%, 100%));
  }
  25% {
    transform: scale(1);
    filter: drop-shadow(0 0 2px var(--bookmark-shadow2, rgba(99, 187, 131, 0.7)));
    fill: var(--bookmark-success, hsl(142deg, 39%, 56%));
  }
  50% {
    transform: scale(0.9);
    filter: drop-shadow(0 0 2px var(--bookmark-shadow3, rgba(99, 187, 131, 0)));
    fill: var(--bookmark-icon, hsl(0deg, 0%, 100%));
  }
  100% {
    transform: scale(0.9);
    filter: drop-shadow(0 0 2px var(--bookmark-shadow3, rgba(99, 187, 131, 0)));
    fill: var(--bookmark-icon, hsl(0deg, 0%, 100%));
  }
}
@keyframes cursor {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes color {
  0% {
    color: hsl(0deg, 50%, 50%);
  }
  5% {
    color: hsl(36deg, 50%, 50%);
  }
  10% {
    color: hsl(72deg, 50%, 50%);
  }
  15% {
    color: hsl(108deg, 50%, 50%);
  }
  20% {
    color: hsl(144deg, 50%, 50%);
  }
  25% {
    color: hsl(180deg, 50%, 50%);
  }
  30% {
    color: hsl(216deg, 50%, 50%);
  }
  35% {
    color: hsl(252deg, 50%, 50%);
  }
  40% {
    color: hsl(288deg, 50%, 50%);
  }
  45% {
    color: hsl(324deg, 50%, 50%);
  }
  50% {
    color: hsl(0deg, 50%, 50%);
  }
  55% {
    color: hsl(36deg, 50%, 50%);
  }
  60% {
    color: hsl(72deg, 50%, 50%);
  }
  65% {
    color: hsl(108deg, 50%, 50%);
  }
  70% {
    color: hsl(144deg, 50%, 50%);
  }
  75% {
    color: hsl(180deg, 50%, 50%);
  }
  80% {
    color: hsl(216deg, 50%, 50%);
  }
  85% {
    color: hsl(252deg, 50%, 50%);
  }
  90% {
    color: hsl(288deg, 50%, 50%);
  }
  95% {
    color: hsl(324deg, 50%, 50%);
  }
  100% {
    color: hsl(0deg, 50%, 50%);
  }
}
@keyframes eye {
  0% {
    box-shadow: 3em -9em var(--error-module, hsl(60deg, 4%, 11%));
  }
  5% {
    box-shadow: 0 0 0 0 var(--error-module, hsl(60deg, 4%, 11%));
  }
  50% {
    box-shadow: 0 0 var(--error-module, hsl(60deg, 4%, 11%));
  }
}
@keyframes mouth {
  0% {
    box-shadow: 6em -4em var(--error-module, hsl(60deg, 4%, 11%)), 7em -4em var(--error-module, hsl(60deg, 4%, 11%)), 8em -4em var(--error-module, hsl(60deg, 4%, 11%));
  }
  50% {
    box-shadow: 5em -3em var(--error-module, hsl(60deg, 4%, 11%)), 6em -3em var(--error-module, hsl(60deg, 4%, 11%)), 7em -3em var(--error-module, hsl(60deg, 4%, 11%)), 8em -3em var(--error-module, hsl(60deg, 4%, 11%));
  }
}
@keyframes comets {
  0% {
    box-shadow: -23em -23em var(--error-module, hsl(60deg, 4%, 11%)), -20em -20em var(--error-module, hsl(60deg, 4%, 11%)), -18em -18em var(--error-module, hsl(60deg, 4%, 11%)), -17em -17em var(--error-module, hsl(60deg, 4%, 11%)), -16em -16em var(--error-module, hsl(60deg, 4%, 11%)), -15em -15em var(--error-module, hsl(60deg, 4%, 11%)), -13em -14em var(--error-module, hsl(60deg, 4%, 11%)), -12em -14em var(--error-module, hsl(60deg, 4%, 11%)), -11em -14em var(--error-module, hsl(60deg, 4%, 11%)), -14em -13em var(--error-module, hsl(60deg, 4%, 11%)), -13em -13em var(--error-module, hsl(60deg, 4%, 11%)), -12em -13em var(--error-module, hsl(60deg, 4%, 11%)), -11em -13em var(--error-module, hsl(60deg, 4%, 11%)), -10em -13em var(--error-module, hsl(60deg, 4%, 11%)), -14em -12em var(--error-module, hsl(60deg, 4%, 11%)), -13em -12em var(--error-module, hsl(60deg, 4%, 11%)), -11em -12em var(--error-module, hsl(60deg, 4%, 11%)), -10em -12em var(--error-module, hsl(60deg, 4%, 11%)), -14em -11em var(--error-module, hsl(60deg, 4%, 11%)), -13em -11em var(--error-module, hsl(60deg, 4%, 11%)), -12em -11em var(--error-module, hsl(60deg, 4%, 11%)), -11em -11em var(--error-module, hsl(60deg, 4%, 11%)), -10em -11em var(--error-module, hsl(60deg, 4%, 11%)), -13em -10em var(--error-module, hsl(60deg, 4%, 11%)), -12em -10em var(--error-module, hsl(60deg, 4%, 11%)), -11em -10em var(--error-module, hsl(60deg, 4%, 11%)), -9em -19em var(--error-module, hsl(60deg, 4%, 11%)), -8em -18em var(--error-module, hsl(60deg, 4%, 11%)), -7em -17em var(--error-module, hsl(60deg, 4%, 11%)), -6em -16em var(--error-module, hsl(60deg, 4%, 11%)), -5em -16em var(--error-module, hsl(60deg, 4%, 11%)), -6em -15em var(--error-module, hsl(60deg, 4%, 11%)), -5em -15em var(--error-module, hsl(60deg, 4%, 11%));
  }
  33% {
    box-shadow: -24em -24em var(--error-module, hsl(60deg, 4%, 11%)), -21em -21em var(--error-module, hsl(60deg, 4%, 11%)), -18em -18em var(--error-module, hsl(60deg, 4%, 11%)), -17em -17em var(--error-module, hsl(60deg, 4%, 11%)), -16em -16em var(--error-module, hsl(60deg, 4%, 11%)), -15em -15em var(--error-module, hsl(60deg, 4%, 11%)), -13em -14em var(--error-module, hsl(60deg, 4%, 11%)), -12em -14em var(--error-module, hsl(60deg, 4%, 11%)), -11em -14em var(--error-module, hsl(60deg, 4%, 11%)), -14em -13em var(--error-module, hsl(60deg, 4%, 11%)), -13em -13em var(--error-module, hsl(60deg, 4%, 11%)), -12em -13em var(--error-module, hsl(60deg, 4%, 11%)), -11em -13em var(--error-module, hsl(60deg, 4%, 11%)), -10em -13em var(--error-module, hsl(60deg, 4%, 11%)), -14em -12em var(--error-module, hsl(60deg, 4%, 11%)), -13em -12em var(--error-module, hsl(60deg, 4%, 11%)), -11em -12em var(--error-module, hsl(60deg, 4%, 11%)), -10em -12em var(--error-module, hsl(60deg, 4%, 11%)), -14em -11em var(--error-module, hsl(60deg, 4%, 11%)), -13em -11em var(--error-module, hsl(60deg, 4%, 11%)), -12em -11em var(--error-module, hsl(60deg, 4%, 11%)), -11em -11em var(--error-module, hsl(60deg, 4%, 11%)), -10em -11em var(--error-module, hsl(60deg, 4%, 11%)), -13em -10em var(--error-module, hsl(60deg, 4%, 11%)), -12em -10em var(--error-module, hsl(60deg, 4%, 11%)), -11em -10em var(--error-module, hsl(60deg, 4%, 11%)), -10em -20em var(--error-module, hsl(60deg, 4%, 11%)), -9em -19em var(--error-module, hsl(60deg, 4%, 11%)), -8em -18em var(--error-module, hsl(60deg, 4%, 11%)), -7em -17em var(--error-module, hsl(60deg, 4%, 11%)), -6em -16em var(--error-module, hsl(60deg, 4%, 11%)), -5em -16em var(--error-module, hsl(60deg, 4%, 11%)), -6em -15em var(--error-module, hsl(60deg, 4%, 11%)), -5em -15em var(--error-module, hsl(60deg, 4%, 11%));
  }
  66% {
    box-shadow: -26em -26em var(--error-module, hsl(60deg, 4%, 11%)), -22em -22em var(--error-module, hsl(60deg, 4%, 11%)), -18em -18em var(--error-module, hsl(60deg, 4%, 11%)), -17em -17em var(--error-module, hsl(60deg, 4%, 11%)), -16em -16em var(--error-module, hsl(60deg, 4%, 11%)), -15em -15em var(--error-module, hsl(60deg, 4%, 11%)), -13em -14em var(--error-module, hsl(60deg, 4%, 11%)), -12em -14em var(--error-module, hsl(60deg, 4%, 11%)), -11em -14em var(--error-module, hsl(60deg, 4%, 11%)), -14em -13em var(--error-module, hsl(60deg, 4%, 11%)), -13em -13em var(--error-module, hsl(60deg, 4%, 11%)), -12em -13em var(--error-module, hsl(60deg, 4%, 11%)), -11em -13em var(--error-module, hsl(60deg, 4%, 11%)), -10em -13em var(--error-module, hsl(60deg, 4%, 11%)), -14em -12em var(--error-module, hsl(60deg, 4%, 11%)), -13em -12em var(--error-module, hsl(60deg, 4%, 11%)), -11em -12em var(--error-module, hsl(60deg, 4%, 11%)), -10em -12em var(--error-module, hsl(60deg, 4%, 11%)), -14em -11em var(--error-module, hsl(60deg, 4%, 11%)), -13em -11em var(--error-module, hsl(60deg, 4%, 11%)), -12em -11em var(--error-module, hsl(60deg, 4%, 11%)), -11em -11em var(--error-module, hsl(60deg, 4%, 11%)), -10em -11em var(--error-module, hsl(60deg, 4%, 11%)), -13em -10em var(--error-module, hsl(60deg, 4%, 11%)), -12em -10em var(--error-module, hsl(60deg, 4%, 11%)), -11em -10em var(--error-module, hsl(60deg, 4%, 11%)), -11em -21em var(--error-module, hsl(60deg, 4%, 11%)), -9em -19em var(--error-module, hsl(60deg, 4%, 11%)), -8em -18em var(--error-module, hsl(60deg, 4%, 11%)), -7em -17em var(--error-module, hsl(60deg, 4%, 11%)), -6em -16em var(--error-module, hsl(60deg, 4%, 11%)), -5em -16em var(--error-module, hsl(60deg, 4%, 11%)), -6em -15em var(--error-module, hsl(60deg, 4%, 11%)), -5em -15em var(--error-module, hsl(60deg, 4%, 11%));
  }
}
@keyframes ground {
  0% {
    box-shadow: -12em 6em var(--error-module, hsl(60deg, 4%, 11%)), -11em 6em var(--error-module, hsl(60deg, 4%, 11%)), -10em 6em var(--error-module, hsl(60deg, 4%, 11%)), -9em 6em var(--error-module, hsl(60deg, 4%, 11%)), -8em 6em var(--error-module, hsl(60deg, 4%, 11%)), -7em 6em var(--error-module, hsl(60deg, 4%, 11%)), -6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 4em 6em var(--error-module, hsl(60deg, 4%, 11%)), 5em 6em var(--error-module, hsl(60deg, 4%, 11%)), 6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 7em 6em var(--error-module, hsl(60deg, 4%, 11%)), 8em 6em var(--error-module, hsl(60deg, 4%, 11%)), 9em 6em var(--error-module, hsl(60deg, 4%, 11%)), 10em 6em var(--error-module, hsl(60deg, 4%, 11%)), 11em 6em var(--error-module, hsl(60deg, 4%, 11%)), 12em 6em var(--error-module, hsl(60deg, 4%, 11%)), 8em 8em var(--error-module, hsl(60deg, 4%, 11%)), 9em 8em var(--error-module, hsl(60deg, 4%, 11%)), 10em 8em var(--error-module, hsl(60deg, 4%, 11%)), -7em 9em var(--error-module, hsl(60deg, 4%, 11%)), -6em 9em var(--error-module, hsl(60deg, 4%, 11%)), 6em 10em var(--error-module, hsl(60deg, 4%, 11%)), 7em 10em var(--error-module, hsl(60deg, 4%, 11%)), -10em 11em var(--error-module, hsl(60deg, 4%, 11%)), -9em 11em var(--error-module, hsl(60deg, 4%, 11%));
  }
  15% {
    box-shadow: -12em 6em var(--error-module, hsl(60deg, 4%, 11%)), -11em 6em var(--error-module, hsl(60deg, 4%, 11%)), -10em 6em var(--error-module, hsl(60deg, 4%, 11%)), -9em 6em var(--error-module, hsl(60deg, 4%, 11%)), -8em 6em var(--error-module, hsl(60deg, 4%, 11%)), -7em 6em var(--error-module, hsl(60deg, 4%, 11%)), -6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 4em 6em var(--error-module, hsl(60deg, 4%, 11%)), 5em 6em var(--error-module, hsl(60deg, 4%, 11%)), 6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 7em 6em var(--error-module, hsl(60deg, 4%, 11%)), 8em 6em var(--error-module, hsl(60deg, 4%, 11%)), 9em 6em var(--error-module, hsl(60deg, 4%, 11%)), 10em 6em var(--error-module, hsl(60deg, 4%, 11%)), 11em 6em var(--error-module, hsl(60deg, 4%, 11%)), 12em 6em var(--error-module, hsl(60deg, 4%, 11%)), 4em 8em var(--error-module, hsl(60deg, 4%, 11%)), 5em 8em var(--error-module, hsl(60deg, 4%, 11%)), 6em 8em var(--error-module, hsl(60deg, 4%, 11%)), -12em 9em var(--error-module, hsl(60deg, 4%, 11%)), -11em 9em var(--error-module, hsl(60deg, 4%, 11%)), 2em 10em var(--error-module, hsl(60deg, 4%, 11%)), 3em 10em var(--error-module, hsl(60deg, 4%, 11%)), 10em 11em var(--error-module, hsl(60deg, 4%, 11%)), 11em 11em var(--error-module, hsl(60deg, 4%, 11%));
  }
  30% {
    box-shadow: -12em 6em var(--error-module, hsl(60deg, 4%, 11%)), -11em 6em var(--error-module, hsl(60deg, 4%, 11%)), -10em 6em var(--error-module, hsl(60deg, 4%, 11%)), -9em 6em var(--error-module, hsl(60deg, 4%, 11%)), -8em 6em var(--error-module, hsl(60deg, 4%, 11%)), -7em 6em var(--error-module, hsl(60deg, 4%, 11%)), -6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 4em 6em var(--error-module, hsl(60deg, 4%, 11%)), 5em 6em var(--error-module, hsl(60deg, 4%, 11%)), 6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 7em 6em var(--error-module, hsl(60deg, 4%, 11%)), 8em 6em var(--error-module, hsl(60deg, 4%, 11%)), 9em 6em var(--error-module, hsl(60deg, 4%, 11%)), 10em 6em var(--error-module, hsl(60deg, 4%, 11%)), 11em 6em var(--error-module, hsl(60deg, 4%, 11%)), 12em 6em var(--error-module, hsl(60deg, 4%, 11%)), 0 8em var(--error-module, hsl(60deg, 4%, 11%)), 1em 8em var(--error-module, hsl(60deg, 4%, 11%)), 2em 8em var(--error-module, hsl(60deg, 4%, 11%)), 8em 9em var(--error-module, hsl(60deg, 4%, 11%)), 9em 9em var(--error-module, hsl(60deg, 4%, 11%)), -2em 10em var(--error-module, hsl(60deg, 4%, 11%)), -1em 10em var(--error-module, hsl(60deg, 4%, 11%)), 6em 11em var(--error-module, hsl(60deg, 4%, 11%)), 7em 11em var(--error-module, hsl(60deg, 4%, 11%));
  }
  45% {
    box-shadow: -12em 6em var(--error-module, hsl(60deg, 4%, 11%)), -11em 6em var(--error-module, hsl(60deg, 4%, 11%)), -10em 6em var(--error-module, hsl(60deg, 4%, 11%)), -9em 6em var(--error-module, hsl(60deg, 4%, 11%)), -8em 6em var(--error-module, hsl(60deg, 4%, 11%)), -7em 6em var(--error-module, hsl(60deg, 4%, 11%)), -6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 4em 6em var(--error-module, hsl(60deg, 4%, 11%)), 5em 6em var(--error-module, hsl(60deg, 4%, 11%)), 6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 7em 6em var(--error-module, hsl(60deg, 4%, 11%)), 8em 6em var(--error-module, hsl(60deg, 4%, 11%)), 9em 6em var(--error-module, hsl(60deg, 4%, 11%)), 10em 6em var(--error-module, hsl(60deg, 4%, 11%)), 11em 6em var(--error-module, hsl(60deg, 4%, 11%)), 12em 6em var(--error-module, hsl(60deg, 4%, 11%)), -4em 8em var(--error-module, hsl(60deg, 4%, 11%)), -3em 8em var(--error-module, hsl(60deg, 4%, 11%)), -2em 8em var(--error-module, hsl(60deg, 4%, 11%)), 4em 9em var(--error-module, hsl(60deg, 4%, 11%)), 5em 9em var(--error-module, hsl(60deg, 4%, 11%)), -6em 10em var(--error-module, hsl(60deg, 4%, 11%)), -5em 10em var(--error-module, hsl(60deg, 4%, 11%)), 2em 11em var(--error-module, hsl(60deg, 4%, 11%)), 3em 11em var(--error-module, hsl(60deg, 4%, 11%));
  }
  60% {
    box-shadow: -12em 6em var(--error-module, hsl(60deg, 4%, 11%)), -11em 6em var(--error-module, hsl(60deg, 4%, 11%)), -10em 6em var(--error-module, hsl(60deg, 4%, 11%)), -9em 6em var(--error-module, hsl(60deg, 4%, 11%)), -8em 6em var(--error-module, hsl(60deg, 4%, 11%)), -7em 6em var(--error-module, hsl(60deg, 4%, 11%)), -6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 4em 6em var(--error-module, hsl(60deg, 4%, 11%)), 5em 6em var(--error-module, hsl(60deg, 4%, 11%)), 6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 7em 6em var(--error-module, hsl(60deg, 4%, 11%)), 8em 6em var(--error-module, hsl(60deg, 4%, 11%)), 9em 6em var(--error-module, hsl(60deg, 4%, 11%)), 10em 6em var(--error-module, hsl(60deg, 4%, 11%)), 11em 6em var(--error-module, hsl(60deg, 4%, 11%)), 12em 6em var(--error-module, hsl(60deg, 4%, 11%)), -8em 8em var(--error-module, hsl(60deg, 4%, 11%)), -7em 8em var(--error-module, hsl(60deg, 4%, 11%)), -6em 8em var(--error-module, hsl(60deg, 4%, 11%)), 0 9em var(--error-module, hsl(60deg, 4%, 11%)), 1em 9em var(--error-module, hsl(60deg, 4%, 11%)), -10em 10em var(--error-module, hsl(60deg, 4%, 11%)), -9em 10em var(--error-module, hsl(60deg, 4%, 11%)), -2em 11em var(--error-module, hsl(60deg, 4%, 11%)), -1em 11em var(--error-module, hsl(60deg, 4%, 11%));
  }
  75% {
    box-shadow: -12em 6em var(--error-module, hsl(60deg, 4%, 11%)), -11em 6em var(--error-module, hsl(60deg, 4%, 11%)), -10em 6em var(--error-module, hsl(60deg, 4%, 11%)), -9em 6em var(--error-module, hsl(60deg, 4%, 11%)), -8em 6em var(--error-module, hsl(60deg, 4%, 11%)), -7em 6em var(--error-module, hsl(60deg, 4%, 11%)), -6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 4em 6em var(--error-module, hsl(60deg, 4%, 11%)), 5em 6em var(--error-module, hsl(60deg, 4%, 11%)), 6em 6em var(--error-module, hsl(60deg, 4%, 11%)), 7em 6em var(--error-module, hsl(60deg, 4%, 11%)), 8em 6em var(--error-module, hsl(60deg, 4%, 11%)), 9em 6em var(--error-module, hsl(60deg, 4%, 11%)), 10em 6em var(--error-module, hsl(60deg, 4%, 11%)), 11em 6em var(--error-module, hsl(60deg, 4%, 11%)), 12em 6em var(--error-module, hsl(60deg, 4%, 11%)), -12em 8em var(--error-module, hsl(60deg, 4%, 11%)), -11em 8em var(--error-module, hsl(60deg, 4%, 11%)), -10em 8em var(--error-module, hsl(60deg, 4%, 11%)), -4em 9em var(--error-module, hsl(60deg, 4%, 11%)), -3em 9em var(--error-module, hsl(60deg, 4%, 11%)), 10em 10em var(--error-module, hsl(60deg, 4%, 11%)), 11em 10em var(--error-module, hsl(60deg, 4%, 11%)), -6em 11em var(--error-module, hsl(60deg, 4%, 11%)), -5em 11em var(--error-module, hsl(60deg, 4%, 11%));
  }
}
@keyframes dino {
  0% {
    box-shadow: 2em -10em var(--error-module, hsl(60deg, 4%, 11%)), 3em -10em var(--error-module, hsl(60deg, 4%, 11%)), 4em -10em var(--error-module, hsl(60deg, 4%, 11%)), 5em -10em var(--error-module, hsl(60deg, 4%, 11%)), 6em -10em var(--error-module, hsl(60deg, 4%, 11%)), 7em -10em var(--error-module, hsl(60deg, 4%, 11%)), 8em -10em var(--error-module, hsl(60deg, 4%, 11%)), 9em -10em var(--error-module, hsl(60deg, 4%, 11%)), 1em -9em var(--error-module, hsl(60deg, 4%, 11%)), 2em -9em var(--error-module, hsl(60deg, 4%, 11%)), 4em -9em var(--error-module, hsl(60deg, 4%, 11%)), 5em -9em var(--error-module, hsl(60deg, 4%, 11%)), 6em -9em var(--error-module, hsl(60deg, 4%, 11%)), 7em -9em var(--error-module, hsl(60deg, 4%, 11%)), 8em -9em var(--error-module, hsl(60deg, 4%, 11%)), 9em -9em var(--error-module, hsl(60deg, 4%, 11%)), 10em -9em var(--error-module, hsl(60deg, 4%, 11%)), 1em -8em var(--error-module, hsl(60deg, 4%, 11%)), 2em -8em var(--error-module, hsl(60deg, 4%, 11%)), 3em -8em var(--error-module, hsl(60deg, 4%, 11%)), 4em -8em var(--error-module, hsl(60deg, 4%, 11%)), 5em -8em var(--error-module, hsl(60deg, 4%, 11%)), 6em -8em var(--error-module, hsl(60deg, 4%, 11%)), 7em -8em var(--error-module, hsl(60deg, 4%, 11%)), 8em -8em var(--error-module, hsl(60deg, 4%, 11%)), 9em -8em var(--error-module, hsl(60deg, 4%, 11%)), 10em -8em var(--error-module, hsl(60deg, 4%, 11%)), 1em -7em var(--error-module, hsl(60deg, 4%, 11%)), 2em -7em var(--error-module, hsl(60deg, 4%, 11%)), 3em -7em var(--error-module, hsl(60deg, 4%, 11%)), 4em -7em var(--error-module, hsl(60deg, 4%, 11%)), 5em -7em var(--error-module, hsl(60deg, 4%, 11%)), 6em -7em var(--error-module, hsl(60deg, 4%, 11%)), 7em -7em var(--error-module, hsl(60deg, 4%, 11%)), 8em -7em var(--error-module, hsl(60deg, 4%, 11%)), 9em -7em var(--error-module, hsl(60deg, 4%, 11%)), 10em -7em var(--error-module, hsl(60deg, 4%, 11%)), 1em -6em var(--error-module, hsl(60deg, 4%, 11%)), 2em -6em var(--error-module, hsl(60deg, 4%, 11%)), 3em -6em var(--error-module, hsl(60deg, 4%, 11%)), 4em -6em var(--error-module, hsl(60deg, 4%, 11%)), 5em -6em var(--error-module, hsl(60deg, 4%, 11%)), 6em -6em var(--error-module, hsl(60deg, 4%, 11%)), 7em -6em var(--error-module, hsl(60deg, 4%, 11%)), 8em -6em var(--error-module, hsl(60deg, 4%, 11%)), 9em -6em var(--error-module, hsl(60deg, 4%, 11%)), 10em -6em var(--error-module, hsl(60deg, 4%, 11%)), 1em -5em var(--error-module, hsl(60deg, 4%, 11%)), 2em -5em var(--error-module, hsl(60deg, 4%, 11%)), 3em -5em var(--error-module, hsl(60deg, 4%, 11%)), 4em -5em var(--error-module, hsl(60deg, 4%, 11%)), 5em -5em var(--error-module, hsl(60deg, 4%, 11%)), 0 -4em var(--error-module, hsl(60deg, 4%, 11%)), 1em -4em var(--error-module, hsl(60deg, 4%, 11%)), 2em -4em var(--error-module, hsl(60deg, 4%, 11%)), 3em -4em var(--error-module, hsl(60deg, 4%, 11%)), 4em -4em var(--error-module, hsl(60deg, 4%, 11%)), 5em -4em var(--error-module, hsl(60deg, 4%, 11%)), -9em -3em var(--error-module, hsl(60deg, 4%, 11%)), -3em -3em var(--error-module, hsl(60deg, 4%, 11%)), -2em -3em var(--error-module, hsl(60deg, 4%, 11%)), -1em -3em var(--error-module, hsl(60deg, 4%, 11%)), 0 -3em var(--error-module, hsl(60deg, 4%, 11%)), 1em -3em var(--error-module, hsl(60deg, 4%, 11%)), 2em -3em var(--error-module, hsl(60deg, 4%, 11%)), 3em -3em var(--error-module, hsl(60deg, 4%, 11%)), 4em -3em var(--error-module, hsl(60deg, 4%, 11%)), -9em -2em var(--error-module, hsl(60deg, 4%, 11%)), -2em -2em var(--error-module, hsl(60deg, 4%, 11%)), -1em -2em var(--error-module, hsl(60deg, 4%, 11%)), 0 -2em var(--error-module, hsl(60deg, 4%, 11%)), 1em -2em var(--error-module, hsl(60deg, 4%, 11%)), 2em -2em var(--error-module, hsl(60deg, 4%, 11%)), 3em -2em var(--error-module, hsl(60deg, 4%, 11%)), 4em -2em var(--error-module, hsl(60deg, 4%, 11%)), -9em -1em var(--error-module, hsl(60deg, 4%, 11%)), -8em -1em var(--error-module, hsl(60deg, 4%, 11%)), -3em -1em var(--error-module, hsl(60deg, 4%, 11%)), -2em -1em var(--error-module, hsl(60deg, 4%, 11%)), -1em -1em var(--error-module, hsl(60deg, 4%, 11%)), 0 -1em var(--error-module, hsl(60deg, 4%, 11%)), 1em -1em var(--error-module, hsl(60deg, 4%, 11%)), 2em -1em var(--error-module, hsl(60deg, 4%, 11%)), 3em -1em var(--error-module, hsl(60deg, 4%, 11%)), 4em -1em var(--error-module, hsl(60deg, 4%, 11%)), 5em -1em var(--error-module, hsl(60deg, 4%, 11%)), 6em -1em var(--error-module, hsl(60deg, 4%, 11%)), -9em 0 var(--error-module, hsl(60deg, 4%, 11%)), -8em 0 var(--error-module, hsl(60deg, 4%, 11%)), -7em 0 var(--error-module, hsl(60deg, 4%, 11%)), -4em 0 var(--error-module, hsl(60deg, 4%, 11%)), -3em 0 var(--error-module, hsl(60deg, 4%, 11%)), -2em 0 var(--error-module, hsl(60deg, 4%, 11%)), -1em 0 var(--error-module, hsl(60deg, 4%, 11%)), 0 0 var(--error-module, hsl(60deg, 4%, 11%)), 1em 0 var(--error-module, hsl(60deg, 4%, 11%)), 2em 0 var(--error-module, hsl(60deg, 4%, 11%)), 3em 0 var(--error-module, hsl(60deg, 4%, 11%)), 4em 0 var(--error-module, hsl(60deg, 4%, 11%)), 6em 0 var(--error-module, hsl(60deg, 4%, 11%)), -9em 1em var(--error-module, hsl(60deg, 4%, 11%)), -8em 1em var(--error-module, hsl(60deg, 4%, 11%)), -7em 1em var(--error-module, hsl(60deg, 4%, 11%)), -6em 1em var(--error-module, hsl(60deg, 4%, 11%)), -5em 1em var(--error-module, hsl(60deg, 4%, 11%)), -4em 1em var(--error-module, hsl(60deg, 4%, 11%)), -3em 1em var(--error-module, hsl(60deg, 4%, 11%)), -2em 1em var(--error-module, hsl(60deg, 4%, 11%)), -1em 1em var(--error-module, hsl(60deg, 4%, 11%)), 0 1em var(--error-module, hsl(60deg, 4%, 11%)), 1em 1em var(--error-module, hsl(60deg, 4%, 11%)), 2em 1em var(--error-module, hsl(60deg, 4%, 11%)), 3em 1em var(--error-module, hsl(60deg, 4%, 11%)), 4em 1em var(--error-module, hsl(60deg, 4%, 11%)), -8em 2em var(--error-module, hsl(60deg, 4%, 11%)), -7em 2em var(--error-module, hsl(60deg, 4%, 11%)), -6em 2em var(--error-module, hsl(60deg, 4%, 11%)), -5em 2em var(--error-module, hsl(60deg, 4%, 11%)), -4em 2em var(--error-module, hsl(60deg, 4%, 11%)), -3em 2em var(--error-module, hsl(60deg, 4%, 11%)), -2em 2em var(--error-module, hsl(60deg, 4%, 11%)), -1em 2em var(--error-module, hsl(60deg, 4%, 11%)), 0 2em var(--error-module, hsl(60deg, 4%, 11%)), 1em 2em var(--error-module, hsl(60deg, 4%, 11%)), 2em 2em var(--error-module, hsl(60deg, 4%, 11%)), 3em 2em var(--error-module, hsl(60deg, 4%, 11%)), 4em 2em var(--error-module, hsl(60deg, 4%, 11%)), -7em 3em var(--error-module, hsl(60deg, 4%, 11%)), -6em 3em var(--error-module, hsl(60deg, 4%, 11%)), -5em 3em var(--error-module, hsl(60deg, 4%, 11%)), -4em 3em var(--error-module, hsl(60deg, 4%, 11%)), -3em 3em var(--error-module, hsl(60deg, 4%, 11%)), -2em 3em var(--error-module, hsl(60deg, 4%, 11%)), -1em 3em var(--error-module, hsl(60deg, 4%, 11%)), 0 3em var(--error-module, hsl(60deg, 4%, 11%)), 1em 3em var(--error-module, hsl(60deg, 4%, 11%)), 2em 3em var(--error-module, hsl(60deg, 4%, 11%)), 3em 3em var(--error-module, hsl(60deg, 4%, 11%)), -6em 4em var(--error-module, hsl(60deg, 4%, 11%)), -5em 4em var(--error-module, hsl(60deg, 4%, 11%)), -4em 4em var(--error-module, hsl(60deg, 4%, 11%)), -3em 4em var(--error-module, hsl(60deg, 4%, 11%)), -2em 4em var(--error-module, hsl(60deg, 4%, 11%)), -1em 4em var(--error-module, hsl(60deg, 4%, 11%)), 0 4em var(--error-module, hsl(60deg, 4%, 11%)), 1em 4em var(--error-module, hsl(60deg, 4%, 11%)), 2em 4em var(--error-module, hsl(60deg, 4%, 11%)), -5em 5em var(--error-module, hsl(60deg, 4%, 11%)), -4em 5em var(--error-module, hsl(60deg, 4%, 11%)), -3em 5em var(--error-module, hsl(60deg, 4%, 11%)), -2em 5em var(--error-module, hsl(60deg, 4%, 11%)), -1em 5em var(--error-module, hsl(60deg, 4%, 11%)), 0 5em var(--error-module, hsl(60deg, 4%, 11%)), 1em 5em var(--error-module, hsl(60deg, 4%, 11%)), -4em 6em var(--error-module, hsl(60deg, 4%, 11%)), -3em 6em var(--error-module, hsl(60deg, 4%, 11%)), 0 6em var(--error-module, hsl(60deg, 4%, 11%)), 1em 6em var(--error-module, hsl(60deg, 4%, 11%)), -3em 7em var(--error-module, hsl(60deg, 4%, 11%)), -2em 7em var(--error-module, hsl(60deg, 4%, 11%)), 1em 7em var(--error-module, hsl(60deg, 4%, 11%)), 1em 8em var(--error-module, hsl(60deg, 4%, 11%)), 1em 9em var(--error-module, hsl(60deg, 4%, 11%)), 2em 9em var(--error-module, hsl(60deg, 4%, 11%));
  }
  50% {
    box-shadow: 2em -10em var(--error-module, hsl(60deg, 4%, 11%)), 3em -10em var(--error-module, hsl(60deg, 4%, 11%)), 4em -10em var(--error-module, hsl(60deg, 4%, 11%)), 5em -10em var(--error-module, hsl(60deg, 4%, 11%)), 6em -10em var(--error-module, hsl(60deg, 4%, 11%)), 7em -10em var(--error-module, hsl(60deg, 4%, 11%)), 8em -10em var(--error-module, hsl(60deg, 4%, 11%)), 9em -10em var(--error-module, hsl(60deg, 4%, 11%)), 1em -9em var(--error-module, hsl(60deg, 4%, 11%)), 2em -9em var(--error-module, hsl(60deg, 4%, 11%)), 4em -9em var(--error-module, hsl(60deg, 4%, 11%)), 5em -9em var(--error-module, hsl(60deg, 4%, 11%)), 6em -9em var(--error-module, hsl(60deg, 4%, 11%)), 7em -9em var(--error-module, hsl(60deg, 4%, 11%)), 8em -9em var(--error-module, hsl(60deg, 4%, 11%)), 9em -9em var(--error-module, hsl(60deg, 4%, 11%)), 10em -9em var(--error-module, hsl(60deg, 4%, 11%)), 1em -8em var(--error-module, hsl(60deg, 4%, 11%)), 2em -8em var(--error-module, hsl(60deg, 4%, 11%)), 3em -8em var(--error-module, hsl(60deg, 4%, 11%)), 4em -8em var(--error-module, hsl(60deg, 4%, 11%)), 5em -8em var(--error-module, hsl(60deg, 4%, 11%)), 6em -8em var(--error-module, hsl(60deg, 4%, 11%)), 7em -8em var(--error-module, hsl(60deg, 4%, 11%)), 8em -8em var(--error-module, hsl(60deg, 4%, 11%)), 9em -8em var(--error-module, hsl(60deg, 4%, 11%)), 10em -8em var(--error-module, hsl(60deg, 4%, 11%)), 1em -7em var(--error-module, hsl(60deg, 4%, 11%)), 2em -7em var(--error-module, hsl(60deg, 4%, 11%)), 3em -7em var(--error-module, hsl(60deg, 4%, 11%)), 4em -7em var(--error-module, hsl(60deg, 4%, 11%)), 5em -7em var(--error-module, hsl(60deg, 4%, 11%)), 6em -7em var(--error-module, hsl(60deg, 4%, 11%)), 7em -7em var(--error-module, hsl(60deg, 4%, 11%)), 8em -7em var(--error-module, hsl(60deg, 4%, 11%)), 9em -7em var(--error-module, hsl(60deg, 4%, 11%)), 10em -7em var(--error-module, hsl(60deg, 4%, 11%)), 1em -6em var(--error-module, hsl(60deg, 4%, 11%)), 2em -6em var(--error-module, hsl(60deg, 4%, 11%)), 3em -6em var(--error-module, hsl(60deg, 4%, 11%)), 4em -6em var(--error-module, hsl(60deg, 4%, 11%)), 5em -6em var(--error-module, hsl(60deg, 4%, 11%)), 6em -6em var(--error-module, hsl(60deg, 4%, 11%)), 7em -6em var(--error-module, hsl(60deg, 4%, 11%)), 8em -6em var(--error-module, hsl(60deg, 4%, 11%)), 9em -6em var(--error-module, hsl(60deg, 4%, 11%)), 10em -6em var(--error-module, hsl(60deg, 4%, 11%)), 1em -5em var(--error-module, hsl(60deg, 4%, 11%)), 2em -5em var(--error-module, hsl(60deg, 4%, 11%)), 3em -5em var(--error-module, hsl(60deg, 4%, 11%)), 4em -5em var(--error-module, hsl(60deg, 4%, 11%)), 5em -5em var(--error-module, hsl(60deg, 4%, 11%)), -3em -4em var(--error-module, hsl(60deg, 4%, 11%)), -2em -4em var(--error-module, hsl(60deg, 4%, 11%)), 0 -4em var(--error-module, hsl(60deg, 4%, 11%)), 1em -4em var(--error-module, hsl(60deg, 4%, 11%)), 2em -4em var(--error-module, hsl(60deg, 4%, 11%)), 3em -4em var(--error-module, hsl(60deg, 4%, 11%)), 4em -4em var(--error-module, hsl(60deg, 4%, 11%)), 5em -4em var(--error-module, hsl(60deg, 4%, 11%)), -9em -3em var(--error-module, hsl(60deg, 4%, 11%)), -2em -3em var(--error-module, hsl(60deg, 4%, 11%)), -1em -3em var(--error-module, hsl(60deg, 4%, 11%)), 0 -3em var(--error-module, hsl(60deg, 4%, 11%)), 1em -3em var(--error-module, hsl(60deg, 4%, 11%)), 2em -3em var(--error-module, hsl(60deg, 4%, 11%)), 3em -3em var(--error-module, hsl(60deg, 4%, 11%)), 4em -3em var(--error-module, hsl(60deg, 4%, 11%)), -9em -2em var(--error-module, hsl(60deg, 4%, 11%)), -2em -2em var(--error-module, hsl(60deg, 4%, 11%)), -1em -2em var(--error-module, hsl(60deg, 4%, 11%)), 0 -2em var(--error-module, hsl(60deg, 4%, 11%)), 1em -2em var(--error-module, hsl(60deg, 4%, 11%)), 2em -2em var(--error-module, hsl(60deg, 4%, 11%)), 3em -2em var(--error-module, hsl(60deg, 4%, 11%)), 4em -2em var(--error-module, hsl(60deg, 4%, 11%)), -9em -1em var(--error-module, hsl(60deg, 4%, 11%)), -8em -1em var(--error-module, hsl(60deg, 4%, 11%)), -3em -1em var(--error-module, hsl(60deg, 4%, 11%)), -2em -1em var(--error-module, hsl(60deg, 4%, 11%)), -1em -1em var(--error-module, hsl(60deg, 4%, 11%)), 0 -1em var(--error-module, hsl(60deg, 4%, 11%)), 1em -1em var(--error-module, hsl(60deg, 4%, 11%)), 2em -1em var(--error-module, hsl(60deg, 4%, 11%)), 3em -1em var(--error-module, hsl(60deg, 4%, 11%)), 4em -1em var(--error-module, hsl(60deg, 4%, 11%)), -9em 0 var(--error-module, hsl(60deg, 4%, 11%)), -8em 0 var(--error-module, hsl(60deg, 4%, 11%)), -7em 0 var(--error-module, hsl(60deg, 4%, 11%)), -4em 0 var(--error-module, hsl(60deg, 4%, 11%)), -3em 0 var(--error-module, hsl(60deg, 4%, 11%)), -2em 0 var(--error-module, hsl(60deg, 4%, 11%)), -1em 0 var(--error-module, hsl(60deg, 4%, 11%)), 0 0 var(--error-module, hsl(60deg, 4%, 11%)), 1em 0 var(--error-module, hsl(60deg, 4%, 11%)), 2em 0 var(--error-module, hsl(60deg, 4%, 11%)), 3em 0 var(--error-module, hsl(60deg, 4%, 11%)), 4em 0 var(--error-module, hsl(60deg, 4%, 11%)), 5em 0 var(--error-module, hsl(60deg, 4%, 11%)), 6em 0 var(--error-module, hsl(60deg, 4%, 11%)), -9em 1em var(--error-module, hsl(60deg, 4%, 11%)), -8em 1em var(--error-module, hsl(60deg, 4%, 11%)), -7em 1em var(--error-module, hsl(60deg, 4%, 11%)), -6em 1em var(--error-module, hsl(60deg, 4%, 11%)), -5em 1em var(--error-module, hsl(60deg, 4%, 11%)), -4em 1em var(--error-module, hsl(60deg, 4%, 11%)), -3em 1em var(--error-module, hsl(60deg, 4%, 11%)), -2em 1em var(--error-module, hsl(60deg, 4%, 11%)), -1em 1em var(--error-module, hsl(60deg, 4%, 11%)), 0 1em var(--error-module, hsl(60deg, 4%, 11%)), 1em 1em var(--error-module, hsl(60deg, 4%, 11%)), 2em 1em var(--error-module, hsl(60deg, 4%, 11%)), 3em 1em var(--error-module, hsl(60deg, 4%, 11%)), 4em 1em var(--error-module, hsl(60deg, 4%, 11%)), 6em 1em var(--error-module, hsl(60deg, 4%, 11%)), -8em 2em var(--error-module, hsl(60deg, 4%, 11%)), -7em 2em var(--error-module, hsl(60deg, 4%, 11%)), -6em 2em var(--error-module, hsl(60deg, 4%, 11%)), -5em 2em var(--error-module, hsl(60deg, 4%, 11%)), -4em 2em var(--error-module, hsl(60deg, 4%, 11%)), -3em 2em var(--error-module, hsl(60deg, 4%, 11%)), -2em 2em var(--error-module, hsl(60deg, 4%, 11%)), -1em 2em var(--error-module, hsl(60deg, 4%, 11%)), 0 2em var(--error-module, hsl(60deg, 4%, 11%)), 1em 2em var(--error-module, hsl(60deg, 4%, 11%)), 2em 2em var(--error-module, hsl(60deg, 4%, 11%)), 3em 2em var(--error-module, hsl(60deg, 4%, 11%)), 4em 2em var(--error-module, hsl(60deg, 4%, 11%)), -7em 3em var(--error-module, hsl(60deg, 4%, 11%)), -6em 3em var(--error-module, hsl(60deg, 4%, 11%)), -5em 3em var(--error-module, hsl(60deg, 4%, 11%)), -4em 3em var(--error-module, hsl(60deg, 4%, 11%)), -3em 3em var(--error-module, hsl(60deg, 4%, 11%)), -2em 3em var(--error-module, hsl(60deg, 4%, 11%)), -1em 3em var(--error-module, hsl(60deg, 4%, 11%)), 0 3em var(--error-module, hsl(60deg, 4%, 11%)), 1em 3em var(--error-module, hsl(60deg, 4%, 11%)), 2em 3em var(--error-module, hsl(60deg, 4%, 11%)), 3em 3em var(--error-module, hsl(60deg, 4%, 11%)), -6em 4em var(--error-module, hsl(60deg, 4%, 11%)), -5em 4em var(--error-module, hsl(60deg, 4%, 11%)), -4em 4em var(--error-module, hsl(60deg, 4%, 11%)), -3em 4em var(--error-module, hsl(60deg, 4%, 11%)), -2em 4em var(--error-module, hsl(60deg, 4%, 11%)), -1em 4em var(--error-module, hsl(60deg, 4%, 11%)), 0 4em var(--error-module, hsl(60deg, 4%, 11%)), 1em 4em var(--error-module, hsl(60deg, 4%, 11%)), 2em 4em var(--error-module, hsl(60deg, 4%, 11%)), -5em 5em var(--error-module, hsl(60deg, 4%, 11%)), -4em 5em var(--error-module, hsl(60deg, 4%, 11%)), -3em 5em var(--error-module, hsl(60deg, 4%, 11%)), -2em 5em var(--error-module, hsl(60deg, 4%, 11%)), -1em 5em var(--error-module, hsl(60deg, 4%, 11%)), 0 5em var(--error-module, hsl(60deg, 4%, 11%)), 1em 5em var(--error-module, hsl(60deg, 4%, 11%)), -4em 6em var(--error-module, hsl(60deg, 4%, 11%)), -3em 6em var(--error-module, hsl(60deg, 4%, 11%)), -2em 6em var(--error-module, hsl(60deg, 4%, 11%)), 1em 6em var(--error-module, hsl(60deg, 4%, 11%)), 2em 6em var(--error-module, hsl(60deg, 4%, 11%)), -4em 7em var(--error-module, hsl(60deg, 4%, 11%)), -3em 7em var(--error-module, hsl(60deg, 4%, 11%)), -4em 8em var(--error-module, hsl(60deg, 4%, 11%)), -4em 9em var(--error-module, hsl(60deg, 4%, 11%)), -3em 9em var(--error-module, hsl(60deg, 4%, 11%));
  }
}
@keyframes loading-circles-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-circle-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
@keyframes loading-circles-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes marquee1 {
  0% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(-200%, 0);
  }
}
@keyframes marquee2 {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marquee3 {
  0% {
    transform: translate(200%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
/* stylelint-disable */
html.noscroll {
  overflow-y: scroll;
}
html.body-fixed {
  overflow: hidden;
}
.no-content-found {
  font-size: 18px;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-floating-label {
  visibility: visible;
  opacity: 1;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--floating-label-bg, hsl(60deg, 4%, 11%));
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 50;
  display: flex;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 5px -1px var(--floating-shadow1, hsla(60deg, 4%, 11%, 0.12)), 0 6px 10px 0 var(--floating-shadow2, hsla(60deg, 4%, 11%, 0.14)), 0 1px 18px 0 var(--floating-shadow3, hsla(60deg, 4%, 11%, 0.12));
  display: flex;
}
@media only screen and (min-width: 1920px) {
  .chat-floating-label {
    right: calc(50vw - 940px);
  }
}
.chat-floating-label span {
  color: var(--floating-label, hsl(0deg, 0%, 100%));
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  padding: 50px 0 0;
}
.chat-floating-label svg {
  position: absolute;
  top: 15px;
  left: 28px;
  fill: var(--chat-floating-label, #ed0924);
  width: 25px;
  height: 25px;
}

.hidden-text {
  text-indent: -5000em;
}

.inline-button-arrow {
  display: inline-flex;
  align-items: center;
  margin: 8px 0;
}
.inline-button-arrow .arrow-svg {
  width: 15px;
  height: 13px;
  margin: 0 0 0 5px;
  transition: 0.3s;
}
.inline-button-arrow:hover {
  text-decoration: none;
  font-weight: bold;
}
.inline-button-arrow:hover .arrow-svg {
  margin-left: 8px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-loading .slick-list {
  background: hsl(0deg, 0%, 100%);
}

/* Slider */
.slick-loading .slick-list {
  background: hsl(0deg, 0%, 100%);
}

.slick-prev:before,
.slick-next:before {
  font-family: inherit;
}

.slick-dots li button:before {
  font-family: inherit;
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border-radius: 2px;
  background: var(--autocomplete-suggestions-bg, hsl(0deg, 0%, 100%));
  color: var(--autocomplete-suggestions, hsl(60deg, 4%, 11%));
  border: var(--autocomplete-suggestions-border, hsl(60deg, 4%, 11%)) 2px solid;
  border-top: 0;
  font-size: 18px;
  margin-top: -5px;
  /* core styles should not be changed */
  display: none;
  z-index: 9999;
  position: absolute;
  max-height: 260px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  cursor: pointer;
}
.autocomplete-suggestion.selected {
  background: var(--autocomplete-suggestions-selected-bg, hsl(0deg, 0%, 95%));
}
.autocomplete-suggestion b {
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
.show-filter-layer .page-header {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .show-filter-layer .page-header {
    display: none;
  }
}
.close-navigation-layer {
  position: fixed;
  top: 75px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  background: var(--close-navigation-layer, hsla(0deg, 0%, 100%, 0.65));
  height: 100vh;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .close-navigation-layer {
    top: 90px;
  }
}
.burger-checkbox:checked ~ .burger-wrapper .bar:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
}
.burger-checkbox:checked ~ .burger-wrapper .bar:nth-child(2) {
  transform: rotate(45deg);
}
.burger-checkbox:checked ~ .burger-wrapper .bar:nth-child(3) {
  transform: rotate(-45deg);
  opacity: 1;
}
.burger-checkbox:checked ~ .burger-wrapper .bar:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
}
.burger-checkbox:checked ~ .burger-wrapper .close-navigation-layer {
  opacity: 1;
  pointer-events: all;
}

.header-navigation-wrapper {
  top: 75px;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  max-width: calc(100vw - 20px);
  overflow: hidden;
}
@media only screen and (min-width: 400px) {
  .header-navigation-wrapper {
    max-width: 400px;
  }
}
@media only screen and (min-width: 769px) {
  .header-navigation-wrapper {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-navigation-wrapper {
    top: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-navigation-wrapper {
    right: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (min-width: 1920px) {
  .header-navigation-wrapper {
    right: 240px;
  }
}

.header-navigation-content {
  width: 100%;
}

.header-navigation {
  background: var(--header-navigation-bg, hsl(60deg, 4%, 11%));
  width: 100vw;
  max-width: 100%;
  height: 100%;
  opacity: 1;
  transition: transform 500ms ease;
  transform: translateX(100%);
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 480px) {
  .header-navigation {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .header-navigation {
    padding: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .header-navigation {
    max-width: 500px;
  }
}

.burger-checkbox:checked ~ .header-navigation-wrapper {
  z-index: 10;
  visibility: visible;
}
.burger-checkbox:checked ~ .header-navigation-wrapper .header-navigation {
  transform: translateX(0);
  opacity: 1;
}

.header-navigation-main {
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  list-style-type: none;
}
.header-navigation-main a {
  font-size: 36px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  padding: 10px 0;
  cursor: pointer;
  color: var(--header-navigation-main-item, hsl(0deg, 0%, 100%));
  transition: color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  display: block;
  line-height: 1;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .header-navigation-main a {
    font-size: 48px;
  }
}
.header-navigation-main a.is-active, .header-navigation-main a:hover {
  color: var(--header-navigation-main-item-hover, hsl(0deg, 0%, 70%));
}

.header-navigation-meta {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 20px 0;
  border-top: var(--header-navigation-meta-border, rgba(255, 255, 255, 0.2)) 1px solid;
  list-style-type: none;
}
.header-navigation-meta li {
  width: 50%;
}
.header-navigation-meta a {
  font-size: 18px;
  padding: 10px 0;
  cursor: pointer;
  color: var(--header-navigation-meta-item, hsl(0deg, 0%, 100%));
  line-height: 1;
  text-decoration: none;
  display: block;
  transition: color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header-navigation-meta a:hover {
  color: var(--header-navigation-meta-item-hover, hsl(0deg, 0%, 70%));
}

.header-navigation-footer {
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}

.header-navigation-networks {
  margin: 0;
  padding: 0;
  display: flex;
}
.header-navigation-networks li {
  list-style-type: none;
}
.header-navigation-networks li a {
  display: flex;
  justify-content: flex-start;
}
.header-navigation-networks li a:hover svg {
  fill: var(--header-navigation-social-hover, hsl(0deg, 0%, 70%));
}
.header-navigation-networks li a svg {
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 30px 0 0;
  fill: var(--header-navigation-social, hsl(0deg, 0%, 100%));
}

/* stylelint-disable declaration-no-important */
.page-footer {
  visibility: visible;
  opacity: 1;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: var(--page-footer-bg, hsl(0deg, 0%, 100%));
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-footer {
    margin-bottom: 50px;
  }
}
.show-filter-layer .page-footer {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .show-filter-layer .page-footer {
    display: none;
  }
}
.page-footer.dashboard-page-footer {
  margin: 100px auto;
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
  max-width: 100vw;
}
@media only screen and (min-width: 680px) {
  .page-footer.dashboard-page-footer {
    margin: 100px auto;
  }
}
.page-footer.dashboard-page-footer .scroll-top svg {
  display: none;
}
.page-footer .footer-logos-desktop-wrapper {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-footer .footer-logos-desktop-wrapper {
    display: none;
  }
}
.page-footer .footer-logos-desktop-wrapper .footer-logo-links-desktop {
  position: absolute;
  top: 0;
  left: 0;
}
.page-footer .footer-logos-mobile-wrapper {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-footer .footer-logos-mobile-wrapper {
    display: block;
  }
}
.page-footer .footer-logos-mobile-wrapper .footer-logo-links-mobile {
  position: absolute;
  top: 0;
  left: 0;
}

.scroll-top {
  text-align: center;
  cursor: pointer;
}
.scroll-top:hover svg {
  animation: move-scroll 1.6s ease infinite;
}
.scroll-top:after {
  content: "";
  border-top: var(--page-footer-border, hsl(60deg, 1%, 82%)) 1px solid;
  width: 100%;
  display: block;
  height: 1px;
  overflow: hidden;
  padding-top: 20px;
  margin: 15px auto 0;
}
@media only screen and (min-width: 768px) {
  .scroll-top:after {
    padding-top: 30px;
  }
}

.page-footer-navigation {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  list-style: none;
}
@media only screen and (min-width: 960px) {
  .page-footer-navigation {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 680px) {
  .page-footer-navigation {
    justify-content: center;
  }
}
.page-footer-navigation li {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .page-footer-navigation li {
    width: 50%;
  }
}
@media only screen and (min-width: 680px) {
  .page-footer-navigation li {
    width: auto;
  }
}
.page-footer-navigation a {
  color: var(--page-footer-navigation-item, hsl(60deg, 4%, 11%));
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 10px 0;
  font-size: 18px;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 680px) {
  .page-footer-navigation a {
    margin: 0 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-footer-navigation a {
    font-size: 18px;
    margin: 0 20px;
  }
}
.page-footer-navigation a:before {
  content: attr(title) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.page-footer-navigation a:hover {
  color: transparent !important;
  text-decoration: none;
}
.page-footer-navigation a:hover:before {
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: hsl(0deg, 0%, 0%);
}

.footer-logos-scroll-container {
  margin: 0 0 20px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .footer-logos-scroll-container {
    margin: 20px 0 30px;
  }
}

.footer-logos-scroll-wrapper {
  margin: 0 0 -35px;
  padding: 0 0 35px;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1440px) {
  .footer-logos-scroll-wrapper {
    overflow-x: hidden;
  }
}

.footer-logos-scroll-inner {
  --footer-logos-transform: 0;
  --footer-logos-duration: 0;
  width: 926px;
  max-width: 926px;
  margin: 0 auto;
  /*
  &.footer-logos-scroll-animated {
      transform-style: preserve-3d;
      backface-visibility: hidden;
      animation: move-logo-bar var(--footer-logos-duration) ease infinite;

      &:hover {
          animation-play-state: paused;
      }
  }
  */
}
@media (max-width: 1000px) {
  .footer-logos-scroll-inner {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer-logos-scroll-inner img {
  max-width: 926px;
  margin: 0 auto;
  height: auto;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.search-layer.search-layer-visible {
  visibility: visible;
  opacity: 1;
  z-index: 120;
  pointer-events: all;
}

.search-layer-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding-top: 20vh;
}
@media only screen and (min-width: 1025px) {
  .search-layer-inner {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.search-layer-form {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (min-width: 1025px) {
  .search-layer-form {
    padding: 70px 0;
  }
}

.search-input-wrapper {
  position: relative;
  max-width: 890px;
  margin: 0 auto;
}
.search-input-wrapper .search-input-arrow {
  width: 20px;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .search-input-wrapper .search-input-arrow {
    width: 40px;
  }
}
.search-input-wrapper .search-input-arrow svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 768px) {
  .search-input-wrapper .search-input-arrow svg {
    width: 40px;
    height: 40px;
  }
}
.search-input-wrapper .search-input-delete-term {
  width: 60px;
  position: absolute;
  top: 2px;
  right: 42px;
  bottom: 2px;
  z-index: 1;
  cursor: pointer;
  background: linear-gradient(90deg, var(--search-input-delete-term-gradient1, rgba(255, 255, 255, 0)) 0%, var(--search-input-delete-term-gradient1, hsl(0deg, 0%, 100%)) 40%);
}
@media only screen and (min-width: 768px) {
  .search-input-wrapper .search-input-delete-term {
    width: 80px;
    right: 102px;
  }
}
.search-input-wrapper .search-input-delete-term:hover svg {
  fill: var(--search-input-delete-term-icon-hover, hsl(60deg, 4%, 11%));
}
.search-input-wrapper .search-input-delete-term svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--search-input-delete-term-icon, hsl(0deg, 0%, 70%));
  width: 12px;
  height: 12px;
  transition: fill 400ms ease;
}
@media only screen and (min-width: 768px) {
  .search-input-wrapper .search-input-delete-term svg {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.search-input-wrapper .search-input {
  appearance: none;
  padding: 0 10px;
  border-radius: 2px;
  border: var(--form-input, hsl(60deg, 4%, 11%)) 2px solid;
  color: var(--form-input, hsl(60deg, 4%, 11%));
  background: var(--form-input-bg, rgba(255, 255, 255, 0));
  line-height: 44px;
  height: 44px;
  font-size: 18px;
  width: calc(100% - 70px);
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .search-input-wrapper .search-input {
    width: calc(100% - 160px);
    line-height: 80px;
    height: 80px;
    font-size: 40px;
    margin: 0 0 0 60px;
  }
}
.search-input-wrapper .search-input.has-value + label {
  opacity: 0;
  pointer-events: none;
}
.search-input-wrapper label {
  color: var(--form-item-label, hsl(0deg, 0%, 0%));
  margin: 0;
  position: absolute;
  font-size: 18px;
  line-height: 44px;
  height: 44px;
  padding: 0 20px;
  top: 0;
  left: 30px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 100px);
  opacity: 1;
  transition: opacity 300ms ease;
}
@media only screen and (min-width: 768px) {
  .search-input-wrapper label {
    left: 60px;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
  }
}
.search-input-wrapper .search-submit {
  width: 40px;
  min-width: auto;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .search-input-wrapper .search-submit {
    width: 100px;
    height: 80px;
  }
}
.search-input-wrapper .search-submit:hover ~ .search-svg {
  animation: scale-search-layer-icon 1.6s ease infinite;
}
.search-input-wrapper .search-svg {
  fill: var(--form-input-icon, hsl(60deg, 4%, 11%));
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .search-input-wrapper .search-svg {
    width: 50px;
    height: 50px;
    right: 20px;
  }
}

.close-search-layer {
  background: var(--close-search-layer-bg, hsl(60deg, 4%, 11%));
  position: fixed;
  z-index: 10;
  top: 0;
  right: -1px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .close-search-layer {
    right: calc((100vw - 1440px) / 2);
  }
}
.close-search-layer svg {
  fill: var(--close-svg, hsl(0deg, 0%, 100%));
}
/* stylelint-disable */
.cf14al.cf19Bv .cfHy0W {
  max-width: 500px !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  position: absolute !important;
  width: 100% !important;
}

.cookiefirst-root .cf6oFQ:focus {
  outline: 0 !important;
}
@media only screen and (min-width: 768px) {
  .cookiefirst-root .cf20Ti.cf3UN0 {
    transform: translate(0, 0) !important;
  }
}
@media only screen and (min-width: 768px) {
  .cookiefirst-root .cf20Ti {
    left: calc(50% - 250px);
  }
}
@media only screen and (min-width: 768px) {
  .cookiefirst-root .cf3UN0 {
    top: calc(50% - 250px);
  }
}
.cookiefirst-root p {
  color: var(--cookiefirst-content, hsl(60deg, 4%, 11%)) !important;
  line-height: 1.4 !important;
  font-size: 18px !important;
}
.cookiefirst-root .cf1Rhi {
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: "helvetica-neue-bold", arial, sans-serif !important;
}
.cookiefirst-root .cf1xEo,
.cookiefirst-root .cf2x6K {
  color: var(--cookiefirst-content, hsl(60deg, 4%, 11%)) !important;
  line-height: 1.4 !important;
  font-size: 18px !important;
}
.cookiefirst-root .cfbT6G {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  font-family: "helvetica-neue-bold", arial, sans-serif !important;
}
@media only screen and (min-width: 1280px) {
  .cookiefirst-root .cfbT6G {
    font-size: 22px !important;
    line-height: 23px !important;
  }
}
.cookiefirst-root [data-cookiefirst-button=primary] {
  box-shadow: none !important;
  outline: none !important;
  border: 0 none !important;
  padding: 0 !important;
}
.cookiefirst-root [data-cookiefirst-button=primary].cf2Lf6 {
  padding: 0 !important;
}
.cookiefirst-root [data-cookiefirst-button=primary]:hover {
  background: var(--cookiefirst-button-primary-bg-hover, rgba(255, 255, 255, 0)) !important;
  color: var(--cookiefirst-button-primary-hover, hsl(0deg, 0%, 100%)) !important;
  border: 0 none !important;
}
.cookiefirst-root [data-cookiefirst-button=primary]:focus {
  outline: 0 !important;
}
.cookiefirst-root [data-cookiefirst-button=primary] .cf1y60 {
  font-family: "helvetica-neue-bold", arial, sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 15px !important;
  border: var(--cookiefirst-button-primary-border, hsl(60deg, 4%, 11%)) 1px solid !important;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  display: block;
  color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
}
.cookiefirst-root [data-cookiefirst-button=primary] .cf1y60:hover {
  background: var(--cookiefirst-button-primary-bg-hover, rgba(255, 255, 255, 0));
  color: var(--cookiefirst-button-primary-hover, hsl(0deg, 0%, 100%)) !important;
}
.cookiefirst-root [data-cookiefirst-button=secondary] {
  font-size: 18px !important;
  color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
  background: var(--cookiefirst-button-secondary-bg, rgba(255, 255, 255, 0)) !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 none !important;
}
@media only screen and (min-width: 768px) {
  .cookiefirst-root [data-cookiefirst-button=secondary] {
    color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
  }
}
.cookiefirst-root [data-cookiefirst-button=secondary]:hover {
  background: var(--cookiefirst-button-secondary-bg-hover, rgba(255, 255, 255, 0)) !important;
  border: 0 none !important;
  color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
}
@media only screen and (min-width: 768px) {
  .cookiefirst-root [data-cookiefirst-button=secondary]:hover {
    color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
  }
}
.cookiefirst-root [data-cookiefirst-button=secondary]:focus {
  outline: 0 !important;
}
.cookiefirst-root [data-cookiefirst-button=secondary]:hover {
  color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
  text-decoration: underline !important;
}
.cookiefirst-root [data-cookiefirst-button=secondary] .cf1y60 {
  font-size: 14px !important;
  line-height: 1 !important;
  color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
}
.cookiefirst-root .cf38KE.cf1Rhi {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  font-family: "helvetica-neue-bold", arial, sans-serif !important;
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 1280px) {
  .cookiefirst-root .cf38KE.cf1Rhi {
    font-size: 22px !important;
    line-height: 23px !important;
  }
}
.cookiefirst-root .intro-content__link {
  color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
  font-family: "helvetica-neue-roman", arial, sans-serif !important;
  width: 100%;
  margin-bottom: 10px;
}
.cookiefirst-root .intro-content__link span {
  font-size: 14px !important;
  color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
  font-weight: 300 !important;
  font-family: "helvetica-neue-roman", arial, sans-serif !important;
}
.cookiefirst-root .intro-content__link a.cf2Ic7, .cookiefirst-root .intro-content__link a.cfV_z2, .cookiefirst-root .intro-content__link a.cf1Rhi {
  font-size: 14px !important;
  color: var(--cookiefirst-button-secondary, hsl(60deg, 4%, 11%)) !important;
  font-weight: 300 !important;
  font-family: "helvetica-neue-roman", arial, sans-serif !important;
}
.cookiefirst-root .intro-content__link a.cf2Ic7:hover, .cookiefirst-root .intro-content__link a.cfV_z2:hover, .cookiefirst-root .intro-content__link a.cf1Rhi:hover {
  text-decoration: underline !important;
}
.detail-cancelled-overlay-wrapper {
  position: fixed;
  background: var(--event-detail-cancelled-overlay-wrapper, hsla(0deg, 0%, 100%, 0.9));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-cancelled-headline {
  font-size: 42px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .detail-cancelled-headline {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .detail-cancelled-headline {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .detail-cancelled-headline {
    margin: 0 0 30px;
  }
}

.cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
  flex-flow: row wrap;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cta-link {
    flex-flow: initial;
  }
}
.cta-link a {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
}
.cta-link a a,
.cta-link a button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .cta-link a a,
  .cta-link a button {
    padding: 12px 50px;
  }
}
.cta-link a a:hover,
.cta-link a button:hover {
  text-decoration: none;
}
.cta-link a a:before,
.cta-link a button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.cta-link a a:after,
.cta-link a button:after {
  display: none;
}
.cta-link a:focus {
  outline: 0;
}
.cta-link a:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.cta-link a:hover:not(input) {
  color: transparent !important;
}
.cta-link a:hover a:before,
.cta-link a:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.cta-link a:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.cta-link a svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.cta-link a:hover {
  color: var(--btn-outline-hover, rgba(255, 255, 255, 0));
  background: var(--btn-outline-hover-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-hover-border, hsl(0deg, 0%, 0%));
}
.cta-link a:hover svg {
  fill: var(--btn-outline-fill-hover, hsl(0deg, 0%, 0%));
}
.cta-link a svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
}

.download-list {
  margin: 0 0 0 -20px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

.download-item {
  list-style-type: none;
  padding: 0;
  width: calc(50% - 20px);
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 680px) {
  .download-item {
    width: calc(33.3333% - 20px);
  }
}
@media only screen and (min-width: 960px) {
  .download-item {
    width: calc(25% - 20px);
  }
}
.download-item.download-item-pdf {
  width: 100%;
}
.download-item.download-item-pdf figure {
  display: flex;
  align-items: center;
}
.download-item.download-item-pdf figure span {
  margin: 2px 0 0;
}

.download-item-link {
  display: block;
}
.download-item-link:hover {
  text-decoration: none;
}

.download-item-caption {
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
}
.download-item-caption strong {
  display: block;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 10px 0 5px;
}
.download-item-caption span {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.download-item-caption span:hover {
  text-decoration: none;
}

.download-item-image-wrapper .download-svg {
  margin: 0 15px 0 0;
}

.img-wrapper {
  position: relative;
  padding-top: 66.77%;
  border: var(--download-image-border, hsl(60deg, 1%, 82%)) 1px solid;
  overflow: hidden;
  height: auto;
}
.img-wrapper img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  transition: transform 1s ease;
}
.show-filter-layer .event-list-date-filter-container {
  visibility: hidden;
  z-index: -1;
}
.dashboard-preview .event-list-date-filter-container {
  top: 156px;
}
@media only screen and (min-width: 768px) {
  .dashboard-preview .event-list-date-filter-container {
    top: 156px;
  }
}
@media only screen and (min-width: 1024px) {
  .dashboard-preview .event-list-date-filter-container {
    top: 171px;
  }
}
@media only screen and (min-width: 1280px) {
  .dashboard-preview .event-list-date-filter-container {
    top: 127px;
  }
}
.event-list-date-filter-container.sticky-event-list-date-filter {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  border-bottom: var(--event-list-date-filter-border, hsl(60deg, 1%, 82%)) 1px solid;
}
.dashboard-preview .event-list-date-filter-container.sticky-event-list-date-filter {
  transform: translate(0, 37px);
}
.event-list-date-filter-container.sticky-event-list-date-filter-border {
  border-bottom: var(--event-list-date-filter-border, hsl(60deg, 1%, 82%)) 1px solid;
}
.event-list-date-filter-container .slick-track {
  display: flex;
  justify-content: center;
}

.event-list-date-filter {
  width: 100%;
}
.event-list-date-filter-item.sticky-event-list-date-filter-small {
  transform: scale(0.8);
  transition: transform 300ms ease;
}
.event-registration-wrapper {
  position: fixed;
  background: var(--layer-bg, hsl(0deg, 0%, 100%));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  transition: opacity 400ms ease;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.event-registration-wrapper.event-registration-wrapper-visible {
  display: flex;
  z-index: 100;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.event-registration-wrapper h2 {
  font-size: 42px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 960px) {
  .event-registration-wrapper h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .event-registration-wrapper h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .event-registration-wrapper h2 {
    margin: 0 0 30px;
  }
}
.event-registration-wrapper h3 {
  font-size: 22px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 960px) {
  .event-registration-wrapper h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .event-registration-wrapper h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.event-registration-wrapper h4 {
  font-size: 18px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.3;
  text-align: center;
  margin: 10px 0 20px;
  color: var(--event-registration-headline, hsl(0deg, 0%, 45%));
}

.event-registration-close-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.event-registration-content {
  max-width: 540px;
  margin: auto;
  padding: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .event-registration-content {
    max-width: 580px;
  }
}

.close-event-registration-wrapper {
  background: var(--close-layer-bg, hsl(60deg, 4%, 11%));
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 10;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .close-event-registration-wrapper {
    right: calc((100vw - 1440px) / 2);
  }
}
.close-event-registration-wrapper .close-svg {
  fill: var(--close-svg, hsl(0deg, 0%, 100%));
  width: 15px;
  height: 15px;
}

.event-form-success {
  color: var(--parsley-success, hsl(142deg, 39%, 56%));
}
.event-form-success.event-form-success-visible {
  display: block;
}
.event-form-success svg {
  fill: var(--parsley-success, hsl(142deg, 39%, 56%));
  width: 30px;
  height: 30px;
}

.event-form-error {
  color: var(--parsley-error, hsl(0deg, 100%, 50%));
  text-align: center;
}
.event-form-error.event-form-error-visible {
  display: block;
}
.event-form-error svg {
  fill: var(--parsley-error, hsl(0deg, 100%, 50%));
  width: 20px;
  height: 20px;
}
.event-form-error a {
  text-decoration: underline;
}

.event-form-error,
.event-form-success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.event-form-error p,
.event-form-success p {
  line-height: 1.5;
  margin-top: 10px;
}

.event-form-special-field {
  position: fixed;
  top: -100vh;
  right: -100vw;
}

.event-form {
  position: relative;
}
.event-form .form-row-container {
  transition: opacity 400ms ease;
}
.event-form .form-row-container.event-form-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.event-extern-registration-wrapper {
  position: fixed;
  background: var(--layer-bg, hsl(0deg, 0%, 100%));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  z-index: 100;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.event-extern-registration-wrapper.event-extern-registration-wrapper-visible {
  display: flex;
}
.event-extern-registration-wrapper h2 {
  font-size: 42px;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .event-extern-registration-wrapper h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .event-extern-registration-wrapper h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .event-extern-registration-wrapper h2 {
    margin: 0 0 30px;
  }
}
.event-extern-registration-wrapper p {
  margin: 20px auto;
}

.event-extern-registration-close-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.event-extern-registration-content {
  max-width: 540px;
  margin: auto;
  padding: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .event-extern-registration-content {
    max-width: 580px;
    padding: 40px;
  }
}

.close-event-extern-registration-wrapper {
  background: var(--close-layer-bg, hsl(60deg, 4%, 11%));
  position: absolute;
  z-index: 10;
  top: 0;
  right: -1px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .close-event-extern-registration-wrapper {
    right: calc((100vw - 1440px) / 2);
  }
}
.close-event-extern-registration-wrapper .close-svg {
  fill: var(--close-svg, hsl(0deg, 0%, 100%));
  width: 15px;
  height: 15px;
}

.event-extern-registration-layer-btn {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  margin: 0 auto 10px;
}
.event-extern-registration-layer-btn a,
.event-extern-registration-layer-btn button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .event-extern-registration-layer-btn a,
  .event-extern-registration-layer-btn button {
    padding: 12px 50px;
  }
}
.event-extern-registration-layer-btn a:hover,
.event-extern-registration-layer-btn button:hover {
  text-decoration: none;
}
.event-extern-registration-layer-btn a:before,
.event-extern-registration-layer-btn button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.event-extern-registration-layer-btn a:after,
.event-extern-registration-layer-btn button:after {
  display: none;
}
.event-extern-registration-layer-btn:focus {
  outline: 0;
}
.event-extern-registration-layer-btn:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.event-extern-registration-layer-btn:hover:not(input) {
  color: transparent !important;
}
.event-extern-registration-layer-btn:hover a:before,
.event-extern-registration-layer-btn:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.event-extern-registration-layer-btn:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.event-extern-registration-layer-btn svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.event-extern-registration-layer-btn:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.event-extern-registration-layer-btn:hover a:before,
.event-extern-registration-layer-btn:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.event-extern-registration-layer-btn:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.event-extern-registration-layer-btn svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
.copy-link-text {
  display: block;
  text-decoration: none;
  position: absolute;
  left: 20px;
  white-space: nowrap;
}
.copy-link-text:hover {
  text-decoration: underline;
}
.copy-share-link-success .copy-link-text {
  color: var(--parsley-success, hsl(142deg, 39%, 56%));
  opacity: 1;
}
.copy-share-link-failure .copy-link-text {
  color: var(--parsley-error, hsl(0deg, 100%, 50%));
  opacity: 1;
}

.event-online-type {
  visibility: visible;
  opacity: 1;
  display: inline-block;
  background: var(--event-online-type-bg, hsl(60deg, 4%, 11%));
  color: var(--event-online-type, hsl(0deg, 0%, 100%));
  border-radius: 5px;
  font-size: 12px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  padding: 6px 7px 5px;
  line-height: 1;
  letter-spacing: 0.6px;
  position: relative;
}
.event-online-type.event-online-type-0 svg {
  top: -13px;
  right: -16px;
}
.event-online-type.event-online-type-1 svg {
  top: -10px;
  right: -10px;
}
.event-online-type.event-online-type-2 svg {
  top: -15px;
  right: -17px;
}
.event-online-type svg {
  position: absolute;
  fill: var(--event-online-type-bg-, hsl(60deg, 4%, 11%));
}

.event-list-pager-section {
  visibility: visible;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 20px 30px;
}
@media only screen and (min-width: 680px) {
  .event-list-pager-section {
    justify-content: center;
  }
}
.show-filter-layer .event-list-pager-section {
  display: none;
}
.event-list-pager-section.event-list-pager-section-visible {
  display: flex;
}
.show-filter-layer .event-list-pager-section.event-list-pager-section-visible {
  display: none;
}
.event-list-pager-section.event-list-pager-section-invisible {
  display: none;
}

.event-list-link-next {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  margin: 30px 0;
  font-size: 14px;
  padding: 15px 10px;
  min-width: calc(50vw - 30px);
}
.event-list-link-next a,
.event-list-link-next button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .event-list-link-next a,
  .event-list-link-next button {
    padding: 12px 50px;
  }
}
.event-list-link-next a:hover,
.event-list-link-next button:hover {
  text-decoration: none;
}
.event-list-link-next a:before,
.event-list-link-next button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.event-list-link-next a:after,
.event-list-link-next button:after {
  display: none;
}
.event-list-link-next:focus {
  outline: 0;
}
.event-list-link-next:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.event-list-link-next:hover:not(input) {
  color: transparent !important;
}
.event-list-link-next:hover a:before,
.event-list-link-next:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.event-list-link-next:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.event-list-link-next svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.event-list-link-next:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.event-list-link-next:hover a:before,
.event-list-link-next:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.event-list-link-next:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.event-list-link-next svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
@media only screen and (min-width: 680px) {
  .event-list-link-next {
    min-width: 228px;
  }
}
@media only screen and (min-width: 768px) {
  .event-list-link-next {
    margin: 30px 10px;
    font-size: 18px;
  }
}
.event-list-link-next.event-list-link-next-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.event-list-link-next svg {
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .event-list-link-next svg {
    margin: 0 0 0 20px;
  }
}

.event-list-link-prev {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  margin: 30px 0;
  font-size: 14px;
  padding: 15px 10px;
  min-width: calc(50vw - 30px);
}
.event-list-link-prev a,
.event-list-link-prev button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .event-list-link-prev a,
  .event-list-link-prev button {
    padding: 12px 50px;
  }
}
.event-list-link-prev a:hover,
.event-list-link-prev button:hover {
  text-decoration: none;
}
.event-list-link-prev a:before,
.event-list-link-prev button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.event-list-link-prev a:after,
.event-list-link-prev button:after {
  display: none;
}
.event-list-link-prev:focus {
  outline: 0;
}
.event-list-link-prev:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.event-list-link-prev:hover:not(input) {
  color: transparent !important;
}
.event-list-link-prev:hover a:before,
.event-list-link-prev:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.event-list-link-prev:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.event-list-link-prev svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.event-list-link-prev:hover {
  color: var(--btn-outline-hover, rgba(255, 255, 255, 0));
  background: var(--btn-outline-hover-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-hover-border, hsl(0deg, 0%, 0%));
}
.event-list-link-prev:hover svg {
  fill: var(--btn-outline-fill-hover, hsl(0deg, 0%, 0%));
}
.event-list-link-prev svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
}
@media only screen and (min-width: 680px) {
  .event-list-link-prev {
    min-width: 228px;
    margin: 30px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .event-list-link-prev {
    margin: 30px 10px;
    font-size: 18px;
  }
}
.event-list-link-prev.event-list-link-prev-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.event-list-link-prev svg {
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .event-list-link-prev svg {
    margin: 0 20px 0 0;
  }
}

.filter-layer {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: var(--layer-bg-default, hsl(0deg, 0%, 100%));
  width: 100%;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 0 180px;
  min-height: 100vh;
}
@media only screen and (min-width: 680px) {
  .filter-layer {
    padding: 0 0 130px;
  }
}
.show-filter-layer .filter-layer {
  display: flex;
  position: relative;
  z-index: 50;
}
.filter-layer-visible .filter-layer {
  display: flex;
}
.filter-layer .checked-svg {
  opacity: 0;
  position: absolute;
  left: 3px;
  top: 6px;
  fill: var(--form-item-checkbox-svg-fill, hsl(60deg, 4%, 11%));
  transition: opacity 400ms ease;
}

.close-filter-layer {
  background: var(--close-layer-bg-default, hsl(60deg, 4%, 11%));
  position: fixed;
  z-index: 10;
  top: 0;
  right: -1px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .close-filter-layer {
    right: calc((100vw - 1440px) / 2);
  }
}
.close-filter-layer .close-svg {
  fill: var(--close-svg, hsl(0deg, 0%, 100%));
}

.filter-headline {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 30px 0 20px 20px;
  text-align: left;
  width: 100%;
  padding: 0;
}
@media (min-width: 960px) {
  .filter-headline {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .filter-headline {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .filter-headline {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .filter-headline {
    margin: 30px 0 20px 20px;
  }
}

.filter-section {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 960px) {
  .filter-section {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .filter-section {
    padding: 20px;
  }
}
.filter-section h3 {
  font-size: 22px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  width: 100%;
}
@media (min-width: 960px) {
  .filter-section h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .filter-section h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.filter-list {
  width: 100%;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 680px) {
  .filter-list {
    width: 50%;
  }
}
@media only screen and (min-width: 680px) {
  .locations-overview-module .filter-list, .speaker-overview-module .filter-list {
    width: 100%;
  }
}
.filter-list ul {
  margin: 10px 0 20px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (min-width: 1025px) {
  .filter-list ul {
    margin: 20px 0;
  }
}
.filter-list ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .locations-overview-module .filter-list ul li, .speaker-overview-module .filter-list ul li {
    width: 50%;
  }
}

.filter-checkbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.filter-checkbox:checked ~ label .checked-svg {
  opacity: 1;
}

.filter-checkbox ~ label {
  position: relative;
  font-size: 18px;
  line-height: 1;
  padding: 5px 0 5px 30px;
  color: var(--filter-checkbox-label, hsl(60deg, 1%, 37%));
  display: block;
  cursor: pointer;
}
.filter-checkbox ~ label:before {
  content: "";
  border: var(--filter-checkbox-border, hsl(60deg, 1%, 82%)) 1px solid;
  border-radius: 3px;
  background: var(--filter-checkbox-bg, hsl(0deg, 0%, 100%));
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}

.filter-btn-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, var(--filter-btn-wrapper-gradient1, hsl(0deg, 0%, 100%)) 60%, var(--filter-btn-wrapper-gradient2, hsla(0deg, 0%, 100%, 0.7)) 75%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 100px 0 0;
  pointer-events: none;
}
@media only screen and (min-width: 680px) {
  .filter-btn-wrapper {
    padding: 60px 0 0;
    background: linear-gradient(to top, var(--filter-btn-wrapper-gradient1, hsl(0deg, 0%, 100%)) 50%, var(--filter-btn-wrapper-gradient2, hsla(0deg, 0%, 100%, 0.7)) 75%, rgba(255, 255, 255, 0) 100%);
  }
}

.remove-filter-btn {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  cursor: pointer;
  width: 100%;
  margin: 0 20px;
  position: relative;
  pointer-events: all;
}
.remove-filter-btn a,
.remove-filter-btn button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .remove-filter-btn a,
  .remove-filter-btn button {
    padding: 12px 50px;
  }
}
.remove-filter-btn a:hover,
.remove-filter-btn button:hover {
  text-decoration: none;
}
.remove-filter-btn a:before,
.remove-filter-btn button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.remove-filter-btn a:after,
.remove-filter-btn button:after {
  display: none;
}
.remove-filter-btn:focus {
  outline: 0;
}
.remove-filter-btn:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.remove-filter-btn:hover:not(input) {
  color: transparent !important;
}
.remove-filter-btn:hover a:before,
.remove-filter-btn:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.remove-filter-btn:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.remove-filter-btn svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.remove-filter-btn:hover {
  color: var(--btn-outline-hover, rgba(255, 255, 255, 0));
  background: var(--btn-outline-hover-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-hover-border, hsl(0deg, 0%, 0%));
}
.remove-filter-btn:hover svg {
  fill: var(--btn-outline-fill-hover, hsl(0deg, 0%, 0%));
}
.remove-filter-btn svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
}
@media only screen and (min-width: 680px) {
  .remove-filter-btn {
    max-width: 300px;
    margin: 30px 0;
  }
}
.remove-filter-btn.filter-btn-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.filter-btn {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  cursor: pointer;
  width: 100%;
  margin: 10px 20px 20px;
  position: relative;
  pointer-events: all;
}
.filter-btn a,
.filter-btn button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .filter-btn a,
  .filter-btn button {
    padding: 12px 50px;
  }
}
.filter-btn a:hover,
.filter-btn button:hover {
  text-decoration: none;
}
.filter-btn a:before,
.filter-btn button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.filter-btn a:after,
.filter-btn button:after {
  display: none;
}
.filter-btn:focus {
  outline: 0;
}
.filter-btn:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.filter-btn:hover:not(input) {
  color: transparent !important;
}
.filter-btn:hover a:before,
.filter-btn:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.filter-btn:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.filter-btn svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.filter-btn:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.filter-btn:hover a:before,
.filter-btn:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.filter-btn:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.filter-btn svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
@media only screen and (min-width: 680px) {
  .filter-btn {
    max-width: 300px;
    margin: 30px;
  }
}
.filter-btn:hover {
  text-decoration: none;
}
.filter-btn.filter-btn-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.filter-btn .loader-spinner {
  display: none;
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: 25px;
}
.filter-btn .loader-spinner.spinner-loader-visible {
  display: block;
}
.filter-btn .filter-btn-count {
  visibility: visible;
}
.filter-btn .filter-btn-count:after {
  content: "  ";
}
.filter-btn .filter-btn-count.filter-btn-count-hidden {
  visibility: hidden;
}
.dashboard-preview .speaker-filter-alphabet {
  transform: translate(0, calc(75px + 44px + 37px));
}
@media only screen and (min-width: 768px) {
  .dashboard-preview .speaker-filter-alphabet {
    transform: translate(0, calc(75px + 44px + 37px));
  }
}
@media only screen and (min-width: 1024px) {
  .dashboard-preview .speaker-filter-alphabet {
    transform: translate(0, calc(90px + 37px));
  }
}
.speaker-filter-alphabet.speaker-filter-alphabet-sticky {
  transform: translate(0, 0);
  transition: transform 300ms ease-out;
  border-bottom: var(--speaker-filter-alphabet-sticky-border, hsl(60deg, 1%, 82%)) 1px solid;
}
.dashboard-preview .speaker-filter-alphabet.speaker-filter-alphabet-sticky {
  transform: translate(0, 37px);
}
.speaker-filter-alphabet-list .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 20;
  cursor: pointer;
}
.speaker-filter-alphabet-list .slick-arrow.slick-prev {
  left: -10px;
  background: linear-gradient(to right, var(--speaker-slick-gradient2, hsl(0deg, 0%, 100%)) 0%, var(--speaker-slick-gradient1, rgba(255, 255, 255, 0)) 100%);
}
.speaker-filter-alphabet-list .slick-arrow.slick-next {
  right: -10px;
  background: linear-gradient(to right, var(--speaker-slick-gradient1, rgba(255, 255, 255, 0)) 0%, var(--speaker-slick-gradient2, hsl(0deg, 0%, 100%)) 100%);
}
.speaker-filter-alphabet-list .slick-arrow.slick-disabled {
  background: var(--speaker-slick-disabled, rgba(255, 255, 255, 0));
  pointer-events: none;
}

.slick-initialized .speaker-filter-alphabet-list-item.slick-slide {
  display: flex;
  justify-content: center;
}
@media (hover: hover) {
  .speaker-filter-alphabet-list-item-link:hover {
    color: var(--speaker-filter-highlight, hsl(60deg, 4%, 11%));
  }
}
.speaker-filter-alphabet-list-item-link.speaker-filter-alphabet-highlight {
  color: var(--speaker-filter-highlight, hsl(60deg, 4%, 11%));
}
.speaker-filter-alphabet-list-item-link.speaker-filter-alphabet-inactive {
  color: var(--speaker-filter-inactive, #ddddda);
}
@media (hover: hover) {
  .speaker-filter-alphabet-list-item-link:not(.speaker-filter-alphabet-inactive):hover {
    display: inline-block;
    transform: scale(1.5);
  }
}
@media only screen and (hover: hover) and (min-width: 1280px) {
  .speaker-filter-alphabet-list-item-link:not(.speaker-filter-alphabet-inactive):hover {
    transform: scale(2);
  }
}

.mcbw-loader {
  height: calc(100vh - 400px);
  max-height: calc(100vh - 400px);
  min-height: 600px;
  align-items: center;
  justify-content: center;
}
.mcbw-loader.mcbw-loader-visible {
  display: flex;
}
.show-filter-layer .mcbw-loader.mcbw-loader-visible {
  display: none;
}
.event-registration-wrapper .mcbw-loader.mcbw-loader-visible, .event-list-module .mcbw-loader.mcbw-loader-visible {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--event-list-module-loader-bg, rgba(255, 255, 255, 0.9));
  z-index: 80;
  max-height: initial;
  max-width: initial;
  width: 100%;
  height: 100%;
}
.page-reload-wrapper .mcbw-loader {
  height: auto;
  max-height: 100%;
  min-height: 0;
}
.location-map-wrapper .mcbw-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--event-list-module-loader-bg, rgba(255, 255, 255, 0.9));
  z-index: 80;
  max-height: initial;
  max-width: initial;
  width: 100%;
  height: 100%;
}
.admin-eventcurate-loading .mcbw-loader, .admin-lockpartner-loading .mcbw-loader {
  height: auto;
  max-height: 100%;
  min-height: 0;
}
.admin-mail-loading .mcbw-loader {
  height: auto;
  max-height: 100%;
  min-height: 0;
}

.mcbw-loader-content {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-block;
}
.admin-mail-loading .mcbw-loader-content {
  height: 48px;
}
.admin-eventcurate-loading .mcbw-loader-content, .admin-lockpartner-loading .mcbw-loader-content {
  height: 50px;
}

.mcbw-loader-circles {
  position: absolute;
  top: 27px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.admin-mail-loading .mcbw-loader-circles {
  top: 19px;
}
.admin-eventcurate-loading .mcbw-loader-circles, .admin-lockpartner-loading .mcbw-loader-circles {
  top: 20px;
}
.mcbw-loader-circles:nth-child(1) {
  left: 6px;
  animation: loading-circles-1 0.6s infinite;
  background: var(--mcbw-loader-circle1, #ed0924);
}
.mcbw-loader-circles:nth-child(2) {
  left: 6px;
  animation: loading-circle-2 0.6s infinite;
  background: var(--mcbw-loader-circle2, #a89cfd);
}
.mcbw-loader-circles:nth-child(3) {
  left: 26px;
  animation: loading-circle-2 0.6s infinite;
  background: var(--mcbw-loader-circle3, #c8f600);
}
.mcbw-loader-circles:nth-child(4) {
  left: 45px;
  animation: mcbw-loading-circles-3 0.6s infinite;
  background: var(--mcbw-loader-circle4, #ed0924);
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.loader-content {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-block;
}

.loader-circles {
  position: absolute;
  top: 27px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.admin-mail-loading .loader-circles {
  top: 19px;
}
.admin-eventcurate-loading .loader-circles, .admin-lockpartner-loading .loader-circles {
  top: 20px;
}
.loader-circles:nth-child(1) {
  left: 6px;
  animation: loading-circles-1 0.6s infinite;
  background: var(--mcbw-loader-circle1, #ed0924);
}
.loader-circles:nth-child(2) {
  left: 6px;
  animation: loading-circle-2 0.6s infinite;
  background: var(--mcbw-loader-circle2, #a89cfd);
}
.loader-circles:nth-child(3) {
  left: 26px;
  animation: loading-circle-2 0.6s infinite;
  background: var(--mcbw-loader-circle3, #c8f600);
}
.loader-circles:nth-child(4) {
  left: 45px;
  animation: mcbw-loading-circles-3 0.6s infinite;
  background: var(--mcbw-loader-circle4, #ed0924);
}
/* stylelint-disable declaration-block-no-duplicate-properties */
.form-item.form-item-input label, .form-item.form-item-switch label, .form-item.form-item-switch-danger label, .form-item.form-item-switch-warning label, .form-item.form-item-radio label, .form-item.form-item-checkbox label {
  font-size: 18px;
  color: var(--form-item-label, hsl(0deg, 0%, 0%));
  margin: 0;
}
.form-item.form-item-textarea [data-parsley-required] ~ label:after,
.form-item.form-item-textarea [data-parsley-conditionalrequired] ~ label:after,
.form-item.form-item-textarea :required ~ label:after, .form-item.form-item-input [data-parsley-required] ~ label:after,
.form-item.form-item-input [data-parsley-conditionalrequired] ~ label:after,
.form-item.form-item-input :required ~ label:after {
  content: "*";
  padding: 0 0 0 2px;
}
.form-item.form-item-date {
  position: relative;
}
.form-item.form-item-date svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--dashboard-date-icon, hsl(0deg, 0%, 45%));
  pointer-events: none;
}
.form-item.form-item-date input.has-value ~ label ~ svg {
  fill: var(--dashboard-date-icon, hsl(0deg, 0%, 30%));
}
.form-item.form-item-captcha-media img {
  margin: 10px 0;
}

.form-item-radio {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 5px 0;
  position: relative;
  width: 100%;
  min-height: 40px;
}
.form-item-radio.form-item-radio-disabled label {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}
.form-item-radio label {
  padding: 5px 0 5px 30px;
  flex-grow: 1;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.form-item-radio label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: var(--form-item-label-radio-border, hsl(0deg, 0%, 45%)) 2px solid;
  background: var(--form-item-label-radio, transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form-item-radio label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--form-item-label-radio-inner, hsl(0deg, 0%, 45%));
  transition: transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, border-color 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  transform: scale(0) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 5px;
}
.form-item-radio input {
  width: 40px;
  height: 40px;
  opacity: 0;
  position: absolute;
  top: 0;
}
.form-item-radio input:checked ~ label {
  color: var(--form-item-radio-label-checked, hsl(0deg, 0%, 0%));
}
.form-item-radio input:checked ~ label:before {
  border: var(--form-item-label-radio-checked-border, hsl(0deg, 0%, 30%)) 2px solid;
}
.form-item-radio input:checked ~ label:after {
  transform: scale(1) translateY(-50%);
  background: var(--form-item-label-radio-checked-inner, hsl(0deg, 0%, 30%));
}

.form-item-text {
  margin: 5px 0;
}
.form-item-text p {
  margin: 0;
}
.form-item-text strong {
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}

.form-item-switch-danger,
.form-item-switch-warning,
.form-item-switch {
  margin: 5px 0;
  transition: opacity 400ms ease;
}
.form-item-switch-danger.form-item-switch-hidden,
.form-item-switch-warning.form-item-switch-hidden,
.form-item-switch.form-item-switch-hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.form-item-switch-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-item-switch-wrapper .form-item-switch-header {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 50%;
  margin: 0 30px 0 0;
}
@media only screen and (min-width: 480px) {
  .form-item-switch-wrapper .form-item-switch-header {
    overflow: visible;
    max-width: 100%;
  }
}

.form-item-switch-track {
  transition: opacity 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), border-color 90ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  z-index: 0;
}
.form-item-switch-track:after {
  content: "";
  display: block;
  width: 38px;
  height: 14px;
  opacity: 0.38;
  border-radius: 7px;
  background: var(--form-item-switch-track, hsl(0deg, 0%, 30%));
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.form-item-switch-active .form-item-switch-track:after {
  background: var(--form-item-switch-track-active-bg, #aadabb);
  opacity: 1;
}
.form-item-switch-warning-active .form-item-switch-track:after {
  background: var(--form-item-switch-track-danger-active-bg, #ff6666);
  opacity: 0.38;
}
.form-item-switch-danger-active .form-item-switch-track:after {
  background: var(--form-item-switch-track-danger-active-bg, #ff6666);
  opacity: 0.38;
}
.form-item-switch-track input {
  width: 18px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.form-item-switch-track input:checked + label {
  color: var(--form-item-radio-label-checked, hsl(0deg, 0%, 0%));
}
.form-item-switch-track input:checked + label span {
  position: static;
  display: block;
  opacity: 1;
}
.form-item-switch-track input.form-item-switch-0 {
  left: 0;
}
.form-item-switch-track input.form-item-switch-1 {
  left: 22px;
}
.form-item-switch-track input.form-item-switch-1 + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--form-item-switch-inactive, hsl(0deg, 0%, 100%));
  box-shadow: 0 3px 1px -2px var(--form-item-switch-inactive-shadow1, rgba(0, 0, 0, 0.2)), 0 2px 2px 0 var(--form-item-switch-inactive-shadow2, rgba(0, 0, 0, 0.14)), 0 1px 5px 0 var(--form-item-switch-inactive-shadow3, rgba(0, 0, 0, 0.12));
  cursor: pointer;
  transition: transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.form-item-switch-track input.form-item-switch-1:checked + label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(18px, -50%);
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--form-item-switch-inactive, hsl(0deg, 0%, 100%));
  box-shadow: 0 3px 1px -2px var(--form-item-switch-inactive-shadow1, rgba(0, 0, 0, 0.2)), 0 2px 2px 0 var(--form-item-switch-inactive-shadow2, rgba(0, 0, 0, 0.14)), 0 1px 5px 0 var(--form-item-switch-inactive-shadow3, rgba(0, 0, 0, 0.12));
}
.form-item-switch-warning-active .form-item-switch-track input.form-item-switch-1:checked + label:before {
  background: var(--form-item-switch-track-danger-active-label, hsl(0deg, 100%, 50%));
}
.form-item-switch-danger-active .form-item-switch-track input.form-item-switch-1:checked + label:before {
  background: var(--form-item-switch-track-danger-active-label, hsl(0deg, 100%, 50%));
}
.form-item-switch-track label {
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-item-switch-track label:first-of-type {
  margin: 0 0 0 50px;
}
.form-item-switch-track label span {
  position: absolute;
  left: 49px;
  right: 0;
  opacity: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.form-item-checkbox {
  width: 100%;
  margin: 10px 0;
}
.form-item-checkbox.form-item-checkbox-hidden {
  display: none;
}
.form-item-checkbox .checked-svg {
  opacity: 0;
  position: absolute;
  display: block;
  left: 3px;
  top: 6px;
  fill: var(--form-item-checkbox-svg-fill, hsl(60deg, 4%, 11%));
  transition: opacity 400ms ease;
}
.form-item-checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form-item-checkbox input:checked ~ label {
  color: var(--form-item-checkbox-label-checked, hsl(0deg, 0%, 0%));
}
.form-item-checkbox input:checked ~ label:before {
  border-color: var(--form-item-label-checkbox-checked-border, hsl(0deg, 0%, 0%));
  background: var(--form-item-label-checkbox-checked-bg, hsl(0deg, 0%, 0%));
}
.form-item-checkbox input:checked ~ label .checked-svg {
  opacity: 1;
  fill: var(--form-item-label-checkbox-icon, hsl(0deg, 0%, 100%));
}
.form-item-checkbox input ~ label {
  position: relative;
  font-size: 18px;
  line-height: 1;
  padding: 3px 0 5px 24px;
  display: block;
  cursor: pointer;
  pointer-events: all;
}
.form-item-checkbox input ~ label:before {
  content: "";
  background: var(--form-item-label-checkbox-bg, transparent);
  width: 16px;
  height: 16px;
  border: 1px solid hsl(0deg, 0%, 0%);
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.form-item-checkbox input ~ label a {
  position: relative;
}
.form-item-checkbox input ~ label a:hover {
  text-decoration: none;
}
.form-item-checkbox input ~ label a:hover:after {
  width: 100%;
  background-color: var(--form-item-label, hsl(0deg, 0%, 0%));
}
.form-item-checkbox input ~ label a:after {
  content: "";
  transition: width 400ms ease, background-color 400ms ease;
  height: 1px;
  width: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
}
.form-item-checkbox.parsley-error {
  margin-top: 0;
}

.form-item-select {
  margin: 10px 0;
  width: 100%;
}
.form-item-select .form-item-select-wrapper {
  border-radius: 0;
  border-bottom: var(--form-item-select-border, #c9c9c9) 1px solid;
  background: var(--form-item-select-bg, hsl(0deg, 0%, 100%));
  position: relative;
}
.form-item-select .form-item-select-wrapper.form-item-select-highlight {
  border-color: var(--form-item-select-focus-border, #c9c9c9);
}
.form-item-select .form-item-select-wrapper.form-item-select-highlight select {
  color: var(--form-item, #c9c9c9);
}
.form-item-select .form-item-select-wrapper.form-item-select-highlight:before {
  border-color: transparent transparent var(--form-item-select-focus-border, #c9c9c9) transparent;
}
.form-item-select .form-item-select-wrapper:after {
  content: "";
  width: 100px;
  background: linear-gradient(to right, var(--form-item-select-gradient1, rgba(255, 255, 255, 0)) 0, var(--form-item-select-gradient2, hsl(0deg, 0%, 100%)) 40%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.form-item-select .form-item-select-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  transform: rotate(180deg);
  border-style: solid;
  border-width: 0 7px 7px;
  border-color: transparent transparent var(--form-item-select-border, #c9c9c9) transparent;
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 1;
  pointer-events: none;
}
.form-item-select .form-item-select-wrapper.parsley-error {
  border: var(--parsley-error, hsl(0deg, 100%, 50%)) 2px solid;
}
.form-item-select .form-item-select-wrapper.parsley-error:before {
  border-color: transparent transparent var(--parsley-error, hsl(0deg, 100%, 50%)) transparent;
}
.form-item-select .form-item-select-wrapper.parsley-error select {
  color: inherit;
}
.form-item-select .form-item-select-wrapper.parsley-success {
  border: var(--parsley-success, hsl(142deg, 39%, 56%)) 2px solid;
}
.form-item-select .form-item-select-wrapper.parsley-success:before {
  border-color: transparent transparent var(--parsley-success, hsl(142deg, 39%, 56%)) transparent;
}
.form-item-select select {
  appearance: none;
  background: var(--form-item-label-checkbox-bg, transparent);
  border: 0 none;
  width: 100%;
  padding: 10px 2px;
  height: 40px;
  color: var(--form-item-label, hsl(0deg, 0%, 0%));
  font-size: 18px;
}

.form-item-input {
  margin: 10px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .form-item-input.form-item-input-half {
    max-width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 480px) {
  .form-item-input.form-item-input-medium {
    max-width: calc(70% - 5px);
  }
}
@media only screen and (min-width: 480px) {
  .form-item-input.form-item-input-short {
    max-width: calc(30% - 5px);
  }
}
@media only screen and (min-width: 768px) {
  .form-item-input.form-item-action {
    max-width: calc(100% - 30px);
  }
}
.form-item-input.form-item-input-with-icon input {
  padding-left: 38px;
  border: var(--form-item-label-input-focus-border, hsl(0deg, 0%, 30%)) 2px solid;
}
.form-item-input.form-item-input-with-icon input + label {
  font-size: 14px;
  left: 10px;
  background: var(--form-item-label-bg, hsl(0deg, 0%, 100%));
  padding: 0 3px;
  color: var(--form-item-label-checked, hsl(0deg, 0%, 0%));
  transform: translateY(-8px);
  height: auto;
}
.form-item-input.form-item-input-with-icon input.social-icon-youtube {
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/youtube.svg") no-repeat 10px 50%;
  background-size: 18px 18px;
}
.form-item-input.form-item-input-with-icon input.social-icon-pinterest {
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/pinterest.svg") no-repeat 10px 50%;
  background-size: 18px 18px;
}
.form-item-input.form-item-input-with-icon input.social-icon-twitter {
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/twitter.svg") no-repeat 10px 50%;
  background-size: 18px 18px;
}
.form-item-input.form-item-input-with-icon input.social-icon-instagram {
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/instagram.svg") no-repeat 10px 50%;
  background-size: 18px 18px;
}
.form-item-input.form-item-input-with-icon input.social-icon-linkedin {
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/linkedin.svg") no-repeat 10px 50%;
  background-size: 18px 18px;
}
.form-item-input.form-item-input-with-icon input.social-icon-xing {
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/xing.svg") no-repeat 10px 50%;
  background-size: 18px 18px;
}
.form-item-input.form-item-input-with-icon input.social-icon-facebook {
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/facebook.svg") no-repeat 10px 50%;
  background-size: 18px 18px;
}
.form-item-input label {
  position: absolute;
  height: 44px;
  padding: 0 4px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  transform: translateY(0);
  transition: transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, font-size 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
  cursor: text;
}
.form-item-input input {
  appearance: none;
  border: 0;
  border-bottom: 1px solid hsl(0deg, 0%, 0%);
  background: transparent;
  height: 44px;
  width: 100%;
  padding: 0 4px;
  border-radius: 0;
  font-size: 18px;
  color: var(--form-item, hsl(0deg, 0%, 0%));
}
.form-item-input input:-webkit-autofill + label, .form-item-input input.has-value + label, .form-item-input input:focus + label {
  font-size: 14px;
  left: 4px;
  padding: 0 3px 0 0;
  color: var(--form-item-label-checked, hsl(0deg, 0%, 0%));
  transform: translateY(47px);
  height: auto;
}
.form-item-input.parsley-success input {
  border: var(--parsley-success, hsl(142deg, 39%, 56%)) 2px solid;
}
.form-item-input.parsley-success input + label {
  color: var(--form-item-label-checked, hsl(0deg, 0%, 0%));
}
.form-item-input.parsley-error {
  margin-top: 0;
}
.form-item-input.parsley-error input {
  border-bottom: var(--parsley-error, hsl(0deg, 100%, 50%)) 2px solid;
}
.form-item-input.parsley-error input + label {
  color: var(--form-item-label-checked, hsl(0deg, 0%, 0%));
}

.form-item-upload {
  margin: 10px 0;
  position: relative;
  width: 100%;
}

.form-item-textarea {
  margin: 10px 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .form-item-textarea.form-item-textarea-half {
    max-width: calc(50% - 5px);
  }
}
@media only screen and (min-width: 480px) {
  .form-item-textarea.form-item-textarea-medium {
    max-width: calc(70% - 5px);
  }
}
@media only screen and (min-width: 480px) {
  .form-item-textarea.form-item-textarea-short {
    max-width: calc(30% - 5px);
  }
}
.form-item-textarea label {
  position: absolute;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  color: var(--form-item-textarea-label, hsl(0deg, 0%, 0%));
  font-style: italic;
}
.form-item-textarea textarea {
  resize: none;
  appearance: none;
  border: var(--form-item-label-input-border, hsl(0deg, 0%, 45%)) 1px solid;
  background: var(--form-item-label-input-bg, hsl(0deg, 0%, 100%));
  height: 180px;
  width: 100%;
  padding: 15px;
  border-radius: 0;
  font-size: 18px;
  color: var(--form-item, hsl(0deg, 0%, 0%));
}
.form-item-textarea textarea.has-value, .form-item-textarea textarea:focus {
  border: var(--form-item-label-input-focus-border, hsl(0deg, 0%, 30%)) 1px solid;
}
.form-item-textarea textarea.has-value + label, .form-item-textarea textarea:focus + label {
  top: -3000em;
}
.form-item-textarea.parsley-success textarea {
  border: var(--parsley-success, hsl(142deg, 39%, 56%)) 2px solid;
}
.form-item-textarea.parsley-success textarea + label {
  color: var(--form-item-label-checked, hsl(0deg, 0%, 0%));
}
.form-item-textarea.parsley-error textarea {
  border: var(--parsley-error, hsl(0deg, 100%, 50%)) 2px solid;
}
.form-item-textarea.parsley-error textarea + label {
  color: var(--form-item-label-checked, hsl(0deg, 0%, 0%));
}

.helper-text {
  font-size: 14px;
  padding: 7px 0 0 10px;
  color: var(--form-item-helper-text, hsl(0deg, 0%, 45%));
  display: block;
  width: 50%;
  margin-left: auto;
  text-align: right;
}
.helper-text.me-character-counter_invalid {
  color: var(--parsley-error, hsl(0deg, 100%, 50%));
}
.form-item-radio .helper-text {
  padding: 7px 0 0 30px;
  width: 100%;
  margin-left: unset;
  text-align: left;
}
.helper-text.helper-text-copytext {
  line-height: 1.4;
  margin-top: 10px;
}
.helper-text.helper-text-copytext a {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.error-message {
  color: var(--parsley-error, hsl(0deg, 100%, 50%));
  font-size: 14px;
  padding: 0;
  display: none;
}
.error-message.filled {
  display: block;
}
.error-message.filled:first-child {
  margin-top: 15px;
}
.error-message.filled:last-child {
  margin-bottom: 0;
}
.error-message span {
  margin: 0;
  padding: 3px 0;
  list-style: none;
  font-size: 14px;
  display: block;
}

.options-group .error-message.filled:last-child {
  margin-bottom: 10px;
}

.preview-link {
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-size: 18px;
  line-height: 1;
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: 0.3s;
  font-size: 18px;
}
.preview-link a {
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.preview-link a:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.preview-link:hover {
  text-decoration: none;
  font-weight: normal;
}
.preview-link:hover a {
  font-weight: bold;
  letter-spacing: -0.032em;
}
.preview-link:hover a[data-text] {
  font-weight: normal;
  letter-spacing: unset;
  text-decoration: none;
  color: transparent;
}
.preview-link:hover a[data-text]:before {
  opacity: 1;
  color: var(--text-link, hsl(60deg, 4%, 11%));
}
.preview-link:hover:after {
  background: var(--text-link, hsl(60deg, 4%, 11%));
}
.preview-link:after {
  content: "";
  transition: width 400ms ease, background-color 400ms ease;
  height: 1px;
  width: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  display: none;
}
.preview-link svg {
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  fill: var(--text-link, hsl(60deg, 4%, 11%));
}
.preview-link .preview-svg {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}
.preview-link:after {
  left: 25px;
}
.preview-link:hover:after {
  width: calc(100% - 25px);
}

.preview-link-icon svg {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}

.back-to-partner-link {
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-size: 18px;
  line-height: 1;
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: 0.3s;
  font-size: 18px;
}
.back-to-partner-link a {
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.back-to-partner-link a:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.back-to-partner-link:hover {
  text-decoration: none;
  font-weight: normal;
}
.back-to-partner-link:hover a {
  font-weight: bold;
  letter-spacing: -0.032em;
}
.back-to-partner-link:hover a[data-text] {
  font-weight: normal;
  letter-spacing: unset;
  text-decoration: none;
  color: transparent;
}
.back-to-partner-link:hover a[data-text]:before {
  opacity: 1;
  color: var(--text-link, hsl(60deg, 4%, 11%));
}
.back-to-partner-link:hover:after {
  background: var(--text-link, hsl(60deg, 4%, 11%));
}
.back-to-partner-link:after {
  content: "";
  transition: width 400ms ease, background-color 400ms ease;
  height: 1px;
  width: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  display: none;
}
.back-to-partner-link svg {
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  fill: var(--text-link, hsl(60deg, 4%, 11%));
}
.back-to-partner-link .close-svg {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .back-to-partner-link .close-svg {
    margin: 0 10px 0 0;
  }
}
.back-to-partner-link:after {
  left: 20px;
}
.back-to-partner-link:hover:after {
  width: calc(100% - 20px);
}

.back-to-section-button {
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-size: 18px;
  line-height: 1;
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: 0.3s;
  font-size: 18px;
  margin: 20px 0 0;
  order: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-to-section-button a {
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.back-to-section-button a:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.back-to-section-button:hover {
  text-decoration: none;
  font-weight: normal;
}
.back-to-section-button:hover a {
  font-weight: bold;
  letter-spacing: -0.032em;
}
.back-to-section-button:hover a[data-text] {
  font-weight: normal;
  letter-spacing: unset;
  text-decoration: none;
  color: transparent;
}
.back-to-section-button:hover a[data-text]:before {
  opacity: 1;
  color: var(--text-link, hsl(60deg, 4%, 11%));
}
.back-to-section-button:hover:after {
  background: var(--text-link, hsl(60deg, 4%, 11%));
}
.back-to-section-button:after {
  content: "";
  transition: width 400ms ease, background-color 400ms ease;
  height: 1px;
  width: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  display: none;
}
.back-to-section-button svg {
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  fill: var(--text-link, hsl(60deg, 4%, 11%));
}
.back-to-section-button .close-svg {
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .back-to-section-button .close-svg {
    margin: 0 10px 0 0;
  }
}
.back-to-section-button:after {
  left: 20px;
}
.back-to-section-button:hover:after {
  width: calc(100% - 20px);
}
@media only screen and (min-width: 480px) {
  .back-to-section-button {
    width: auto;
    margin: 0 30px 0 0;
    order: 1;
  }
}
.back-to-section-button:has(.close-svg) a:before {
  margin-left: 20px;
}

.form-submit {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  flex-flow: row wrap;
}
@media only screen and (min-width: 480px) {
  .form-submit {
    flex-wrap: nowrap;
  }
}
.form-submit button[type=submit],
.form-submit input[type=submit] {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  font-size: 18px;
  margin: 0;
  width: 100%;
}
.form-submit button[type=submit] a,
.form-submit button[type=submit] button,
.form-submit input[type=submit] a,
.form-submit input[type=submit] button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .form-submit button[type=submit] a,
  .form-submit button[type=submit] button,
  .form-submit input[type=submit] a,
  .form-submit input[type=submit] button {
    padding: 12px 50px;
  }
}
.form-submit button[type=submit] a:hover,
.form-submit button[type=submit] button:hover,
.form-submit input[type=submit] a:hover,
.form-submit input[type=submit] button:hover {
  text-decoration: none;
}
.form-submit button[type=submit] a:before,
.form-submit button[type=submit] button:before,
.form-submit input[type=submit] a:before,
.form-submit input[type=submit] button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.form-submit button[type=submit] a:after,
.form-submit button[type=submit] button:after,
.form-submit input[type=submit] a:after,
.form-submit input[type=submit] button:after {
  display: none;
}
.form-submit button[type=submit]:focus,
.form-submit input[type=submit]:focus {
  outline: 0;
}
.form-submit button[type=submit]:hover,
.form-submit input[type=submit]:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.form-submit button[type=submit]:hover:not(input),
.form-submit input[type=submit]:hover:not(input) {
  color: transparent !important;
}
.form-submit button[type=submit]:hover a:before,
.form-submit button[type=submit]:hover button:before,
.form-submit input[type=submit]:hover a:before,
.form-submit input[type=submit]:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.form-submit button[type=submit]:hover svg,
.form-submit input[type=submit]:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.form-submit button[type=submit] svg,
.form-submit input[type=submit] svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.form-submit button[type=submit]:hover,
.form-submit input[type=submit]:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.form-submit button[type=submit]:hover a:before,
.form-submit button[type=submit]:hover button:before,
.form-submit input[type=submit]:hover a:before,
.form-submit input[type=submit]:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.form-submit button[type=submit]:hover svg,
.form-submit input[type=submit]:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.form-submit button[type=submit] svg,
.form-submit input[type=submit] svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
@media only screen and (min-width: 480px) {
  .form-submit button[type=submit],
  .form-submit input[type=submit] {
    width: auto;
    order: 2;
  }
}
.form-submit button[type=submit].dashboard-form-submit,
.form-submit input[type=submit].dashboard-form-submit {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-submit button[type=submit].dashboard-form-submit:hover,
.form-submit input[type=submit].dashboard-form-submit:hover {
  font-weight: 700;
}

.form-text {
  border-bottom: var(--form-section-border, hsl(60deg, 1%, 82%)) 1px solid;
  border-top: var(--form-section-border, hsl(60deg, 1%, 82%)) 1px solid;
  padding: 30px 0;
  margin: 30px 0;
  color: var(--form-text, hsl(0deg, 0%, 45%));
  font-size: 14px;
}

.label-event-type {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}
.label-event-type span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}
.label-event-type .event-type-cb,
.label-event-type .event-type-ds {
  width: 11px;
  height: 11px;
  margin: 1px 9px 0 0;
}
.label-event-type .event-type-cb.event-type-ds,
.label-event-type .event-type-ds.event-type-ds {
  fill: var(--event-type-ds, hsl(53deg, 100%, 50%));
}
.label-event-type .event-type-cb.event-type-cb,
.label-event-type .event-type-ds.event-type-cb {
  fill: var(--event-type-cb, hsl(197deg, 85%, 65%));
}

.ms-container {
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/sort-down.svg") no-repeat 50% calc(50% + 10px);
  background-size: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 0 30px;
}
@media only screen and (min-width: 680px) {
  .ms-container {
    background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/sort.svg") no-repeat 50% calc(50% + 10px);
    background-size: 30px;
  }
}
.ms-container h3 {
  margin: 0 0 10px;
}
.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.ms-container .ms-optgroup-container {
  width: 100%;
}
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0 0 5px;
  cursor: pointer;
}

.ms-selectable,
.ms-selection {
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .ms-selectable,
  .ms-selection {
    width: calc(50% - 30px);
  }
}
.ms-selectable h3,
.ms-selection h3 {
  margin: 0 0 10px;
}
.ms-selectable .disabled,
.ms-selection .disabled {
  background-color: var(--ms-selectable-disabled-bg, hsl(60deg, 1%, 82%));
  color: var(--ms-selectable-disabled, hsl(0deg, 0%, 45%));
  cursor: text;
}
.ms-selectable .ms-hover,
.ms-selection .ms-hover {
  cursor: pointer;
  text-decoration: none;
  background: var(--ms-selectable-hover-bg, hsl(0deg, 0%, 95%));
}
.ms-selectable .ms-elem-selectable,
.ms-selectable .ms-elem-selection,
.ms-selection .ms-elem-selectable,
.ms-selection .ms-elem-selection {
  border-bottom: 1px var(--ms-selectable-item-border, rgba(115, 115, 115, 0.4)) solid;
  padding: 10px;
  color: var(--ms-selectable-item, hsl(0deg, 0%, 30%));
  font-size: 18px;
}
.ms-selectable .ms-elem-selectable:last-child,
.ms-selectable .ms-elem-selection:last-child,
.ms-selection .ms-elem-selectable:last-child,
.ms-selection .ms-elem-selection:last-child {
  border: 0 none;
}

.ms-selection {
  margin-top: 30px;
}
@media only screen and (min-width: 680px) {
  .ms-selection {
    margin-top: 0;
  }
}

.ms-list {
  box-shadow: inset 0 1px 1px var(--ms-list-shadow, rgba(29, 29, 27, 0.075));
  border: 2px var(--ms-list-border, hsl(0deg, 0%, 45%)) solid;
  border-radius: 2px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}
.ms-list.ms-focus {
  border-color: var(--ms-list-border-success, hsl(142deg, 39%, 56%));
  outline: 0;
}

.dashboard-form-message {
  cursor: pointer;
  top: 119px;
  position: fixed;
  z-index: -1;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 15px 20px;
  transition: all 400ms ease;
}
@media only screen and (min-width: 1024px) {
  .dashboard-form-message {
    top: 134px;
  }
}
@media only screen and (min-width: 1280px) {
  .dashboard-form-message {
    top: 90px;
  }
}
@media only screen and (min-width: 1280px) {
  .dashboard-form-message {
    padding: 15px 30px;
  }
}
.dashboard-form-message.media-upload-error-message, .dashboard-form-message.message-type {
  top: 119px;
}
@media only screen and (min-width: 1024px) {
  .dashboard-form-message.media-upload-error-message, .dashboard-form-message.message-type {
    top: 90px;
  }
}
.dashboard-form-message.dashboard-form-message-visible {
  visibility: visible;
  opacity: 1;
  z-index: 80;
  transition: none;
  animation: hide-message 1s ease 5s forwards;
}
.dashboard-form-message.media-upload-error-message, .dashboard-form-message.message-type-2, .dashboard-form-message.dashboard-form-error-message {
  border-bottom: var(--dashboard-form-error-message-border, hsl(0deg, 100%, 50%)) 1px solid;
  background: var(--dashboard-form-error-message-bg, #ffcccc);
  color: var(--dashboard-form-error-message, hsl(0deg, 100%, 50%));
}
.dashboard-form-message.media-upload-error-message svg, .dashboard-form-message.message-type-2 svg, .dashboard-form-message.dashboard-form-error-message svg {
  fill: var(--dashboard-form-error-message, hsl(0deg, 100%, 50%));
}
.dashboard-form-message.media-upload-error-message {
  z-index: 80;
}
.dashboard-form-message.message-type-0 {
  border-bottom: var(--dashboard-form-success-message-border, hsl(142deg, 39%, 56%)) 1px solid;
  background: var(--dashboard-form-success-message-bg, #f1f9f4);
  color: var(--dashboard-form-success-message, hsl(142deg, 39%, 56%));
}
.dashboard-form-message.message-type-0 svg {
  fill: var(--dashboard-form-success-message, hsl(142deg, 39%, 56%));
}
.dashboard-form-message.dashboard-form-note-message, .dashboard-form-message.message-type--1, .dashboard-form-message.message-type--2, .dashboard-form-message.message-type-1 {
  border-bottom: var(--dashboard-form-warning-message-border, hsl(24deg, 100%, 50%)) 1px solid;
  background: var(--dashboard-form-warning-message-bg, #ffe0cc);
  color: var(--dashboard-form-warning-message, hsl(24deg, 100%, 50%));
}
.dashboard-form-message.dashboard-form-note-message svg, .dashboard-form-message.message-type--1 svg, .dashboard-form-message.message-type--2 svg, .dashboard-form-message.message-type-1 svg {
  fill: var(--dashboard-form-warning-message, hsl(24deg, 100%, 50%));
}
.dashboard-form-message .dashboard-form-message-inner {
  margin: 0 auto;
  position: relative;
}
.dashboard-form-message p {
  margin: 0;
}
.dashboard-form-message svg {
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  position: absolute;
}

.form-row-wrapper {
  visibility: visible;
  position: static;
  transition: all 400ms ease;
}
.form-row-wrapper.form-row-wrapper-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: -200vh;
}
.form-row-wrapper > h3 {
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 10px 0 5px;
  font-size: 18px;
  color: var(--form-section-headline, hsl(60deg, 4%, 11%));
}
.form-row-wrapper > h3 span {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  color: var(--form-section-headline-info, hsl(0deg, 0%, 45%));
}

.form-row-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.form-row-container.form-row-container-disabled {
  opacity: 0.2;
}
.form-row-container.form-row-container-hidden {
  display: none;
}
.form-row-container.form-row-hidden {
  display: none;
}

.form-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 !important;
}
.form-row.form-row-hidden {
  display: none;
}
.form-row.reversed-1 {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .form-row.reversed-1 {
    order: 1;
  }
}
.form-row.reversed-2 {
  order: 1;
}
@media only screen and (min-width: 768px) {
  .form-row.reversed-2 {
    order: 2;
  }
}
.form-row.form-row-1 {
  width: 100%;
}
.form-row.form-row-2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-row.form-row-2 {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  .form-row.form-row-2 {
    width: calc(50% - 20px);
  }
}
.form-row.form-row-7 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-row.form-row-7 {
    width: calc(66.6666% - 10px);
  }
}
.form-row.form-row-3 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-row.form-row-3 {
    width: calc(33.3333% - 15px);
  }
}
@media only screen and (min-width: 768px) {
  .form-row.form-row-3:nth-last-child(-n+2):first-child ~ .form-row-3 {
    position: relative;
    left: calc(-33.3333% - 8px);
  }
}
.form-row.form-row-4 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-row.form-row-4 {
    width: calc(25% - 15px);
  }
}
.form-row h3,
.form-row .error-message-container {
  width: 100%;
}
.form-row h3 {
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 10px 0 5px;
  font-size: 18px;
  color: var(--form-section-headline, hsl(60deg, 4%, 11%));
  font-family: "helvetica-neue-roman", arial, sans-serif;
}
.form-row h3 span {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  color: var(--form-section-headline-info, hsl(0deg, 0%, 45%));
}
.event-list-content {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
  z-index: -1;
  position: fixed;
  transition: opacity 400ms ease;
}
@media only screen and (min-width: 960px) {
  .event-list-content {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .event-list-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .event-list-content {
  margin-left: auto;
  margin-right: auto;
}
.event-list-content.event-list-content-visible {
  position: relative;
  z-index: 0;
}
.show-filter-layer .event-list-content {
  display: none;
}

.event-map-wrapper {
  max-width: 1920px;
  margin-left: -20px;
  margin-right: -20px;
  height: calc(100vh - 400px);
  max-height: calc(100vh - 400px);
  min-height: 600px;
  min-width: 100%;
}
@media only screen and (min-width: 960px) {
  .event-map-wrapper {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1920px) {
  .event-map-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .event-map-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.event-map-wrapper * {
  visibility: hidden !important;
}
.event-map-wrapper.event-map-wrapper-visible {
  visibility: visible;
  position: static;
}
.event-map-wrapper.event-map-wrapper-visible * {
  visibility: visible !important;
}
.show-filter-layer .event-map-wrapper {
  visibility: hidden;
  z-index: -1;
  position: fixed;
  height: calc(100vh - 270px);
  width: 100%;
}

.event-floating-label {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--floating-label-bg, hsl(60deg, 4%, 11%));
  box-shadow: 0 3px 5px -1px var(--floating-shadow1, hsla(60deg, 4%, 11%, 0.12)), 0 6px 10px 0 var(--floating-shadow2, hsla(60deg, 4%, 11%, 0.14)), 0 1px 18px 0 var(--floating-shadow3, hsla(60deg, 4%, 11%, 0.12));
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  z-index: 50;
  bottom: 120px;
  right: 20px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1920px) {
  .event-floating-label {
    right: calc(50vw - 940px);
  }
}
.event-floating-label.floating-label-hidden {
  display: none;
}
.event-floating-label.show-location-map .list-icon-1,
.event-floating-label.show-location-map .list-icon-2, .event-floating-label.show-event-map .list-icon-1,
.event-floating-label.show-event-map .list-icon-2 {
  visibility: visible;
}
.event-floating-label.show-location-map .list-icon-1, .event-floating-label.show-event-map .list-icon-1 {
  animation: scale-icon-1 2s ease-in-out infinite;
}
.event-floating-label.show-location-map .list-icon-2, .event-floating-label.show-event-map .list-icon-2 {
  animation: scale-icon-2 2s ease-in-out infinite;
}
.event-floating-label.show-location-map .marker-icon-1,
.event-floating-label.show-location-map .marker-icon-2, .event-floating-label.show-event-map .marker-icon-1,
.event-floating-label.show-event-map .marker-icon-2 {
  visibility: hidden;
  animation: none;
}
.event-floating-label span {
  color: var(--floating-label, hsl(0deg, 0%, 100%));
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-size: 14px;
  padding: 50px 0 0;
}
.event-floating-label .marker-icon-1 {
  height: 25px;
  width: 19px;
  position: absolute;
  top: 20px;
  left: 40px;
  fill: var(--floating-label-color-1, #ed0924);
  animation: scale-icon-1 2s ease-in-out infinite;
  order: 1;
}
.event-floating-label .marker-icon-2 {
  height: 25px;
  width: 19px;
  position: absolute;
  top: 15px;
  left: 24px;
  fill: var(--floating-label-color-2, #ed0924);
  animation: scale-icon-2 2s ease-in-out infinite;
  order: 2;
}
.event-floating-label .list-icon-1 {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  left: 38px;
  fill: var(--floating-label-color-1, #ed0924);
  visibility: hidden;
}
.event-floating-label .list-icon-2 {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 24px;
  fill: var(--floating-label-color-2, #ed0924);
  visibility: hidden;
}
.show-filter-layer .event-floating-label {
  display: none;
}

.event-highlight-list-module {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .event-highlight-list-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .event-highlight-list-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .event-highlight-list-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .event-highlight-list-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .event-highlight-list-module {
    padding-bottom: 100px;
  }
}

.event-teaser-list-module {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .event-teaser-list-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .event-teaser-list-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .event-teaser-list-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .event-teaser-list-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .event-teaser-list-module {
    padding-bottom: 100px;
  }
}

.detail-map-module {
  max-width: 1920px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .detail-map-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1920px) {
  .detail-map-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .detail-map-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .detail-map-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .detail-map-module {
    padding-bottom: 100px;
  }
}

.detail-map-intro {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 960px) {
  .detail-map-intro {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.detail-map-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .detail-map-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .detail-map-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .detail-map-intro h2 {
    margin: 0 0 30px;
  }
}

.detail-map-subheadline {
  font-weight: normal;
  font-size: 18px;
  color: var(--detail-location-info, hsl(60deg, 4%, 11%));
  text-align: center;
  margin: -10px 0 30px;
}
.news-list-module {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .news-list-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .news-list-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .news-list-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .news-list-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .news-list-module {
    padding-bottom: 100px;
  }
}

.news-list-intro h2,
.news-list-intro h1 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .news-list-intro h2,
  .news-list-intro h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .news-list-intro h2,
  .news-list-intro h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .news-list-intro h2,
  .news-list-intro h1 {
    margin: 0 0 30px;
  }
}

.partner-list-module {
  padding-bottom: 30px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}
@media only screen and (min-width: 680px) {
  .partner-list-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .partner-list-module {
    padding-bottom: 100px;
  }
}
.partner-list-module .teaser-list-item .teaser-list-item-image-outer {
  border: var(--teaser-list-item-image-wrapper-border, hsl(60deg, 1%, 82%)) 1px solid;
  padding-top: 66.7%;
  position: relative;
  overflow: hidden;
}
.partner-list-module .teaser-list-item .teaser-list-item-image-outer .teaser-list-item-image {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
  border: 0 none;
}

.partner-list-intro h1,
.partner-list-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .partner-list-intro h1,
  .partner-list-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .partner-list-intro h1,
  .partner-list-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .partner-list-intro h1,
  .partner-list-intro h2 {
    margin: 0 0 30px;
  }
}
.location-map-wrapper {
  max-width: 1920px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .location-map-wrapper {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1920px) {
  .location-map-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .location-map-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .location-map-wrapper {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .location-map-wrapper {
    padding-bottom: 100px;
  }
}
.location-map-wrapper.location-map-wrapper-visible {
  display: block;
}
.location-map-wrapper .map-content {
  height: calc(100vh - 200px);
}
.location-map-wrapper .map-canvas {
  height: calc(100vh - 200px);
}

.location-floating-label {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--floating-label-bg, hsl(60deg, 4%, 11%));
  box-shadow: 0 3px 5px -1px var(--floating-shadow1, hsla(60deg, 4%, 11%, 0.12)), 0 6px 10px 0 var(--floating-shadow2, hsla(60deg, 4%, 11%, 0.14)), 0 1px 18px 0 var(--floating-shadow3, hsla(60deg, 4%, 11%, 0.12));
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  z-index: 50;
  bottom: 120px;
  right: 20px;
  display: flex;
}
@media only screen and (min-width: 1920px) {
  .location-floating-label {
    right: calc(50vw - 940px);
  }
}
.location-floating-label.floating-label-hidden {
  display: none;
}
.location-floating-label.show-location-map .list-icon-1,
.location-floating-label.show-location-map .list-icon-2, .location-floating-label.show-event-map .list-icon-1,
.location-floating-label.show-event-map .list-icon-2 {
  visibility: visible;
}
.location-floating-label.show-location-map .list-icon-1, .location-floating-label.show-event-map .list-icon-1 {
  animation: scale-icon-1 2s ease-in-out infinite;
}
.location-floating-label.show-location-map .list-icon-2, .location-floating-label.show-event-map .list-icon-2 {
  animation: scale-icon-2 2s ease-in-out infinite;
}
.location-floating-label.show-location-map .marker-icon-1,
.location-floating-label.show-location-map .marker-icon-2, .location-floating-label.show-event-map .marker-icon-1,
.location-floating-label.show-event-map .marker-icon-2 {
  visibility: hidden;
  animation: none;
}
.location-floating-label span {
  color: var(--floating-label, hsl(0deg, 0%, 100%));
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-size: 14px;
  padding: 50px 0 0;
}
.location-floating-label .marker-icon-1 {
  height: 25px;
  width: 19px;
  position: absolute;
  top: 20px;
  left: 40px;
  fill: var(--floating-label-color-1, #ed0924);
  animation: scale-icon-1 2s ease-in-out infinite;
  order: 1;
}
.location-floating-label .marker-icon-2 {
  height: 25px;
  width: 19px;
  position: absolute;
  top: 15px;
  left: 24px;
  fill: var(--floating-label-color-2, #ed0924);
  animation: scale-icon-2 2s ease-in-out infinite;
  order: 2;
}
.location-floating-label .list-icon-1 {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  left: 38px;
  fill: var(--floating-label-color-1, #ed0924);
  visibility: hidden;
}
.location-floating-label .list-icon-2 {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: 24px;
  fill: var(--floating-label-color-2, #ed0924);
  visibility: hidden;
}

.location-list-module {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 560px) {
  .location-list-module {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 560px) and (min-width: 960px) {
  .location-list-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 680px) {
  .location-list-module {
    margin-bottom: 50px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
  }
}
@media only screen and (min-width: 1600px) {
  .location-list-module {
    margin-bottom: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
  }
}

.location-list-intro {
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .location-list-intro {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  .location-list-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 560px) and (min-width: 960px) {
  .location-list-intro {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.location-list-intro h2,
.location-list-intro h1 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 960px) {
  .location-list-intro h2,
  .location-list-intro h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .location-list-intro h2,
  .location-list-intro h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .location-list-intro h2,
  .location-list-intro h1 {
    margin: 0 0 30px;
  }
}
.event-teaser-list-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .event-teaser-list-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .event-teaser-list-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .event-teaser-list-intro h2 {
    margin: 0 0 30px;
  }
}

.event-list-item-canceled-overlay-wrapper {
  position: absolute;
  background: var(--event-list-item-canceled-overlay-wrapper, hsla(0deg, 0%, 100%, 0.9));
  top: 0;
  left: 0;
  right: 0;
  padding-top: 68%;
  z-index: 30;
  display: block;
}
.event-list-item-canceled-overlay-wrapper p {
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  right: 0;
  text-align: center;
  color: var(--event-list-item-canceled, hsl(60deg, 1%, 37%));
  font-size: 18px;
}
.teaser-list-item-checkbox:checked ~ .teaser-list-item-label {
  transform: rotate(45deg);
}
.teaser-list-item-checkbox:checked ~ .teaser-list-item-label ~ .teaser-list-item-link-wrapper .teaser-list-item-content-wrapper {
  z-index: 0;
  opacity: 1;
}
.teaser-list-item-checkbox:checked ~ .teaser-list-item-label ~ .teaser-list-item-link-wrapper .teaser-list-item-content-wrapper:after {
  z-index: 0;
  opacity: 1;
}

.teaser-list-item-label {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: transform 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  z-index: 10;
  display: block;
}
.teaser-list-item-label:before, .teaser-list-item-label:after {
  content: "";
  background: var(--teaser-list-item-label-bg, hsl(0deg, 0%, 100%));
  display: block;
  position: relative;
}
.teaser-list-item-label:before {
  width: 2px;
  height: 16px;
  transform: translateY(27px) translateX(34px);
}
.teaser-list-item-label:after {
  width: 16px;
  height: 2px;
  transform: translateY(18px) translateX(27px);
}
.teaser-list-item-label strong {
  text-indent: -3000rem;
  position: absolute;
}
.teaser-list-item-content-wrapper {
  transition: opacity 400ms 200ms ease;
}
.teaser-list-item-content-wrapper:after {
  content: "";
  opacity: 0;
  padding-top: 68%;
  z-index: -1;
  background: var(--teaser-list-item-content-wrapper-after-bg, hsla(60deg, 4%, 11%, 0.8));
  transition: opacity 400ms 200ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.teaser-list-item-content-wrapper h3 {
  padding: 20px 20px 0;
  color: var(--teaser-list-item-link-info, hsl(0deg, 0%, 100%));
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  z-index: 10;
  margin: 0 0 -10px;
}

.teaser-list-item-content {
  color: var(--teaser-list-item-link-info, hsl(0deg, 0%, 100%));
  padding: 20px 50px 25px 20px;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 560px) {
  .teaser-list-item-content {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 620px) {
  .teaser-list-item-content {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 860px) {
  .teaser-list-item-content {
    font-size: 14px;
    line-height: 18px;
  }
  .teaser-list-2-items .teaser-list-item-content {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 950px) {
  .teaser-list-item-content {
    font-size: 16px;
    line-height: 20px;
  }
  .teaser-list-2-items .teaser-list-item-content {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1160px) {
  .teaser-list-item-content {
    font-size: 14px;
    line-height: 18px;
  }
  .teaser-list-2-items .teaser-list-item-content {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1280px) {
  .teaser-list-item-content {
    font-size: 16px;
    line-height: 20px;
  }
  .teaser-list-2-items .teaser-list-item-content {
    font-size: 18px;
    line-height: 22px;
  }
}
.teaser-list-item-content p {
  margin: 0;
}
.teaser-view-single-item .teaser-list-item-content {
  color: var(--body, hsl(60deg, 4%, 11%));
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  .teaser-view-single-item .teaser-list-item-content {
    padding: 20px 50px 25px 40px;
  }
}

.teaser-list-item-link-info {
  --text-link: hsl(0deg, 0%, 100%);
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-size: 18px;
  line-height: 1;
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: 0.3s;
  margin: 0 20px;
  line-height: 22px;
  position: relative;
  z-index: 10;
}
.teaser-list-item-link-info a {
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.teaser-list-item-link-info a:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.teaser-list-item-link-info:hover {
  text-decoration: none;
  font-weight: normal;
}
.teaser-list-item-link-info:hover a {
  font-weight: bold;
  letter-spacing: -0.032em;
}
.teaser-list-item-link-info:hover a[data-text] {
  font-weight: normal;
  letter-spacing: unset;
  text-decoration: none;
  color: transparent;
}
.teaser-list-item-link-info:hover a[data-text]:before {
  opacity: 1;
  color: var(--text-link, hsl(60deg, 4%, 11%));
}
.teaser-list-item-link-info:hover:after {
  background: var(--text-link, hsl(60deg, 4%, 11%));
}
.teaser-list-item-link-info:after {
  content: "";
  transition: width 400ms ease, background-color 400ms ease;
  height: 1px;
  width: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  display: none;
}
.teaser-list-item-link-info svg {
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  fill: var(--text-link, hsl(60deg, 4%, 11%));
}
.teaser-list-item-link-info svg {
  width: 15px;
  height: 15px;
  margin: 2px 10px 0;
}
.teaser-list-item-link-info:after {
  left: 22px;
}
.teaser-list-item-link-info:hover:after {
  width: calc(100% - 22px);
}
.teaser-view-single-item .teaser-list-item-link-info {
  --text-link: hsl(60deg, 4%, 11%);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .teaser-view-single-item .teaser-list-item-link-info {
    margin: 0 40px;
  }
}
.speaker-list-module {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .speaker-list-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .speaker-list-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .speaker-list-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .speaker-list-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .speaker-list-module {
    padding-bottom: 100px;
  }
}
.speaker-list-module .teaser-list-item-content-wrapper:after {
  padding-top: 100%;
}

.speaker-list-intro h1,
.speaker-list-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .speaker-list-intro h1,
  .speaker-list-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .speaker-list-intro h1,
  .speaker-list-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .speaker-list-intro h1,
  .speaker-list-intro h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 960px) {
  .speaker-overview-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .speaker-overview-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .speaker-overview-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .speaker-overview-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .speaker-overview-module {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .show-speaker-overview-filter-layer .speaker-overview-module {
    padding: 0;
  }
}
.speaker-overview-module .teaser-list {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .speaker-overview-module .teaser-list {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 560px) {
  .speaker-overview-module .teaser-list-item {
    margin: 0 0 40px 3px;
  }
}
.speaker-overview-module .teaser-list-item-content-wrapper:after {
  padding-top: 100%;
}

.media-text-module {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .media-text-module {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 960px) {
  .media-text-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 680px) {
  .media-text-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .media-text-module {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 960px) {
  .media-text-module + .media-text-module:not(:has(.theme0)) {
    padding-bottom: 0;
  }
}

.media-text-intro {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 960px) {
  .media-text-intro {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.media-text-intro h2,
.media-text-intro h1 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .media-text-intro h2,
  .media-text-intro h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .media-text-intro h2,
  .media-text-intro h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .media-text-intro h2,
  .media-text-intro h1 {
    margin: 0 0 30px;
  }
}

.media-text {
  background: var(--media-text-module-bg, hsl(0deg, 0%, 100%));
}
@media only screen and (min-width: 960px) {
  .media-text.theme5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
.media-text.theme5 > .media-text-item:first-child {
  background-color: #f2f2f2;
}
.media-text.theme5 > .media-text-item:last-child {
  background-color: #defa66;
}
.media-text.theme5 .media-text-item-content-wrapper {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .media-text.theme5 .media-text-item-content-wrapper {
    padding-top: 60px;
  }
}
.media-text.theme5 .media-text-item-content-wrapper .media-text-item-content {
  max-width: 100%;
}
.media-text.theme5 .media-text-item-newsletter-wrapper {
  width: 100%;
  padding-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .media-text.theme5 .media-text-item-newsletter-wrapper {
    padding: 0 40px 60px;
  }
}
.media-text.theme5 .media-text-item-newsletter-wrapper .media-text-item-content {
  max-width: 100%;
}

.media-text-slider .media-text-item {
  display: none;
}
.media-text-slider .media-text-item:first-child {
  display: block;
}
.media-text-slider.slick-initialized .media-text-item {
  display: block;
}

.media-text-item-link {
  height: 100%;
}

.media-text-item-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.media-text-item-wrapper:hover {
  text-decoration: none;
}

.media-text-item-image-wrapper {
  width: 100%;
  order: 1;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .media-text-item-image-wrapper {
    width: 50%;
    order: 1;
  }
  .media-text-item-reversed .media-text-item-image-wrapper {
    order: 2;
  }
}

.media-text-item-image-inner {
  position: relative;
  height: 100%;
  background: var(--media-text-item-image-inner-fallback, hsl(60deg, 1%, 82%));
}
.media-text-item-image-inner .video-wrapper {
  position: relative;
  padding-top: 0;
  background: var(--video-preview-wrapper-bg, hsl(0deg, 0%, 0%));
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.media-text-item-image-inner .video-wrapper.video-initialized .video-frame {
  display: block;
}
.media-text-item-image-inner .video-wrapper.video-initialized .video-preview-wrapper {
  opacity: 0;
  visibility: hidden;
}
.media-text-item-image-inner .video-wrapper.video-initialized .video-play-button.youtube-video-play-button.youtube-video-play-button-visible {
  opacity: 0;
  visibility: hidden;
}
.media-text-item-image-inner .video-wrapper.video-initialized .video-play-button.vimeo-video-play-button {
  opacity: 0;
  visibility: hidden;
}
.media-text-item-image-inner .video-wrapper .video-preview-wrapper,
.media-text-item-image-inner .video-wrapper iframe,
.media-text-item-image-inner .video-wrapper .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 0 none;
}
.media-text-item-image-inner .video-wrapper .video-frame {
  display: none;
}
.media-text-item-image-inner .video-wrapper .video-frame.vimeo-video-lazy {
  display: block;
}
.media-text-item-image-inner .video-wrapper .video-preview-wrapper {
  transition: opacity 400ms ease;
  overflow: hidden;
}
.media-text-item-image-inner .video-wrapper .video-preview-wrapper.youtube-video-preview-wrapper {
  background: var(--video-preview-wrapper-bg, hsl(0deg, 0%, 0%));
}
.media-text-item-image-inner .video-wrapper .video-preview-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.media-text-item-image-inner .video-wrapper .video-preview-wrapper img.youtube-video-preview {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.media-text-item-image-inner .video-wrapper .video-play-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: opacity 400ms ease;
}
.media-text-item-image-inner .video-wrapper .video-play-button.youtube-video-play-button {
  opacity: 0;
  visibility: hidden;
}
.media-text-item-image-inner .video-wrapper .video-play-button.youtube-video-play-button.youtube-video-play-button-visible {
  visibility: visible;
  opacity: 1;
}
.media-text-item-image-inner .video-wrapper .video-play-button:after {
  content: "";
  background: var(--video-preview-wrapper, hsla(60deg, 4%, 11%, 0.2));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 400ms ease;
  opacity: 1;
}
.media-text-item-image-inner .video-wrapper .video-play-button:hover:after {
  opacity: 0;
}
.media-text-item-image-inner .video-wrapper .video-play-button .video-play-button-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.media-text-item-image-inner .video-wrapper .video-play-button .video-play-button-icon:after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: var(--stage-video-play-button-bg, hsl(60deg, 4%, 11%));
  position: relative;
  border-radius: 100%;
  transition: background-color 400ms ease;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .media-text-item-image-inner .video-wrapper .video-play-button .video-play-button-icon:after {
    width: 80px;
    height: 80px;
  }
}
.media-text-item-image-inner .video-wrapper .video-play-button .video-play-button-icon:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%) rotate(-270deg);
  z-index: 10;
  border-style: solid;
  border-width: 0 8px 12px;
  border-color: transparent transparent var(--stage-video-play-button-icon, hsl(0deg, 0%, 100%));
  transition: border-color 400ms ease;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .media-text-item-image-inner .video-wrapper .video-play-button .video-play-button-icon:before {
    border-width: 0 16px 24px;
  }
}
.media-text-item-image-inner .video-wrapper .no-video {
  background: var(--no-video-bg, hsl(60deg, 4%, 11%));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-text-item-image-inner .video-wrapper .no-video p {
  color: var(--no-video, hsl(0deg, 0%, 100%));
}
.media-text-item-image-inner .video-wrapper .no-video svg {
  fill: var(--no-video, hsl(0deg, 0%, 100%));
  display: block;
  margin: 0 auto 20px;
}

.media-text-item-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 40vh;
}
@media only screen and (min-width: 960px) {
  .media-text-item-image {
    max-height: unset;
  }
}

.media-text-item-newsletter-wrapper {
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 960px) {
  .media-text-item-newsletter-wrapper {
    width: 50%;
    order: 2;
  }
}
.media-text-item-newsletter-wrapper .newsletter-form {
  margin-top: -10px;
}

.media-text-item-newsletter-inner {
  position: relative;
}
.theme1 .media-text-item-newsletter-inner, .theme2 .media-text-item-newsletter-inner {
  padding-bottom: 30px;
}
.media-text-item-newsletter-inner .newsletter-content {
  padding: 0 20px;
}
@media only screen and (min-width: 960px) {
  .media-text-item-newsletter-inner .newsletter-content {
    padding: 0 40px 10px 0;
  }
}

.newsletter-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.newsletter-content .form-submit {
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .newsletter-content .form-submit {
    justify-content: flex-start;
  }
}
.newsletter-content .form-submit .newsletter-submit {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 50px;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  margin-left: 0;
}
.newsletter-content .form-submit .newsletter-submit[data-text]:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.newsletter-content .form-submit .newsletter-submit:hover {
  text-decoration: none;
  color: transparent;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.newsletter-content .form-submit .newsletter-submit:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.newsletter-content .form-submit .newsletter-submit:hover a:before,
.newsletter-content .form-submit .newsletter-submit:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
}
.newsletter-content .form-submit .newsletter-submit:hover[data-text]:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
}
.newsletter-content .form-submit .newsletter-submit a,
.newsletter-content .form-submit .newsletter-submit button {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.newsletter-content .form-submit .newsletter-submit a:hover,
.newsletter-content .form-submit .newsletter-submit button:hover {
  text-decoration: none;
}
.newsletter-content .form-submit .newsletter-submit a:before,
.newsletter-content .form-submit .newsletter-submit button:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.newsletter-content .form-submit .newsletter-submit svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.newsletter-content .form-submit .newsletter-submit:focus {
  outline: 0;
}

.media-text-item-content-wrapper {
  font-size: 18px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  padding: 30px 20px;
  width: 100%;
  order: 2;
}
@media (min-width: 960px) {
  .media-text-item-content-wrapper {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .media-text-item-content-wrapper {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 960px) {
  .media-text-item-content-wrapper {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 60px 40px;
    order: 2;
  }
  .media-text-item-reversed .media-text-item-content-wrapper {
    order: 1;
    border-left: var(--media-text-module-item-reversed-border, hsl(0deg, 0%, 100%)) 1px solid;
  }
}
.media-text-slider .media-text-item-content-wrapper {
  padding: 30px 20px 0;
}
@media only screen and (min-width: 960px) {
  .media-text-slider .media-text-item-content-wrapper {
    padding: 40px;
  }
}
.newsletter-text-item .media-text-item-content-wrapper, .media-text-slider.theme1 .media-text-item-content-wrapper, .media-text-slider.theme2 .media-text-item-content-wrapper {
  padding: 30px 20px;
}
@media only screen and (min-width: 960px) {
  .newsletter-text-item .media-text-item-content-wrapper, .media-text-slider.theme1 .media-text-item-content-wrapper, .media-text-slider.theme2 .media-text-item-content-wrapper {
    padding: 40px;
  }
}
.newsletter-text-item .media-text-item-content-wrapper {
  order: 1;
}
@media only screen and (min-width: 960px) {
  .newsletter-text-item .media-text-item-content-wrapper {
    order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .media-text-item-content {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .media-text-item-content {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1280px) {
  .media-text-item-content {
    max-width: 80%;
  }
}
.media-text-slider .media-text-item-content {
  opacity: 0;
  transform: translateX(-10px);
  transition: transform 1s ease;
}
.slick-current .media-text-item-content {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
}

.media-text-item-header {
  width: 100%;
}
.media-text-item-header .overline {
  font-size: 14px;
  color: var(--media-text-module-text, hsl(60deg, 4%, 11%));
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
}
.media-text-item-header h3 {
  font-size: 22px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  color: var(--media-text-module-text, hsl(60deg, 4%, 11%));
}
@media (min-width: 960px) {
  .media-text-item-header h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .media-text-item-header h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.media-text-item-text {
  padding: 15px 0 0;
  width: 100%;
  color: var(--media-text-module-text, hsl(60deg, 4%, 11%));
  line-height: 1.5;
}
.media-text-item-text p {
  margin: 0 0 30px;
  line-height: 1.4;
  font-size: 18px;
}
.media-text-item-text p:last-child {
  margin: 0;
}
.media-text-item-text a {
  position: relative;
}
.media-text-item-text a:hover {
  text-decoration: none;
}
.media-text-item-text a:hover:after {
  width: 100%;
  background-color: var(--media-text-module-text, hsl(60deg, 4%, 11%));
}
.media-text-item-text a:after {
  content: "";
  transition: width 400ms ease, background-color 400ms ease;
  height: 1px;
  width: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
}

.media-text-item-text-hidden {
  display: none;
}

.read-less,
.read-more {
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
}
.read-less:hover,
.read-more:hover {
  text-decoration: none;
}
.read-less:hover:after,
.read-more:hover:after {
  width: 100%;
  background-color: var(--media-text-module-text, hsl(60deg, 4%, 11%));
}
.read-less:after,
.read-more:after {
  content: "";
  transition: width 400ms ease, background-color 400ms ease;
  height: 1px;
  width: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
}

.read-more.read-more-hidden {
  display: none;
}

.media-text-item-textlink {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 50px;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  margin-top: 25px;
  margin-left: 0;
}
.media-text-item-textlink[data-text]:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.media-text-item-textlink:hover {
  text-decoration: none;
  color: transparent;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.media-text-item-textlink:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.media-text-item-textlink:hover a:before,
.media-text-item-textlink:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
}
.media-text-item-textlink:hover[data-text]:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
}
.media-text-item-textlink a,
.media-text-item-textlink button {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.media-text-item-textlink a:hover,
.media-text-item-textlink button:hover {
  text-decoration: none;
}
.media-text-item-textlink a:before,
.media-text-item-textlink button:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.media-text-item-textlink svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.media-text-item-textlink:focus {
  outline: 0;
}
@media only screen and (max-width: 768px) {
  .media-text-item-textlink {
    margin-left: auto;
    margin-right: auto;
  }
}
.share-module {
  padding-bottom: 30px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 680px) {
  .share-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .share-module {
    padding-bottom: 100px;
  }
}

.share-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .share-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .share-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .share-intro h2 {
    margin: 0 0 30px;
  }
}

.share-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 470px;
}
@media only screen and (min-width: 768px) {
  .share-bar {
    max-width: 100%;
  }
}

.share-button {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  margin: 0 0 10px;
  width: 100%;
  justify-content: flex-start;
}
.share-button a,
.share-button button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .share-button a,
  .share-button button {
    padding: 12px 50px;
  }
}
.share-button a:hover,
.share-button button:hover {
  text-decoration: none;
}
.share-button a:before,
.share-button button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.share-button a:after,
.share-button button:after {
  display: none;
}
.share-button:focus {
  outline: 0;
}
.share-button:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.share-button:hover:not(input) {
  color: transparent !important;
}
.share-button:hover a:before,
.share-button:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.share-button svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.share-button:hover {
  color: var(--btn-outline-hover, rgba(255, 255, 255, 0));
  background: var(--btn-outline-hover-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-hover-border, hsl(0deg, 0%, 0%));
}
.share-button:hover svg {
  fill: var(--btn-outline-fill-hover, hsl(0deg, 0%, 0%));
}
.share-button svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
}
@media only screen and (min-width: 768px) {
  .share-button {
    width: calc(33% - 15px);
    max-width: 300px;
    margin: 0 7px;
    justify-content: center;
  }
}
.share-button.facebook-share-button {
  display: none;
}
@media only screen and (min-width: 768px) {
  .share-button.facebook-share-button {
    display: flex;
  }
}
.share-button.messenger-share-button {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .share-button.messenger-share-button {
    display: none;
  }
}
.share-button svg {
  width: 20px;
  height: 20px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 10px 0 35%;
}
@media only screen and (min-width: 768px) {
  .share-button svg {
    margin: 0 10px 0 0;
  }
}

.network-module {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  visibility: visible;
  opacity: 1;
  padding-bottom: 30px;
}
@media only screen and (min-width: 680px) {
  .network-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .network-module {
    padding-bottom: 100px;
  }
}

.network-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 470px;
}
.network-bar a:hover svg {
  fill: var(--network-button-fill-hover, hsl(60deg, 4%, 11%));
}
.network-bar a svg {
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 15px;
  fill: var(--network-button-fill, rgba(29, 29, 27, 0.9));
}

/* stylelint-disable order/order,selector-max-class    */
@keyframes fade-in-out-base {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* stylelint-disable declaration-no-important */
.widget-module {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .widget-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .widget-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .widget-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .widget-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .widget-module {
    padding-bottom: 100px;
  }
}
.widget-module.widget-module-visible {
  visibility: visible;
  opacity: 1;
}
.widget-module .crt-logo {
  display: none;
}
.widget-module .crt-widget {
  padding-bottom: 0;
}
.widget-module .crt-post-hover {
  display: none;
}
.widget-module .crt-social-icon {
  display: none;
}
.widget-module .crt-load-more {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  background-color: hsl(0deg, 0%, 0%) !important;
  border: 0 !important;
  padding: 12px 50px;
}
.widget-module .crt-load-more a,
.widget-module .crt-load-more button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .widget-module .crt-load-more a,
  .widget-module .crt-load-more button {
    padding: 12px 50px;
  }
}
.widget-module .crt-load-more a:hover,
.widget-module .crt-load-more button:hover {
  text-decoration: none;
}
.widget-module .crt-load-more a:before,
.widget-module .crt-load-more button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.widget-module .crt-load-more a:after,
.widget-module .crt-load-more button:after {
  display: none;
}
.widget-module .crt-load-more:focus {
  outline: 0;
}
.widget-module .crt-load-more:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.widget-module .crt-load-more:hover:not(input) {
  color: transparent !important;
}
.widget-module .crt-load-more:hover a:before,
.widget-module .crt-load-more:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.widget-module .crt-load-more:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.widget-module .crt-load-more svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.widget-module .crt-load-more:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.widget-module .crt-load-more:hover a:before,
.widget-module .crt-load-more:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.widget-module .crt-load-more:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.widget-module .crt-load-more svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
@media only screen and (min-width: 768px) {
  .widget-module .crt-load-more {
    padding: 12px 20px;
  }
}
.widget-module .crt-load-more span {
  color: hsl(0deg, 0%, 100%);
}
.widget-module .crt-load-more:hover span {
  font-weight: 700;
}

.widget-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .widget-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .widget-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .widget-intro h2 {
    margin: 0 0 30px;
  }
}

.map-content {
  position: relative;
  background: var(--map-bg, hsl(60deg, 4%, 11%));
  height: calc(100vh - 400px);
  max-height: calc(100vh - 400px);
  min-height: 600px;
  transition: max-height 400ms ease;
  display: block;
}

.no-map-content {
  position: absolute;
  background: var(--map-overlay-no-result-, hsla(0deg, 0%, 100%, 0.8));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
}
.no-map-content.no-map-content-visible {
  display: block;
}
.no-map-content p {
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}

.map-canvas {
  height: calc(100vh - 400px);
  max-height: calc(100vh - 400px);
  width: 100%;
  min-height: 600px;
  position: relative;
  transition: max-height 400ms ease;
}

.info-window {
  position: relative;
  padding: 0 0 38px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 400ms ease;
  margin: 0 0 -40px;
  width: auto;
  z-index: 60;
}
.info-window.info-window-visible {
  opacity: 1;
}
.info-window.info-window-highlight {
  cursor: default;
}
.info-window.info-window-highlight a {
  pointer-events: none;
}
.info-window.teaser-list-item {
  display: block !important;
}
.info-window.teaser-list-item.teaser-list-item-meta-info:before {
  top: 0;
  right: 0;
}
.info-window a:hover {
  text-decoration: none;
}
.info-window-highlight .info-window a {
  pointer-events: none;
  cursor: default;
}
.info-window a.info-window-link {
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-size: 18px;
  line-height: 1;
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: 0.3s;
}
.info-window a.info-window-link a {
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.info-window a.info-window-link a:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.info-window a.info-window-link:hover {
  text-decoration: none;
  font-weight: normal;
}
.info-window a.info-window-link:hover a {
  font-weight: bold;
  letter-spacing: -0.032em;
}
.info-window a.info-window-link:hover a[data-text] {
  font-weight: normal;
  letter-spacing: unset;
  text-decoration: none;
  color: transparent;
}
.info-window a.info-window-link:hover a[data-text]:before {
  opacity: 1;
  color: var(--text-link, hsl(60deg, 4%, 11%));
}
.info-window a.info-window-link:hover:after {
  background: var(--text-link, hsl(60deg, 4%, 11%));
}
.info-window a.info-window-link:after {
  content: "";
  transition: width 400ms ease, background-color 400ms ease;
  height: 1px;
  width: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  display: none;
}
.info-window a.info-window-link svg {
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  fill: var(--text-link, hsl(60deg, 4%, 11%));
}
.info-window a.info-window-link svg {
  width: 15px;
  height: 15px;
  margin: 2px 10px 0;
}
.info-window a.info-window-link:after {
  left: 22px;
}
.info-window a.info-window-link:hover:after {
  width: calc(100% - 22px);
}
.info-window .info-window-link-container {
  padding: 20px 20px 30px;
  position: relative;
  z-index: 10;
  background: var(--info-window-bg, hsl(0deg, 0%, 100%));
  display: flex;
  width: 100%;
}
.info-window .teaser-list-item-image-outer {
  padding-top: 0;
}
.info-window .teaser-list-item-image {
  border: 0 none;
  position: static;
}
.info-window .teaser-list-item-link {
  padding: 0 0 40px;
  margin: 0 0 -40px;
  background: var(--info-window-bg, hsl(0deg, 0%, 100%));
}
.info-window .teaser-list-item-content {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 560px) {
  .info-window .teaser-list-item-content {
    font-size: 18px;
    line-height: 22px;
  }
}
.info-window .teaser-list-item-link-info {
  display: none;
}

.info-window-marker-link {
  display: block;
}
.info-window-marker-link:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--info-window-bg, hsl(0deg, 0%, 100%));
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.info-window-marker-svg {
  fill: var(--info-window-marker-svg, #ed0924);
  position: absolute;
  bottom: 0;
  z-index: 60;
  left: calc(50% - 22px);
}

.info-window-marker-close {
  position: absolute;
  bottom: 0;
  z-index: 60;
  left: 0;
  right: 0;
}

.map-actions {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 0;
  display: flex;
  height: 48px;
}
.map-actions li {
  height: 48px;
  width: 48px;
  margin: 0 8px 0 0;
  background: var(--map-action-item-bg, hsl(60deg, 4%, 11%));
  cursor: pointer;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-actions li.zoom-in-btn, .map-actions li.zoom-out-btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .map-actions li.zoom-in-btn, .map-actions li.zoom-out-btn {
    display: flex;
  }
}
.map-actions li svg {
  fill: var(--map-action-icon, hsl(0deg, 0%, 100%));
}

.tilt-btn {
  position: absolute;
  top: -56px;
  left: 0;
  opacity: 0;
  transition: opacity 400ms ease;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .tilt-btn {
    top: -112px;
  }
}
.tilt-btn.tilt-btn-visible {
  visibility: visible;
  opacity: 1;
}
.tilt-btn.tilt-btn-active.tilt-btn-45-active svg {
  fill: var(--map-action-active-icon, hsl(142deg, 39%, 56%));
}
.tilt-btn.tilt-btn-active.tilt-btn-45-inactive {
  background: var(--map-action-45-inactive-icon, hsla(0deg, 100%, 50%, 0.7));
}

.rotate-btn {
  position: absolute;
  top: -112px;
  left: 0;
  opacity: 0;
  transition: opacity 400ms ease;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .rotate-btn {
    top: -168px;
  }
}
.rotate-btn.rotate-btn-visible {
  visibility: visible;
  opacity: 1;
}

.zoom-in-btn {
  position: absolute;
  top: -56px;
  left: 0;
}
.zoom-in-btn.zoom-in-btn-inactive {
  opacity: 0.5;
}
.zoom-out-btn.zoom-out-btn-inactive {
  opacity: 0.5;
}
.fit-to-window-btn.fit-to-window-btn-inactive {
  opacity: 0.5;
}

.transit-btn {
  position: relative;
}
.transit-btn.transit-btn-active svg {
  fill: var(--map-action-active-icon-, hsl(142deg, 39%, 56%));
}
.transit-btn.transit-btn-inactive {
  opacity: 0.5;
}

.gm-style {
  font-family: "helvetica-neue-roman", arial, sans-serif !important;
}
.gm-style .gm-style-iw-tc {
  display: none !important;
}
.gm-style img.info-window-image {
  max-width: 100% !important;
}
.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: 600px !important;
  overflow: visible !important;
  padding: 0 !important;
}
.gm-style .poi-info-window {
  padding: 12px;
}
.gm-style .gm-style-iw-d {
  max-height: 600px !important;
  overflow: visible !important;
}
.gm-style .gm-style-iw-t:after {
  box-shadow: none !important;
  height: 10px !important;
  width: 10px !important;
}
.video-module .video-wrapper .no-video svg {
  display: block;
  margin: 0 auto 20px;
}
.video-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .video-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .video-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .video-intro h2 {
    margin: 0 0 30px;
  }
}

.extern-livestream {
  display: flex;
  align-items: center;
  justify-content: center;
}
.extern-livestream a {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
}
.extern-livestream a a,
.extern-livestream a button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .extern-livestream a a,
  .extern-livestream a button {
    padding: 12px 50px;
  }
}
.extern-livestream a a:hover,
.extern-livestream a button:hover {
  text-decoration: none;
}
.extern-livestream a a:before,
.extern-livestream a button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.extern-livestream a a:after,
.extern-livestream a button:after {
  display: none;
}
.extern-livestream a:focus {
  outline: 0;
}
.extern-livestream a:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.extern-livestream a:hover:not(input) {
  color: transparent !important;
}
.extern-livestream a:hover a:before,
.extern-livestream a:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.extern-livestream a:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.extern-livestream a svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.extern-livestream a:hover {
  color: var(--btn-outline-hover, rgba(255, 255, 255, 0));
  background: var(--btn-outline-hover-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-hover-border, hsl(0deg, 0%, 0%));
}
.extern-livestream a:hover svg {
  fill: var(--btn-outline-fill-hover, hsl(0deg, 0%, 0%));
}
.extern-livestream a svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
}

.organizer-info-module {
  max-width: 1920px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 30px;
  visibility: visible;
  opacity: 1;
  background: var(--organizer-info-module-bg, hsl(0deg, 0%, 95%));
  padding: 25px 0;
}
@media only screen and (min-width: 960px) {
  .organizer-info-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1920px) {
  .organizer-info-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .organizer-info-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .organizer-info-module {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .organizer-info-module {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 680px) {
  .organizer-info-module {
    padding: 45px 0;
  }
}

.organizer-info-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 770px) {
  .organizer-info-wrapper {
    display: flex;
  }
}

.organizer-info-details-wrapper {
  padding: 0 20px;
}
@media only screen and (min-width: 770px) {
  .organizer-info-details-wrapper {
    padding: 0 0 0 20px;
  }
}

@media only screen and (min-width: 770px) {
  .organizer-info-details-wrapper,
  .organizer-info-partner-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 1480px) {
  .organizer-info-details-wrapper,
  .organizer-info-partner-wrapper {
    padding: 0;
  }
}
.organizer-info-details-wrapper h2,
.organizer-info-partner-wrapper h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 960px) {
  .organizer-info-details-wrapper h2,
  .organizer-info-partner-wrapper h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .organizer-info-details-wrapper h2,
  .organizer-info-partner-wrapper h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .organizer-info-details-wrapper h2,
  .organizer-info-partner-wrapper h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .organizer-info-details-wrapper h2,
  .organizer-info-partner-wrapper h2 {
    margin: 0;
  }
}

.organizer-info-details-link-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
}
.organizer-info-details-link-wrapper:hover {
  text-decoration: none;
}
.organizer-info-details-link-wrapper address {
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0 0;
}
@media only screen and (min-width: 480px) {
  .organizer-info-details-link-wrapper address {
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 770px) {
  .organizer-info-details-link-wrapper address {
    width: 50%;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .organizer-info-details-link-wrapper address {
    font-size: 18px;
    line-height: 22px;
  }
}
.organizer-info-details-link-wrapper address strong {
  font-weight: normal;
  font-family: "helvetica-neue-bold", arial, sans-serif;
}

.organizer-info-details {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 15px 0 0;
}
@media only screen and (min-width: 1024px) {
  .organizer-info-details {
    margin: 30px 0 0;
  }
}

.organizer-info-detail-infos {
  width: 100%;
  max-width: 450px;
  margin: 20px 0 0;
}
.organizer-info-detail-infos p {
  font-size: 14px;
  line-height: 18px;
  color: var(--organizer-info-details-note, hsl(60deg, 4%, 11%));
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .organizer-info-detail-infos p {
    font-size: 18px;
    line-height: 22px;
  }
}

.organizer-info-network-bar {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.organizer-info-network-bar li {
  margin: 0;
  padding: 0;
}
.organizer-info-network-bar li a {
  display: flex;
  align-items: center;
  height: 40px;
  min-width: 40px;
}
@media only screen and (min-width: 1024px) {
  .organizer-info-network-bar svg {
    width: 20px;
    max-height: 20px;
  }
}

.organizer-info-details-image-wrapper {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 480px) {
  .organizer-info-details-image-wrapper {
    width: calc(50vw - 55px);
    margin: 0 15px 0 0;
  }
}
@media only screen and (min-width: 770px) {
  .organizer-info-details-image-wrapper {
    width: calc(33.3333% - 19px);
  }
}
@media only screen and (min-width: 1024px) {
  .organizer-info-details-image-wrapper {
    margin: 0 30px 0 0;
  }
}
@media only screen and (min-width: 1480px) {
  .organizer-info-details-image-wrapper {
    width: 230px;
  }
}

.organizer-info-details-image-outer {
  padding-top: 57%;
  position: relative;
  display: block;
  background: var(--organizer-info-details-image-fallback-bg, hsl(60deg, 1%, 82%));
}
.organizer-info-details-image-outer img {
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.organizer-info-partner-wrapper {
  margin: 30px 0 0;
  padding: 0 20px;
}
@media only screen and (min-width: 770px) {
  .organizer-info-partner-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .organizer-info-partner-wrapper {
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1480px) {
  .organizer-info-partner-wrapper {
    padding: 0;
  }
}
.organizer-info-partner-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 15px);
  margin-left: -15px;
}
@media only screen and (min-width: 1480px) {
  .organizer-info-partner-wrapper ul {
    margin-left: -10px;
    width: calc(100% + 10px);
  }
}
.organizer-info-partner-wrapper li {
  width: calc(33.3333% - 15px);
  margin-top: 15px;
  margin-left: 15px;
}
@media only screen and (min-width: 770px) {
  .organizer-info-partner-wrapper li {
    width: calc(33.3333% - 19px);
  }
}
@media only screen and (min-width: 1024px) {
  .organizer-info-partner-wrapper li {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1480px) {
  .organizer-info-partner-wrapper li {
    width: 230px;
    margin-left: 10px;
  }
}
.organizer-info-partner-wrapper li img {
  height: auto;
}

.search-result-list-module {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 680px) {
  .search-result-list-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .search-result-list-module {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .search-result-list-module {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-result-list-headline {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 0 0 25px;
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  color: var(--search-result-list-headline, hsl(60deg, 4%, 11%));
  line-height: 1.3;
}
@media (min-width: 960px) {
  .search-result-list-headline {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .search-result-list-headline {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .search-result-list-headline {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 769px) {
  .search-result-list-headline {
    margin: 0 0 45px;
  }
}
.search-result-list-headline strong {
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}

.search-result-message,
.no-search-result {
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 680px) {
  .search-result-message,
  .no-search-result {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .search-result-message,
  .no-search-result {
    padding-bottom: 100px;
  }
}
.search-result-message p,
.no-search-result p {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-result-message p strong,
.no-search-result p strong {
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}

.search-result-list {
  padding-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 680px) {
  .search-result-list {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .search-result-list {
    padding-bottom: 100px;
  }
}

.result-list-item {
  margin: 0 0 30px;
}
.result-list-item:last-child {
  margin: 0;
}

.result-list-item-grid {
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  grid-template-rows: auto 20px 1fr;
  align-items: flex-start;
}
@media only screen and (min-width: 480px) {
  .result-list-item-grid {
    grid-template-columns: 148px 20px 1fr;
    grid-template-rows: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .result-list-item-grid {
    grid-template-columns: 248px 20px 1fr;
  }
}
.result-list-item-grid:hover {
  text-decoration: none;
}
.result-list-item-grid:hover .result-list-item-image-wrapper img {
  transform: scale(1.035) translate(0, 0);
}

.result-list-item-media {
  grid-column: 1/span 3;
  grid-row: 1/span 1;
}
@media only screen and (min-width: 480px) {
  .result-list-item-media {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
}

.result-list-item-image-wrapper {
  background: var(--search-result-list-item-fallback-bg, hsl(60deg, 1%, 82%)) url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/fallback-image.svg") no-repeat 50% 50%;
  background-size: 15% auto;
  position: relative;
  overflow: hidden;
  padding-top: 66.94%;
  margin: 0;
}
.result-list-item-type-mcbwspeaker .result-list-item-image-wrapper {
  padding-top: 100%;
}
.result-list-item-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1) translate(0, 0);
  transition: transform 1s ease;
  height: auto;
}

.result-list-item-content {
  grid-column: 2/span 1;
  grid-row: 3/span 1;
}
@media only screen and (min-width: 480px) {
  .result-list-item-content {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
}

.result-list-item-header h3 {
  font-size: 22px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px;
}
@media (min-width: 960px) {
  .result-list-item-header h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .result-list-item-header h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.result-list-item-type {
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: normal;
  color: var(--result-list-item-type, hsl(60deg, 1%, 37%));
  font-size: 18px;
}

.result-list-item-info {
  margin: 0 0 30px;
  line-height: 1.4;
  font-size: 18px;
}
.result-list-item-info:last-child {
  margin: 0;
}

.accordion-module {
  visibility: visible;
  opacity: 1;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 680px) {
  .accordion-module {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .accordion-module {
    margin-bottom: 100px;
  }
}
.accordion-module ~ .accordion-module {
  margin-top: -30px;
}
@media only screen and (min-width: 680px) {
  .accordion-module ~ .accordion-module {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1600px) {
  .accordion-module ~ .accordion-module {
    margin-top: -100px;
  }
}
.accordion-module ~ .accordion-module .accordion-inner {
  border-top: 0 none;
}
.accordion-module input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.accordion-module input[type=checkbox]:checked + label .arrow-top-svg {
  transform: rotate(-180deg);
}
.accordion-module input[type=checkbox]:checked + label + .accordion-content {
  max-height: 6000px;
  transition: max-height 1s ease-in-out;
}
.accordion-module label {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (min-width: 680px) {
  .accordion-module label {
    padding: 30px 0;
  }
}
.accordion-module label h3 {
  font-size: 22px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  max-width: calc(100% - 40px);
}
@media (min-width: 960px) {
  .accordion-module label h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .accordion-module label h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.accordion-module label .arrow-top-svg {
  transition: transform 400ms ease;
  display: block;
  margin: 0 0 0 20px;
}

.accordion-inner {
  border-top: var(--accordion-border, hsl(60deg, 1%, 82%)) 1px solid;
  border-bottom: var(--accordion-border, hsl(60deg, 1%, 82%)) 1px solid;
}

.accordion-content {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 400ms cubic-bezier(0, 1, 0, 1);
}
.accordion-content .rte-content p:last-child {
  margin-bottom: 30px;
}

.audio-module {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .audio-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .audio-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .audio-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .audio-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .audio-module {
    padding-bottom: 100px;
  }
}

.audio-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .audio-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .audio-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .audio-intro h2 {
    margin: 0 0 30px;
  }
}

.luna-audio {
  width: 100%;
}

.mcbwaudioplaylist {
  display: none;
}

#mcbw-single-audiobuttonsmallplayer,
#mcbw-single-audiobuttondownload,
#mcbw-single-audiobuttonsocial,
#mcbw-single-audiobuttonrepeat,
#mcbw-single-audiobuttonshuffle,
#mcbw-single-audiobuttonanalyzer,
#mcbw-single-audiobuttoncart,
#mcbw-single-audiobuttondownload,
#mcbw-single-audioiconplaylistsoverview,
#mcbw-audiobuttonsmallplayer,
#mcbw-audiobuttondownload,
#mcbw-audiobuttonsocial,
#mcbw-audiobuttonrepeat,
#mcbw-audiobuttonshuffle,
#mcbw-audiobuttonanalyzer,
#mcbw-audiobuttoncart,
#mcbw-audiobuttondownload,
#mcbw-audioiconplaylistsoverview,
#mcbw-single-audiobuttoncurrentplaylist,
#mcbw-single-audioplaylistsort,
#mcbw-single-audiobuttonplaylistsortduration,
#mcbw-single-audiobuttonplaylistsortartist,
#mcbw-single-audiobuttonplaylistsorttitle,
#mcbw-single-audiosmallbuttonpausem #mcbw-single-audiosmallbuttonplay,
#mcbw-single-audiobuttonstepforward,
#mcbw-single-audiobuttonstepbackward {
  display: none !important;
}

#mcbw-single-audiotexttitle,
#mcbw-audiotexttitle {
  overflow: visible !important;
  white-space: normal !important;
  font-size: 18px !important;
  line-height: 1 !important;
}
@media only screen and (min-width: 1024px) {
  #mcbw-single-audiotexttitle,
  #mcbw-audiotexttitle {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 1280px) {
  #mcbw-single-audiotexttitle,
  #mcbw-audiotexttitle {
    font-size: 26px !important;
  }
}

#mcbw-single-audiotextartist,
#mcbw-audiotextartist {
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
}
@media only screen and (min-width: 600px) {
  #mcbw-single-audiotextartist,
  #mcbw-audiotextartist {
    transform: translateY(20px);
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 900px) {
  #mcbw-single-audiotextartist,
  #mcbw-audiotextartist {
    transform: translateY(0);
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 1280px) {
  #mcbw-single-audiotextartist,
  #mcbw-audiotextartist {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1280px) {
  #mcbw-single-audiotextartist,
  #mcbw-audiotextartist {
    font-size: 16px !important;
  }
}

#mcbw-audiobuttoncurrentplaylist {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-menu.svg") no-repeat 50% 50%;
  background-size: contain;
}
#mcbw-audiobuttoncurrentplaylist svg {
  opacity: 0;
}

#mcbw-single-audiobuttoncurrentplaylistreturn,
#mcbw-audiobuttoncurrentplaylistreturn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-prev.svg") no-repeat 50% 50%;
  background-size: 80% 80%;
}
#mcbw-single-audiobuttoncurrentplaylistreturn svg,
#mcbw-audiobuttoncurrentplaylistreturn svg {
  opacity: 0;
}

#mcbw-audiobuttonbigplayer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-down.svg") no-repeat 50% 50%;
  background-size: 80% 80%;
}
#mcbw-audiobuttonbigplayer svg {
  opacity: 0;
}

#mcbw-audioplaylistsort,
#mcbw-audiobuttonplaylistsortduration,
#mcbw-audiobuttonplaylistsortartist,
#mcbw-audiobuttonplaylistsorttitle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-sort.svg") no-repeat 50% 50%;
  background-size: 80% 80%;
}
#mcbw-audioplaylistsort svg,
#mcbw-audiobuttonplaylistsortduration svg,
#mcbw-audiobuttonplaylistsortartist svg,
#mcbw-audiobuttonplaylistsorttitle svg {
  opacity: 0;
}

#mcbw-single-audiobuttonpause,
#mcbw-audiobuttonpause {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-stop.svg") no-repeat 50% 50%;
  background-size: 80% 80%;
}
#mcbw-single-audiobuttonpause svg,
#mcbw-audiobuttonpause svg {
  opacity: 0;
}

#mcbw-single-audiobuttonplay,
#mcbw-audiobuttonplay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-play.svg") no-repeat 50% 50%;
  background-size: 80% 80%;
}
#mcbw-single-audiobuttonplay svg,
#mcbw-audiobuttonplay svg {
  opacity: 0;
}

#mcbw-audiosmallbuttonpause {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-stop.svg") no-repeat 50% 50%;
  background-size: 80% 80%;
}
#mcbw-audiosmallbuttonpause svg {
  opacity: 0;
}

#mcbw-audiosmallbuttonplay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-play.svg") no-repeat 50% 50%;
  background-size: 80% 80%;
}
#mcbw-audiosmallbuttonplay svg {
  opacity: 0;
}

#mcbw-audiobuttonstepforward {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-play-next.svg") no-repeat 50% 50%;
  background-size: 80% 80%;
}
#mcbw-audiobuttonstepforward svg {
  opacity: 0;
}

#mcbw-audiobuttonstepbackward {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-play-prev.svg") no-repeat 50% 50%;
  background-size: 80% 80%;
}
#mcbw-audiobuttonstepbackward svg {
  opacity: 0;
}

#mcbw-single-audiobuttonvolumeoff,
#mcbw-audiobuttonvolumeoff {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-sound-off.svg") no-repeat 50% 50%;
  background-size: contain;
}
#mcbw-single-audiobuttonvolumeoff svg,
#mcbw-audiobuttonvolumeoff svg {
  opacity: 0;
}

#mcbw-single-audiobuttonvolumeon,
#mcbw-audiobuttonvolumeon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/typo3conf/ext/mcbw_sitepackage/Resources/Public/Images/Svg/luna-sound-on.svg") no-repeat 50% 50%;
  background-size: contain;
}
#mcbw-single-audiobuttonvolumeon svg,
#mcbw-audiobuttonvolumeon svg {
  opacity: 0;
}

#mcbw-single-audiobackgroundimage,
#mcbw-audiobackgroundimage {
  width: auto !important;
  left: -30px !important;
  right: -30px !important;
  bottom: -30px !important;
  top: -30px !important;
  opacity: 0.4 !important;
}

.virtual-tour-module {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 680px) {
  .virtual-tour-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .virtual-tour-module {
    padding-bottom: 100px;
  }
}
.virtual-tour-module img {
  height: auto;
}

.virtual-tour-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 960px) {
  .virtual-tour-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .virtual-tour-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .virtual-tour-intro h2 {
    margin: 0 0 30px;
  }
}

.virtual-tour-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.virtual-tour-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 0 none;
  display: none;
}
.virtual-tour-initialized .virtual-tour-wrapper iframe {
  display: block;
}

.virtual-tour-preview-wrapper {
  transition: opacity 400ms ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--virtual-tour-preview-wrapper-bg, hsl(0deg, 0%, 95%));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 0 none;
}
.virtual-tour-preview-wrapper p {
  margin: 30px auto;
}
.virtual-tour-initialized .virtual-tour-preview-wrapper {
  opacity: 0;
  visibility: hidden;
}

.virtual-tour-preview-content {
  text-align: center;
}

.virtual-tour-btn {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  margin-left: auto;
  margin-right: auto;
}
.virtual-tour-btn a,
.virtual-tour-btn button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .virtual-tour-btn a,
  .virtual-tour-btn button {
    padding: 12px 50px;
  }
}
.virtual-tour-btn a:hover,
.virtual-tour-btn button:hover {
  text-decoration: none;
}
.virtual-tour-btn a:before,
.virtual-tour-btn button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.virtual-tour-btn a:after,
.virtual-tour-btn button:after {
  display: none;
}
.virtual-tour-btn:focus {
  outline: 0;
}
.virtual-tour-btn:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.virtual-tour-btn:hover:not(input) {
  color: transparent !important;
}
.virtual-tour-btn:hover a:before,
.virtual-tour-btn:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.virtual-tour-btn:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.virtual-tour-btn svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.virtual-tour-btn:hover {
  color: var(--btn-outline-hover, rgba(255, 255, 255, 0));
  background: var(--btn-outline-hover-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-hover-border, hsl(0deg, 0%, 0%));
}
.virtual-tour-btn:hover svg {
  fill: var(--btn-outline-fill-hover, hsl(0deg, 0%, 0%));
}
.virtual-tour-btn svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
}

.search-form-module {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 680px) {
  .search-form-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .search-form-module {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .search-form-module {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-form-result {
  position: relative;
  max-width: 600px;
}
@media only screen and (min-width: 601px) {
  .search-form-result {
    margin: 0 auto;
  }
}
.search-form-result label {
  margin: 0;
  display: block;
  width: 100%;
}
.search-form-result .search-input {
  width: 100%;
  height: 44px;
  border: var(--form-input, hsl(60deg, 4%, 11%)) 2px solid;
  border-radius: 2px;
  color: var(--form-input, hsl(60deg, 4%, 11%));
  background: var(--form-input-bg, rgba(255, 255, 255, 0));
  padding-left: 10px;
  font-size: 18px;
  appearance: none;
  line-height: 44px;
}
.search-form-result .search-input::placeholder {
  color: var(--form-placeholder, hsl(0deg, 0%, 45%));
}
.search-form-result .search-input:focus::placeholder {
  color: var(--form-placeholder-focus, rgba(255, 255, 255, 0));
}
.search-form-result .search-input-delete-term {
  width: 40px;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  cursor: pointer;
  background: linear-gradient(90deg, var(--search-input-delete-term-gradient1, rgba(255, 255, 255, 0)) 0%, var(--search-input-delete-term-gradient2, hsl(0deg, 0%, 100%)) 40%);
}
.search-form-result .search-input-delete-term:hover svg {
  fill: var(--search-input-delete-term-icon-hover, hsl(60deg, 4%, 11%));
}
.search-form-result .search-input-delete-term svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  fill: var(--search-input-delete-term-icon, hsl(0deg, 0%, 70%));
  width: 12px;
  height: 12px;
  transition: fill 400ms ease;
}

.login-form-container {
  margin: 0 auto;
  width: 100%;
}

.tx-felogin-login {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  visibility: visible;
  opacity: 1;
  display: flex;
  align-items: stretch;
}
.tx-felogin-login .login-form-container {
  margin: 0 auto;
  width: 100%;
}
.tx-felogin-login .login-form-container .register-form-section {
  max-width: 100%;
}
.tx-felogin-login .login-form-container .register-form-section p {
  max-width: 100%;
  font-size: 18px;
}
.tx-felogin-login h1 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  text-align: left;
  margin: 0 0 30px;
}
@media (min-width: 960px) {
  .tx-felogin-login h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .tx-felogin-login h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .tx-felogin-login h1 {
    margin: 0 0 30px;
  }
}
.tx-felogin-login .form-submit {
  margin: 10px 0 0;
}
.tx-felogin-login p {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.3;
}
.tx-felogin-login p.form-text-link {
  margin: 0;
}
.tx-felogin-login p.form-text-link a {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  margin: 0;
}
.tx-felogin-login p.form-text-link a a,
.tx-felogin-login p.form-text-link a button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .tx-felogin-login p.form-text-link a a,
  .tx-felogin-login p.form-text-link a button {
    padding: 12px 50px;
  }
}
.tx-felogin-login p.form-text-link a a:hover,
.tx-felogin-login p.form-text-link a button:hover {
  text-decoration: none;
}
.tx-felogin-login p.form-text-link a a:before,
.tx-felogin-login p.form-text-link a button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.tx-felogin-login p.form-text-link a a:after,
.tx-felogin-login p.form-text-link a button:after {
  display: none;
}
.tx-felogin-login p.form-text-link a:focus {
  outline: 0;
}
.tx-felogin-login p.form-text-link a:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.tx-felogin-login p.form-text-link a:hover:not(input) {
  color: transparent !important;
}
.tx-felogin-login p.form-text-link a:hover a:before,
.tx-felogin-login p.form-text-link a:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.tx-felogin-login p.form-text-link a:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.tx-felogin-login p.form-text-link a svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.tx-felogin-login p.form-text-link a:hover {
  color: var(--btn-outline-hover, rgba(255, 255, 255, 0));
  background: var(--btn-outline-hover-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-hover-border, hsl(0deg, 0%, 0%));
}
.tx-felogin-login p.form-text-link a:hover svg {
  fill: var(--btn-outline-fill-hover, hsl(0deg, 0%, 0%));
}
.tx-felogin-login p.form-text-link a svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
}
.tx-felogin-login .login-no-account-link,
.tx-felogin-login .form-text-link {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: hsl(0deg, 0%, 0%);
  margin: 10px auto 0;
  font-size: 18px;
}
.tx-felogin-login .login-no-account-link a,
.tx-felogin-login .form-text-link a {
  color: hsl(0deg, 0%, 0%);
  text-decoration: underline;
  font-size: 18px;
}
.tx-felogin-login .form-submit-secondary {
  text-align: center;
  width: 100%;
}
.tx-felogin-login .form-submit-secondary input[type=submit] {
  display: inline;
  appearance: none;
  border: 0;
  box-shadow: none;
  background: transparent;
  color: hsl(0deg, 0%, 0%);
  text-decoration: underline;
  font-size: 18px;
  cursor: pointer;
}
.tx-felogin-login .form-submit-secondary input[type=submit]:hover {
  opacity: 0.8;
}
.tx-felogin-login form p.form-text-link {
  margin: 15px 0 0;
}
@media only screen and (min-width: 480px) {
  .tx-felogin-login form p.form-text-link {
    margin: 0 15px 0 0;
  }
}
.tx-felogin-login form p.form-text-link a {
  color: var(--form-password-link, hsl(60deg, 4%, 11%));
  text-decoration: underline;
  font-size: 14px;
  text-transform: none;
  font-family: "helvetica-neue-roman", arial, sans-serif;
  margin: 0;
  padding: 0;
  min-width: 0;
  display: inline;
  border: 0 none;
}
.tx-felogin-login form p.form-text-link a:hover {
  color: var(--form-password-link-hover, hsl(60deg, 4%, 11%));
  text-decoration: underline;
  background: rgba(255, 255, 255, 0);
  border: 0 none;
}

.login-success {
  color: var(--parsley-success, hsl(142deg, 39%, 56%));
  margin: 0 0 20px;
}
.login-success p {
  margin: 0;
}

.login-error {
  color: var(--parsley-error, hsl(0deg, 100%, 50%));
  margin: 0 0 20px;
}
.login-error p {
  margin: 0;
}

.username-field {
  background: var(--username-field-bg, #f1f9f4);
  color: var(--username-field-, hsl(60deg, 4%, 11%));
  font-size: 18px;
  padding: 15px 20px;
  margin: 0 0 10px;
}

.register-module {
  visibility: visible;
  opacity: 1;
  display: flex;
  min-height: 80vh;
  align-items: stretch;
}

.breadcrumbs {
  margin-bottom: 1rem;
}

.hide-fieldset {
  display: none;
}

.show-fieldset {
  display: block;
}

.hide-breadcrumb {
  text-decoration: inherit;
}

.show-breadcrumb {
  text-decoration: underline;
}

main:has(.register-module) {
  padding-top: 0;
}

.register-form-container {
  width: 50%;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .register-form-container {
    width: 100%;
  }
}
.register-form-container .next-button-wrap,
.register-form-container .initialize-registration {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  margin: 35px 0 10px 0;
  width: 100%;
  height: 50px;
}
.register-form-container .next-button-wrap a,
.register-form-container .next-button-wrap button,
.register-form-container .initialize-registration a,
.register-form-container .initialize-registration button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .register-form-container .next-button-wrap a,
  .register-form-container .next-button-wrap button,
  .register-form-container .initialize-registration a,
  .register-form-container .initialize-registration button {
    padding: 12px 50px;
  }
}
.register-form-container .next-button-wrap a:hover,
.register-form-container .next-button-wrap button:hover,
.register-form-container .initialize-registration a:hover,
.register-form-container .initialize-registration button:hover {
  text-decoration: none;
}
.register-form-container .next-button-wrap a:before,
.register-form-container .next-button-wrap button:before,
.register-form-container .initialize-registration a:before,
.register-form-container .initialize-registration button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.register-form-container .next-button-wrap a:after,
.register-form-container .next-button-wrap button:after,
.register-form-container .initialize-registration a:after,
.register-form-container .initialize-registration button:after {
  display: none;
}
.register-form-container .next-button-wrap:focus,
.register-form-container .initialize-registration:focus {
  outline: 0;
}
.register-form-container .next-button-wrap:hover,
.register-form-container .initialize-registration:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.register-form-container .next-button-wrap:hover:not(input),
.register-form-container .initialize-registration:hover:not(input) {
  color: transparent !important;
}
.register-form-container .next-button-wrap:hover a:before,
.register-form-container .next-button-wrap:hover button:before,
.register-form-container .initialize-registration:hover a:before,
.register-form-container .initialize-registration:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.register-form-container .next-button-wrap:hover svg,
.register-form-container .initialize-registration:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.register-form-container .next-button-wrap svg,
.register-form-container .initialize-registration svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.register-form-container .next-button-wrap:hover,
.register-form-container .initialize-registration:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.register-form-container .next-button-wrap:hover a:before,
.register-form-container .next-button-wrap:hover button:before,
.register-form-container .initialize-registration:hover a:before,
.register-form-container .initialize-registration:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.register-form-container .next-button-wrap:hover svg,
.register-form-container .initialize-registration:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.register-form-container .next-button-wrap svg,
.register-form-container .initialize-registration svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
.register-form-container .next-button-wrap a,
.register-form-container .initialize-registration a {
  justify-content: center;
}
.register-form-container .prev-button {
  color: hsl(0deg, 0%, 0%);
  font-family: "helvetica-neue-bold", arial, sans-serif !important;
  border: none;
  padding: 7px 20px;
  font-size: 14px;
  background-color: transparent;
  margin: 10px auto;
  width: auto;
  display: block;
  cursor: pointer;
}
.register-form-container .prev-button:focus {
  outline: none;
}
.register-form-container .register-form-headline {
  font-size: 42px;
  font-family: "helvetica-neue-bold", arial, sans-serif !important;
  margin: 50px 0 20px 0;
}
.register-form-container .registration-successful-section {
  width: 100%;
  max-width: 600px;
}
.register-form-container .registration-successful-section .registration-finished-info-text {
  margin: 30px 0;
}
.register-form-container .register-form-section {
  max-width: 450px;
  width: 100%;
}
.register-form-container .register-form-section .initialize-registration-container .initialize-registration {
  margin-top: 100px;
}
.register-form-container .register-form-section .initialize-registration-container .already-have-account-text {
  color: #c9c9c9;
  text-align: center;
  margin: 40px auto 0 auto;
}
.register-form-container .register-form-section .initialize-registration-container .already-have-account-text a {
  color: hsl(0deg, 0%, 0%);
  text-decoration: underline;
}
.register-form-container .register-form-section .registration-form-fieldsets-container {
  display: none;
}
.register-form-container .register-form-section .registration-progress-bar {
  width: 100%;
  margin: 30px 0 35px 0;
  height: 6px;
  border-radius: 3px;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.register-form-container .register-form-section .registration-progress-bar::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(90deg, #ed0924 0%, #a89cfd 50%, #c8f600 100%);
  height: 100%;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 0.5s ease-in-out;
}
.register-form-container .register-form-section .registration-progress-bar[data-current-step="0"]::after {
  clip-path: polygon(0 0, 33% 0, 33% 100%, 0% 100%);
}
.register-form-container .register-form-section .registration-progress-bar[data-current-step="1"]::after {
  clip-path: polygon(0 0, 66% 0, 66% 100%, 0% 100%);
}
.register-form-container .register-form-section .registration-progress-bar[data-current-step="2"]::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.register-form-container .register-form-section .form-row-container h3 {
  font-family: "helvetica-neue-bold", arial, sans-serif !important;
  font-size: 18px;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item {
  margin: 15px 0;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c9c9c9;
  padding: 0 4px;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input:focus + label, .register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input.has-value + label {
  padding-left: 0;
  left: 4px;
  transform: translateY(47px);
  color: #c9c9c9;
  font-size: 14px;
  height: auto;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input:focus + label + .helper-text, .register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input.has-value + label + .helper-text {
  opacity: 0;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input:focus + label, .register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input:focus + .error-message + label, .register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input.has-value + label, .register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input.has-value + .error-message + label {
  padding-left: 0;
  left: 4px;
  transform: translateY(47px);
  color: #c9c9c9;
  font-size: 14px;
  height: auto;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input:focus + label + .helper-text, .register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input:focus + .error-message + label + .helper-text, .register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input.has-value + label + .helper-text, .register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input.has-value + .error-message + label + .helper-text {
  opacity: 0;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input:focus + .error-message.filled + label, .register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) input.has-value + .error-message.filled + label {
  opacity: 0;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) .error-message {
  position: absolute;
  z-index: 1;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) .error-message.filled {
  padding: 0 4px;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) .error-message.filled + label + .helper-text {
  opacity: 0;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) label {
  padding: 0 4px;
  color: #c9c9c9;
  pointer-events: none;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item:not(.form-item-checkbox) .helper-text {
  transition: 0.3s;
  padding-left: 4px;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item.form-item-checkbox {
  margin: 10px 0;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item.form-item-checkbox:first-child {
  margin-top: 15px;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item.form-item-checkbox input ~ label {
  pointer-events: all;
  padding: 0 0 5px 30px;
  color: hsl(0deg, 0%, 0%);
  position: relative;
  font-size: 14px;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item.form-item-checkbox input ~ label:before {
  width: 16px;
  height: 16px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item.form-item-checkbox input ~ label .checked-svg {
  left: 3px;
  top: 6px;
  width: 10px;
  height: 10px;
}
.register-form-container .register-form-section .form-row-container .form-row .form-item.form-item-checkbox input:checked ~ label:before {
  background-color: hsl(0deg, 0%, 0%);
}
.register-form-container .register-form-section .form-submit {
  margin-bottom: 0;
}
.register-form-container .register-form-section .form-submit input[type=submit] {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  height: 50px;
  padding: 5px 35px 5px 35px;
  width: 100%;
  transition: 0.3s;
}
.register-form-container .register-form-section .form-submit input[type=submit] a,
.register-form-container .register-form-section .form-submit input[type=submit] button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .register-form-container .register-form-section .form-submit input[type=submit] a,
  .register-form-container .register-form-section .form-submit input[type=submit] button {
    padding: 12px 50px;
  }
}
.register-form-container .register-form-section .form-submit input[type=submit] a:hover,
.register-form-container .register-form-section .form-submit input[type=submit] button:hover {
  text-decoration: none;
}
.register-form-container .register-form-section .form-submit input[type=submit] a:before,
.register-form-container .register-form-section .form-submit input[type=submit] button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.register-form-container .register-form-section .form-submit input[type=submit] a:after,
.register-form-container .register-form-section .form-submit input[type=submit] button:after {
  display: none;
}
.register-form-container .register-form-section .form-submit input[type=submit]:focus {
  outline: 0;
}
.register-form-container .register-form-section .form-submit input[type=submit]:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.register-form-container .register-form-section .form-submit input[type=submit]:hover:not(input) {
  color: transparent !important;
}
.register-form-container .register-form-section .form-submit input[type=submit]:hover a:before,
.register-form-container .register-form-section .form-submit input[type=submit]:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.register-form-container .register-form-section .form-submit input[type=submit]:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.register-form-container .register-form-section .form-submit input[type=submit] svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.register-form-container .register-form-section .form-submit input[type=submit]:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.register-form-container .register-form-section .form-submit input[type=submit]:hover a:before,
.register-form-container .register-form-section .form-submit input[type=submit]:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.register-form-container .register-form-section .form-submit input[type=submit]:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.register-form-container .register-form-section .form-submit input[type=submit] svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
.register-form-container .register-form-section .form-submit input[type=submit]:hover {
  font-weight: 700;
}
.register-form-container .register-form-section .form-submit input[type=submit]:focus {
  outline: none;
}
.register-form-container .register-form-section .form-submit input[type=submit][disabled] {
  cursor: default;
  background-color: #c9c9c9;
}

.register-form-animated-progress-container {
  width: 50%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .register-form-animated-progress-container {
    transform: translateX(50px);
  }
}
@media (max-width: 768px) {
  .register-form-animated-progress-container {
    display: none;
  }
}
.register-form-animated-progress-container svg {
  width: 100%;
  position: absolute;
}
.register-form-animated-progress-container svg path,
.register-form-animated-progress-container svg rect,
.register-form-animated-progress-container svg circle,
.register-form-animated-progress-container svg polygon {
  opacity: 0;
}
.register-form-animated-progress-container svg .cls-4 {
  opacity: 1;
}
.register-form-animated-progress-container.initialized svg .cls-3 {
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.register-form-animated-progress-container.initialized svg path,
.register-form-animated-progress-container.initialized svg rect,
.register-form-animated-progress-container.initialized svg circle,
.register-form-animated-progress-container.initialized svg polygon {
  transition: 0.5s ease-in-out;
}
.register-form-animated-progress-container[data-current-step="1"] svg .cls-6 {
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.register-form-animated-progress-container[data-current-step="1"] svg .cls-5 {
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.register-form-animated-progress-container[data-current-step="2"] svg path,
.register-form-animated-progress-container[data-current-step="2"] svg rect,
.register-form-animated-progress-container[data-current-step="2"] svg circle,
.register-form-animated-progress-container[data-current-step="2"] svg polygon {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.register-form-section h3 {
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 30px 0 5px;
  font-size: 18px;
  color: var(--form-section-headline, hsl(60deg, 4%, 11%));
}
.register-form-section h3 span {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  color: var(--form-section-headline-info, hsl(0deg, 0%, 45%));
}
.register-form-section h3:first-of-type {
  margin-top: 0;
}
.register-form-section p {
  font-size: 16px;
  line-height: 1.3;
}
@media only screen and (min-width: 680px) {
  .register-form-section p {
    max-width: 80%;
  }
}

body.header-reduced .page-header {
  border-bottom: none;
}
@media (max-width: 1400px) {
  body.header-reduced main {
    overflow: hidden;
  }
}
body.header-reduced .page-footer .scroll-top svg {
  display: none;
}
body.header-reduced .page-footer .scroll-top::after {
  margin: 0;
}

.userlike-chat-module {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 680px) {
  .userlike-chat-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .userlike-chat-module {
    padding-bottom: 100px;
  }
}

.userlike-chat {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1280px) {
  .userlike-chat {
    padding: 0 40px;
  }
}
.userlike-chat h3 {
  text-transform: uppercase;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
  line-height: 1.2;
}
.userlike-chat p {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}

.userlike-chat-inner {
  background: var(--userlikechat-module-bg, hsl(0deg, 0%, 95%));
  display: flex;
  align-items: center;
  padding: 40px;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (min-width: 680px) {
  .userlike-chat-inner {
    justify-content: flex-start;
  }
}
.userlike-chat-inner svg {
  width: 100px;
  height: 100px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 680px) {
  .userlike-chat-inner svg {
    width: 100px;
    height: 100px;
    margin-right: 50px;
  }
}

.userlike-chat-intro {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 680px) {
  .userlike-chat-intro {
    width: calc(100% - 200px);
    text-align: left;
  }
}

.userlike-chat-intro-btn {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  margin: 0;
}
.userlike-chat-intro-btn a,
.userlike-chat-intro-btn button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .userlike-chat-intro-btn a,
  .userlike-chat-intro-btn button {
    padding: 12px 50px;
  }
}
.userlike-chat-intro-btn a:hover,
.userlike-chat-intro-btn button:hover {
  text-decoration: none;
}
.userlike-chat-intro-btn a:before,
.userlike-chat-intro-btn button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.userlike-chat-intro-btn a:after,
.userlike-chat-intro-btn button:after {
  display: none;
}
.userlike-chat-intro-btn:focus {
  outline: 0;
}
.userlike-chat-intro-btn:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.userlike-chat-intro-btn:hover:not(input) {
  color: transparent !important;
}
.userlike-chat-intro-btn:hover a:before,
.userlike-chat-intro-btn:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.userlike-chat-intro-btn:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.userlike-chat-intro-btn svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.userlike-chat-intro-btn:hover {
  color: var(--btn-outline-hover, rgba(255, 255, 255, 0));
  background: var(--btn-outline-hover-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-hover-border, hsl(0deg, 0%, 0%));
}
.userlike-chat-intro-btn:hover svg {
  fill: var(--btn-outline-fill-hover, hsl(0deg, 0%, 0%));
}
.userlike-chat-intro-btn svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
}

.newsletter-module {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 680px) {
  .newsletter-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .newsletter-module {
    padding-bottom: 100px;
  }
}

.newsletter-headline {
  font-size: 22px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 0 0 20px;
}
@media (min-width: 960px) {
  .newsletter-headline {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .newsletter-headline {
    font-size: 22px;
    line-height: 28px;
  }
}
.newsletter-form-success .newsletter-headline {
  display: none;
}

.newsletter-form-success .newsletter-form {
  display: none;
}
.newsletter-form .form-submit {
  margin: 0;
}

.newsletter-message-container {
  display: none;
  margin: 10px 0;
}
.newsletter-message-container.newsletter-message-container-visible {
  display: block;
}
.newsletter-message-container.newsletter-message-success.rte-content * {
  color: var(--parsley-success, hsl(142deg, 39%, 56%));
}
.newsletter-message-container.newsletter-message-note {
  color: var(--parsley-warning, hsl(24deg, 100%, 50%));
}
.newsletter-message-container.newsletter-message-error {
  color: var(--parsley-error, hsl(0deg, 100%, 50%));
}

.gallery-module {
  visibility: visible;
  opacity: 1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (min-width: 680px) {
  .gallery-module {
    margin-bottom: 50px;
    margin-bottom: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
  }
}
@media only screen and (min-width: 1600px) {
  .gallery-module {
    margin-bottom: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
  }
}
.gallery-module.gallery-module-slider {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 560px) {
  .gallery-module.gallery-module-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 560px) and (min-width: 960px) {
  .gallery-module.gallery-module-slider {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.gallery-module.gallery-module-grid {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 960px) {
  .gallery-module.gallery-module-grid {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .gallery-module.gallery-module-grid {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .gallery-module.gallery-module-grid {
  margin-left: auto;
  margin-right: auto;
}
.gallery-module.gallery-module-masonry {
  max-width: 1080px;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 960px) {
  .gallery-module.gallery-module-masonry {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1080px) {
  .gallery-module.gallery-module-masonry {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .gallery-module.gallery-module-masonry {
  margin-left: auto;
  margin-right: auto;
}
.gallery-module + .location-list-module {
  margin-top: calc(-30px - 1px);
}
@media only screen and (min-width: 680px) {
  .gallery-module + .location-list-module {
    margin-top: calc(-100px - 1px);
  }
}
@media only screen and (min-width: 1600px) {
  .gallery-module + .location-list-module {
    margin-top: calc(-100px - 1px);
  }
}

.gallery-intro {
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .gallery-intro {
    margin-bottom: 40px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 560px) {
  .gallery-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 560px) and (min-width: 960px) {
  .gallery-intro {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.gallery-intro h1,
.gallery-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 960px) {
  .gallery-intro h1,
  .gallery-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .gallery-intro h1,
  .gallery-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .gallery-intro h1,
  .gallery-intro h2 {
    margin: 0 0 30px;
  }
}

.gallery-interaction-container {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media only screen and (min-width: 960px) {
  .gallery-interaction-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .gallery-interaction-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    padding: 0 60px;
  }
}
.gallery-module-slider .gallery-grid-wrapper {
  padding: 30px;
  margin: -30px;
  overflow: hidden;
}
.gallery-module-slider .gallery-grid-wrapper .slick-slide > div {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .gallery-module-slider .gallery-grid-wrapper .slick-slide > div {
    height: 100%;
    padding-right: 10px;
  }
}
.gallery-module-slider .gallery-grid-wrapper .slick-list {
  overflow: visible;
}
.gallery-module-grid .gallery-grid-wrapper {
  display: grid;
  grid-gap: 3px;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 559px) {
  .gallery-module-grid .gallery-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 859px) {
  .gallery-module-grid .gallery-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1159px) {
  .gallery-module-grid .gallery-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-2-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-2-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-10-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-10-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-18-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-18-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-26-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-26-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-34-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-34-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-42-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-42-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-50-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-50-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-58-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-58-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-66-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-66-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-74-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-74-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-82-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-82-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-90-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-90-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry.gallery-module-contains-98-items .gallery-grid-wrapper {
    padding: 0 60px 20%;
  }
}
@media only screen and (min-width: 1280px) {
  .gallery-module-masonry.gallery-module-contains-98-items .gallery-grid-wrapper {
    padding: 0 60px 240px;
  }
}

.gallery-module-masonry .gallery-grid-wrapper > * {
  align-self: flex-start;
}

.gallery-grid-item {
  position: relative;
}
.gallery-module-slider .gallery-grid-item {
  display: none;
  transition: 0.4s;
}
@media only screen and (min-width: 559px) {
  .gallery-module-slider .gallery-grid-item {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-module-slider .gallery-grid-item {
    height: 100%;
  }
}
.gallery-module-slider .gallery-grid-item:first-child {
  display: inline-block;
  margin-left: 0;
}
.gallery-module-slider .gallery-grid-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
.gallery-module-masonry .gallery-grid-item {
  margin: 0 0 20px;
  grid-column: 1/span 1;
}
@media only screen and (min-width: 480px) {
  .gallery-module-masonry .gallery-grid-item {
    max-width: 450px;
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item {
    margin: 3px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(8n+1) {
    grid-column: 4/span 3;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(8n+2) {
    height: 100%;
    grid-column: 1/span 3;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(8n+3) {
    grid-column: 4/span 4;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(8n+4) {
    display: flex;
    align-items: flex-end;
    height: calc(100% - 6px);
    grid-column: 7/span 2;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(8n+5) {
    grid-column: 3/span 3;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(8n+6) {
    display: flex;
    align-items: flex-end;
    height: calc(100% - 6px);
    grid-column: 1/span 2;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(8n+7) {
    grid-column: 2/span 4;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(8n+8) {
    height: 100%;
    grid-column: 6/span 3;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(1), .gallery-module-masonry .gallery-grid-item:nth-child(2), .gallery-module-masonry .gallery-grid-item:nth-child(4) {
    grid-row: 1;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(3) {
    grid-row: 2;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(5), .gallery-module-masonry .gallery-grid-item:nth-child(6), .gallery-module-masonry .gallery-grid-item:nth-child(8) {
    grid-row: 3;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(7) {
    grid-row: 4;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(9), .gallery-module-masonry .gallery-grid-item:nth-child(10), .gallery-module-masonry .gallery-grid-item:nth-child(12) {
    grid-row: 5;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(11) {
    grid-row: 6;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(13), .gallery-module-masonry .gallery-grid-item:nth-child(14), .gallery-module-masonry .gallery-grid-item:nth-child(16) {
    grid-row: 7;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(15) {
    grid-row: 8;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(17), .gallery-module-masonry .gallery-grid-item:nth-child(18), .gallery-module-masonry .gallery-grid-item:nth-child(20) {
    grid-row: 9;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(19) {
    grid-row: 10;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(21), .gallery-module-masonry .gallery-grid-item:nth-child(22), .gallery-module-masonry .gallery-grid-item:nth-child(24) {
    grid-row: 11;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(23) {
    grid-row: 12;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(25), .gallery-module-masonry .gallery-grid-item:nth-child(26), .gallery-module-masonry .gallery-grid-item:nth-child(28) {
    grid-row: 13;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(27) {
    grid-row: 14;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(29), .gallery-module-masonry .gallery-grid-item:nth-child(30), .gallery-module-masonry .gallery-grid-item:nth-child(32) {
    grid-row: 15;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(31) {
    grid-row: 16;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(33), .gallery-module-masonry .gallery-grid-item:nth-child(34), .gallery-module-masonry .gallery-grid-item:nth-child(36) {
    grid-row: 17;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(35) {
    grid-row: 18;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(37), .gallery-module-masonry .gallery-grid-item:nth-child(38), .gallery-module-masonry .gallery-grid-item:nth-child(40) {
    grid-row: 19;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(39) {
    grid-row: 20;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(41), .gallery-module-masonry .gallery-grid-item:nth-child(42), .gallery-module-masonry .gallery-grid-item:nth-child(44) {
    grid-row: 21;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(43) {
    grid-row: 22;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(45), .gallery-module-masonry .gallery-grid-item:nth-child(46), .gallery-module-masonry .gallery-grid-item:nth-child(48) {
    grid-row: 23;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(47) {
    grid-row: 24;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(49), .gallery-module-masonry .gallery-grid-item:nth-child(50), .gallery-module-masonry .gallery-grid-item:nth-child(52) {
    grid-row: 25;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(51) {
    grid-row: 26;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(53), .gallery-module-masonry .gallery-grid-item:nth-child(54), .gallery-module-masonry .gallery-grid-item:nth-child(56) {
    grid-row: 27;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(55) {
    grid-row: 28;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(57), .gallery-module-masonry .gallery-grid-item:nth-child(58), .gallery-module-masonry .gallery-grid-item:nth-child(60) {
    grid-row: 29;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(59) {
    grid-row: 30;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(61), .gallery-module-masonry .gallery-grid-item:nth-child(62), .gallery-module-masonry .gallery-grid-item:nth-child(64) {
    grid-row: 31;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(63) {
    grid-row: 32;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(65), .gallery-module-masonry .gallery-grid-item:nth-child(66), .gallery-module-masonry .gallery-grid-item:nth-child(68) {
    grid-row: 33;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(67) {
    grid-row: 34;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(69), .gallery-module-masonry .gallery-grid-item:nth-child(70), .gallery-module-masonry .gallery-grid-item:nth-child(72) {
    grid-row: 35;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(71) {
    grid-row: 36;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(73), .gallery-module-masonry .gallery-grid-item:nth-child(74), .gallery-module-masonry .gallery-grid-item:nth-child(76) {
    grid-row: 37;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(75) {
    grid-row: 38;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(77), .gallery-module-masonry .gallery-grid-item:nth-child(78), .gallery-module-masonry .gallery-grid-item:nth-child(80) {
    grid-row: 39;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(79) {
    grid-row: 40;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(81), .gallery-module-masonry .gallery-grid-item:nth-child(82), .gallery-module-masonry .gallery-grid-item:nth-child(84) {
    grid-row: 41;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(83) {
    grid-row: 42;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(85), .gallery-module-masonry .gallery-grid-item:nth-child(86), .gallery-module-masonry .gallery-grid-item:nth-child(88) {
    grid-row: 43;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(87) {
    grid-row: 44;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(89), .gallery-module-masonry .gallery-grid-item:nth-child(90), .gallery-module-masonry .gallery-grid-item:nth-child(92) {
    grid-row: 45;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(91) {
    grid-row: 46;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(93), .gallery-module-masonry .gallery-grid-item:nth-child(94), .gallery-module-masonry .gallery-grid-item:nth-child(96) {
    grid-row: 47;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(95) {
    grid-row: 48;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(97), .gallery-module-masonry .gallery-grid-item:nth-child(98), .gallery-module-masonry .gallery-grid-item:nth-child(100) {
    grid-row: 49;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(99) {
    grid-row: 50;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(101), .gallery-module-masonry .gallery-grid-item:nth-child(102), .gallery-module-masonry .gallery-grid-item:nth-child(104) {
    grid-row: 51;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(103) {
    grid-row: 52;
  }
}

.gallery-grid-item-outer {
  display: block;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .gallery-module-masonry .gallery-grid-item:nth-child(8n+8) .gallery-grid-item-outer, .gallery-module-masonry .gallery-grid-item:nth-child(8n+2) .gallery-grid-item-outer {
    top: 60%;
  }
}
.gallery-module-slider .gallery-grid-item-outer {
  height: 100%;
}
.gallery-module-slider .gallery-grid-item-outer .gallery-grid-item-link {
  height: 100%;
  background-color: #f2f2f2;
}

.gallery-grid-item-link {
  display: block;
}
.gallery-grid-item-link:hover {
  text-decoration: none;
}
.gallery-grid-item-link:hover .gallery-grid-item-btn {
  opacity: 1;
}
.gallery-grid-item-link:hover .gallery-grid-item-image {
  transform: scale(1.1);
}

.gallery-grid-item-inner {
  padding-top: 100%;
  position: relative;
  margin: 0;
}
.gallery-module-slider .gallery-grid-item-inner {
  padding-top: 0;
}
.gallery-module-slider .gallery-grid-item-inner:has(.gallery-grid-item-text) {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .gallery-module-slider .gallery-grid-item-inner:has(.gallery-grid-item-text) {
    flex-direction: column;
  }
}
.gallery-module-slider .gallery-grid-item-inner:has(.gallery-grid-item-text) .gallery-grid-item-media {
  position: relative;
  aspect-ratio: 4/3;
}

.gallery-grid-item-media {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.gallery-grid-item-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: none;
  height: auto;
  transition: transform 1s ease;
}

.gallery-grid-item-video {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
}

.gallery-grid-item-text {
  /*
      .gallery-grid-item:nth-child(8n + 2) &,
      .gallery-grid-item:nth-child(8n + 3) &,
      .gallery-grid-item:nth-child(8n + 7) &,
      .gallery-grid-item:nth-child(8n + 8) & {
          .gallery-module-masonry & {
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              padding: 100px 15px 15px;
              display: block;
              background: linear-gradient(180deg, $gallery-grid-item-text-gradient-1-default 0%, $gallery-grid-item-text-gradient-2-default 100%);

              @include bp(medium1) {
                  background: $transparent;
                  padding: 0;
                  left: -25px;
                  writing-mode: vertical-rl;
                  bottom: 15px;
                  height: calc(100% - 65px);
                  overflow: hidden;
                  text-overflow: ellipsis;
                  transform: rotate(180deg);
              }

              @include bp(large1) {
                  bottom: 25px;
              }

              span {
                  color: var(--gallery-grid-item-text, $gallery-grid-item-text-default);

                  @include bp(medium1) {
                      color: var(--gallery-grid-item-subline, $gallery-grid-item-subline-default);
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                  }
              }

              strong {
                  @include bp(medium1) {
                      color: var(--gallery-grid-item-subline-strong, $gallery-grid-item-subline-strong-default);
                  }
              }
          }
      }

      .gallery-grid-item:nth-child(8n + 3) &,
      .gallery-grid-item:nth-child(8n + 8) & {
          .gallery-module-masonry & {
              @include bp(medium1) {
                  right: -25px;
                  left: auto;
              }
          }
      }
  */
}
.gallery-module-slider .gallery-grid-item-text {
  font-size: 18px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background-color: #f2f2f2;
  padding: 20px;
}
@media (min-width: 960px) {
  .gallery-module-slider .gallery-grid-item-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .gallery-module-slider .gallery-grid-item-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
.gallery-module-slider .gallery-grid-item-text h3 {
  font-size: 19px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin-top: 0;
}
@media (min-width: 960px) {
  .gallery-module-slider .gallery-grid-item-text h3 {
    font-size: 19px;
    line-height: 1.45;
  }
}
@media (max-width: 768px) {
  .gallery-module-slider .gallery-grid-item-text h3 {
    font-size: 19px;
    line-height: 1.45;
  }
}
.gallery-module-grid .gallery-grid-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 15px 15px;
  color: var(--gallery-grid-item-text, hsl(0deg, 0%, 100%));
  background: linear-gradient(180deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.7) 100%);
}
@media only screen and (min-width: 1024px) {
  .gallery-module-grid .gallery-grid-item-text {
    padding: 100px 25px 25px;
  }
}
.gallery-module-masonry .gallery-grid-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 15px 15px;
  color: var(--gallery-grid-item-text, hsl(0deg, 0%, 100%));
  background: linear-gradient(180deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.7) 100%);
}
@media only screen and (min-width: 1024px) {
  .gallery-module-masonry .gallery-grid-item-text {
    padding: 100px 25px 25px;
  }
}
.gallery-grid-item-text strong {
  text-transform: uppercase;
}

.gallery-grid-item-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  padding: 15px;
  background: linear-gradient(180deg, rgba(29, 29, 27, 0.7) 0%, rgba(29, 29, 27, 0) 100%);
}
@media only screen and (min-width: 1024px) {
  .gallery-grid-item-top {
    padding: 25px;
  }
}
.gallery-grid-item-top svg {
  fill: var(--gallery-grid-item-icon-fill, hsl(0deg, 0%, 100%));
  width: 25px;
  height: 25px;
}

.gallery-additional-image-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: var(--gallery-additional-image-border, rgba(255, 255, 255, 0.2)) 3px solid;
  overflow: hidden;
}

.gallery-additional-image {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.gallery-grid-item-btn {
  width: 60px;
  height: 60px;
  background: var(--gallery-grid-item-btn-bg, hsl(60deg, 4%, 11%));
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  transition: opacity 400ms ease;
}
@media only screen and (min-width: 1024px) {
  .gallery-grid-item-btn {
    bottom: 80px;
    right: 80px;
  }
}
.gallery-grid-item-btn svg {
  fill: var(--gallery-grid-item-icon-fill, hsl(0deg, 0%, 100%));
  width: 15px;
  height: 15px;
}
.gallery-module-slider .gallery-grid-item-btn {
  display: none;
}

.gallery-grid-item-video-play-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.gallery-grid-item-video-play-button.gallery-grid-item-youtube-video-play-button {
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease;
}
.gallery-grid-item-video-play-button.gallery-grid-item-youtube-video-play-button.gallery-grid-item-video-play-button-visible {
  opacity: 1;
  pointer-events: all;
}
.gallery-grid-item-video-play-button:after {
  content: "";
  background: var(--video-preview-wrapper, hsla(60deg, 4%, 11%, 0.2));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 400ms ease;
  opacity: 1;
}
.gallery-grid-item-video-play-button:hover:after {
  opacity: 0;
}

.gallery-grid-item-video-play-button-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gallery-grid-item-video-play-button-icon:after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: var(--stage-video-play-button-bg, hsl(60deg, 4%, 11%));
  position: relative;
  border-radius: 100%;
  transition: background-color 400ms ease;
  cursor: pointer;
}
.gallery-grid-item-video-play-button-icon:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%) rotate(-270deg);
  z-index: 10;
  border-style: solid;
  border-width: 0 10px 15px;
  border-color: transparent transparent hsl(0deg, 0%, 100%);
  transition: border-color 400ms ease;
  cursor: pointer;
}

.gallery-cta-wrapper {
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-size: 18px;
  line-height: 1;
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: 0.3s;
  text-align: center;
  padding-left: 0;
}
.gallery-cta-wrapper a {
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
}
.gallery-cta-wrapper a:before {
  content: attr(data-text); /* Get the button text from a data attribute */
  color: var(--text-link, hsl(60deg, 4%, 11%));
  font-weight: bold;
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.gallery-cta-wrapper:hover {
  text-decoration: none;
  font-weight: normal;
}
.gallery-cta-wrapper:hover a {
  font-weight: bold;
  letter-spacing: -0.032em;
}
.gallery-cta-wrapper:hover a[data-text] {
  font-weight: normal;
  letter-spacing: unset;
  text-decoration: none;
  color: transparent;
}
.gallery-cta-wrapper:hover a[data-text]:before {
  opacity: 1;
  color: var(--text-link, hsl(60deg, 4%, 11%));
}
.gallery-cta-wrapper:hover:after {
  background: var(--text-link, hsl(60deg, 4%, 11%));
}
.gallery-cta-wrapper:after {
  content: "";
  transition: width 400ms ease, background-color 400ms ease;
  height: 1px;
  width: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  display: none;
}
.gallery-cta-wrapper svg {
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  fill: var(--text-link, hsl(60deg, 4%, 11%));
}
.gallery-cta-wrapper svg {
  width: 15px;
  height: 15px;
  margin: 2px 10px 0;
}
.gallery-cta-wrapper:after {
  left: 22px;
}
.gallery-cta-wrapper:hover:after {
  width: calc(100% - 22px);
}
@media only screen and (min-width: 480px) {
  .gallery-cta-wrapper {
    width: auto;
  }
}
@media only screen and (min-width: 480px) {
  .gallery-cta-wrapper {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-cta-wrapper {
    margin-top: 60px;
  }
}
.gallery-module-slider .gallery-cta-wrapper {
  margin-top: 0;
}
.gallery-module-grid .gallery-cta-wrapper {
  margin-top: 30px;
}

/* TBD */
.gallery-item-layer {
  background: var(--gallery-item-layer-bg, hsl(0deg, 0%, 100%));
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
  overflow: auto;
}
.gallery-item-layer.gallery-item-layer-visible {
  display: block;
}

.close-gallery-item-layer {
  background: var(--close-gallery-item-layer-bg, hsl(60deg, 4%, 11%));
  position: absolute;
  z-index: 10;
  top: 0;
  right: -1px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .close-gallery-item-layer {
    right: calc(50vw - 720px);
  }
}
.close-gallery-item-layer .close-svg {
  fill: var(--close-svg, hsl(0deg, 0%, 100%));
}

.close-gallery-item-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.gallery-item-layer-video-module {
  width: 100%;
}

.gallery-item-layer-video-module .video-wrapper {
  position: relative;
  padding-top: 56.25%;
  background: var(--video-preview-wrapper-bg, hsl(0deg, 0%, 0%));
}
.gallery-item-layer-video-module .video-wrapper.video-initialized .video-frame {
  display: block;
}
.gallery-item-layer-video-module .video-wrapper.video-initialized .video-preview-wrapper {
  opacity: 0;
  visibility: hidden;
}
.gallery-item-layer-video-module .video-wrapper.video-initialized .video-play-button.youtube-video-play-button.youtube-video-play-button-visible {
  opacity: 0;
  visibility: hidden;
}
.gallery-item-layer-video-module .video-wrapper.video-initialized .video-play-button.vimeo-video-play-button {
  opacity: 0;
  visibility: hidden;
}
.gallery-item-layer-video-module .video-wrapper .video-preview-wrapper,
.gallery-item-layer-video-module .video-wrapper iframe,
.gallery-item-layer-video-module .video-wrapper .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 0 none;
}
.gallery-item-layer-video-module .video-wrapper .video-frame {
  display: none;
}
.gallery-item-layer-video-module .video-wrapper .video-frame.vimeo-video-lazy {
  display: block;
}
.gallery-item-layer-video-module .video-wrapper .video-preview-wrapper {
  transition: opacity 400ms ease;
  overflow: hidden;
}
.gallery-item-layer-video-module .video-wrapper .video-preview-wrapper.youtube-video-preview-wrapper {
  background: var(--video-preview-wrapper-bg, hsl(0deg, 0%, 0%));
}
.gallery-item-layer-video-module .video-wrapper .video-preview-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.gallery-item-layer-video-module .video-wrapper .video-preview-wrapper img.youtube-video-preview {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.gallery-item-layer-video-module .video-wrapper .video-play-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  transition: opacity 400ms ease;
}
.gallery-item-layer-video-module .video-wrapper .video-play-button.youtube-video-play-button {
  opacity: 0;
  visibility: hidden;
}
.gallery-item-layer-video-module .video-wrapper .video-play-button.youtube-video-play-button.youtube-video-play-button-visible {
  visibility: visible;
  opacity: 1;
}
.gallery-item-layer-video-module .video-wrapper .video-play-button:after {
  content: "";
  background: var(--video-preview-wrapper, hsla(60deg, 4%, 11%, 0.2));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 400ms ease;
  opacity: 1;
}
.gallery-item-layer-video-module .video-wrapper .video-play-button:hover:after {
  opacity: 0;
}
.gallery-item-layer-video-module .video-wrapper .video-play-button .video-play-button-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gallery-item-layer-video-module .video-wrapper .video-play-button .video-play-button-icon:after {
  content: "";
  width: 60px;
  height: 60px;
  background-color: var(--stage-video-play-button-bg, hsl(60deg, 4%, 11%));
  position: relative;
  border-radius: 100%;
  transition: background-color 400ms ease;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .gallery-item-layer-video-module .video-wrapper .video-play-button .video-play-button-icon:after {
    width: 100px;
    height: 100px;
  }
}
.gallery-item-layer-video-module .video-wrapper .video-play-button .video-play-button-icon:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%) rotate(-270deg);
  z-index: 10;
  border-style: solid;
  border-width: 0 10px 15px;
  border-color: transparent transparent var(--stage-video-play-button-icon, hsl(0deg, 0%, 100%));
  transition: border-color 400ms ease;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .gallery-item-layer-video-module .video-wrapper .video-play-button .video-play-button-icon:before {
    border-width: 0 20px 30px;
  }
}
.gallery-item-layer-video-module .video-wrapper .no-video {
  background: var(--no-video-bg, hsl(60deg, 4%, 11%));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-item-layer-video-module .video-wrapper .no-video p {
  color: var(--no-video, hsl(0deg, 0%, 100%));
}
.gallery-item-layer-video-module .video-wrapper .no-video svg {
  fill: var(--no-video, hsl(0deg, 0%, 100%));
  display: block;
  margin: 0 auto 20px;
}

.image-standalone-module {
  margin-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 680px) {
  .image-standalone-module {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .image-standalone-module {
    margin-bottom: 100px;
  }
}
.image-standalone-module.image-standalone-small {
  max-width: 690px;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 960px) {
  .image-standalone-module.image-standalone-small {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 690px) {
  .image-standalone-module.image-standalone-small {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .image-standalone-module.image-standalone-small {
  margin-left: auto;
  margin-right: auto;
}
.image-standalone-module.image-standalone-medium {
  max-width: 1080px;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 960px) {
  .image-standalone-module.image-standalone-medium {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1080px) {
  .image-standalone-module.image-standalone-medium {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .image-standalone-module.image-standalone-medium {
  margin-left: auto;
  margin-right: auto;
}
.image-standalone-module.image-standalone-large {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 960px) {
  .image-standalone-module.image-standalone-large {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .image-standalone-module.image-standalone-large {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .image-standalone-module.image-standalone-large {
  margin-left: auto;
  margin-right: auto;
}

.image-standalone-wrapper {
  overflow: hidden;
}

.image-standalone {
  aspect-ratio: 1/1;
  height: auto;
}

.image-standalone-figure {
  margin: 0;
}

.poll-module {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 680px) {
  .poll-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .poll-module {
    padding-bottom: 100px;
  }
}

.poll {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.poll svg {
  width: 100px;
  height: 100px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 680px) {
  .poll svg {
    width: 100px;
    height: 100px;
    margin-right: 50px;
  }
}
.poll p {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}
.poll h3 {
  text-transform: uppercase;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
  line-height: 1.2;
}

.poll-inner {
  display: flex;
  align-items: center;
  padding: 40px;
  flex-flow: row wrap;
  justify-content: center;
  background: var(--poll-module-bg, #ed0924);
}
@media only screen and (min-width: 680px) {
  .poll-inner {
    justify-content: flex-start;
  }
}

.poll-btn {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  margin: 0;
}
.poll-btn a,
.poll-btn button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .poll-btn a,
  .poll-btn button {
    padding: 12px 50px;
  }
}
.poll-btn a:hover,
.poll-btn button:hover {
  text-decoration: none;
}
.poll-btn a:before,
.poll-btn button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.poll-btn a:after,
.poll-btn button:after {
  display: none;
}
.poll-btn:focus {
  outline: 0;
}
.poll-btn:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.poll-btn:hover:not(input) {
  color: transparent !important;
}
.poll-btn:hover a:before,
.poll-btn:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.poll-btn:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.poll-btn svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.poll-btn:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.poll-btn:hover a:before,
.poll-btn:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.poll-btn:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.poll-btn svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}

.event-poll-content {
  width: 100%;
  position: relative;
  z-index: 0;
}

.poll-intro {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 680px) {
  .poll-intro {
    width: calc(100% - 200px);
    text-align: left;
  }
}

.event-poll-wrapper {
  position: fixed;
  background: var(--layer-bg, hsl(0deg, 0%, 100%));
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  z-index: 120;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.event-poll-wrapper.event-poll-wrapper-visible {
  display: block;
}

.close-event-poll-wrapper {
  background: var(--close-layer-bg, hsl(60deg, 4%, 11%));
  position: fixed;
  top: 0;
  right: -1px;
  z-index: 10;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 1440px) {
  .close-event-poll-wrapper {
    right: calc((100vw - 1440px) / 2);
  }
}
.close-event-poll-wrapper .close-svg {
  fill: var(--close-svg, hsl(0deg, 0%, 100%));
  width: 15px;
  height: 15px;
}

.new-feature-module {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
  --rte-content: hsl(0deg, 0%, 100%);
  --text-link: hsl(0deg, 0%, 100%);
}
@media only screen and (min-width: 680px) {
  .new-feature-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .new-feature-module {
    padding-bottom: 100px;
  }
}

.new-feature {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.new-feature p {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
}
.new-feature h3 {
  text-transform: uppercase;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin: 0 0 10px;
  font-size: 18px;
  padding: 0;
  line-height: 1.2;
  position: relative;
}

.new-feature-highlight {
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 5px;
  color: var(--new-feature, hsl(0deg, 0%, 100%));
  background: var(--new-feature-bg, #ed0924);
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 15px;
}

.bookmark-animation {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 0 30px;
  cursor: pointer;
}
@media only screen and (min-width: 680px) {
  .bookmark-animation {
    margin: 0 40px 0 0;
  }
}

.bookmark-highlight-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  animation: new-bookmark-feature 6s ease infinite;
  fill: var(--bookmark-icon, hsl(0deg, 0%, 100%));
}

.bookmark-cursor-icon {
  position: absolute;
  left: -3px;
  bottom: -17px;
  width: 40px;
  height: 40px;
  animation: cursor 6000ms ease infinite;
}

.new-feature-inner {
  display: flex;
  align-items: center;
  padding: 40px;
  flex-flow: row wrap;
  justify-content: center;
  background: var(--new-feature-module-bg, hsl(60deg, 4%, 11%));
  position: relative;
}
@media only screen and (min-width: 680px) {
  .new-feature-inner {
    justify-content: flex-start;
  }
}

.new-feature-intro {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 680px) {
  .new-feature-intro {
    width: calc(100% - 200px);
    text-align: left;
  }
}

.new-feature-btn {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
}
.new-feature-btn a,
.new-feature-btn button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .new-feature-btn a,
  .new-feature-btn button {
    padding: 12px 50px;
  }
}
.new-feature-btn a:hover,
.new-feature-btn button:hover {
  text-decoration: none;
}
.new-feature-btn a:before,
.new-feature-btn button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.new-feature-btn a:after,
.new-feature-btn button:after {
  display: none;
}
.new-feature-btn:focus {
  outline: 0;
}
.new-feature-btn:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.new-feature-btn:hover:not(input) {
  color: transparent !important;
}
.new-feature-btn:hover a:before,
.new-feature-btn:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.new-feature-btn:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.new-feature-btn svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.new-feature-btn:hover {
  color: var(--btn-outline-hover, rgba(255, 255, 255, 0));
  background: var(--btn-outline-hover-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-hover-border, hsl(0deg, 0%, 0%));
}
.new-feature-btn:hover svg {
  fill: var(--btn-outline-fill-hover, hsl(0deg, 0%, 0%));
}
.new-feature-btn svg {
  fill: var(--btn-outline-fill, hsl(0deg, 0%, 0%));
}

.square-media-text-module {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .square-media-text-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .square-media-text-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .square-media-text-module {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 680px) {
  .square-media-text-module {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .square-media-text-module {
    padding-bottom: 100px;
  }
}
.square-media-text-module.square-media-text-module-small {
  max-width: 1080px;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 960px) {
  .square-media-text-module.square-media-text-module-small {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1080px) {
  .square-media-text-module.square-media-text-module-small {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .square-media-text-module.square-media-text-module-small {
  margin-left: auto;
  margin-right: auto;
}

.square-media-text-item-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.square-media-text-item-image-wrapper {
  width: 100%;
  order: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .square-media-text-item-image-wrapper {
    order: 1;
    width: calc((100% - 120px - 18px) * 0.5034);
  }
}
@media only screen and (min-width: 1120px) {
  .square-media-text-item-image-wrapper {
    width: 534px;
  }
}
@media only screen and (min-width: 768px) {
  .square-media-text-module-small .square-media-text-item-image-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 1120px) {
  .square-media-text-module-small .square-media-text-item-image-wrapper {
    width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .square-media-text-item-reversed .square-media-text-item-image-wrapper {
    order: 2;
  }
}

.square-media-text-item-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.square-media-text-item-content-wrapper {
  padding: 30px 20px;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .square-media-text-item-content-wrapper {
    width: calc(100% - (100% - 120px - 18px) * 0.5034);
    display: flex;
    align-items: center;
    padding: 20px 30px 40px;
    order: 2;
  }
  .square-media-text-module-small .square-media-text-item-content-wrapper {
    width: 50%;
  }
  .square-media-text-item-reversed .square-media-text-item-content-wrapper {
    order: 1;
    padding: 0 40px 30px 20px;
  }
}
@media only screen and (min-width: 1120px) {
  .square-media-text-item-content-wrapper {
    width: calc(100% - 534px);
  }
}

.square-media-text-item-content {
  width: 100%;
  color: var(--media-text-module-text, hsl(60deg, 4%, 11%));
  line-height: 1.5;
}

.bookmark-list-module {
  max-width: 1440px;
  margin-left: -20px;
  margin-right: -20px;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .bookmark-list-module {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1440px) {
  .bookmark-list-module {
    margin-left: auto;
    margin-right: auto;
  }
}
.dashboard-app .bookmark-list-module {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 560px) {
  .bookmark-list {
    margin-bottom: 60px;
  }
}
.bookmark-list.contains-1-items, .bookmark-list.contains-2-items, .bookmark-list.contains-3-items {
  justify-content: center;
}

.bookmark-list-container {
  transition: all 400ms ease;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .bookmark-list-container {
    margin: 0 auto 90px;
  }
}
.bookmark-list-container.bookmark-list-container-visible {
  opacity: 1;
  pointer-events: all;
}

.bookmark-list-no-result-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .bookmark-list-no-result-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .bookmark-list-no-result-wrapper {
    margin-bottom: 90px;
  }
}

.bookmark-list-no-result-container {
  transition: all 400ms ease;
  justify-content: center;
  display: flex;
  align-items: center;
}
.bookmark-list-no-result-container.bookmark-list-no-result-container-visible {
  opacity: 1;
  pointer-events: all;
}
.bookmark-list-no-result-container p {
  margin: 0 0 30px;
  line-height: 1.4;
  font-size: 18px;
  color: var(--bookmark-list-no-result-container, hsl(0deg, 0%, 45%));
  width: 100%;
  text-align: center;
}
.bookmark-list-no-result-container p:last-child {
  margin: 0;
}
@media only screen and (min-width: 680px) {
  .bookmark-list-no-result-container p {
    width: auto;
    text-align: left;
  }
}
.bookmark-list-no-result-container svg {
  fill: var(--bookmark-list-no-result-container, hsl(0deg, 0%, 45%));
  height: 30px;
  width: 30px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 680px) {
  .bookmark-list-no-result-container svg {
    height: 15px;
    width: 15px;
    margin: 0 10px 0 0;
  }
}

.bookmark-list-no-result-content {
  border: var(--bookmark-list-no-result-content-border, hsl(60deg, 1%, 82%)) 3px dashed;
  padding: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
}
@media only screen and (min-width: 680px) {
  .bookmark-list-no-result-content {
    justify-content: flex-start;
  }
}

.bookmark-share-options-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 30px;
  max-width: 600px;
  border-top: var(--bookmark-share-options-wrapper-border, hsl(60deg, 1%, 82%)) 1px solid;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
@media only screen and (min-width: 768px) {
  .bookmark-share-options-wrapper {
    padding-top: 60px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .bookmark-share-options-wrapper {
    width: calc(50% - 6px);
    max-width: 100%;
  }
}

.bookmark-share-options-intro {
  width: 100%;
  text-align: center;
}
.bookmark-share-options-intro h2 {
  font-size: 30px;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  text-align: center;
  margin: 0 0 20px;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .bookmark-share-options-intro h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .bookmark-share-options-intro h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 769px) {
  .bookmark-share-options-intro h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 680px) {
  .bookmark-share-options-intro h2 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
  }
}
.bookmark-share-options-intro h2 svg {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 680px) {
  .bookmark-share-options-intro h2 svg {
    margin: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
  }
}
.bookmark-share-options-intro p {
  margin: 0 0 30px;
  line-height: 1.4;
  font-size: 18px;
}
.bookmark-share-options-intro p:last-child {
  margin: 0;
}

.bookmark-share-create-btn {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  cursor: pointer;
  margin: 30px 0 0;
  display: none;
}
.bookmark-share-create-btn a,
.bookmark-share-create-btn button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .bookmark-share-create-btn a,
  .bookmark-share-create-btn button {
    padding: 12px 50px;
  }
}
.bookmark-share-create-btn a:hover,
.bookmark-share-create-btn button:hover {
  text-decoration: none;
}
.bookmark-share-create-btn a:before,
.bookmark-share-create-btn button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.bookmark-share-create-btn a:after,
.bookmark-share-create-btn button:after {
  display: none;
}
.bookmark-share-create-btn:focus {
  outline: 0;
}
.bookmark-share-create-btn:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.bookmark-share-create-btn:hover:not(input) {
  color: transparent !important;
}
.bookmark-share-create-btn:hover a:before,
.bookmark-share-create-btn:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.bookmark-share-create-btn:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.bookmark-share-create-btn svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.bookmark-share-create-btn:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.bookmark-share-create-btn:hover a:before,
.bookmark-share-create-btn:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.bookmark-share-create-btn:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.bookmark-share-create-btn svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
.bookmark-share-create-btn.bookmark-share-create-btn-visible {
  display: block;
}

.bookmark-share-options-list-container {
  width: 100%;
  position: relative;
}

.bookmark-share-options-list {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
  transition: opacity 400ms ease;
}
@media only screen and (min-width: 560px) {
  .bookmark-share-options-list {
    margin: 30px 0 -3px;
  }
}
.bookmark-share-options-list.bookmark-share-options-list-visible {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.bookmark-share-options-list-container-visible .bookmark-share-options-list {
  position: relative;
}

.bookmark-share-options-list-item {
  width: 100%;
  overflow: hidden;
  background: var(--bookmark-share-options-list-item-bg, hsl(0deg, 0%, 100%));
  color: var(--bookmark-share-options-list-item, hsl(60deg, 4%, 11%));
  padding: 10px 20px;
  text-align: center;
}
@media only screen and (min-width: 560px) {
  .bookmark-share-options-list-item {
    display: flex;
    flex-flow: row wrap;
    width: 50%;
    justify-content: center;
  }
}
.bookmark-share-options-list-item h3 {
  font-size: 22px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  margin: 0;
  font-family: "helvetica-neue-bold", arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .bookmark-share-options-list-item h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .bookmark-share-options-list-item h3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.bookmark-share-options-list-item p {
  font-size: 14px;
  margin-bottom: 30px;
}

.bookmark-share-options-list-item-text {
  margin: 30px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .bookmark-share-options-list-item-text {
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: auto;
  }
}
.bookmark-share-options-list-item-text strong {
  border-radius: 6px;
  color: var(--bookmark-share-options-list-item-bg, hsl(0deg, 0%, 100%));
  background: var(--bookmark-share-options-list-item, hsl(60deg, 4%, 11%));
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.copy-bookmark-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: var(--copy-bookmark-link-wrapper, hsl(60deg, 4%, 11%)) 3px dashed;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 400ms ease;
  opacity: 0.9;
  margin-top: auto;
}
.copy-bookmark-link-wrapper.copy-bookmark-link-success {
  border-color: var(--success, hsl(142deg, 39%, 56%));
  pointer-events: none;
  opacity: 1;
}
.copy-bookmark-link-wrapper.copy-bookmark-link-error {
  border-color: var(--error, hsl(0deg, 100%, 50%));
  pointer-events: none;
  opacity: 1;
}
.copy-bookmark-link-wrapper:hover {
  opacity: 1;
}
.copy-bookmark-link-wrapper:hover .copy-bookmark-link-text {
  text-decoration: underline;
}
.copy-bookmark-link-wrapper:hover .copy-bookmark-link-svg {
  animation: pulsate 1.5s ease-out infinite;
}

.copy-bookmark-link-svg {
  fill: var(--copy-bookmark-link-text, hsl(60deg, 4%, 11%));
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  transition: fill 400ms ease;
}
.copy-bookmark-link-success .copy-bookmark-link-svg {
  fill: var(--success, hsl(142deg, 39%, 56%));
}
.copy-bookmark-link-error .copy-bookmark-link-svg {
  fill: var(--error, hsl(0deg, 100%, 50%));
}

.copy-bookmark-link-content {
  display: none;
}

.copy-bookmark-link-text {
  color: var(--copy-bookmark-link-text, hsl(60deg, 4%, 11%));
  width: 100%;
  display: block;
  transition: color 400ms ease;
}
.copy-bookmark-link-success .copy-bookmark-link-text {
  color: var(--success, hsl(142deg, 39%, 56%));
}
.copy-bookmark-link-error .copy-bookmark-link-text {
  color: var(--error, hsl(0deg, 100%, 50%));
}

.bookmark-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bookmark-btn-bg, hsl(60deg, 4%, 11%));
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: opacity 400ms ease;
  overflow: hidden;
}
.bookmark-btn.bookmark-add-btn-visible {
  opacity: 1;
}
.bookmark-btn.bookmark-loading svg {
  opacity: 0;
}
.bookmark-btn.bookmark-loading .loader-spinner {
  opacity: 1;
}
.detail-stage-media-wrapper .bookmark-btn.bookmark-added svg {
  animation: bookmark-item 0.6s ease;
  fill: var(--bookmark-success, hsl(142deg, 39%, 56%));
}
.teaser-list-item-image-outer .bookmark-btn {
  z-index: 1;
}
.bookmark-btn svg {
  width: 24px;
  height: 24px;
  fill: var(--bookmark-icon, hsl(0deg, 0%, 100%));
  transition: opacity 400ms ease;
}
.bookmark-btn .loader-spinner {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 400ms ease;
}

.delete-icon {
  background: var(--bookmark-delete-bg-icon, hsl(60deg, 4%, 11%));
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 100%;
}
.delete-icon svg {
  width: 7px;
  height: 7px;
  fill: var(--bookmark-delete-icon, hsl(0deg, 0%, 100%));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qrcode-bookmark-link {
  margin-top: auto;
}

.error-module {
  padding: 0 20px;
  display: flex;
  flex-flow: row wrap;
  min-height: calc(100vh - 700px);
  margin-bottom: 30px;
}

.error-media-wrapper {
  width: 100%;
  min-height: 357px;
}
@media only screen and (min-width: 1024px) {
  .error-media-wrapper {
    min-height: 557px;
  }
}
@media only screen and (min-width: 280px) and (orientation: landscape) {
  .error-media-wrapper {
    width: 50%;
  }
}
@media only screen and (min-width: 280px) and (orientation: portrait) {
  .error-media-wrapper {
    width: 100%;
  }
}

.t-rex {
  font-size: 7px;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .t-rex {
    font-size: 12px;
  }
}

.t-rex > * {
  background: var(--error-module, hsl(60deg, 4%, 11%));
  height: 0.5em;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.5em;
}

.mouth,
.eye,
.dino {
  width: 1em;
  height: 1em;
}

.dino {
  animation: dino 0.25s both steps(1) infinite;
}

.eye {
  animation: eye 4s both steps(1) infinite;
}

.mouth {
  animation: mouth 4s both steps(1) infinite;
}

.ground {
  animation: ground 0.5s both steps(1) infinite;
}

.comets {
  animation: comets 0.5s both steps(1) infinite;
}

.error-content-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 280px) and (orientation: landscape) {
  .error-content-wrapper {
    width: 50%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 280px) and (orientation: portrait) {
  .error-content-wrapper {
    text-align: center;
    max-width: 800px;
    width: 80%;
    margin: -50px auto 0;
  }
}
.error-content-wrapper p {
  margin: 0 0 30px;
  line-height: 1.4;
  font-size: 18px;
}
.error-content-wrapper p:last-child {
  margin: 0;
}

.error-content {
  width: 100%;
}

.error-headline {
  --position-x: 7;
  --position-y: 7;
  width: 260px;
  font-family: "Courier", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
}
@media only screen and (min-width: 280px) and (orientation: portrait) {
  .error-headline {
    margin: 0 auto;
  }
}
.error-headline span {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: color 7s infinite linear;
  text-shadow: 0 0 10px #fff;
  transition: all 0.5s;
  user-select: none;
}
.error-headline span:nth-child(1) {
  font-size: 100px;
  animation-delay: 0s;
  opacity: 0.3;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * 21px)) translateY(calc(-50% - (var(--position-y) - 7) * 21px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(2) {
  font-size: 110px;
  animation-delay: -0.3s;
  opacity: 0.4;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * 18px)) translateY(calc(-50% - (var(--position-y) - 7) * 18px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(3) {
  font-size: 120px;
  animation-delay: -0.6s;
  opacity: 0.5;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * 15px)) translateY(calc(-50% - (var(--position-y) - 7) * 15px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(4) {
  font-size: 130px;
  animation-delay: -0.9s;
  opacity: 0.6;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * 12px)) translateY(calc(-50% - (var(--position-y) - 7) * 12px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(5) {
  font-size: 140px;
  animation-delay: -1.2s;
  opacity: 0.7;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * 9px)) translateY(calc(-50% - (var(--position-y) - 7) * 9px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(6) {
  font-size: 150px;
  animation-delay: -1.5s;
  opacity: 0.8;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * 6px)) translateY(calc(-50% - (var(--position-y) - 7) * 6px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(7) {
  font-size: 160px;
  animation-delay: -1.8s;
  opacity: 0.9;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * 3px)) translateY(calc(-50% - (var(--position-y) - 7) * 3px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(8) {
  font-size: 170px;
  animation-delay: -2.1s;
  opacity: 1;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * 0px)) translateY(calc(-50% - (var(--position-y) - 7) * 0px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(9) {
  font-size: 180px;
  animation-delay: -2.4s;
  opacity: 1.1;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * -3px)) translateY(calc(-50% - (var(--position-y) - 7) * -3px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(10) {
  font-size: 190px;
  animation-delay: -2.7s;
  opacity: 1.2;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * -6px)) translateY(calc(-50% - (var(--position-y) - 7) * -6px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}
.error-headline span:nth-child(11) {
  font-size: 200px;
  animation-delay: -3s;
  opacity: 1.3;
  transform: translateX(calc(-50% - (var(--position-x) - 7) * -9px)) translateY(calc(-50% - (var(--position-y) - 7) * -9px)) rotateX(calc(0deg - (var(--position-y) - 7) * 5deg)) rotateY(calc((var(--position-x) - 7) * 5deg));
}

.error-subline {
  font-family: "Courier", sans-serif;
  text-align: left;
  font-size: 22px;
  margin: 40px 0 20px;
  padding: 0;
}
@media only screen and (min-width: 280px) and (orientation: portrait) {
  .error-subline {
    text-align: center;
  }
}

.error-btn {
  font-family: "helvetica-neue-roman", arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0ms ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  min-width: 228px;
  cursor: pointer;
  border-radius: 100em;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  background: var(--btn-outline-bg, rgba(255, 255, 255, 0));
  border: 1px solid var(--btn-outline-border, hsl(0deg, 0%, 0%));
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-border, hsl(0deg, 0%, 0%));
  margin: 0;
}
.error-btn a,
.error-btn button {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 12px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
  .error-btn a,
  .error-btn button {
    padding: 12px 50px;
  }
}
.error-btn a:hover,
.error-btn button:hover {
  text-decoration: none;
}
.error-btn a:before,
.error-btn button:before {
  content: attr(data-text) !important; /* Get the button text from a data attribute */
  font-weight: bold;
  position: absolute;
  display: inline-block !important;
  opacity: 0;
  transition: 0.3s ease-in-out;
  letter-spacing: -0.032em;
  text-decoration: none;
}
.error-btn a:after,
.error-btn button:after {
  display: none;
}
.error-btn:focus {
  outline: 0;
}
.error-btn:hover {
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99), color 300ms ease-in-out;
}
.error-btn:hover:not(input) {
  color: transparent !important;
}
.error-btn:hover a:before,
.error-btn:hover button:before {
  opacity: 1;
  color: var(--btn-outline, hsl(0deg, 0%, 0%));
  transition: 0.3s ease-in-out;
}
.error-btn:hover svg {
  animation: arrow-animation 1.3s ease infinite;
}
.error-btn svg {
  width: 15px;
  height: 15px;
  transition: fill 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
  margin: 0 0 0 10px;
}
.error-btn:hover {
  color: var(--btn-filled-hover, hsl(0deg, 0%, 100%));
  background: var(--btn-filled-hover-bg, hsl(0deg, 0%, 0%));
  border: 1px solid var(--btn-filled-hover-border, hsl(0deg, 0%, 0%));
}
.error-btn:hover a:before,
.error-btn:hover button:before {
  color: var(--btn-filled, hsl(0deg, 0%, 100%));
}
.error-btn:hover svg {
  fill: var(--btn-filled-fill-hover, hsl(0deg, 0%, 100%));
}
.error-btn svg {
  fill: var(--btn-filled-fill, hsl(0deg, 0%, 100%));
}
