/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!./node_modules/import-glob-loader/index.js!./src/scss/general.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@charset "UTF-8";
/*!
 * Accordion v3.1.1
 * Simple accordion created in pure Javascript.
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac{margin-top:10px;border:1px solid #eee;background-color:#fff;box-sizing:border-box}
.ac .ac-header{margin:0;padding:0}
.ac .ac-trigger{font:bold 16px Arial,sans-serif;color:#111;text-align:left;width:100%;padding:10px 30px 10px 10px;display:block;cursor:pointer;background-color:transparent;transition:color .25s ease;position:relative;text-decoration:none;margin:0;border:0}
.ac .ac-trigger::after{content:'+';text-align:center;width:15px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);position:absolute;right:10px;top:50%}
.ac .ac-trigger:focus{color:#8a8a8a}
.ac .ac-panel{overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}
.ac .ac-panel .ac-text{font:15px/24px Arial,sans-serif;color:#111;padding:10px;margin:0}
.ac.js-enabled .ac-panel{visibility:hidden}
.ac.is-active .ac-panel{visibility:visible}
.ac.is-active>.ac-header .ac-trigger::after{content:'\2013'}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}

p {
  margin: 0 0 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
}

button {
  border: none;
  background: none;
  outline: 0;
  padding: 0;
}

button,
[type=submit] {
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

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

figure {
  margin: 0;
}

@font-face {
  font-family: "Spezia Serif";
  src: url(fonts/subset-SpeziaSerif-BlackC.5a805bdb..eot);
  src: url(fonts/subset-SpeziaSerif-BlackC.5a805bdb..eot?#iefix) format("embedded-opentype"), url(fonts/subset-SpeziaSerif-BlackC.81bd3247..woff2) format("woff2"), url(fonts/subset-SpeziaSerif-BlackC.198adf80..woff) format("woff"), url(fonts/subset-SpeziaSerif-BlackC.17fe8922..ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spezia Serif";
  src: url(fonts/subset-SpeziaSerif-MediumC.4919f0e5..eot);
  src: url(fonts/subset-SpeziaSerif-MediumC.4919f0e5..eot?#iefix) format("embedded-opentype"), url(fonts/subset-SpeziaSerif-MediumC.eebf5fcb..woff2) format("woff2"), url(fonts/subset-SpeziaSerif-MediumC.d30b3d1d..woff) format("woff"), url(fonts/subset-SpeziaSerif-MediumC.807d017c..ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(fonts/subset-HelveticaNeue.c02d0058..eot);
  src: url(fonts/subset-HelveticaNeue.c02d0058..eot?#iefix) format("embedded-opentype"), url(fonts/subset-HelveticaNeue.81b92572..woff2) format("woff2"), url(fonts/subset-HelveticaNeue.4b4bd4f4..woff) format("woff"), url(fonts/subset-HelveticaNeue.bd76d2b7..ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(fonts/subset-HelveticaNeue-Bold.e46c0990..eot);
  src: url(fonts/subset-HelveticaNeue-Bold.e46c0990..eot?#iefix) format("embedded-opentype"), url(fonts/subset-HelveticaNeue-Bold.fdbaabfe..woff2) format("woff2"), url(fonts/subset-HelveticaNeue-Bold.cf4e0a35..woff) format("woff"), url(fonts/subset-HelveticaNeue-Bold.3c905b82..ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url(fonts/subset-HelveticaNeue-Medium.95876bab..eot);
  src: url(fonts/subset-HelveticaNeue-Medium.95876bab..eot?#iefix) format("embedded-opentype"), url(fonts/subset-HelveticaNeue-Medium.0dabb73a..woff2) format("woff2"), url(fonts/subset-HelveticaNeue-Medium.e1c2a7c5..woff) format("woff"), url(fonts/subset-HelveticaNeue-Medium.c183217d..ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.1a6f5468..eot);
  src: url(fonts/icomoon.1a6f5468..eot#iefix) format("embedded-opentype"), url(fonts/icomoon.13c8ec8e..ttf) format("truetype"), url(fonts/icomoon.daded9d5..woff) format("woff"), url(images/icomoon.c2a7544c..svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"],
.header-navigation-mobile .panel-sub .top > li > a::after,
.header-navigation-mobile .panel-main .menu-item-has-children > *::after,
.header-navigation-desktop .header-navigation-bottom .menu > li.menu-item-has-children > a:after,
.qs-arrow::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "";
}

.icon-earth:before {
  content: "";
}

.icon-person:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-read:before {
  content: "";
}

.icon-record:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-blessed:before {
  content: "";
}

.icon-sad:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-burger:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-alert-circle:before {
  content: "";
}

.icon-question-circle:before {
  content: "";
}

.icon-email:before {
  content: "";
}

.icon-send-email:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-kindle:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-chevron-down-large:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-tile-view:before {
  content: "";
}

.icon-list-view:before {
  content: "";
}

h1,
.h1 {
  font-size: 36px;
  line-height: 48px;
}
@media screen and (min-width: 375px) {
  h1,
.h1 {
    font-size: calc( 			36px + ( 					56 - 36 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  h1,
.h1 {
    font-size: 56px;
  }
}
@media screen and (min-width: 375px) {
  h1,
.h1 {
    line-height: calc( 			48px + ( 					64 - 48 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  h1,
.h1 {
    line-height: 64px;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 375px) {
  h2,
.h2 {
    font-size: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  h2,
.h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 375px) {
  h2,
.h2 {
    line-height: calc( 			32px + ( 					48 - 32 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  h2,
.h2 {
    line-height: 48px;
  }
}

h3,
.h3 {
  font-size: 20px;
  line-height: 24px;
}
@media screen and (min-width: 375px) {
  h3,
.h3 {
    font-size: calc( 			20px + ( 					32 - 20 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  h3,
.h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 375px) {
  h3,
.h3 {
    line-height: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  h3,
.h3 {
    line-height: 40px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 375px) {
  h4,
.h4 {
    font-size: calc( 			18px + ( 					24 - 18 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  h4,
.h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 375px) {
  h4,
.h4 {
    line-height: calc( 			24px + ( 					32 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  h4,
.h4 {
    line-height: 32px;
  }
}

.single-staff_pick .section-post-intro .description p, .single-post .section-post-intro .description p, .single-location .section-post-intro .description p, .single-event .section-post-intro .description p, .locations-listing .filters-title, .events-listing .filters-title, h5,
.h5, .lead {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (min-width: 375px) {
  .single-staff_pick .section-post-intro .description p, .single-post .section-post-intro .description p, .single-location .section-post-intro .description p, .single-event .section-post-intro .description p, .locations-listing .filters-title, .events-listing .filters-title, h5,
.h5, .lead {
    font-size: calc( 			20px + ( 					24 - 20 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .single-staff_pick .section-post-intro .description p, .single-post .section-post-intro .description p, .single-location .section-post-intro .description p, .single-event .section-post-intro .description p, .locations-listing .filters-title, .events-listing .filters-title, h5,
.h5, .lead {
    font-size: 24px;
  }
}
@media screen and (min-width: 375px) {
  .single-staff_pick .section-post-intro .description p, .single-post .section-post-intro .description p, .single-location .section-post-intro .description p, .single-event .section-post-intro .description p, .locations-listing .filters-title, .events-listing .filters-title, h5,
.h5, .lead {
    line-height: calc( 			26px + ( 					32 - 26 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .single-staff_pick .section-post-intro .description p, .single-post .section-post-intro .description p, .single-location .section-post-intro .description p, .single-event .section-post-intro .description p, .locations-listing .filters-title, .events-listing .filters-title, h5,
.h5, .lead {
    line-height: 32px;
  }
}

.p400, p, body {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 375px) {
  .p400, p, body {
    font-size: calc( 			18px + ( 					20 - 18 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .p400, p, body {
    font-size: 20px;
  }
}
@media screen and (min-width: 375px) {
  .p400, p, body {
    line-height: calc( 			24px + ( 					28 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .p400, p, body {
    line-height: 28px;
  }
}

.module-help-content p, .form-search button, .p300, [type=radio] + .text,
[type=radio] + .wpcf7-list-item-label, [type=radio]:checked + .text,
[type=radio]:checked + .wpcf7-list-item-label,
[type=checkbox] + .text,
[type=checkbox] + .wpcf7-list-item-label,
[type=checkbox]:checked + .text,
[type=checkbox]:checked + .wpcf7-list-item-label, .ss-content .ss-list .ss-option, .wp-caption-text {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 375px) {
  .module-help-content p, .form-search button, .p300, [type=radio] + .text,
[type=radio] + .wpcf7-list-item-label, [type=radio]:checked + .text,
[type=radio]:checked + .wpcf7-list-item-label,
[type=checkbox] + .text,
[type=checkbox] + .wpcf7-list-item-label,
[type=checkbox]:checked + .text,
[type=checkbox]:checked + .wpcf7-list-item-label, .ss-content .ss-list .ss-option, .wp-caption-text {
    font-size: calc( 			16px + ( 					18 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-help-content p, .form-search button, .p300, [type=radio] + .text,
[type=radio] + .wpcf7-list-item-label, [type=radio]:checked + .text,
[type=radio]:checked + .wpcf7-list-item-label,
[type=checkbox] + .text,
[type=checkbox] + .wpcf7-list-item-label,
[type=checkbox]:checked + .text,
[type=checkbox]:checked + .wpcf7-list-item-label, .ss-content .ss-list .ss-option, .wp-caption-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 375px) {
  .module-help-content p, .form-search button, .p300, [type=radio] + .text,
[type=radio] + .wpcf7-list-item-label, [type=radio]:checked + .text,
[type=radio]:checked + .wpcf7-list-item-label,
[type=checkbox] + .text,
[type=checkbox] + .wpcf7-list-item-label,
[type=checkbox]:checked + .text,
[type=checkbox]:checked + .wpcf7-list-item-label, .ss-content .ss-list .ss-option, .wp-caption-text {
    line-height: calc( 			24px + ( 					26 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-help-content p, .form-search button, .p300, [type=radio] + .text,
[type=radio] + .wpcf7-list-item-label, [type=radio]:checked + .text,
[type=radio]:checked + .wpcf7-list-item-label,
[type=checkbox] + .text,
[type=checkbox] + .wpcf7-list-item-label,
[type=checkbox]:checked + .text,
[type=checkbox]:checked + .wpcf7-list-item-label, .ss-content .ss-list .ss-option, .wp-caption-text {
    line-height: 26px;
  }
}

.module-table .caption > *, .wpcf7-not-valid-tip, .form-newsletter .mimi_field_feedback, .p200, .staff-picks-listing .target-group-filter label, .news-listing .category-filter label, .news-listing .year-filter label, .locations-listing .filters label, .events-listing .filters label, .wpcf7 form label .label, .module-form .school-form label, .modal-card .form-field label {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 375px) {
  .module-table .caption > *, .wpcf7-not-valid-tip, .form-newsletter .mimi_field_feedback, .p200, .staff-picks-listing .target-group-filter label, .news-listing .category-filter label, .news-listing .year-filter label, .locations-listing .filters label, .events-listing .filters label, .wpcf7 form label .label, .module-form .school-form label, .modal-card .form-field label {
    font-size: calc( 			12px + ( 					16 - 12 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-table .caption > *, .wpcf7-not-valid-tip, .form-newsletter .mimi_field_feedback, .p200, .staff-picks-listing .target-group-filter label, .news-listing .category-filter label, .news-listing .year-filter label, .locations-listing .filters label, .events-listing .filters label, .wpcf7 form label .label, .module-form .school-form label, .modal-card .form-field label {
    font-size: 16px;
  }
}
@media screen and (min-width: 375px) {
  .module-table .caption > *, .wpcf7-not-valid-tip, .form-newsletter .mimi_field_feedback, .p200, .staff-picks-listing .target-group-filter label, .news-listing .category-filter label, .news-listing .year-filter label, .locations-listing .filters label, .events-listing .filters label, .wpcf7 form label .label, .module-form .school-form label, .modal-card .form-field label {
    line-height: calc( 			18px + ( 					24 - 18 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-table .caption > *, .wpcf7-not-valid-tip, .form-newsletter .mimi_field_feedback, .p200, .staff-picks-listing .target-group-filter label, .news-listing .category-filter label, .news-listing .year-filter label, .locations-listing .filters label, .events-listing .filters label, .wpcf7 form label .label, .module-form .school-form label, .modal-card .form-field label {
    line-height: 24px;
  }
}

.p100 {
  font-size: 10px;
  line-height: 12px;
}
@media screen and (min-width: 375px) {
  .p100 {
    font-size: calc( 			10px + ( 					13 - 10 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .p100 {
    font-size: 13px;
  }
}
@media screen and (min-width: 375px) {
  .p100 {
    line-height: calc( 			12px + ( 					18 - 12 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .p100 {
    line-height: 18px;
  }
}

.staff-picks-listing .target-group-filter label, .news-listing .category-filter label, .news-listing .year-filter label, .locations-listing .filters label, .events-listing .filters label, .wpcf7 form label .label, .module-form .school-form label, .modal-card .form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 4px;
}

.hyphenate, .ss-content .ss-list .ss-option {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.ss-main {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #666666;
  width: 100%;
}
.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #ffffff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}
.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}
.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}
.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
}
.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: margin 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, margin 0.2s;
  transition: transform 0.2s, margin 0.2s, -webkit-transform 0.2s;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: 3px 0 0 0;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: -3px 0 0 0;
}
.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #ffffff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666666;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes scaleOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: #ffffff;
  background-color: #5897fb;
  border-radius: 4px;
  -webkit-animation-name: scaleIn;
          animation-name: scaleIn;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  -webkit-animation-name: scaleOut;
          animation-name: scaleOut;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}
.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #dcdee2;
  z-index: 1010;
  background-color: #ffffff;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.ss-content.ss-open {
  display: block;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px 8px;
}
.ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #ffffff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}
.ss-content .ss-search input::-webkit-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::-moz-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input:-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}
.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}
.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}
.ss-content .ss-addable {
  padding-top: 0px;
}
.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}
.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #ffffff;
  background-color: #5897fb;
}
.ss-content .ss-list .ss-option {
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ss-content .ss-list .ss-option * {
  display: inline-block;
}
.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
  color: #ffffff;
  background-color: #5897fb;
}
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #ffffff;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666666;
  background-color: rgba(88, 151, 251, 0.1);
}
.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: black;
  position: absolute;
  width: 15.625em;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid gray;
  border-radius: 0.263921875em;
  overflow: hidden;
  background: white;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}
.qs-datepicker-container * {
  box-sizing: border-box;
}

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qs-hidden {
  display: none;
}

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-overlay .qs-overlay-year {
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-overlay .qs-submit {
  border: 1px solid white;
  border-radius: 0.263921875em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}
.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}
.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: lightgray;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.qs-controls.qs-blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.263921875em;
  transition: background 0.15s;
}
.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}
.qs-arrow:hover.qs-left:after {
  border-right-color: black;
}
.qs-arrow:hover.qs-right:after {
  border-left-color: black;
}
.qs-arrow:after {
  content: "";
  border: 0.390625em solid transparent;
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}
.qs-arrow.qs-left:after {
  border-right-color: gray;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
}
.qs-arrow.qs-right:after {
  border-left-color: gray;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
}

.qs-month-year {
  font-weight: bold;
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.qs-month-year:hover {
  border-bottom: 1px solid gray;
}
.qs-month-year:focus, .qs-month-year:active:focus {
  outline: none;
}

.qs-month {
  padding-right: 0.5ex;
}

.qs-year {
  padding-left: 0.5ex;
}

.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.qs-squares.qs-blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 0.263921875em;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-current {
  font-weight: bold;
  text-decoration: underline;
}

/*
  3 possibilities:
    1. Single, active date.
    2. Daterange start selection.
    3. Daterange end selection.
*/
.qs-active,
.qs-range-start,
.qs-range-end {
  background: lightblue;
}

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle {
  background: #d4ebf2;
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2;
}

.qs-disabled {
  cursor: not-allowed;
}

.qs-empty {
  cursor: default;
}

.qs-day {
  cursor: default;
  font-weight: bold;
  color: gray;
}

.qs-event {
  position: relative;
}
.qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.glide__slide {
  height: auto;
}
.glide__arrow {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  --size: 40px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #eb1414;
  border-radius: 50%;
  transition-property: background-color;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
.glide__arrow:hover {
  background-color: #970c0c;
}

.qs-datepicker-container {
  top: 0 !important;
  border: none;
  border-radius: 0;
  font-family: inherit;
  color: inherit;
  position: relative;
  width: 100%;
  background-color: #c7e2f6;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
  z-index: 2;
}
.qs-datepicker {
  padding: 30px;
}
.qs-controls {
  background-color: transparent;
  margin-bottom: 30px;
}
.qs-arrow::after {
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  border: none;
  font-size: 24px;
}
.qs-left::after {
  content: "";
}
.qs-right:after {
  content: "";
}
.qs-square {
  margin-bottom: 16px;
}
.qs-day {
  color: inherit;
}
.qs-active, .qs-range-start, .qs-range-end {
  color: #ffffff;
  background-color: #eb1414;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  color: #ffffff;
  background-color: #eb1414;
}

.grid {
  --columns-total: 6;
  display: grid;
  grid-gap: 0 30px;
  gap: 0 30px;
  grid-gap: 0 var(--gap);
  gap: 0 var(--gap);
  grid-template-columns: repeat(var(--columns-total), 1fr);
}
@media screen and (min-width: 768px) {
  .grid {
    --columns-total: 12;
  }
}
.grid > * {
  --span: 6;
  --offset: 0;
  --columns: calc(var(--span) + var(--offset));
  --grid-width: calc(
  	(100% - (var(--gap) * (var(--columns) - 1))) / var(--columns) *
  		var(--columns-total)
  );
  grid-column-start: auto;
  grid-column-end: span var(--columns);
  margin-left: calc( 			(var(--grid-width) / var(--columns-total) + 30px) * var(--offset) 		);
  margin-left: calc( 			(var(--grid-width) / var(--columns-total) + var(--gap)) * var(--offset) 		);
}
@media screen and (min-width: 768px) {
  .grid > * {
    --span: 12;
  }
}

@media screen and (min-width: 375px) {
  .m-1 {
    --span: 1;
  }

  .m-2 {
    --span: 2;
  }

  .m-3 {
    --span: 3;
  }

  .m-4 {
    --span: 4;
  }

  .m-5 {
    --span: 5;
  }

  .m-6 {
    --span: 6;
  }
}
@media screen and (min-width: 480px) {
  .ml-1 {
    --span: 1;
  }

  .ml-2 {
    --span: 2;
  }

  .ml-3 {
    --span: 3;
  }

  .ml-4 {
    --span: 4;
  }

  .ml-5 {
    --span: 5;
  }

  .ml-6 {
    --span: 6;
  }
}
@media screen and (min-width: 640px) {
  .ts-1 {
    --span: 1;
  }

  .ts-2 {
    --span: 2;
  }

  .ts-3 {
    --span: 3;
  }

  .ts-4 {
    --span: 4;
  }

  .ts-5 {
    --span: 5;
  }

  .ts-6 {
    --span: 6;
  }
}
@media screen and (min-width: 768px) {
  .t-1 {
    --span: 1;
  }

  .t-2 {
    --span: 2;
  }

  .t-3 {
    --span: 3;
  }

  .t-4 {
    --span: 4;
  }

  .t-5 {
    --span: 5;
  }

  .t-6 {
    --span: 6;
  }

  .t-7 {
    --span: 7;
  }

  .t-8 {
    --span: 8;
  }

  .t-9 {
    --span: 9;
  }

  .t-10 {
    --span: 10;
  }

  .t-11 {
    --span: 11;
  }

  .t-12 {
    --span: 12;
  }
}
@media screen and (min-width: 1024px) {
  .tl-1 {
    --span: 1;
  }

  .tl-2 {
    --span: 2;
  }

  .tl-3 {
    --span: 3;
  }

  .tl-4 {
    --span: 4;
  }

  .tl-5 {
    --span: 5;
  }

  .tl-6 {
    --span: 6;
  }

  .tl-7 {
    --span: 7;
  }

  .tl-8 {
    --span: 8;
  }

  .tl-9 {
    --span: 9;
  }

  .tl-10 {
    --span: 10;
  }

  .tl-11 {
    --span: 11;
  }

  .tl-12 {
    --span: 12;
  }
}
@media screen and (min-width: 1280px) {
  .ds-1 {
    --span: 1;
  }

  .ds-2 {
    --span: 2;
  }

  .ds-3 {
    --span: 3;
  }

  .ds-4 {
    --span: 4;
  }

  .ds-5 {
    --span: 5;
  }

  .ds-6 {
    --span: 6;
  }

  .ds-7 {
    --span: 7;
  }

  .ds-8 {
    --span: 8;
  }

  .ds-9 {
    --span: 9;
  }

  .ds-10 {
    --span: 10;
  }

  .ds-11 {
    --span: 11;
  }

  .ds-12 {
    --span: 12;
  }
}
@media screen and (min-width: 1440px) {
  .d-1 {
    --span: 1;
  }

  .d-2 {
    --span: 2;
  }

  .d-3 {
    --span: 3;
  }

  .d-4 {
    --span: 4;
  }

  .d-5 {
    --span: 5;
  }

  .d-6 {
    --span: 6;
  }

  .d-7 {
    --span: 7;
  }

  .d-8 {
    --span: 8;
  }

  .d-9 {
    --span: 9;
  }

  .d-10 {
    --span: 10;
  }

  .d-11 {
    --span: 11;
  }

  .d-12 {
    --span: 12;
  }
}
@media screen and (min-width: 1920px) {
  .dl-1 {
    --span: 1;
  }

  .dl-2 {
    --span: 2;
  }

  .dl-3 {
    --span: 3;
  }

  .dl-4 {
    --span: 4;
  }

  .dl-5 {
    --span: 5;
  }

  .dl-6 {
    --span: 6;
  }

  .dl-7 {
    --span: 7;
  }

  .dl-8 {
    --span: 8;
  }

  .dl-9 {
    --span: 9;
  }

  .dl-10 {
    --span: 10;
  }

  .dl-11 {
    --span: 11;
  }

  .dl-12 {
    --span: 12;
  }
}
@media screen and (min-width: 375px) {
  .m-o-1 {
    --offset: 1;
  }

  .m-o-2 {
    --offset: 2;
  }

  .m-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 480px) {
  .ml-o-1 {
    --offset: 1;
  }

  .ml-o-2 {
    --offset: 2;
  }

  .ml-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 640px) {
  .ts-o-1 {
    --offset: 1;
  }

  .ts-o-2 {
    --offset: 2;
  }

  .ts-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 768px) {
  .t-o-1 {
    --offset: 1;
  }

  .t-o-2 {
    --offset: 2;
  }

  .t-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 1024px) {
  .tl-o-1 {
    --offset: 1;
  }

  .tl-o-2 {
    --offset: 2;
  }

  .tl-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 1280px) {
  .ds-o-1 {
    --offset: 1;
  }

  .ds-o-2 {
    --offset: 2;
  }

  .ds-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 1440px) {
  .d-o-1 {
    --offset: 1;
  }

  .d-o-2 {
    --offset: 2;
  }

  .d-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 1920px) {
  .dl-o-1 {
    --offset: 1;
  }

  .dl-o-2 {
    --offset: 2;
  }

  .dl-o-3 {
    --offset: 3;
  }
}
.container {
  --container-max-width: 375px;
  width: 100%;
  max-width: calc(var(--container-max-width) + 30px);
  max-width: calc(var(--container-max-width) + var(--gap));
  padding: 0 calc(30px / 2);
  padding: 0 calc(var(--gap) / 2);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 640px) {
  .container {
    --container-max-width: 540px;
  }
}
@media screen and (min-width: 640px) {
  .container {
    --container-max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    --container-max-width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    --container-max-width: 1140px;
  }
}

.section {
  position: relative;
  --margin: 80px;
  margin-bottom: var(--margin);
}
@media screen and (min-width: 375px) {
  .section {
    --margin: calc( 			80px + ( 					160 - 80 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section {
    --margin: 160px;
  }
}
.section.section-background {
  --margin: 0;
}
.section.section-background:before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  top: -10.5104235266vw;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  -webkit-clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 10.5104235266vw);
          clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 10.5104235266vw);
}
.section + .section-background {
  margin-top: 110px;
}
@media screen and (min-width: 375px) {
  .section + .section-background {
    margin-top: calc( 			110px + ( 					220 - 110 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section + .section-background {
    margin-top: 220px;
  }
}
.section:last-child {
  margin-bottom: calc(10.5104235266vw + var(--margin));
}

.module-claim {
  margin-bottom: 8px;
}
.module-title {
  margin-bottom: 40px;
}

.alignnone {
  margin: 24px 0 24px 0;
  margin: var(--p-mb) 0 var(--p-mb) 0;
  width: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 24px auto 24px auto;
  margin: var(--p-mb) auto var(--p-mb) auto;
}

.alignright {
  float: right;
  margin: 24px 0 24px 24px;
  margin: var(--p-mb) 0 var(--p-mb) var(--p-mb);
}

.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
  margin: var(--p-mb) var(--p-mb) var(--p-mb) 0;
}

.alignnone:first-child,
.aligncenter:first-child,
div.aligncenter:first-child,
.alignright:first-child,
.alignleft:first-child {
  margin-top: 0;
}

a img {
  position: relative;
}
a img.alignright {
  float: right;
  margin: 24px 0 24px 24px;
  margin: var(--p-mb) 0 var(--p-mb) var(--p-mb);
}
a img.alignnone {
  margin: 24px 0px 24px 0;
  margin: var(--p-mb) 0px var(--p-mb) 0;
  width: 100%;
}
a img.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
  margin: var(--p-mb) var(--p-mb) var(--p-mb) 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  width: auto !important;
  max-width: 100%;
}
.wp-caption a:before {
  content: none;
}
.wp-caption.alignleft {
  float: left;
  text-align: left;
}
.wp-caption.aligncenter {
  margin: 0 auto;
  text-align: center;
  margin-bottom: calc(2 * 24px);
  margin-bottom: calc(2 * var(--p-mb));
}
.wp-caption.alignright {
  float: right;
  text-align: right;
}
.wp-caption.alignnone {
  position: relative;
  margin-bottom: calc(2 * 24px);
  margin-bottom: calc(2 * var(--p-mb));
}
.wp-caption.alignnone img {
  width: 100%;
}

.wp-caption-text {
  padding-top: 8px;
  margin-bottom: 0 !important;
}

[type=text],
[type=tel],
[type=email],
[type=number],
[type=date],
select,
textarea,
.ss-main .ss-single-selected {
  -webkit-appearance: none;
  width: 100%;
  padding: 11px 24px;
  font-size: 18px;
  line-height: 26px;
  color: #2a373e;
  border: 1px solid #4a6b95;
  transition-property: border-color, outline;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
  border-radius: 4px;
  outline-color: rgba(199, 226, 246, 0.6);
}
[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=number]:focus,
[type=date]:focus,
select:focus,
textarea:focus,
.ss-main .ss-single-selected:focus {
  border-color: transparent;
  outline: 3px solid rgba(199, 226, 246, 0.6);
}
[type=text]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.ss-main .ss-single-selected::-webkit-input-placeholder {
  color: #8e8f91;
  opacity: 1;
}
[type=text]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=date]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.ss-main .ss-single-selected::-moz-placeholder {
  color: #8e8f91;
  opacity: 1;
}
[type=text]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=date]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
.ss-main .ss-single-selected:-moz-placeholder {
  color: #8e8f91;
  opacity: 1;
}
[type=text]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.ss-main .ss-single-selected:-ms-input-placeholder {
  color: #8e8f91;
  opacity: 1;
}

[type=text],
[type=email],
.ss-main .ss-single-selected {
  height: 48px;
  line-height: 48px;
}

select {
  background-image: url(images/chevron-down.7942e2d6..svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) center;
}

.ss-main .ss-single-selected.ss-open-below {
  border-radius: 4px;
}

.ss-main .ss-single-selected .ss-arrow span {
  border-color: #2a373e;
}

.ss-content {
  top: calc(100% + 16px);
  padding: 8px 0;
  border: 1px solid #c7e2f6;
  border-radius: 4px;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
}
.ss-content .ss-list .ss-option {
  padding: 8px 24px;
  color: #8e8f91;
  transition-property: color, background-color;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
.ss-content .ss-list .ss-option:hover {
  color: #2a373e;
  background-color: rgba(199, 226, 246, 0.4);
}
.ss-content .ss-list .ss-option.ss-option-selected {
  color: #eb1414;
}

[type=radio], [type=radio]:checked,
[type=checkbox],
[type=checkbox]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type=radio] + .text,
[type=radio] + .wpcf7-list-item-label, [type=radio]:checked + .text,
[type=radio]:checked + .wpcf7-list-item-label,
[type=checkbox] + .text,
[type=checkbox] + .wpcf7-list-item-label,
[type=checkbox]:checked + .text,
[type=checkbox]:checked + .wpcf7-list-item-label {
  --width: 24px;
  --margin: 8px;
  display: inline-block;
  position: relative;
  padding-left: calc(var(--width) + var(--margin));
  cursor: pointer;
}
[type=radio] + .text:before,
[type=radio] + .wpcf7-list-item-label:before, [type=radio]:checked + .text:before,
[type=radio]:checked + .wpcf7-list-item-label:before,
[type=checkbox] + .text:before,
[type=checkbox] + .wpcf7-list-item-label:before,
[type=checkbox]:checked + .text:before,
[type=checkbox]:checked + .wpcf7-list-item-label:before {
  --width: 24px;
  --width-border: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: calc(var(--width) - 2 * var(--width-border));
  height: calc(var(--width) - 2 * var(--width-border));
  display: inline-block;
  border: var(--width-border) solid #4a6b95;
}

[type=checkbox]:checked + .text:after,
[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #eb1414;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: all 0.2s ease;
}

[type=radio] + .text:before,
[type=radio] + .wpcf7-list-item-label:before, [type=radio]:checked + .text:before,
[type=radio]:checked + .wpcf7-list-item-label:before {
  border-radius: 50%;
}
[type=radio] + .text:before, [type=radio] + .wpcf7-list-item-label:before {
  transition-property: width, height, border;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
[type=radio]:focus + .text:before, [type=radio]:focus + .wpcf7-list-item-label:before, [type=radio] + .text:hover:before, [type=radio] + .wpcf7-list-item-label:hover:before, [type=radio]:checked + .text:before, [type=radio]:checked + .wpcf7-list-item-label:before {
  --width-border: 7px;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  [type=radio] + .text:hover:before, [type=radio] + .wpcf7-list-item-label:hover:before {
    border-color: #c7e2f6;
  }
}

:root {
  --gap: 30px;
  --p-mb: 24px;
  --height-news-bar: 54px;
  --height-header: 88px;
}
@media screen and (min-width: 1024px) {
  :root {
    --height-header: calc(176px);
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr auto;
  grid-template-rows: 1fr auto;
  font-family: arial, sans-serif;
  color: #2a373e;
}
.page-is-frozen body {
  overflow: hidden;
}
.is-visible-news-bar body {
  --height-header: calc(88px + var(--height-news-bar));
}
@media screen and (min-width: 1024px) {
  .is-visible-news-bar body {
    --height-header: calc(176px + var(--height-news-bar));
  }
}

.mbhi-specials .mabel-bhi-businesshours tr td:first-child {
  width: 210px;
}

p {
  margin-bottom: 24px;
  margin-bottom: var(--p-mb);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 24px;
  margin-bottom: var(--p-mb);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Spezia Serif", helvetica, arial, sans-serif;
  font-weight: 900;
}

h5,
.h5 {
  font-weight: normal;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]):not([href$=".svg"]), a.link-default {
  position: relative;
  display: inline-block;
  color: #eb1414;
  transition: color 0.23s ease-out;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  a:not([class]):not([href$=".svg"]):hover, a.link-default:hover {
    color: #970c0c;
    text-decoration: underline;
  }
}
.section-post-intro a:not([class]):not([href$=".svg"]),
a:not([class]):not([href$=".svg"]) .module-content, .section-post-intro a.link-default,
a.link-default .module-content {
  display: inline;
}

p.info-text {
  font-size: 14px;
  line-height: 18px;
}

a.link-icon,
button.link-icon {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #eb1414;
  transition: color 0.23s ease-out;
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  a.link-icon:hover,
button.link-icon:hover {
    color: #970c0c;
  }
}
a.link-icon-large,
button.link-icon-large {
  font-size: 18px;
  line-height: 24px;
}
a.link-icon::before, a.link-icon::after,
button.link-icon::before,
button.link-icon::after {
  font-family: "icomoon" !important;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a.link-icon::before,
button.link-icon::before {
  margin-right: 8px;
}
a.link-icon::after,
button.link-icon::after {
  margin-left: 8px;
}
a.link-icon-read::before, a.link-icon-read::after,
button.link-icon-read::before,
button.link-icon-read::after {
  content: "";
}
a.link-icon-record::before, a.link-icon-record::after,
button.link-icon-record::before,
button.link-icon-record::after {
  content: "";
}
a.link-icon-phone::before, a.link-icon-phone::after,
button.link-icon-phone::before,
button.link-icon-phone::after {
  content: "";
}
a.link-icon-blessed::before, a.link-icon-blessed::after,
button.link-icon-blessed::before,
button.link-icon-blessed::after {
  content: "";
}
a.link-icon-sad::before, a.link-icon-sad::after,
button.link-icon-sad::before,
button.link-icon-sad::after {
  content: "";
}
a.link-icon-pin::before, a.link-icon-pin::after,
button.link-icon-pin::before,
button.link-icon-pin::after {
  content: "";
}
a.link-icon-earth::before, a.link-icon-earth::after,
button.link-icon-earth::before,
button.link-icon-earth::after {
  content: "";
}
a.link-icon-facebook::before, a.link-icon-facebook::after,
button.link-icon-facebook::before,
button.link-icon-facebook::after {
  content: "";
}
a.link-icon-instagram::before, a.link-icon-instagram::after,
button.link-icon-instagram::before,
button.link-icon-instagram::after {
  content: "";
}
a.link-icon-burger::before, a.link-icon-burger::after,
button.link-icon-burger::before,
button.link-icon-burger::after {
  content: "";
}
a.link-icon-filter::before, a.link-icon-filter::after,
button.link-icon-filter::before,
button.link-icon-filter::after {
  content: "";
}
a.link-icon-calendar::before, a.link-icon-calendar::after,
button.link-icon-calendar::before,
button.link-icon-calendar::after {
  content: "";
}
a.link-icon-alert-circle::before, a.link-icon-alert-circle::after,
button.link-icon-alert-circle::before,
button.link-icon-alert-circle::after {
  content: "";
}
a.link-icon-question-circle::before, a.link-icon-question-circle::after,
button.link-icon-question-circle::before,
button.link-icon-question-circle::after {
  content: "";
}
a.link-icon-email::before, a.link-icon-email::after,
button.link-icon-email::before,
button.link-icon-email::after {
  content: "";
}
a.link-icon-send-email::before, a.link-icon-send-email::after,
button.link-icon-send-email::before,
button.link-icon-send-email::after {
  content: "";
}
a.link-icon-star::before, a.link-icon-star::after,
button.link-icon-star::before,
button.link-icon-star::after {
  content: "";
}
a.link-icon-external-link::before, a.link-icon-external-link::after,
button.link-icon-external-link::before,
button.link-icon-external-link::after {
  content: "";
}
a.link-icon-ticket::before, a.link-icon-ticket::after,
button.link-icon-ticket::before,
button.link-icon-ticket::after {
  content: "";
}
a.link-icon-kindle::before, a.link-icon-kindle::after,
button.link-icon-kindle::before,
button.link-icon-kindle::after {
  content: "";
}
a.link-icon-arrow-left::before, a.link-icon-arrow-left::after,
button.link-icon-arrow-left::before,
button.link-icon-arrow-left::after {
  content: "";
}
a.link-icon-arrow-right::before, a.link-icon-arrow-right::after,
button.link-icon-arrow-right::before,
button.link-icon-arrow-right::after {
  content: "";
}
a.link-icon-chevron-down-large::before, a.link-icon-chevron-down-large::after,
button.link-icon-chevron-down-large::before,
button.link-icon-chevron-down-large::after {
  content: "";
}
a.link-icon-chevron-down::before, a.link-icon-chevron-down::after,
button.link-icon-chevron-down::before,
button.link-icon-chevron-down::after {
  content: "";
}
a.link-icon-chevron-left::before, a.link-icon-chevron-left::after,
button.link-icon-chevron-left::before,
button.link-icon-chevron-left::after {
  content: "";
}
a.link-icon-chevron-right::before, a.link-icon-chevron-right::after,
button.link-icon-chevron-right::before,
button.link-icon-chevron-right::after {
  content: "";
}
a.link-icon-chevron-up::before, a.link-icon-chevron-up::after,
button.link-icon-chevron-up::before,
button.link-icon-chevron-up::after {
  content: "";
}
a.link-icon-close::before, a.link-icon-close::after,
button.link-icon-close::before,
button.link-icon-close::after {
  content: "";
}
a.link-icon-file-download::before, a.link-icon-file-download::after,
button.link-icon-file-download::before,
button.link-icon-file-download::after {
  content: "";
}
a.link-icon-link::before, a.link-icon-link::after,
button.link-icon-link::before,
button.link-icon-link::after {
  content: "";
}
a.link-icon-minus::before, a.link-icon-minus::after,
button.link-icon-minus::before,
button.link-icon-minus::after {
  content: "";
}
a.link-icon-plus::before, a.link-icon-plus::after,
button.link-icon-plus::before,
button.link-icon-plus::after {
  content: "";
}
a.link-icon-search::before, a.link-icon-search::after,
button.link-icon-search::before,
button.link-icon-search::after {
  content: "";
}
a.link-icon-arrow-right::before, a.link-icon-arrow-right::after,
button.link-icon-arrow-right::before,
button.link-icon-arrow-right::after {
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}
a.link-icon-arrow-right:hover::before,
button.link-icon-arrow-right:hover::before {
  -webkit-transform: translate3d(-8px, 0, 0);
          transform: translate3d(-8px, 0, 0);
}
a.link-icon-arrow-right:hover::after,
button.link-icon-arrow-right:hover::after {
  -webkit-transform: translate3d(8px, 0, 0);
          transform: translate3d(8px, 0, 0);
}
a.link-icon-arrow-left::before, a.link-icon-arrow-left::after,
button.link-icon-arrow-left::before,
button.link-icon-arrow-left::after {
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}
a.link-icon-arrow-left:hover::before,
button.link-icon-arrow-left:hover::before {
  -webkit-transform: translate3d(-8px, 0, 0);
          transform: translate3d(-8px, 0, 0);
}
a.link-icon-arrow-left:hover::after,
button.link-icon-arrow-left:hover::after {
  -webkit-transform: translate3d(8px, 0, 0);
          transform: translate3d(8px, 0, 0);
}
a.link-icon-left::after,
button.link-icon-left::after {
  content: none;
}
a.link-icon:not(.link-icon-left)::before,
button.link-icon:not(.link-icon-left)::before {
  content: none;
}

ul,
ol {
  padding: 0;
  margin-left: 1.3rem;
}
ul.cul, ul.menu, ul.sub-menu,
ol.cul,
ol.menu,
ol.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section ul ul:not([class]),
.section ol ul:not([class]) {
  list-style-type: disc;
}

.quote {
  font-family: "Spezia Serif", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (min-width: 375px) {
  .quote {
    font-size: calc( 			18px + ( 					32 - 18 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .quote {
    font-size: 32px;
  }
}
@media screen and (min-width: 375px) {
  .quote {
    line-height: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .quote {
    line-height: 40px;
  }
}

.button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border: 2px solid;
  border-radius: 4px;
  color: #ffffff;
  border-color: #eb1414;
  background-color: #eb1414;
  transition-property: color, border-color, background-color;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
.button:hover {
  border-color: #970c0c;
  background-color: #970c0c;
}
.button-secondary {
  color: #eb1414;
  background-color: transparent;
}
.button-secondary:hover {
  color: #970c0c;
  border-color: #970c0c;
  background-color: transparent;
}
.button-small {
  font-size: 16px;
  padding: 6px 22px;
}

.lines {
  --animation-duration: 0.8s;
  position: absolute;
  bottom: calc(2 * 10.5104235266vw);
  width: 100vw;
  left: 50%;
  -webkit-transform: rotate(-6deg) translateX(-50%);
          transform: rotate(-6deg) translateX(-50%);
}
.lines-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: calc(100% + 10.5104235266vw);
  pointer-events: none;
}
.lines .line {
  --width: 86.6666666667px;
  --height: 20px;
  position: absolute;
  width: var(--width);
  height: var(--height);
  background-color: thistle;
  -webkit-transform: skew(-6deg);
          transform: skew(-6deg);
}
@media screen and (min-width: 375px) {
  .lines .line {
    --width: calc( 			86.6666666667px + ( 					260 - 86.6666666667 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .lines .line {
    --width: 260px;
  }
}
@media screen and (min-width: 375px) {
  .lines .line {
    --height: calc( 			20px + ( 					60 - 20 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .lines .line {
    --height: 60px;
  }
}

.bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.bubble {
  --size: 200px;
  --x: 0;
  --y: 0;
  --color: rgba(91, 54, 149, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: var(--size);
  height: var(--size);
  -webkit-transform: translate(var(--x), var(--y));
          transform: translate(var(--x), var(--y));
  -webkit-filter: blur(calc(var(--size) / 4));
          filter: blur(calc(var(--size) / 4));
  background-color: var(--color);
  will-change: transform;
}
.bubble-big {
  --size: 160px;
}
@media screen and (min-width: 375px) {
  .bubble-big {
    --size: calc( 			160px + ( 					400 - 160 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .bubble-big {
    --size: 400px;
  }
}
.bubble-small {
  --size: 100px;
}
@media screen and (min-width: 375px) {
  .bubble-small {
    --size: calc( 			100px + ( 					170 - 100 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .bubble-small {
    --size: 170px;
  }
}
.bubble[data-color="0"] {
  --color: rgba(91, 54, 149, 0.5);
}
.bubble[data-color="1"] {
  --color: #c7e2f6;
}
.bubble[data-color="2"] {
  --color: rgba(255, 222, 46, 0.6);
}
.bubble[data-color="3"] {
  --color: rgba(177, 194, 63, 0.6);
}

.children-offer-bg {
  position: relative;
}
.children-offer-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/children-offer-background.062fc7fd..svg);
  background-repeat: repeat;
  z-index: -1;
}
.children-offer-bg .section-hero {
  background-color: #ffffff;
  -webkit-clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 0%);
          clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 0%);
}

.dpcb-wrapper {
  position: fixed;
  z-index: 99999;
  background-color: #2a373e;
  border-radius: 4px;
  font-family: arial, sans-serif;
  padding: 16px;
  bottom: 16px;
  left: 20px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .dpcb-wrapper {
    display: grid;
    grid-template-columns: 1fr 86px;
    grid-gap: 10px;
    bottom: 32px;
    left: 32px;
    max-width: 560px;
    padding: 12px 16px;
  }
}
.dpcb-wrapper .dpcb-content {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .dpcb-wrapper .dpcb-content {
    margin-top: 3px;
    margin-bottom: 0;
  }
}
.dpcb-wrapper .dpcb-content .dpcb-read-more {
  color: #eb1414;
}
.dpcb-wrapper .dpcb-accept {
  display: inline-block;
  color: #eb1414;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 8px 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.hidden {
  display: none !important;
}

.only-mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .only-mobile {
    display: none;
  }
}

.only-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .only-desktop {
    display: block;
  }
}

.module-newsletter {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .module-newsletter h3, .module-newsletter #mad_mimi_signup_form, .module-newsletter .info-text {
    --span: 5;
  }
}
@media screen and (min-width: 1280px) {
  .module-newsletter h3, .module-newsletter #mad_mimi_signup_form, .module-newsletter .info-text {
    grid-column-start: 2;
  }
}
@media screen and (min-width: 1440px) {
  .module-newsletter h3, .module-newsletter #mad_mimi_signup_form, .module-newsletter .info-text {
    grid-column-start: 3;
  }
}
@media screen and (min-width: 1024px) {
  .module-newsletter #mad_mimi_signup_form {
    grid-row-start: 2;
  }
}
@media screen and (min-width: 1024px) {
  .module-newsletter .info-text {
    grid-row-start: 3;
  }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-newsletter-sib {
  position: relative;
}
.form-newsletter-sib [type=text] {
  width: 100%;
  border-color: #842f5a;
  padding-right: 100px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-newsletter-sib button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 49px;
  padding: 0 24px;
  color: #eb1414;
  border-left: 1px solid #842f5a;
  border-radius: 0 3px 3px 0;
  background-color: transparent;
  cursor: pointer;
}

.sib-form .entry__field {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #842f5a;
  border-radius: 3px;
  max-width: 100%;
  transition: border-color 0.23s ease-out, box-shadow 0.23s ease-out;
}
.sib-form .entry__field[focus-within] {
  box-shadow: 0 0 0 4px rgba(199, 226, 246, 0.6);
}
.sib-form .entry__field:focus-within {
  box-shadow: 0 0 0 4px rgba(199, 226, 246, 0.6);
}
.sib-form .entry__field input {
  border: none;
  outline: none;
  flex: 1;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: auto;
  height: initial;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  color: #2a373e;
}

#sib-container input::-webkit-input-placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  color: #868285;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
}

#sib-container input::-moz-placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  color: #868285;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
}

#sib-container input::-ms-input-placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  color: #868285;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  color: #868285;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
}

#sib-container textarea::-webkit-input-placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #ada89e;
}

#sib-container textarea::-moz-placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #ada89e;
}

#sib-container textarea:-ms-input-placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #ada89e;
}

#sib-container textarea::-ms-input-placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #ada89e;
}

#sib-container textarea::placeholder {
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #ada89e;
}

#sib-container a {
  text-decoration: underline;
  color: #ffffff;
}

.pika-single {
  color: #3c4858;
}

.pika-button {
  color: #3c4858;
  background: #fff;
}

.sib-is-today .pika-button {
  color: #0092ff;
}

.sib-is-selected .pika-button {
  color: #fff;
}

.sib-is-today:hover .pika-button {
  color: #fff;
}

.sib-is-selected .pika-button,
.sib-has-event .pika-button {
  background: #0092ff;
}

.pika-button:hover,
.pika-row.sib-pick-whole-week:hover .pika-button {
  background: #0092ff;
}

.pika-table abbr {
  cursor: default;
  color: #8390a4;
  text-decoration: none;
}

.pika-label {
  font-size: 0;
}

.pika-title select {
  position: static;
  position: initial;
  opacity: 1;
  z-index: inherit;
}

.sib-sms-tooltip {
  margin-left: 8px;
  position: relative;
}

.sib-sms-tooltip__box {
  display: none;
  border-radius: 5px;
  color: #fff;
  background-color: #333;
  position: absolute;
  bottom: 100%;
  width: 200px;
  padding: 5px;
  right: calc(100% - 60px);
  font-size: 12px;
}

.sib-sms-tooltip:hover .sib-sms-tooltip__box {
  display: block;
}

.sib-sms-tooltip__icon {
  border-radius: 50%;
  color: #4da6e0;
  width: 24px;
  height: 24px;
  padding: 3px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}

.sib-container--medium.sib-container--horizontal .sib-sms-tooltip,
.sib-container--small .sib-sms-tooltip {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  margin: 12px 8px;
  background: #687484;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sib-container--medium.sib-container--horizontal .sib-sms-tooltip__icon,
.sib-container--small .sib-sms-tooltip__icon {
  color: #fff;
  font-size: 16px;
}

.sib-sms-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.sib-sms-field .form__label-row--horizontal {
  flex-wrap: wrap;
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
.sib-flag {
  display: inline-block;
  width: 32px;
  min-width: 2rem;
  height: 32px;
  background: url("https://static.brevo.com/images/flags.png") no-repeat;
}

.sib-flag.sib-flag-ad {
  background-position: -3px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ae {
  background-position: -36px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-af {
  background-position: -69px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ag {
  background-position: -102px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ai {
  background-position: -135px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-al {
  background-position: -168px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-am {
  background-position: -201px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ao {
  background-position: -234px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-aq {
  background-position: -267px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ar {
  background-position: -300px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-as {
  background-position: -333px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-at {
  background-position: -366px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-au {
  background-position: -399px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-aw {
  background-position: -432px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ax {
  background-position: -465px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-az {
  background-position: -498px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ba {
  background-position: -3px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bb {
  background-position: -36px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bd {
  background-position: -69px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-be {
  background-position: -102px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bf {
  background-position: -135px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bg {
  background-position: -168px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bh {
  background-position: -201px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bi {
  background-position: -234px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bj {
  background-position: -267px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bl {
  background-position: -300px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bm {
  background-position: -333px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bn {
  background-position: -366px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bo {
  background-position: -399px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bq {
  background-position: -432px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-br {
  background-position: -465px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bs {
  background-position: -498px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bt {
  background-position: -3px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bv {
  background-position: -36px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bw {
  background-position: -69px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-by {
  background-position: -102px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bz {
  background-position: -135px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ca {
  background-position: -168px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cc {
  background-position: -201px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cd {
  background-position: -234px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cf {
  background-position: -267px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cg {
  background-position: -300px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ch {
  background-position: -333px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ci {
  background-position: -366px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ck {
  background-position: -399px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cl {
  background-position: -432px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cm {
  background-position: -465px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cn {
  background-position: -498px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-co {
  background-position: -3px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cr {
  background-position: -36px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cu {
  background-position: -69px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cv {
  background-position: -102px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cw {
  background-position: -135px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cx {
  background-position: -168px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cy {
  background-position: -201px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cz {
  background-position: -234px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-de {
  background-position: -267px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dj {
  background-position: -300px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dk {
  background-position: -333px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dm {
  background-position: -366px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-do {
  background-position: -399px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dz {
  background-position: -432px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ec {
  background-position: -465px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ee {
  background-position: -498px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-eg {
  background-position: -3px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-eh {
  background-position: -36px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-er {
  background-position: -69px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-es {
  background-position: -102px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-et {
  background-position: -135px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fi {
  background-position: -168px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fj {
  background-position: -201px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fk {
  background-position: -234px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fm {
  background-position: -267px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fo {
  background-position: -300px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fr {
  background-position: -333px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ga {
  background-position: -366px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gb {
  background-position: -399px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gd {
  background-position: -432px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ge {
  background-position: -465px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gf {
  background-position: -498px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gg {
  background-position: -3px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gh {
  background-position: -36px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gi {
  background-position: -69px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gl {
  background-position: -102px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gm {
  background-position: -135px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gn {
  background-position: -168px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gp {
  background-position: -201px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gq {
  background-position: -234px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gr {
  background-position: -267px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gs {
  background-position: -300px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gt {
  background-position: -333px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gu {
  background-position: -366px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gw {
  background-position: -399px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gy {
  background-position: -432px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hk {
  background-position: -465px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hm {
  background-position: -498px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hn {
  background-position: -3px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hr {
  background-position: -36px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ht {
  background-position: -69px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hu {
  background-position: -102px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-id {
  background-position: -135px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ie {
  background-position: -168px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-il {
  background-position: -201px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-im {
  background-position: -234px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-in {
  background-position: -267px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-io {
  background-position: -300px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-iq {
  background-position: -333px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ir {
  background-position: -366px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-is {
  background-position: -399px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-it {
  background-position: -432px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-je {
  background-position: -465px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-jm {
  background-position: -498px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-jo {
  background-position: -3px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-jp {
  background-position: -36px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ke {
  background-position: -69px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kg {
  background-position: -102px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kh {
  background-position: -135px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ki {
  background-position: -168px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-km {
  background-position: -201px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kn {
  background-position: -234px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kp {
  background-position: -267px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kr {
  background-position: -300px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kw {
  background-position: -333px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ky {
  background-position: -366px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kz {
  background-position: -399px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-la {
  background-position: -432px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lb {
  background-position: -465px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lc {
  background-position: -498px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-li {
  background-position: -3px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lk {
  background-position: -36px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lr {
  background-position: -69px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ls {
  background-position: -102px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lt {
  background-position: -135px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lu {
  background-position: -168px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lv {
  background-position: -201px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ly {
  background-position: -234px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ma {
  background-position: -267px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mc {
  background-position: -300px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-md {
  background-position: -333px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-me {
  background-position: -366px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mf {
  background-position: -399px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mg {
  background-position: -432px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mh {
  background-position: -465px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mk {
  background-position: -498px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ml {
  background-position: -3px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mm {
  background-position: -36px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mn {
  background-position: -69px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mo {
  background-position: -102px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mp {
  background-position: -135px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mq {
  background-position: -168px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mr {
  background-position: -201px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ms {
  background-position: -234px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mt {
  background-position: -267px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mu {
  background-position: -300px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mv {
  background-position: -333px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mw {
  background-position: -366px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mx {
  background-position: -399px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-my {
  background-position: -432px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mz {
  background-position: -465px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-na {
  background-position: -498px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nc {
  background-position: -3px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ne {
  background-position: -36px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nf {
  background-position: -69px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ng {
  background-position: -102px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ni {
  background-position: -135px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nl {
  background-position: -168px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-no {
  background-position: -201px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-np {
  background-position: -234px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nr {
  background-position: -267px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nu {
  background-position: -300px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nz {
  background-position: -333px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-om {
  background-position: -366px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pa {
  background-position: -399px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pe {
  background-position: -432px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pf {
  background-position: -465px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pg {
  background-position: -498px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ph {
  background-position: -3px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pk {
  background-position: -36px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pl {
  background-position: -69px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pm {
  background-position: -102px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pn {
  background-position: -135px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pr {
  background-position: -168px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ps {
  background-position: -201px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pt {
  background-position: -234px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pw {
  background-position: -267px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-py {
  background-position: -300px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-qa {
  background-position: -333px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-re {
  background-position: -366px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ro {
  background-position: -399px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-rs {
  background-position: -432px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ru {
  background-position: -465px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-rw {
  background-position: -498px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sa {
  background-position: -3px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sb {
  background-position: -36px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sc {
  background-position: -69px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sd {
  background-position: -102px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-se {
  background-position: -135px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sg {
  background-position: -168px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sh {
  background-position: -201px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-si {
  background-position: -234px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sj {
  background-position: -267px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sk {
  background-position: -300px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sl {
  background-position: -333px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sm {
  background-position: -366px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sn {
  background-position: -399px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-so {
  background-position: -432px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sr {
  background-position: -465px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ss {
  background-position: -498px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-st {
  background-position: -3px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sv {
  background-position: -36px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sx {
  background-position: -69px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sy {
  background-position: -102px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sz {
  background-position: -135px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tc {
  background-position: -168px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-td {
  background-position: -201px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tf {
  background-position: -234px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tg {
  background-position: -267px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-th {
  background-position: -300px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tj {
  background-position: -333px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tk {
  background-position: -366px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tl {
  background-position: -399px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tm {
  background-position: -432px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tn {
  background-position: -465px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-to {
  background-position: -498px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tr {
  background-position: -3px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tt {
  background-position: -36px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tv {
  background-position: -69px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tw {
  background-position: -102px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tz {
  background-position: -135px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ua {
  background-position: -168px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ug {
  background-position: -201px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-um {
  background-position: -234px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-us {
  background-position: -267px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-uy {
  background-position: -300px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-uz {
  background-position: -333px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-va {
  background-position: -366px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vc {
  background-position: -399px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ve {
  background-position: -432px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vg {
  background-position: -465px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vi {
  background-position: -498px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vn {
  background-position: -3px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vu {
  background-position: -36px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-wf {
  background-position: -69px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ws {
  background-position: -102px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-xk {
  background-position: -135px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ye {
  background-position: -168px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-yt {
  background-position: -201px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-za {
  background-position: -234px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-zm {
  background-position: -267px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-zw {
  background-position: -300px -495px;
  width: 30px;
  height: 30px;
}

.sib-sms-select {
  display: flex;
  width: 100%;
  font-size: 14px;
  position: relative;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select,
.sib-container--small .sib-sms-select {
  flex-direction: column;
}

.sib-sms-select__title {
  display: flex;
  position: relative;
  align-items: center;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  height: 3em;
  padding: 8px 16px 8px 8px;
  margin-right: 8px;
  text-align: left;
  width: 100%;
  max-width: 60px;
}

.sib-sms-select__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #000;
}

.sib-sms-select__title > .sib-sms-select__label-text {
  display: none;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title,
.sib-container--small .sib-sms-select__title {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title::after,
.sib-container--small .sib-sms-select__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #000;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title > .sib-sms-select__label-text,
.sib-container--small .sib-sms-select__title > .sib-sms-select__label-text {
  display: block;
}

.sib-sms-select__list {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  box-sizing: border-box;
  display: none;
  height: 0;
  list-style: none;
  margin: 8px 0 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.sib-sms-select__list.sib-is-open {
  display: block;
  height: auto;
  max-height: 250px;
  overflow: scroll;
  opacity: 1;
}

.sib-sms-select__list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c0ccda;
  cursor: pointer;
  padding: 8px;
  font-size: 14px;
}

.sib-sms-select__list li:hover,
.sib-sms-select__list li.sib-is-selected {
  background-color: #8ed8fd;
}

.sib-sms-select__number-input {
  display: flex;
  width: 100%;
  height: 3em;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  background: #fff;
}

.sib-sms-select__calling-code {
  height: 100%;
  max-width: 70px;
  padding: 8px;
  border-top: 0;
  border-right: 1px solid #c0ccda;
  border-bottom: 0;
  border-left: 0;
  border-radius: 3px 0 0 3px;
  line-height: 1.8em;
  text-align: center;
  font-size: inherit;
  color: inherit;
  outline: none;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__calling-code,
.sib-container--small .sib-sms-select__calling-code {
  max-width: 50px;
  padding: 8px 4px;
}

.sib-sms-select__phone-number {
  width: calc(100% - 70px);
  height: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 0;
  outline: 0;
  font-size: inherit;
}

.sib-sms-select__label-text {
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  .sib-sms-select {
    display: block;
  }

  .sib-sms-select__title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .sib-container--small .sib-sms-select__title {
    display: flex;
  }

  .sib-container--small .sib-sms-select__title .sib-flag {
    margin-left: 0;
    bottom: 0;
  }

  .sib-container--small .sib-sms-select__title .sib-sms-select__label-text {
    margin-left: 0.5rem;
    padding-bottom: 0;
  }

  .sib-sms-select__title::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #000;
  }

  .sib-sms-select__title__phone-number {
    padding-right: 45px;
  }

  .sib-sms-select__title > .sib-flag {
    margin-left: 10px;
    float: left;
    position: relative;
    bottom: 4px;
  }

  .sib-sms-select__title > .sib-sms-select__label-text {
    display: inline-block;
    max-width: 70%;
    margin-left: 18px;
    padding-bottom: 5px;
    font-size: 20px;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .sib-sms-tooltip {
    position: absolute;
    right: 12px;
    top: 56%;
    width: 18px;
    height: 18px;
  }

  .sib-sms-tooltip__icon {
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    font-size: 12px !important;
    padding: 4px;
  }
}
@media screen and (max-width: 375px) {
  .g-recaptcha.sib-visible-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.sib-form *,
.sib-form ::after,
.sib-form ::before {
  box-sizing: border-box;
}

.sib-form {
  background-attachment: fixed;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding-bottom: 32px;
  margin: 0;
}

.sib-form__declaration {
  display: flex;
  padding: 0 16px;
  align-items: center;
}

.sib-form__declaration .declaration-block-icon {
  display: flex;
  padding: 0 16px 0 0;
  margin: 0;
}

.sib-form__declaration .declaration-block-icon [class^=svgIcon] {
  width: 65px;
  height: 65px;
}

.sib-form__declaration p {
  line-height: 1.5em;
  margin: 0;
}

.sib-form--blockPosition {
  position: relative;
}

.sib-form ul,
.sib-form ol {
  padding: 0;
}

#sib-container {
  background: #fff;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

#sib-form {
  text-align: left;
}

#sib-form .entry__choice label {
  display: unset;
}

.sib-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin-top: 8px;
}

.sib-menu .entry__choice {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  text-indent: 0;
}

.sib-menu__item-list {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: none;
  margin-top: 8px;
  max-height: 360px;
  border: none;
  padding: 12px 0;
}

.sib-menu__item {
  line-height: 1.5em;
  cursor: pointer;
  padding: 4px 16px;
  overflow: hidden;
}

.sib-menu__item:hover {
  background-color: #8ed8fd;
}

.sib-menu__apply {
  text-align: right;
  padding: 8px 12px 12px 0;
}

@media screen and (max-width: 375px) {
  .sib-menu__apply {
    display: flex;
    flex-direction: column-reverse;
    padding: 8px;
  }
}
.sib-menu__apply button {
  padding: 8px 16px;
}

.sib-menu__separator {
  font-size: 20px;
  vertical-align: sub;
}

.sib-menu__select {
  padding: 0px 7px;
}

.sib-menu__selectTextAlign {
  padding: 0px 15px !important;
}

.sib-menu__select button {
  padding: 8px 5px;
}

.sib-menu .input_replaced {
  opacity: 0;
  position: static;
  width: 0px;
  margin: 0;
}

.sib-menu .sib-multiselect__label {
  width: 100%;
}

.sib-menu .sib-multiselect__label-text {
  text-indent: 0;
}

#sib-other-container .entry__controls--other {
  margin-left: 1.5em;
}

#sib-other-container .entry__choice--other {
  width: 100%;
}

#sib-other-container #sib-other-reason {
  width: 100%;
  padding: 8px;
  resize: vertical;
  border: 1px solid #687484;
}

.checkbox__label {
  word-wrap: break-word;
}

.checkbox.checkbox_tick_positive::before {
  left: calc(50% - 1px);
}

.input_display {
  line-height: 1.5rem;
}

.entry__choice {
  width: 100%;
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
}

.entry__label {
  margin-bottom: 10px;
  width: 100%;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}

.entry__label_optin {
  display: inline;
}

.entry__label > * {
  float: left;
}

.entry__label::after {
  content: attr(data-required);
  font-size: 1em;
  color: #ff4949;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline;
}

.entry__specification {
  margin: 10px 0;
}

.entry__controls {
  margin: 0;
}

.entry__error {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
  background: rgba(0, 0, 0, 0);
}

.sib-entry_mcq .entry__controls {
  display: block;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

.sib-form-block {
  word-wrap: break-word;
  outline: none;
}

.sib-form-block p,
.sib-form-block ol,
.sib-form-block ul {
  text-align: inherit;
  margin: 0;
  line-height: 1.5em;
}

.sib-form-block ol,
.sib-form-block ul {
  list-style-position: inside;
}

.sib-form-block__button {
  display: inline-block;
  padding: 8px 18px;
  border: none;
  word-wrap: break-word;
  max-width: 100%;
  cursor: pointer;
}

.sib-form-block__button-disabled {
  opacity: 0.5;
}

.sib-form-block__button-with-loader {
  min-height: 40px;
  line-height: 23px;
}

.sib-image-form-block {
  padding: 2px;
}

.sib-image-form-block a {
  display: block;
  overflow: hidden;
}

.sib-image-form-block img {
  max-width: 100%;
}

.sib-divider-form-block {
  border: 0;
  margin: 0;
}

.form__label-row {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.form__label-row--horizontal {
  flex-direction: row;
  align-items: flex-start;
  margin: 10px 0;
}

.form__label-row--horizontal > * {
  width: 50%;
  flex-grow: 1;
}

.input {
  width: calc(100% - 1rem);
  border-color: #842f5a;
  padding-right: 100px;
}

.input--multiselect {
  position: relative;
  padding-right: 32px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.input--multiselect::before {
  content: "";
  position: absolute;
  right: 8px;
  border: 8px solid rgba(0, 0, 0, 0);
  border-top-color: #343f4e;
  top: calc(50% - 4px);
}

.input--select {
  position: relative;
  width: 100%;
}

.input--select::before,
.input--select::after {
  content: "";
  position: absolute;
  right: 8px;
}

.input--select::before {
  top: calc(50% - 12px);
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-color: #343f4e;
}

.input--select::after {
  top: calc(50% + 2px);
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #343f4e;
}

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

.input--centerText {
  display: flex;
  align-items: center;
}

.input__rtl[type=text]::-webkit-input-placeholder {
  text-align: right !important;
}

.input__rtl[type=text]::-moz-placeholder {
  text-align: right !important;
}

.input__rtl[type=text]:-ms-input-placeholder {
  text-align: right !important;
}

.input__rtl[type=text]::-ms-input-placeholder {
  text-align: right !important;
}

.input__rtl[type=text]::placeholder {
  text-align: right !important;
}

.input__textareaRtl::-webkit-input-placeholder {
  text-align: right !important;
}

.input__textareaRtl::-moz-placeholder {
  text-align: right !important;
}

.input__textareaRtl:-ms-input-placeholder {
  text-align: right !important;
}

.input__textareaRtl::-ms-input-placeholder {
  text-align: right !important;
}

.input__textareaRtl::placeholder {
  text-align: right !important;
}

input::-webkit-input-placeholder {
  color: #bfcad8;
}

input::-moz-placeholder {
  color: #bfcad8;
}

input:-ms-input-placeholder {
  color: #bfcad8;
}

input:-moz-placeholder {
  color: #bfcad8;
}

textarea.input {
  padding: calc(.5rem - 1px);
}

.sib-form-container a {
  text-decoration: underline;
  color: #2bb2fc;
}

.sib-sms-input {
  width: 100%;
  display: flex;
  align-items: center;
}

.sib-sms-input .sib-smscode-select {
  width: 70px;
  margin-right: 10px;
  flex-shrink: 0;
}

.sib-sms-input .entry__controls {
  width: 100%;
}

.sib-sms-input .sib-menu__item {
  padding: 4px 2px;
}

.form__entry {
  position: static;
  margin-left: 0;
  padding-left: 0;
}

.sib-panel {
  position: relative;
  width: 100%;
  margin: 24px 0;
  padding: 10px 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #3c4858;
  text-align: center;
  box-shadow: none;
}

.sib-panel--active {
  display: block;
}

.sib-panel--inactive {
  display: none;
}

.sib-panel__text {
  margin: 0;
  font-weight: 600;
  text-align: left;
}

.sib-panel__link {
  padding: 0 5px;
  color: #3c4858;
  text-decoration: underline;
  cursor: pointer;
}

.sib-panel__close-icon {
  position: absolute;
  top: 12px;
  right: 25px;
  cursor: pointer;
}

.sib-form-message-panel {
  margin: 0 0 1.25rem 0;
  width: 100%;
  padding: 0.4375rem;
  border: 1px solid;
  display: none;
}

.sib-form-message-panel--active {
  display: inline-block;
}

.sib-form-message-panel__text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem;
}

.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor;
}

.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  flex-shrink: 0;
  margin-right: calc(1rem - 1px);
}

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

.checkbox_tick_positive:before {
  left: 49%;
}

@media screen and (max-width: 500px) {
  .form__label-row--horizontal {
    flex-direction: column;
  }

  .form__label-row--horizontal > * {
    width: 100%;
  }
}
.sib-loader div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.2s linear infinite;
          animation: loader 1.2s linear infinite;
}

.sib-loader div:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  top: 29px;
  left: 53px;
}

.sib-loader div:nth-child(2) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

.sib-loader div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

.sib-loader div:nth-child(4) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

.sib-loader div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

.sib-loader div:nth-child(6) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

.sib-loader div:nth-child(7) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

.sib-loader div:nth-child(8) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

.sib-loader div:nth-child(9) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

.sib-loader div:nth-child(10) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

.sib-loader div:nth-child(11) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  top: 50px;
  left: 41px;
}

.sib-loader div:nth-child(12) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

.entry__choice label p {
  display: inline;
}

@-webkit-keyframes loader {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes loader {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@media screen and (max-width: 480px) {
  .sib-image-form-block img {
    height: auto !important;
  }
}
.progress-indicator {
  background: rgba(0, 0, 0, 0);
}

.sib-hide-loader-icon {
  display: none;
}

.sib-form ::-webkit-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form ::-moz-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form :-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form ::-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form ::placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form .sib-form_fieldset {
  display: table-row-group;
}

.sib-form .fieldset__separator {
  display: table-row;
}

.sib-form .fieldset__separator:after,
.sib-form .fieldset__separator:before {
  background: #c0ccda;
  background-clip: padding-box;
  border: solid rgba(0, 0, 0, 0);
  border-width: calc(4rem - 1px) 0 4rem;
  box-sizing: content-box;
  content: "";
  display: table-cell;
  height: 1px;
}

.sib-form .form__fieldset {
  border: 0;
  display: table-row;
  padding: 0;
}

.sib-form .form__fieldset:first-child .form__entries,
.sib-form .form__fieldset:first-child .form__legend {
  padding-top: 0;
}

.sib-form .form__entries,
.sib-form .form__legend {
  display: table-cell;
  margin: 0;
  padding-top: 4rem;
  vertical-align: top;
}

.sib-form .form__legend {
  font-size: 1.14869835rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-right: 2.5rem;
}

@media (max-width: 45rem) {
  .sib-form .fieldset__separator,
.sib-form .form__entries,
.sib-form .form__fieldset,
.sib-form .form__legend,
.sib-form .sib-form_fieldset {
    display: block;
  }

  .sib-form .form__legend {
    padding-bottom: 0.5rem;
    padding-right: 0;
  }

  .sib-form .form__entries {
    padding-top: 0;
  }

  .sib-form .fieldset__separator {
    border: 0;
  }
}
.sib-form .form__entry {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.sib-form .form__entry:not(:first-child) {
  margin-top: 1.5rem;
}

.sib-form .entry__label + .form__entry {
  margin-top: 0;
}

.sib-form .entry__label {
  display: table;
  font-weight: 700;
  padding: 0;
  white-space: normal;
}

.sib-form .form__row {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem -0.75rem;
}

.sib-form .form__row:not(:first-child) {
  margin-top: 1.25rem;
}

.sib-form .entry__label + .form__row {
  margin-top: -0.25rem;
}

.sib-form .form__row > .form__entry {
  margin: 0.25rem 0.75rem;
}

.sib-form .entry__optional-indicator {
  color: #687484;
  font-size: 0.87055056rem;
  line-height: 1rem;
  font-weight: 400;
}

.sib-form .input,
.sib-form .input__affix {
  background: none;
  border: 0;
  font: inherit;
  margin: 0;
}

.sib-form .input:first-child,
.sib-form .input__affix:first-child {
  padding-left: 1rem;
}

.sib-form .input:last-child,
.sib-form .input__affix:last-child {
  padding-right: 6.5rem;
}

.sib-form .input,
.sib-form .input__button {
  box-sizing: content-box;
  color: inherit;
  outline: 0;
}

.sib-form .input:not(textarea),
.sib-form .input__button {
  height: 48px;
}

.sib-form .input__affix {
  color: #687484;
  flex-shrink: 0;
}

.sib-form .input__button {
  cursor: pointer;
  padding: 0 0.5rem;
}

.sib-form .input__button[type=submit] {
  border-bottom-left-radius: 0;
  border-left: 1px solid #c0ccda;
  border-top-left-radius: 0;
  color: inherit;
  margin-left: 0.5rem;
}

.sib-form .input__button .sib-icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}

.sib-form .input {
  box-shadow: none;
  min-width: 1px;
  padding: 0;
}

.sib-form textarea.input {
  padding: calc(.5rem - 1px);
}

.sib-form select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 286.1 167%27%3E%3Cpath d=%27M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z%27 fill=%27%233c4858%27/%3E%3C/svg%3E");
  background-position: right 0.65em top 50%;
  background-repeat: no-repeat;
  background-size: 0.65em auto;
}

.sib-form select.input:first-child,
.sib-form select.input:last-child {
  padding-right: calc(2rem - 1px);
}

.sib-form .sib-entry_block .entry__field,
.sib-form .form__row .entry__field,
.sib-form .sib-form_block .entry__field {
  display: flex;
}

.sib-form .sib-entry_block .input,
.sib-form .form__row .input,
.sib-form .sib-form_block .input {
  flex-grow: 1;
}

.sib-form .sib-entry_phrasing,
.sib-form .sib-entry_phrasing .entry__label,
.sib-form .sib-entry_phrasing .entry__specification {
  display: inline-block;
}

.sib-form .sib-entry_phrasing .entry__label {
  font-weight: 400;
}

.sib-form .sib-entry_errored {
  margin-left: -0.5rem;
  padding-left: 0.5rem;
}

.sib-form .sib-entry_errored:before {
  background: #ff4949;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0.25rem;
}

.sib-form .entry__error,
.sib-form .entry__label,
.sib-form .entry__specification,
.sib-form .form__error {
  max-width: 40em;
}

.sib-form .entry__error,
.sib-form .entry__specification,
.sib-form .form__error {
  display: block;
}

.sib-form .entry__choice + .entry__error,
.sib-form .entry__choice + .entry__specification,
.sib-form .entry__error + .entry__error,
.sib-form .entry__error + .entry__specification,
.sib-form .entry__specification + .entry__error,
.sib-form .entry__specification + .entry__specification {
  margin-top: 0.5rem;
}

.sib-form .entry__error {
  color: #ff4949;
  font-size: 0.87055056rem;
  line-height: 1rem;
}

.sib-form .entry__specification {
  color: #687484;
  margin: 0;
}

.sib-form .entry__choice {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.sib-form .entry__choice .checkbox,
.sib-form .entry__choice .radio-button {
  margin-right: 0.5em;
}

.sib-form .entry__choice .sib-toggletip {
  text-indent: 0;
}

.sib-form .entry__choice:not(:first-child) {
  margin-top: 0.5rem;
}

.sib-form .entry__choices.menu {
  margin-top: 2px;
  max-height: 20rem;
  overflow: auto;
  padding: 0.5rem;
}

.sib-form .checkbox,
.sib-form .radio-button {
  background: #fff;
  border: 1px solid #687484;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  position: relative;
}

.sib-form .checkbox {
  border-radius: 3px;
}

.sib-form .radio-button {
  border-radius: 50%;
}

.sib-form .radio-button:before {
  border-radius: 50%;
  bottom: 2px;
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.sib-form .checkbox_tick_negative:after,
.sib-form .checkbox_tick_negative:before {
  border: solid #fff;
  border-width: 0 0 0 2px;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
}

.sib-form .checkbox_tick_negative:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sib-form .checkbox_tick_negative:before,
.sib-form .checkbox_tick_positive:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sib-form .checkbox_tick_positive:before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 1px;
  content: "";
  left: 50%;
  margin-left: -25%;
  position: absolute;
  top: 1px;
  -webkit-transform-origin: 80% 45%;
  transform-origin: 80% 45%;
  width: 50%;
}

.sib-form .input_replaced {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background: #13ce66;
  border-color: #13ce66;
}

.sib-form .input_replaced:checked + .checkbox_tick_negative {
  background: #ff4949;
  border-color: #ff4949;
}

.sib-form .input_replaced:checked + .radio-button {
  border-color: #0092ff;
}

.sib-form .input_replaced:checked + .radio-button:before {
  background: #0092ff;
}

.sib-form .input_replaced:indeterminate + .checkbox {
  background: #fff;
  border-color: #687484;
}

.sib-form .input_replaced:indeterminate + .checkbox:before {
  background: #687484;
  border: 0;
  content: "";
  height: 2px;
  left: 2px;
  margin: -1px 0 0;
  position: absolute;
  right: 2px;
  -webkit-transform: none;
  transform: none;
  top: 50%;
  width: auto;
}

.sib-form .input_replaced:indeterminate + .checkbox:after {
  content: normal;
}

.sib-form .input_replaced:active + .checkbox,
.sib-form .input_replaced:active + .radio-button,
.sib-form .input_replaced:focus + .checkbox,
.sib-form .input_replaced:focus + .radio-button {
  box-shadow: 0 0 0 2px #842f5a;
}

.sib-form .choice__form {
  border: 0;
  margin: 0;
  padding: 0;
}

.sib-form .choice__form[disabled] {
  display: none;
}

.sib-form .entry__choice + .choice__form {
  border-left: 2px solid #c0ccda;
  margin-left: calc(.5em - 1px);
  padding: 0.5rem calc(.5rem + .5em - 1px);
}

.sib-form ::-ms-reveal {
  display: none;
}

.sib-form ::-webkit-inner-spin-button,
.sib-form ::-webkit-search-decoration {
  display: none;
}

.sib-form [type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.sib-form .input[readonly] {
  background-color: #f9fafc;
}

.sib-form .input[type=text] + .input__password-toggler {
  color: #0092ff;
}

.sib-form .sib-ap-nostyle-input-icon {
  display: none;
}

.sib-form .sib-ap-nostyle-dropdown-menu {
  box-sizing: content-box;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  min-width: 100%;
  padding: calc(.5rem - 1px) 0;
}

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
  display: none;
}

.sib-form .sib-ap-nostyle-dropdown-menu em {
  font-style: normal;
  font-weight: 700;
}

.sib-form .sib-ap-nostyle-input {
  padding-right: 0.5rem;
}

.sib-form .sib-ap-nostyle-suggestion {
  cursor: default;
  color: inherit;
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sib-form .sib-ap-nostyle-cursor,
.sib-form .sib-ap-nostyle-suggestion:focus,
.sib-form .sib-ap-nostyle-suggestion:hover {
  background: #eff2f7;
}

.sib-form .sib-ap-footer {
  display: none;
}

.sib-form .menu {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  min-width: 100%;
  padding: calc(.5rem - 1px) 0;
}

.sib-form .menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}

.sib-form .menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
  display: none;
}

.sib-form .menu__content,
.sib-form .menu__heading {
  padding: 0;
  margin: 1rem;
}

.sib-form .menu__content:first-child,
.sib-form .menu__heading:first-child {
  margin-top: 0.5rem;
}

.sib-form .menu__content:last-child,
.sib-form .menu__heading:last-child {
  margin-bottom: 0.5rem;
}

.sib-form .menu__heading {
  font-size: 1.31950791rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.sib-form .menu__content {
  list-style: none;
}

.sib-form .menu__icon {
  color: #8492a6;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  margin-right: 0.5rem;
}

.sib-form .menu__control {
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sib-form .menu__control:focus,
.sib-form .menu__control:hover {
  background: #eff2f7;
}

.sib-form .menu__divider {
  border: 0;
  border-top: 1px solid #c0ccda;
  margin: 0.5rem 0;
}

.sib-form .clickable_button,
.sib-form .clickable_link {
  font: inherit;
  margin: 0;
}

.sib-form .clickable_button.sib-collapsible__trigger:before,
.sib-form .clickable_link.sib-collapsible__trigger:before {
  border-left: 0.25rem solid rgba(0, 0, 0, 0);
  border-right: 0.25rem solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-top: 0.25rem solid;
  content: "";
  float: right;
  margin: 0.625rem 0 0 0.25em;
}

.sib-form .clickable_button.sib-collapsible__trigger_toggled:before,
.sib-form .clickable_link.sib-collapsible__trigger_toggled:before {
  border-bottom: 0.25rem solid;
  border-top: 0;
}

.sib-form .clickable_button:not([disabled]),
.sib-form .clickable_link:not([disabled]) {
  cursor: pointer;
}

.sib-form .clickable_button {
  background: #0092ff;
  border: 1px solid #0092ff;
  color: #fff;
  display: inline-block;
  outline: 0;
  padding: calc(.5rem - 1px) calc(1rem - 1px);
  text-decoration: none;
}

.sib-form .clickable_button.sib-collapsible__trigger {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sib-form .clickable_button[disabled] {
  opacity: 0.5;
}

.sib-form .clickable_button:focus {
  box-shadow: 0 0 0 2px #842f5a;
}

.sib-form .clickable_button:focus:not([disabled]),
.sib-form .clickable_button:hover:not([disabled]) {
  background: #007cd9;
  border-color: #007cd9;
}

.sib-form .clickable_ghost {
  background: none;
  border-color: #c0ccda;
  color: #3c4858;
}

.sib-form .clickable_ghost:focus:not([disabled]),
.sib-form .clickable_ghost:hover:not([disabled]) {
  background: none;
  border-color: #8492a6;
}

.sib-form .clickable_dropdown {
  display: inline-block;
  position: relative;
}

.sib-form .clickable_dropdown .menu {
  margin-top: 2px;
}

.sib-form .clickable_dropdown .menu_left {
  left: 0;
}

.sib-form .clickable_dropdown .menu_right {
  right: 0;
}

.sib-form .clickable_block {
  width: 100%;
}

.sib-form .clickable_cta {
  border-radius: 9999em;
}

.sib-form .clickable_link {
  background: none;
  border: 0;
  color: #0092ff;
  display: inline;
  padding: 0;
  text-decoration: none;
}

.sib-form .clickable_link:focus,
.sib-form .clickable_link:hover {
  color: #007cd9;
  text-decoration: underline;
}

.sib-form .clickable_link:focus {
  outline: 0;
}

.sib-form .clickable_sneaky,
.sib-form .clickable_sneaky:focus,
.sib-form .clickable_sneaky:hover {
  color: inherit;
}

.sib-form .clickable_plan {
  color: #0092ff;
}

.sib-form .clickable_plan:focus,
.sib-form .clickable_plan:hover {
  color: #007cd9;
}

.sib-form .clickable_destructive {
  background: #ff4949;
  border-color: #ff4949;
}

.sib-form .clickable_destructive:focus:not([disabled]),
.sib-form .clickable_destructive:hover:not([disabled]) {
  background: #d93e3e;
  border-color: #d93e3e;
}

.sib-form .clickable__group {
  display: inline-flex;
  flex-wrap: wrap;
}

.sib-form .clickable__group .clickable_button:focus,
.sib-form .clickable__group .clickable_button:hover {
  position: relative;
}

.sib-form .clickable__group .clickable_button:not(:first-child),
.sib-form .clickable__group .clickable_dropdown:not(:first-child) .clickable_button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

.sib-form .clickable__group > .clickable_button:not(:last-child),
.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_link,
.sib-form .clickable__group > .clickable_link:not(:last-child) {
  margin-right: 1.5em;
  position: relative;
}

.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_link:after,
.sib-form .clickable__group > .clickable_link:not(:last-child):after {
  background: #c0ccda;
  border-radius: 50%;
  content: "";
  cursor: auto;
  display: inline-block;
  height: 0.25rem;
  pointer-events: none;
  position: absolute;
  right: -0.9em;
  top: 0.7em;
  width: 0.25rem;
}

.sib-form .clickable__icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}

.sib-form .clickable__icon:not(.sib-icon_standalone) {
  margin-right: calc(.7002rem - 1px);
}

.sib-form .progress-indicator {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.sib-form .progress-indicator .progress-indicator__icon {
  fill: #0092ff;
  height: 2rem;
  width: 2rem;
}

.sib-form .progress-indicator_small .progress-indicator__icon {
  height: 1rem;
  width: 1rem;
}

.sib-form .progress-indicator__icon {
  -webkit-animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
  animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
}

@-webkit-keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.header {
  position: absolute;
  width: 100%;
  height: 88px;
  height: var(--height-header);
  overflow: hidden;
  z-index: 99;
  transition-property: height, background-color;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
@media screen and (max-width: 1023px) {
  .header-is-expanded .header {
    position: fixed;
    height: 100%;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    display: grid;
    overflow: visible;
  }
  .header:hover {
    background-color: #ffffff;
  }
  .header-navigation-is-active .header::after, .header-search-is-active .header::after {
    content: "";
    position: absolute;
    pointer-events: none;
    height: 2px;
    width: 100%;
    top: 100%;
    background-color: #c7e2f6;
    z-index: 1;
  }
}
.header-bar {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 32px;
}
.is-visible-news-bar .header-bar {
  padding-top: calc(54px + 16px);
  padding-top: calc(var(--height-news-bar) + 16px);
}
@media screen and (min-width: 1024px) {
  .is-visible-news-bar .header-bar {
    padding-top: 54px;
    padding-top: var(--height-news-bar);
  }
}
@media screen and (min-width: 1024px) {
  .header-bar {
    grid-template-columns: auto 1fr auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer {
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  top: -10.5104235266vw;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 10.5104235266vw);
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 10.5104235266vw);
  background-color: #ecbcc6;
}
.footer .lines {
  bottom: auto;
  top: var(--size);
}
.footer .lines-wrapper {
  --size: 40px;
  top: calc(-10.5104235266vw - var(--size));
  height: calc(100% + 10.5104235266vw + var(--size));
}
@media screen and (min-width: 375px) {
  .footer .lines-wrapper {
    --size: calc( 			40px + ( 					56 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer .lines-wrapper {
    --size: 56px;
  }
}
.footer .back-to-top {
  font-size: 24px;
  position: absolute;
  right: 5vw;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #eb1414;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-transform: translate(0, -50%) rotate(6deg);
          transform: translate(0, -50%) rotate(6deg);
  transition-property: background-color;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 375px) {
  .footer .back-to-top {
    font-size: calc( 			24px + ( 					32 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer .back-to-top {
    font-size: 32px;
  }
}
.footer .back-to-top i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media not all and (hover: none), (-ms-high-contrast: none) {
  .footer .back-to-top:hover {
    background-color: #970c0c;
  }
}
.footer-top {
  padding-top: 30px;
  padding-bottom: 56px;
}
@media screen and (min-width: 375px) {
  .footer-top {
    padding-bottom: calc( 			56px + ( 					80 - 56 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer-top {
    padding-bottom: 80px;
  }
}
.footer-top .newsletter {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .footer-top .newsletter {
    margin-bottom: 0;
  }
}
.footer-top .menu-footer {
  display: grid;
  grid-gap: 24px 40px;
  gap: 24px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .footer-top .menu-footer {
    grid-auto-flow: column dense;
  }
}
@media screen and (min-width: 375px) {
  .footer-top .menu-footer {
    font-size: calc( 			16px + ( 					18 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer-top .menu-footer {
    font-size: 18px;
  }
}
.footer-top .menu-footer > li > a {
  display: block;
  color: #842f5a;
  pointer-events: none;
  margin-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .footer-top .menu-footer > li > a {
    margin-bottom: calc( 			8px + ( 					16 - 8 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer-top .menu-footer > li > a {
    margin-bottom: 16px;
  }
}
.footer-top .menu-footer .sub-menu {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}
@media screen and (min-width: 375px) {
  .footer-top .menu-footer .sub-menu {
    grid-gap: calc( 			8px + ( 					16 - 8 				) * (100vw - 375px) / (1440 - 375) 		);
    gap: calc( 			8px + ( 					16 - 8 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer-top .menu-footer .sub-menu {
    grid-gap: 16px;
    gap: 16px;
  }
}
.footer-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #842f5a;
}
@media screen and (min-width: 375px) {
  .footer-bottom {
    padding-top: calc( 			32px + ( 					17 - 32 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer-bottom {
    padding-top: 17px;
  }
}
@media screen and (min-width: 375px) {
  .footer-bottom {
    padding-bottom: calc( 			32px + ( 					41 - 32 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer-bottom {
    padding-bottom: 41px;
  }
}
@media screen and (min-width: 375px) {
  .footer-bottom {
    font-size: calc( 			16px + ( 					13 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer-bottom {
    font-size: 13px;
  }
}
@media screen and (min-width: 375px) {
  .footer-bottom {
    line-height: calc( 			24px + ( 					18 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .footer-bottom {
    line-height: 18px;
  }
}
.footer-bottom .container {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .footer-bottom .container {
    grid-template-columns: auto 1fr;
  }
}
.footer-bottom .copyright {
  margin-bottom: 8px;
  font-size: inherit;
  line-height: inherit;
}
@media screen and (min-width: 1024px) {
  .footer-bottom .copyright {
    margin-bottom: 0;
  }
}
.footer-bottom .menu-socket {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer-bottom .menu-socket {
    flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  .footer-bottom .menu-socket li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-bottom .menu-socket li {
    margin-left: 40px;
  }
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(42, 55, 62, 0.8);
}
.modal[data-active=true] {
  display: grid;
  z-index: 100;
}
.modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-title, .modal-description {
  margin-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .modal-title, .modal-description {
    margin-bottom: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .modal-title, .modal-description {
    margin-bottom: 40px;
  }
}
.modal-button {
  display: block;
  width: 100%;
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .modal-button {
    width: auto;
  }
}
.modal-button .text-submitting {
  display: none;
}
.modal-button.submitting {
  pointer-events: none;
}
.modal-button.submitting .text {
  display: none;
}
.modal-button.submitting .text-submitting {
  display: block;
}
.modal-card {
  position: relative;
  margin: auto;
  width: calc(100vw - 30px);
  min-height: 608px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  display: none;
}
@media screen and (min-width: 640px) {
  .modal-card {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-card {
    max-width: 1140px;
  }
}
@supports (-webkit-touch-callout: none) {
  .modal-card {
    border-radius: 0;
  }
}
@media screen and (min-width: 1024px) {
  .modal-card {
    grid-template-columns: 1fr 1fr;
  }
}
.modal-card[data-active=true] {
  grid-row: 1;
  grid-column: 1;
  display: grid;
}
.modal-card-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  margin-top: 56px;
  margin-bottom: 24px;
  min-height: 230px;
}
@media screen and (min-width: 1024px) {
  .modal-card-left {
    padding: 30px;
    margin: 0;
  }
}
.modal-card-left .bubbles {
  opacity: 0.4;
  z-index: auto;
}
.modal-card-left img {
  width: 100%;
  max-width: 264px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
.modal-card-right {
  background-color: #ffffff;
  padding: 0px 24px 80px;
}
@media screen and (min-width: 1024px) {
  .modal-card-right {
    padding: 130px 80px 60px 120px;
  }
}
.modal-card .form-field {
  margin-bottom: 40px;
}
.modal-card-register .modal-card-left {
  display: block;
  padding: 0;
}
.modal-card-register .image,
.modal-card-register img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-card-register img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-close {
  position: absolute;
  --p: 8px;
  top: var(--p);
  right: var(--p);
  font-size: 32px;
}
@media screen and (min-width: 375px) {
  .modal-close {
    --p: calc( 			8px + ( 					30 - 8 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .modal-close {
    --p: 30px;
  }
}

.card-info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-info span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  --ph: 8px;
  padding: 8px var(--ph);
}
@media screen and (min-width: 375px) {
  .card-info span {
    font-size: calc( 			18px + ( 					44 - 18 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .card-info span {
    font-size: 44px;
  }
}
@media screen and (min-width: 375px) {
  .card-info span {
    line-height: calc( 			24px + ( 					56 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .card-info span {
    line-height: 56px;
  }
}
@media screen and (min-width: 375px) {
  .card-info span {
    --ph: calc( 			8px + ( 					30 - 8 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .card-info span {
    --ph: 30px;
  }
}
.card-info .day {
  background-color: #ffde2e;
}
.card-info .month {
  background-color: #ecbcc6;
}
.card-info .time {
  background-color: #c7e2f6;
}
.card-info .location {
  background-color: #ffde2e;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #8e8f91;
}
.breadcrumbs a,
.breadcrumbs span {
  color: inherit;
}
.breadcrumbs i {
  font-size: 22px;
  margin: 0 5px;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li:last-child i {
  display: none;
}
.breadcrumbs li br {
  display: none;
}

.form-newsletter {
  position: relative;
}
.form-newsletter [type=text] {
  border-color: #842f5a;
  padding-right: 100px;
}
.form-newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 48zpx;
  padding: 0 24px;
  color: #eb1414;
  border-left: 1px solid #842f5a;
}
.form-newsletter .mimi_field_feedback {
  display: block;
  margin-top: 10px;
  color: #eb1414;
}

.form-search {
  position: relative;
  --height: 48px;
  --pl: 48px;
}
@media screen and (min-width: 375px) {
  .form-search {
    --height: calc( 			48px + ( 					74 - 48 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .form-search {
    --height: 74px;
  }
}
@media screen and (min-width: 375px) {
  .form-search {
    --pl: calc( 			48px + ( 					72 - 48 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .form-search {
    --pl: 72px;
  }
}
.form-search .symbol {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--pl);
  height: var(--height);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #8e8f91;
}
@media screen and (min-width: 375px) {
  .form-search .symbol {
    font-size: calc( 			24px + ( 					32 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .form-search .symbol {
    font-size: 32px;
  }
}
.form-search [type=text] {
  width: 100%;
  height: var(--height);
  padding-left: var(--pl);
  padding-right: 136px;
  font-size: 18px;
  line-height: var(--height);
}
@media screen and (min-width: 375px) {
  .form-search [type=text] {
    padding-right: calc( 			136px + ( 					120 - 136 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .form-search [type=text] {
    padding-right: 120px;
  }
}
@media screen and (min-width: 375px) {
  .form-search [type=text] {
    font-size: calc( 			18px + ( 					24 - 18 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .form-search [type=text] {
    font-size: 24px;
  }
}
.form-search hr {
  margin-top: 8px;
  margin-bottom: 16px;
  border: none;
  border-bottom: 1px solid transparent;
}
.form-search button,
.form-search .ss-main {
  position: absolute;
  top: 0;
  right: 0;
}
.form-search button {
  font-weight: 500;
  height: var(--height);
  padding: 0 24px;
  color: #eb1414;
  border-left: 1px solid #4a6b95;
  display: none;
}
@media screen and (min-width: 640px) {
  .form-search button {
    display: block;
  }
}
@supports (-webkit-touch-callout: none) {
  .form-search button {
    display: block;
    position: absolute;
    pointer-events: none;
    opacity: 0;
  }
}
.form-search .ss-main {
  width: 120px;
}
@media screen and (min-width: 640px) {
  .form-search .ss-main {
    display: none;
  }
}
.form-search .ss-main .ss-single-selected {
  height: var(--height);
  padding: 0 16px;
  border-radius: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  background: transparent;
}
.form-search label {
  display: none;
}
@media screen and (min-width: 640px) {
  .form-search label {
    display: inline-block;
  }
}
.form-search label + label {
  margin-left: 64px;
}
.form-search .hide {
  display: none;
}

.language-switcher .current {
  cursor: pointer;
}
.language-switcher .current .label {
  margin-right: 5px;
}
.language-switcher .current .code {
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .language-switcher {
    position: relative;
  }
  .language-switcher .current {
    cursor: pointer;
  }
  .language-switcher:hover .languages {
    display: block;
  }
  .language-switcher .languages {
    display: none;
    position: absolute;
    width: 260px;
    left: 20px;
    padding: 8px 0;
    border: 1px solid #c7e2f6;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
    z-index: 3;
  }
  .language-switcher .languages a {
    font-size: 18px;
    line-height: 26px;
    padding: 8px 24px;
    color: #8e8f91;
    transition-property: color, background-color;
    transition-duration: 0.23s;
    transition-timing-function: ease-out;
  }
  .language-switcher .languages a.active {
    color: #eb1414;
  }
  .language-switcher .languages a:hover {
    color: inherit;
    background-color: rgba(199, 226, 246, 0.4);
  }
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .header-logo {
    height: 100px;
  }
}
.header-logo img,
.header-logo picture {
  height: 100%;
  width: auto;
}

.header-navigation-desktop {
  align-self: flex-end;
}
.header-navigation-desktop .menu {
  display: flex;
  align-items: center;
}
.header-navigation-desktop .header-navigation-top {
  display: flex;
  justify-content: flex-end;
}
.header-navigation-desktop .header-navigation-top .menu-item-link {
  font-size: 16px;
  line-height: 24px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  transition-property: color;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
.header-navigation-desktop .header-navigation-top .menu-item-link i {
  margin-right: 8px;
}
.header-navigation-desktop .header-navigation-top .menu-item-link:hover {
  color: #eb1414;
}
.header-navigation-desktop .header-navigation-top .subscriptions-link {
  margin-left: 20px;
}
.header-navigation-desktop .header-navigation-bottom {
  display: flex;
}
.header-navigation-desktop .header-navigation-bottom .menu-item-link {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.header-navigation-desktop .header-navigation-bottom .menu > li > a {
  display: flex;
  padding: 24px 20px 40px 20px;
}
.header-navigation-desktop .header-navigation-bottom .menu > li.menu-item-has-children > a {
  position: relative;
}
.header-navigation-desktop .header-navigation-bottom .menu > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
  background-image: linear-gradient(#eb1414, #eb1414);
  background-size: 100% 0px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.23s ease-out;
  z-index: 2;
}
.header-navigation-desktop .header-navigation-bottom .menu > li.menu-item-has-children > a:hover::before {
  background-size: 100% 2px;
}
.header-navigation-desktop .header-navigation-bottom .menu > li.menu-item-has-children > a:after {
  content: "";
  font-size: 24px;
  margin-left: 8px;
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu {
  display: none;
  justify-content: flex-end;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  padding: 0 calc(30px / 2);
  padding: 0 calc(var(--gap) / 2);
  background-color: #ffffff;
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu > li {
  padding-top: 40px;
  padding-bottom: 60px;
  width: calc((100% - 3 * 30px) / 4);
  width: calc((100% - 3 * var(--gap)) / 4);
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu > li:not(:first-child) {
  margin-left: 30px;
  margin-left: var(--gap);
}
[dir=rtl] .header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu > li:not(:first-child) {
  margin-left: 0;
  margin-right: 30px;
  margin-right: var(--gap);
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu > li:last-child {
  background-color: rgba(199, 226, 246, 0.4);
  padding-left: 30px;
}
[dir=rtl] .header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu > li:last-child {
  padding-left: 0px;
  padding-right: 30px;
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu::before, .header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu::before {
  background-color: #ffffff;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu::after {
  width: 50vw;
  background-color: rgba(199, 226, 246, 0.4);
  left: calc(100% - 30px / 2);
  left: calc(100% - var(--gap) / 2);
}
[dir=rtl] .header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu::after {
  left: auto;
  right: calc(100% - 30px / 2);
  right: calc(100% - var(--gap) / 2);
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu .menu-item-link {
  transition: color 0.23s ease-out;
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu .menu-item-link:hover {
  color: #eb1414;
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu > li > .menu-item-link {
  font-weight: bold;
  color: #4a6b95;
  margin-bottom: 16px;
  pointer-events: none;
}
.header-navigation-desktop .header-navigation-bottom .menu > li > .sub-menu > li li:not(:last-child) a {
  margin-bottom: 16px;
}
.header-navigation-is-active .header-navigation-desktop .header-navigation-bottom .menu > li.is-expanded > a::before {
  background-size: 100% 2px;
}
.header-navigation-is-active .header-navigation-desktop .header-navigation-bottom .menu > li.is-expanded > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-navigation-is-active .header-navigation-desktop .header-navigation-bottom .menu > li.is-expanded > .sub-menu {
  display: flex;
}
.header-navigation-desktop .header-navigation-bottom .menu > .menu-item-has-children .columns-2 + .menu-item > a {
  visibility: hidden;
}
.header-navigation-desktop .header-navigation-bottom .search-toggle {
  font-size: 24px;
  margin-left: 20px;
  padding: 23px 0 30px;
  position: relative;
}
.header-navigation-desktop .header-navigation-bottom .search-toggle::before {
  content: "";
  position: absolute;
  pointer-events: none;
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
  background-image: linear-gradient(#eb1414, #eb1414);
  background-size: 100% 0px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.23s ease-out;
  z-index: 2;
}
.header-navigation-desktop .header-navigation-bottom .search-toggle:hover::before, .header-search-is-active .header-navigation-desktop .header-navigation-bottom .search-toggle::before {
  background-size: 100% 2px;
}
.header-navigation-mobile {
  position: absolute;
  width: 100%;
  height: calc(100% - 88px);
  height: calc(100% - var(--height-header));
  border-top: 2px solid rgba(199, 226, 246, 0.4);
}
.header-navigation-mobile .panel {
  width: 100%;
  height: 100%;
}
.header-navigation-mobile .panel-main {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-top: 32px;
}
.header-navigation-mobile .panel-main .bottom {
  margin-top: auto;
}
.header-navigation-mobile .panel-main .top li {
  margin-bottom: 32px;
}
.header-navigation-mobile .panel-main .bottom {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
.header-navigation-mobile .panel-main .bottom > * {
  position: relative;
}
.header-navigation-mobile .panel-main .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: rgba(199, 226, 246, 0.4);
}
.header-navigation-mobile .panel-main .menu-item-has-children {
  cursor: pointer;
}
.header-navigation-mobile .panel-main .menu-item-has-children > * {
  display: flex;
  align-items: center;
}
.header-navigation-mobile .panel-main .menu-item-has-children > *::after {
  content: "";
  font-size: 24px;
  margin-left: auto;
}
.header-navigation-mobile .panel-sub {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #ffffff;
  overflow: hidden;
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}
.header-navigation-mobile .panel-sub.open {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.header-navigation-mobile .panel-sub .container > .sub-menu {
  display: none;
}
.header-navigation-mobile .panel-sub .container > .sub-menu.is-selected {
  display: block;
}
.header-navigation-mobile .panel-main .menu-item-has-children > *:first-child {
  pointer-events: none;
}
.header-navigation-mobile .panel-main .top li > .menu-item-link,
.header-navigation-mobile .panel-sub .container > .sub-menu:not(.bottom) > li > .menu-item-link {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.header-navigation-mobile .panel-main .bottom li {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.header-navigation-mobile .panel-main .bottom li:not(:last-child) {
  margin-bottom: 16px;
}
.header-navigation-mobile .panel-sub {
  height: 100%;
  overflow-y: auto;
  font-size: 22px;
  line-height: 24px;
}
.header-navigation-mobile .panel-sub li {
  margin-bottom: 32px;
}
.header-navigation-mobile .panel-sub .top > li > a {
  display: flex;
  align-items: center;
}
.header-navigation-mobile .panel-sub .top > li > a::after {
  content: "";
  font-size: 24px;
  margin-left: auto;
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}
.header-navigation-mobile .panel-sub .top > li .sub-menu {
  height: 0;
  overflow: hidden;
  transition: height 0.23s ease-out;
}
.header-navigation-mobile .panel-sub .top > li .sub-menu li {
  margin-bottom: 0;
  padding: 16px 0;
}
.header-navigation-mobile .panel-sub .top > li .sub-menu li:first-child {
  padding-top: 32px;
}
.header-navigation-mobile .panel-sub .top > li.is-expanded > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-navigation-mobile .back {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 16px 0;
  margin-bottom: 16px;
}
.header-navigation-mobile .back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: rgba(199, 226, 246, 0.4);
  z-index: -1;
}
.header-navigation-mobile .back span {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #eb1414;
}
.header-navigation-mobile .back i {
  font-size: 24px;
  color: #eb1414;
}

.header-bar-news {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 calc(30px / 2);
  padding: 0 calc(var(--gap) / 2);
  width: 100%;
  height: 54px;
  height: var(--height-news-bar);
  --button-width: 35px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr var(--button-width);
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
  color: #ffffff;
  background-color: #5b3695;
  z-index: 1;
}
@media screen and (min-width: 375px) {
  .header-bar-news {
    --button-width: calc( 			35px + ( 					85 - 35 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .header-bar-news {
    --button-width: 85px;
  }
}
@media screen and (min-width: 640px) {
  .header-bar-news {
    grid-template-columns: var(--button-width) 1fr var(--button-width);
    justify-content: center;
  }
  .header-bar-news::before {
    content: "";
    display: block;
  }
}
.is-visible-news-bar .header-bar-news {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.header-bar-news-content {
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (min-width: 640px) {
  .header-bar-news-content {
    justify-self: center;
  }
}
.header-bar-news-content * {
  color: inherit;
}
.header-bar-news-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-bar-news button {
  position: absolute;
  right: 0;
  height: 100%;
  --ph: 15px;
  padding: 0 var(--ph);
}
@media screen and (min-width: 375px) {
  .header-bar-news button {
    --ph: calc( 			15px + ( 					40 - 15 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .header-bar-news button {
    --ph: 40px;
  }
}

.header-search {
  position: absolute;
  width: 100%;
  top: 88px;
  top: var(--height-header);
  height: calc(100% - 88px);
  height: calc(100% - var(--height-header));
  padding: 40px 0;
  background-color: #ffffff;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
  z-index: 1;
  display: none;
}
.header-search-is-active .header-search {
  display: grid;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header-search {
    height: auto;
  }
}
.header-search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(199, 226, 246, 0.4);
}
@media screen and (min-width: 1024px) {
  .header-search .form-search {
    --height: 48px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .header-search .form-search {
    --height: calc( 			48px + ( 					54 - 48 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .header-search .form-search {
    --height: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .header-search .form-search .symbol {
    width: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .header-search .form-search [type=text] {
    border: none;
    background-color: transparent;
    outline: none;
    padding-left: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .header-search .form-search hr {
    border-color: #4a6b95;
  }
}

.header-toggle-menu {
  position: relative;
}
.header-toggle-menu i {
  font-size: 32px;
  transition: opacity 0.23s ease-out;
}
.header-toggle-menu .icon-burger {
  opacity: 1;
}
.header-toggle-menu .icon-close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-navigation-is-active .header-toggle-menu .icon-burger {
  opacity: 0;
}
.header-navigation-is-active .header-toggle-menu .icon-close {
  opacity: 1;
}

.header-toggle-search {
  position: relative;
  margin-right: 30px;
}
.header-toggle-search i {
  font-size: 32px;
}

.share-text {
  display: block;
  margin-bottom: 8px;
}
.share-links {
  display: grid;
  grid-gap: 0 24px;
  gap: 0 24px;
  grid-template-columns: repeat(auto-fit, 24px);
}
.share-links a {
  display: block;
  font-size: 24px;
  text-decoration: none !important;
}

.slider-teaser .glide__track,
.slider-teaser .glide__slides {
  overflow: visible;
}
.slider-teaser .navigation {
  position: absolute;
  width: 100%;
  bottom: -70px;
  display: none;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
}
@media screen and (min-width: 1024px) {
  .slider-teaser .navigation {
    display: grid;
  }
}
.slider-teaser .navigation .glide__arrow {
  position: static;
  -webkit-transform: none;
          transform: none;
}
.slider-teaser .navigation .glide__arrow--left {
  grid-column: 2;
}
.slider-teaser .navigation .glide__arrow--right {
  grid-column: 3;
}

@media screen and (min-width: 640px) {
  .event-teaser {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 0 30px;
    gap: 0 30px;
    grid-gap: 0 var(--gap);
    gap: 0 var(--gap);
    min-height: 260px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
    overflow: hidden;
  }
}
.event-teaser .thumbnail {
  display: none;
}
@media screen and (min-width: 640px) {
  .event-teaser .thumbnail {
    grid-column: 1/span 3;
    display: inline-flex;
    position: relative;
    overflow: hidden;
  }
  .event-teaser .thumbnail .ratio {
    width: 100%;
    padding-bottom: 100%;
  }
  .event-teaser .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .event-teaser .thumbnail .date {
    position: absolute;
    top: 0;
    left: 0;
  }
  .event-teaser .thumbnail .date > span {
    display: block;
    font-size: 24px;
    line-height: 42px;
    padding: 0 15px;
    background-color: #ecbcc6;
  }
  .event-teaser .thumbnail .date .day {
    width: 80px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    background-color: #ffde2e;
  }
  .event-teaser .thumbnail .date .to {
    width: 62px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffde2e;
  }
}
@media screen and (max-width: 639px) {
  .event-teaser .info {
    padding: 24px 0;
    border-bottom: 1px solid #4a6b95;
  }
  .events > .event:first-child .event-teaser .info {
    border-top: 1px solid #4a6b95;
  }
}
@media screen and (min-width: 640px) {
  .event-teaser .info {
    grid-column: 4/span 5;
    padding: 15px 15px 15px 0;
    display: flex;
    flex-direction: column;
  }
}
.event-teaser .info .date-full {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 0 8px;
  gap: 0 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) {
  .event-teaser .info .date-full {
    display: none;
  }
}
.event-teaser .info .date-full span {
  display: block;
  padding: 6px 8px;
  background-color: #ecbcc6;
}
.event-teaser .info .date-full .day {
  background-color: #ffde2e;
}
.event-teaser .info .date-full .time-info {
  margin-top: 8px;
  grid-column: 1/span 3;
}
.event-teaser .info .taxonomies {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  grid-row-gap: 2px;
  row-gap: 2px;
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (min-width: 640px) {
  .event-teaser .info .taxonomies {
    margin-bottom: 7px;
    justify-content: flex-end;
  }
}
.event-teaser .info .taxonomies li {
  color: #5b3695;
}
.event-teaser .info > .time {
  margin-bottom: 7px;
  display: none;
}
@media screen and (min-width: 640px) {
  .event-teaser .info > .time {
    display: block;
  }
}
.event-teaser .info .title {
  margin-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .event-teaser .info .title {
    margin-bottom: calc( 			16px + ( 					50 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .event-teaser .info .title {
    margin-bottom: 50px;
  }
}
.event-teaser .info .links {
  margin-top: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  --gap: 32px;
  grid-gap: 0 30px;
  gap: 0 30px;
  grid-gap: 0 var(--gap);
  gap: 0 var(--gap);
}
@media screen and (min-width: 375px) {
  .event-teaser .info .links {
    --gap: calc( 			32px + ( 					48 - 32 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .event-teaser .info .links {
    --gap: 48px;
  }
}
.event-teaser .info .registration-disabled {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #8e8f91;
}
.event-teaser .info .link-waiting {
  display: none;
}

[data-event].booked .link-register {
  display: none;
}
[data-event].booked .link-waiting {
  display: block;
}

.teaser-image {
  --m: 40px;
  margin-bottom: var(--m);
}
@media screen and (min-width: 375px) {
  .teaser-image {
    --m: calc( 			40px + ( 					120 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .teaser-image {
    --m: 120px;
  }
}
.teaser-image + .section-background {
  --m: 40px;
  margin-top: calc(var(--m) + 10.5104235266vw);
}
@media screen and (min-width: 375px) {
  .teaser-image + .section-background {
    --m: calc( 			40px + ( 					120 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .teaser-image + .section-background {
    --m: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-image.layout-image-right + .section-background {
    margin-top: -43px;
  }
}
.teaser-image .image {
  height: 270px;
  position: relative;
}
@media screen and (min-width: 375px) {
  .teaser-image .image {
    height: calc( 			270px + ( 					720 - 270 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .teaser-image .image {
    height: 720px;
  }
}
.teaser-image .image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .teaser-image .image img {
    width: 50vw;
  }
}
.teaser-image .content {
  --mt: 40px;
  -webkit-transform: translate3d(var(--x), 0, 0);
          transform: translate3d(var(--x), 0, 0);
  margin-top: var(--mt);
}
@media screen and (min-width: 375px) {
  .teaser-image .content {
    --mt: calc( 			40px + ( 					120 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .teaser-image .content {
    --mt: 120px;
  }
}
.teaser-image .content .button {
  margin-top: 24px;
}
@media screen and (min-width: 375px) {
  .teaser-image .content .button {
    margin-top: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .teaser-image .content .button {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-image.layout-image-left .image img {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-image.layout-image-left .content {
    --x: calc((100% - 5 * var(--gap)) / 6 + var(--gap));
  }
}
@media screen and (min-width: 1024px) {
  .teaser-image.layout-image-right .image {
    grid-column-start: 8;
  }
}
@media screen and (min-width: 1440px) {
  .teaser-image.layout-image-right .image {
    grid-column-start: 7;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-image.layout-image-right .image img {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .teaser-image.layout-image-right .content {
    grid-column-start: 2;
    grid-row: 1;
    --x: calc(-1 * ((100% - 5 * var(--gap)) / 6 + var(--gap)));
  }
}
@media screen and (min-width: 1440px) {
  .teaser-image.layout-image-right .content {
    grid-column-start: 1;
  }
}

.post-teaser {
  display: block;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
}
.post-teaser .image {
  position: relative;
  padding-bottom: 66.85%;
  background-color: rgba(199, 226, 246, 0.2);
}
.post-teaser .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-teaser .content {
  --pv: 20px;
  padding-top: var(--pv);
  padding-bottom: var(--pv);
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 375px) {
  .post-teaser .content {
    --pv: calc( 			20px + ( 					30 - 20 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .post-teaser .content {
    --pv: 30px;
  }
}
.post-teaser .content .date {
  margin-bottom: 5px;
}
.post-teaser .content .title {
  margin-bottom: 0;
}

.staff-pick-teaser {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
  display: grid;
  grid-gap: 0 24px;
  gap: 0 24px;
  --width-image-wrapper: 90px;
  --height-image-wrapper: 70px;
  grid-template-columns: var(--width-image-wrapper) 1fr;
  grid-template-areas: "image author" "title title" "excerpt excerpt" "l-co l-co" "l-ca l-ca";
}
@media screen and (min-width: 375px) {
  .staff-pick-teaser {
    padding: calc( 			16px + ( 					30 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .staff-pick-teaser {
    padding: 30px;
  }
}
@media screen and (min-width: 375px) {
  .staff-pick-teaser {
    --width-image-wrapper: calc( 			90px + ( 					100 - 90 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .staff-pick-teaser {
    --width-image-wrapper: 100px;
  }
}
@media screen and (min-width: 768px) {
  .staff-pick-teaser {
    grid-template-columns: var(--width-image-wrapper) auto 1fr;
    grid-template-areas: "image author author" "title title title" "excerpt excerpt excerpt" "l-co l-co l-ca";
  }
}
@media screen and (min-width: 1024px) {
  .staff-pick-teaser {
    --span: 8;
    --offset: 2;
    grid-gap: 0 30px;
    gap: 0 30px;
    grid-template-areas: "image title title" "image author author" "image excerpt excerpt" "image l-co l-ca";
  }
}
.staff-pick-teaser .image {
  grid-area: image;
  position: relative;
  max-height: var(--height-image-wrapper);
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .staff-pick-teaser .image {
    margin-bottom: 0;
    max-height: 100%;
  }
}
.staff-pick-teaser .image img {
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.3), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 1024px) {
  .staff-pick-teaser .image img {
    max-width: none;
    width: 240px;
  }
}
.staff-pick-teaser .title {
  grid-area: title;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .staff-pick-teaser .title {
    margin-bottom: 18px;
  }
}
.staff-pick-teaser .author {
  grid-area: author;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .staff-pick-teaser .author {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 6px;
    gap: 0 6px;
  }
  .staff-pick-teaser .author .recommendation-author {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 0 8px;
    gap: 0 8px;
  }
}
.staff-pick-teaser .author img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: none;
}
@media screen and (min-width: 1024px) {
  .staff-pick-teaser .author img {
    display: block;
  }
}
.staff-pick-teaser .author .name {
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .staff-pick-teaser .author .name {
    display: inline-block;
    font-weight: normal;
  }
  .staff-pick-teaser .author .name:after {
    content: ", ";
  }
}
.staff-pick-teaser .excerpt {
  --line-height: 24px;
  --lines: 2;
  grid-area: excerpt;
  position: relative;
  height: calc(var(--lines) * var(--line-height));
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .staff-pick-teaser .excerpt {
    --line-height: 26px;
    --lines: 5;
    margin-bottom: 32px;
  }
}
.staff-pick-teaser .excerpt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: var(--line-height);
  background-color: rgba(255, 255, 255, 0.7);
}
.staff-pick-teaser .link-continue {
  grid-area: l-co;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .staff-pick-teaser .link-continue {
    margin-bottom: 0;
  }
}
.staff-pick-teaser .link-catalog {
  grid-area: l-ca;
}

.module-accordion {
  --margin: 80px;
  margin-top: 40px;
}
@media screen and (min-width: 375px) {
  .module-accordion {
    margin-top: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-accordion {
    margin-top: 80px;
  }
}

.acc {
  border-top: 1px solid #4a6b95;
}
.acc:last-child {
  border-bottom: 1px solid #4a6b95;
}
.acc-header {
  position: relative;
  width: 100%;
  padding: 14px 8px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.acc-header .title {
  font-weight: 700;
}
.acc-header i {
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
  font-size: 24px;
  color: #eb1414;
}
.is-active .acc-header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.acc-panel {
  overflow: hidden;
}
.acc-panel .content {
  padding: 2px 8px 12px;
}

.module-content {
  --margin: 80px;
}
.module-content + .section-background {
  margin-top: calc(10.5104235266vw + 80px);
}
.module-content .inner {
  grid-row-gap: 24px;
  row-gap: 24px;
}
.module-content .module-title {
  margin-bottom: 16px;
}
.module-content .content h1:not(:first-child),
.module-content .content h2:not(:first-child),
.module-content .content h3:not(:first-child),
.module-content .content h4:not(:first-child) {
  margin-top: clamp(32px, 2em, 80px);
}
.module-content .content > *:last-child, .module-content .content > *:last-child > *:last-child {
  margin-bottom: 0;
}
.module-content .content ul {
  padding: 0;
  margin-left: 1.3rem;
}
.module-content .content ul li a {
  display: inline;
}

.module-content-teaser .module-title,
.module-content-teaser .description {
  margin-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .module-content-teaser .module-title,
.module-content-teaser .description {
    margin-bottom: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-content-teaser .module-title,
.module-content-teaser .description {
    margin-bottom: 40px;
  }
}
.module-content-teaser .description, .module-content-teaser .description > *:last-child {
  margin-bottom: 0;
}

.module-events .module-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .module-events .module-title {
    margin-bottom: calc( 			32px + ( 					56 - 32 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-events .module-title {
    margin-bottom: 56px;
  }
}
.module-events ul.events {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (min-width: 640px) {
  .module-events .event:not(:last-child) {
    margin-bottom: 32px;
  }
}
.module-events .taxonomies.location-terms {
  display: none;
}
.module-events .button-more {
  margin-top: 60px;
  margin-bottom: 30px;
  justify-self: center;
}
@media screen and (min-width: 375px) {
  .module-events .button-more {
    margin-top: calc( 			60px + ( 					80 - 60 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-events .button-more {
    margin-top: 80px;
  }
}
@media screen and (min-width: 375px) {
  .module-events .button-more {
    margin-bottom: calc( 			30px + ( 					60 - 30 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-events .button-more {
    margin-bottom: 60px;
  }
}
.module-events.type-single {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 375px) {
  .module-events.type-single {
    margin-top: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-events.type-single {
    margin-top: 80px;
  }
}
@media screen and (min-width: 375px) {
  .module-events.type-single {
    margin-bottom: calc( 			60px + ( 					120 - 60 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-events.type-single {
    margin-bottom: 120px;
  }
}
.module-events.type-filtered-image {
  position: relative;
  padding-bottom: 10.5104235266vw;
  --margin: 48px;
  margin-top: clamp(120px, 10.5104235266vw, 160px);
}
@media screen and (min-width: 375px) {
  .module-events.type-filtered-image {
    --margin: calc( 			48px + ( 					96 - 48 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-events.type-filtered-image {
    --margin: 96px;
  }
}
.module-events.type-filtered-image:before {
  top: 0;
  background-color: rgba(199, 226, 246, 0.2);
}
.module-events.type-filtered-image .title-wrapper {
  position: absolute;
  width: 100%;
  bottom: 100%;
}
.module-events.type-filtered-image .title-wrapper .module-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .module-events.type-filtered-image .title-wrapper .module-title {
    margin-bottom: calc( 			16px + ( 					-30 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-events.type-filtered-image .title-wrapper .module-title {
    margin-bottom: -30px;
  }
}
.module-events.type-filtered-image .image {
  position: relative;
  width: 100%;
  height: 212px;
  -webkit-clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 10.5104235266vw);
          clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 10.5104235266vw);
}
@media screen and (min-width: 375px) {
  .module-events.type-filtered-image .image {
    height: calc( 			212px + ( 					462 - 212 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-events.type-filtered-image .image {
    height: 462px;
  }
}
.module-events.type-filtered-image .image .container {
  position: relative;
  height: 100%;
}
.module-events.type-filtered-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  width: calc(100vw - (100vw - 100%) / 2);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.module-events.type-filtered-image .events {
  margin-top: 40px;
  z-index: 1;
}
@media screen and (min-width: 375px) {
  .module-events.type-filtered-image .events {
    margin-top: calc( 			40px + ( 					-80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-events.type-filtered-image .events {
    margin-top: -80px;
  }
}

.module-form {
  padding-top: 24px;
}
@media screen and (min-width: 375px) {
  .module-form {
    padding-top: calc( 			24px + ( 					32 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-form {
    padding-top: 32px;
  }
}
.module-form .module-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .module-form .module-title {
    margin-bottom: calc( 			16px + ( 					24 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-form .module-title {
    margin-bottom: 24px;
  }
}
.module-form .content {
  margin-bottom: 40px;
}
@media screen and (min-width: 375px) {
  .module-form .content {
    margin-bottom: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-form .content {
    margin-bottom: 80px;
  }
}
.module-form .content > *:last-child {
  margin-bottom: 0;
}
.module-form .school-form {
  margin-bottom: 60px;
}
.module-form .school-form .school-select {
  margin-bottom: 20px;
}

.wpcf7 form p {
  margin-bottom: 32px;
}
.wpcf7 form .notes {
  margin-top: -24px;
  margin-bottom: 0;
}
.wpcf7 form .button {
  margin-top: 40px;
}
@media screen and (min-width: 375px) {
  .wpcf7 form .button {
    margin-top: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .wpcf7 form .button {
    margin-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  .wpcf7 form .button {
    width: 100%;
  }
}
.wpcf7 form .wpcf7-list-item input[type=checkbox] + .wpcf7-list-item-label {
  margin-right: 10px;
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  padding: 1em 30px;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item:not(:first-child) {
  margin-top: 10px;
}
.wpcf7-not-valid {
  border-color: #eb1414;
  outline: 3px solid rgba(216, 55, 44, 0.4);
}
.wpcf7-not-valid.ss-main {
  border-color: transparent;
  outline: none;
}
.wpcf7-not-valid.ss-main .ss-single-selected {
  border-color: #eb1414;
  outline: 3px solid rgba(216, 55, 44, 0.4);
}
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
}

.module-help {
  position: relative;
  color: #ffffff;
  padding-top: 32px;
  padding-bottom: 10.5104235266vw;
  --margin: 80px;
  margin-top: calc(10.5104235266vw + var(--margin));
}
@media screen and (min-width: 375px) {
  .module-help {
    --margin: calc( 			80px + ( 					160 - 80 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-help {
    --margin: 160px;
  }
}
.module-help:before {
  background-color: #5b3695;
}
.module-help-content {
  padding-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .module-help-content {
    padding-bottom: calc( 			24px + ( 					32 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-help-content {
    padding-bottom: 32px;
  }
}
.module-help-content h2 {
  margin-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .module-help-content h2 {
    margin-bottom: calc( 			16px + ( 					24 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-help-content h2 {
    margin-bottom: 24px;
  }
}
.module-help .lines-wrapper:nth-child(1) {
  top: calc(-10.5104235266vw - 0px);
  height: calc(100% + 10.5104235266vw + 0px);
}
.module-help .lines-wrapper:nth-child(1) .lines {
  top: 0;
  bottom: auto;
}
.module-help .lines-wrapper:nth-child(1) .line {
  opacity: 0;
  background-color: #ffde2e;
  --width: 100px;
  top: 0;
  right: 0;
  -webkit-animation: line-help-3 var(--animation-duration) ease-out 0.1s forwards;
          animation: line-help-3 var(--animation-duration) ease-out 0.1s forwards;
}
@media screen and (min-width: 375px) {
  .module-help .lines-wrapper:nth-child(1) .line {
    --width: calc( 			100px + ( 					300 - 100 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-help .lines-wrapper:nth-child(1) .line {
    --width: 300px;
  }
}
.module-help .lines-wrapper:nth-child(2) .line {
  opacity: 0;
}
.module-help .lines-wrapper:nth-child(2) .line:nth-child(1) {
  background-color: #ecbcc6;
  --width: 100px;
  top: calc(var(--height) * -2);
  left: -1vw;
  -webkit-animation: line-help-1 var(--animation-duration) ease-out forwards;
          animation: line-help-1 var(--animation-duration) ease-out forwards;
}
@media screen and (min-width: 375px) {
  .module-help .lines-wrapper:nth-child(2) .line:nth-child(1) {
    --width: calc( 			100px + ( 					300 - 100 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-help .lines-wrapper:nth-child(2) .line:nth-child(1) {
    --width: 300px;
  }
}
.module-help .lines-wrapper:nth-child(2) .line:nth-child(2) {
  background-color: #ffde2e;
  --width: 80px;
  top: calc(var(--height) * -1);
  left: -3vw;
  -webkit-animation: line-help-2 var(--animation-duration) ease-out forwards;
          animation: line-help-2 var(--animation-duration) ease-out forwards;
}
@media screen and (min-width: 375px) {
  .module-help .lines-wrapper:nth-child(2) .line:nth-child(2) {
    --width: calc( 			80px + ( 					240 - 80 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-help .lines-wrapper:nth-child(2) .line:nth-child(2) {
    --width: 240px;
  }
}

@-webkit-keyframes line-help-1 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -1vw;
  }
}

@keyframes line-help-1 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -1vw;
  }
}
@-webkit-keyframes line-help-2 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -3vw;
  }
}
@keyframes line-help-2 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -3vw;
  }
}
@-webkit-keyframes line-help-3 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes line-help-3 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.section-hero {
  position: relative;
  min-height: 340px;
  padding-top: 88px;
  padding-top: var(--height-header);
  --padding: 10.5104235266vw;
  --margin-bottom-title: 16px;
}
@media screen and (min-width: 375px) {
  .section-hero {
    --margin-bottom-title: calc( 			16px + ( 					30 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-hero {
    --margin-bottom-title: 30px;
  }
}
.section-hero:before {
  background-color: rgba(199, 226, 246, 0.2);
}
.home .section-hero {
  min-height: 60vh;
  --padding: 100px;
  --margin-bottom-title: 64px;
}
@media screen and (min-width: 375px) {
  .home .section-hero {
    --padding: calc( 			100px + ( 					300 - 100 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .home .section-hero {
    --padding: 300px;
  }
}
@media screen and (min-width: 375px) {
  .home .section-hero {
    --margin-bottom-title: calc( 			64px + ( 					56 - 64 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .home .section-hero {
    --margin-bottom-title: 56px;
  }
}
.home .section-hero + .section {
  padding-top: 60px;
}
@media screen and (min-width: 375px) {
  .home .section-hero + .section {
    padding-top: calc( 			60px + ( 					160 - 60 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .home .section-hero + .section {
    padding-top: 160px;
  }
}
.section-hero .content {
  margin-top: 56px;
  padding-bottom: var(--padding);
}
@media screen and (min-width: 375px) {
  .section-hero .content {
    margin-top: calc( 			56px + ( 					80 - 56 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-hero .content {
    margin-top: 80px;
  }
}
.section-hero .page-meta {
  margin-bottom: 8px;
  font-weight: bold;
  color: #5b3695;
}
.section-hero .page-meta .date {
  font-weight: normal;
  color: #2a373e;
}
.section-hero .page-title {
  position: relative;
  margin-bottom: var(--margin-bottom-title);
}
@media screen and (min-width: 640px) {
  .section-hero .page-title br {
    display: none;
  }
}
.section-hero .bubbles {
  -webkit-clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 0%);
          clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 0%);
}
.section-hero .bubble-big {
  --x: calc(40vw - 50%);
  --y: calc(-20vw - 50%);
}
.section-hero .bubble-small {
  --x: calc(-10vw - 50%);
  --y: calc(0 - 50%);
}
.section-hero .line {
  opacity: 0;
}
.section-hero .line:nth-child(1) {
  background-color: #ffde2e;
  --width: 140px;
  top: calc(var(--height) * -1);
  left: -1vw;
  -webkit-animation: line-hero-1 var(--animation-duration) ease-out forwards;
          animation: line-hero-1 var(--animation-duration) ease-out forwards;
}
@media screen and (min-width: 375px) {
  .section-hero .line:nth-child(1) {
    --width: calc( 			140px + ( 					420 - 140 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-hero .line:nth-child(1) {
    --width: 420px;
  }
}
.section-hero .line:nth-child(2) {
  background-color: #ecbcc6;
  left: -3vw;
  -webkit-animation: line-hero-2 var(--animation-duration) ease-out 0.1s forwards;
          animation: line-hero-2 var(--animation-duration) ease-out 0.1s forwards;
}
.section-hero .line:nth-child(3) {
  background-color: #ecbcc6;
  --width: 140px;
  top: calc(var(--height) * -1);
  right: 30px;
  -webkit-animation: line-hero-3 var(--animation-duration) ease-out 0.2s forwards;
          animation: line-hero-3 var(--animation-duration) ease-out 0.2s forwards;
}
@media screen and (min-width: 375px) {
  .section-hero .line:nth-child(3) {
    --width: calc( 			140px + ( 					420 - 140 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-hero .line:nth-child(3) {
    --width: 420px;
  }
}
.section-hero .line:nth-child(4) {
  background-color: #5b3695;
  --width: 200px;
  top: 0;
  right: 0px;
  -webkit-animation: line-hero-4 var(--animation-duration) ease-out 0.1s forwards;
          animation: line-hero-4 var(--animation-duration) ease-out 0.1s forwards;
}
@media screen and (min-width: 375px) {
  .section-hero .line:nth-child(4) {
    --width: calc( 			200px + ( 					600 - 200 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-hero .line:nth-child(4) {
    --width: 600px;
  }
}
.section-hero .line:nth-child(5) {
  background-color: #ffde2e;
  --width: 73.3333333333px;
  top: var(--height);
  right: 0px;
  -webkit-animation: line-hero-5 var(--animation-duration) ease-out 0.3s forwards;
          animation: line-hero-5 var(--animation-duration) ease-out 0.3s forwards;
}
@media screen and (min-width: 375px) {
  .section-hero .line:nth-child(5) {
    --width: calc( 			73.3333333333px + ( 					220 - 73.3333333333 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-hero .line:nth-child(5) {
    --width: 220px;
  }
}
.section-hero + .teaser-image {
  --margin: 16px;
  margin-top: calc(var(--margin) - 10.5104235266vw);
}
@media screen and (min-width: 375px) {
  .section-hero + .teaser-image {
    --margin: calc( 			16px + ( 					30 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-hero + .teaser-image {
    --margin: 30px;
  }
}

@-webkit-keyframes line-hero-1 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -1vw;
  }
}

@keyframes line-hero-1 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -1vw;
  }
}
@-webkit-keyframes line-hero-2 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -3vw;
  }
}
@keyframes line-hero-2 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -3vw;
  }
}
@-webkit-keyframes line-hero-3 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 30px;
  }
}
@keyframes line-hero-3 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 30px;
  }
}
@-webkit-keyframes line-hero-4 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes line-hero-4 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes line-hero-5 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes line-hero-5 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.slider-image .image-wrapper {
  position: relative;
  max-width: 920px;
  height: 0;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 53.7%;
  background-color: #5b3695;
}
.slider-image .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-image .image-caption {
  max-width: 920px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 5px;
}

.module-images {
  --margin: 80px;
}
.module-images + .section-background {
  margin-top: calc(10.5104235266vw + 80px);
}
.module-images .images {
  grid-row-gap: 24px;
  row-gap: 24px;
}
.module-images .images img {
  display: block;
}
.module-images .caption {
  display: block;
  margin-top: 8px;
}

.module-downloads-links {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 375px) {
  .module-downloads-links {
    margin-top: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-downloads-links {
    margin-top: 80px;
  }
}
.module-downloads-links .module-title {
  font-weight: bold;
  margin-bottom: 32px;
}
.module-downloads-links .items {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.module-downloads-links .item {
  --b: 1px solid #4a6b95;
  border-bottom: var(--b);
}
.module-downloads-links .item:first-child {
  border-top: var(--b);
}
.module-downloads-links .item a {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  transition: background-color 0.23s ease-out;
}
.module-downloads-links .item a:hover {
  background-color: rgba(199, 226, 246, 0.4);
}
.module-downloads-links .item i {
  font-size: 24px;
  color: #eb1414;
}
.module-downloads-links .item .date {
  margin-left: 24px;
}
.module-downloads-links .item .label {
  margin-left: 8px;
  font-weight: bold;
}
.module-downloads-links .item .label + * {
  margin-left: auto;
}
.module-downloads-links .item .extension {
  text-transform: uppercase;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .module-downloads-links .item .extension {
    visibility: visible;
  }
}

@media screen and (min-width: 1024px) {
  .module-locations {
    grid-template-areas: "claim claim claim claim claim claim . image image image image image" "title title title title title title . image image image image image" "descr descr descr descr descr descr . image image image image image";
  }
  .module-locations .module-claim {
    grid-area: claim;
  }
  .module-locations .module-title {
    grid-area: title;
  }
  .module-locations .image {
    grid-area: image;
  }
  .module-locations .description {
    grid-area: descr;
  }
}
.module-locations .image {
  --h: 180px;
  position: relative;
  width: 100%;
  height: var(--h);
  margin-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .module-locations .image {
    --h: calc( 			180px + ( 					330 - 180 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-locations .image {
    --h: 330px;
  }
}
@media screen and (min-width: 1024px) {
  .module-locations .image {
    margin-bottom: 0;
  }
}
.module-locations .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module-locations .description {
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .module-locations .description {
    margin-bottom: 0;
  }
}
.module-locations .links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .module-locations .links {
    flex-direction: row;
    justify-content: center;
    margin-top: 80px;
  }
}
.module-locations .links .button {
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .module-locations .links .button {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .module-locations .links .link-icon {
    margin-left: 60px;
  }
}

.module-offer-teaser .module-title {
  margin-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .module-offer-teaser .module-title {
    margin-bottom: calc( 			16px + ( 					32 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-offer-teaser .module-title {
    margin-bottom: 32px;
  }
}
.module-offer-teaser .item {
  display: grid;
  --thumbnail-size: 44px;
  --gap: 16px;
  grid-gap: 0 30px;
  gap: 0 30px;
  grid-gap: 0 var(--gap);
  gap: 0 var(--gap);
  grid-template-columns: var(--thumbnail-size) auto 1fr;
  grid-template-areas: "thumb title title" "thumb descr descr" "thumb l-i l-e";
  --pv: 16px;
  padding: var(--pv) 0;
  border-bottom: 1px solid #4a6b95;
}
@media screen and (min-width: 375px) {
  .module-offer-teaser .item {
    --thumbnail-size: calc( 			44px + ( 					64 - 44 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-offer-teaser .item {
    --thumbnail-size: 64px;
  }
}
@media screen and (min-width: 375px) {
  .module-offer-teaser .item {
    --gap: calc( 			16px + ( 					30 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-offer-teaser .item {
    --gap: 30px;
  }
}
@media screen and (min-width: 375px) {
  .module-offer-teaser .item {
    --pv: calc( 			16px + ( 					24 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-offer-teaser .item {
    --pv: 24px;
  }
}
.module-offer-teaser .item.no-thumbnail {
  grid-template-columns: auto 1fr;
  grid-template-areas: "title title" "descr descr" "l-i l-e";
}
.module-offer-teaser .thumbnail {
  grid-area: thumb;
  align-self: start;
  width: var(--thumbnail-size);
  height: var(--thumbnail-size);
  border: 1px solid #d4d7d9;
  border-radius: 5px;
}
.module-offer-teaser .item-title {
  grid-area: title;
  font-weight: bold;
  margin-bottom: 4px;
}
.module-offer-teaser .description {
  grid-area: descr;
  margin-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .module-offer-teaser .description {
    margin-bottom: calc( 			8px + ( 					17 - 8 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-offer-teaser .description {
    margin-bottom: 17px;
  }
}
.module-offer-teaser .link-internal {
  grid-area: l-i;
}
.module-offer-teaser .link-external {
  grid-area: l-e;
  margin-left: 22px;
}
@media screen and (min-width: 375px) {
  .module-offer-teaser .link-external {
    margin-left: calc( 			22px + ( 					37 - 22 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-offer-teaser .link-external {
    margin-left: 37px;
  }
}

.module-staff-picks {
  position: relative;
  padding-top: 64px;
  padding-bottom: 10.5104235266vw;
}
@media screen and (min-width: 375px) {
  .module-staff-picks {
    padding-top: calc( 			64px + ( 					96 - 64 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks {
    padding-top: 96px;
  }
}
.module-staff-picks:before {
  background-color: #5b3695;
}
.module-staff-picks.section-background:not(:last-child) {
  --margin: 48px;
}
@media screen and (min-width: 375px) {
  .module-staff-picks.section-background:not(:last-child) {
    --margin: calc( 			48px + ( 					96 - 48 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks.section-background:not(:last-child) {
    --margin: 96px;
  }
}
.module-staff-picks .line {
  opacity: 0;
}
.module-staff-picks .line:nth-child(1) {
  background-color: #ffde2e;
  --width: 86.6666666667px;
  top: calc(var(--height) * -1);
  left: -1vw;
  -webkit-animation: line-staff-1 var(--animation-duration) ease-out forwards;
          animation: line-staff-1 var(--animation-duration) ease-out forwards;
}
@media screen and (min-width: 375px) {
  .module-staff-picks .line:nth-child(1) {
    --width: calc( 			86.6666666667px + ( 					260 - 86.6666666667 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks .line:nth-child(1) {
    --width: 260px;
  }
}
.module-staff-picks .line:nth-child(2) {
  background-color: #ecbcc6;
  --width: 200px;
  top: 0;
  right: 0px;
  -webkit-animation: line-staff-2 var(--animation-duration) ease-out 0.1s forwards;
          animation: line-staff-2 var(--animation-duration) ease-out 0.1s forwards;
}
@media screen and (min-width: 375px) {
  .module-staff-picks .line:nth-child(2) {
    --width: calc( 			200px + ( 					600 - 200 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks .line:nth-child(2) {
    --width: 600px;
  }
}
.module-staff-picks .line:nth-child(3) {
  background-color: #ffde2e;
  --width: 73.3333333333px;
  top: var(--height);
  right: 0px;
  -webkit-animation: line-staff-3 var(--animation-duration) ease-out 0.3s forwards;
          animation: line-staff-3 var(--animation-duration) ease-out 0.3s forwards;
}
@media screen and (min-width: 375px) {
  .module-staff-picks .line:nth-child(3) {
    --width: calc( 			73.3333333333px + ( 					220 - 73.3333333333 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks .line:nth-child(3) {
    --width: 220px;
  }
}
.module-staff-picks .module-claim {
  color: #ffffff;
}
.module-staff-picks .module-title {
  color: #ffffff;
  margin-bottom: 0;
}
.module-staff-picks .slider-staff-picks-large {
  margin-bottom: 2px;
}
@media screen and (min-width: 375px) {
  .module-staff-picks .slider-staff-picks-large {
    margin-bottom: calc( 			2px + ( 					50 - 2 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks .slider-staff-picks-large {
    margin-bottom: 50px;
  }
}
.module-staff-picks .slider-staff-picks-large .container {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media screen and (min-width: 375px) {
  .module-staff-picks .slider-staff-picks-large .container {
    padding-top: calc( 			100px + ( 					120 - 100 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks .slider-staff-picks-large .container {
    padding-top: 120px;
  }
}
.module-staff-picks .slider-staff-picks-small {
  color: #ffffff;
}
.module-staff-picks .slider-staff-picks-small-wrapper {
  --padding: 60px;
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
  padding-bottom: var(--padding);
}
@media screen and (min-width: 375px) {
  .module-staff-picks .slider-staff-picks-small-wrapper {
    --padding: calc( 			60px + ( 					120 - 60 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks .slider-staff-picks-small-wrapper {
    --padding: 120px;
  }
}
@media screen and (min-width: 375px) {
  .module-staff-picks .slider-staff-picks-small-wrapper {
    margin-bottom: calc( 			30px + ( 					60 - 30 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks .slider-staff-picks-small-wrapper {
    margin-bottom: 60px;
  }
}
.module-staff-picks .slider-staff-picks-small .glide__track,
.module-staff-picks .slider-staff-picks-small .glide__slides {
  overflow: visible;
}
.module-staff-picks .slider-staff-picks-small .glide__slide {
  position: relative;
}
.module-staff-picks .slider-staff-picks-small .glide__slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition: background-color 0.23s ease-out;
}
.module-staff-picks .slider-staff-picks-small .glide__slide--active::after {
  background-color: #ffffff;
}
.module-staff-picks .slider-staff-picks-small .staff-pick-mini-teaser {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16px;
  text-align: center;
}
.module-staff-picks .slider-staff-picks-small .staff-pick-mini-teaser .thumbnail {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 375px) {
  .module-staff-picks .slider-staff-picks-small .staff-pick-mini-teaser .thumbnail {
    height: calc( 			70px + ( 					117 - 70 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks .slider-staff-picks-small .staff-pick-mini-teaser .thumbnail {
    height: 117px;
  }
}
@media screen and (min-width: 375px) {
  .module-staff-picks .slider-staff-picks-small .staff-pick-mini-teaser .thumbnail {
    margin-bottom: calc( 			8px + ( 					12 - 8 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-staff-picks .slider-staff-picks-small .staff-pick-mini-teaser .thumbnail {
    margin-bottom: 12px;
  }
}
.module-staff-picks .slider-staff-picks-small .staff-pick-mini-teaser .thumbnail img {
  width: auto;
  height: 100%;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.3), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
}
.module-staff-picks .slider-staff-picks-small .staff-pick-mini-teaser .book-title {
  font-weight: 700;
}
.module-staff-picks .slider-staff-picks-small .navigation {
  position: absolute;
  width: 100%;
  bottom: calc(var(--padding) * -1);
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .module-staff-picks .slider-staff-picks-small .navigation {
    grid-template-columns: auto 1fr auto auto;
  }
}
.module-staff-picks .slider-staff-picks-small .navigation .link-more {
  color: inherit;
}
@media screen and (max-width: 1023px) {
  .module-staff-picks .slider-staff-picks-small .navigation .link-more {
    display: none;
  }
}
.module-staff-picks .slider-staff-picks-small .navigation .pagination {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: auto 30px auto;
  align-items: center;
  justify-self: start;
}
@media screen and (min-width: 1024px) {
  .module-staff-picks .slider-staff-picks-small .navigation .pagination {
    justify-self: end;
    margin-right: 56px;
  }
}
.module-staff-picks .slider-staff-picks-small .navigation .pagination .separator {
  height: 2px;
  background-image: linear-gradient(#ffffff, #ffffff);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.module-staff-picks .slider-staff-picks-small .navigation .pagination .total {
  color: #8e8f91;
}
.module-staff-picks .slider-staff-picks-small .navigation .glide__arrow {
  position: static;
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes line-staff-1 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -1vw;
  }
}

@keyframes line-staff-1 {
  0% {
    opacity: 0;
    left: -50vw;
  }
  100% {
    opacity: 1;
    left: -1vw;
  }
}
@-webkit-keyframes line-staff-2 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes line-staff-2 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes line-staff-3 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes line-staff-3 {
  0% {
    opacity: 0;
    right: -50vw;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
.module-table {
  margin-bottom: 80px;
}
.module-table .table {
  margin-top: 30px;
  overflow-x: auto;
}
@media screen and (min-width: 375px) {
  .module-table .table {
    margin-top: calc( 			30px + ( 					40 - 30 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-table .table {
    margin-top: 40px;
  }
}
.module-table .table .tablepress {
  font-size: 10px;
  line-height: 12px;
}
.module-table .table .tablepress.two-columns-equal .column-1 {
  width: 50%;
}
.module-table .table .tablepress.two-columns-equal .column-2 {
  width: 50%;
}
.module-table .table .tablepress.two-columns-75-25 .column-1 {
  width: 75%;
}
.module-table .table .tablepress.two-columns-75-25 .column-2 {
  width: 25%;
}
.module-table .table .tablepress.two-columns-85-15 .column-1 {
  width: 85%;
}
.module-table .table .tablepress.two-columns-85-15 .column-2 {
  width: 15%;
}
.module-table .table .tablepress.three-columns-equal .column-1 {
  width: 33.3%;
}
.module-table .table .tablepress.three-columns-equal .column-2 {
  width: 33.3%;
}
.module-table .table .tablepress.three-columns-equal .column-3 {
  width: 33.3%;
}
.module-table .table .tablepress.four-columns-equal .column-1 {
  width: 25%;
}
.module-table .table .tablepress.four-columns-equal .column-2 {
  width: 25%;
}
.module-table .table .tablepress.four-columns-equal .column-3 {
  width: 25%;
}
.module-table .table .tablepress.four-columns-equal .column-4 {
  width: 25%;
}
.module-table .table .tablepress.five-columns-equal .column-1 {
  width: 20%;
}
.module-table .table .tablepress.five-columns-equal .column-2 {
  width: 20%;
}
.module-table .table .tablepress.five-columns-equal .column-3 {
  width: 20%;
}
.module-table .table .tablepress.five-columns-equal .column-4 {
  width: 20%;
}
.module-table .table .tablepress.five-columns-equal .column-5 {
  width: 20%;
}
.module-table .table .tablepress th,
.module-table .table .tablepress td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.module-table .table .tablepress thead th,
.module-table .table .tablepress tfoot th {
  background-color: transparent;
}
.module-table .table .tablepress thead th,
.module-table .table .tablepress tbody,
.module-table .table .tablepress tfoot th {
  border-bottom: 1px solid #4a6b95;
}
.module-table .table .tablepress tbody td,
.module-table .table .tablepress tfoot th {
  border-top-color: #4a6b95;
}
@media screen and (min-width: 375px) {
  .module-table .table .tablepress {
    font-size: calc( 			10px + ( 					18 - 10 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-table .table .tablepress {
    font-size: 18px;
  }
}
@media screen and (min-width: 375px) {
  .module-table .table .tablepress {
    line-height: calc( 			12px + ( 					26 - 12 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-table .table .tablepress {
    line-height: 26px;
  }
}
.module-table .table .tablepress thead .row-1,
.module-table .table .tablepress .column-1 {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
}
@media screen and (min-width: 375px) {
  .module-table .table .tablepress thead .row-1,
.module-table .table .tablepress .column-1 {
    font-size: calc( 			10px + ( 					16 - 10 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-table .table .tablepress thead .row-1,
.module-table .table .tablepress .column-1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 375px) {
  .module-table .table .tablepress thead .row-1,
.module-table .table .tablepress .column-1 {
    line-height: calc( 			12px + ( 					24 - 12 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-table .table .tablepress thead .row-1,
.module-table .table .tablepress .column-1 {
    line-height: 24px;
  }
}
.module-table > *:last-child, .module-table > *:last-child > *:last-child, .module-table > *:last-child > *:last-child, .module-table > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.module-news-category-listing .module-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .module-news-category-listing .module-title {
    margin-bottom: calc( 			32px + ( 					96 - 32 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-news-category-listing .module-title {
    margin-bottom: 96px;
  }
}
.module-news-category-listing .posts {
  grid-row-gap: 40px;
  row-gap: 40px;
}
@media screen and (min-width: 375px) {
  .module-news-category-listing .posts {
    grid-row-gap: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
    row-gap: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-news-category-listing .posts {
    grid-row-gap: 80px;
    row-gap: 80px;
  }
}
.module-news-category-listing .button {
  justify-self: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .module-news-category-listing .button {
    margin-bottom: 40px;
  }
}
.module-news-category-listing .form-search {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .module-news-category-listing .form-search {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 640px) {
  .module-news-category-listing .search-wrapper {
    --offset: 6;
  }
}
.module-news-category-listing .search-wrapper .form-search {
  --height: 48px;
  --pl: 50px;
}
.module-news-category-listing .search-wrapper .form-search input[type=text] {
  font-size: 18px;
}
.module-news-category-listing .search-wrapper .form-search .symbol {
  font-size: 24px;
}

.module-news-listing {
  overflow: hidden;
}
.module-news-listing .module-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .module-news-listing .module-title {
    margin-bottom: calc( 			32px + ( 					96 - 32 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-news-listing .module-title {
    margin-bottom: 96px;
  }
}
.module-news-listing .posts {
  margin-bottom: 80px;
}
.module-news-listing .button {
  justify-self: center;
}
.module-news-listing .button.alt {
  justify-self: left;
  margin-bottom: 40px;
}

.module-teaser-slider {
  overflow: hidden;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .module-teaser-slider {
    padding-bottom: 80px;
  }
}
.module-teaser-slider .module-title {
  margin-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .module-teaser-slider .module-title {
    margin-bottom: calc( 			32px + ( 					96 - 32 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-teaser-slider .module-title {
    margin-bottom: 96px;
  }
}
.module-teaser-slider .teaser {
  display: block;
  height: 100%;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
}
.module-teaser-slider .teaser .image {
  position: relative;
  padding-bottom: 66.85%;
  background-color: rgba(199, 226, 246, 0.2);
}
.module-teaser-slider .teaser .image .wpbdmv-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-teaser-slider .teaser .content {
  --pv: 20px;
  padding-top: var(--pv);
  padding-bottom: var(--pv);
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 375px) {
  .module-teaser-slider .teaser .content {
    --pv: calc( 			20px + ( 					30 - 20 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-teaser-slider .teaser .content {
    --pv: 30px;
  }
}
.module-teaser-slider .teaser .content .teaser-title {
  margin-bottom: 8px;
}

.module-text-teasers {
  margin-top: 24px;
  --margin: 60px;
}
@media screen and (min-width: 375px) {
  .module-text-teasers {
    margin-top: calc( 			24px + ( 					60 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-text-teasers {
    margin-top: 60px;
  }
}
@media screen and (min-width: 375px) {
  .module-text-teasers {
    --margin: calc( 			60px + ( 					120 - 60 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-text-teasers {
    --margin: 120px;
  }
}
.module-text-teasers + .section-background {
  margin-top: calc(10.5104235266vw + 80px);
}
.module-text-teasers:last-child {
  --margin: 110px;
}
@media screen and (min-width: 375px) {
  .module-text-teasers:last-child {
    --margin: calc( 			110px + ( 					220 - 110 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-text-teasers:last-child {
    --margin: 220px;
  }
}
.module-text-teasers .description {
  margin-bottom: 40px;
}
@media screen and (min-width: 375px) {
  .module-text-teasers .description {
    margin-bottom: calc( 			40px + ( 					72 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-text-teasers .description {
    margin-bottom: 72px;
  }
}
.module-text-teasers .teasers {
  grid-gap: 30px;
  gap: 30px;
  grid-gap: var(--gap);
  gap: var(--gap);
}
.module-text-teasers .teaser {
  position: relative;
  background-color: rgba(199, 226, 246, 0.2);
  border-radius: 4px;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
  padding: 16px 8px;
}
@media screen and (min-width: 768px) {
  .module-text-teasers .teaser {
    padding: 30px 15px;
  }
}
@supports (-webkit-touch-callout: none) {
  .module-text-teasers .teaser {
    border-radius: 0;
  }
}
.module-text-teasers .teaser-title {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .module-text-teasers .teaser-title {
    margin-bottom: 8px;
    text-align: left;
  }
}
.module-text-teasers .teaser-description {
  display: none;
}
@media screen and (min-width: 768px) {
  .module-text-teasers .teaser-description {
    display: block;
  }
}

.module-testimonials {
  position: relative;
  padding-top: 50px;
  --pb: 80px;
  padding-bottom: calc(var(--pb) + 10.5104235266vw);
}
@media screen and (min-width: 375px) {
  .module-testimonials {
    padding-top: calc( 			50px + ( 					100 - 50 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-testimonials {
    padding-top: 100px;
  }
}
@media screen and (min-width: 375px) {
  .module-testimonials {
    --pb: calc( 			80px + ( 					160 - 80 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-testimonials {
    --pb: 160px;
  }
}
.module-testimonials:before {
  background-color: rgba(199, 226, 246, 0.2);
}
.module-testimonials.section-background:not(:last-child) {
  --margin: 48px;
}
@media screen and (min-width: 375px) {
  .module-testimonials.section-background:not(:last-child) {
    --margin: calc( 			48px + ( 					96 - 48 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-testimonials.section-background:not(:last-child) {
    --margin: 96px;
  }
}
.module-testimonials .bubbles {
  top: -10.5104235266vw;
  bottom: 0;
  height: auto;
  -webkit-clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 10.5104235266vw);
          clip-path: polygon(100% 0%, 100% calc(100% - 10.5104235266vw), 0% 100%, 0% 10.5104235266vw);
}
.module-testimonials .testimonial-content {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .module-testimonials .testimonial-content {
    margin-bottom: calc( 			24px + ( 					32 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-testimonials .testimonial-content {
    margin-bottom: 32px;
  }
}
.module-testimonials .author-images {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
@media screen and (min-width: 375px) {
  .module-testimonials .author-images {
    margin-bottom: calc( 			8px + ( 					16 - 8 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-testimonials .author-images {
    margin-bottom: 16px;
  }
}
.module-testimonials .author-images .images {
  --active: 0;
  --image-large-width: 112px;
  --image-large-height: 56px;
  --image-width: 32px;
  --image-height: 24px;
  position: relative;
  height: var(--image-large-height);
  left: 50%;
  display: flex;
  align-items: center;
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
  -webkit-transform: translate3d(calc( 					((var(--image-large-width) / 2) + var(--image-width) * var(--active)) * 						-1 				), 0, 0);
          transform: translate3d(calc( 					((var(--image-large-width) / 2) + var(--image-width) * var(--active)) * 						-1 				), 0, 0);
}
.module-testimonials .author-images .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--image-width);
  height: var(--image-height);
  transition-property: width, height;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
.module-testimonials .author-images .image.is-active {
  --image-width: var(--image-large-width);
  --image-height: var(--image-large-height);
}
.module-testimonials .author-images .image img {
  width: var(--image-height);
  height: var(--image-height);
  border-radius: 50%;
}
.module-testimonials .author-details .author {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.module-testimonials .author-details .name {
  font-weight: bold;
  margin-bottom: 0px;
}
@media screen and (min-width: 375px) {
  .module-testimonials .author-details .name {
    margin-bottom: calc( 			0px + ( 					8 - 0 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .module-testimonials .author-details .name {
    margin-bottom: 8px;
  }
}
.module-testimonials .glide__slide {
  display: flex;
  align-items: center;
}

.error404 {
  background-color: rgba(199, 226, 246, 0.2);
}
.error404 .main,
.error404 .inner {
  width: 100%;
  display: grid;
  align-items: center;
}
.error404 .main {
  position: relative;
}
.error404 .inner {
  justify-content: center;
}
.error404 .inner > * {
  justify-self: center;
}
.error404 img {
  margin-bottom: 32px;
}
.error404 .title,
.error404 .subtitle,
.error404 .description {
  text-align: center;
}
.error404 .title {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (min-width: 375px) {
  .error404 .title {
    font-size: calc( 			70px + ( 					144 - 70 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .error404 .title {
    font-size: 144px;
  }
}
.error404 .subtitle {
  font-weight: bold;
}
.error404 .button {
  margin-top: 80px;
}

.events-listing {
  margin-top: 24px;
}
@media screen and (min-width: 375px) {
  .events-listing {
    margin-top: calc( 			24px + ( 					32 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .events-listing {
    margin-top: 32px;
  }
}
.events-listing .events-listing-type-wrapper {
  margin-bottom: 16px;
}
.events-listing .events-listing-type-wrapper .filters-title {
  margin-bottom: 0;
}
.events-listing .events-listing-type-wrapper .layout-switcher {
  display: flex;
  grid-gap: 17px;
  gap: 17px;
  align-content: end;
  justify-content: end;
  place-content: end;
  align-items: center;
}
.events-listing .events-listing-type-wrapper .layout-switcher a[href] {
  display: block;
  color: #979797;
  transition: color 0.23s ease-out;
}
.events-listing .events-listing-type-wrapper .layout-switcher a[href].active {
  color: #000000;
}
.events-listing .events-listing-type-wrapper .layout-switcher .events-listing-type {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2a373e;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .events-listing .events-listing-type-wrapper .layout-switcher {
    --span: 12;
  }
}
@media screen and (max-width: 767px) {
  .events-listing .events-listing-type-wrapper .layout-switcher {
    display: none;
  }
}
.events-listing .filters {
  display: flex;
  flex-direction: column;
  grid-gap: 16px 30px;
  gap: 16px 30px;
  grid-gap: 16px var(--gap);
  gap: 16px var(--gap);
  grid-row-gap: 0;
  row-gap: 0;
  margin-bottom: 40px;
}
.events-listing .filters .series-filter-wrapper,
.events-listing .filters .target-group-filter-wrapper,
.events-listing .filters .language-filter-wrapper {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .events-listing .filters .series-filter-wrapper,
.events-listing .filters .target-group-filter-wrapper,
.events-listing .filters .language-filter-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .events-listing .filters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 375px) {
  .events-listing .filters {
    margin-bottom: calc( 			40px + ( 					33 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .events-listing .filters {
    margin-bottom: 33px;
  }
}
.events-listing .filters-title {
  font-family: arial, sans-serif;
  font-weight: normal;
}
.events-listing .filters .placeholder {
  order: 2;
}
.events-listing .filters .placeholder .ss-disabled {
  color: #8e8f91;
}
.events-listing .filters .ss-deselect {
  order: 1;
  margin-left: -16px;
  font-weight: bold;
  font-size: 24px;
}
.events-listing .filters .ss-arrow {
  order: 3;
}
.events-listing .filters .months-filter-wrapper {
  grid-column: 1/span 4;
  flex-wrap: nowrap;
  position: relative;
  margin-top: 30px;
}
.events-listing .filters .months-filter-wrapper .button-prev,
.events-listing .filters .months-filter-wrapper .button-next {
  top: 50%;
  position: absolute;
  transition-property: opacity;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
.events-listing .filters .months-filter-wrapper .button-prev.hidden,
.events-listing .filters .months-filter-wrapper .button-next.hidden {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.events-listing .filters .months-filter-wrapper .button-prev i,
.events-listing .filters .months-filter-wrapper .button-next i {
  pointer-events: none;
}
.events-listing .filters .months-filter-wrapper .button-prev {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 480px) {
  .events-listing .filters .months-filter-wrapper .button-prev {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
.events-listing .filters .months-filter-wrapper .button-next {
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 480px) {
  .events-listing .filters .months-filter-wrapper .button-next {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
.events-listing .filters .months-filter-wrapper .all-months .month {
  grid-gap: 0;
  gap: 0;
  border: 1px solid #4a6b95;
  border-radius: 3px;
}
.events-listing .filters .months-filter-wrapper .all-months .month.active {
  border: 1px solid transparent;
}
.events-listing .filters .months-filter-wrapper .months-wrapper {
  display: flex;
  grid-gap: 32px;
  gap: 32px;
  max-width: var(--container-max-width);
}
@media screen and (max-width: 479px) {
  .events-listing .filters .months-filter-wrapper .months-wrapper {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.events-listing .filters .months-filter-wrapper .outer-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.events-listing .filters .months-filter-wrapper .outer-wrapper::before, .events-listing .filters .months-filter-wrapper .outer-wrapper::after {
  content: "";
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20px;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.events-listing .filters .months-filter-wrapper .outer-wrapper.fade-left::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 50.77%, rgba(255, 255, 255, 0) 100%);
}
.events-listing .filters .months-filter-wrapper .outer-wrapper.fade-right::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 50.77%, rgba(255, 255, 255, 0) 100%);
}
.events-listing .filters .months-filter-wrapper .months {
  display: flex;
  grid-gap: 32px;
  gap: 32px;
  list-style-type: none;
  margin: 0;
  overflow-x: auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  scrollbar-width: none;
}
.events-listing .filters .months-filter-wrapper .months::-webkit-scrollbar {
  display: none;
}
.events-listing .filters .months-filter-wrapper .month {
  display: flex;
  justify-content: flex-start;
  padding: 8px 17px;
  border-radius: 3px;
  color: #2a373e;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  width: 65px;
  flex-shrink: 0;
  border: 1px solid transparent;
  transition-property: background-color, color, border;
  transition-duration: 0.23s;
  transition-timing-function: ease-out;
}
.events-listing .filters .months-filter-wrapper .month:hover {
  background-color: #eceff1;
}
.events-listing .filters .months-filter-wrapper .month.active {
  background-color: #eb1414;
  color: #ffffff;
}
.events-listing .filters .months-filter-wrapper .month.active:hover {
  background-color: white;
  border: 1px solid #4a6b95;
  color: #2a373e;
}
.events-listing .filters .months-filter-wrapper.scroll-disabled .button-next,
.events-listing .filters .months-filter-wrapper.scroll-disabled .button-prev {
  display: none;
}
.events-listing .filters .months-filter-wrapper.scroll-enabled .months {
  width: auto;
}
.events-listing .events {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .events-listing .events-list {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .events-listing .events-list .events.view-list .event {
    --span: 8;
    --offset: 2;
  }
}
.events-listing .events-list .events.view-list .event .event-teaser .info .location-terms {
  display: none;
}
.events-listing .events-list .events.view-list .event .event-teaser .title {
  margin-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .events-listing .events-list .events.view-list .event .event-teaser .title {
    margin-bottom: calc( 			16px + ( 					20 - 16 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .events-listing .events-list .events.view-list .event .event-teaser .title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 640px) {
  .events-listing .events-list .events.view-tile {
    grid-row-gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (min-width: 640px) {
  .events-listing .events-list .events.view-tile .event {
    --span: 6;
    --offset: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .events-listing .events-list .events.view-tile .event {
    --span: 6;
  }
}
@media screen and (min-width: 1024px) {
  .events-listing .events-list .events.view-tile .event {
    --span: 4;
  }
}
@media screen and (min-width: 768px) {
  .events-listing .events-list .events.view-tile .event .event-teaser {
    display: grid;
    height: 100%;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 768px) {
  .events-listing .events-list .events.view-tile .event .event-teaser .info {
    height: 100%;
    display: flex;
    padding: 20px 20px 30px 15px;
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.events-listing .events-list .events.view-tile .event .event-teaser .info .taxonomies {
  grid-gap: 15px;
  gap: 15px;
  justify-content: flex-start;
}
.events-listing .events-list .events.view-tile .event .event-teaser .info .taxonomies.all-terms {
  display: none;
}
@media screen and (min-width: 768px) {
  .events-listing .events-list .events.view-tile .event .event-teaser .info .links.cul {
    margin-top: auto;
  }
}
@media screen and (min-width: 768px) {
  .events-listing .events-list .events.view-tile .event .event-teaser .thumbnail {
    max-height: 260px;
  }
}
@media screen and (min-width: 768px) {
  .events-listing .events-list .events.view-tile .event .event-teaser .thumbnail {
    overflow: hidden;
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.events-listing .events-list .events.view-tile .event .event-teaser .thumbnail .info {
  display: none;
}
@media screen and (min-width: 768px) {
  .events-listing .events-list .events.view-tile .event .event-teaser .ratio {
    position: relative;
    padding-bottom: 74.28%;
  }
}
@media screen and (min-width: 1024px) {
  .events-listing .events-list .see-more-list button.load-more {
    --span: 8;
    --offset: 2;
  }
}
@media screen and (min-width: 1024px) {
  .events-listing .events-calendar {
    order: 2;
  }
}
.events-listing .events + .load-more {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .events-listing .events + .load-more {
    margin-top: 73px;
  }
}
.events-listing .events-calendar {
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .events-listing .events-calendar {
    margin-bottom: 0;
  }
}
.events-listing .events-calendar .toggle .show {
  display: block;
}
.events-listing .events-calendar .toggle .hide {
  display: none;
}
.events-listing .events-calendar .toggle.is-visible {
  margin-bottom: 40px;
}
.events-listing .events-calendar .toggle.is-visible .show {
  display: none;
}
.events-listing .events-calendar .toggle.is-visible .hide {
  display: block;
}
@media screen and (min-width: 1024px) {
  .events-listing .events-calendar .toggle {
    display: none;
  }
}
.events-listing .events-calendar .calendar > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.events-listing .events {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (min-width: 640px) {
  .events-listing .event:not(:last-child) {
    margin-bottom: 40px;
  }
}
.events-listing .load-more {
  margin-top: 40px;
}
@media screen and (min-width: 375px) {
  .events-listing .load-more {
    margin-top: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .events-listing .load-more {
    margin-top: 80px;
  }
}

.page-template-template-locations .footer {
  display: none;
}

@media screen and (min-width: 1024px) {
  .locations-listing {
    height: 100vh;
    margin-bottom: 0 !important;
  }
}
.locations-listing .filters {
  display: grid;
  grid-gap: 16px 30px;
  gap: 16px 30px;
  grid-gap: 16px var(--gap);
  gap: 16px var(--gap);
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .locations-listing .filters {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 375px) {
  .locations-listing .filters {
    margin-bottom: calc( 			40px + ( 					120 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .locations-listing .filters {
    margin-bottom: 120px;
  }
}
.locations-listing .filters-title {
  font-family: arial, sans-serif;
  font-weight: normal;
}
.locations-listing .filters .placeholder {
  order: 2;
}
.locations-listing .filters .placeholder .ss-disabled {
  color: #8e8f91;
}
.locations-listing .filters .ss-deselect {
  order: 1;
  margin-left: -16px;
  font-weight: bold;
  font-size: 24px;
}
.locations-listing .filters .ss-arrow {
  order: 3;
}
.locations-listing .container {
  height: 100%;
}
.locations-listing .map-container {
  position: relative;
  height: 100%;
}
.locations-listing .map {
  position: absolute;
  width: calc(50vw - 30px / 2);
  width: calc(50vw - var(--gap) / 2);
  height: 100%;
  right: 0;
}
.locations-listing .map .control-zoom {
  --p: 60px;
  padding-top: var(--p);
  padding-left: var(--p);
  pointer-events: none;
}
.locations-listing .map .control-zoom button {
  pointer-events: auto;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
  border-radius: 50%;
}
.locations-listing .map .control-zoom button svg {
  display: block;
}
.locations-listing .map .control-zoom-in {
  margin-left: 16px;
}
@media screen and (min-width: 1024px) {
  .locations-listing .content {
    width: 100%;
    height: calc(100% - var(--mt));
    overflow-y: auto;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 1440px) {
  .locations-listing .content {
    width: calc(100% + var(--x));
  }
}
.locations-listing .location {
  margin-bottom: 40px;
}
.locations-listing .location-venue .venue-header {
  pointer-events: none;
}
.locations-listing .location-venue .venue-header .hack-hit-area {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.location {
  display: grid;
  grid-gap: 32px 0;
  gap: 32px 0;
}
@media screen and (min-width: 640px) {
  .location {
    grid-gap: 0 38px;
    gap: 0 38px;
    grid-template-columns: 225px auto;
  }
}
@media screen and (min-width: 1024px) {
  .location {
    grid-template-columns: 130px auto;
  }
}
@media screen and (min-width: 1440px) {
  .location {
    grid-template-columns: 225px auto;
  }
}
.location-image {
  align-self: start;
  position: relative;
  padding-bottom: 81.78%;
}
.location-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-name {
  margin-bottom: 8px;
}
.location-venue {
  border-top: 1px solid #4a6b95;
}
.location-venue:last-child {
  border-bottom: 1px solid #4a6b95;
}
.location-venue .venue-header {
  position: relative;
  width: 100%;
  padding: 14px 8px;
  text-align: left;
}
.location-venue .venue-name {
  font-weight: 700;
}
.location-venue .venue-header {
  display: flex;
  justify-content: space-between;
}
.location-venue .venue-header i {
  transition: -webkit-transform 0.23s ease-out;
  transition: transform 0.23s ease-out;
  transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
  font-size: 24px;
  color: #eb1414;
}
.location-venue .venue-status {
  padding: 0 8px 8px;
  line-height: 24px;
}
.location-venue .venue-timetable {
  overflow: hidden;
}
.location-venue.is-active .venue-header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.location-venue .mabel-bhi-businesshours {
  padding: 2px 8px 12px;
}
.location-venue .mabel-bhi-day {
  padding-right: 24px;
  padding-bottom: 8px;
}
.location-venue .mbhi-is-current {
  font-weight: bold;
}

.map-popup {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 30px) scale(0.95);
          transform: translate(-50%, 30px) scale(0.95);
  width: 100%;
  max-width: 260px;
  min-height: 360px;
  max-height: 500px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 300ms, 400ms;
  transition-timing-function: ease-out, ease-in;
}
.map-popup.visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}
.map-popup .images .image {
  height: 184px;
}
.map-popup .images .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-popup .glide__arrow {
  --size: 32px;
  --p: 8px;
  font-size: 20px;
}
.map-popup .glide__arrow--left {
  left: var(--p);
}
.map-popup .glide__arrow--right {
  right: var(--p);
}
.map-popup .glide__bullets {
  bottom: 8px;
}
.map-popup .glide__bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
}
.map-popup .info {
  padding: 15px;
  display: grid;
  grid-gap: 16px 0;
  gap: 16px 0;
}
.map-popup .info .text .name {
  font-weight: bold;
}
.map-popup .info .text span {
  display: block;
}

.news-listing {
  --margin: 80px;
  margin-bottom: calc(10.5104235266vw + var(--margin));
}
@media screen and (min-width: 375px) {
  .news-listing {
    --margin: calc( 			80px + ( 					160 - 80 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .news-listing {
    --margin: 160px;
  }
}
.news-listing .year-filter {
  margin-bottom: 40px;
  --span: 3;
  grid-column-start: 4;
}
@media screen and (min-width: 375px) {
  .news-listing .year-filter {
    margin-bottom: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .news-listing .year-filter {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 640px) {
  .news-listing .year-filter {
    --span: 2;
    grid-column-start: 5;
  }
}
@media screen and (min-width: 768px) {
  .news-listing .year-filter {
    --span: 4;
    grid-column-start: 9;
  }
}
@media screen and (min-width: 1024px) {
  .news-listing .year-filter {
    --span: 3;
    grid-column-start: 10;
  }
}
.news-listing .category-filter {
  margin-bottom: 40px;
  --span: 3;
  grid-column-start: 1;
}
@media screen and (min-width: 375px) {
  .news-listing .category-filter {
    margin-bottom: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .news-listing .category-filter {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 640px) {
  .news-listing .category-filter {
    --span: 3;
    grid-column-start: 2;
  }
}
@media screen and (min-width: 768px) {
  .news-listing .category-filter {
    --span: 5;
    grid-column-start: 4;
  }
}
@media screen and (min-width: 1024px) {
  .news-listing .category-filter {
    --span: 4;
    grid-column-start: 6;
  }
}
.news-listing .posts {
  grid-row-gap: 40px;
  row-gap: 40px;
}
@media screen and (min-width: 375px) {
  .news-listing .posts {
    grid-row-gap: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
    row-gap: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .news-listing .posts {
    grid-row-gap: 80px;
    row-gap: 80px;
  }
}
.news-listing .load-more {
  margin-top: 60px;
}
@media screen and (min-width: 375px) {
  .news-listing .load-more {
    margin-top: calc( 			60px + ( 					120 - 60 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .news-listing .load-more {
    margin-top: 120px;
  }
}

.section-search-form {
  margin-top: 24px;
  --margin: 40px;
  padding-bottom: var(--margin);
  border-bottom: 1px solid #4a6b95;
}
@media screen and (min-width: 375px) {
  .section-search-form {
    --margin: calc( 			40px + ( 					80 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-search-form {
    --margin: 80px;
  }
}
.section-search-results .search-statistics {
  margin-bottom: 40px;
}
@media screen and (min-width: 375px) {
  .section-search-results .search-statistics {
    margin-bottom: calc( 			40px + ( 					24 - 40 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-search-results .search-statistics {
    margin-bottom: 24px;
  }
}
.section-search-results .current-results {
  font-weight: bold;
}
.section-search-results .results {
  margin-bottom: 80px;
}
.section-search-results .search-result {
  padding: 24px 0;
  border-bottom: 1px solid #4a6b95;
}
.section-search-results .search-result:first-child {
  border-top: 1px solid #4a6b95;
}
.section-search-results .search-result h4 {
  margin-bottom: 8px;
}
@media screen and (min-width: 375px) {
  .section-search-results .search-result h4 {
    margin-bottom: calc( 			8px + ( 					24 - 8 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .section-search-results .search-result h4 {
    margin-bottom: 24px;
  }
}
.section-search-results .search-result h4 a {
  color: inherit !important;
}
.section-search-results .search-result p {
  margin-bottom: 16px;
}

.single-event .section-post-intro {
  --m: 80px;
}
@media screen and (min-width: 375px) {
  .single-event .section-post-intro {
    --m: calc( 			80px + ( 					160 - 80 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .single-event .section-post-intro {
    --m: 160px;
  }
}
.single-event .section-post-intro .card-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .single-event .section-post-intro .card-info {
    left: calc((100% - 4 * 30px) / 5 * 6 + 5.5 * 30px);
    left: calc((100% - 4 * var(--gap)) / 5 * 6 + 5.5 * var(--gap));
    -webkit-transform: translate3d(-50vw, 0, 0);
            transform: translate3d(-50vw, 0, 0);
  }
}
@media screen and (min-width: 1440px) {
  .single-event .section-post-intro .card-info {
    left: calc(100% + 0.5 * 30px);
    left: calc(100% + 0.5 * var(--gap));
  }
}
.single-event .section-post-intro .card-info .bottom {
  position: absolute;
  width: 100%;
  top: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .single-event .section-post-intro .card-info .bottom {
    width: 50vw;
  }
}
.single-event .section-post-intro .content {
  margin-top: 140px;
}
@media screen and (min-width: 375px) {
  .single-event .section-post-intro .content {
    margin-top: calc( 			140px + ( 					240 - 140 				) * (100vw - 375px) / (1024 - 375) 		);
  }
}
@media screen and (min-width: 1024px) {
  .single-event .section-post-intro .content {
    margin-top: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .single-event .section-post-intro .content {
    margin-top: 120px;
  }
}
.single-event .section-post-intro .description > *:last-child {
  margin-bottom: 0;
}
.single-event .section-post-intro .registration-disabled {
  margin-top: 24px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #8e8f91;
}
@media screen and (min-width: 375px) {
  .single-event .section-post-intro .registration-disabled {
    margin-top: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .single-event .section-post-intro .registration-disabled {
    margin-top: 40px;
  }
}
.single-event .section-post-intro .waiting {
  display: none;
}
.single-event .section-post-intro.booked .waiting {
  display: block;
}
.single-event .section-post-intro.booked .register {
  display: none;
}

.single-location .section-post-intro .description {
  margin-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .single-location .section-post-intro .description {
    margin-bottom: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .single-location .section-post-intro .description {
    margin-bottom: 40px;
  }
}
.single-location .section-post-intro .description > *:last-child {
  margin-bottom: 0;
}
.single-location .section-post-intro .address {
  margin-bottom: 16px;
}
.single-location .section-post-intro .links {
  display: grid;
  grid-gap: 16px 0;
  gap: 16px 0;
}
.single-location .section-post-intro .links a {
  display: flex;
}
.single-location .section-venues {
  --margin: 80px;
}

.single-post .section-post-intro .description {
  margin-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .single-post .section-post-intro .description {
    margin-bottom: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .section-post-intro .description {
    margin-bottom: 40px;
  }
}
.single-post .section-post-intro .description > *:last-child {
  margin-bottom: 0;
}
.single-post .section-post-intro .author {
  margin-bottom: 24px;
}
.single-post .section-post-intro .author-recommendation {
  display: flex;
}

.single-staff_pick .section-post-intro .image {
  margin-top: 24px;
}
.single-staff_pick .section-post-intro .image img {
  width: auto;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1), 0px 12px 17px rgba(0, 0, 0, 0.04), 0px 5px 22px rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 1024px) {
  .single-staff_pick .section-post-intro .image {
    margin-top: 0;
    text-align: center;
    height: auto;
  }
  .single-staff_pick .section-post-intro .image img {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.single-staff_pick .section-post-intro .content {
  -webkit-transform: none;
          transform: none;
}
.single-staff_pick .section-post-intro .description {
  margin-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .single-staff_pick .section-post-intro .description {
    margin-bottom: calc( 			24px + ( 					40 - 24 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .single-staff_pick .section-post-intro .description {
    margin-bottom: 40px;
  }
}
.single-staff_pick .section-post-intro .description > *:last-child {
  margin-bottom: 0;
}
.single-staff_pick .section-post-intro .author {
  margin-bottom: 24px;
}
.single-staff_pick .section-post-intro .author-recommendation {
  margin-top: 8px;
  display: flex;
}
.single-staff_pick .section-post-intro .author-recommendation img {
  --size: 24px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  margin-right: 8px;
}
.single-staff_pick .section-post-intro .author .name {
  display: block;
}
@media screen and (min-width: 1280px) {
  .single-staff_pick .section-post-intro .author .name {
    display: inline-block;
  }
  .single-staff_pick .section-post-intro .author .name:after {
    content: ",";
  }
}
.single-staff_pick .section-link {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-staff_pick .section-link {
    text-align: left;
  }
}

.staff-picks-listing {
  --p: 80px;
  padding-bottom: calc(10.5104235266vw + var(--p));
  margin-top: 0 !important;
}
@media screen and (min-width: 375px) {
  .staff-picks-listing {
    --p: calc( 			80px + ( 					160 - 80 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .staff-picks-listing {
    --p: 160px;
  }
}
.staff-picks-listing:before {
  background-color: #5b3695;
}
.staff-picks-listing .target-group-filter {
  margin-bottom: 80px;
  --span: 3;
  grid-column-start: 4;
}
@media screen and (min-width: 375px) {
  .staff-picks-listing .target-group-filter {
    margin-bottom: calc( 			80px + ( 					150 - 80 				) * (100vw - 375px) / (1440 - 375) 		);
  }
}
@media screen and (min-width: 1440px) {
  .staff-picks-listing .target-group-filter {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 640px) {
  .staff-picks-listing .target-group-filter {
    --span: 2;
    grid-column-start: 5;
  }
}
@media screen and (min-width: 768px) {
  .staff-picks-listing .target-group-filter {
    --span: 4;
    grid-column-start: 9;
  }
}
@media screen and (min-width: 1024px) {
  .staff-picks-listing .target-group-filter {
    --span: 3;
    grid-column-start: 10;
  }
}
.staff-picks-listing .target-group-filter label {
  color: #ffffff;
}
.staff-picks-listing .staff-picks {
  grid-row-gap: 110px;
  row-gap: 110px;
}

/*# sourceMappingURL=style.css.map*/