@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.
 */
html {
  line-height: 1.5; /* 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;
}

@font-face {
  font-family: "Suisse-light";
  src: url("../fonts/suisse/SuisseIntl-Light-WebXL.13c3d79fc7b9.woff");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-light-italic";
  src: url("../fonts/suisse/SuisseIntl-LightItalic-WebXL.edb590cbe588.woff");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-regular";
  src: url("../fonts/suisse/SuisseIntl-Regular-WebXL.3a6d8b032cc2.woff");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-bold";
  src: url("../fonts/suisse/SuisseIntl-Bold-WebXL.572fb10eaf8f.woff");
  font-display: swap;
}
@font-face {
  font-family: "Suisse-medium";
  src: url("../fonts/suisse/SuisseIntl-Medium-WebXL.21b6494c3338.woff");
  font-display: swap;
}
@font-face {
  font-family: "America-regular";
  src: url("../fonts/gtamerica/GT-America-Expanded-Regular.d4dbd4ac3fec.woff");
  font-display: swap;
}
@font-face {
  font-family: "America-medium";
  src: url("../fonts/gtamerica/GT-America-Expanded-Medium.14c3fb0467be.woff");
  font-display: swap;
}
/* huidge editie kleur */
/* SCSS */
/* SCSS */
/* SCSS */
img {
  display: none;
}

nav img,
main img,
footer img {
  display: block;
}

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

.esns-background-pattern {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 1152 375' style='enable-background:new 0 0 1152 375' xml:space='preserve'%3E %3Cstyle%3E .st0{fill:none}.st1{fill:%23f5f5f6} %3C/style%3E %3Cpath class='st0' d='M1191.4 306.2V167.6h-30V40.2h-9.4v27.6c.4 2.6.6 5.3.7 8 .1 4.4-.1 8.7-.7 12.8v150.8c12.8 22.5 25.5 44.8 38.3 67.2.4-.1.7-.2 1.1-.4zM1152 67.8V40.2h-12c6.9 8.5 10.6 17.7 12 27.6zM617.7 27.2c16.2 7.1 33.3 12.1 51 12.6 28 .7 55.9.2 83.8.2h5.7V0h-23.9c.8 5.3 1.5 10.3 2.3 15.8h-43.7c-1.9-5.5-3.8-10.6-5.7-15.8h-78.9c-5 10.4-1.2 22.4 9.4 27.2zM341.1 222v84.7h49.7c-16.8-29.3-32.9-57.3-49-85.2-.2.2-.5.4-.7.5zM1058.5-4.4h24.8c.2-.5.4-.8.6-1.3-3.3-2.2-6.2-4.8-9.7-6.4-16.6-7.3-33.5-7.3-50.6-1.3-1.9.7-4.2 1.5-5.6 3-5.6 6.9-13.2 6.3-20.7 5.9-2.2-.1-4.2 0-6.4 0-5.8 0-8.5 1-10 4.5h79.4c-.6-1.4-1.2-2.9-1.8-4.4zM300.2-4.2h24.7c.2-.5.4-.8.6-1.3-3.3-2.2-6.2-4.8-9.7-6.4-16.6-7.3-33.5-7.3-50.6-1.3-1.9.7-4.2 1.5-5.6 3-5.6 6.9-13.2 6.3-20.7 5.9-2.2-.1-4.2 0-6.4 0-5.6 0-8.4.9-10 4.3h79.3c-.5-1.4-1.1-2.8-1.6-4.2zM234.8 28.7c12.1 4.2 24.7 7.1 37.2 10.4 3.4.8 7 1.2 10.4 1.2 26 .1 52.1 0 78 0h6.2V19.2c1.7-.2 3-.5 4.4-.5 13.4 0 26.9.1 40.3-.1 3 0 4.8 1 6.2 3.6 3.1 5.9 5.3 14 10.4 16.8 5.6 3 13.8 1 20.8 1 8.7 0 17.3.2 26-.1 3.5-.1 5.3 1 7 4.1 17.7 31.4 35.6 62.6 53.5 93.9 1 1.7 1.9 3.3 3.6 6.1V40.1h-35.5V19h42.6v20.6h21.7c-4.5-12.9-6.1-25.9-3.4-39.6H349.1c.7 5.3 1.4 10.4 2.2 15.9-2.3.1-4 .4-5.7.4-11.4 0-22.6-.1-34 .1-3.5 0-5.1-.5-5.8-4.6-.7-4-2.3-7.8-3.9-11.8h-79.3c-.7 1.5-1.1 3.4-1.4 5.9-1.4 11.3 2.4 19 13.6 22.8zM685.5-4.7h26.1c-2.8-2.3-4.2-4.1-6.2-5.1-19.7-10.5-39.7-10.9-59.9-1.1-5.8 8.1-14.5 6.3-22.6 6.4-3 0-6.1-.4-9 .1-1.8.2-4 1.5-4.8 2.8-.3.5-.6 1.1-.8 1.6h78.9c-.6-1.6-1.1-3.1-1.7-4.7zM758.2-4.2h-24.5l.6 4.2h23.9v-4.2zM1099.9 221.5c-.2.2-.5.4-.7.5v84.7h49.7c-16.8-29.3-32.9-57.3-49-85.2zM1494.8 15.8h-43.7c-2.5-7.1-5-13.7-7.4-20.5h26.1c-2.8-2.3-4.2-4.1-6.2-5.1-19.7-10.5-39.7-10.9-59.9-1.1-5.8 8.1-14.5 6.3-22.6 6.4-3 0-6.1-.4-9 .1-1.8.2-4 1.5-4.8 2.8-6.2 10.7-2.5 23.8 8.6 28.8 16.2 7.1 33.3 12.1 51 12.6 28 .7 55.9.2 83.8.2h5.7V-4.2h-24.5c1 6.8 1.9 13.1 2.9 20z'/%3E %3Cpath class='st1' d='M311.6 16.4c11.4-.2 22.6-.1 34-.1 1.7 0 3.4-.3 5.7-.4-.8-5.5-1.4-10.6-2.2-15.9h-47.2c1.6 4 3.2 7.8 3.9 11.8.7 4.1 2.3 4.6 5.8 4.6zM736.6 15.8c-.8-5.5-1.5-10.5-2.3-15.8h-47.1c1.9 5.2 3.8 10.3 5.7 15.8h43.7z'/%3E %3Cpath class='st1' d='M565.3 329.3c-5.5-2.8-11.3-5.2-17.2-6.8-23.4-6.1-47-11.7-71.5-17.6V167.1h-29.9V56.2c21.5 37.5 42.5 73.9 63.9 111.2H486v44.1h43.2V167h53.3V40.1h52.3c.8 0 1.4.4 2.1.5 17.3 4.4 34.5 8.7 51.7 13.4 11.4 3.1 22.8 6.4 33.8 10.4 7.7 2.8 11.9 9.2 12.1 17.7.5 11.7-6.4 21.1-19.1 25.5-13.4 4.6-27.5 4.6-41.4 2.8-18.8-2.5-30.7-12.5-33.4-32-.4-3.3-2.3-3.4-4.8-3.4h-39.6c-.1 1.8-.2 2.7-.2 3.5.9 28.1 14.3 48.4 39.5 59.7 33.3 14.9 67.8 15.5 101.6 2.2 32.4-12.7 48.2-44.3 40.3-77.8-1.8-7.9-6.2-15.2-9.2-22.3h26.5v73.5h167.2V74.1h-122V39.8h70.9v-33h-107V0h-45.6v40h-5.7c-27.9 0-55.8.5-83.8-.2-17.7-.5-34.8-5.5-51-12.6-10.6-4.8-14.4-16.8-9.4-27.2h-44.1c-2.6 13.7-1.1 26.7 3.4 39.6h-21.7V19h-42.6v21.1h35.5V144c-1.7-2.8-2.6-4.4-3.6-6.1-17.9-31.3-35.8-62.5-53.5-93.9-1.7-3.1-3.5-4.2-7-4.1-8.7.3-17.3.1-26 .1-7 0-15.2 2-20.8-1-5.1-2.8-7.3-10.9-10.4-16.8-1.4-2.6-3.2-3.6-6.2-3.6-13.4.2-26.9.1-40.3.1-1.4 0-2.7.3-4.4.5v21.1h-6.2c-25.9 0-52 .1-78 0-3.4 0-7-.4-10.4-1.2-12.5-3.3-25.1-6.2-37.2-10.4-11.2-3.8-15-11.5-13.7-22.8.3-2.5.8-4.4 1.4-5.9h-42.9c-2 11.9-1.4 23.4 1.9 34.8 1.1 3.8 2.8 5.5 7.3 5.4 19.3-.3 38.7-.1 57.9-.1 1.8 0 3.9.1 5.7.6 17.1 4.3 34.3 8.6 51.2 13.3 11.7 3.3 23.6 6.3 34.7 10.9 9.8 4 13 12.7 10.9 23.2-2.4 12.4-11.3 18.8-22.3 20.6-12.1 2-24.6 2.9-36.8 1.9-16.6-1.4-29.2-9.5-33.4-26.9-.6-2.8-1.2-5.4-1.8-8.2h-43.7c0 2.9-.2 5.3-.1 7.7 2.9 28.3 18.5 47.4 44.5 57.4 30 11.6 60.9 11.9 91.4 1.9 30.5-10.2 48.2-35.8 47.2-66.7-.4-13-4-24.9-12.7-35.6h21.7v127.4h30v138.6c-.4.2-.7.3-1.1.4-26.3-46.1-52.5-92.2-79.4-139.3h41v-11.5h-43v11.7h-52.9v138.9c3.4 0 6.4.3 9.3-.1 4.3-.4 6.6 1.2 8.7 5 8.7 15.6 18.4 30.6 26.3 46.6 5.5 11.2 12.3 16.3 25.1 14.6 10.4-1.3 21-.2 32.3-.2v-65.7c5.7 0 10.5-.3 15.5.1 1.3.1 3.2 1.6 3.6 2.8 5.5 16.4 16.9 26.9 32.9 32 17.2 5.4 34.8 9.2 52.1 14 12.4 3.5 25.4 6.5 36.9 12.2 6.3 3.1 11.8 4.8 18.5 4.7 11.8-.1 23.6 0 35.6 0-2.2-20.1-11.7-34.4-29.3-43.1zm-224.2-22.6V222c.2-.1.5-.3.7-.5 16.1 27.9 32.2 55.9 49 85.2h-49.7z'/%3E %3Cpath class='st1' d='M35.8 113.9h167.3V74H81.2V39.7h70.7v-33H45.2V0H0v40.1h35.8zM618.6 224.8c-27.3-10.4-55.3-9.6-82.9 0-13.3 4.6-23.8 13.2-31.7 24.7-11.9 17.4-13 36.6-8.8 56.5h63.1c-4.9-2.1-9.1-3.7-13.1-5.9-6.5-3.8-9.5-9.7-9.4-17.2.3-11 6.3-18.2 16-22.3 14-6 28.6-5.7 43.1-2.1s24 12.3 25.9 27.8c.3 3.1 2.2 3.5 4.7 3.5h39.9c0-1.7 0-2.6-.1-3.6-1.8-30.9-18.7-50.7-46.7-61.4zM170.4 306.9c-4.9.1-8.4-1.6-10.5-5.6-2.8-5.7-5.4-11.5-7-17.6-1-3.7-2.3-4.5-5.6-4.4-8.5.1-16.9 0-25.4 0H107c1.7 9.7 3.2 18.4 4.8 27.4h46.4c-1.7 1.9-3.5 3.3-5.6 4-18.6 6.5-37.7 7.6-55.9.2-8.4-3.4-16.3-4.6-24.9-4.5H36c.1 1.2 0 1.7.2 2.2.8 1.7 1.5 3.5 2.5 5.2 8.9 15.7 22.4 25.6 39 31.8 19.8 7.3 40.3 8.5 61.1 6.8 17.3-1.4 33.6-5.8 47.9-16.3 10.2-7.6 18.3-17 23-29.8-13.5 0-26.3-.2-39.3.6zM929.3 306.3c-4.8.1-8.3-1.4-10.2-5.2-3.5-6.8-6.3-14.1-9.7-21.8h-43.3c1.1 6.9 2 13.3 3 19.7.9 5.2 3 8 9.1 7.3 6-.7 12.3-.1 18.5-.1H917c0 .5.1.8.2 1.3-2.9 1.5-5.7 3.5-8.8 4-9.8 1.5-19.9 3.4-29.8 3.6-10.7.4-21.4-1.7-30.7-8-.8-.6-2-.8-3-.8h-51c1.5 3.3 2.5 5.4 3.4 7.4 7.8 13.8 19.4 23.2 33.7 29.5 21.1 9.3 43.4 10.9 66 9.1 17.4-1.3 33.8-5.7 48.1-16.1 10.4-7.6 18.6-17.2 23.4-30-13.4 0-26.4-.3-39.2.1zM233.3 173.4c2.9 5.9 5.2 12.1 8 18.5H285.1c-1.6-8.6-3.1-16.5-4.6-24.1-10.2-1-10.1-1-15.3-9.1-1.1-1.7-3.8-3.3-5.7-3.3-13.4-.2-26.9-.1-40.3-.1-1.4 0-2.7.4-3.9.5v11.7c7-.3 14.2-1.6 18 5.9z'/%3E %3Cpath class='st1' d='M1012.1 228c-14.1-4.8-28.8-7.8-43.3-11.7-13.4-3.6-27.1-6.5-40.3-10.9-12-3.9-16.4-11.9-14.9-23.6 1.3-9.6 6.5-14.3 15.9-14.3h26.4c-1.2-2.6-1.9-4.4-2.7-6.1-8.5-17.4-22.9-27.5-40.2-34.3-21.3-8.3-43.4-8.4-65.7-4.5-18.4 3.1-34.4 10.9-45.9 26-4.4 5.7-7.5 12.2-11.4 18.5h-27.5v-11.4H600.2v11.4c-2.3.2-4.1.5-6.4.7 6.9 12 14.1 23.1 19.9 35 3.6 7.5 8.3 9.8 16.3 9.3 11.5-.7 23.3-.2 35.5-.2v-44.2h17.8V306h45.2v-26.4h107.1v-38.5H728.7V194h116.6v-26.4c-1.6-.1-3-.4-4.7-.6 11.8-11.7 52-10.4 61.4.5h-29.1c-.9 6.1-2.3 12.1-2.5 18-.9 26.5 8.1 48.7 36.7 58.3 15.2 5.1 30.9 8.5 46.4 12.7 13.1 3.7 26.5 6.4 39 11.4 14.5 5.8 17.6 22.7 7.4 34.7-1.7 2-4.8 3.4-7.5 3.6-5.3.5-10.9.1-16.2.1v66h30.4l12.1-.5v-65.3c8.3 0 15.9-.1 23.4.1 2.9 0 4.4-.8 5.2-3.8 7.4-26.3 3.1-61.7-35.2-74.8zM253.2 227.9c-14.1-4.8-28.8-7.8-43.3-11.7-13.4-3.6-27.1-6.7-40.3-10.9-11.9-3.9-16.1-11.3-15-23 .8-10.2 6-15 16.2-15h25.9c-1-2.6-1.7-4.4-2.5-6.1-7.8-16.4-21.4-26.4-37.6-33.3-21.9-9.3-44.7-9.6-67.7-5.7-18.7 3.1-35 11-46.7 26.5-4 5.3-7 11.5-11.1 18.4H79c.8 0 1.7-.3 2.4-.8 14.1-9.2 29.8-9 45.5-6.3 5.5 1 10.8 3.8 16.2 5.7-.2.6-.4 1.1-.6 1.7h-28.3c-1 5.8-2.5 11.5-2.7 17.2-1.2 27 8 49.6 36.8 59.3 13.6 4.6 27.5 7.7 41.3 11.5 14.6 3.9 29.7 7 43.7 12.3 14.7 5.5 18 22.5 8 34.6-1.8 2.2-5.2 3.4-8 3.9-4.1.6-8.3.1-12.8.1v65.9h27.2l15.7-.5v-65.5c7 0 13.6-.1 20.3.1 2.8 0 4-.9 4.7-3.6 7.4-26.7 2.7-61.7-35.2-74.8zM1069.9 16.2c11.4-.2 22.6-.1 34-.1 1.7 0 3.4-.3 5.7-.4-.8-5.4-1.4-10.5-2.2-15.7h-47.2c1.6 3.9 3.1 7.7 3.8 11.6.8 4.1 2.4 4.6 5.9 4.6zM1152.7 75.8c-.1-2.7-.3-5.4-.7-8v20.8c.6-4.1.8-8.4.7-12.8zM1110.9 167.3h41v-11.5h-43v11.7H1056v138.9c3.4 0 6.4.3 9.3-.1 4.3-.4 6.6 1.2 8.7 5 8.7 15.6 18.4 30.6 26.3 46.6 5.5 11.2 12.3 16.3 25.1 14.6 8.6-1.1 17.4-.5 26.6-.3V239.4c-13.6-23.9-27.3-47.9-41.1-72.1zm-11.7 139.4V222c.2-.1.5-.3.7-.5 16.1 27.9 32.2 55.9 49 85.2h-49.7z'/%3E %3Cpath class='st1' d='M1140 40.2h12V18.7h-22.6c-1.4 0-2.7.3-4.4.5v20.9h-6.2c-25.9 0-52 .1-78 0-3.4 0-7-.4-10.4-1.2-12.5-3.3-25.1-6.2-37.2-10.4-11.2-3.8-15-11.5-13.7-22.8.3-2.4.7-4.3 1.4-5.7h-43c-2 11.9-1.4 23.4 1.9 34.8 1.1 3.8 2.8 5.5 7.3 5.4 19.3-.3 38.7-.1 57.9-.1 1.8 0 3.9.1 5.7.6 17.1 4.3 34.3 8.6 51.2 13.3 11.7 3.3 23.6 6.3 34.7 10.9 9.8 4 13 12.7 10.9 23.2-2.4 12.4-11.3 18.8-22.3 20.6-12.1 2-24.6 2.9-36.8 1.9-16.6-1.4-29.2-9.5-33.4-26.9-.6-2.8-1.2-5.4-1.8-8.2h-43.7c0 2.9-.2 5.3.2 7.7 2.9 28.3 18.5 47.4 44.5 57.4 30 11.6 60.9 11.9 91.4 1.9 26.2-8.8 42.9-28.9 46.5-53.9V67.8c-1.5-9.9-5.2-19.1-12.1-27.6zM991.4 173.4c2.9 5.9 5.2 12.1 8 18.5H1043.2c-1.6-8.6-3.1-16.5-4.6-24.1-10.2-1-10.1-1-15.3-9.1-1.1-1.7-3.8-3.3-5.7-3.3-13.4-.2-26.9-.1-40.3-.1-1.4 0-2.7.4-3.9.5v11.7c7-.3 14.2-1.6 18 5.9z'/%3E %3C/svg%3E");
}

.masked-media {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #B1B4BC;
}
.masked-media__item {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.masked-media--home-festival {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 548' preserveAspectRatio='none'%3E%3Cpath d='M269.65 0V4.62438H105.257V23.3988H0L0.252991 528.223H127.873V545.261H292.896V548H484.506V536.14H643.941V510.968H710.253L710 33.6203H625.811V10.027H464.795V0H269.65Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 548' preserveAspectRatio='none'%3E%3Cpath d='M269.65 0V4.62438H105.257V23.3988H0L0.252991 528.223H127.873V545.261H292.896V548H484.506V536.14H643.941V510.968H710.253L710 33.6203H625.811V10.027H464.795V0H269.65Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.masked-media--home-conference {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 548' preserveAspectRatio='none'%3E%3Cpath d='M269.65 0V4.62438H105.257V23.3988H0L0.252991 528.223H127.873V545.261H292.896V548H484.506V536.14H643.941V510.968H710.253L710 33.6203H625.811V10.027H464.795V0H269.65Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 548' preserveAspectRatio='none'%3E%3Cpath d='M269.65 0V4.62438H105.257V23.3988H0L0.252991 528.223H127.873V545.261H292.896V548H484.506V536.14H643.941V510.968H710.253L710 33.6203H625.811V10.027H464.795V0H269.65Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
@media only screen and (min-width: 992px) {
  .masked-media--home-conference {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 549' preserveAspectRatio='none'%3E%3Cpath d='M216.572 0V14.6244H52.179V33.3988H0L1.53754 529.223H61.3405V546.261H226.363V549H322.168H417.973V537.14H577.416V511.968H637.107H710V33.6203H572.741V10.027H411.718V0H216.572Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 549' preserveAspectRatio='none'%3E%3Cpath d='M216.572 0V14.6244H52.179V33.3988H0L1.53754 529.223H61.3405V546.261H226.363V549H322.168H417.973V537.14H577.416V511.968H637.107H710V33.6203H572.741V10.027H411.718V0H216.572Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.masked-media--subhome-left {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 548' preserveAspectRatio='none'%3E%3Cpath d='M269.65 0V4.62438H105.257V23.3988H0V548H710.253L710 33.6203H625.811V10.027H464.795V0H269.65Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 710 548' preserveAspectRatio='none'%3E%3Cpath d='M269.65 0V4.62438H105.257V23.3988H0V548H710.253L710 33.6203H625.811V10.027H464.795V0H269.65Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
@media only screen and (min-width: 992px) {
  .masked-media--subhome-left {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 543 710' preserveAspectRatio='none'%3E%3Cpath d='M217.193 0V14.7751H134.492V54.0166H64.1658V111.749H16.9461V179.173H0V538.268H15.9223V605.127H62.277V661.244H132.021V698.067H214.519V710H337.881V695.216H419.593V655.975H487.263V598.251H530.599V530.827H543V171.732H522.568V104.873H472.435V48.7561H400.211V11.9331H316.902V0H217.193Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 543 710' preserveAspectRatio='none'%3E%3Cpath d='M217.193 0V14.7751H134.492V54.0166H64.1658V111.749H16.9461V179.173H0V538.268H15.9223V605.127H62.277V661.244H132.021V698.067H214.519V710H337.881V695.216H419.593V655.975H487.263V598.251H530.599V530.827H543V171.732H522.568V104.873H472.435V48.7561H400.211V11.9331H316.902V0H217.193Z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.masked-media--shortcut-banner {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 873 265' preserveAspectRatio='none'%3E%3Cpath d='M252.73 0V5.33883H137.719V28.8516H46.3589V59.0379H-0.756106L-1 228.414H56.9941V257.915H152.304V265H770.641V240.015H846.619V207.69H873.757L874 71.3154H839.729V39.4561H759.857V13.1277H652.293V0H252.73Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 873 265' preserveAspectRatio='none'%3E%3Cpath d='M252.73 0V5.33883H137.719V28.8516H46.3589V59.0379H-0.756106L-1 228.414H56.9941V257.915H152.304V265H770.641V240.015H846.619V207.69H873.757L874 71.3154H839.729V39.4561H759.857V13.1277H652.293V0H252.73Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 873px 100%;
  mask-size: 873px 100%;
  -webkit-mask-position: left top;
  mask-position: left top;
}
@media only screen and (min-width: 992px) {
  .masked-media--shortcut-banner {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.masked-media--shortcut-banner-filled {
  -webkit-mask-image: none;
  mask-image: none;
}

.template-mailchimp-form form {
  margin: 20px 10px;
}
.template-mailchimp-form form::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .template-mailchimp-form form {
    margin: 20px 0;
  }
}
.template-mailchimp-form input[type=text],
.template-mailchimp-form input[type=email] {
  padding: 10px;
}
.template-mailchimp-form label {
  float: left;
  clear: both;
}
.template-mailchimp-form .field-newsletters {
  margin: 20px 0;
  clear: both;
}
.template-mailchimp-form .field-newsletters > label {
  display: none;
}
.template-mailchimp-form .field-newsletters input,
.template-mailchimp-form .field-newsletters label {
  float: none;
}
.template-mailchimp-form .field-accept_terms {
  margin: 20px 0;
  clear: both;
}
.template-mailchimp-form .field-accept_terms label {
  display: none;
}
.template-mailchimp-form .field-accept_terms .help {
  float: left;
  margin: 5px;
}

body {
  font-family: "Suisse-light";
  overflow-x: hidden;
  background-color: #ffffff;
}

strong {
  font-family: "Suisse-regular";
}

.visually-hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.bg_color--white {
  background-color: #ffffff;
}
.bg_color--lightgrey {
  background-color: #F5F5F6;
}
.bg_color--grey {
  background-color: #E5E5E6;
}
.bg_color--darkgrey {
  background-color: #B1B4BC;
}
.bg_color--blue {
  background-color: #0062ff;
  color: #ffffff;
}
.bg_color--black {
  background-color: #000000;
  color: #ffffff;
}

sub,
sup {
  line-height: 1;
}

.template-basicpage main,
.template-newspage main,
.template-timetable main {
  overflow-x: hidden;
  width: 100%;
}

h1 {
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Suisse-regular";
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 10px 0;
}

h3 {
  font-family: "Suisse-regular";
  font-size: 1.375rem;
  font-weight: normal;
  letter-spacing: -0.75px;
  line-height: 1.1;
}

p a,
ul a {
  border-bottom: 1px solid #000000;
  color: #000000;
  position: relative;
  text-decoration: none;
}
p a:after,
ul a:after {
  border-bottom: 1px solid #E5E5E6;
  bottom: -1px;
  content: " ";
  left: 0;
  position: absolute;
  transition: width 0.2s ease-in-out;
  width: 0;
}
p a:hover:after,
ul a:hover:after {
  width: 100%;
}

.messages {
  background-color: #0062ff;
  margin: 0;
  padding: 10px 40px;
}

/* The container must be positioned relative: */
.custom-select {
  font-size: 0.875rem;
  width: 100%;
  position: relative;
  float: left;
  clear: both;
  font-family: "America-regular";
  text-transform: uppercase;
  color: #000000;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='34px' height='34px' viewBox='0 0 34 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Overzicht-delegates' transform='translate(-18.000000, -203.000000)'%3E %3Cg id='dropdown' transform='translate(18.000000, 200.000000)'%3E %3Cg id='Group-4' transform='translate(0.000000, 3.000000)'%3E %3Cg transform='translate(11.939068, 14.520000)' fill='%230062ff' fill-rule='nonzero'%3E %3Cpolygon id='Path' points='1.18 0 5 3.84 8.82 0 10 1.18 5 6.18 0 1.18'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
}

/* Point the arrow upwards when the select box is open (active): */
/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #000000;
  padding: 10px 16px 10px 40px;
  cursor: pointer;
}

.select-items div {
  font-size: 0.8rem;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.block-spacer {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .block-spacer {
    margin: 25px 0;
  }
}

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

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

.container {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 700px;
  }
}
.template-teamindex-page .container {
  margin: 0;
}

.container--smallspaced {
  width: 100%;
  margin: 150px auto;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .container--smallspaced {
    padding: 0;
  }
}

.container--spaced {
  width: 100%;
  margin: 150px auto 50px;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .container--spaced {
    max-width: 700px;
    margin: 250px auto 150px;
  }
}

.container-xl {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .container-xl {
    max-width: 820px;
  }
}
.template-teamindex-page .container-xl {
  margin: 0;
}

.container-xxl {
  width: 100%;
  margin: 0 auto;
}
.container-xxl::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .container-xxl {
    max-width: 1180px;
  }
}

.fullwidth-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.fullwidth-container::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .fullwidth-container {
    position: relative;
  }
}

.mobile-nav-margin {
  top: 195px;
}
@media only screen and (min-width: 992px) {
  .mobile-nav-margin {
    top: 0;
  }
}

.fullwidth-container-relative {
  top: 0;
  width: 100%;
}
.fullwidth-container-relative::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .fullwidth-container-relative {
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .content-with-sidebar {
    display: flex;
  }
}

/** See sidebar.scss */
.content {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .content {
    width: 75%;
  }
  .content .content_inner {
    padding: 20px;
  }
}

.sub-home-page__switch {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .sub-home-page__switch {
    flex-direction: row;
  }
  .sub-home-page__switch .block-bg_color_text__content {
    flex: 1 1 0;
  }
}
@media only screen and (min-width: 992px) {
  .sub-home-page__column {
    float: left;
  }
  .sub-home-page__column--sticky {
    position: sticky;
    top: 132px;
    transition: top 0.3s ease;
    height: auto;
    width: 40%;
  }
  .sub-home-page__column--sticky.nav-hidden {
    top: 0;
  }
  .sub-home-page__column--right {
    width: 60%;
    float: right;
  }
}

* {
  box-sizing: border-box;
}

.homepage-hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .homepage-hero {
    flex-direction: row;
    gap: 20px;
  }
}
.homepage-hero__tile {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .homepage-hero__tile {
    width: calc(50% - 10px);
  }
}
.homepage-hero__tile .masked-media {
  height: 305px;
}
@media only screen and (min-width: 992px) {
  .homepage-hero__tile .masked-media {
    height: 599px;
  }
}
.homepage-hero__labels {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  left: 11px;
  top: 50px;
  min-width: 175px;
  max-width: calc(100% - 22px);
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .homepage-hero__labels {
    gap: 15px;
    left: 30px;
    top: 70px;
  }
}
.homepage-hero__labels .hero-label {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .homepage-hero__tile--festival .homepage-hero__labels {
    min-width: 329px;
  }
}
@media only screen and (min-width: 992px) {
  .homepage-hero__tile--conference .homepage-hero__labels {
    min-width: 431px;
  }
}

.homepage-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 25px 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .homepage-intro {
    gap: 20px;
    padding: 30px 30px 0;
    margin-bottom: 50px;
  }
}
.homepage-intro__text {
  width: 100%;
  font-family: "Suisse-regular";
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -1.2px;
  max-width: 1372px;
}
@media only screen and (min-width: 992px) {
  .homepage-intro__text {
    font-size: 2rem;
  }
}

.navigation {
  z-index: 1000;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 0.5s;
}
.navigation::after {
  clear: both;
  content: "";
  display: block;
}
.navigation--closed {
  top: -195px;
}
@media only screen and (min-width: 992px) {
  .navigation--closed {
    top: -132px;
  }
}
.navigation__strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 15px;
  background-color: #000000;
  font-family: "Suisse-medium";
  font-size: 1.125rem;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .navigation__strip {
    padding: 0 16px;
  }
}
.navigation__bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  gap: 10px 8px;
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .navigation__bar {
    flex-wrap: nowrap;
    gap: 15px;
    height: 92px;
    padding: 0 16px;
  }
}
.navigation__logo {
  display: block;
  flex-shrink: 0;
  width: 60px;
  height: 42.45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/svg/nav-logo.1bff9ceb753f.svg");
}
@media only screen and (min-width: 992px) {
  .navigation__logo {
    width: 75px;
    height: 53.6px;
  }
}
.navigation__toggle {
  order: 3;
  width: 100%;
  display: flex;
  gap: 10px;
}
.navigation__toggle .button-menu {
  flex: 0 1 auto;
}
@media only screen and (min-width: 992px) {
  .navigation__toggle {
    order: 0;
    width: auto;
    gap: 15px;
    margin-left: 27px;
  }
  .navigation__toggle .button-menu {
    flex: none;
  }
}
.navigation__right {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.navigation__right .navigation__buttons {
  order: 1;
}
.navigation__right .hamburger {
  order: 2;
}
.navigation__right .navigation__language {
  order: 3;
}
.navigation__right .navigation__icon--login {
  order: 4;
}
@media only screen and (min-width: 992px) {
  .navigation__right {
    gap: 24px;
  }
  .navigation__right .navigation__buttons,
  .navigation__right .hamburger,
  .navigation__right .navigation__language,
  .navigation__right .navigation__icon--login {
    order: 0;
  }
}
.navigation__language {
  display: flex;
  align-items: center;
}
.navigation__language-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-family: "Suisse-light";
  font-size: 1rem;
  text-transform: uppercase;
  color: #000000;
  transition: color 0.2s ease;
}
@media only screen and (min-width: 992px) {
  .navigation__language-link {
    display: inline;
    min-height: 0;
    font-size: 1.5rem;
  }
}
.navigation__language-link:hover {
  color: #0062ff;
}
.navigation__language-link--active {
  font-family: "Suisse-medium";
}
.navigation__language-link--active:hover {
  color: #000000;
}
.navigation__language-link:not(:last-child)::after {
  content: "|";
  margin: 0 4px;
  font-family: "Suisse-light";
}
.navigation__buttons {
  display: flex;
  gap: 10px;
}
.navigation__buttons .button-square {
  display: none;
}
.navigation__buttons .navigation__button--tickets {
  display: inline-flex;
  padding: 11px 10px;
  font-size: 0.875rem;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  .navigation__buttons .button-square {
    display: inline-flex;
  }
  .navigation__buttons .navigation__button--tickets {
    padding: 8px;
    font-size: 1.125rem;
    line-height: 18px;
  }
}

.navigation__icon--login {
  display: block;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 26px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='29' viewBox='0 0 22 29' fill='none'%3E%3Cg%3E%3Cpath d='M10.9988 14.5H0V29H22V14.5H10.9988Z' fill='%231D1D1B'/%3E%3Cpath d='M10.9986 14.5024C15.0308 14.5024 18.2995 11.2559 18.2995 7.25121C18.2995 3.24648 15.0308 0 10.9986 0C6.96646 0 3.69775 3.24648 3.69775 7.25121C3.69775 11.2559 6.96646 14.5024 10.9986 14.5024Z' fill='%231D1D1B'/%3E%3C/g%3E%3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .navigation__icon--login {
    width: 22px;
    height: 29px;
    background-size: contain;
  }
}
.navigation__icon--login:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='29' viewBox='0 0 22 29' fill='none'%3E%3Cg%3E%3Cpath d='M10.9988 14.5H0V29H22V14.5H10.9988Z' fill='%230062ff'/%3E%3Cpath d='M10.9986 14.5024C15.0308 14.5024 18.2995 11.2559 18.2995 7.25121C18.2995 3.24648 15.0308 0 10.9986 0C6.96646 0 3.69775 3.24648 3.69775 7.25121C3.69775 11.2559 6.96646 14.5024 10.9986 14.5024Z' fill='%230062ff'/%3E%3C/g%3E%3C/svg%3E");
}

.navigation__right .hamburger {
  font-family: "Suisse-medium";
  float: none;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  padding: 12px 10px;
  font-size: 0.875rem;
  line-height: 20px;
}
@media only screen and (min-width: 992px) {
  .navigation__right .hamburger {
    padding: 9px 16px;
    font-size: 1.125rem;
    line-height: 18px;
  }
}

@media only screen and (max-width: 359px) {
  .navigation__bar {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .navigation__logo {
    width: 52px;
    height: 36.79px;
  }
  .navigation__right {
    gap: 6px;
  }
  .navigation__right .navigation__button--tickets,
  .navigation__right .hamburger {
    padding-right: 8px;
    padding-left: 8px;
  }
  .navigation__right .navigation__language-link {
    font-size: 0.875rem;
  }
}
main {
  margin-top: 195px;
  margin-bottom: 50px;
}
.template-sub-home-page main {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  main {
    margin-top: 132px;
  }
}

.fc-switch {
  display: flex;
  line-height: 60px;
  letter-spacing: -1px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.fc-switch:hover .fc-switch__festival:not(:hover) {
  width: 30%;
}
.fc-switch__festival {
  font-size: 1.4rem;
  padding: 0 15px;
  font-family: "Suisse-regular";
  text-decoration: none;
  color: #B1B4BC;
  background-color: #000000;
  display: block;
  text-align: center;
  width: 50%;
  transition: width 1s;
}
@media only screen and (min-width: 992px) {
  .fc-switch__festival {
    font-size: 1.75rem;
  }
}
.fc-switch--festival .fc-switch__festival {
  background-color: #0062ff;
  color: #000000;
}
.fc-switch--festival .fc-switch__festival {
  width: 70%;
}
.fc-switch--conference .fc-switch__festival {
  width: 30%;
}
.section-conference .fc-switch__festival {
  width: 30%;
}
.fc-switch__festival:hover {
  width: 70%;
}
.fc-switch__conference {
  font-size: 1.4rem;
  padding: 0 15px;
  font-family: "Suisse-regular";
  text-decoration: none;
  color: #000000;
  background-color: #B1B4BC;
  flex-grow: 1;
  width: auto;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .fc-switch__conference {
    font-size: 1.75rem;
  }
}
.fc-switch--conference .fc-switch__conference, .section-conference .fc-switch__conference {
  background-color: #0062ff;
  color: #000000;
}

.nav-fullscreen {
  position: fixed;
  width: 100%;
  display: flex;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  padding-top: 195px;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  transition: opacity 0.2s, visibility 0.2s;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (min-width: 992px) {
  .nav-fullscreen {
    padding-top: 132px;
  }
}
.nav-fullscreen--open {
  opacity: 1;
  visibility: visible;
}
.nav-fullscreen__logo {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 140px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='155' height='42' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpath id='a' d='M0 0h20.938v26.9H0z'/%3E %3Cpath id='c' d='M0 0h32.95v28.712H0z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M103.996 21.67c-.97-.772-2.426-1.39-4.369-1.851l-4.432-1.055c-1.71-.403-2.828-.755-3.355-1.055-.82-.45-1.23-1.131-1.23-2.042 0-.991.416-1.764 1.248-2.318.831-.553 1.943-.83 3.337-.83 1.253 0 2.3.214 3.144.64 1.265.646 1.944 1.736 2.038 3.27h5.071c-.092-2.71-1.09-4.778-2.992-6.202-1.902-1.424-4.2-2.137-6.895-2.137-3.226 0-5.67.756-7.336 2.267-1.665 1.511-2.498 3.407-2.498 5.69 0 2.504.851 4.343 2.553 5.52 1.005.703 2.852 1.354 5.539 1.954l2.734.605c1.6.346 2.77.745 3.507 1.194.736.461 1.105 1.113 1.105 1.955 0 1.441-.753 2.428-2.257 2.958-.793.277-1.825.415-3.096.415-2.123 0-3.622-.524-4.496-1.574-.479-.577-.8-1.447-.963-2.612h-5.037c0 2.653.952 4.737 2.857 6.253 1.906 1.517 4.521 2.276 7.846 2.276 3.255 0 5.775-.77 7.558-2.31 1.785-1.54 2.677-3.474 2.677-5.804 0-2.272-.753-4.007-2.258-5.206M68.456 23.193h12.268v-4.43H68.456V13.35H81.82V8.834H63.298v25.5h19.14v-4.585H68.456zM125.427 26.614l-10.026-17.78h-5.532v25.5h4.917V16.24l10.281 18.092h5.277V8.834h-4.917z' fill='%23FFFFFF'/%3E %3Cg transform='translate(134.062 8.09)'%3E%3Cpath d='M18.679 13.58c-.97-.773-2.426-1.39-4.368-1.851L9.88 10.673c-1.71-.402-2.829-.755-3.356-1.055-.82-.45-1.23-1.13-1.23-2.041 0-.992.416-1.764 1.248-2.319.831-.552 1.944-.83 3.337-.83 1.253 0 2.301.214 3.145.64 1.265.646 1.944 1.736 2.038 3.27h5.071c-.093-2.71-1.09-4.777-2.992-6.201C15.237.713 12.94 0 10.245 0 7.02 0 4.574.756 2.908 2.266 1.243 3.778.411 5.674.411 7.957c0 2.503.85 4.343 2.553 5.519 1.005.703 2.851 1.355 5.538 1.955l2.734.605c1.601.346 2.77.744 3.507 1.194.737.461 1.106 1.113 1.106 1.955 0 1.44-.753 2.427-2.258 2.958-.793.277-1.824.415-3.096.415-2.123 0-3.621-.524-4.496-1.574-.478-.578-.798-1.447-.962-2.613H0c0 2.653.952 4.737 2.857 6.254 1.905 1.516 4.52 2.275 7.845 2.275 3.256 0 5.776-.77 7.56-2.31 1.783-1.54 2.676-3.474 2.676-5.803 0-2.272-.754-4.008-2.26-5.207' fill='%23FFFFFF' /%3E %3C/g%3E %3Cg transform='translate(25.813 13.288)'%3E %3Cpath d='M28.935 4.117c1.373 6.457-.853 13.155-5.876 17.302-1.255 1.018-4.129 1.597-2.145 3.671l.09.105c-5.043-1.002-7.675 1.513-14.925-.812-1.31-.42-2.534-1.027-3.603-1.943A15.771 15.771 0 0 1 0 24.75a20.57 20.57 0 0 0 10.144 3.863c11.433 1.119 21.6-7.33 22.709-18.875A21.08 21.08 0 0 0 31.495 0l-2.56 4.117Z' fill='%23FFFFFF' /%3E %3C/g%3E %3Cpath d='M45.58 5.87c1.523.862 3.078 1.728 4.326 3.114a99.593 99.593 0 0 1 4.08-1.374C50.602 3.485 45.668.657 39.973.1c-7.128-.7-13.765 2.324-18.02 7.496 1.599.278 3.228.495 4.9.623 5.152-4.458 12.667-5.472 18.726-2.35M17.368 23.89a21.03 21.03 0 0 0 2.703 7.805c.666-1.173 1.297-2.369 2.08-3.281-.513-1.669-1.031-3.311-1.382-4.999-.98.026-2.183.286-3.401.474' fill='%23FFFFFF'/%3E %3Cpath d='M30.525 8.481c4.79.273 9.697.333 14.295-.383-4.253-2.2-10.308-2.34-14.295.383M46.419 28.91l2.62-4.866 7.304-12.871 1.588-2.798-2.286.718-.25.457c-3.274 6.005-6.629 12.005-9.6 18.164l.624 1.197ZM31.36 12.487c.443-.605.921-1.24 1.211-1.925a122.917 122.917 0 0 1-11.803-1.376C13.421 7.951 6.375 5.966 0 2.897l.614 4.99c5.743 2.364 12.177 3.299 18.694 3.831 4.034.33 8.099.505 12.052.769M45.61 8.563l-2.062 3.074 3.867-1.762zM53.94 9.476l-1.833.664-7.661 14.518.654 1.595c2.856-5.655 5.972-11.35 8.84-16.777M50.584 10.64l-1.86.954c-1.946 3.536-3.74 7.188-5.57 10.835l.714 1.269 6.716-13.057Z' fill='%23FFFFFF'/%3E %3Cpath d='M29.664 33.82c2.911 2.101 7.119 3.096 10.788 2.356l-1.032-4.49c-1.288-7.325 3.828-12.912 6.506-18.714-8.664 4.6-11.238 13.687-16.262 20.848M17.57 16.895c6.166-.2 11.882-.866 11.882-.866l.9-1.76c-3.85.021-7.864-.197-11.892-.563-4.815-.438-9.65-1.088-14.25-1.803.315 1.392.333 2.883.916 4.176 2.91.856 7.804.966 12.443.816M28.143 17.879c-3.57.465-7.205.721-10.855.91-1.437.073-2.877.137-4.316.197.248 1.095.499 2.158 1.177 3.133a35.89 35.89 0 0 0 3.047.003c3.196-.13 6.263-.66 9.285-1.326l1.662-2.917ZM52.75 20.841c-2.3 4.218-5.413 8.192-6.317 12.934 4.253-3.15 6.545-7.626 6.317-12.934M23.718 25.486l1.459-2.482c-.708-.004-1.333.162-1.983.258l.524 2.224Z' fill='%23FFFFFF'/%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .nav-fullscreen__logo {
    top: 50px;
    left: 50px;
    width: 155px;
    height: 42px;
  }
}
.nav-fullscreen__streamer {
  max-width: 480px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Suisse-regular";
  font-size: 3.5rem;
  line-height: 1.1;
  color: #0062ff;
}
.nav-fullscreen__language {
  position: absolute;
  top: 80px;
  left: 15px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .nav-fullscreen__language {
    display: none;
  }
}
.nav-fullscreen__language .navigation__language-link {
  color: #ffffff;
}
.nav-fullscreen__language .navigation__language-link:hover {
  color: #0062ff;
}
.nav-fullscreen__language .navigation__language-link--active:hover {
  color: #ffffff;
}

.menu {
  padding: 70px 15px 15px;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .menu {
    padding: 0 100px;
  }
}
.menu__item {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .menu__item {
    width: 20%;
    margin-bottom: 30px;
  }
}
.menu__item .nav-fullscreen__language {
  color: #ffffff;
  display: block;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.menu__item a {
  font-family: "Suisse-medium";
  font-size: 1.375rem;
  text-decoration: none;
  color: #0062ff;
  line-height: 2;
}
@media only screen and (min-width: 992px) {
  .menu__item a {
    line-height: 1.5;
  }
}

.submenu {
  width: 100%;
  list-style: none;
  padding: 0;
}
.submenu__item {
  margin-left: 10px;
}
@media only screen and (min-width: 992px) {
  .submenu__item {
    margin-left: 0;
  }
}
.submenu__item a {
  font-family: "Suisse-medium";
  font-size: 1rem;
  line-height: 3;
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .submenu__item a {
    line-height: 2;
  }
}

.external-icon {
  margin-left: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Menu' transform='translate(-945.000000, -208.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E %3Cg id='exit_to_app---material' transform='translate(945.500000, 208.500000)'%3E %3Cpath d='M13.32,0 C13.7733333,0 14.1666667,0.166666667 14.5,0.5 C14.8333333,0.833333333 15,1.22666667 15,1.68 L15,13.32 C15,13.7733333 14.8333333,14.1666667 14.5,14.5 C14.1666667,14.8333333 13.7733333,15 13.32,15 L1.68,15 C1.21333333,15 0.816666667,14.8333333 0.49,14.5 C0.163333333,14.1666667 0,13.7733333 0,13.32 L0,10 L1.68,10 L1.68,13.32 L13.32,13.32 L13.32,1.68 L1.68,1.68 L1.68,5 L0,5 L0,1.68 C0,1.22666667 0.163333333,0.833333333 0.49,0.5 C0.816666667,0.166666667 1.21333333,0 1.68,0 L13.32,0 Z M5.9,10.5 L8.04,8.32 L0,8.32 L0,6.68 L8.04,6.68 L5.9,4.5 L7.08,3.32 L11.26,7.5 L7.08,11.68 L5.9,10.5 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.news__meta {
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .news__meta {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 992px) {
  .template-news_item-index-page .grid-tile {
    width: 25%;
  }
}

.grid {
  display: flex;
  margin-top: 50px;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .grid {
    padding: 0;
    font-size: 2.25rem;
  }
}
.template-delegates-page .grid {
  display: none;
}
.grid--visible {
  display: flex !important;
}

.grid-tile {
  display: block;
  flex: 0 0 auto;
  text-decoration: none;
  color: #000000;
  width: 50%;
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  .grid-tile {
    width: 33%;
  }
}
.grid-tile:nth-of-type(even) {
  margin-top: 40px;
}
.grid-tile__imagecontainer {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.grid-tile__image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.grid-tile__placeholder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E5E5E6;
}
.grid-tile__title {
  position: relative;
  margin: 0.5rem 0;
  font-family: "Suisse-regular";
  font-size: 1.4rem;
  line-height: 1;
}
.template-artists .grid-tile__title {
  padding-right: 25px;
  /* make space for the fav button */
}
@media only screen and (min-width: 992px) {
  .grid-tile__title {
    font-size: 2.25rem;
  }
}
.grid-tile__country, .grid-tile__company, .grid-tile__jobtitle {
  font-family: "America-regular";
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.switch-view {
  margin-top: 20px;
  display: flex;
}

.view-icon {
  float: right;
  margin: 70px 20px 0px 20px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: background-size 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .view-icon {
    margin: 0px 20px 0px 20px;
  }
}
.view-icon:hover {
  background-size: 95%;
}
.view-icon--grid {
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E %3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M11.626 1.5H2.798c-.717 0-1.298.582-1.298 1.3v8.827c0 .717.581 1.298 1.298 1.298h8.828c.717 0 1.298-.581 1.298-1.298V2.799c0-.717-.581-1.299-1.298-1.299Zm15.576 0h-8.828c-.717 0-1.298.581-1.298 1.298v8.828c0 .716.581 1.298 1.298 1.298h8.828c.717 0 1.298-.582 1.298-1.298V2.798c0-.717-.581-1.298-1.298-1.298ZM11.626 17.076H2.798c-.717 0-1.298.58-1.298 1.298V27.2c0 .717.581 1.299 1.298 1.299h8.828a1.3 1.3 0 0 0 1.298-1.299v-8.827c0-.717-.582-1.298-1.298-1.298Zm15.576 0h-8.828c-.717 0-1.298.58-1.298 1.298V27.2c0 .717.581 1.299 1.298 1.299h8.828c.717 0 1.298-.582 1.298-1.299v-8.827c0-.717-.581-1.298-1.298-1.298Z'/%3E %3C/svg%3E");
}
.view-icon--list {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E %3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='M8.25 4.5H28.5M8.25 15H28.5M8.25 26.25H28.5'/%3E %3Cpath fill='%23000' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M2.011 5.522a1.261 1.261 0 1 0 0-2.522 1.261 1.261 0 0 0 0 2.522Zm0 10.999a1.261 1.261 0 1 0 0-2.522 1.261 1.261 0 0 0 0 2.522Zm0 11.001a1.261 1.261 0 1 0 0-2.522 1.261 1.261 0 0 0 0 2.522Z'/%3E %3C/svg%3E");
}

.listview {
  display: none;
}
.listview a {
  color: #000;
  text-decoration: none;
}
.listview table {
  border-collapse: collapse;
  width: 100%;
}
.listview th {
  text-align: left;
  font-family: "Suisse-medium";
  padding: 8px;
  vertical-align: top;
  /* Aligns content to the top */
}
.listview td {
  padding: 8px;
  vertical-align: top;
  /* Aligns content to the top */
}
.listview--visible {
  display: block;
}

.template-timetable .button--filter-icon {
  margin: 15px;
}
.template-timetable .filter-close {
  top: 20px;
}

.container-timetable {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .container-timetable {
    margin: 0 25px;
  }
}

.timetable-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.timetable-filters .custom-select {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .timetable-filters .custom-select {
    width: -moz-max-content;
    width: max-content;
  }
}

.timetable-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.timetable-venues {
  margin-top: 48px;
  position: absolute;
  width: 160px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .timetable-venues {
    width: 250px;
  }
}
.timetable-venues__row {
  align-items: center;
  background-color: #ffffff;
  border: 0.5px solid black;
  border-right: 1px solid black;
  color: #000000;
  display: flex;
  flex-direction: row;
  font-size: 0.9rem;
  height: 3rem;
  justify-content: space-between;
  line-height: 1.1;
  padding: 0px 15px;
  padding: 10px;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .timetable-venues__row {
    font-size: 1.125rem;
    height: 3rem;
  }
}
.timetable-venues__row--blank {
  background-color: transparent;
  border: none;
}
.timetable-venues__row sup {
  text-align: right;
  top: auto;
}

.timetable {
  font-family: "Suisse-regular";
  overflow-y: hidden;
  overflow-x: scroll;
  /* To be used with the filters */
}
.timetable__favbutton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M17.678.689c-3.804 0-5.68 3.75-5.68 3.75S10.125.689 6.32.689C3.228.689.78 3.275.749 6.36.684 12.767 5.83 17.323 11.47 21.151a.938.938 0 001.055 0c5.64-3.828 10.787-8.384 10.723-14.79-.032-3.086-2.48-5.672-5.571-5.672z'/%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  font-family: "America-regular";
  font-size: 0.875rem;
  margin-top: 20px;
  min-width: 165px;
  padding: 10px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.timetable__favbutton--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}
.timetable__favbutton:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}
.timetable__printbutton {
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Cpath fill='%23000' d='M31.875 8.75H8.282a4.531 4.531 0 00-4.532 4.531v12.344A4.375 4.375 0 008.125 30h.625v3.1a3.15 3.15 0 003.15 3.15h16.2a3.15 3.15 0 003.15-3.15V30h.625a4.375 4.375 0 004.376-4.375v-12.5a4.375 4.375 0 00-4.375-4.375zM28.75 33.1a.652.652 0 01-.65.65H11.9a.652.652 0 01-.65-.65V20.65a.652.652 0 01.65-.65h16.2a.652.652 0 01.65.65V33.1zm2.032-16.856a1.874 1.874 0 11-.301-3.737 1.874 1.874 0 01.3 3.737zM26.875 3.752h-13.75a4.382 4.382 0 00-4.33 3.75h22.41a4.382 4.382 0 00-4.33-3.75z'/%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  font-family: "America-regular";
  font-size: 0.875rem;
  margin-top: 20px;
  padding: 10px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.timetable__filtercontainer {
  display: none;
  padding: 15px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .timetable__filtercontainer {
    display: block;
    padding: 0;
  }
}
.timetable__filtercontainer--open {
  display: block;
  overflow-y: scroll;
  z-index: 999;
}
.timetable__grid {
  display: flex;
  height: 100%;
  width: 8640px;
}
.timetable__fifteen {
  border-bottom: 0.5px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 0.5px solid #000000;
  display: flex;
  flex: 1 1 0;
}
.timetable__five {
  border-right: 1px dotted #000000;
  display: flex;
  flex: 1 1 0;
  margin: -1px;
}
.timetable__row {
  height: 3rem;
  position: relative;
}
.timetable__block {
  align-items: center;
  background-color: #0062ff;
  top: 0.5px;
  bottom: 0.5px;
  color: #000000;
  display: block;
  display: flex;
  height: calc(100% - 1px);
  justify-content: center;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}
.timetable__block--heart {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23FFF' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
  background-position: top 5px right 5px;
  background-repeat: no-repeat;
  background-size: 12px;
}
.timetable__block__favbutton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' fill='none'%3E%3Cpath stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M17.678.689c-3.804 0-5.68 3.75-5.68 3.75S10.125.689 6.32.689C3.228.689.78 3.275.749 6.36.684 12.767 5.83 17.323 11.47 21.151a.938.938 0 001.055 0c5.64-3.828 10.787-8.384 10.723-14.79-.032-3.086-2.48-5.672-5.571-5.672z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 40px;
}
.timetable__block__favbutton--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23FFF' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}
.timetable__name {
  color: #ffffff;
  flex-grow: 2;
  font-size: 0.75rem;
  line-height: 1.1;
  padding: 10px;
  text-decoration: none;
}
.timetable__name--star {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23prefix__a)'%3E%3Cpath fill='%23FFF' d='M9.234 11.25a.375.375 0 01-.22-.07L6 8.994 2.986 11.18a.376.376 0 01-.576-.424l1.176-3.482-3.047-2.09A.375.375 0 01.75 4.5h3.759l1.134-3.491a.375.375 0 01.714 0L7.49 4.5h3.759a.375.375 0 01.212.684l-3.047 2.09 1.175 3.48a.375.375 0 01-.355.496z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='prefix__a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 20px;
  width: 20px;
}

.timetable-clock {
  background-color: #F5F5F6;
  display: flex;
  margin-left: -45px;
  margin-right: 45px;
  width: 8640px;
}
.timetable-clock__item {
  border: 1px solid transparent;
  flex: 1 1 0;
  font-size: 1.125rem;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.timetable-clock__item--small {
  font-family: "Suisse-light";
  font-size: 85%;
}

.time__h--0 {
  left: 0px;
}
.time__h--1 {
  left: 360px;
}
.time__h--2 {
  left: 720px;
}
.time__h--3 {
  left: 1080px;
}
.time__h--4 {
  left: 1440px;
}
.time__h--5 {
  left: 1800px;
}
.time__h--6 {
  left: 2160px;
}
.time__h--7 {
  left: 2520px;
}
.time__h--8 {
  left: 2880px;
}
.time__h--9 {
  left: 3240px;
}
.time__h--10 {
  left: 3600px;
}
.time__h--11 {
  left: 3960px;
}
.time__h--12 {
  left: 4320px;
}
.time__h--13 {
  left: 4680px;
}
.time__h--14 {
  left: 5040px;
}
.time__h--15 {
  left: 5400px;
}
.time__h--16 {
  left: 5760px;
}
.time__h--17 {
  left: 6120px;
}
.time__h--18 {
  left: 6480px;
}
.time__h--19 {
  left: 6840px;
}
.time__h--20 {
  left: 7200px;
}
.time__h--21 {
  left: 7560px;
}
.time__h--22 {
  left: 7920px;
}
.time__h--23 {
  left: 8280px;
}
.time__m--0 {
  margin-left: 0px;
}
.time__m--1 {
  margin-left: 6px;
}
.time__m--2 {
  margin-left: 12px;
}
.time__m--3 {
  margin-left: 18px;
}
.time__m--4 {
  margin-left: 24px;
}
.time__m--5 {
  margin-left: 30px;
}
.time__m--6 {
  margin-left: 36px;
}
.time__m--7 {
  margin-left: 42px;
}
.time__m--8 {
  margin-left: 48px;
}
.time__m--9 {
  margin-left: 54px;
}
.time__m--10 {
  margin-left: 60px;
}
.time__m--11 {
  margin-left: 66px;
}
.time__m--12 {
  margin-left: 72px;
}
.time__m--13 {
  margin-left: 78px;
}
.time__m--14 {
  margin-left: 84px;
}
.time__m--15 {
  margin-left: 90px;
}
.time__m--16 {
  margin-left: 96px;
}
.time__m--17 {
  margin-left: 102px;
}
.time__m--18 {
  margin-left: 108px;
}
.time__m--19 {
  margin-left: 114px;
}
.time__m--20 {
  margin-left: 120px;
}
.time__m--21 {
  margin-left: 126px;
}
.time__m--22 {
  margin-left: 132px;
}
.time__m--23 {
  margin-left: 138px;
}
.time__m--24 {
  margin-left: 144px;
}
.time__m--25 {
  margin-left: 150px;
}
.time__m--26 {
  margin-left: 156px;
}
.time__m--27 {
  margin-left: 162px;
}
.time__m--28 {
  margin-left: 168px;
}
.time__m--29 {
  margin-left: 174px;
}
.time__m--30 {
  margin-left: 180px;
}
.time__m--31 {
  margin-left: 186px;
}
.time__m--32 {
  margin-left: 192px;
}
.time__m--33 {
  margin-left: 198px;
}
.time__m--34 {
  margin-left: 204px;
}
.time__m--35 {
  margin-left: 210px;
}
.time__m--36 {
  margin-left: 216px;
}
.time__m--37 {
  margin-left: 222px;
}
.time__m--38 {
  margin-left: 228px;
}
.time__m--39 {
  margin-left: 234px;
}
.time__m--40 {
  margin-left: 240px;
}
.time__m--41 {
  margin-left: 246px;
}
.time__m--42 {
  margin-left: 252px;
}
.time__m--43 {
  margin-left: 258px;
}
.time__m--44 {
  margin-left: 264px;
}
.time__m--45 {
  margin-left: 270px;
}
.time__m--46 {
  margin-left: 276px;
}
.time__m--47 {
  margin-left: 282px;
}
.time__m--48 {
  margin-left: 288px;
}
.time__m--49 {
  margin-left: 294px;
}
.time__m--50 {
  margin-left: 300px;
}
.time__m--51 {
  margin-left: 306px;
}
.time__m--52 {
  margin-left: 312px;
}
.time__m--53 {
  margin-left: 318px;
}
.time__m--54 {
  margin-left: 324px;
}
.time__m--55 {
  margin-left: 330px;
}
.time__m--56 {
  margin-left: 336px;
}
.time__m--57 {
  margin-left: 342px;
}
.time__m--58 {
  margin-left: 348px;
}
.time__m--59 {
  margin-left: 354px;
}
.time__d--0 {
  width: 0px;
}
.time__d--1 {
  width: 6px;
}
.time__d--2 {
  width: 12px;
}
.time__d--3 {
  width: 18px;
}
.time__d--4 {
  width: 24px;
}
.time__d--5 {
  width: 30px;
}
.time__d--6 {
  width: 36px;
}
.time__d--7 {
  width: 42px;
}
.time__d--8 {
  width: 48px;
}
.time__d--9 {
  width: 54px;
}
.time__d--10 {
  width: 60px;
}
.time__d--11 {
  width: 66px;
}
.time__d--12 {
  width: 72px;
}
.time__d--13 {
  width: 78px;
}
.time__d--14 {
  width: 84px;
}
.time__d--15 {
  width: 90px;
}
.time__d--16 {
  width: 96px;
}
.time__d--17 {
  width: 102px;
}
.time__d--18 {
  width: 108px;
}
.time__d--19 {
  width: 114px;
}
.time__d--20 {
  width: 120px;
}
.time__d--21 {
  width: 126px;
}
.time__d--22 {
  width: 132px;
}
.time__d--23 {
  width: 138px;
}
.time__d--24 {
  width: 144px;
}
.time__d--25 {
  width: 150px;
}
.time__d--26 {
  width: 156px;
}
.time__d--27 {
  width: 162px;
}
.time__d--28 {
  width: 168px;
}
.time__d--29 {
  width: 174px;
}
.time__d--30 {
  width: 180px;
}
.time__d--31 {
  width: 186px;
}
.time__d--32 {
  width: 192px;
}
.time__d--33 {
  width: 198px;
}
.time__d--34 {
  width: 204px;
}
.time__d--35 {
  width: 210px;
}
.time__d--36 {
  width: 216px;
}
.time__d--37 {
  width: 222px;
}
.time__d--38 {
  width: 228px;
}
.time__d--39 {
  width: 234px;
}
.time__d--40 {
  width: 240px;
}
.time__d--41 {
  width: 246px;
}
.time__d--42 {
  width: 252px;
}
.time__d--43 {
  width: 258px;
}
.time__d--44 {
  width: 264px;
}
.time__d--45 {
  width: 270px;
}
.time__d--46 {
  width: 276px;
}
.time__d--47 {
  width: 282px;
}
.time__d--48 {
  width: 288px;
}
.time__d--49 {
  width: 294px;
}
.time__d--50 {
  width: 300px;
}
.time__d--51 {
  width: 306px;
}
.time__d--52 {
  width: 312px;
}
.time__d--53 {
  width: 318px;
}
.time__d--54 {
  width: 324px;
}
.time__d--55 {
  width: 330px;
}
.time__d--56 {
  width: 336px;
}
.time__d--57 {
  width: 342px;
}
.time__d--58 {
  width: 348px;
}
.time__d--59 {
  width: 354px;
}
.time__d--60 {
  width: 360px;
}
.time__d--61 {
  width: 366px;
}
.time__d--62 {
  width: 372px;
}
.time__d--63 {
  width: 378px;
}
.time__d--64 {
  width: 384px;
}
.time__d--65 {
  width: 390px;
}
.time__d--66 {
  width: 396px;
}
.time__d--67 {
  width: 402px;
}
.time__d--68 {
  width: 408px;
}
.time__d--69 {
  width: 414px;
}
.time__d--70 {
  width: 420px;
}
.time__d--71 {
  width: 426px;
}
.time__d--72 {
  width: 432px;
}
.time__d--73 {
  width: 438px;
}
.time__d--74 {
  width: 444px;
}
.time__d--75 {
  width: 450px;
}
.time__d--76 {
  width: 456px;
}
.time__d--77 {
  width: 462px;
}
.time__d--78 {
  width: 468px;
}
.time__d--79 {
  width: 474px;
}
.time__d--80 {
  width: 480px;
}
.time__d--81 {
  width: 486px;
}
.time__d--82 {
  width: 492px;
}
.time__d--83 {
  width: 498px;
}
.time__d--84 {
  width: 504px;
}
.time__d--85 {
  width: 510px;
}
.time__d--86 {
  width: 516px;
}
.time__d--87 {
  width: 522px;
}
.time__d--88 {
  width: 528px;
}
.time__d--89 {
  width: 534px;
}
.time__d--90 {
  width: 540px;
}
.time__d--91 {
  width: 546px;
}
.time__d--92 {
  width: 552px;
}
.time__d--93 {
  width: 558px;
}
.time__d--94 {
  width: 564px;
}
.time__d--95 {
  width: 570px;
}
.time__d--96 {
  width: 576px;
}
.time__d--97 {
  width: 582px;
}
.time__d--98 {
  width: 588px;
}
.time__d--99 {
  width: 594px;
}
.time__d--100 {
  width: 600px;
}
.time__d--101 {
  width: 606px;
}
.time__d--102 {
  width: 612px;
}
.time__d--103 {
  width: 618px;
}
.time__d--104 {
  width: 624px;
}
.time__d--105 {
  width: 630px;
}
.time__d--106 {
  width: 636px;
}
.time__d--107 {
  width: 642px;
}
.time__d--108 {
  width: 648px;
}
.time__d--109 {
  width: 654px;
}
.time__d--110 {
  width: 660px;
}
.time__d--111 {
  width: 666px;
}
.time__d--112 {
  width: 672px;
}
.time__d--113 {
  width: 678px;
}
.time__d--114 {
  width: 684px;
}
.time__d--115 {
  width: 690px;
}
.time__d--116 {
  width: 696px;
}
.time__d--117 {
  width: 702px;
}
.time__d--118 {
  width: 708px;
}
.time__d--119 {
  width: 714px;
}
.time__d--120 {
  width: 720px;
}
.time__d--121 {
  width: 726px;
}
.time__d--122 {
  width: 732px;
}
.time__d--123 {
  width: 738px;
}
.time__d--124 {
  width: 744px;
}
.time__d--125 {
  width: 750px;
}
.time__d--126 {
  width: 756px;
}
.time__d--127 {
  width: 762px;
}
.time__d--128 {
  width: 768px;
}
.time__d--129 {
  width: 774px;
}
.time__d--130 {
  width: 780px;
}
.time__d--131 {
  width: 786px;
}
.time__d--132 {
  width: 792px;
}
.time__d--133 {
  width: 798px;
}
.time__d--134 {
  width: 804px;
}
.time__d--135 {
  width: 810px;
}
.time__d--136 {
  width: 816px;
}
.time__d--137 {
  width: 822px;
}
.time__d--138 {
  width: 828px;
}
.time__d--139 {
  width: 834px;
}
.time__d--140 {
  width: 840px;
}
.time__d--141 {
  width: 846px;
}
.time__d--142 {
  width: 852px;
}
.time__d--143 {
  width: 858px;
}
.time__d--144 {
  width: 864px;
}
.time__d--145 {
  width: 870px;
}
.time__d--146 {
  width: 876px;
}
.time__d--147 {
  width: 882px;
}
.time__d--148 {
  width: 888px;
}
.time__d--149 {
  width: 894px;
}
.time__d--150 {
  width: 900px;
}
.time__d--151 {
  width: 906px;
}
.time__d--152 {
  width: 912px;
}
.time__d--153 {
  width: 918px;
}
.time__d--154 {
  width: 924px;
}
.time__d--155 {
  width: 930px;
}
.time__d--156 {
  width: 936px;
}
.time__d--157 {
  width: 942px;
}
.time__d--158 {
  width: 948px;
}
.time__d--159 {
  width: 954px;
}
.time__d--160 {
  width: 960px;
}
.time__d--161 {
  width: 966px;
}
.time__d--162 {
  width: 972px;
}
.time__d--163 {
  width: 978px;
}
.time__d--164 {
  width: 984px;
}
.time__d--165 {
  width: 990px;
}
.time__d--166 {
  width: 996px;
}
.time__d--167 {
  width: 1002px;
}
.time__d--168 {
  width: 1008px;
}
.time__d--169 {
  width: 1014px;
}
.time__d--170 {
  width: 1020px;
}
.time__d--171 {
  width: 1026px;
}
.time__d--172 {
  width: 1032px;
}
.time__d--173 {
  width: 1038px;
}
.time__d--174 {
  width: 1044px;
}
.time__d--175 {
  width: 1050px;
}
.time__d--176 {
  width: 1056px;
}
.time__d--177 {
  width: 1062px;
}
.time__d--178 {
  width: 1068px;
}
.time__d--179 {
  width: 1074px;
}
.time__d--180 {
  width: 1080px;
}
.time__d--181 {
  width: 1086px;
}
.time__d--182 {
  width: 1092px;
}
.time__d--183 {
  width: 1098px;
}
.time__d--184 {
  width: 1104px;
}
.time__d--185 {
  width: 1110px;
}
.time__d--186 {
  width: 1116px;
}
.time__d--187 {
  width: 1122px;
}
.time__d--188 {
  width: 1128px;
}
.time__d--189 {
  width: 1134px;
}
.time__d--190 {
  width: 1140px;
}
.time__d--191 {
  width: 1146px;
}
.time__d--192 {
  width: 1152px;
}
.time__d--193 {
  width: 1158px;
}
.time__d--194 {
  width: 1164px;
}
.time__d--195 {
  width: 1170px;
}
.time__d--196 {
  width: 1176px;
}
.time__d--197 {
  width: 1182px;
}
.time__d--198 {
  width: 1188px;
}
.time__d--199 {
  width: 1194px;
}
.time__d--200 {
  width: 1200px;
}
.time__d--201 {
  width: 1206px;
}
.time__d--202 {
  width: 1212px;
}
.time__d--203 {
  width: 1218px;
}
.time__d--204 {
  width: 1224px;
}
.time__d--205 {
  width: 1230px;
}
.time__d--206 {
  width: 1236px;
}
.time__d--207 {
  width: 1242px;
}
.time__d--208 {
  width: 1248px;
}
.time__d--209 {
  width: 1254px;
}
.time__d--210 {
  width: 1260px;
}
.time__d--211 {
  width: 1266px;
}
.time__d--212 {
  width: 1272px;
}
.time__d--213 {
  width: 1278px;
}
.time__d--214 {
  width: 1284px;
}
.time__d--215 {
  width: 1290px;
}
.time__d--216 {
  width: 1296px;
}
.time__d--217 {
  width: 1302px;
}
.time__d--218 {
  width: 1308px;
}
.time__d--219 {
  width: 1314px;
}
.time__d--220 {
  width: 1320px;
}
.time__d--221 {
  width: 1326px;
}
.time__d--222 {
  width: 1332px;
}
.time__d--223 {
  width: 1338px;
}
.time__d--224 {
  width: 1344px;
}
.time__d--225 {
  width: 1350px;
}
.time__d--226 {
  width: 1356px;
}
.time__d--227 {
  width: 1362px;
}
.time__d--228 {
  width: 1368px;
}
.time__d--229 {
  width: 1374px;
}
.time__d--230 {
  width: 1380px;
}
.time__d--231 {
  width: 1386px;
}
.time__d--232 {
  width: 1392px;
}
.time__d--233 {
  width: 1398px;
}
.time__d--234 {
  width: 1404px;
}
.time__d--235 {
  width: 1410px;
}
.time__d--236 {
  width: 1416px;
}
.time__d--237 {
  width: 1422px;
}
.time__d--238 {
  width: 1428px;
}
.time__d--239 {
  width: 1434px;
}
.time__d--240 {
  width: 1440px;
}
.time__d--241 {
  width: 1446px;
}
.time__d--242 {
  width: 1452px;
}
.time__d--243 {
  width: 1458px;
}
.time__d--244 {
  width: 1464px;
}
.time__d--245 {
  width: 1470px;
}
.time__d--246 {
  width: 1476px;
}
.time__d--247 {
  width: 1482px;
}
.time__d--248 {
  width: 1488px;
}
.time__d--249 {
  width: 1494px;
}
.time__d--250 {
  width: 1500px;
}
.time__d--251 {
  width: 1506px;
}
.time__d--252 {
  width: 1512px;
}
.time__d--253 {
  width: 1518px;
}
.time__d--254 {
  width: 1524px;
}
.time__d--255 {
  width: 1530px;
}
.time__d--256 {
  width: 1536px;
}
.time__d--257 {
  width: 1542px;
}
.time__d--258 {
  width: 1548px;
}
.time__d--259 {
  width: 1554px;
}
.time__d--260 {
  width: 1560px;
}
.time__d--261 {
  width: 1566px;
}
.time__d--262 {
  width: 1572px;
}
.time__d--263 {
  width: 1578px;
}
.time__d--264 {
  width: 1584px;
}
.time__d--265 {
  width: 1590px;
}
.time__d--266 {
  width: 1596px;
}
.time__d--267 {
  width: 1602px;
}
.time__d--268 {
  width: 1608px;
}
.time__d--269 {
  width: 1614px;
}
.time__d--270 {
  width: 1620px;
}
.time__d--271 {
  width: 1626px;
}
.time__d--272 {
  width: 1632px;
}
.time__d--273 {
  width: 1638px;
}
.time__d--274 {
  width: 1644px;
}
.time__d--275 {
  width: 1650px;
}
.time__d--276 {
  width: 1656px;
}
.time__d--277 {
  width: 1662px;
}
.time__d--278 {
  width: 1668px;
}
.time__d--279 {
  width: 1674px;
}
.time__d--280 {
  width: 1680px;
}
.time__d--281 {
  width: 1686px;
}
.time__d--282 {
  width: 1692px;
}
.time__d--283 {
  width: 1698px;
}
.time__d--284 {
  width: 1704px;
}
.time__d--285 {
  width: 1710px;
}
.time__d--286 {
  width: 1716px;
}
.time__d--287 {
  width: 1722px;
}
.time__d--288 {
  width: 1728px;
}
.time__d--289 {
  width: 1734px;
}
.time__d--290 {
  width: 1740px;
}
.time__d--291 {
  width: 1746px;
}
.time__d--292 {
  width: 1752px;
}
.time__d--293 {
  width: 1758px;
}
.time__d--294 {
  width: 1764px;
}
.time__d--295 {
  width: 1770px;
}
.time__d--296 {
  width: 1776px;
}
.time__d--297 {
  width: 1782px;
}
.time__d--298 {
  width: 1788px;
}
.time__d--299 {
  width: 1794px;
}
.time__d--300 {
  width: 1800px;
}
.time__d--301 {
  width: 1806px;
}
.time__d--302 {
  width: 1812px;
}
.time__d--303 {
  width: 1818px;
}
.time__d--304 {
  width: 1824px;
}
.time__d--305 {
  width: 1830px;
}
.time__d--306 {
  width: 1836px;
}
.time__d--307 {
  width: 1842px;
}
.time__d--308 {
  width: 1848px;
}
.time__d--309 {
  width: 1854px;
}
.time__d--310 {
  width: 1860px;
}
.time__d--311 {
  width: 1866px;
}
.time__d--312 {
  width: 1872px;
}
.time__d--313 {
  width: 1878px;
}
.time__d--314 {
  width: 1884px;
}
.time__d--315 {
  width: 1890px;
}
.time__d--316 {
  width: 1896px;
}
.time__d--317 {
  width: 1902px;
}
.time__d--318 {
  width: 1908px;
}
.time__d--319 {
  width: 1914px;
}
.time__d--320 {
  width: 1920px;
}
.time__d--321 {
  width: 1926px;
}
.time__d--322 {
  width: 1932px;
}
.time__d--323 {
  width: 1938px;
}
.time__d--324 {
  width: 1944px;
}
.time__d--325 {
  width: 1950px;
}
.time__d--326 {
  width: 1956px;
}
.time__d--327 {
  width: 1962px;
}
.time__d--328 {
  width: 1968px;
}
.time__d--329 {
  width: 1974px;
}
.time__d--330 {
  width: 1980px;
}
.time__d--331 {
  width: 1986px;
}
.time__d--332 {
  width: 1992px;
}
.time__d--333 {
  width: 1998px;
}
.time__d--334 {
  width: 2004px;
}
.time__d--335 {
  width: 2010px;
}
.time__d--336 {
  width: 2016px;
}
.time__d--337 {
  width: 2022px;
}
.time__d--338 {
  width: 2028px;
}
.time__d--339 {
  width: 2034px;
}
.time__d--340 {
  width: 2040px;
}
.time__d--341 {
  width: 2046px;
}
.time__d--342 {
  width: 2052px;
}
.time__d--343 {
  width: 2058px;
}
.time__d--344 {
  width: 2064px;
}
.time__d--345 {
  width: 2070px;
}
.time__d--346 {
  width: 2076px;
}
.time__d--347 {
  width: 2082px;
}
.time__d--348 {
  width: 2088px;
}
.time__d--349 {
  width: 2094px;
}
.time__d--350 {
  width: 2100px;
}
.time__d--351 {
  width: 2106px;
}
.time__d--352 {
  width: 2112px;
}
.time__d--353 {
  width: 2118px;
}
.time__d--354 {
  width: 2124px;
}
.time__d--355 {
  width: 2130px;
}
.time__d--356 {
  width: 2136px;
}
.time__d--357 {
  width: 2142px;
}
.time__d--358 {
  width: 2148px;
}
.time__d--359 {
  width: 2154px;
}
.time__d--360 {
  width: 2160px;
}
.time__d--361 {
  width: 2166px;
}
.time__d--362 {
  width: 2172px;
}
.time__d--363 {
  width: 2178px;
}
.time__d--364 {
  width: 2184px;
}
.time__d--365 {
  width: 2190px;
}
.time__d--366 {
  width: 2196px;
}
.time__d--367 {
  width: 2202px;
}
.time__d--368 {
  width: 2208px;
}
.time__d--369 {
  width: 2214px;
}
.time__d--370 {
  width: 2220px;
}
.time__d--371 {
  width: 2226px;
}
.time__d--372 {
  width: 2232px;
}
.time__d--373 {
  width: 2238px;
}
.time__d--374 {
  width: 2244px;
}
.time__d--375 {
  width: 2250px;
}
.time__d--376 {
  width: 2256px;
}
.time__d--377 {
  width: 2262px;
}
.time__d--378 {
  width: 2268px;
}
.time__d--379 {
  width: 2274px;
}
.time__d--380 {
  width: 2280px;
}
.time__d--381 {
  width: 2286px;
}
.time__d--382 {
  width: 2292px;
}
.time__d--383 {
  width: 2298px;
}
.time__d--384 {
  width: 2304px;
}
.time__d--385 {
  width: 2310px;
}
.time__d--386 {
  width: 2316px;
}
.time__d--387 {
  width: 2322px;
}
.time__d--388 {
  width: 2328px;
}
.time__d--389 {
  width: 2334px;
}
.time__d--390 {
  width: 2340px;
}
.time__d--391 {
  width: 2346px;
}
.time__d--392 {
  width: 2352px;
}
.time__d--393 {
  width: 2358px;
}
.time__d--394 {
  width: 2364px;
}
.time__d--395 {
  width: 2370px;
}
.time__d--396 {
  width: 2376px;
}
.time__d--397 {
  width: 2382px;
}
.time__d--398 {
  width: 2388px;
}
.time__d--399 {
  width: 2394px;
}
.time__d--400 {
  width: 2400px;
}
.time__d--401 {
  width: 2406px;
}
.time__d--402 {
  width: 2412px;
}
.time__d--403 {
  width: 2418px;
}
.time__d--404 {
  width: 2424px;
}
.time__d--405 {
  width: 2430px;
}
.time__d--406 {
  width: 2436px;
}
.time__d--407 {
  width: 2442px;
}
.time__d--408 {
  width: 2448px;
}
.time__d--409 {
  width: 2454px;
}
.time__d--410 {
  width: 2460px;
}
.time__d--411 {
  width: 2466px;
}
.time__d--412 {
  width: 2472px;
}
.time__d--413 {
  width: 2478px;
}
.time__d--414 {
  width: 2484px;
}
.time__d--415 {
  width: 2490px;
}
.time__d--416 {
  width: 2496px;
}
.time__d--417 {
  width: 2502px;
}
.time__d--418 {
  width: 2508px;
}
.time__d--419 {
  width: 2514px;
}
.time__d--420 {
  width: 2520px;
}
.time__d--421 {
  width: 2526px;
}
.time__d--422 {
  width: 2532px;
}
.time__d--423 {
  width: 2538px;
}
.time__d--424 {
  width: 2544px;
}
.time__d--425 {
  width: 2550px;
}
.time__d--426 {
  width: 2556px;
}
.time__d--427 {
  width: 2562px;
}
.time__d--428 {
  width: 2568px;
}
.time__d--429 {
  width: 2574px;
}
.time__d--430 {
  width: 2580px;
}
.time__d--431 {
  width: 2586px;
}
.time__d--432 {
  width: 2592px;
}
.time__d--433 {
  width: 2598px;
}
.time__d--434 {
  width: 2604px;
}
.time__d--435 {
  width: 2610px;
}
.time__d--436 {
  width: 2616px;
}
.time__d--437 {
  width: 2622px;
}
.time__d--438 {
  width: 2628px;
}
.time__d--439 {
  width: 2634px;
}
.time__d--440 {
  width: 2640px;
}
.time__d--441 {
  width: 2646px;
}
.time__d--442 {
  width: 2652px;
}
.time__d--443 {
  width: 2658px;
}
.time__d--444 {
  width: 2664px;
}
.time__d--445 {
  width: 2670px;
}
.time__d--446 {
  width: 2676px;
}
.time__d--447 {
  width: 2682px;
}
.time__d--448 {
  width: 2688px;
}
.time__d--449 {
  width: 2694px;
}
.time__d--450 {
  width: 2700px;
}
.time__d--451 {
  width: 2706px;
}
.time__d--452 {
  width: 2712px;
}
.time__d--453 {
  width: 2718px;
}
.time__d--454 {
  width: 2724px;
}
.time__d--455 {
  width: 2730px;
}
.time__d--456 {
  width: 2736px;
}
.time__d--457 {
  width: 2742px;
}
.time__d--458 {
  width: 2748px;
}
.time__d--459 {
  width: 2754px;
}
.time__d--460 {
  width: 2760px;
}
.time__d--461 {
  width: 2766px;
}
.time__d--462 {
  width: 2772px;
}
.time__d--463 {
  width: 2778px;
}
.time__d--464 {
  width: 2784px;
}
.time__d--465 {
  width: 2790px;
}
.time__d--466 {
  width: 2796px;
}
.time__d--467 {
  width: 2802px;
}
.time__d--468 {
  width: 2808px;
}
.time__d--469 {
  width: 2814px;
}
.time__d--470 {
  width: 2820px;
}
.time__d--471 {
  width: 2826px;
}
.time__d--472 {
  width: 2832px;
}
.time__d--473 {
  width: 2838px;
}
.time__d--474 {
  width: 2844px;
}
.time__d--475 {
  width: 2850px;
}
.time__d--476 {
  width: 2856px;
}
.time__d--477 {
  width: 2862px;
}
.time__d--478 {
  width: 2868px;
}
.time__d--479 {
  width: 2874px;
}
.time__d--480 {
  width: 2880px;
}
.time__d--481 {
  width: 2886px;
}
.time__d--482 {
  width: 2892px;
}
.time__d--483 {
  width: 2898px;
}
.time__d--484 {
  width: 2904px;
}
.time__d--485 {
  width: 2910px;
}
.time__d--486 {
  width: 2916px;
}
.time__d--487 {
  width: 2922px;
}
.time__d--488 {
  width: 2928px;
}
.time__d--489 {
  width: 2934px;
}
.time__d--490 {
  width: 2940px;
}
.time__d--491 {
  width: 2946px;
}
.time__d--492 {
  width: 2952px;
}
.time__d--493 {
  width: 2958px;
}
.time__d--494 {
  width: 2964px;
}
.time__d--495 {
  width: 2970px;
}
.time__d--496 {
  width: 2976px;
}
.time__d--497 {
  width: 2982px;
}
.time__d--498 {
  width: 2988px;
}
.time__d--499 {
  width: 2994px;
}
.time__d--500 {
  width: 3000px;
}
.time__d--501 {
  width: 3006px;
}
.time__d--502 {
  width: 3012px;
}
.time__d--503 {
  width: 3018px;
}
.time__d--504 {
  width: 3024px;
}
.time__d--505 {
  width: 3030px;
}
.time__d--506 {
  width: 3036px;
}
.time__d--507 {
  width: 3042px;
}
.time__d--508 {
  width: 3048px;
}
.time__d--509 {
  width: 3054px;
}
.time__d--510 {
  width: 3060px;
}
.time__d--511 {
  width: 3066px;
}
.time__d--512 {
  width: 3072px;
}
.time__d--513 {
  width: 3078px;
}
.time__d--514 {
  width: 3084px;
}
.time__d--515 {
  width: 3090px;
}
.time__d--516 {
  width: 3096px;
}
.time__d--517 {
  width: 3102px;
}
.time__d--518 {
  width: 3108px;
}
.time__d--519 {
  width: 3114px;
}
.time__d--520 {
  width: 3120px;
}
.time__d--521 {
  width: 3126px;
}
.time__d--522 {
  width: 3132px;
}
.time__d--523 {
  width: 3138px;
}
.time__d--524 {
  width: 3144px;
}
.time__d--525 {
  width: 3150px;
}
.time__d--526 {
  width: 3156px;
}
.time__d--527 {
  width: 3162px;
}
.time__d--528 {
  width: 3168px;
}
.time__d--529 {
  width: 3174px;
}
.time__d--530 {
  width: 3180px;
}
.time__d--531 {
  width: 3186px;
}
.time__d--532 {
  width: 3192px;
}
.time__d--533 {
  width: 3198px;
}
.time__d--534 {
  width: 3204px;
}
.time__d--535 {
  width: 3210px;
}
.time__d--536 {
  width: 3216px;
}
.time__d--537 {
  width: 3222px;
}
.time__d--538 {
  width: 3228px;
}
.time__d--539 {
  width: 3234px;
}
.time__d--540 {
  width: 3240px;
}
.time__d--541 {
  width: 3246px;
}
.time__d--542 {
  width: 3252px;
}
.time__d--543 {
  width: 3258px;
}
.time__d--544 {
  width: 3264px;
}
.time__d--545 {
  width: 3270px;
}
.time__d--546 {
  width: 3276px;
}
.time__d--547 {
  width: 3282px;
}
.time__d--548 {
  width: 3288px;
}
.time__d--549 {
  width: 3294px;
}
.time__d--550 {
  width: 3300px;
}
.time__d--551 {
  width: 3306px;
}
.time__d--552 {
  width: 3312px;
}
.time__d--553 {
  width: 3318px;
}
.time__d--554 {
  width: 3324px;
}
.time__d--555 {
  width: 3330px;
}
.time__d--556 {
  width: 3336px;
}
.time__d--557 {
  width: 3342px;
}
.time__d--558 {
  width: 3348px;
}
.time__d--559 {
  width: 3354px;
}
.time__d--560 {
  width: 3360px;
}
.time__d--561 {
  width: 3366px;
}
.time__d--562 {
  width: 3372px;
}
.time__d--563 {
  width: 3378px;
}
.time__d--564 {
  width: 3384px;
}
.time__d--565 {
  width: 3390px;
}
.time__d--566 {
  width: 3396px;
}
.time__d--567 {
  width: 3402px;
}
.time__d--568 {
  width: 3408px;
}
.time__d--569 {
  width: 3414px;
}
.time__d--570 {
  width: 3420px;
}
.time__d--571 {
  width: 3426px;
}
.time__d--572 {
  width: 3432px;
}
.time__d--573 {
  width: 3438px;
}
.time__d--574 {
  width: 3444px;
}
.time__d--575 {
  width: 3450px;
}
.time__d--576 {
  width: 3456px;
}
.time__d--577 {
  width: 3462px;
}
.time__d--578 {
  width: 3468px;
}
.time__d--579 {
  width: 3474px;
}
.time__d--580 {
  width: 3480px;
}
.time__d--581 {
  width: 3486px;
}
.time__d--582 {
  width: 3492px;
}
.time__d--583 {
  width: 3498px;
}
.time__d--584 {
  width: 3504px;
}
.time__d--585 {
  width: 3510px;
}
.time__d--586 {
  width: 3516px;
}
.time__d--587 {
  width: 3522px;
}
.time__d--588 {
  width: 3528px;
}
.time__d--589 {
  width: 3534px;
}
.time__d--590 {
  width: 3540px;
}
.time__d--591 {
  width: 3546px;
}
.time__d--592 {
  width: 3552px;
}
.time__d--593 {
  width: 3558px;
}
.time__d--594 {
  width: 3564px;
}
.time__d--595 {
  width: 3570px;
}
.time__d--596 {
  width: 3576px;
}
.time__d--597 {
  width: 3582px;
}
.time__d--598 {
  width: 3588px;
}
.time__d--599 {
  width: 3594px;
}
.time__d--600 {
  width: 3600px;
}
.time__d--601 {
  width: 3606px;
}
.time__d--602 {
  width: 3612px;
}
.time__d--603 {
  width: 3618px;
}
.time__d--604 {
  width: 3624px;
}
.time__d--605 {
  width: 3630px;
}
.time__d--606 {
  width: 3636px;
}
.time__d--607 {
  width: 3642px;
}
.time__d--608 {
  width: 3648px;
}
.time__d--609 {
  width: 3654px;
}
.time__d--610 {
  width: 3660px;
}
.time__d--611 {
  width: 3666px;
}
.time__d--612 {
  width: 3672px;
}
.time__d--613 {
  width: 3678px;
}
.time__d--614 {
  width: 3684px;
}
.time__d--615 {
  width: 3690px;
}
.time__d--616 {
  width: 3696px;
}
.time__d--617 {
  width: 3702px;
}
.time__d--618 {
  width: 3708px;
}
.time__d--619 {
  width: 3714px;
}
.time__d--620 {
  width: 3720px;
}
.time__d--621 {
  width: 3726px;
}
.time__d--622 {
  width: 3732px;
}
.time__d--623 {
  width: 3738px;
}
.time__d--624 {
  width: 3744px;
}
.time__d--625 {
  width: 3750px;
}
.time__d--626 {
  width: 3756px;
}
.time__d--627 {
  width: 3762px;
}
.time__d--628 {
  width: 3768px;
}
.time__d--629 {
  width: 3774px;
}
.time__d--630 {
  width: 3780px;
}
.time__d--631 {
  width: 3786px;
}
.time__d--632 {
  width: 3792px;
}
.time__d--633 {
  width: 3798px;
}
.time__d--634 {
  width: 3804px;
}
.time__d--635 {
  width: 3810px;
}
.time__d--636 {
  width: 3816px;
}
.time__d--637 {
  width: 3822px;
}
.time__d--638 {
  width: 3828px;
}
.time__d--639 {
  width: 3834px;
}
.time__d--640 {
  width: 3840px;
}
.time__d--641 {
  width: 3846px;
}
.time__d--642 {
  width: 3852px;
}
.time__d--643 {
  width: 3858px;
}
.time__d--644 {
  width: 3864px;
}
.time__d--645 {
  width: 3870px;
}
.time__d--646 {
  width: 3876px;
}
.time__d--647 {
  width: 3882px;
}
.time__d--648 {
  width: 3888px;
}
.time__d--649 {
  width: 3894px;
}
.time__d--650 {
  width: 3900px;
}
.time__d--651 {
  width: 3906px;
}
.time__d--652 {
  width: 3912px;
}
.time__d--653 {
  width: 3918px;
}
.time__d--654 {
  width: 3924px;
}
.time__d--655 {
  width: 3930px;
}
.time__d--656 {
  width: 3936px;
}
.time__d--657 {
  width: 3942px;
}
.time__d--658 {
  width: 3948px;
}
.time__d--659 {
  width: 3954px;
}
.time__d--660 {
  width: 3960px;
}
.time__d--661 {
  width: 3966px;
}
.time__d--662 {
  width: 3972px;
}
.time__d--663 {
  width: 3978px;
}
.time__d--664 {
  width: 3984px;
}
.time__d--665 {
  width: 3990px;
}
.time__d--666 {
  width: 3996px;
}
.time__d--667 {
  width: 4002px;
}
.time__d--668 {
  width: 4008px;
}
.time__d--669 {
  width: 4014px;
}
.time__d--670 {
  width: 4020px;
}
.time__d--671 {
  width: 4026px;
}
.time__d--672 {
  width: 4032px;
}
.time__d--673 {
  width: 4038px;
}
.time__d--674 {
  width: 4044px;
}
.time__d--675 {
  width: 4050px;
}
.time__d--676 {
  width: 4056px;
}
.time__d--677 {
  width: 4062px;
}
.time__d--678 {
  width: 4068px;
}
.time__d--679 {
  width: 4074px;
}
.time__d--680 {
  width: 4080px;
}
.time__d--681 {
  width: 4086px;
}
.time__d--682 {
  width: 4092px;
}
.time__d--683 {
  width: 4098px;
}
.time__d--684 {
  width: 4104px;
}
.time__d--685 {
  width: 4110px;
}
.time__d--686 {
  width: 4116px;
}
.time__d--687 {
  width: 4122px;
}
.time__d--688 {
  width: 4128px;
}
.time__d--689 {
  width: 4134px;
}
.time__d--690 {
  width: 4140px;
}
.time__d--691 {
  width: 4146px;
}
.time__d--692 {
  width: 4152px;
}
.time__d--693 {
  width: 4158px;
}
.time__d--694 {
  width: 4164px;
}
.time__d--695 {
  width: 4170px;
}
.time__d--696 {
  width: 4176px;
}
.time__d--697 {
  width: 4182px;
}
.time__d--698 {
  width: 4188px;
}
.time__d--699 {
  width: 4194px;
}
.time__d--700 {
  width: 4200px;
}
.time__d--701 {
  width: 4206px;
}
.time__d--702 {
  width: 4212px;
}
.time__d--703 {
  width: 4218px;
}
.time__d--704 {
  width: 4224px;
}
.time__d--705 {
  width: 4230px;
}
.time__d--706 {
  width: 4236px;
}
.time__d--707 {
  width: 4242px;
}
.time__d--708 {
  width: 4248px;
}
.time__d--709 {
  width: 4254px;
}
.time__d--710 {
  width: 4260px;
}
.time__d--711 {
  width: 4266px;
}
.time__d--712 {
  width: 4272px;
}
.time__d--713 {
  width: 4278px;
}
.time__d--714 {
  width: 4284px;
}
.time__d--715 {
  width: 4290px;
}
.time__d--716 {
  width: 4296px;
}
.time__d--717 {
  width: 4302px;
}
.time__d--718 {
  width: 4308px;
}
.time__d--719 {
  width: 4314px;
}
.time__d--720 {
  width: 4320px;
}
.time__d--721 {
  width: 4326px;
}
.time__d--722 {
  width: 4332px;
}
.time__d--723 {
  width: 4338px;
}
.time__d--724 {
  width: 4344px;
}
.time__d--725 {
  width: 4350px;
}
.time__d--726 {
  width: 4356px;
}
.time__d--727 {
  width: 4362px;
}
.time__d--728 {
  width: 4368px;
}
.time__d--729 {
  width: 4374px;
}
.time__d--730 {
  width: 4380px;
}
.time__d--731 {
  width: 4386px;
}
.time__d--732 {
  width: 4392px;
}
.time__d--733 {
  width: 4398px;
}
.time__d--734 {
  width: 4404px;
}
.time__d--735 {
  width: 4410px;
}
.time__d--736 {
  width: 4416px;
}
.time__d--737 {
  width: 4422px;
}
.time__d--738 {
  width: 4428px;
}
.time__d--739 {
  width: 4434px;
}
.time__d--740 {
  width: 4440px;
}
.time__d--741 {
  width: 4446px;
}
.time__d--742 {
  width: 4452px;
}
.time__d--743 {
  width: 4458px;
}
.time__d--744 {
  width: 4464px;
}
.time__d--745 {
  width: 4470px;
}
.time__d--746 {
  width: 4476px;
}
.time__d--747 {
  width: 4482px;
}
.time__d--748 {
  width: 4488px;
}
.time__d--749 {
  width: 4494px;
}
.time__d--750 {
  width: 4500px;
}
.time__d--751 {
  width: 4506px;
}
.time__d--752 {
  width: 4512px;
}
.time__d--753 {
  width: 4518px;
}
.time__d--754 {
  width: 4524px;
}
.time__d--755 {
  width: 4530px;
}
.time__d--756 {
  width: 4536px;
}
.time__d--757 {
  width: 4542px;
}
.time__d--758 {
  width: 4548px;
}
.time__d--759 {
  width: 4554px;
}
.time__d--760 {
  width: 4560px;
}
.time__d--761 {
  width: 4566px;
}
.time__d--762 {
  width: 4572px;
}
.time__d--763 {
  width: 4578px;
}
.time__d--764 {
  width: 4584px;
}
.time__d--765 {
  width: 4590px;
}
.time__d--766 {
  width: 4596px;
}
.time__d--767 {
  width: 4602px;
}
.time__d--768 {
  width: 4608px;
}
.time__d--769 {
  width: 4614px;
}
.time__d--770 {
  width: 4620px;
}
.time__d--771 {
  width: 4626px;
}
.time__d--772 {
  width: 4632px;
}
.time__d--773 {
  width: 4638px;
}
.time__d--774 {
  width: 4644px;
}
.time__d--775 {
  width: 4650px;
}
.time__d--776 {
  width: 4656px;
}
.time__d--777 {
  width: 4662px;
}
.time__d--778 {
  width: 4668px;
}
.time__d--779 {
  width: 4674px;
}
.time__d--780 {
  width: 4680px;
}
.time__d--781 {
  width: 4686px;
}
.time__d--782 {
  width: 4692px;
}
.time__d--783 {
  width: 4698px;
}
.time__d--784 {
  width: 4704px;
}
.time__d--785 {
  width: 4710px;
}
.time__d--786 {
  width: 4716px;
}
.time__d--787 {
  width: 4722px;
}
.time__d--788 {
  width: 4728px;
}
.time__d--789 {
  width: 4734px;
}
.time__d--790 {
  width: 4740px;
}
.time__d--791 {
  width: 4746px;
}
.time__d--792 {
  width: 4752px;
}
.time__d--793 {
  width: 4758px;
}
.time__d--794 {
  width: 4764px;
}
.time__d--795 {
  width: 4770px;
}
.time__d--796 {
  width: 4776px;
}
.time__d--797 {
  width: 4782px;
}
.time__d--798 {
  width: 4788px;
}
.time__d--799 {
  width: 4794px;
}
.time__d--800 {
  width: 4800px;
}
.time__d--801 {
  width: 4806px;
}
.time__d--802 {
  width: 4812px;
}
.time__d--803 {
  width: 4818px;
}
.time__d--804 {
  width: 4824px;
}
.time__d--805 {
  width: 4830px;
}
.time__d--806 {
  width: 4836px;
}
.time__d--807 {
  width: 4842px;
}
.time__d--808 {
  width: 4848px;
}
.time__d--809 {
  width: 4854px;
}
.time__d--810 {
  width: 4860px;
}
.time__d--811 {
  width: 4866px;
}
.time__d--812 {
  width: 4872px;
}
.time__d--813 {
  width: 4878px;
}
.time__d--814 {
  width: 4884px;
}
.time__d--815 {
  width: 4890px;
}
.time__d--816 {
  width: 4896px;
}
.time__d--817 {
  width: 4902px;
}
.time__d--818 {
  width: 4908px;
}
.time__d--819 {
  width: 4914px;
}
.time__d--820 {
  width: 4920px;
}
.time__d--821 {
  width: 4926px;
}
.time__d--822 {
  width: 4932px;
}
.time__d--823 {
  width: 4938px;
}
.time__d--824 {
  width: 4944px;
}
.time__d--825 {
  width: 4950px;
}
.time__d--826 {
  width: 4956px;
}
.time__d--827 {
  width: 4962px;
}
.time__d--828 {
  width: 4968px;
}
.time__d--829 {
  width: 4974px;
}
.time__d--830 {
  width: 4980px;
}
.time__d--831 {
  width: 4986px;
}
.time__d--832 {
  width: 4992px;
}
.time__d--833 {
  width: 4998px;
}
.time__d--834 {
  width: 5004px;
}
.time__d--835 {
  width: 5010px;
}
.time__d--836 {
  width: 5016px;
}
.time__d--837 {
  width: 5022px;
}
.time__d--838 {
  width: 5028px;
}
.time__d--839 {
  width: 5034px;
}
.time__d--840 {
  width: 5040px;
}
.time__d--841 {
  width: 5046px;
}
.time__d--842 {
  width: 5052px;
}
.time__d--843 {
  width: 5058px;
}
.time__d--844 {
  width: 5064px;
}
.time__d--845 {
  width: 5070px;
}
.time__d--846 {
  width: 5076px;
}
.time__d--847 {
  width: 5082px;
}
.time__d--848 {
  width: 5088px;
}
.time__d--849 {
  width: 5094px;
}
.time__d--850 {
  width: 5100px;
}
.time__d--851 {
  width: 5106px;
}
.time__d--852 {
  width: 5112px;
}
.time__d--853 {
  width: 5118px;
}
.time__d--854 {
  width: 5124px;
}
.time__d--855 {
  width: 5130px;
}
.time__d--856 {
  width: 5136px;
}
.time__d--857 {
  width: 5142px;
}
.time__d--858 {
  width: 5148px;
}
.time__d--859 {
  width: 5154px;
}
.time__d--860 {
  width: 5160px;
}
.time__d--861 {
  width: 5166px;
}
.time__d--862 {
  width: 5172px;
}
.time__d--863 {
  width: 5178px;
}
.time__d--864 {
  width: 5184px;
}
.time__d--865 {
  width: 5190px;
}
.time__d--866 {
  width: 5196px;
}
.time__d--867 {
  width: 5202px;
}
.time__d--868 {
  width: 5208px;
}
.time__d--869 {
  width: 5214px;
}
.time__d--870 {
  width: 5220px;
}
.time__d--871 {
  width: 5226px;
}
.time__d--872 {
  width: 5232px;
}
.time__d--873 {
  width: 5238px;
}
.time__d--874 {
  width: 5244px;
}
.time__d--875 {
  width: 5250px;
}
.time__d--876 {
  width: 5256px;
}
.time__d--877 {
  width: 5262px;
}
.time__d--878 {
  width: 5268px;
}
.time__d--879 {
  width: 5274px;
}
.time__d--880 {
  width: 5280px;
}
.time__d--881 {
  width: 5286px;
}
.time__d--882 {
  width: 5292px;
}
.time__d--883 {
  width: 5298px;
}
.time__d--884 {
  width: 5304px;
}
.time__d--885 {
  width: 5310px;
}
.time__d--886 {
  width: 5316px;
}
.time__d--887 {
  width: 5322px;
}
.time__d--888 {
  width: 5328px;
}
.time__d--889 {
  width: 5334px;
}
.time__d--890 {
  width: 5340px;
}
.time__d--891 {
  width: 5346px;
}
.time__d--892 {
  width: 5352px;
}
.time__d--893 {
  width: 5358px;
}
.time__d--894 {
  width: 5364px;
}
.time__d--895 {
  width: 5370px;
}
.time__d--896 {
  width: 5376px;
}
.time__d--897 {
  width: 5382px;
}
.time__d--898 {
  width: 5388px;
}
.time__d--899 {
  width: 5394px;
}
.time__d--900 {
  width: 5400px;
}
.time__d--901 {
  width: 5406px;
}
.time__d--902 {
  width: 5412px;
}
.time__d--903 {
  width: 5418px;
}
.time__d--904 {
  width: 5424px;
}
.time__d--905 {
  width: 5430px;
}
.time__d--906 {
  width: 5436px;
}
.time__d--907 {
  width: 5442px;
}
.time__d--908 {
  width: 5448px;
}
.time__d--909 {
  width: 5454px;
}
.time__d--910 {
  width: 5460px;
}
.time__d--911 {
  width: 5466px;
}
.time__d--912 {
  width: 5472px;
}
.time__d--913 {
  width: 5478px;
}
.time__d--914 {
  width: 5484px;
}
.time__d--915 {
  width: 5490px;
}
.time__d--916 {
  width: 5496px;
}
.time__d--917 {
  width: 5502px;
}
.time__d--918 {
  width: 5508px;
}
.time__d--919 {
  width: 5514px;
}
.time__d--920 {
  width: 5520px;
}
.time__d--921 {
  width: 5526px;
}
.time__d--922 {
  width: 5532px;
}
.time__d--923 {
  width: 5538px;
}
.time__d--924 {
  width: 5544px;
}
.time__d--925 {
  width: 5550px;
}
.time__d--926 {
  width: 5556px;
}
.time__d--927 {
  width: 5562px;
}
.time__d--928 {
  width: 5568px;
}
.time__d--929 {
  width: 5574px;
}
.time__d--930 {
  width: 5580px;
}
.time__d--931 {
  width: 5586px;
}
.time__d--932 {
  width: 5592px;
}
.time__d--933 {
  width: 5598px;
}
.time__d--934 {
  width: 5604px;
}
.time__d--935 {
  width: 5610px;
}
.time__d--936 {
  width: 5616px;
}
.time__d--937 {
  width: 5622px;
}
.time__d--938 {
  width: 5628px;
}
.time__d--939 {
  width: 5634px;
}
.time__d--940 {
  width: 5640px;
}
.time__d--941 {
  width: 5646px;
}
.time__d--942 {
  width: 5652px;
}
.time__d--943 {
  width: 5658px;
}
.time__d--944 {
  width: 5664px;
}
.time__d--945 {
  width: 5670px;
}
.time__d--946 {
  width: 5676px;
}
.time__d--947 {
  width: 5682px;
}
.time__d--948 {
  width: 5688px;
}
.time__d--949 {
  width: 5694px;
}
.time__d--950 {
  width: 5700px;
}
.time__d--951 {
  width: 5706px;
}
.time__d--952 {
  width: 5712px;
}
.time__d--953 {
  width: 5718px;
}
.time__d--954 {
  width: 5724px;
}
.time__d--955 {
  width: 5730px;
}
.time__d--956 {
  width: 5736px;
}
.time__d--957 {
  width: 5742px;
}
.time__d--958 {
  width: 5748px;
}
.time__d--959 {
  width: 5754px;
}
.time__d--960 {
  width: 5760px;
}
.time__d--961 {
  width: 5766px;
}
.time__d--962 {
  width: 5772px;
}
.time__d--963 {
  width: 5778px;
}
.time__d--964 {
  width: 5784px;
}
.time__d--965 {
  width: 5790px;
}
.time__d--966 {
  width: 5796px;
}
.time__d--967 {
  width: 5802px;
}
.time__d--968 {
  width: 5808px;
}
.time__d--969 {
  width: 5814px;
}
.time__d--970 {
  width: 5820px;
}
.time__d--971 {
  width: 5826px;
}
.time__d--972 {
  width: 5832px;
}
.time__d--973 {
  width: 5838px;
}
.time__d--974 {
  width: 5844px;
}
.time__d--975 {
  width: 5850px;
}
.time__d--976 {
  width: 5856px;
}
.time__d--977 {
  width: 5862px;
}
.time__d--978 {
  width: 5868px;
}
.time__d--979 {
  width: 5874px;
}
.time__d--980 {
  width: 5880px;
}
.time__d--981 {
  width: 5886px;
}
.time__d--982 {
  width: 5892px;
}
.time__d--983 {
  width: 5898px;
}
.time__d--984 {
  width: 5904px;
}
.time__d--985 {
  width: 5910px;
}
.time__d--986 {
  width: 5916px;
}
.time__d--987 {
  width: 5922px;
}
.time__d--988 {
  width: 5928px;
}
.time__d--989 {
  width: 5934px;
}
.time__d--990 {
  width: 5940px;
}
.time__d--991 {
  width: 5946px;
}
.time__d--992 {
  width: 5952px;
}
.time__d--993 {
  width: 5958px;
}
.time__d--994 {
  width: 5964px;
}
.time__d--995 {
  width: 5970px;
}
.time__d--996 {
  width: 5976px;
}
.time__d--997 {
  width: 5982px;
}
.time__d--998 {
  width: 5988px;
}
.time__d--999 {
  width: 5994px;
}
.time__d--1000 {
  width: 6000px;
}
.time__d--1001 {
  width: 6006px;
}
.time__d--1002 {
  width: 6012px;
}
.time__d--1003 {
  width: 6018px;
}
.time__d--1004 {
  width: 6024px;
}
.time__d--1005 {
  width: 6030px;
}
.time__d--1006 {
  width: 6036px;
}
.time__d--1007 {
  width: 6042px;
}
.time__d--1008 {
  width: 6048px;
}
.time__d--1009 {
  width: 6054px;
}
.time__d--1010 {
  width: 6060px;
}
.time__d--1011 {
  width: 6066px;
}
.time__d--1012 {
  width: 6072px;
}
.time__d--1013 {
  width: 6078px;
}
.time__d--1014 {
  width: 6084px;
}
.time__d--1015 {
  width: 6090px;
}
.time__d--1016 {
  width: 6096px;
}
.time__d--1017 {
  width: 6102px;
}
.time__d--1018 {
  width: 6108px;
}
.time__d--1019 {
  width: 6114px;
}
.time__d--1020 {
  width: 6120px;
}
.time__d--1021 {
  width: 6126px;
}
.time__d--1022 {
  width: 6132px;
}
.time__d--1023 {
  width: 6138px;
}
.time__d--1024 {
  width: 6144px;
}
.time__d--1025 {
  width: 6150px;
}
.time__d--1026 {
  width: 6156px;
}
.time__d--1027 {
  width: 6162px;
}
.time__d--1028 {
  width: 6168px;
}
.time__d--1029 {
  width: 6174px;
}
.time__d--1030 {
  width: 6180px;
}
.time__d--1031 {
  width: 6186px;
}
.time__d--1032 {
  width: 6192px;
}
.time__d--1033 {
  width: 6198px;
}
.time__d--1034 {
  width: 6204px;
}
.time__d--1035 {
  width: 6210px;
}
.time__d--1036 {
  width: 6216px;
}
.time__d--1037 {
  width: 6222px;
}
.time__d--1038 {
  width: 6228px;
}
.time__d--1039 {
  width: 6234px;
}
.time__d--1040 {
  width: 6240px;
}
.time__d--1041 {
  width: 6246px;
}
.time__d--1042 {
  width: 6252px;
}
.time__d--1043 {
  width: 6258px;
}
.time__d--1044 {
  width: 6264px;
}
.time__d--1045 {
  width: 6270px;
}
.time__d--1046 {
  width: 6276px;
}
.time__d--1047 {
  width: 6282px;
}
.time__d--1048 {
  width: 6288px;
}
.time__d--1049 {
  width: 6294px;
}
.time__d--1050 {
  width: 6300px;
}
.time__d--1051 {
  width: 6306px;
}
.time__d--1052 {
  width: 6312px;
}
.time__d--1053 {
  width: 6318px;
}
.time__d--1054 {
  width: 6324px;
}
.time__d--1055 {
  width: 6330px;
}
.time__d--1056 {
  width: 6336px;
}
.time__d--1057 {
  width: 6342px;
}
.time__d--1058 {
  width: 6348px;
}
.time__d--1059 {
  width: 6354px;
}
.time__d--1060 {
  width: 6360px;
}
.time__d--1061 {
  width: 6366px;
}
.time__d--1062 {
  width: 6372px;
}
.time__d--1063 {
  width: 6378px;
}
.time__d--1064 {
  width: 6384px;
}
.time__d--1065 {
  width: 6390px;
}
.time__d--1066 {
  width: 6396px;
}
.time__d--1067 {
  width: 6402px;
}
.time__d--1068 {
  width: 6408px;
}
.time__d--1069 {
  width: 6414px;
}
.time__d--1070 {
  width: 6420px;
}
.time__d--1071 {
  width: 6426px;
}
.time__d--1072 {
  width: 6432px;
}
.time__d--1073 {
  width: 6438px;
}
.time__d--1074 {
  width: 6444px;
}
.time__d--1075 {
  width: 6450px;
}
.time__d--1076 {
  width: 6456px;
}
.time__d--1077 {
  width: 6462px;
}
.time__d--1078 {
  width: 6468px;
}
.time__d--1079 {
  width: 6474px;
}
.time__d--1080 {
  width: 6480px;
}
.time__d--1081 {
  width: 6486px;
}
.time__d--1082 {
  width: 6492px;
}
.time__d--1083 {
  width: 6498px;
}
.time__d--1084 {
  width: 6504px;
}
.time__d--1085 {
  width: 6510px;
}
.time__d--1086 {
  width: 6516px;
}
.time__d--1087 {
  width: 6522px;
}
.time__d--1088 {
  width: 6528px;
}
.time__d--1089 {
  width: 6534px;
}
.time__d--1090 {
  width: 6540px;
}
.time__d--1091 {
  width: 6546px;
}
.time__d--1092 {
  width: 6552px;
}
.time__d--1093 {
  width: 6558px;
}
.time__d--1094 {
  width: 6564px;
}
.time__d--1095 {
  width: 6570px;
}
.time__d--1096 {
  width: 6576px;
}
.time__d--1097 {
  width: 6582px;
}
.time__d--1098 {
  width: 6588px;
}
.time__d--1099 {
  width: 6594px;
}
.time__d--1100 {
  width: 6600px;
}
.time__d--1101 {
  width: 6606px;
}
.time__d--1102 {
  width: 6612px;
}
.time__d--1103 {
  width: 6618px;
}
.time__d--1104 {
  width: 6624px;
}
.time__d--1105 {
  width: 6630px;
}
.time__d--1106 {
  width: 6636px;
}
.time__d--1107 {
  width: 6642px;
}
.time__d--1108 {
  width: 6648px;
}
.time__d--1109 {
  width: 6654px;
}
.time__d--1110 {
  width: 6660px;
}
.time__d--1111 {
  width: 6666px;
}
.time__d--1112 {
  width: 6672px;
}
.time__d--1113 {
  width: 6678px;
}
.time__d--1114 {
  width: 6684px;
}
.time__d--1115 {
  width: 6690px;
}
.time__d--1116 {
  width: 6696px;
}
.time__d--1117 {
  width: 6702px;
}
.time__d--1118 {
  width: 6708px;
}
.time__d--1119 {
  width: 6714px;
}
.time__d--1120 {
  width: 6720px;
}
.time__d--1121 {
  width: 6726px;
}
.time__d--1122 {
  width: 6732px;
}
.time__d--1123 {
  width: 6738px;
}
.time__d--1124 {
  width: 6744px;
}
.time__d--1125 {
  width: 6750px;
}
.time__d--1126 {
  width: 6756px;
}
.time__d--1127 {
  width: 6762px;
}
.time__d--1128 {
  width: 6768px;
}
.time__d--1129 {
  width: 6774px;
}
.time__d--1130 {
  width: 6780px;
}
.time__d--1131 {
  width: 6786px;
}
.time__d--1132 {
  width: 6792px;
}
.time__d--1133 {
  width: 6798px;
}
.time__d--1134 {
  width: 6804px;
}
.time__d--1135 {
  width: 6810px;
}
.time__d--1136 {
  width: 6816px;
}
.time__d--1137 {
  width: 6822px;
}
.time__d--1138 {
  width: 6828px;
}
.time__d--1139 {
  width: 6834px;
}
.time__d--1140 {
  width: 6840px;
}
.time__d--1141 {
  width: 6846px;
}
.time__d--1142 {
  width: 6852px;
}
.time__d--1143 {
  width: 6858px;
}
.time__d--1144 {
  width: 6864px;
}
.time__d--1145 {
  width: 6870px;
}
.time__d--1146 {
  width: 6876px;
}
.time__d--1147 {
  width: 6882px;
}
.time__d--1148 {
  width: 6888px;
}
.time__d--1149 {
  width: 6894px;
}
.time__d--1150 {
  width: 6900px;
}
.time__d--1151 {
  width: 6906px;
}
.time__d--1152 {
  width: 6912px;
}
.time__d--1153 {
  width: 6918px;
}
.time__d--1154 {
  width: 6924px;
}
.time__d--1155 {
  width: 6930px;
}
.time__d--1156 {
  width: 6936px;
}
.time__d--1157 {
  width: 6942px;
}
.time__d--1158 {
  width: 6948px;
}
.time__d--1159 {
  width: 6954px;
}
.time__d--1160 {
  width: 6960px;
}
.time__d--1161 {
  width: 6966px;
}
.time__d--1162 {
  width: 6972px;
}
.time__d--1163 {
  width: 6978px;
}
.time__d--1164 {
  width: 6984px;
}
.time__d--1165 {
  width: 6990px;
}
.time__d--1166 {
  width: 6996px;
}
.time__d--1167 {
  width: 7002px;
}
.time__d--1168 {
  width: 7008px;
}
.time__d--1169 {
  width: 7014px;
}
.time__d--1170 {
  width: 7020px;
}
.time__d--1171 {
  width: 7026px;
}
.time__d--1172 {
  width: 7032px;
}
.time__d--1173 {
  width: 7038px;
}
.time__d--1174 {
  width: 7044px;
}
.time__d--1175 {
  width: 7050px;
}
.time__d--1176 {
  width: 7056px;
}
.time__d--1177 {
  width: 7062px;
}
.time__d--1178 {
  width: 7068px;
}
.time__d--1179 {
  width: 7074px;
}
.time__d--1180 {
  width: 7080px;
}
.time__d--1181 {
  width: 7086px;
}
.time__d--1182 {
  width: 7092px;
}
.time__d--1183 {
  width: 7098px;
}
.time__d--1184 {
  width: 7104px;
}
.time__d--1185 {
  width: 7110px;
}
.time__d--1186 {
  width: 7116px;
}
.time__d--1187 {
  width: 7122px;
}
.time__d--1188 {
  width: 7128px;
}
.time__d--1189 {
  width: 7134px;
}
.time__d--1190 {
  width: 7140px;
}
.time__d--1191 {
  width: 7146px;
}
.time__d--1192 {
  width: 7152px;
}
.time__d--1193 {
  width: 7158px;
}
.time__d--1194 {
  width: 7164px;
}
.time__d--1195 {
  width: 7170px;
}
.time__d--1196 {
  width: 7176px;
}
.time__d--1197 {
  width: 7182px;
}
.time__d--1198 {
  width: 7188px;
}
.time__d--1199 {
  width: 7194px;
}
.time__d--1200 {
  width: 7200px;
}
.time__d--1201 {
  width: 7206px;
}
.time__d--1202 {
  width: 7212px;
}
.time__d--1203 {
  width: 7218px;
}
.time__d--1204 {
  width: 7224px;
}
.time__d--1205 {
  width: 7230px;
}
.time__d--1206 {
  width: 7236px;
}
.time__d--1207 {
  width: 7242px;
}
.time__d--1208 {
  width: 7248px;
}
.time__d--1209 {
  width: 7254px;
}
.time__d--1210 {
  width: 7260px;
}
.time__d--1211 {
  width: 7266px;
}
.time__d--1212 {
  width: 7272px;
}
.time__d--1213 {
  width: 7278px;
}
.time__d--1214 {
  width: 7284px;
}
.time__d--1215 {
  width: 7290px;
}
.time__d--1216 {
  width: 7296px;
}
.time__d--1217 {
  width: 7302px;
}
.time__d--1218 {
  width: 7308px;
}
.time__d--1219 {
  width: 7314px;
}
.time__d--1220 {
  width: 7320px;
}
.time__d--1221 {
  width: 7326px;
}
.time__d--1222 {
  width: 7332px;
}
.time__d--1223 {
  width: 7338px;
}
.time__d--1224 {
  width: 7344px;
}
.time__d--1225 {
  width: 7350px;
}
.time__d--1226 {
  width: 7356px;
}
.time__d--1227 {
  width: 7362px;
}
.time__d--1228 {
  width: 7368px;
}
.time__d--1229 {
  width: 7374px;
}
.time__d--1230 {
  width: 7380px;
}
.time__d--1231 {
  width: 7386px;
}
.time__d--1232 {
  width: 7392px;
}
.time__d--1233 {
  width: 7398px;
}
.time__d--1234 {
  width: 7404px;
}
.time__d--1235 {
  width: 7410px;
}
.time__d--1236 {
  width: 7416px;
}
.time__d--1237 {
  width: 7422px;
}
.time__d--1238 {
  width: 7428px;
}
.time__d--1239 {
  width: 7434px;
}
.time__d--1240 {
  width: 7440px;
}
.time__d--1241 {
  width: 7446px;
}
.time__d--1242 {
  width: 7452px;
}
.time__d--1243 {
  width: 7458px;
}
.time__d--1244 {
  width: 7464px;
}
.time__d--1245 {
  width: 7470px;
}
.time__d--1246 {
  width: 7476px;
}
.time__d--1247 {
  width: 7482px;
}
.time__d--1248 {
  width: 7488px;
}
.time__d--1249 {
  width: 7494px;
}
.time__d--1250 {
  width: 7500px;
}
.time__d--1251 {
  width: 7506px;
}
.time__d--1252 {
  width: 7512px;
}
.time__d--1253 {
  width: 7518px;
}
.time__d--1254 {
  width: 7524px;
}
.time__d--1255 {
  width: 7530px;
}
.time__d--1256 {
  width: 7536px;
}
.time__d--1257 {
  width: 7542px;
}
.time__d--1258 {
  width: 7548px;
}
.time__d--1259 {
  width: 7554px;
}
.time__d--1260 {
  width: 7560px;
}
.time__d--1261 {
  width: 7566px;
}
.time__d--1262 {
  width: 7572px;
}
.time__d--1263 {
  width: 7578px;
}
.time__d--1264 {
  width: 7584px;
}
.time__d--1265 {
  width: 7590px;
}
.time__d--1266 {
  width: 7596px;
}
.time__d--1267 {
  width: 7602px;
}
.time__d--1268 {
  width: 7608px;
}
.time__d--1269 {
  width: 7614px;
}
.time__d--1270 {
  width: 7620px;
}
.time__d--1271 {
  width: 7626px;
}
.time__d--1272 {
  width: 7632px;
}
.time__d--1273 {
  width: 7638px;
}
.time__d--1274 {
  width: 7644px;
}
.time__d--1275 {
  width: 7650px;
}
.time__d--1276 {
  width: 7656px;
}
.time__d--1277 {
  width: 7662px;
}
.time__d--1278 {
  width: 7668px;
}
.time__d--1279 {
  width: 7674px;
}
.time__d--1280 {
  width: 7680px;
}
.time__d--1281 {
  width: 7686px;
}
.time__d--1282 {
  width: 7692px;
}
.time__d--1283 {
  width: 7698px;
}
.time__d--1284 {
  width: 7704px;
}
.time__d--1285 {
  width: 7710px;
}
.time__d--1286 {
  width: 7716px;
}
.time__d--1287 {
  width: 7722px;
}
.time__d--1288 {
  width: 7728px;
}
.time__d--1289 {
  width: 7734px;
}
.time__d--1290 {
  width: 7740px;
}
.time__d--1291 {
  width: 7746px;
}
.time__d--1292 {
  width: 7752px;
}
.time__d--1293 {
  width: 7758px;
}
.time__d--1294 {
  width: 7764px;
}
.time__d--1295 {
  width: 7770px;
}
.time__d--1296 {
  width: 7776px;
}
.time__d--1297 {
  width: 7782px;
}
.time__d--1298 {
  width: 7788px;
}
.time__d--1299 {
  width: 7794px;
}
.time__d--1300 {
  width: 7800px;
}
.time__d--1301 {
  width: 7806px;
}
.time__d--1302 {
  width: 7812px;
}
.time__d--1303 {
  width: 7818px;
}
.time__d--1304 {
  width: 7824px;
}
.time__d--1305 {
  width: 7830px;
}
.time__d--1306 {
  width: 7836px;
}
.time__d--1307 {
  width: 7842px;
}
.time__d--1308 {
  width: 7848px;
}
.time__d--1309 {
  width: 7854px;
}
.time__d--1310 {
  width: 7860px;
}
.time__d--1311 {
  width: 7866px;
}
.time__d--1312 {
  width: 7872px;
}
.time__d--1313 {
  width: 7878px;
}
.time__d--1314 {
  width: 7884px;
}
.time__d--1315 {
  width: 7890px;
}
.time__d--1316 {
  width: 7896px;
}
.time__d--1317 {
  width: 7902px;
}
.time__d--1318 {
  width: 7908px;
}
.time__d--1319 {
  width: 7914px;
}
.time__d--1320 {
  width: 7920px;
}
.time__d--1321 {
  width: 7926px;
}
.time__d--1322 {
  width: 7932px;
}
.time__d--1323 {
  width: 7938px;
}
.time__d--1324 {
  width: 7944px;
}
.time__d--1325 {
  width: 7950px;
}
.time__d--1326 {
  width: 7956px;
}
.time__d--1327 {
  width: 7962px;
}
.time__d--1328 {
  width: 7968px;
}
.time__d--1329 {
  width: 7974px;
}
.time__d--1330 {
  width: 7980px;
}
.time__d--1331 {
  width: 7986px;
}
.time__d--1332 {
  width: 7992px;
}
.time__d--1333 {
  width: 7998px;
}
.time__d--1334 {
  width: 8004px;
}
.time__d--1335 {
  width: 8010px;
}
.time__d--1336 {
  width: 8016px;
}
.time__d--1337 {
  width: 8022px;
}
.time__d--1338 {
  width: 8028px;
}
.time__d--1339 {
  width: 8034px;
}
.time__d--1340 {
  width: 8040px;
}
.time__d--1341 {
  width: 8046px;
}
.time__d--1342 {
  width: 8052px;
}
.time__d--1343 {
  width: 8058px;
}
.time__d--1344 {
  width: 8064px;
}
.time__d--1345 {
  width: 8070px;
}
.time__d--1346 {
  width: 8076px;
}
.time__d--1347 {
  width: 8082px;
}
.time__d--1348 {
  width: 8088px;
}
.time__d--1349 {
  width: 8094px;
}
.time__d--1350 {
  width: 8100px;
}
.time__d--1351 {
  width: 8106px;
}
.time__d--1352 {
  width: 8112px;
}
.time__d--1353 {
  width: 8118px;
}
.time__d--1354 {
  width: 8124px;
}
.time__d--1355 {
  width: 8130px;
}
.time__d--1356 {
  width: 8136px;
}
.time__d--1357 {
  width: 8142px;
}
.time__d--1358 {
  width: 8148px;
}
.time__d--1359 {
  width: 8154px;
}
.time__d--1360 {
  width: 8160px;
}
.time__d--1361 {
  width: 8166px;
}
.time__d--1362 {
  width: 8172px;
}
.time__d--1363 {
  width: 8178px;
}
.time__d--1364 {
  width: 8184px;
}
.time__d--1365 {
  width: 8190px;
}
.time__d--1366 {
  width: 8196px;
}
.time__d--1367 {
  width: 8202px;
}
.time__d--1368 {
  width: 8208px;
}
.time__d--1369 {
  width: 8214px;
}
.time__d--1370 {
  width: 8220px;
}
.time__d--1371 {
  width: 8226px;
}
.time__d--1372 {
  width: 8232px;
}
.time__d--1373 {
  width: 8238px;
}
.time__d--1374 {
  width: 8244px;
}
.time__d--1375 {
  width: 8250px;
}
.time__d--1376 {
  width: 8256px;
}
.time__d--1377 {
  width: 8262px;
}
.time__d--1378 {
  width: 8268px;
}
.time__d--1379 {
  width: 8274px;
}
.time__d--1380 {
  width: 8280px;
}
.time__d--1381 {
  width: 8286px;
}
.time__d--1382 {
  width: 8292px;
}
.time__d--1383 {
  width: 8298px;
}
.time__d--1384 {
  width: 8304px;
}
.time__d--1385 {
  width: 8310px;
}
.time__d--1386 {
  width: 8316px;
}
.time__d--1387 {
  width: 8322px;
}
.time__d--1388 {
  width: 8328px;
}
.time__d--1389 {
  width: 8334px;
}
.time__d--1390 {
  width: 8340px;
}
.time__d--1391 {
  width: 8346px;
}
.time__d--1392 {
  width: 8352px;
}
.time__d--1393 {
  width: 8358px;
}
.time__d--1394 {
  width: 8364px;
}
.time__d--1395 {
  width: 8370px;
}
.time__d--1396 {
  width: 8376px;
}
.time__d--1397 {
  width: 8382px;
}
.time__d--1398 {
  width: 8388px;
}
.time__d--1399 {
  width: 8394px;
}
.time__d--1400 {
  width: 8400px;
}
.time__d--1401 {
  width: 8406px;
}
.time__d--1402 {
  width: 8412px;
}
.time__d--1403 {
  width: 8418px;
}
.time__d--1404 {
  width: 8424px;
}
.time__d--1405 {
  width: 8430px;
}
.time__d--1406 {
  width: 8436px;
}
.time__d--1407 {
  width: 8442px;
}
.time__d--1408 {
  width: 8448px;
}
.time__d--1409 {
  width: 8454px;
}
.time__d--1410 {
  width: 8460px;
}
.time__d--1411 {
  width: 8466px;
}
.time__d--1412 {
  width: 8472px;
}
.time__d--1413 {
  width: 8478px;
}
.time__d--1414 {
  width: 8484px;
}
.time__d--1415 {
  width: 8490px;
}
.time__d--1416 {
  width: 8496px;
}
.time__d--1417 {
  width: 8502px;
}
.time__d--1418 {
  width: 8508px;
}
.time__d--1419 {
  width: 8514px;
}
.time__d--1420 {
  width: 8520px;
}
.time__d--1421 {
  width: 8526px;
}
.time__d--1422 {
  width: 8532px;
}
.time__d--1423 {
  width: 8538px;
}
.time__d--1424 {
  width: 8544px;
}
.time__d--1425 {
  width: 8550px;
}
.time__d--1426 {
  width: 8556px;
}
.time__d--1427 {
  width: 8562px;
}
.time__d--1428 {
  width: 8568px;
}
.time__d--1429 {
  width: 8574px;
}
.time__d--1430 {
  width: 8580px;
}
.time__d--1431 {
  width: 8586px;
}
.time__d--1432 {
  width: 8592px;
}
.time__d--1433 {
  width: 8598px;
}
.time__d--1434 {
  width: 8604px;
}
.time__d--1435 {
  width: 8610px;
}
.time__d--1436 {
  width: 8616px;
}
.time__d--1437 {
  width: 8622px;
}
.time__d--1438 {
  width: 8628px;
}
.time__d--1439 {
  width: 8634px;
}

.earliest--0 {
  margin-left: calc(-110px
		);
}
.earliest--1 {
  margin-left: calc(-470px
		);
}
.earliest--2 {
  margin-left: calc(-830px
		);
}
.earliest--3 {
  margin-left: calc(-1190px
		);
}
.earliest--4 {
  margin-left: calc(-1550px
		);
}
.earliest--5 {
  margin-left: calc(-1910px
		);
}
.earliest--6 {
  margin-left: calc(-2270px
		);
}
.earliest--7 {
  margin-left: calc(-2630px
		);
}
.earliest--8 {
  margin-left: calc(-2990px
		);
}
.earliest--9 {
  margin-left: calc(-3350px
		);
}
.earliest--10 {
  margin-left: calc(-3710px
		);
}
.earliest--11 {
  margin-left: calc(-4070px
		);
}
.earliest--12 {
  margin-left: calc(-4430px
		);
}
.earliest--13 {
  margin-left: calc(-4790px
		);
}
.earliest--14 {
  margin-left: calc(-5150px
		);
}
.earliest--15 {
  margin-left: calc(-5510px
		);
}
.earliest--16 {
  margin-left: calc(-5870px
		);
}
.earliest--17 {
  margin-left: calc(-6230px
		);
}
.earliest--18 {
  margin-left: calc(-6590px
		);
}
.earliest--19 {
  margin-left: calc(-6950px
		);
}
.earliest--20 {
  margin-left: calc(-7310px
		);
}
.earliest--21 {
  margin-left: calc(-7670px
		);
}
.earliest--22 {
  margin-left: calc(-8030px
		);
}
.earliest--23 {
  margin-left: calc(-8390px
		);
}

.latest--0 {
  margin-right: 0px;
}
.latest--1 {
  margin-right: -360px;
}
.latest--2 {
  margin-right: -720px;
}
.latest--3 {
  margin-right: -1080px;
}
.latest--4 {
  margin-right: -1440px;
}
.latest--5 {
  margin-right: -1800px;
}
.latest--6 {
  margin-right: -2160px;
}
.latest--7 {
  margin-right: -2520px;
}
.latest--8 {
  margin-right: -2880px;
}
.latest--9 {
  margin-right: -3240px;
}
.latest--10 {
  margin-right: -3600px;
}
.latest--11 {
  margin-right: -3960px;
}
.latest--12 {
  margin-right: -4320px;
}
.latest--13 {
  margin-right: -4680px;
}
.latest--14 {
  margin-right: -5040px;
}
.latest--15 {
  margin-right: -5400px;
}
.latest--16 {
  margin-right: -5760px;
}
.latest--17 {
  margin-right: -6120px;
}
.latest--18 {
  margin-right: -6480px;
}
.latest--19 {
  margin-right: -6840px;
}
.latest--20 {
  margin-right: -7200px;
}
.latest--21 {
  margin-right: -7560px;
}
.latest--22 {
  margin-right: -7920px;
}
.latest--23 {
  margin-right: -8280px;
}

.timetable__buttons {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.timetable__button {
  background-color: #0062ff;
  opacity: 0.7;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "America-regular";
  font-size: 0.875rem;
  margin-top: 20px;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.timetable__button:hover, .timetable__button--active {
  opacity: 1;
  background-color: #0062ff;
  color: #ffffff;
}

.lineup__favbutton {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M17.678.689c-3.804 0-5.68 3.75-5.68 3.75S10.125.689 6.32.689C3.228.689.78 3.275.749 6.36.684 12.767 5.83 17.323 11.47 21.151a.938.938 0 001.055 0c5.64-3.828 10.787-8.384 10.723-14.79-.032-3.086-2.48-5.672-5.571-5.672z'/%3E%3C/svg%3E");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
}
.lineup__favbutton--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}

.draggable {
  cursor: grab;
  /* Doesn't allow to select the content inside */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media print {
  .template-timetable {
    zoom: 50%;
    width: 100%;
    /* Prevent horizontal overflow */
  }
  .template-timetable nav,
  .template-timetable footer,
  .template-timetable .timetable__filtercontainer,
  .template-timetable .button--filter-icon {
    display: none;
  }
  .template-timetable main {
    overflow: visible;
    width: 10000px;
  }
  .template-timetable-conference {
    zoom: 40%;
  }
}
.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
}

.submenu {
  display: none;
}
@media only screen and (min-width: 992px) {
  .submenu {
    display: block;
  }
}
.menu__item--active .submenu {
  display: block;
}

.menu {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .menu {
    margin-top: 0;
  }
}
.menu__item {
  position: relative;
}
.menu__arrow {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 10px;
  height: 32px;
  width: 32px;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12px' height='8px' viewBox='0 0 12 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Menu' transform='translate(-292.000000, -425.000000)' fill='%230062ff' fill-rule='nonzero'%3E %3Cg id='Group' transform='translate(15.000000, 410.000000)'%3E %3Cg id='keyboard_arrow_down---material' transform='translate(277.000000, 15.424000)'%3E %3Cpolygon id='Path' points='1.416 0 6 4.608 10.584 0 12 1.416 6 7.416 0 1.416'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.menu__arrow:focus {
  outline: 2px solid #0062ff;
  outline-offset: 2px;
}
@media only screen and (min-width: 992px) {
  .menu__arrow {
    display: none;
  }
}

.instagram {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.instagram__container1, .instagram__container2 {
  display: contents;
}
.instagram div {
  position: relative;
  padding-top: 133%; /* 1:1.33 aspect ratio (portrait) */
}
.instagram a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.instagram img,
.instagram video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hamburger {
  float: right;
  position: relative;
  z-index: 9000;
  width: 2.5em;
  height: 2.5em;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger__line {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  border-radius: 1px;
  margin-bottom: 10px;
}
.hamburger__line:last-child {
  margin-bottom: 0;
}

.hamburger--active {
  position: absolute;
  top: 20px;
  right: 15px;
}
@media only screen and (min-width: 992px) {
  .hamburger--active {
    top: 50px;
    right: 50px;
  }
}
.hamburger--active .hamburger__line {
  background: #ffffff;
}

.hamburger--steps .hamburger__line {
  transition: width 0.12s ease-in-out;
  float: right;
}

.hamburger--steps .hamburger__line:nth-child(2) {
  width: 80%;
}

.hamburger--steps .hamburger__line:last-child {
  width: 55%;
}

.hamburger--steps:hover .hamburger__line {
  width: 100%;
}

.hamburger--active.hamburger--steps .hamburger__line {
  transition: none;
  width: 100%;
}

.hamburger--active .hamburger__line {
  position: absolute;
  top: 0.8em;
  margin: 0;
}

.hamburger--active .hamburger__line:first-child {
  transform: rotate(-45deg);
}

.hamburger--active .hamburger__line:nth-child(2) {
  display: none;
}

.hamburger--active .hamburger__line:last-child {
  transform: rotate(45deg);
}

.breadcrumb__container {
  padding-top: 2px;
  border-bottom: 1px solid #000000;
}

.breadcrumb {
  margin: 5px 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}
.breadcrumb li {
  font-family: "America-regular";
  font-size: 0.875rem;
  color: black;
  text-transform: uppercase;
}
.breadcrumb li a {
  font-family: "America-regular";
  font-size: 0.875rem;
  color: #B1B4BC;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: black;
}

.sidebar {
  display: none;
  background-color: #ffffff;
  margin-top: -112px;
  width: 100%;
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 10px;
  padding-top: 140px;
  overflow-y: scroll;
  border-right: 1px solid black;
}
@media only screen and (min-width: 992px) {
  .sidebar {
    display: block;
    width: 25%;
  }
}
.sidebar__cross {
  position: absolute;
  z-index: 999;
  top: 149px;
  right: 20px;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Filter' transform='translate(-285.000000, -14.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='close---material' transform='translate(285.360000, 14.360000)'%3E %3Cpolygon id='Path' points='23.28 2.36 14 11.64 23.28 20.92 20.92 23.28 11.64 14 2.36 23.28 0 20.92 9.28 11.64 0 2.36 2.36 0 11.64 9.28 20.92 0'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .sidebar__cross {
    display: none;
  }
}
.sidebar--open {
  display: block;
  z-index: 999;
  overflow-y: scroll;
}

.filter__title {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  clear: both;
  font-size: 1.5rem;
}

input,
select {
  float: left;
  clear: both;
  max-width: 100%;
  margin: 10px 0;
}

select {
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  line-height: 2.2rem;
  cursor: pointer;
  font-size: 0.875em;
  font-family: "America-regular";
  text-transform: uppercase;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='34px' height='34px' viewBox='0 0 34 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Overzicht-delegates' transform='translate(-18.000000, -203.000000)'%3E %3Cg id='dropdown' transform='translate(18.000000, 200.000000)'%3E %3Cg id='Group-4' transform='translate(0.000000, 3.000000)'%3E %3Cg transform='translate(11.939068, 14.520000)' fill='%230062ff' fill-rule='nonzero'%3E %3Cpolygon id='Path' points='1.18 0 5 3.84 8.82 0 10 1.18 5 6.18 0 1.18'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
select:hover {
  background-position: left bottom;
}

.sidebar__search {
  border: 1px solid #000000;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  padding-left: 40px;
  width: 70%;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 10px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18px' height='19px' viewBox='0 0 18 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Overzicht-delegates' transform='translate(-323.000000, -400.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='searchbar' transform='translate(312.000000, 390.000000)'%3E %3Cg id='search---material' transform='translate(11.000000, 10.600000)'%3E %3Cpath d='M6.528,11.016 C7.344,11.016 8.096,10.812 8.784,10.404 C9.472,9.996 10.016,9.448 10.416,8.76 C10.816,8.072 11.016,7.32 11.016,6.504 C11.016,5.688 10.816,4.936 10.416,4.248 C10.016,3.56 9.472,3.016 8.784,2.616 C8.096,2.216 7.344,2.016 6.528,2.016 C5.712,2.016 4.96,2.216 4.272,2.616 C3.584,3.016 3.036,3.56 2.628,4.248 C2.22,4.936 2.016,5.688 2.016,6.504 C2.016,7.32 2.22,8.072 2.628,8.76 C3.036,9.448 3.584,9.996 4.272,10.404 C4.96,10.812 5.712,11.016 6.528,11.016 Z M12.528,11.016 L17.496,15.984 L15.984,17.496 L11.016,12.504 L11.016,11.712 L10.728,11.448 C10.168,11.944 9.524,12.324 8.796,12.588 C8.068,12.852 7.312,12.984 6.528,12.984 C5.344,12.984 4.252,12.696 3.252,12.12 C2.252,11.544 1.464,10.768 0.888,9.792 C0.296,8.784 0,7.688 0,6.504 C0,5.32 0.292,4.228 0.876,3.228 C1.46,2.228 2.252,1.44 3.252,0.864 C4.252,0.288 5.344,0 6.528,0 C7.712,0 8.808,0.296 9.816,0.888 C10.792,1.464 11.564,2.248 12.132,3.24 C12.7,4.232 12.984,5.32 12.984,6.504 C12.984,7.304 12.852,8.068 12.588,8.796 C12.324,9.524 11.944,10.168 11.448,10.728 L11.712,11.016 L12.528,11.016 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}

.green-button--arrow-icon {
  border: 0;
  display: inline-block;
  margin-top: 20px;
  background-color: #000000;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  color: #ffffff;
  padding: 15px;
  transition: background-color 0.2s ease-in-out;
}
.green-button--arrow-icon:hover {
  background-color: #0062ff;
}

.button--filter-icon {
  border: 1px solid #000000;
  display: inline-block;
  margin: 10px 15px;
  margin-top: 50px;
  background-color: #ffffff;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.875rem;
  text-decoration: none;
  color: #000000;
  padding: 15px;
  padding-right: 40px;
  transition: margin 0.2s ease-in-out;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center right 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='21px' height='21px' viewBox='0 0 21 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='®' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Overzicht-line-up' transform='translate(-20.000000, -333.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='Filter' transform='translate(11.000000, 325.000000)'%3E %3Cg id='\e06c' transform='translate(19.375000, 18.625000) rotate(90.000000) translate(-19.375000, -18.625000) translate(9.375000, 8.625000)'%3E %3Cpath d='M3.125,7.578125 L3.125,0.625 C3.125,0.455729167 3.06315104,0.309244792 2.93945312,0.185546875 C2.81575521,0.0618489583 2.66927083,0 2.5,0 C2.33072917,0 2.18424479,0.0618489583 2.06054688,0.185546875 C1.93684896,0.309244792 1.875,0.455729167 1.875,0.625 L1.875,7.578125 C1.34114583,7.72135417 0.895182292,8.01432292 0.537109375,8.45703125 C0.179036458,8.89973958 0,9.4140625 0,10 C0,10.5859375 0.179036458,11.1002604 0.537109375,11.5429688 C0.895182292,11.9856771 1.34114583,12.2786458 1.875,12.421875 L1.875,19.375 C1.875,19.5442708 1.93684896,19.6907552 2.06054688,19.8144531 C2.18424479,19.938151 2.33072917,20 2.5,20 C2.66927083,20 2.81575521,19.938151 2.93945312,19.8144531 C3.06315104,19.6907552 3.125,19.5442708 3.125,19.375 L3.125,12.421875 C3.671875,12.2786458 4.12109375,11.9856771 4.47265625,11.5429688 C4.82421875,11.1002604 5,10.5859375 5,10 C5,9.4140625 4.82421875,8.89973958 4.47265625,8.45703125 C4.12109375,8.01432292 3.671875,7.72135417 3.125,7.578125 Z M2.5,11.25 C2.5,11.25 2.5,11.25 2.5,11.25 C2.5,11.25 2.5,11.25 2.5,11.25 C2.5,11.25 2.5,11.25 2.5,11.25 C2.1484375,11.25 1.85221354,11.1263021 1.61132812,10.8789062 C1.37044271,10.6315104 1.25,10.3385417 1.25,10 C1.25,9.66145833 1.37044271,9.36848958 1.61132812,9.12109375 C1.85221354,8.87369792 2.1484375,8.75 2.5,8.75 C2.5,8.75 2.5,8.75 2.5,8.75 C2.5,8.75 2.5,8.75 2.5,8.75 C2.5,8.75 2.5,8.75 2.5,8.75 C2.5,8.75 2.5,8.75 2.5,8.75 C2.8515625,8.75 3.14778646,8.87369792 3.38867188,9.12109375 C3.62955729,9.36848958 3.75,9.66145833 3.75,10 C3.75,10.3385417 3.62955729,10.6315104 3.38867188,10.8789062 C3.14778646,11.1263021 2.8515625,11.25 2.5,11.25 Z M10.625,11.328125 L10.625,0.625 C10.625,0.455729167 10.563151,0.309244792 10.4394531,0.185546875 C10.3157552,0.0618489583 10.1692708,0 10,0 C9.83072917,0 9.68424479,0.0618489583 9.56054688,0.185546875 C9.43684896,0.309244792 9.375,0.455729167 9.375,0.625 L9.375,11.328125 C8.84114583,11.4713542 8.39518229,11.7643229 8.03710938,12.2070312 C7.67903646,12.6497396 7.5,13.1640625 7.5,13.75 C7.5,14.3359375 7.67903646,14.8502604 8.03710938,15.2929688 C8.39518229,15.7356771 8.84114583,16.0286458 9.375,16.171875 L9.375,19.375 C9.375,19.5442708 9.43684896,19.6907552 9.56054688,19.8144531 C9.68424479,19.938151 9.83072917,20 10,20 C10.1692708,20 10.3157552,19.938151 10.4394531,19.8144531 C10.563151,19.6907552 10.625,19.5442708 10.625,19.375 L10.625,16.171875 C11.171875,16.0286458 11.6210938,15.7356771 11.9726562,15.2929688 C12.3242188,14.8502604 12.5,14.3359375 12.5,13.75 C12.5,13.1640625 12.3242188,12.6497396 11.9726562,12.2070312 C11.6210938,11.7643229 11.171875,11.4713542 10.625,11.328125 Z M10,15 C10,15 10,15 10,15 C10,15 10,15 10,15 C10,15 10,15 10,15 C10,15 10,15 10,15 C9.6484375,15 9.35221354,14.8763021 9.11132812,14.6289062 C8.87044271,14.3815104 8.75,14.0885417 8.75,13.75 C8.75,13.4114583 8.87044271,13.1184896 9.11132812,12.8710938 C9.35221354,12.6236979 9.6484375,12.5 10,12.5 C10,12.5 10,12.5 10,12.5 C10,12.5 10,12.5 10,12.5 C10,12.5 10,12.5 10,12.5 C10,12.5 10,12.5 10,12.5 C10.3515625,12.5 10.6477865,12.6236979 10.8886719,12.8710938 C11.1295573,13.1184896 11.25,13.4114583 11.25,13.75 C11.25,14.0885417 11.1295573,14.3815104 10.8886719,14.6289062 C10.6477865,14.8763021 10.3515625,15 10,15 Z M18.125,3.828125 L18.125,0.625 C18.125,0.455729167 18.063151,0.309244792 17.9394531,0.185546875 C17.8157552,0.0618489583 17.6692708,0 17.5,0 C17.3307292,0 17.1842448,0.0618489583 17.0605469,0.185546875 C16.936849,0.309244792 16.875,0.455729167 16.875,0.625 L16.875,3.828125 C16.3411458,3.97135417 15.8951823,4.26432292 15.5371094,4.70703125 C15.1790365,5.14973958 15,5.6640625 15,6.25 C15,6.8359375 15.1790365,7.35026042 15.5371094,7.79296875 C15.8951823,8.23567708 16.3411458,8.52864583 16.875,8.671875 L16.875,19.375 C16.875,19.5442708 16.936849,19.6907552 17.0605469,19.8144531 C17.1842448,19.938151 17.3307292,20 17.5,20 C17.6692708,20 17.8157552,19.938151 17.9394531,19.8144531 C18.063151,19.6907552 18.125,19.5442708 18.125,19.375 L18.125,8.671875 C18.671875,8.52864583 19.1210938,8.23567708 19.4726562,7.79296875 C19.8242188,7.35026042 20,6.8359375 20,6.25 C20,5.6640625 19.8242188,5.14973958 19.4726562,4.70703125 C19.1210938,4.26432292 18.671875,3.97135417 18.125,3.828125 Z M17.5,7.5 C17.5,7.5 17.5,7.5 17.5,7.5 C17.5,7.5 17.5,7.5 17.5,7.5 C17.5,7.5 17.5,7.5 17.5,7.5 C17.5,7.5 17.5,7.5 17.5,7.5 C17.1484375,7.5 16.8522135,7.37630208 16.6113281,7.12890625 C16.3704427,6.88151042 16.25,6.58854167 16.25,6.25 C16.25,5.91145833 16.3704427,5.61848958 16.6113281,5.37109375 C16.8522135,5.12369792 17.1484375,5 17.5,5 C17.5,5 17.5,5 17.5,5 C17.5,5 17.5,5 17.5,5 C17.5,5 17.5,5 17.5,5 C17.8515625,5 18.1477865,5.12369792 18.3886719,5.37109375 C18.6295573,5.61848958 18.75,5.91145833 18.75,6.25 C18.75,6.58854167 18.6295573,6.88151042 18.3886719,7.12890625 C18.1477865,7.37630208 17.8515625,7.5 17.5,7.5 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  transition: padding 0.2s ease-in-out;
  position: sticky;
  top: 80px;
  z-index: 899;
}
.button--filter-icon:hover {
  padding-right: 50px;
}
@media only screen and (min-width: 992px) {
  .button--filter-icon {
    display: none;
  }
}

/* .profile_media .profile__column {
    display: none; 
}
 */
.template-profilepage .container {
  padding: 0 15px;
}
.template-profilepage main {
  margin-top: 160px;
}
.template-profilepage .profile__favorites {
  margin: 20px 0 0 0;
  padding: 30px 0;
  background-color: #E5E5E6;
}
.template-profilepage .profile__regular {
  margin: 10px 0;
}
.template-profilepage .profile__personalinfo {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .template-profilepage .profile__personalinfo {
    justify-content: start;
  }
}
.template-profilepage .profile__block {
  margin: 20px 0;
  font-size: 1.25rem;
  text-align: center;
  width: 200px;
}
.template-profilepage .profile__innerblock {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #E5E5E6;
  width: 200px;
  height: 200px;
  font-size: 2.25rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.block-artist {
  background-color: #E5E5E6;
  padding: 10px 0;
}

.profile {
  font-size: 1.3rem;
  margin: 30px 0;
}
.profile::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .profile {
    font-size: 1.375rem;
  }
}
.profile label {
  clear: both;
  float: left;
  font-size: 0.7rem;
}
.profile input {
  width: 100%;
}
.profile__largecolumn {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.profile__column {
  float: left;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .profile__column {
    width: 50%;
  }
}
.profile__title {
  font-family: "Suisse-regular";
  font-size: 2.3rem;
  line-height: 1;
  margin-bottom: -6px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .profile__title {
    font-size: 3.5rem;
    margin-bottom: -10px;
    max-width: 50%;
  }
}
.profile__country {
  font-family: "America-regular";
  font-size: 0.875rem;
  text-transform: uppercase;
}
.profile__imagecontainer {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
.profile__image {
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
.profile__placeholder {
  background-color: #E5E5E6;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.profile__linkedin {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpolygon id='path-okxdfkf7bx-1' points='0 0 5.37158882 0 5.37158882 5.41305794 0 5.41305794'%3E%3C/polygon%3E %3Cpolygon id='path-okxdfkf7bx-3' points='0 0 14.1176181 0 14.1176181 15.114143 0 15.114143'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-spreker-Copy' transform='translate(-763.000000, -545.000000)'%3E %3Cg id='Group-9' transform='translate(763.000000, 545.000000)'%3E %3Cpolygon id='Fill-1' fill='%23222221' points='0.709677419 22 4.96774194 22 4.96774194 7.09677419 0.709677419 7.09677419'%3E%3C/polygon%3E %3Cg id='Group-8'%3E %3Cg id='Group-4'%3E%3Cg id='Clip-3'%3E%3C/g%3E %3Cpath d='M2.68573675,5.41305794 C4.16877916,5.41305794 5.37158882,4.20042231 5.37158882,2.70652897 C5.37158882,1.21148294 4.16877916,0 2.68573675,0 C1.20154112,0 -0.000115322116,1.21148294 -0.000115322116,2.70652897 C-0.000115322116,4.20042231 1.20154112,5.41305794 2.68573675,5.41305794' id='Fill-2' fill='%23222221'%3E%3C/path%3E %3C/g%3E %3Cg id='Group-7' transform='translate(7.882382, 6.885857)'%3E %3Cg id='Clip-6'%3E%3C/g%3E %3Cpath d='M4.35686953,7.41528998 C4.35686953,5.35311778 5.30597054,4.1254971 7.1246003,4.1254971 C8.79446454,4.1254971 9.59710646,5.30470457 9.59710646,7.41528998 L9.59710646,15.114143 L14.1177334,15.114143 L14.1177334,5.82802831 C14.1177334,1.89964214 11.8897101,0 8.77831944,0 C5.66577554,0 4.35686953,2.42296589 4.35686953,2.42296589 L4.35686953,0.447245844 L0,0.447245844 L0,15.114143 L4.35686953,15.114143 L4.35686953,7.41528998 Z' id='Fill-5' fill='%23222221'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center;
  background-size: contain;
  display: block;
  height: 22px;
  width: 22px;
}
.profile a {
  color: #000000;
  text-decoration: none;
}
.profile__regular {
  color: #000000;
  font-family: "Suisse-regular";
}
.profile__pastedition {
  color: #B1B4BC;
}
.profile__bio {
  font-family: "Suisse-light";
  font-size: 1rem;
  margin-top: 30px;
}
.profile__label {
  font-family: "Suisse-regular";
  font-size: 1.33rem;
}
.profile__metainfo {
  font-family: "Suisse-light";
  font-size: 1.33rem;
  margin: 10px 0;
}
.profile__metainfo a {
  color: #000000;
  text-decoration: none;
}
.profile__radio {
  align-items: center;
  display: flex;
  margin: 10px 0;
}
.profile__radio__logo {
  align-self: flex-start;
  margin-right: 20px;
  width: 100px;
}
.profile__radio__name {
  flex: 1 1 auto;
}
.profile__additionalinfo .profile__column {
  padding: 30px 10px 30px;
}
@media only screen and (min-width: 992px) {
  .profile__additionalinfo .profile__column {
    padding: 50px 0 30px;
  }
}

.profile_socialbar__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  margin-top: 1em;
  width: 25px;
}
.profile_socialbar__icon--instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-639.000000, -5391.000000)' fill='%23000000'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cg id='Group-7' transform='translate(0.000000, 40.000000)'%3E %3Cpath d='M10,0 C7.28423529,0 6.94352941,0.0115294118 5.87694118,0.0602352941 C4.81270588,0.108705882 4.08564706,0.277882353 3.44964706,0.524941176 C2.792,0.780470588 2.23435294,1.12235294 1.67835294,1.67835294 C1.12235294,2.23435294 0.780470588,2.792 0.524941176,3.44964706 C0.277882353,4.08564706 0.108705882,4.81270588 0.0602352941,5.87694118 C0.0115294118,6.94352941 0,7.28423529 0,10 C0,12.7157647 0.0115294118,13.0564706 0.0602352941,14.1230588 C0.108705882,15.1872941 0.277882353,15.9143529 0.524941176,16.5503529 C0.780470588,17.208 1.12235294,17.7656471 1.67835294,18.3216471 C2.23435294,18.8774118 2.792,19.2195294 3.44964706,19.4750588 C4.08564706,19.7221176 4.81270588,19.8912941 5.87694118,19.9397647 C6.94352941,19.9884706 7.28423529,20 10,20 C12.7157647,20 13.0564706,19.9884706 14.1230588,19.9397647 C15.1872941,19.8912941 15.9143529,19.7221176 16.5503529,19.4750588 C17.208,19.2195294 17.7656471,18.8774118 18.3216471,18.3216471 C18.8774118,17.7656471 19.2195294,17.208 19.4750588,16.5503529 C19.7221176,15.9143529 19.8912941,15.1872941 19.9397647,14.1230588 C19.9884706,13.0564706 20,12.7157647 20,10 C20,7.28423529 19.9884706,6.94352941 19.9397647,5.87694118 C19.8912941,4.81270588 19.7221176,4.08564706 19.4750588,3.44964706 C19.2195294,2.792 18.8774118,2.23435294 18.3216471,1.67835294 C17.7656471,1.12235294 17.208,0.780470588 16.5503529,0.524941176 C15.9143529,0.277882353 15.1872941,0.108705882 14.1230588,0.0602352941 C13.0564706,0.0115294118 12.7157647,0 10,0 M10,1.80188235 C12.6701176,1.80188235 12.9863529,1.812 14.0409412,1.86 C15.0157647,1.90447059 15.5454118,2.06752941 15.8976471,2.20447059 C16.3644706,2.38588235 16.6976471,2.60258824 17.0475294,2.95247059 C17.3974118,3.30235294 17.6141176,3.63552941 17.7955294,4.10235294 C17.9324706,4.45458824 18.0952941,4.98423529 18.14,5.95905882 C18.188,7.01364706 18.1981176,7.32988235 18.1981176,10 C18.1981176,12.6701176 18.188,12.9863529 18.14,14.0409412 C18.0952941,15.0157647 17.9324706,15.5454118 17.7955294,15.8976471 C17.6141176,16.3644706 17.3974118,16.6976471 17.0475294,17.0475294 C16.6976471,17.3974118 16.3644706,17.6141176 15.8976471,17.7955294 C15.5454118,17.9324706 15.0157647,18.0955294 14.0409412,18.14 C12.9865882,18.188 12.6703529,18.1981176 10,18.1981176 C7.32964706,18.1981176 7.01341176,18.188 5.95905882,18.14 C4.98423529,18.0955294 4.45458824,17.9324706 4.10235294,17.7955294 C3.63552941,17.6141176 3.30235294,17.3974118 2.95247059,17.0475294 C2.60258824,16.6976471 2.38588235,16.3644706 2.20447059,15.8976471 C2.06752941,15.5454118 1.90447059,15.0157647 1.86,14.0409412 C1.812,12.9863529 1.80188235,12.6701176 1.80188235,10 C1.80188235,7.32988235 1.812,7.01364706 1.86,5.95905882 C1.90447059,4.98423529 2.06752941,4.45458824 2.20447059,4.10235294 C2.38588235,3.63552941 2.60258824,3.30235294 2.95247059,2.95247059 C3.30235294,2.60258824 3.63552941,2.38588235 4.10235294,2.20447059 C4.45458824,2.06752941 4.98423529,1.90447059 5.95905882,1.86 C7.01364706,1.812 7.32988235,1.80188235 10,1.80188235' id='Fill-1'%3E%3C/path%3E %3Cpath d='M10,13.3753717 C8.13577713,13.3753717 6.62443182,11.864061 6.62443182,9.99988087 C6.62443182,8.1357007 8.13577713,6.62462828 10,6.62462828 C11.8642229,6.62462828 13.3755682,8.1357007 13.3755682,9.99988087 C13.3755682,11.864061 11.8642229,13.3753717 10,13.3753717 M10,4.8 C7.12813416,4.8 4.8,7.12808083 4.8,9.99988087 C4.8,12.8716809 7.12813416,15.2 10,15.2 C12.8718658,15.2 15.2,12.8716809 15.2,9.99988087 C15.2,7.12808083 12.8718658,4.8 10,4.8' id='Fill-3'%3E%3C/path%3E %3Cpath d='M16.8,4.4 C16.8,5.06282353 16.2628235,5.6 15.6,5.6 C14.9371765,5.6 14.4,5.06282353 14.4,4.4 C14.4,3.73717647 14.9371765,3.2 15.6,3.2 C16.2628235,3.2 16.8,3.73717647 16.8,4.4' id='Fill-5'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13px' height='24px' viewBox='0 0 13 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpolygon id='path-510yv224h5-1' points='0 0 13 0 13 24 0 24'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-798.000000, -571.000000)'%3E %3Cg id='Bio-artiest' transform='translate(756.000000, 243.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 328.000000)'%3E %3Cg transform='translate(42.000000, 0.000000)'%3E%3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M12.1481861,13.3981094 L12.8220097,9.0873632 L8.60729154,9.0873632 L8.60729154,6.28997346 C8.60729154,5.11066005 9.1960148,3.96117191 11.0837565,3.96117191 L13.0000901,3.96117191 L13.0000901,0.291337691 C13.0000901,0.291337691 11.2609363,-6.62783858e-05 9.59832778,-6.62783858e-05 C6.12722449,-6.62783858e-05 3.85833235,2.06450544 3.85833235,5.80194361 L3.85833235,9.0873632 L0,9.0873632 L0,13.3981094 L3.85833235,13.3981094 L3.85833235,24 L8.60729154,24 L8.60729154,13.3981094 L12.1481861,13.3981094 Z' id='Fill-1' fill='%23000000'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='300' height='300.251' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66'/%3E %3C/svg%3E");
}
.profile_socialbar__icon--youtube {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='14px' viewBox='0 0 20 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-739.000000, -5395.000000)' fill='%23000000'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cpath d='M108,54.1111111 L108,47.8888889 L113.6,51 L108,54.1111111 Z M119.582,46.1862222 C119.352,45.3255556 118.674444,44.648 117.813778,44.418 C116.254222,44 110,44 110,44 C110,44 103.745778,44 102.186222,44.418 C101.325556,44.648 100.648,45.3255556 100.418,46.1862222 C100,47.7457778 100,51 100,51 C100,51 100,54.2542222 100.418,55.814 C100.648,56.6744444 101.325556,57.352 102.186222,57.5822222 C103.745778,58 110,58 110,58 C110,58 116.254222,58 117.813778,57.5822222 C118.674444,57.352 119.352,56.6744444 119.582,55.814 C120,54.2542222 120,51 120,51 C120,51 120,47.7457778 119.582,46.1862222 L119.582,46.1862222 Z' id='Fill-1'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--spotify {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='23px' height='23px' viewBox='0 0 23 23' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-912.000000, -571.000000)' fill='%23000000'%3E %3Cg id='Bio-artiest' transform='translate(756.000000, 243.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 328.000000)'%3E %3Cpath d='M174.288181,10.4134923 C170.628945,8.16605765 164.593006,7.95943697 161.099762,9.05602227 C160.538886,9.23185855 159.945719,8.90436131 159.77569,8.32432769 C159.605661,7.74394622 159.922006,7.13086721 160.483387,6.95450916 C164.493444,5.69565358 171.159381,5.93879811 175.371925,8.52486105 C175.87663,8.83461814 176.042118,9.50857025 175.742928,10.02947 C175.443569,10.5512394 174.79154,10.7232493 174.288181,10.4134923 M173.897492,13.2602376 C173.643045,13.67001 173.103492,13.7985498 172.691246,13.5469294 C169.668548,11.7023746 165.059352,11.1680327 161.483438,12.2456497 C161.019702,12.3847771 160.529805,12.125216 160.389001,11.6656489 C160.249198,11.2052546 160.510809,10.7198803 160.973712,10.5799257 C165.058852,9.3492851 170.137117,9.94533272 173.608886,12.0633448 C174.021132,12.3154616 174.150772,12.8514578 173.897492,13.2602376 M172.680692,16.4431101 C172.47847,16.7786838 172.046684,16.8840148 171.71626,16.6794296 C169.073699,15.0440988 165.747616,14.6747652 161.830537,15.5807128 C161.4531,15.6683198 161.076996,15.4287932 160.990806,15.0466308 C160.904449,14.6644684 161.140014,14.2836565 161.518285,14.1963871 C165.804965,13.2041828 169.481978,13.6312459 172.447962,15.4664355 C172.778719,15.6708518 172.882748,16.1083805 172.680692,16.4431101 M167.5,0 C161.148763,0 156,5.14859259 156,11.4998296 C156,17.8515778 161.148763,23 167.5,23 C173.851407,23 179,17.8515778 179,11.4998296 C179,5.14859259 173.851407,0 167.5,0' id='Fill-1'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--deezer {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24px' height='16px' viewBox='0 0 24 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-947.000000, -576.000000)' fill='%23000000'%3E %3Cg id='Bio-artiest' transform='translate(756.000000, 243.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 328.000000)'%3E %3Cg id='Group-11' transform='translate(191.000000, 5.000000)'%3E %3Cpolygon id='Fill-1' points='18.8144044 3.0521598 24 3.0521598 24 0 18.8144044 0'%3E%3C/polygon%3E %3Cpolygon id='Fill-2' points='18.8144044 7.2847732 24 7.2847732 24 4.23283617 18.8144044 4.23283617'%3E%3C/polygon%3E %3Cpolygon id='Fill-3' points='18.8144044 11.5173866 24 11.5173866 24 8.46544957 18.8144044 8.46544957'%3E%3C/polygon%3E %3Cpolygon id='Fill-4' points='0 15.75 5.18559557 15.75 5.18559557 12.698063 0 12.698063'%3E%3C/polygon%3E %3Cpolygon id='Fill-5' points='6.27146814 15.75 11.4572853 15.75 11.4572853 12.698063 6.27146814 12.698063'%3E%3C/polygon%3E %3Cpolygon id='Fill-6' points='12.5429363 15.75 17.7285319 15.75 17.7285319 12.698063 12.5429363 12.698063'%3E%3C/polygon%3E %3Cpolygon id='Fill-7' points='18.8144044 15.75 24 15.75 24 12.698063 18.8144044 12.698063'%3E%3C/polygon%3E %3Cpolygon id='Fill-8' points='12.5429363 11.5173866 17.7285319 11.5173866 17.7285319 8.46544957 12.5429363 8.46544957'%3E%3C/polygon%3E %3Cpolygon id='Fill-9' points='6.27146814 11.5173866 11.4570637 11.5173866 11.4570637 8.46544957 6.27146814 8.46544957'%3E%3C/polygon%3E %3Cpolygon id='Fill-10' points='6.27146814 7.2847732 11.4570637 7.2847732 11.4570637 4.23283617 6.27146814 4.23283617'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--apple_music {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19px' height='24px' viewBox='0 0 19 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpolygon id='path-uv29vruy19-1' points='-5.35203562e-16 0 18.8651338 0 18.8651338 24 -5.35203562e-16 24'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-984.000000, -571.000000)'%3E %3Cg id='Bio-artiest' transform='translate(756.000000, 243.000000)'%3E %3Cg id='Group-3' transform='translate(0.000000, 328.000000)'%3E %3Cg transform='translate(228.000000, 0.000000)'%3E%3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M18.8653091,9.47722153 L18.8653091,17.8750303 C18.8653091,18.4885721 18.7825686,19.0954525 18.5066501,19.6469389 C18.0792745,20.515714 17.3896536,21.060539 16.465835,21.3224337 C15.9557189,21.4742415 15.4249176,21.5499701 14.8937657,21.5776671 C13.5012013,21.6463838 12.287791,20.7018801 12.0395696,19.3229888 C11.8257064,18.1853071 12.3705315,16.9305266 13.5702686,16.3443313 C14.0390145,16.116795 14.5491306,15.979011 15.0662586,15.8755854 C15.6247569,15.7584866 16.1832552,15.6480491 16.7347416,15.5169264 C17.1417827,15.4275247 17.4036774,15.1793032 17.4864179,14.7585889 L17.5137643,14.4760091 L17.5137643,6.46420568 L17.472394,6.1952991 C17.4173506,5.97477467 17.2518696,5.83664013 17.0243333,5.85066394 C16.7901356,5.86433716 16.5625993,5.89869549 16.328051,5.94707764 C15.2040426,6.16760207 14.087046,6.3884771 12.9704,6.61601344 L7.53021305,7.71197429 L7.45448447,7.73301001 C7.04744335,7.85010883 6.90299809,8.02926302 6.88231297,8.45663867 L6.88231297,8.64280476 C6.87530106,12.4695523 6.88231297,16.2962998 6.87530106,20.1226967 C6.87530106,20.7432503 6.80623379,21.3501307 6.55801233,21.9293141 C6.15132181,22.8738178 5.42734255,23.4666745 4.44812993,23.7425929 C3.93100189,23.8944007 3.40020063,23.9771412 2.86238747,23.9978263 C1.4557992,24.0528698 0.283759174,23.1150274 0.0425496206,21.7291242 C-0.164301596,20.5363991 0.380172877,19.2472602 1.73872959,18.6747381 C2.26953085,18.4542137 2.81435592,18.3371149 3.3728542,18.2196655 C3.79321794,18.136925 4.22059359,18.0475232 4.63429602,17.9647827 C5.19980621,17.8476839 5.48939792,17.4890249 5.51709494,16.9168534 L5.51709494,16.6959784 L5.51709494,3.63034402 C5.51709494,3.44417793 5.53778006,3.26502374 5.57915031,3.08586955 C5.68257592,2.66515521 5.97882893,2.42394566 6.38587005,2.32718136 C6.75820224,2.23076766 7.14420764,2.16170039 7.52320114,2.0789599 C8.60583937,1.85843547 9.67445379,1.64457235 10.757092,1.43105982 L14.0940579,0.755462713 C15.0799318,0.562284713 16.0661564,0.362445402 17.0520303,0.162255496 C17.3759803,0.100200131 17.6999304,0.0314834563 18.0308923,0.00378642904 C18.485965,-0.0375838142 18.8032537,0.252007888 18.844624,0.71409247 C18.8582972,0.824179388 18.8653091,0.934616902 18.8653091,1.03804251 C18.8653091,3.85121905 18.8653091,6.65738368 18.8653091,9.47722153' id='Fill-1' fill='%23000000'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.profile_socialbar__icon--tiktok {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4872 3.13333C13.7026 2.26614 13.2702 1.15267 13.2703 0H9.72312V13.7778C9.69633 14.5235 9.3713 15.2301 8.81659 15.7483C8.26188 16.2666 7.52088 16.556 6.74991 16.5556C5.11981 16.5556 3.76522 15.2667 3.76522 13.6667C3.76522 11.7556 5.67083 10.3222 7.63384 10.9111V7.4C3.67338 6.88889 0.206543 9.86667 0.206543 13.6667C0.206543 17.3667 3.37491 20 6.73843 20C10.343 20 13.2703 17.1667 13.2703 13.6667V6.67778C14.7087 7.67761 16.4357 8.21405 18.2065 8.21111V4.77778C18.2065 4.77778 16.0484 4.87778 14.4872 3.13333Z' fill='black'/%3E%3C/svg%3E");
}

.profile_own_website {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='11px' viewBox='0 0 20 11' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Profiel-artiest' transform='translate(-756.000000, -620.000000)' fill='%23000000' fill-rule='nonzero'%3E %3Cg id='insert_link---material' transform='translate(756.016000, 620.584000)'%3E %3Cpath d='M15,1.13686838e-13 C15.896,1.13686838e-13 16.728,0.224 17.496,0.672 C18.264,1.12 18.868,1.728 19.308,2.496 C19.748,3.264 19.968,4.104 19.968,5.016 C19.968,5.928 19.748,6.768 19.308,7.536 C18.868,8.304 18.264,8.912 17.496,9.36 C16.728,9.808 15.896,10.032 15,10.032 L10.968,10.032 L10.968,8.112 L15,8.112 C15.544,8.112 16.056,7.972 16.536,7.692 C17.016,7.412 17.396,7.032 17.676,6.552 C17.956,6.072 18.096,5.56 18.096,5.016 C18.096,4.472 17.956,3.96 17.676,3.48 C17.396,3 17.016,2.62 16.536,2.34 C16.056,2.06 15.544,1.92 15,1.92 L10.968,1.92 L10.968,1.13686838e-13 L15,1.13686838e-13 Z M6,6 L6,4.032 L13.968,4.032 L13.968,6 L6,6 Z M1.872,5.016 C1.872,5.56 2.012,6.072 2.292,6.552 C2.572,7.032 2.952,7.412 3.432,7.692 C3.912,7.972 4.424,8.112 4.968,8.112 L9,8.112 L9,10.032 L4.968,10.032 C4.072,10.032 3.24,9.808 2.472,9.36 C1.704,8.912 1.1,8.304 0.66,7.536 C0.22,6.768 0,5.928 0,5.016 C0,4.104 0.22,3.264 0.66,2.496 C1.1,1.728 1.704,1.12 2.472,0.672 C3.24,0.224 4.072,1.13686838e-13 4.968,1.13686838e-13 L9,1.13686838e-13 L9,1.92 L4.968,1.92 C4.424,1.92 3.912,2.06 3.432,2.34 C2.952,2.62 2.572,3 2.292,3.48 C2.012,3.96 1.872,4.472 1.872,5.016 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  font-family: "Suisse-medium";
  font-size: 1rem;
  padding-left: 30px;
}

.profile_media {
  background-color: #E5E5E6;
  clear: both;
  overflow: hidden;
}

.profile_spotifyplayer {
  margin-bottom: 30px;
  padding: 0 10px;
}

.bookings {
  position: relative;
}
.bookings::after {
  clear: both;
  content: "";
  display: block;
}
.bookings__hide .bookings__line,
.bookings__hide .bookings__title,
.bookings__hide .bookings__festivals {
  display: none;
}
.bookings__title {
  color: #000000;
  font-family: "Suisse-regular";
  font-size: 1.3333333rem;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bookings__year {
  background-color: #E5E5E6;
  color: #000000;
  font-family: "Suisse-regular";
  margin-bottom: 25px;
  padding: 10px;
}
.bookings__festival {
  color: #000000;
  font-family: "Suisse-regular";
  font-size: 1.3333333rem;
  line-height: 1.1;
  margin-bottom: 40px;
}
.bookings__country {
  font-family: "America-regular";
  font-size: 0.75rem;
  text-transform: uppercase;
}
.bookings .radar__link {
  bottom: 20px;
  position: absolute;
}

.speaker_performance {
  margin-bottom: 1rem;
}
.speaker_performance__title {
  font-family: "Suisse-regular";
  font-size: 1.375rem;
  margin-top: 1rem;
}
.speaker_performance__date {
  font-family: "Suisse-regular";
}
.speaker_performance__link {
  font-family: "Suisse-light";
}
.speaker_performance__link a {
  color: #000000;
}

.template-panels-page h1,
.panelgrid {
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .template-panels-page h1,
  .panelgrid {
    padding: 0;
  }
}

.panelgrid-tile {
  border-bottom: 1px solid #000000;
  color: black;
  display: block;
  padding: 30px 0;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile {
    display: flex;
  }
}
.panelgrid-tile__placeholder {
  background-color: #E5E5E6;
  flex-shrink: 0;
  height: 0;
  padding-top: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile__placeholder {
    align-self: flex-start;
    height: 250px;
    margin-right: 20px;
    padding: 0;
    width: 250px;
  }
}
.panelgrid-tile__image {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile__image {
    align-self: flex-start;
    margin-right: 20px;
    width: 250px;
  }
}
.panelgrid-tile__image--cropped {
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile__image--cropped {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile--rectangular .panelgrid-tile__image {
    width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile--rectangular .panelgrid-tile__image img {
    width: 400px;
    height: auto;
    aspect-ratio: 1500/520;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile--rectangular .panelgrid-tile__placeholder--rectangular {
    width: 400px;
    height: 139px;
    padding: 0;
  }
}
.panelgrid-tile__text {
  margin-top: 1rem;
  max-width: 600px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .panelgrid-tile__text {
    flex: 1 1 auto;
    margin: 0;
  }
}
.panelgrid-tile__date {
  font-size: 1.2rem;
  text-decoration: underline;
  text-transform: uppercase;
}
.panelgrid-tile__title {
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 10px;
  padding-right: 30px;
}
.panelgrid-tile__language {
  line-height: 40px;
  min-height: 20px;
  /*if no language, we need space for the fav heart */
  padding-top: 10px;
  text-transform: uppercase;
  position: relative;
}
.panelgrid-tile__speakerlist {
  margin: 2rem 0;
}
.panelgrid-tile__presented {
  margin-top: 1rem;
}

.template-panel-page .container {
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
  .template-panel-page .container {
    padding: 0;
  }
}

.panelpage__title {
  word-wrap: break-word;
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  .panelpage__title {
    font-size: 3rem;
  }
}
.panelpage__labelmedium {
  font-family: "Suisse-medium";
}
.panelpage__label {
  font-family: "Suisse-regular";
}
.panelpage__speakerlist {
  margin: 1rem 0;
}
.panelpage__presentedby {
  font-size: 1.33rem;
  margin: 20px 0;
}
.panelpage__presentedbylogo {
  display: inline-block;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 100px;
  margin-bottom: -4px;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  .panelpage__presentedbylogo {
    margin-bottom: -12px;
    height: 40px;
    width: 200px;
  }
}
.panelpage__presentedby_logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.panelpage__presentedby_logo {
  max-width: 100px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.panelpage__presentedby_logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media only screen and (min-width: 992px) {
  .panelpage__presentedby_logo {
    max-width: 200px;
    max-height: 100px;
  }
}
.panelpage__date {
  font-family: "Suisse-regular";
  font-size: 1.33rem;
  margin-top: 30px;
  text-decoration: none;
}
.panelpage__categories {
  font-family: "Suisse-regular";
  font-size: 1.33rem;
  position: relative;
}
.panelpage__language {
  text-transform: uppercase;
}
.panelpage__bio {
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.speakergrid {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .speakergrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-x: auto;
    padding: 0;
  }
}
.speakergrid__tile {
  color: #000000;
  flex: 1 1 auto;
  margin: 1rem 0;
  min-width: 300px;
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .speakergrid__tile {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.speakergrid__label {
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  padding: 0 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .speakergrid__label {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .speakergrid__imagecontainer {
    align-self: flex-start;
    flex-shrink: 0;
    margin-right: 20px;
    width: 150px;
  }
  .speakergrid__imagecontainer img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .speakergrid__text {
    flex: 1 1 auto;
    margin: 0;
  }
}
.speakergrid__title {
  font-size: 2rem;
}
.speakergrid__company, .speakergrid__country {
  font-family: "America-regular";
  font-size: 0.75rem;
  text-transform: uppercase;
}
.speakergrid__bio {
  margin-top: 1rem;
}

.recommended-star {
  margin-left: 10px;
}

.iframe_mode main {
  margin: 0;
}
.iframe_mode .profile__bio {
  font-size: 1.1rem;
}

.ticketshop {
  margin: 30px 0;
}
.ticketshop::after {
  clear: both;
  content: "";
  display: block;
}
.ticketshop label {
  clear: both;
  display: block;
}
.ticketshop input, .ticketshop select {
  float: none;
  clear: both;
}
.ticketshop input[type=text], .ticketshop input[type=email] {
  width: 80%;
}
.ticketshop input[type=date] {
  width: auto;
}
.ticketshop input[type=text], .ticketshop input[type=email], .ticketshop input[type=date] {
  font-size: 1.3rem;
  padding: 5px;
}
.ticketshop input[type=radio], .ticketshop input[type=checkbox] {
  width: auto;
  margin-right: 16px;
}
.ticketshop select {
  text-transform: none;
}
.ticketshop #id_order_countdown {
  font-size: 1.3rem;
}
.ticketshop fieldset {
  padding: 0;
  border-right: none;
  border-left: none;
  border-bottom: none;
}
.ticketshop fieldset legend {
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
}
.ticketshop fieldset .field_row {
  margin: 8px 16px 16px 16px;
}
.ticketshop fieldset .field_row_hotel_date_from {
  margin-bottom: 0;
}
.ticketshop fieldset .field_row_hotel_room {
  display: none;
}
.ticketshop .hotel_rooms__grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item {
  width: 50%;
  min-height: 200px;
  display: block;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item .hotel_name {
  display: none;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item .room_name {
  font-weight: bold;
  display: block;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item .room_description {
  display: none;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item .room_price {
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
}
.ticketshop .hotel_rooms__grid .hotel_room__grid_item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 220px;
  display: block;
}
.ticketshop__column {
  float: left;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .ticketshop__column {
    width: 60%;
  }
}
.ticketshop__column h4 {
  font-size: 1.5rem;
  margin: 16px 0;
}
.ticketshop__column_summary {
  background-color: #f5f5f6;
  padding: 0 16px 16px 16px;
}
@media only screen and (min-width: 992px) {
  .ticketshop__column_summary {
    width: 40%;
  }
}
.ticketshop__column_summary dt {
  display: inline-block;
  width: 28%;
}
.ticketshop__column_summary dd {
  display: inline-block;
  width: 70%;
  padding: 0;
  margin: 0;
}

@keyframes logoSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.partnerbar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 15px;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .partnerbar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 50px;
    padding: 20px 30px;
  }
}
.partnerbar__title {
  font-family: "Suisse-regular";
  font-size: 1.75rem;
  letter-spacing: -1.2px;
  white-space: nowrap;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .partnerbar__title {
    font-family: "Suisse-medium";
    font-size: 1.5rem;
    letter-spacing: normal;
  }
}
.partnerbar__logos {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .partnerbar__logos {
    overflow: visible;
    flex: 1 0 700px;
  }
}
.partnerbar__logos-track {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  animation: logoSlide 12s linear infinite;
}
@media only screen and (min-width: 992px) {
  .partnerbar__logos-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    justify-content: space-between;
  }
  .partnerbar__logos-track [aria-hidden=true] {
    display: none;
  }
}
.partnerbar__logo {
  flex-shrink: 0;
  width: 90px;
  height: 66px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .partnerbar__logo {
    width: 100px;
  }
}
.partnerbar__logo--buma {
  background-image: url("/static/partners/logo_bumastemra.14d4a87b9309.svg");
  background-size: 100%;
}
.partnerbar__logo--ocw {
  background-image: url("/static/partners/logo_ministerieocw.eed94ae2d56a.svg");
  background-size: 80%;
}
.partnerbar__logo--spot {
  background-image: url("/static/partners/logo_spot.326e2aa0ad37.svg");
}
.partnerbar__logo--eu {
  background-image: url("/static/partners/logo_cofunded_eu.dbbed4ce4b00.svg");
  background-size: 80%;
}
.partnerbar__logo--heineken {
  background-image: url("/static/partners/logo_heineken.a83de9acb59a.svg");
  background-position: center bottom 58%;
}
.partnerbar__logo--get {
  background-image: url("/static/partners/logo_get.e682e7fc62d5.png");
  background-position: center bottom 58%;
}
.partnerbar__slogan {
  font-family: "Suisse-regular";
  text-transform: uppercase;
  font-size: min(2.0625rem, 7vw);
  line-height: 50px;
  letter-spacing: -1.2px;
  color: #B1B4BC;
}
@media only screen and (min-width: 992px) {
  .partnerbar__slogan {
    flex: 0 1 405px;
    min-width: 0;
    font-size: 1.875rem;
    line-height: 36px;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 15px;
}
@media only screen and (min-width: 992px) {
  .site-footer {
    display: grid;
    grid-template-columns: repeat(2, 399px) 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 35px;
         column-gap: 35px;
    row-gap: 40px;
    padding: 28px 30px 0;
  }
}
.site-footer__watermark {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 857px;
  height: 606px;
  background-image: url("/static/svg/footer-watermark.829d72b19d03.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .site-footer__watermark {
    width: 683px;
    height: 483px;
  }
}
.site-footer__column {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .site-footer__column {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__column--follow {
    grid-column: 3;
    grid-row: 1;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__column--download {
    grid-column: 3;
    grid-row: 2;
  }
}
.site-footer__title {
  width: 100%;
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  letter-spacing: -1.2px;
}
@media only screen and (min-width: 992px) {
  .site-footer__title {
    font-family: "Suisse-medium";
    font-size: 1.5rem;
  }
}
.site-footer__icons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer__icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  transition: background-color 0.2s ease;
}
.site-footer__icon:hover {
  background-color: #0062ff;
}
.site-footer__icon--instagram {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-639.000000, -5391.000000)' fill='%23FFFFFF'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cg id='Group-7' transform='translate(0.000000, 40.000000)'%3E %3Cpath d='M10,0 C7.28423529,0 6.94352941,0.0115294118 5.87694118,0.0602352941 C4.81270588,0.108705882 4.08564706,0.277882353 3.44964706,0.524941176 C2.792,0.780470588 2.23435294,1.12235294 1.67835294,1.67835294 C1.12235294,2.23435294 0.780470588,2.792 0.524941176,3.44964706 C0.277882353,4.08564706 0.108705882,4.81270588 0.0602352941,5.87694118 C0.0115294118,6.94352941 0,7.28423529 0,10 C0,12.7157647 0.0115294118,13.0564706 0.0602352941,14.1230588 C0.108705882,15.1872941 0.277882353,15.9143529 0.524941176,16.5503529 C0.780470588,17.208 1.12235294,17.7656471 1.67835294,18.3216471 C2.23435294,18.8774118 2.792,19.2195294 3.44964706,19.4750588 C4.08564706,19.7221176 4.81270588,19.8912941 5.87694118,19.9397647 C6.94352941,19.9884706 7.28423529,20 10,20 C12.7157647,20 13.0564706,19.9884706 14.1230588,19.9397647 C15.1872941,19.8912941 15.9143529,19.7221176 16.5503529,19.4750588 C17.208,19.2195294 17.7656471,18.8774118 18.3216471,18.3216471 C18.8774118,17.7656471 19.2195294,17.208 19.4750588,16.5503529 C19.7221176,15.9143529 19.8912941,15.1872941 19.9397647,14.1230588 C19.9884706,13.0564706 20,12.7157647 20,10 C20,7.28423529 19.9884706,6.94352941 19.9397647,5.87694118 C19.8912941,4.81270588 19.7221176,4.08564706 19.4750588,3.44964706 C19.2195294,2.792 18.8774118,2.23435294 18.3216471,1.67835294 C17.7656471,1.12235294 17.208,0.780470588 16.5503529,0.524941176 C15.9143529,0.277882353 15.1872941,0.108705882 14.1230588,0.0602352941 C13.0564706,0.0115294118 12.7157647,0 10,0 M10,1.80188235 C12.6701176,1.80188235 12.9863529,1.812 14.0409412,1.86 C15.0157647,1.90447059 15.5454118,2.06752941 15.8976471,2.20447059 C16.3644706,2.38588235 16.6976471,2.60258824 17.0475294,2.95247059 C17.3974118,3.30235294 17.6141176,3.63552941 17.7955294,4.10235294 C17.9324706,4.45458824 18.0952941,4.98423529 18.14,5.95905882 C18.188,7.01364706 18.1981176,7.32988235 18.1981176,10 C18.1981176,12.6701176 18.188,12.9863529 18.14,14.0409412 C18.0952941,15.0157647 17.9324706,15.5454118 17.7955294,15.8976471 C17.6141176,16.3644706 17.3974118,16.6976471 17.0475294,17.0475294 C16.6976471,17.3974118 16.3644706,17.6141176 15.8976471,17.7955294 C15.5454118,17.9324706 15.0157647,18.0955294 14.0409412,18.14 C12.9865882,18.188 12.6703529,18.1981176 10,18.1981176 C7.32964706,18.1981176 7.01341176,18.188 5.95905882,18.14 C4.98423529,18.0955294 4.45458824,17.9324706 4.10235294,17.7955294 C3.63552941,17.6141176 3.30235294,17.3974118 2.95247059,17.0475294 C2.60258824,16.6976471 2.38588235,16.3644706 2.20447059,15.8976471 C2.06752941,15.5454118 1.90447059,15.0157647 1.86,14.0409412 C1.812,12.9863529 1.80188235,12.6701176 1.80188235,10 C1.80188235,7.32988235 1.812,7.01364706 1.86,5.95905882 C1.90447059,4.98423529 2.06752941,4.45458824 2.20447059,4.10235294 C2.38588235,3.63552941 2.60258824,3.30235294 2.95247059,2.95247059 C3.30235294,2.60258824 3.63552941,2.38588235 4.10235294,2.20447059 C4.45458824,2.06752941 4.98423529,1.90447059 5.95905882,1.86 C7.01364706,1.812 7.32988235,1.80188235 10,1.80188235' id='Fill-1'%3E%3C/path%3E %3Cpath d='M10,13.3753717 C8.13577713,13.3753717 6.62443182,11.864061 6.62443182,9.99988087 C6.62443182,8.1357007 8.13577713,6.62462828 10,6.62462828 C11.8642229,6.62462828 13.3755682,8.1357007 13.3755682,9.99988087 C13.3755682,11.864061 11.8642229,13.3753717 10,13.3753717 M10,4.8 C7.12813416,4.8 4.8,7.12808083 4.8,9.99988087 C4.8,12.8716809 7.12813416,15.2 10,15.2 C12.8718658,15.2 15.2,12.8716809 15.2,9.99988087 C15.2,7.12808083 12.8718658,4.8 10,4.8' id='Fill-3'%3E%3C/path%3E %3Cpath d='M16.8,4.4 C16.8,5.06282353 16.2628235,5.6 15.6,5.6 C14.9371765,5.6 14.4,5.06282353 14.4,4.4 C14.4,3.73717647 14.9371765,3.2 15.6,3.2 C16.2628235,3.2 16.8,3.73717647 16.8,4.4' id='Fill-5'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-639.000000, -5391.000000)' fill='%23FFFFFF'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cg id='Group-7' transform='translate(0.000000, 40.000000)'%3E %3Cpath d='M10,0 C7.28423529,0 6.94352941,0.0115294118 5.87694118,0.0602352941 C4.81270588,0.108705882 4.08564706,0.277882353 3.44964706,0.524941176 C2.792,0.780470588 2.23435294,1.12235294 1.67835294,1.67835294 C1.12235294,2.23435294 0.780470588,2.792 0.524941176,3.44964706 C0.277882353,4.08564706 0.108705882,4.81270588 0.0602352941,5.87694118 C0.0115294118,6.94352941 0,7.28423529 0,10 C0,12.7157647 0.0115294118,13.0564706 0.0602352941,14.1230588 C0.108705882,15.1872941 0.277882353,15.9143529 0.524941176,16.5503529 C0.780470588,17.208 1.12235294,17.7656471 1.67835294,18.3216471 C2.23435294,18.8774118 2.792,19.2195294 3.44964706,19.4750588 C4.08564706,19.7221176 4.81270588,19.8912941 5.87694118,19.9397647 C6.94352941,19.9884706 7.28423529,20 10,20 C12.7157647,20 13.0564706,19.9884706 14.1230588,19.9397647 C15.1872941,19.8912941 15.9143529,19.7221176 16.5503529,19.4750588 C17.208,19.2195294 17.7656471,18.8774118 18.3216471,18.3216471 C18.8774118,17.7656471 19.2195294,17.208 19.4750588,16.5503529 C19.7221176,15.9143529 19.8912941,15.1872941 19.9397647,14.1230588 C19.9884706,13.0564706 20,12.7157647 20,10 C20,7.28423529 19.9884706,6.94352941 19.9397647,5.87694118 C19.8912941,4.81270588 19.7221176,4.08564706 19.4750588,3.44964706 C19.2195294,2.792 18.8774118,2.23435294 18.3216471,1.67835294 C17.7656471,1.12235294 17.208,0.780470588 16.5503529,0.524941176 C15.9143529,0.277882353 15.1872941,0.108705882 14.1230588,0.0602352941 C13.0564706,0.0115294118 12.7157647,0 10,0 M10,1.80188235 C12.6701176,1.80188235 12.9863529,1.812 14.0409412,1.86 C15.0157647,1.90447059 15.5454118,2.06752941 15.8976471,2.20447059 C16.3644706,2.38588235 16.6976471,2.60258824 17.0475294,2.95247059 C17.3974118,3.30235294 17.6141176,3.63552941 17.7955294,4.10235294 C17.9324706,4.45458824 18.0952941,4.98423529 18.14,5.95905882 C18.188,7.01364706 18.1981176,7.32988235 18.1981176,10 C18.1981176,12.6701176 18.188,12.9863529 18.14,14.0409412 C18.0952941,15.0157647 17.9324706,15.5454118 17.7955294,15.8976471 C17.6141176,16.3644706 17.3974118,16.6976471 17.0475294,17.0475294 C16.6976471,17.3974118 16.3644706,17.6141176 15.8976471,17.7955294 C15.5454118,17.9324706 15.0157647,18.0955294 14.0409412,18.14 C12.9865882,18.188 12.6703529,18.1981176 10,18.1981176 C7.32964706,18.1981176 7.01341176,18.188 5.95905882,18.14 C4.98423529,18.0955294 4.45458824,17.9324706 4.10235294,17.7955294 C3.63552941,17.6141176 3.30235294,17.3974118 2.95247059,17.0475294 C2.60258824,16.6976471 2.38588235,16.3644706 2.20447059,15.8976471 C2.06752941,15.5454118 1.90447059,15.0157647 1.86,14.0409412 C1.812,12.9863529 1.80188235,12.6701176 1.80188235,10 C1.80188235,7.32988235 1.812,7.01364706 1.86,5.95905882 C1.90447059,4.98423529 2.06752941,4.45458824 2.20447059,4.10235294 C2.38588235,3.63552941 2.60258824,3.30235294 2.95247059,2.95247059 C3.30235294,2.60258824 3.63552941,2.38588235 4.10235294,2.20447059 C4.45458824,2.06752941 4.98423529,1.90447059 5.95905882,1.86 C7.01364706,1.812 7.32988235,1.80188235 10,1.80188235' id='Fill-1'%3E%3C/path%3E %3Cpath d='M10,13.3753717 C8.13577713,13.3753717 6.62443182,11.864061 6.62443182,9.99988087 C6.62443182,8.1357007 8.13577713,6.62462828 10,6.62462828 C11.8642229,6.62462828 13.3755682,8.1357007 13.3755682,9.99988087 C13.3755682,11.864061 11.8642229,13.3753717 10,13.3753717 M10,4.8 C7.12813416,4.8 4.8,7.12808083 4.8,9.99988087 C4.8,12.8716809 7.12813416,15.2 10,15.2 C12.8718658,15.2 15.2,12.8716809 15.2,9.99988087 C15.2,7.12808083 12.8718658,4.8 10,4.8' id='Fill-3'%3E%3C/path%3E %3Cpath d='M16.8,4.4 C16.8,5.06282353 16.2628235,5.6 15.6,5.6 C14.9371765,5.6 14.4,5.06282353 14.4,4.4 C14.4,3.73717647 14.9371765,3.2 15.6,3.2 C16.2628235,3.2 16.8,3.73717647 16.8,4.4' id='Fill-5'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.site-footer__icon--facebook {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10px' height='20px' viewBox='0 0 10 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpolygon id='path-qauh2tqu68-1' points='0 0 10 0 10 20 0 20'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-675.000000, -5391.000000)'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cg transform='translate(36.000000, 40.000000)'%3E %3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M9.34469382,10.3651156 L9.86301607,6.77283698 L6.62094763,6.77283698 L6.62094763,4.44168531 C6.62094763,3.45892685 7.07380853,2.50102271 8.52590745,2.50102271 L10,2.50102271 L10,-0.557164029 C10,-0.557164029 8.66219867,-0.8 7.38327792,-0.8 C4.71321696,-0.8 2.9679274,0.92047168 2.9679274,4.03499489 L2.9679274,6.77283698 L0,6.77283698 L0,10.3651156 L2.9679274,10.3651156 L2.9679274,19.2 L6.62094763,19.2 L6.62094763,10.3651156 L9.34469382,10.3651156 Z' id='Fill-1' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10px' height='20px' viewBox='0 0 10 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cdefs%3E %3Cpolygon id='path-qauh2tqu68-1' points='0 0 10 0 10 20 0 20'%3E%3C/polygon%3E %3C/defs%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-675.000000, -5391.000000)'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cg transform='translate(36.000000, 40.000000)'%3E %3Cg id='Clip-2'%3E%3C/g%3E %3Cpath d='M9.34469382,10.3651156 L9.86301607,6.77283698 L6.62094763,6.77283698 L6.62094763,4.44168531 C6.62094763,3.45892685 7.07380853,2.50102271 8.52590745,2.50102271 L10,2.50102271 L10,-0.557164029 C10,-0.557164029 8.66219867,-0.8 7.38327792,-0.8 C4.71321696,-0.8 2.9679274,0.92047168 2.9679274,4.03499489 L2.9679274,6.77283698 L0,6.77283698 L0,10.3651156 L2.9679274,10.3651156 L2.9679274,19.2 L6.62094763,19.2 L6.62094763,10.3651156 L9.34469382,10.3651156 Z' id='Fill-1' fill='%23FFFFFF'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.site-footer__icon--tiktok {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4872 3.13333C13.7026 2.26614 13.2702 1.15267 13.2703 0H9.72312V13.7778C9.69633 14.5235 9.3713 15.2301 8.81659 15.7483C8.26188 16.2666 7.52088 16.556 6.74991 16.5556C5.11981 16.5556 3.76522 15.2667 3.76522 13.6667C3.76522 11.7556 5.67083 10.3222 7.63384 10.9111V7.4C3.67338 6.88889 0.206543 9.86667 0.206543 13.6667C0.206543 17.3667 3.37491 20 6.73843 20C10.343 20 13.2703 17.1667 13.2703 13.6667V6.67778C14.7087 7.67761 16.4357 8.21405 18.2065 8.21111V4.77778C18.2065 4.77778 16.0484 4.87778 14.4872 3.13333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4872 3.13333C13.7026 2.26614 13.2702 1.15267 13.2703 0H9.72312V13.7778C9.69633 14.5235 9.3713 15.2301 8.81659 15.7483C8.26188 16.2666 7.52088 16.556 6.74991 16.5556C5.11981 16.5556 3.76522 15.2667 3.76522 13.6667C3.76522 11.7556 5.67083 10.3222 7.63384 10.9111V7.4C3.67338 6.88889 0.206543 9.86667 0.206543 13.6667C0.206543 17.3667 3.37491 20 6.73843 20C10.343 20 13.2703 17.1667 13.2703 13.6667V6.67778C14.7087 7.67761 16.4357 8.21405 18.2065 8.21111V4.77778C18.2065 4.77778 16.0484 4.87778 14.4872 3.13333Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.site-footer__icon--linkedin {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M3.05 5.254A2.207 2.207 0 0 0 5.248 3.04 2.206 2.206 0 0 0 3.05.824 2.206 2.206 0 0 0 .853 3.039c0 1.223.983 2.215 2.197 2.215M1.21 18.831h3.716V6.826H1.21V18.83Zm9.657-6.301c0-1.688.776-2.693 2.264-2.693 1.366 0 2.023.965 2.023 2.693v6.302h3.699V11.23c0-3.215-1.823-4.77-4.369-4.77s-3.617 1.983-3.617 1.983V6.826H7.302v12.006h3.565V12.53Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none' viewBox='0 0 19 19'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M3.05 5.254A2.207 2.207 0 0 0 5.248 3.04 2.206 2.206 0 0 0 3.05.824 2.206 2.206 0 0 0 .853 3.039c0 1.223.983 2.215 2.197 2.215M1.21 18.831h3.716V6.826H1.21V18.83Zm9.657-6.301c0-1.688.776-2.693 2.264-2.693 1.366 0 2.023.965 2.023 2.693v6.302h3.699V11.23c0-3.215-1.823-4.77-4.369-4.77s-3.617 1.983-3.617 1.983V6.826H7.302v12.006h3.565V12.53Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.site-footer__icon--youtube {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='14px' viewBox='0 0 20 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-739.000000, -5395.000000)' fill='%23FFFFFF'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cpath d='M108,54.1111111 L108,47.8888889 L113.6,51 L108,54.1111111 Z M119.582,46.1862222 C119.352,45.3255556 118.674444,44.648 117.813778,44.418 C116.254222,44 110,44 110,44 C110,44 103.745778,44 102.186222,44.418 C101.325556,44.648 100.648,45.3255556 100.418,46.1862222 C100,47.7457778 100,51 100,51 C100,51 100,54.2542222 100.418,55.814 C100.648,56.6744444 101.325556,57.352 102.186222,57.5822222 C103.745778,58 110,58 110,58 C110,58 116.254222,58 117.813778,57.5822222 C118.674444,57.352 119.352,56.6744444 119.582,55.814 C120,54.2542222 120,51 120,51 C120,51 120,47.7457778 119.582,46.1862222 L119.582,46.1862222 Z' id='Fill-1'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20px' height='14px' viewBox='0 0 20 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-739.000000, -5395.000000)' fill='%23FFFFFF'%3E %3Cg id='Footer' transform='translate(0.000000, 5317.000000)'%3E %3Cg id='Group-3' transform='translate(639.000000, 34.000000)'%3E %3Cpath d='M108,54.1111111 L108,47.8888889 L113.6,51 L108,54.1111111 Z M119.582,46.1862222 C119.352,45.3255556 118.674444,44.648 117.813778,44.418 C116.254222,44 110,44 110,44 C110,44 103.745778,44 102.186222,44.418 C101.325556,44.648 100.648,45.3255556 100.418,46.1862222 C100,47.7457778 100,51 100,51 C100,51 100,54.2542222 100.418,55.814 C100.648,56.6744444 101.325556,57.352 102.186222,57.5822222 C103.745778,58 110,58 110,58 C110,58 116.254222,58 117.813778,57.5822222 C118.674444,57.352 119.352,56.6744444 119.582,55.814 C120,54.2542222 120,51 120,51 C120,51 120,47.7457778 119.582,46.1862222 L119.582,46.1862222 Z' id='Fill-1'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.site-footer__store {
  display: flex;
  gap: 7px;
}
.site-footer__store img {
  display: block;
  max-width: 140px;
  height: 40px;
  width: auto;
}
.site-footer__store-google {
  display: block;
  height: 40px;
  overflow: hidden;
}
.site-footer__store-google img {
  height: 59.52px;
  max-width: none;
  width: auto;
  margin-top: -9.76px;
}
.site-footer__links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media only screen and (min-width: 992px) {
  .site-footer__links {
    grid-column: 1/-1;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 0;
    border-top: none;
  }
}
.site-footer__link {
  font-family: "Suisse-regular";
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
a.site-footer__link:hover {
  color: #0062ff;
}

@media only screen and (min-width: 992px) {
  .site-footer__link {
    font-size: 1.125rem;
  }
}

.arrow-icon-green {
  transition: margin 0.2s ease-in-out;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28px' height='28px' viewBox='0 0 28 28' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Home-Festival' transform='translate(-980.000000, -4741.000000)' fill='%230062ff' fill-rule='nonzero'%3E %3Cg id='BGimage_title' transform='translate(720.000000, 4239.000000)'%3E %3Cg id='\e82e' transform='translate(260.390000, 502.890000)'%3E %3Cpolygon id='Path' points='13.36 0 26.72 13.36 13.36 26.72 11 24.36 20.32 15 0 15 0 11.72 20.32 11.72 11 2.36'%3E%3C/polygon%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .arrow-icon-green {
    height: 28px;
    width: 28px;
  }
}

.favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.002' d='M17.678.689c-3.804 0-5.68 3.75-5.68 3.75S10.125.689 6.32.689C3.228.689.78 3.275.749 6.36.684 12.767 5.83 17.323 11.47 21.151a.938.938 0 001.055 0c5.64-3.828 10.787-8.384 10.723-14.79-.032-3.086-2.48-5.672-5.571-5.672z'/%3E%3C/svg%3E");
  transition: background-size 0.5s;
}
.favorite--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='%23000' d='M5 9.5a.75.75 0 01-.422-.13c-1.842-1.25-2.64-2.108-3.08-2.644C.562 5.583.114 4.41.126 3.14.14 1.684 1.308.5 2.73.5c1.033 0 1.748.582 2.165 1.067a.14.14 0 00.212 0C5.523 1.082 6.24.5 7.272.5c1.42 0 2.588 1.184 2.603 2.64.013 1.27-.436 2.444-1.373 3.586-.44.536-1.238 1.394-3.08 2.644A.75.75 0 015 9.5z'/%3E%3C/svg%3E");
}
.favorite:hover {
  background-size: 30px;
}

.text-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #000000;
}
.text-arrow-link__label {
  font-family: "Suisse-medium";
  font-size: 1rem;
  letter-spacing: -1px;
  color: inherit;
}
.text-arrow-link__arrow {
  display: inline-block;
  flex-shrink: 0;
  width: 29px;
  height: 26px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14px' height='13px' viewBox='0 0 14 13' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='6.012 0 12.024 6.012 6.012 12.024 4.95 10.962 9.144 6.75 0 6.75 0 5.274 9.144 5.274 4.95 1.062'%3E%3C/polygon%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14px' height='13px' viewBox='0 0 14 13' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='6.012 0 12.024 6.012 6.012 12.024 4.95 10.962 9.144 6.75 0 6.75 0 5.274 9.144 5.274 4.95 1.062'%3E%3C/polygon%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #0062ff;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.text-arrow-link--white {
  color: #ffffff;
}
.text-arrow-link--white .text-arrow-link__arrow {
  background-color: #ffffff;
}
.bg_color--darkgrey .text-arrow-link, .bg_color--blue .text-arrow-link, .bg_color--black .text-arrow-link {
  color: #ffffff;
}
.bg_color--darkgrey .text-arrow-link .text-arrow-link__arrow, .bg_color--blue .text-arrow-link .text-arrow-link__arrow, .bg_color--black .text-arrow-link .text-arrow-link__arrow {
  background-color: #ffffff;
}
.text-arrow-link:hover {
  color: #0062ff;
}
.text-arrow-link:hover .text-arrow-link__arrow {
  background-color: #0062ff;
  transform: translateX(4px);
}
.bg_color--blue .text-arrow-link:hover {
  color: #ffffff;
}
.bg_color--blue .text-arrow-link:hover .text-arrow-link__arrow {
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .text-arrow-link {
    gap: 10px;
  }
  .text-arrow-link .text-arrow-link__label {
    font-size: 1.125rem;
  }
  .text-arrow-link .text-arrow-link__arrow {
    width: 21.194px;
    height: 19.014px;
  }
}

.button-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 8px;
  font-family: "Suisse-medium";
  font-size: 1rem;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.button-square:hover {
  border-color: #0062ff;
  color: #0062ff;
}
.button-square--black {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.button-square--black:hover {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .button-square {
    font-size: 1.125rem;
    line-height: 18px;
  }
}

.button-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
  min-width: 0;
  background-color: #ffffff;
  padding: 5px;
  font-family: "Suisse-medium";
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.button-label:hover {
  background-color: #0062ff;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .button-label {
    height: 38px;
    padding: 10px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}

.button-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow-wrap: break-word;
  min-width: 0;
  background-color: #ffffff;
  border: 1px solid #B1B4BC;
  padding: 6px 8px;
  font-family: "Suisse-medium";
  font-size: calc(8.356vw - 6.35px);
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
html:lang(nl) .button-menu {
  font-size: calc(8.258vw - 6.276px);
}
.button-menu:hover {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #ffffff;
}
.button-menu--active {
  background-color: #0062ff;
  border-color: #0062ff;
  color: #ffffff;
}
.button-menu--active:hover {
  border-color: #0062ff;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .button-menu {
    padding: 5px 10px;
    font-size: 2.125rem;
    line-height: 40px;
  }
  html:lang(nl) .button-menu {
    font-size: 2.125rem;
  }
}

.hero-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-wrap: break-word;
  min-width: 0;
  background-color: #ffffff;
  padding: 8px 10px;
  font-family: "Suisse-medium";
  font-size: 1.875rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #000000;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.hero-label:hover {
  background-color: #0062ff;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .hero-label {
    padding: 5px 10px;
    font-size: 3.75rem;
    line-height: 1;
  }
}

.block-intro,
.block-subheading,
.block-paragraph,
.block-button,
.block-multicolumn,
.quote,
.page_title,
.page_subtitle,
.news__title,
.news__meta {
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  .block-intro,
  .block-subheading,
  .block-paragraph,
  .block-button,
  .block-multicolumn,
  .quote,
  .page_title,
  .page_subtitle,
  .news__title,
  .news__meta {
    padding: 0;
  }
}

.page_title,
.news__title {
  margin-top: 30px;
}

.image_caption {
  font-family: "Suisse-light";
  font-size: 0.875rem;
}

.block-video {
  margin: 30px 0;
}
@media only screen and (min-width: 992px) {
  .block-video {
    margin: 50px auto;
  }
}

.richtext-paragraph h2 {
  font-family: "Suisse-regular";
  font-size: 1.375rem;
  font-weight: normal;
  letter-spacing: -0.75px;
  line-height: 1.1;
}

.responsive-object {
  position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_video_title__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 15px;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .bg_video_title__intro {
    gap: 20px;
    padding: 20px 30px;
  }
}

.bg_video_title__text {
  width: 100%;
  font-family: "Suisse-regular";
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: -1.2px;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .bg_video_title__text {
    font-size: 1.75rem;
  }
}

.bg_video_title__media {
  position: relative;
}

.masked-media--subhome-left {
  width: 100%;
  height: 305px;
}
@media only screen and (min-width: 992px) {
  .masked-media--subhome-left {
    width: 100%;
    height: auto;
    aspect-ratio: 543/710;
  }
}

.block-bg_image_title {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
}

.bg_image_title {
  position: absolute;
  top: 0;
  height: 100%;
}
.bg_image_title__image {
  display: block;
  width: 100%;
  height: 100%;
}
.bg_image_title__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.bg_image_title__gradient {
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 37%, #000000 100%);
}
.bg_image_title__text {
  display: block;
  position: absolute;
  max-width: 240px;
  color: #ffffff;
  text-decoration: none;
  left: 20px;
  bottom: 20px;
  display: block;
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  letter-spacing: -1.2px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) {
  .bg_image_title__text {
    max-width: 455px;
    font-size: 2.625rem;
  }
}
.bg_image_title__text:hover .arrow-icon-green {
  margin-left: 20px;
}

.block-bg_image_text {
  position: relative;
}

.masked-media--bg-image-text {
  width: 100%;
  height: 311px;
}
@media only screen and (min-width: 992px) {
  .masked-media--bg-image-text {
    height: 560px;
  }
}

.bg_image_text__scrim {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 80%;
  max-width: 311px;
  height: 123.5px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.75) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .bg_image_text__scrim {
    display: none;
  }
}

.bg_image_text__card {
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: 20px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .bg_image_text__card {
    left: 24px;
    top: 239px;
    bottom: auto;
    width: 319px;
    max-width: none;
    padding: 16px;
    gap: 12px;
    background-color: #F5F5F6;
    color: #000000;
  }
}

.bg_image_text__title {
  width: 100%;
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -1.2px;
}
@media only screen and (min-width: 992px) {
  .bg_image_text__title {
    font-size: 2.25rem;
    line-height: 1.05;
  }
}

.bg_image_text__text {
  display: none;
  width: 100%;
  font-family: "Suisse-light";
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) {
  .bg_image_text__text {
    display: block;
  }
}

.bg_image_text__link {
  display: none;
}
@media only screen and (min-width: 992px) {
  .bg_image_text__link {
    display: inline-flex;
  }
}

.block-bg_color_text__content {
  padding: 20px;
}
.block-bg_color_text__title {
  font-family: "Suisse-regular";
  font-size: 1.75rem;
  letter-spacing: -1px;
  max-width: 540px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) {
  .block-bg_color_text__title {
    font-size: 3.5rem;
    letter-spacing: -2px;
  }
}
.block-bg_color_text__text {
  font-family: "Suisse-light";
  font-size: 1rem;
  max-width: 540px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .block-bg_color_text__text {
    font-size: 1.25rem;
  }
}

.sub-home-page__switch .block-bg_color_text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .sub-home-page__switch .block-bg_color_text__content {
    gap: 20px;
  }
}
.sub-home-page__switch .block-bg_color_text__title {
  width: 100%;
  font-size: 1.5rem;
  max-width: none;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .sub-home-page__switch .block-bg_color_text__title {
    font-size: 1.75rem;
    letter-spacing: -1px;
  }
}
.sub-home-page__switch .block-bg_color_text__text {
  width: 100%;
  max-width: none;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .sub-home-page__switch .block-bg_color_text__text {
    font-size: 1rem;
  }
}

.sub-home-page__column--right > .block-bg_color_text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 15px;
}
@media only screen and (min-width: 992px) {
  .sub-home-page__column--right > .block-bg_color_text__content {
    padding: 50px 15px;
  }
}
.sub-home-page__column--right > .block-bg_color_text__content .block-bg_color_text__title {
  width: 100%;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -1.2px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .sub-home-page__column--right > .block-bg_color_text__content .block-bg_color_text__title {
    letter-spacing: -1.2px;
  }
}
.sub-home-page__column--right > .block-bg_color_text__content .block-bg_color_text__text {
  width: 100%;
  max-width: 838px;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .sub-home-page__column--right > .block-bg_color_text__content .block-bg_color_text__text {
    line-height: 1.5;
  }
}

.template-basicpage .block-bg_color_text__content {
  padding: 20px;
  padding-bottom: 40px;
}
.template-basicpage .block-bg_color_text__title {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .template-basicpage .block-bg_color_text__title {
    font-size: 3rem;
  }
}
.template-basicpage .block-bg_color_text__text {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .template-basicpage .block-bg_color_text__text {
    font-size: 1.5rem;
  }
}

.block-framed_image {
  position: relative;
  padding: 22px;
}
.block-framed_image__title {
  font-family: "Suisse-regular";
  font-size: 1.75rem;
  letter-spacing: -1px;
  max-width: 330px;
  line-height: 1.1;
  text-transform: uppercase;
}
.block-framed_image__image {
  margin-top: 10px;
  display: block;
}
.block-framed_video {
  position: relative;
  padding: 22px;
}
.block-framed_video__title {
  font-family: "Suisse-regular";
  font-size: 1.75rem;
  letter-spacing: -1px;
  max-width: 330px;
  line-height: 1.1;
  text-transform: uppercase;
}
.block-framed_video__video {
  margin-top: 10px;
  display: block;
}
.block-news {
  overflow: hidden;
  padding: 5px 18px 18px;
}
@media only screen and (min-width: 992px) {
  .block-news {
    width: 100%;
  }
}
.block-news__row {
  overflow: scroll;
  position: relative;
  display: inline-flex;
  flex-wrap: no-wrap;
  flex-direction: row;
  margin: 0 -9px;
}
@media only screen and (min-width: 992px) {
  .block-news__row {
    overflow: visible;
    flex-wrap: wrap;
  }
}
.block-news__content {
  padding: 60px 0 20px 0;
}
.block-news__title {
  font-family: "Suisse-regular";
  font-size: 1.25rem;
  max-width: 540px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) {
  .block-news__title {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
.block-news__text {
  font-family: "Suisse-light";
  font-size: 1rem;
  max-width: 540px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .block-news__text {
    font-size: 1.25rem;
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 50%;
  padding: 9px;
  color: #000000;
  text-decoration: none;
  overflow: hidden;
}
.news-item:nth-of-type(even) {
  margin-top: 40px;
}
.news-item__title {
  order: 1;
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  letter-spacing: -1px;
  line-height: 1;
  max-width: 440px;
}
@media only screen and (min-width: 992px) {
  .news-item__title {
    font-size: 2rem;
    letter-spacing: -1.2px;
  }
}
.news-item__arrow {
  order: 3;
  height: 23px;
  width: 26px;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .news-item__arrow {
    order: 2;
    height: 33px;
    width: 27px;
  }
}
.news-item:hover .news-item__arrow {
  margin-left: 13px;
}
.news-item__meta {
  order: 2;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-top: 5px;
}
@media only screen and (min-width: 992px) {
  .news-item__meta {
    order: 3;
    font-size: 0.875rem;
    margin-top: 0;
  }
}
.news-item__intro {
  order: 4;
  font-family: "Suisse-light";
  font-size: 0.875rem;
  line-height: 1.3;
  max-width: 440px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) {
  .news-item__intro {
    display: none;
  }
}
.news-item__imagecontainer {
  order: 5;
  overflow: hidden;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .news-item__imagecontainer {
    order: 4;
  }
}
.news-item__image {
  transition: 0.4s ease;
}
.news-item__image:hover {
  transform: scale(1.08);
}

.faq {
  margin: 50px 0;
  padding: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B1B4BC;
}
.faq__item {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #B1B4BC;
}
.faq__category {
  font-family: "Suisse-regular";
  text-transform: uppercase;
  font-size: 1.75rem;
}
.faq__icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='35' height='34' xmlns='http://www.w3.org/2000/svg'%3E %3Cg transform='translate(.06)' fill='none' fill-rule='evenodd'%3E %3Crect fill='%230062ff' width='34' height='34' rx='17'/%3E %3Cpath d='m13.12 14.52 3.82 3.84 3.82-3.84 1.18 1.18-5 5-5-5z' fill='%23FFFFFF' fill-rule='nonzero'/%3E %3C/g%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 34px;
  transition: transform 0.2s;
}
.faq__item--active .faq__icon {
  transform: rotate(180deg);
}
.faq__question {
  width: calc(100% - 50px);
  font-family: "Suisse-regular";
  font-size: 1.375rem;
  line-height: 1.2;
  min-height: 33px;
}
.faq__answer {
  display: none;
}

.quote {
  margin: 30px 0;
}
.quote__firstmark {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='64px' height='57px' viewBox='0 0 64 57' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Contentpagina-blokken' transform='translate(-130.000000, -5706.000000)' fill='%23E5E8ED' fill-rule='nonzero'%3E %3Cg id='quote' transform='translate(130.000000, 5706.000000)'%3E %3Cpath d='M25.7342657,57 L0,57 L0,29.3976378 L13.6503497,0 L26.6293706,0 L14.993007,31.1929134 L25.7342657,31.1929134 L25.7342657,57 Z M63.1048951,57 L37.3706294,57 L37.3706294,29.3976378 L51.020979,0 L64,0 L52.3636364,31.1929134 L63.1048951,31.1929134 L63.1048951,57 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 40px;
}
@media only screen and (min-width: 992px) {
  .quote__firstmark {
    background-size: 65px;
  }
}
.quote__secondmark {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='41px' height='36px' viewBox='0 0 41 36' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E %3Cg id='Wireframe-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E %3Cg id='Contentpagina-blokken' transform='translate(-911.000000, -5923.000000)' fill='%23E5E8ED' fill-rule='nonzero'%3E %3Cg id='quote' transform='translate(130.000000, 5706.000000)'%3E %3Cpath d='M805.513986,217 L822,217 L822,234.433071 L813.255245,253 L804.940559,253 L812.538462,233.299213 L805.513986,233.299213 L805.513986,217 Z M781.573427,217 L798.059441,217 L798.059441,234.433071 L789.314685,253 L781,253 L788.597902,233.299213 L781.573427,233.299213 L781.573427,217 Z' id='Shape'%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .quote__secondmark {
    background-size: 40px;
  }
}
.quote__text {
  padding: 50px 0px 20px 0px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Suisse-light-italic";
}
@media only screen and (min-width: 992px) {
  .quote__text {
    text-align: left;
    padding: 50px 50px 50px 80px;
    font-size: 1.5rem;
  }
}

.highlighted_text__content {
  padding: 35px;
}
.highlighted_text__content--center {
  text-align: center;
}
.highlighted_text .container {
  width: auto;
  margin: 0;
}

.custom-image {
  margin: 30px auto;
}
@media only screen and (min-width: 992px) {
  .custom-image {
    margin: 50px auto;
  }
}
.template-sub-home-page .custom-image {
  margin: 0 auto;
}
.template-sub-home-page .custom-image .image_caption {
  display: none;
}

.linked_image {
  overflow: hidden;
  display: block;
}
.linked_image img {
  transition: 0.4s ease;
}
.linked_image img:hover {
  transform: scale(1.08);
}

.block-fullscreen_video {
  width: 100%;
}
.block-fullscreen_video__video {
  width: 100%;
}

.block-fullscreen_image {
  width: 100%;
}
.block-fullscreen_image__image {
  width: 100%;
}

.block-multicolumns__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.block-multicolumns__column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  margin-right: 20px;
}

.analytics-block {
  background-color: #E5E5E6;
  color: #000000;
  margin: 20px 0;
  padding: 20px 10px;
}
.analytics-block--hide {
  display: none;
}
@media only screen and (min-width: 992px) {
  .analytics-block {
    padding: 46px 0;
  }
}
.analytics-block__logo {
  width: 80%;
  padding-top: 25%;
  height: 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='399' height='106' viewBox='0 0 399 106' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M130.062 16.1836H138.708L156.258 62.9325H147.289L143.612 52.551H124.642L121.029 62.9325H112.641L130.062 16.1836ZM127.029 45.716H141.16L134.062 25.6623L127.029 45.716Z' fill='%23000000'/%3E %3Cpath d='M168.245 33.0777C169.234 31.2722 170.611 29.8966 172.375 28.9509C174.181 27.9622 176.31 27.4678 178.762 27.4678C180.87 27.4678 182.655 27.7902 184.118 28.435C185.623 29.0799 186.849 30.0041 187.796 31.2077C188.742 32.4114 189.43 33.8515 189.86 35.528C190.333 37.2045 190.57 39.0744 190.57 41.1378V62.9325H182.892V43.0078C182.892 41.8471 182.827 40.708 182.698 39.5903C182.569 38.4726 182.268 37.4839 181.795 36.6242C181.365 35.7214 180.698 35.0121 179.795 34.4963C178.934 33.9804 177.773 33.7225 176.31 33.7225C174.848 33.7225 173.6 34.0019 172.568 34.5608C171.536 35.0766 170.697 35.8074 170.052 36.7531C169.407 37.6989 168.933 38.838 168.632 40.1706C168.374 41.5032 168.245 42.9433 168.245 44.4909V62.9325H160.567V28.2416H168.245V33.0777Z' fill='%23000000'/%3E %3Cpath d='M220.048 46.6188C217.295 46.8767 214.951 47.1776 213.015 47.5215C211.08 47.8654 209.488 48.2953 208.241 48.8111C206.993 49.327 206.068 49.9503 205.466 50.6811C204.907 51.3689 204.627 52.2071 204.627 53.1959C204.627 54.7004 205.208 55.8826 206.369 56.7423C207.531 57.6021 209.079 58.0319 211.015 58.0319C213.854 58.0319 216.069 57.2582 217.661 55.7106C219.253 54.1201 220.048 51.4978 220.048 47.8439V46.6188ZM212.757 27.2099C214.908 27.2099 216.887 27.4678 218.693 27.9837C220.543 28.4995 222.135 29.3378 223.468 30.4984C224.801 31.6591 225.812 33.1852 226.501 35.0766C227.232 36.9681 227.576 39.2894 227.533 42.0406C227.533 42.4705 227.511 43.0508 227.468 43.7816C227.468 44.4694 227.468 45.2217 227.468 46.0384C227.468 46.8552 227.447 47.7149 227.404 48.6177C227.404 49.4774 227.404 50.2942 227.404 51.068C227.404 53.2603 227.49 55.4312 227.662 57.5806C227.834 59.687 228.092 61.471 228.436 62.9325H221.403C221.274 62.2017 221.145 61.4924 221.016 60.8046C220.93 60.1168 220.844 59.1711 220.758 57.9675C219.683 59.9019 218.156 61.3635 216.177 62.3522C214.198 63.2979 211.918 63.7708 209.338 63.7708C207.445 63.7708 205.703 63.5129 204.111 62.997C202.563 62.5241 201.208 61.8363 200.046 60.9336C198.928 60.0309 198.046 58.9562 197.401 57.7095C196.799 56.4199 196.497 54.9798 196.497 53.3893C196.497 51.2399 197.121 49.4559 198.369 48.0373C199.616 46.6188 201.294 45.4581 203.401 44.5554C205.552 43.6526 208.026 42.9648 210.822 42.492C213.661 42.0191 216.672 41.6107 219.855 41.2668V40.4286C219.855 38.967 219.661 37.7633 219.274 36.8176C218.887 35.8289 218.349 35.0551 217.661 34.4963C217.016 33.8945 216.241 33.4861 215.338 33.2711C214.435 33.0132 213.445 32.8842 212.37 32.8842C210.391 32.8842 208.735 33.4001 207.402 34.4318C206.068 35.4635 205.359 37.0325 205.273 39.1389H197.723C197.852 37.3764 198.304 35.7644 199.078 34.3028C199.853 32.8413 200.885 31.5946 202.175 30.5629C203.509 29.4882 205.058 28.6715 206.821 28.1126C208.628 27.5108 210.606 27.2099 212.757 27.2099Z' fill='%23000000'/%3E %3Cpath d='M242.976 62.9325H235.297V16.1836H242.976V62.9325Z' fill='%23000000'/%3E %3Cpath d='M250.262 74.2168V68.3489H253.166C253.983 68.3489 254.693 68.306 255.295 68.22C255.94 68.177 256.499 67.9836 256.972 67.6397C257.489 67.3387 257.94 66.8659 258.327 66.2211C258.715 65.5763 259.102 64.695 259.489 63.5773L259.876 62.7391L247.294 28.2416H255.682L263.554 53.1314L271.426 28.2416H279.297L267.103 62.868C266.285 65.1034 265.489 66.9519 264.715 68.4134C263.984 69.875 263.124 71.0357 262.134 71.8954C261.145 72.7552 259.984 73.357 258.65 73.7009C257.317 74.0448 255.682 74.2168 253.746 74.2168H250.262Z' fill='%23000000'/%3E %3Cpath d='M284.723 19.0853H292.401V28.2416H299.37V33.787H292.401V52.68C292.401 54.4425 292.681 55.6246 293.24 56.2265C293.799 56.7853 294.896 57.0647 296.531 57.0647H299.305V62.9325H293.627C291.778 62.9325 290.272 62.8036 289.111 62.5456C287.949 62.2447 287.046 61.7504 286.401 61.0626C285.756 60.3748 285.304 59.4505 285.046 58.2899C284.831 57.0862 284.723 55.6032 284.723 53.8407V33.787H279.561V28.2416H284.723V19.0853Z' fill='%23000000'/%3E %3Cpath d='M313.232 16.1836V23.9213H305.554V16.1836H313.232ZM313.232 28.2416V62.9325H305.554V28.2416H313.232Z' fill='%23000000'/%3E %3Cpath d='M336.391 27.4678C338.327 27.4678 340.155 27.7687 341.876 28.3706C343.596 28.9724 345.123 29.8321 346.457 30.9498C347.833 32.0245 348.973 33.3356 349.877 34.8832C350.78 36.4307 351.404 38.1717 351.748 40.1062H344.263C343.919 38.2577 343.059 36.7531 341.682 35.5925C340.349 34.4318 338.521 33.8515 336.198 33.8515C334.993 33.8515 333.853 34.0879 332.778 34.5608C331.746 34.9906 330.821 35.6999 330.004 36.6886C329.229 37.6344 328.606 38.838 328.132 40.2996C327.702 41.7612 327.487 43.5237 327.487 45.5871C327.487 47.6505 327.702 49.4344 328.132 50.939C328.606 52.4006 329.229 53.6257 330.004 54.6144C330.821 55.5602 331.746 56.2695 332.778 56.7423C333.853 57.1722 334.993 57.3871 336.198 57.3871C338.133 57.3871 339.876 56.9143 341.424 55.9685C343.016 55.0228 344.048 53.3893 344.521 51.068H352.006C351.619 53.0884 350.93 54.8939 349.941 56.4844C348.952 58.0749 347.747 59.4075 346.328 60.4822C344.908 61.5569 343.317 62.3737 341.553 62.9325C339.79 63.4914 337.961 63.7708 336.069 63.7708C333.488 63.7708 331.165 63.3194 329.1 62.4167C327.079 61.471 325.358 60.2028 323.938 58.6123C322.519 56.9788 321.422 55.0658 320.648 52.8734C319.917 50.6381 319.551 48.2308 319.551 45.6515C319.551 43.0723 319.917 40.6865 320.648 38.4941C321.422 36.2588 322.54 34.3243 324.003 32.6908C325.466 31.0573 327.229 29.7891 329.294 28.8864C331.359 27.9407 333.724 27.4678 336.391 27.4678Z' fill='%23000000'/%3E %3Cpath d='M378.489 37.9783C378.102 36.3447 377.199 35.1626 375.779 34.4318C374.36 33.701 372.553 33.3356 370.36 33.3356C368.596 33.3356 367.069 33.6795 365.778 34.3673C364.531 35.0121 363.907 35.9149 363.907 37.0755C363.907 39.2249 365.585 40.6435 368.94 41.3313L373.65 42.2985C375.371 42.6854 376.984 43.1368 378.489 43.6526C380.038 44.1255 381.371 44.7488 382.49 45.5226C383.608 46.2964 384.49 47.2636 385.135 48.4242C385.78 49.5419 386.103 50.939 386.103 52.6155C386.103 54.421 385.694 56.033 384.877 57.4516C384.103 58.8272 383.028 59.9879 381.651 60.9336C380.318 61.8363 378.748 62.5241 376.941 62.997C375.177 63.5129 373.285 63.7708 371.263 63.7708C369.026 63.7708 366.983 63.4699 365.133 62.868C363.327 62.2662 361.757 61.4495 360.423 60.4178C359.133 59.3861 358.079 58.1609 357.261 56.7423C356.487 55.3237 356.014 53.7762 355.842 52.0997H363.327C363.671 53.9481 364.51 55.3882 365.843 56.4199C367.176 57.4516 369.069 57.9675 371.521 57.9675C373.672 57.9675 375.392 57.5806 376.683 56.8068C377.973 55.99 378.618 54.8939 378.618 53.5183C378.618 52.1427 378.038 51.0895 376.876 50.3587C375.758 49.6279 374.274 49.069 372.424 48.6822L367.198 47.586C365.692 47.2851 364.294 46.8982 363.004 46.4253C361.714 45.9095 360.595 45.2647 359.649 44.4909C358.745 43.6741 358.014 42.7069 357.455 41.5892C356.939 40.4286 356.681 39.053 356.681 37.4624C356.681 35.9149 357.046 34.5393 357.778 33.3356C358.552 32.089 359.584 31.0358 360.875 30.176C362.165 29.3163 363.671 28.65 365.391 28.1771C367.112 27.7043 368.94 27.4678 370.876 27.4678C372.682 27.4678 374.403 27.6828 376.038 28.1126C377.672 28.5425 379.135 29.2088 380.425 30.1116C381.759 30.9713 382.877 32.0675 383.78 33.4001C384.727 34.6897 385.372 36.2158 385.716 37.9783H378.489Z' fill='%23000000'/%3E %3Cpath d='M103.387 23.7256L98.7917 30.9963C101.089 42.4765 97.2601 54.3393 88.07 61.9927C85.7725 63.9061 80.7946 64.6714 84.2409 68.4981C75.0508 66.5848 70.4558 71.1768 57.4366 66.9675C55.1391 66.2021 52.8416 65.0541 50.927 63.5234C49.3954 65.0541 47.8637 66.5848 46.332 67.7328C51.6929 71.5595 57.8196 73.8555 64.7121 74.6209C85.3896 76.5343 103.77 61.6101 105.684 40.9458C106.45 34.8231 105.301 29.083 103.387 23.7256Z' fill='%23000000'/%3E %3Cpath d='M82.3282 10.3321C85.0086 11.8627 87.689 13.3934 89.9865 16.0721C92.284 15.3068 94.9644 14.5414 97.2619 13.7761C91.1353 6.50534 82.3282 1.53061 71.9894 0.382595C58.9702 -0.765419 47.0998 4.59198 39.4414 13.7761C42.5047 14.1588 45.1852 14.5414 48.2485 14.9241C57.8214 6.88801 71.2236 4.97465 82.3282 10.3321Z' fill='%23000000'/%3E %3Cpath d='M31.3984 42.4765C32.1643 47.4513 33.6959 52.0433 36.3764 56.2527C37.5251 54.3393 38.6739 52.0433 40.2055 50.5126C39.4397 47.4513 38.291 44.7726 37.5251 41.7112C35.6105 41.7112 33.6959 42.4765 31.3984 42.4765Z' fill='%23000000'/%3E %3Cpath d='M55.1406 15.3068C63.9477 15.6895 72.7548 16.0722 80.7961 14.5415C73.1377 10.7148 62.4161 10.3321 55.1406 15.3068Z' fill='%23000000'/%3E %3Cpath d='M83.8598 51.6605L88.4548 42.8591L101.474 19.8988L104.154 14.9241L99.9423 16.0721C99.9423 16.4548 99.5594 16.4548 99.5594 16.8374C93.8156 27.5522 87.689 38.267 82.3281 49.3645L83.8598 51.6605Z' fill='%23000000'/%3E %3Cpath d='M56.6718 22.195C57.4376 21.047 58.2035 19.8989 58.9693 18.7509C51.6939 18.3683 44.8013 17.6029 37.5259 16.4549C24.1238 14.1589 11.4875 10.7148 0 5.35742L1.14875 14.1589C11.4875 18.3683 22.975 19.8989 34.8455 21.047C42.1209 21.4296 49.3964 21.8123 56.6718 22.195Z' fill='%23000000'/%3E %3Cpath d='M82.3292 15.3069L78.5 20.6643L85.3925 17.6029L82.3292 15.3069Z' fill='%23000000'/%3E %3Cpath d='M97.2625 16.8376L93.8163 17.9857L80.0312 44.0073L81.18 46.686C86.5409 36.7366 92.2846 26.7871 97.2625 16.8376Z' fill='%23000000'/%3E %3Cpath d='M91.1326 19.1335L87.6863 20.6642C84.2401 26.787 80.7938 33.6751 77.7305 40.1805L78.8792 42.4765L91.1326 19.1335Z' fill='%23000000'/%3E %3Cpath d='M53.6094 60.4622C58.9702 64.2889 66.6286 65.8195 73.1382 64.6715L71.2236 56.6354C68.9261 43.6246 78.1161 33.6751 83.094 23.343C67.0115 31.3791 62.4165 47.4513 53.6094 60.4622Z' fill='%23000000'/%3E %3Cpath d='M31.784 30.2311C42.8886 29.8485 53.2273 28.7004 53.2273 28.7004L54.759 25.6391C47.8665 25.6391 40.5911 25.2564 33.3156 24.4911C24.5085 23.7257 15.7014 22.5777 7.66016 21.4297C8.04307 23.7257 8.42599 26.4044 9.19183 28.7004C14.5527 30.2311 23.3598 30.6138 31.784 30.2311Z' fill='%23000000'/%3E %3Cpath d='M50.9293 31.7617C44.4197 32.5271 37.9101 32.9097 31.4005 33.2924C28.7201 33.2924 26.0397 33.6751 23.7422 33.6751C24.1251 35.5884 24.508 37.5018 26.0397 39.4151C27.9543 39.4151 29.8689 39.4151 31.4005 39.4151C37.1443 39.0325 42.5051 38.2671 48.2489 37.1191L50.9293 31.7617Z' fill='%23000000'/%3E %3Cpath d='M94.9641 37.1191C90.752 44.7726 85.3911 51.6607 83.4766 60.0794C91.5178 54.722 95.347 46.6859 94.9641 37.1191Z' fill='%23000000'/%3E %3Cpath d='M42.8869 45.5379L45.5673 40.9458C44.4186 40.9458 43.2698 41.3285 42.1211 41.3285L42.8869 45.5379Z' fill='%23000000'/%3E %3C/svg%3E");
}
@media only screen and (min-width: 992px) {
  .analytics-block__logo {
    margin-left: -30px;
    padding-top: 0;
    width: 400px;
    height: 110px;
  }
}
.analytics-block__title {
  width: 100%;
  font-family: "Suisse-regular";
  letter-spacing: -2px;
  line-height: 1;
  margin-top: 20px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .analytics-block__title {
    font-size: 2.33333rem;
  }
}
.analytics-block__text {
  text-align: center;
  margin-top: 27px;
}
.analytics-block__data {
  margin: 40px 0 0;
  position: relative;
}
.analytics-block__data::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 992px) {
  .analytics-block__data {
    margin: 80px 0 0;
  }
}
.analytics-block__elementtitle {
  font-family: "Suisse-medium";
  text-transform: uppercase;
  font-size: 0.8rem;
}
.analytics-block__elementdata {
  font-family: "Suisse-regular";
  font-size: 1.2rem;
}
.analytics-block__element {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  padding-left: 65px;
}
@media only screen and (min-width: 992px) {
  .analytics-block__element {
    width: 33.33%;
    margin-bottom: 50px;
  }
}
.analytics-block__element--instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fff; } .cls-2 { fill: %23e21294; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-2' width='135' height='135'/%3E %3Cg%3E %3Cpath class='cls-1' d='M68.03,35.19c11.35,0,12.69,.04,17.17,.25,4.14,.19,6.39,.88,7.89,1.46,1.98,.77,3.4,1.69,4.89,3.18,1.49,1.49,2.41,2.9,3.18,4.89,.58,1.5,1.27,3.75,1.46,7.89,.2,4.48,.25,5.83,.25,17.17s-.04,12.69-.25,17.17c-.19,4.14-.88,6.39-1.46,7.89-.77,1.98-1.69,3.4-3.18,4.89-1.49,1.49-2.9,2.41-4.89,3.18-1.5,.58-3.75,1.27-7.89,1.46-4.48,.2-5.82,.25-17.17,.25s-12.69-.04-17.17-.25c-4.14-.19-6.39-.88-7.89-1.46-1.98-.77-3.4-1.69-4.89-3.18-1.49-1.49-2.41-2.9-3.18-4.89-.58-1.5-1.27-3.75-1.46-7.89-.2-4.48-.25-5.83-.25-17.17s.04-12.69,.25-17.17c.19-4.14,.88-6.39,1.46-7.89,.77-1.98,1.69-3.4,3.18-4.89,1.49-1.49,2.9-2.41,4.89-3.18,1.5-.58,3.75-1.27,7.89-1.46,4.48-.2,5.83-.25,17.17-.25m0-7.66c-11.54,0-12.99,.05-17.52,.26-4.52,.21-7.61,.92-10.32,1.98-2.79,1.09-5.16,2.54-7.53,4.9-2.36,2.36-3.82,4.73-4.9,7.53-1.05,2.7-1.77,5.79-1.98,10.32-.21,4.53-.26,5.98-.26,17.52s.05,12.99,.26,17.52c.21,4.52,.92,7.61,1.98,10.32,1.09,2.79,2.54,5.16,4.9,7.53,2.36,2.36,4.73,3.82,7.53,4.9,2.7,1.05,5.79,1.77,10.32,1.98,4.53,.21,5.98,.26,17.52,.26s12.99-.05,17.52-.26c4.52-.21,7.61-.92,10.32-1.98,2.79-1.09,5.16-2.54,7.53-4.9,2.36-2.36,3.82-4.73,4.9-7.53,1.05-2.7,1.77-5.79,1.98-10.32,.21-4.53,.26-5.98,.26-17.52s-.05-12.99-.26-17.52c-.21-4.52-.92-7.61-1.98-10.32-1.09-2.79-2.54-5.16-4.9-7.53-2.36-2.36-4.73-3.82-7.53-4.9-2.7-1.05-5.79-1.77-10.32-1.98-4.53-.21-5.98-.26-17.52-.26h0Z'/%3E %3Cpath class='cls-1' d='M68.03,48.21c-12.05,0-21.82,9.77-21.82,21.82s9.77,21.82,21.82,21.82,21.82-9.77,21.82-21.82-9.77-21.82-21.82-21.82Zm0,35.99c-7.82,0-14.17-6.34-14.17-14.17s6.34-14.17,14.17-14.17,14.17,6.34,14.17,14.17-6.34,14.17-14.17,14.17Z'/%3E %3Ccircle class='cls-1' cx='90.72' cy='47.35' r='5.1'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--deezer {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fff; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-1' width='135' height='135'/%3E %3Cg%3E %3Crect x='98.25' y='32.15' width='23.4' height='13.7'/%3E %3Crect x='98.25' y='51.15' width='23.4' height='13.7'/%3E %3Crect x='98.25' y='70.15' width='23.4' height='13.7'/%3E %3Crect x='13.35' y='89.15' width='23.4' height='13.7'/%3E %3Crect x='41.65' y='89.15' width='23.4' height='13.7'/%3E %3Crect x='69.95' y='89.15' width='23.4' height='13.7'/%3E %3Crect x='98.25' y='89.15' width='23.4' height='13.7'/%3E %3Crect x='69.95' y='70.15' width='23.4' height='13.7'/%3E %3Crect x='41.65' y='70.15' width='23.4' height='13.7'/%3E %3Crect x='41.65' y='51.15' width='23.4' height='13.7'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fff; } .cls-2 { fill: %231677f0; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-2' width='135' height='135'/%3E %3Cpath class='cls-1' d='M93.77,87.01l2.99-19.51h-18.72v-12.66c0-5.34,2.61-10.54,11-10.54h8.51V27.69s-7.72-1.32-15.11-1.32c-15.42,0-25.5,9.34-25.5,26.26v14.87h-17.14v19.51h17.14v47.99h21.09v-47.99h15.73Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--soundcloud {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23ff6700; } .cls-2 { fill: %23fff; opacity: .9; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-1' width='135' height='135'/%3E %3Cpath class='cls-2' d='M12.85,67.45l-.68,6.15,.68,6.15c0,.34,.34,.34,.34,.34,.34,0,.34-.34,.34-.34l1.02-6.15-1.02-6.15c0-.34-.34-.34-.34-.34,0,0-.34,0-.34,.34m4.1-3.76l-1.02,9.9,1.02,9.9c0,.34,.34,.34,.34,.34,.34,0,.34-.34,.34-.34l1.37-9.9-1.37-9.9c0-.34-.34-.34-.34-.34h0l-.34,.34m12.98-1.37l-.68,11.27,.68,11.95c0,.34,.34,.68,.68,.68s.68-.34,.68-.68l1.37-11.95-1.02-11.27c0-.34-.34-.68-.68-.68-.68,0-1.02,.34-1.02,.68m-8.54-.68l-1.02,11.95,1.02,11.27c0,.34,.34,.68,.68,.68,0,0,.34-.34,.34-.68l1.02-11.27-1.02-11.95c0-.34-.34-.68-.68-.68,0,.34-.34,.34-.34,.68m4.1-.34l-1.02,12.3,1.02,11.61c0,.34,.34,.68,.68,.68s.68-.34,.68-.68l1.02-11.61-1.02-12.3c0-.34-.34-.68-.68-.68s-.34,.34-.68,.68m8.88-6.15l-1.02,18.44,1.02,11.95c0,.34,.34,.68,.68,.68,.68,0,1.02-.34,1.02-.68l1.02-11.95-1.02-18.44c0-.34-.34-.68-.68-.68-.68,0-1.02,.34-1.02,.68m4.44-4.1l-.68,22.54,.68,11.95c0,.68,.34,1.02,1.02,1.02,.34,0,1.02-.34,1.02-1.02l1.02-11.95-1.02-22.54c0-.68-.34-1.02-1.02-1.02s-1.02,.34-1.02,1.02m18.1-1.02l-.68,23.57,.68,11.27c0,.68,.68,1.37,1.37,1.37s1.37-.68,1.37-1.37l.68-11.27-.68-23.91c0-.68-.68-1.37-1.37-1.37-1.02,.34-1.37,.68-1.37,1.71m-13.66-1.02l-.68,24.59,.68,11.61c0,.68,.34,1.02,1.02,1.02s1.02-.34,1.02-1.02l.68-11.61-.68-24.59c0-.68-.34-1.02-1.02-1.02s-1.02,.68-1.02,1.02m8.88,0l-.68,24.59,.68,11.61c0,.68,.68,1.37,1.37,1.37s1.37-.68,1.37-1.37l.68-11.61-.68-24.59c0-.68-.68-1.37-1.37-1.37s-1.37,.68-1.37,1.37m-4.44-.68l-.68,25.27,.68,11.61c0,.68,.34,1.02,1.02,1.02s1.02-.34,1.02-1.02l.68-11.61-.68-25.27c0-.68-.68-1.02-1.02-1.02s-1.02,.34-1.02,1.02m13.66-3.07l-.68,28.35,.68,11.27c0,.68,.68,1.37,1.37,1.37s1.37-.68,1.37-1.37l.68-11.27-.68-28.35c0-.68-.68-1.37-1.37-1.37s-1.37,.68-1.37,1.37m4.78-2.39l-.68,30.74,.68,11.27c0,.68,.68,1.37,1.37,1.37s1.37-.68,1.37-1.37l.68-11.27-.68-30.74c0-.68-.68-1.37-1.37-1.37h-.34c-.68,0-1.02,.68-1.02,1.37m5.46-3.07c-1.02,.34-1.37,.68-1.37,1.71v43.38c0,.68,.68,1.37,1.37,1.71h37.91c7.51,0,13.66-6.15,13.66-13.66s-6.15-13.66-13.66-13.66c-1.71,0-3.76,.34-5.12,1.02-1.02-12.3-11.27-21.86-23.91-21.86h-1.71c-2.39,0-4.78,.68-7.17,1.37'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--spotify {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %231ed560; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-1' width='135' height='135'/%3E %3Cg%3E %3Cpath d='M98.46,97.3c-1.21,1.99-3.8,2.61-5.78,1.4-15.85-9.69-35.8-11.88-59.3-6.51-2.26,.52-4.52-.9-5.04-3.16-.52-2.26,.89-4.52,3.16-5.04,25.71-5.88,47.77-3.35,65.56,7.52,1.98,1.21,2.61,3.8,1.4,5.79Z'/%3E %3Cpath d='M106.72,78.92c-1.53,2.48-4.76,3.25-7.24,1.73-18.14-11.15-45.8-14.38-67.26-7.87-2.78,.84-5.72-.73-6.57-3.51-.84-2.78,.73-5.72,3.51-6.56,24.52-7.44,54.99-3.84,75.83,8.97,2.47,1.52,3.25,4.76,1.73,7.23Z'/%3E %3Cpath d='M107.43,59.78c-21.76-12.92-57.65-14.11-78.42-7.81-3.34,1.01-6.86-.87-7.87-4.21-1.01-3.34,.87-6.86,4.21-7.88,23.84-7.24,63.48-5.84,88.53,9.03,3,1.78,3.98,5.66,2.21,8.65-1.78,3-5.66,3.99-8.65,2.21Z'/%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--tiktok {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fff; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect width='135' height='135'/%3E %3Cpath class='cls-1' d='M102.61,46.79c0-.36,0-.38-.39-.37-.92,0-1.83-.1-2.73-.24-3.28-.49-13.91-6.07-15.71-15.2-.04-.18-.44-2.44-.43-3.41,0-.43,0-.43-.43-.44-.1,0-.2,0-.29,0-4.16,0-8.32,0-12.48,0-.84,0-.72-.1-.72,.74,0,18.05,0,36.09,0,54.14,0,.67-.02,1.35-.14,2-.63,3.49-2.42,6.22-5.44,8.09-2.62,1.62-5.47,2.08-8.49,1.48-.95-.19-1.85-.55-2.74-.9-.07-.07-.14-.13-.22-.2-.3-.25-.63-.46-.96-.68-3.85-2.67-5.68-6.37-5.12-11,.56-4.7,3.27-7.89,7.72-9.53,1.33-.49,2.73-.69,4.15-.62,.91,.05,1.82,.17,2.71,.42,.31,.09,.47-.02,.49-.35,0-.11,0-.23,0-.34,0-3.24-.12-10.32-.14-10.33,0-.93,0-1.87,.02-2.8,0-.27-.13-.32-.35-.34-1.68-.2-3.36-.24-5.05-.11-2.33,.17-4.59,.65-6.79,1.44-3.5,1.26-6.58,3.21-9.24,5.81-2.28,2.23-4.07,4.82-5.39,7.73-1.26,2.79-1.98,5.71-2.18,8.76-.09,1.32-.07,2.65,.05,3.97,.17,1.83,.52,3.62,1.07,5.37,1.6,5.03,4.51,9.15,8.64,12.43,.42,.33,.82,.7,1.33,.91,0,0,0,0,0,0,.21,.19,.42,.37,.63,.56,.67,.5,1.38,.93,2.13,1.3,4.62,2.28,9.5,3.21,14.63,2.59,6.66-.81,12.21-3.77,16.58-8.85,4.11-4.79,6.11-10.41,6.15-16.69,.05-8.99,.01-17.97,.02-26.96,0-.21-.12-.52,.11-.63,.19-.08,.37,.16,.54,.28,3.34,2.2,6.95,3.79,10.86,4.68,2.27,.52,4.57,.84,6.91,.83,.74,0,.84-.04,.84-.77,0-3.19-.16-11.92-.16-12.76Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__element--twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg width='300' height='300.251' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66'/%3E %3C/svg%3E");
}
.analytics-block__element--youtube {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 135'%3E %3Cdefs%3E %3Cstyle%3E .cls-1 { fill: %23fd0000; } .cls-2 { fill: %23fff; } %3C/style%3E %3C/defs%3E %3Cg id='Graphic_Elements' data-name='Graphic Elements'%3E %3Cg%3E %3Crect class='cls-1' width='135' height='135'/%3E %3Cpath class='cls-2' d='M110.56,45.84c-1.03-3.87-4.08-6.92-7.96-7.96-7.02-1.88-35.16-1.88-35.16-1.88,0,0-28.14,0-35.16,1.88-3.87,1.04-6.92,4.08-7.96,7.96-1.88,7.02-1.88,21.66-1.88,21.66,0,0,0,14.64,1.88,21.66,1.03,3.87,4.08,6.92,7.96,7.96,7.02,1.88,35.16,1.88,35.16,1.88,0,0,28.14,0,35.16-1.88,3.87-1.04,6.92-4.08,7.96-7.96,1.88-7.02,1.88-21.66,1.88-21.66,0,0,0-14.64-1.88-21.66Zm-52.12,35.16v-27l23.38,13.5-23.38,13.5Z'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.analytics-block__more {
  position: relative;
  font-family: "America-regular";
  text-decoration: none;
  color: #000000;
}

.image_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: top;
  padding: 20px -4px;
  max-width: 1060px;
  margin: 0 auto;
}
.image_grid--centered {
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .image_grid {
    padding: 20px -6px;
  }
}
.image_grid__title {
  margin-left: 6px;
  font-family: "Suisse-regular";
  font-size: 2.333rem;
  width: 100%;
  text-align: left;
}
.image_grid__title--centered {
  text-align: center;
}
.image_grid a, .image_grid__tile {
  text-decoration: none;
  color: #000000;
  flex-basis: 50%;
  padding: 10px 4px;
}
@media only screen and (min-width: 992px) {
  .image_grid a, .image_grid__tile {
    flex-basis: 25%;
    padding: 10px 6px;
  }
}
.image_grid__image {
  display: block;
  background-color: #ffffff;
  flex: 1 1 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10px;
}
@media only screen and (min-width: 992px) {
  .image_grid__image {
    margin: 15px;
  }
}
.image_grid__image--margin {
  background-size: 80%;
}
.image_grid__image:after {
  content: " ";
  display: block;
  height: 0;
  padding-top: 100%;
}
.image_grid__imagetitle {
  text-align: center;
  margin-top: 10px;
  font-family: "Suisse-regular";
  font-size: 1.3rem;
  line-height: 1.2;
}
.image_grid__imagesubtitle {
  text-align: center;
  font-family: "Suisse-light";
  font-size: 1.2rem;
}
.image_grid__richtext {
  text-align: center;
}
.image_grid__richtext a {
  padding: 0;
}

.logo_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: top;
  padding: 20px -4px;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .logo_grid {
    padding: 20px -6px;
  }
}
.logo_grid__title {
  text-align: center;
  margin-top: 10px;
  font-family: "Suisse-regular";
  font-size: 1.3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .logo_grid__title {
    padding: 40px;
  }
}
.logo_grid__logo {
  background-color: #ffffff;
  flex: 1 1 0;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  margin: 10px;
}
@media only screen and (min-width: 992px) {
  .logo_grid__logo {
    margin: 15px;
  }
}
.logo_grid__logo:after {
  content: " ";
  display: block;
  height: 0;
  padding-top: 100%;
}

.video_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: top;
  padding: 20px -4px;
  max-width: 1060px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .video_grid {
    padding: 20px -6px;
  }
}
.video_grid__tile {
  text-decoration: none;
  color: #000000;
  flex-basis: 100%;
  padding: 10px 4px;
}
@media only screen and (min-width: 992px) {
  .video_grid__tile {
    flex-basis: 50%;
    padding: 10px 6px;
  }
}

.logo_grid {
  width: 100%;
  margin-bottom: 20px;
}
.logo_grid::after {
  clear: both;
  content: "";
  display: block;
}
.logo_grid__logo {
  max-width: 20%;
}
.logo_grid__logo img {
  margin-right: 15px;
  margin-bottom: 15px;
  height: 60px;
  width: auto;
}

.image-paragraph-block {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .image-paragraph-block {
    padding: 0;
    flex-direction: row;
  }
  .image-paragraph-block--image-centered {
    align-items: center;
  }
}
.image-paragraph-block__image {
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .image-paragraph-block__image {
    width: 250px;
  }
}
.image-paragraph-block__image img {
  width: 100%;
  height: auto;
  display: block;
}
.image-paragraph-block__text {
  flex: 1;
  min-width: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .image-paragraph-block__text {
    width: auto;
  }
}

.block-advertising_image__label {
  background-color: #0062ff;
  padding: 5px 10px;
}
.block-advertising_image img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-advertising_image a {
  display: block;
}

.block-advertising_video__container {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.block-advertising_video__label {
  background-color: #0062ff;
  padding: 5px 10px;
}
.block-advertising_video__video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-advertising-reel__label {
  background-color: #0062ff;
  padding: 5px 10px;
}
.block-advertising-reel__container {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .block-advertising-reel__container {
    display: flex;
  }
}
.block-advertising-reel__slide {
  display: none;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
}
@media only screen and (min-width: 992px) {
  .block-advertising-reel__slide {
    width: 50%;
    flex: 0 0 50%;
  }
}
.block-advertising-reel__slide--fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@media only screen and (min-width: 992px) {
  .block-advertising-reel__container--one-visible .block-advertising-reel__slide {
    width: 100%;
    flex: 0 0 100%;
  }
}
.block-advertising-reel__slide-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.block-advertising-reel__slide-inner a,
.block-advertising-reel__slide-inner picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.block-advertising-reel__slide-inner img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.highlighted_slider {
  position: relative;
  background-color: #000000;
  padding: 60px 16px 16px 16px;
}
@media only screen and (min-width: 992px) {
  .highlighted_slider {
    padding: 40px;
  }
}
.highlighted_slider__prev, .highlighted_slider__next {
  display: none;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  float: left;
  box-shadow: -2px 2px 0 white;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .highlighted_slider__prev, .highlighted_slider__next {
    display: block;
  }
}
.highlighted_slider__prev {
  transform: rotate(45deg);
  left: 15px;
}
.highlighted_slider__next {
  transform: rotate(-135deg);
  right: 15px;
}
.highlighted_slider__item {
  text-decoration: none;
  color: #ffffff;
  border-left: 1px solid #0062ff;
}
.highlighted_slider .swiper-wrapper .swiper-slide:first-child {
  border: none;
}
.highlighted_slider__title {
  font-family: "Suisse-regular";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.9px;
  color: #0062ff;
  margin-bottom: -6px;
}
.highlighted_slider__name {
  font-family: "Suisse-regular";
  font-size: 1.3rem;
  letter-spacing: -1.2px;
  line-height: 1;
  padding-left: 8px;
  margin-top: 5px;
  color: #0062ff;
}
@media only screen and (min-width: 992px) {
  .highlighted_slider__name {
    font-size: 1.4rem;
  }
}
.highlighted_slider__country {
  padding-left: 8px;
  font-family: "America-regular";
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media only screen and (min-width: 992px) {
  .highlighted_slider__country {
    font-size: 0.875rem;
  }
}
.highlighted_slider__link {
  color: #ffffff;
}
.highlighted_slider__link:hover {
  color: #000000;
}

.panel--block {
  position: relative;
  margin: 50px auto;
  background-color: #E5E5E6;
  padding: 15px 15px 45px 15px;
}
@media only screen and (min-width: 992px) {
  .panel--block .profile__link {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
.panel--block .panelgrid-tile {
  padding: 0;
  border: none;
}
.panel--block .panelgrid-tile__image {
  margin-right: 30px;
  width: 480px;
}
.panel--block .panelgrid-tile__presented {
  margin-top: 0;
  margin-bottom: 1rem;
}
.panel--block .panelgrid-tile__date {
  margin-bottom: 0.5rem;
}
.panel--block .panelgrid-tile__title {
  margin-bottom: 0.5rem;
}

.block-radar {
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .block-radar {
    padding: 30px;
  }
}
.block-radar__title {
  padding-top: 20px;
  font-family: "Suisse-regular";
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .block-radar__title {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .chartlist {
    padding-right: 30px;
  }
}
.chartlist__row {
  display: flex;
  margin: 20px 0;
}
.chartlist__position {
  line-height: 1;
  width: 40px;
  text-align: left;
  font-family: "Suisse-medium";
  font-size: 1.8rem;
}
.chartlist__image {
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  background-size: contain;
}
.chartlist__info {
  padding-left: 18px;
}
.chartlist__song {
  line-height: 1;
  font-family: "Suisse-regular";
  font-size: 1.8rem;
}
.chartlist__mainartist {
  font-family: "Suisse-light";
  font-size: 1.2rem;
}
.chartlist__country {
  font-family: "America-regular";
}

.festivallist__row {
  margin: 20px 0;
}
.festivallist__name {
  line-height: 1;
  font-family: "Suisse-regular";
  font-size: 1.8rem;
}
.festivallist__country {
  font-family: "America-regular";
}

.block-trendinganalytics {
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .block-trendinganalytics {
    padding: 30px;
  }
}
.block-trendinganalytics__title {
  padding-top: 20px;
  font-family: "Suisse-regular";
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .block-trendinganalytics__title {
    padding-top: 60px;
  }
}
.block-trendinganalytics__grid {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.block-trendinganalytics__card:nth-of-type(2) {
  padding-top: 20px;
}
.block-trendinganalytics__card:nth-of-type(3) {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .block-trendinganalytics__grid {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
  .block-trendinganalytics__card:nth-of-type(2) {
    padding-top: 20px;
  }
  .block-trendinganalytics__card:nth-of-type(3) {
    padding-top: 30px;
  }
  .block-trendinganalytics__card:nth-of-type(4) {
    display: none;
  }
}
.block-trendinganalytics__imageblock {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.block-trendinganalytics__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.block-trendinganalytics__gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 19%, rgba(0, 0, 0, 0.2) 86%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
}
.block-trendinganalytics .fansgrowth {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.block-trendinganalytics .fansgrowth__text {
  font-family: "Suisse-light";
  font-size: 0.75rem;
  line-height: 1;
}
.block-trendinganalytics .fansgrowth__number {
  font-family: "Suisse-regular";
  letter-spacing: -0.03em;
  font-size: 2.25rem;
  line-height: 1;
  margin-bottom: -5px;
}
.block-trendinganalytics__name {
  line-height: 1.4;
  font-family: "Suisse-regular";
  font-size: 1.4rem;
}
@media only screen and (min-width: 992px) {
  .block-trendinganalytics__name {
    font-size: 1.6rem;
  }
}
.block-trendinganalytics__country {
  font-family: "America-regular";
  text-transform: uppercase;
}

.human-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  padding: 40px 10px;
}
@media only screen and (min-width: 992px) {
  .human-block {
    padding: 40px 0 100px 0;
  }
}
.human-block__title {
  width: 100%;
  max-width: 820px;
}
.human-block__title h2 {
  font-family: "Suisse-regular";
  font-size: 2.25rem;
  color: #0062ff;
  letter-spacing: -1.5px;
  line-height: 90%;
  width: 200px;
  margin: 0;
  margin-bottom: -5px;
}
@media only screen and (min-width: 992px) {
  .human-block__title h2 {
    font-size: 2.625rem;
  }
}
.human-block__contentcontainer {
  display: flex;
  flex-direction: column;
  max-width: 820px;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .human-block__contentcontainer {
    flex-direction: row;
  }
}
.human-block__personcontainer {
  flex: 1;
}
.human-block__personcontainer__name {
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  letter-spacing: -0.075rem;
}
@media only screen and (min-width: 992px) {
  .human-block__personcontainer__name {
    font-size: 2.25rem;
  }
}
.human-block__personcontainer__info {
  font-family: "America-regular";
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
  margin-bottom: 5px;
  padding-right: 10px;
}
.human-block__imagecontainer {
  width: 50%;
}
.human-block__textcontainer {
  flex: 2;
}
.human-block__textcontainer__title {
  font-family: "Suisse-regular";
  font-size: 1.5rem;
  letter-spacing: -0.8px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .human-block__textcontainer__title {
    font-size: 2.25rem;
  }
}
.human-block__textcontainer p {
  font-family: "Suisse-light";
  font-size: 1.125rem;
  font-weight: 300;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .human-block__textcontainer p {
    font-size: 1.5rem;
  }
}
.human-block__textcontainer a {
  color: #ffffff;
}

.shortcut-banner {
  position: relative;
  overflow: hidden;
}
.shortcut-banner .masked-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.shortcut-banner__logo {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 366px;
  height: 77px;
  background-image: url("/static/svg/esns-letters.c56808638e19.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
}
.shortcut-banner__buttons {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  padding: 20px 15px;
}
.shortcut-banner__buttons .button-label {
  justify-self: start;
}
@media only screen and (min-width: 992px) {
  .shortcut-banner__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 21px 18px 19px;
  }
}

.template-delegates-detailpage #id_backstage_id,
.template-delegates-detailpage #id_name {
  display: none;
}

.image-placeholder {
  background-image: url("/static/svg/placeholder.be3f276ae798.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.image-placeholder-panel {
  background-image: url("/static/images/panel_bg_base_2026.ffd8866523e7.png");
  background-repeat: no-repeat;
  background-position: center;
}

.esns-pattern {
  background-image: url("/static/svg/esns-pattern.bf47f3b11c54.svg");
  background-position: center;
}

.animation__graphic4_a {
  background-image: url("/static/svg/graphic4a.2f2029e225cf.svg");
  background-position: center;
}

.animation__graphic4_b {
  background-image: url("/static/svg/graphic4b.9b975e4103e5.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.animation__graphic5 {
  background-image: url("/static/svg/graphic5.bf1c003bc3d3.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes shaking {
  0% {
    transform: skewY(-15deg);
  }
  10% {
    transform: skewY(15deg);
  }
  20% {
    transform: skewY(-15deg);
  }
  30% {
    transform: skewY(15deg);
  }
  40% {
    transform: skewY(0deg);
  }
  100% {
    transform: skewY(0deg);
  }
}
.animation__shaking:hover {
  animation: shaking 0.5s infinite;
}

.animation__vertical-split-text > div {
  position: relative;
}
.animation__vertical-split-text--original {
  visibility: hidden;
}
.animation__vertical-split-text--upper {
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg_color--lightgrey .animation__vertical-split-text--upper {
  background-color: #F5F5F6;
}
.bg_color--blue .animation__vertical-split-text--upper {
  background-color: #0062ff;
}
.bg_color--black .animation__vertical-split-text--upper {
  background-color: #000000;
}
.animation__vertical-split-text--lower {
  overflow: hidden;
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.animation__vertical-split-text--lower span {
  bottom: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg_color--lightgrey .animation__vertical-split-text--lower {
  background-color: #F5F5F6;
}
.bg_color--blue .animation__vertical-split-text--lower {
  background-color: #0062ff;
}
.bg_color--black .animation__vertical-split-text--lower {
  background-color: #000000;
}

.animation__home {
  height: calc(100vh - 140px);
}
.animation__home--es {
  position: absolute;
  z-index: 99;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 557.5 367.5' style='enable-background:new 0 0 557.5 367.5' xml:space='preserve'%3E %3Cstyle%3E .st0{fill:none;stroke:%230062ff;stroke-width:.7;stroke-miterlimit:10} %3C/style%3E %3Cpath class='st0' d='M10 16h237v49H68.7v89.6h168.6v48.5H68.7v98.4H247V351H10V16zM378.2 199c-13.2-2.8-25.7-6.5-37.4-11.3-11.7-4.8-21.9-11-30.7-18.7-8.8-7.7-15.7-16.9-20.8-27.5s-7.6-23-7.6-37.2c0-15.7 3.7-29.4 11.1-41.1 7.4-11.7 17.1-21.5 29.1-29.3 12-7.9 25.6-13.8 40.7-17.8 15.1-4 30.3-6 45.7-6 16.6 0 32.2 1.9 46.7 5.8s27.4 9.9 38.8 18c11.4 8.2 21 18.5 28.9 31s13.5 27.5 16.9 45h-56.8c-2.5-10.2-6.3-18.6-11.6-25.2-5.2-6.6-11.4-11.9-18.5-15.7-7.1-3.8-14.7-6.6-22.9-8.3-8.2-1.7-16.4-2.5-24.7-2.5-6.5 0-13.5.8-21 2.3-7.6 1.5-14.5 4.1-20.8 7.6-6.3 3.5-11.6 8.1-15.9 13.6-4.3 5.5-6.5 12.5-6.5 20.8 0 12.9 4.7 22.9 14.1 29.8 9.4 6.9 21.3 11.8 35.8 14.6l41.1 7.9c14.8 2.8 29 6.4 42.7 10.9 13.7 4.5 25.9 10.6 36.5 18.2 10.6 7.7 19.2 17.3 25.6 28.6 6.5 11.4 9.7 25.6 9.7 42.5s-3.9 31.8-11.5 44.6c-7.7 12.8-17.8 23.4-30.3 31.9s-26.6 14.9-42.5 19.2c-15.9 4.3-32.1 6.5-48.7 6.5-20 0-38.3-2.6-54.7-7.9-16.5-5.2-30.8-12.9-43-22.9-12.2-10-21.9-22.2-29.3-36.7-7.4-14.5-12-31-13.9-49.4h57.8c5.2 23.1 15.1 40.4 29.6 51.7 14.5 11.4 33.3 17.1 56.4 17.1 9.9 0 19.2-1.1 28-3.2 8.8-2.2 16.4-5.4 22.9-9.7 6.5-4.3 11.5-9.6 15.2-15.9 3.7-6.3 5.5-13.5 5.5-21.5 0-8.6-2.1-15.9-6.2-21.7-4.2-5.8-9.6-10.8-16.2-14.8s-14-7.2-22.2-9.5-16.2-4.2-24.3-5.8l-40.8-8z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left;
  height: calc(50vh - 70px);
  width: 100vw;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .animation__home--es {
    height: 100%;
    width: 50vw;
    right: 50vw;
  }
}
.animation__home--ns {
  position: absolute;
  right: 0;
  z-index: 99;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 617.9 367.5' style='enable-background:new 0 0 617.9 367.5' xml:space='preserve'%3E %3Cstyle%3E .st0{fill:none;stroke:%230062ff;stroke-width:.7;stroke-miterlimit:10} %3C/style%3E %3Cpath class='st0' d='M208.7 351 66.8 83.5V351H10V16h78.5l141.8 267.5V16h56.8v335h-78.4zM438.7 199c-13.2-2.8-25.7-6.5-37.4-11.3-11.7-4.8-21.9-11-30.7-18.7-8.8-7.7-15.7-16.9-20.8-27.5s-7.6-23-7.6-37.2c0-15.7 3.7-29.4 11.1-41.1 7.4-11.7 17.1-21.5 29.1-29.3 12-7.9 25.6-13.8 40.7-17.8 15.1-4 30.3-6 45.7-6 16.6 0 32.2 1.9 46.7 5.8s27.4 9.9 38.8 18c11.4 8.2 21 18.5 28.9 31s13.5 27.5 16.9 45h-56.8c-2.5-10.2-6.3-18.6-11.5-25.2-5.2-6.6-11.4-11.9-18.5-15.7-7.1-3.8-14.7-6.6-22.9-8.3-8.2-1.7-16.4-2.5-24.7-2.5-6.5 0-13.5.8-21 2.3-7.6 1.5-14.5 4.1-20.8 7.6-6.3 3.5-11.6 8.1-15.9 13.6-4.3 5.5-6.5 12.5-6.5 20.8 0 12.9 4.7 22.9 14.1 29.8 9.4 6.9 21.3 11.8 35.8 14.6l41.1 7.9c14.8 2.8 29 6.4 42.7 10.9 13.7 4.5 25.9 10.6 36.5 18.2 10.6 7.7 19.2 17.3 25.6 28.6 6.5 11.4 9.7 25.6 9.7 42.5s-3.9 31.8-11.6 44.6c-7.7 12.8-17.8 23.4-30.3 31.9s-26.6 14.9-42.5 19.2c-15.9 4.3-32.1 6.5-48.7 6.5-20 0-38.3-2.6-54.7-7.9-16.5-5.2-30.8-12.9-43-22.9-12.2-10-21.9-22.2-29.3-36.7-7.4-14.5-12-31-13.9-49.4h57.8c5.2 23.1 15.1 40.4 29.6 51.7 14.5 11.4 33.3 17.1 56.4 17.1 9.9 0 19.2-1.1 28-3.2 8.8-2.2 16.4-5.4 22.9-9.7 6.5-4.3 11.5-9.6 15.2-15.9 3.7-6.3 5.5-13.5 5.5-21.5 0-8.6-2.1-15.9-6.2-21.7-4.2-5.8-9.6-10.8-16.2-14.8s-14-7.2-22.2-9.5-16.2-4.2-24.3-5.8l-40.8-8z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  height: calc(50vh - 70px);
  width: 100vw;
}
@media only screen and (min-width: 992px) {
  .animation__home--ns {
    height: 100%;
    width: 50vw;
  }
}

.animation__sweep-right {
  background: linear-gradient(to right, #000000, #000000);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.5s 0s;
}
.animation__sweep-right:hover {
  background-size: 100% 100%;
  color: #ffffff;
}

.animation__underline:hover {
  position: relative;
}
.animation__underline:hover:after {
  position: absolute;
  top: 23px;
  content: "";
  border-bottom: 2px solid #000000;
  display: block;
  width: 100%;
  z-index: 1;
}

.animation__fullgraphic_container {
  position: relative;
}

.animation__fullgraphic_flexcontainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation__fullgraphic_flexcontainer--item {
  position: relative;
  width: 90%;
  height: 0;
  padding-bottom: 26.45%;
}

.animation__fullgraphic_a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/static/svg/fullgraphic-a.75a10dbee739.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.animation__fullgraphic_b {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/static/svg/fullgraphic-b.c710e2651bb5.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

.animation__fullgraphic_c {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/static/svg/fullgraphic-c.69444ad37578.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.animation__graphic3_a {
  position: absolute;
  bottom: -20%;
  left: 0;
  height: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.animation__graphic3_a--topleft {
  height: 50%;
  width: 50%;
  top: 20%;
  left: 10%;
}
@media only screen and (min-width: 992px) {
  .animation__graphic3_a--topleft {
    height: 50%;
    width: 50%;
    top: 0%;
    left: 10%;
  }
}

.animation__graphic3_b {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.animation__graphic3_b--topleft {
  bottom: 10%;
}
@media only screen and (min-width: 992px) {
  .animation__graphic3_b--topleft {
    bottom: 0%;
  }
}

.animation__lottie {
  position: absolute;
  top: 0;
  z-index: 100;
}

@keyframes esns-kader {
  0% {
    -webkit-clip-path: polygon(51.83% 2.07%, 51.83% 2.28%, 52% 2.28%, 52% 2.49%, 51.83% 2.49%, 51.83% 4.15%, 67.17% 4.15%, 67.17% 4.36%, 67.33% 4.36%, 67.33% 10.37%, 80.5% 10.37%, 80.5% 20.12%, 90.67% 20.12%, 90.67% 32.78%, 97% 32.78%, 97% 47.51%, 99.17% 47.51%, 99.17% 52.49%, 97% 52.49%, 97% 67.22%, 90.67% 67.22%, 90.67% 79.88%, 80.5% 79.88%, 80.5% 89.63%, 67.33% 89.63%, 67.33% 95.64%, 67.17% 95.64%, 67.17% 95.85%, 51.83% 95.85%, 51.83% 97.51%, 52% 97.51%, 52% 97.72%, 51.83% 97.72%, 51.83% 97.93%, 48.17% 97.93%, 48.17% 97.72%, 48% 97.72%, 48% 97.51%, 48.17% 97.51%, 48.17% 95.85%, 32.83% 95.85%, 32.83% 95.64%, 32.67% 95.64%, 32.67% 89.63%, 19.5% 89.63%, 19.5% 79.88%, 9.33% 79.88%, 9.33% 67.22%, 3% 67.22%, 3% 52.49%, 0.83% 52.49%, 0.83% 47.51%, 3% 47.51%, 3% 32.78%, 9.33% 32.78%, 9.33% 20.12%, 19.5% 20.12%, 19.5% 10.37%, 32.67% 10.37%, 32.67% 4.36%, 32.83% 4.36%, 32.83% 4.15%, 48.17% 4.15%, 48.17% 2.49%, 48% 2.49%, 48% 2.28%, 48.17% 2.28%, 48.17% 2.07%);
            clip-path: polygon(51.83% 2.07%, 51.83% 2.28%, 52% 2.28%, 52% 2.49%, 51.83% 2.49%, 51.83% 4.15%, 67.17% 4.15%, 67.17% 4.36%, 67.33% 4.36%, 67.33% 10.37%, 80.5% 10.37%, 80.5% 20.12%, 90.67% 20.12%, 90.67% 32.78%, 97% 32.78%, 97% 47.51%, 99.17% 47.51%, 99.17% 52.49%, 97% 52.49%, 97% 67.22%, 90.67% 67.22%, 90.67% 79.88%, 80.5% 79.88%, 80.5% 89.63%, 67.33% 89.63%, 67.33% 95.64%, 67.17% 95.64%, 67.17% 95.85%, 51.83% 95.85%, 51.83% 97.51%, 52% 97.51%, 52% 97.72%, 51.83% 97.72%, 51.83% 97.93%, 48.17% 97.93%, 48.17% 97.72%, 48% 97.72%, 48% 97.51%, 48.17% 97.51%, 48.17% 95.85%, 32.83% 95.85%, 32.83% 95.64%, 32.67% 95.64%, 32.67% 89.63%, 19.5% 89.63%, 19.5% 79.88%, 9.33% 79.88%, 9.33% 67.22%, 3% 67.22%, 3% 52.49%, 0.83% 52.49%, 0.83% 47.51%, 3% 47.51%, 3% 32.78%, 9.33% 32.78%, 9.33% 20.12%, 19.5% 20.12%, 19.5% 10.37%, 32.67% 10.37%, 32.67% 4.36%, 32.83% 4.36%, 32.83% 4.15%, 48.17% 4.15%, 48.17% 2.49%, 48% 2.49%, 48% 2.28%, 48.17% 2.28%, 48.17% 2.07%);
  }
  2.6316% {
    -webkit-clip-path: polygon(52.33% 2.07%, 52.33% 4.36%, 67.67% 4.36%, 67.67% 10.58%, 80.83% 10.58%, 80.83% 20.33%, 90.83% 20.33%, 90.83% 32.99%, 97% 32.99%, 97% 33.2%, 97.17% 33.2%, 97.17% 47.93%, 99.17% 47.93%, 99.17% 52.9%, 97% 52.9%, 97% 53.11%, 96.83% 53.11%, 96.83% 67.63%, 90.5% 67.63%, 90.5% 67.84%, 90.33% 67.84%, 90.33% 80.29%, 80.17% 80.29%, 80.17% 89.83%, 67% 89.83%, 67% 90.04%, 66.83% 90.04%, 66.83% 95.85%, 51.5% 95.85%, 51.5% 97.93%, 47.67% 97.93%, 47.67% 95.64%, 32.33% 95.64%, 32.33% 89.42%, 19.17% 89.42%, 19.17% 79.67%, 9.17% 79.67%, 9.17% 67.01%, 3% 67.01%, 3% 66.8%, 2.83% 66.8%, 2.83% 52.07%, 0.83% 52.07%, 0.83% 47.1%, 3% 47.1%, 3% 46.89%, 3.17% 46.89%, 3.17% 32.37%, 9.5% 32.37%, 9.5% 32.16%, 9.67% 32.16%, 9.67% 19.71%, 19.83% 19.71%, 19.83% 10.17%, 33% 10.17%, 33% 9.96%, 33.17% 9.96%, 33.17% 4.15%, 48.5% 4.15%, 48.5% 2.07%);
            clip-path: polygon(52.33% 2.07%, 52.33% 4.36%, 67.67% 4.36%, 67.67% 10.58%, 80.83% 10.58%, 80.83% 20.33%, 90.83% 20.33%, 90.83% 32.99%, 97% 32.99%, 97% 33.2%, 97.17% 33.2%, 97.17% 47.93%, 99.17% 47.93%, 99.17% 52.9%, 97% 52.9%, 97% 53.11%, 96.83% 53.11%, 96.83% 67.63%, 90.5% 67.63%, 90.5% 67.84%, 90.33% 67.84%, 90.33% 80.29%, 80.17% 80.29%, 80.17% 89.83%, 67% 89.83%, 67% 90.04%, 66.83% 90.04%, 66.83% 95.85%, 51.5% 95.85%, 51.5% 97.93%, 47.67% 97.93%, 47.67% 95.64%, 32.33% 95.64%, 32.33% 89.42%, 19.17% 89.42%, 19.17% 79.67%, 9.17% 79.67%, 9.17% 67.01%, 3% 67.01%, 3% 66.8%, 2.83% 66.8%, 2.83% 52.07%, 0.83% 52.07%, 0.83% 47.1%, 3% 47.1%, 3% 46.89%, 3.17% 46.89%, 3.17% 32.37%, 9.5% 32.37%, 9.5% 32.16%, 9.67% 32.16%, 9.67% 19.71%, 19.83% 19.71%, 19.83% 10.17%, 33% 10.17%, 33% 9.96%, 33.17% 9.96%, 33.17% 4.15%, 48.5% 4.15%, 48.5% 2.07%);
  }
  5.2632% {
    -webkit-clip-path: polygon(52.67% 2.07%, 52.67% 2.28%, 52.83% 2.28%, 52.83% 4.36%, 68% 4.36%, 68% 10.58%, 68.17% 10.58%, 68.17% 10.79%, 81.17% 10.79%, 81.17% 20.54%, 91% 20.54%, 91% 33.4%, 97.17% 33.4%, 97.17% 48.13%, 97.33% 48.13%, 97.33% 48.34%, 99.17% 48.34%, 99.17% 53.32%, 96.83% 53.32%, 96.83% 67.84%, 96.67% 67.84%, 96.67% 68.05%, 90.17% 68.05%, 90.17% 80.5%, 79.83% 80.5%, 79.83% 90.04%, 66.5% 90.04%, 66.5% 96.06%, 51% 96.06%, 51% 97.93%, 47.33% 97.93%, 47.33% 97.72%, 47.17% 97.72%, 47.17% 95.64%, 32% 95.64%, 32% 89.42%, 31.83% 89.42%, 31.83% 89.21%, 18.83% 89.21%, 18.83% 79.46%, 9% 79.46%, 9% 66.6%, 2.83% 66.6%, 2.83% 51.87%, 2.67% 51.87%, 2.67% 51.66%, 0.83% 51.66%, 0.83% 46.68%, 3.17% 46.68%, 3.17% 32.16%, 3.33% 32.16%, 3.33% 31.95%, 9.83% 31.95%, 9.83% 19.5%, 20.17% 19.5%, 20.17% 9.96%, 33.5% 9.96%, 33.5% 3.94%, 49% 3.94%, 49% 2.07%);
            clip-path: polygon(52.67% 2.07%, 52.67% 2.28%, 52.83% 2.28%, 52.83% 4.36%, 68% 4.36%, 68% 10.58%, 68.17% 10.58%, 68.17% 10.79%, 81.17% 10.79%, 81.17% 20.54%, 91% 20.54%, 91% 33.4%, 97.17% 33.4%, 97.17% 48.13%, 97.33% 48.13%, 97.33% 48.34%, 99.17% 48.34%, 99.17% 53.32%, 96.83% 53.32%, 96.83% 67.84%, 96.67% 67.84%, 96.67% 68.05%, 90.17% 68.05%, 90.17% 80.5%, 79.83% 80.5%, 79.83% 90.04%, 66.5% 90.04%, 66.5% 96.06%, 51% 96.06%, 51% 97.93%, 47.33% 97.93%, 47.33% 97.72%, 47.17% 97.72%, 47.17% 95.64%, 32% 95.64%, 32% 89.42%, 31.83% 89.42%, 31.83% 89.21%, 18.83% 89.21%, 18.83% 79.46%, 9% 79.46%, 9% 66.6%, 2.83% 66.6%, 2.83% 51.87%, 2.67% 51.87%, 2.67% 51.66%, 0.83% 51.66%, 0.83% 46.68%, 3.17% 46.68%, 3.17% 32.16%, 3.33% 32.16%, 3.33% 31.95%, 9.83% 31.95%, 9.83% 19.5%, 20.17% 19.5%, 20.17% 9.96%, 33.5% 9.96%, 33.5% 3.94%, 49% 3.94%, 49% 2.07%);
  }
  7.8947% {
    -webkit-clip-path: polygon(53.17% 2.07%, 53.17% 4.56%, 68.5% 4.56%, 68.5% 11%, 81.5% 11%, 81.5% 20.95%, 91.33% 20.95%, 91.33% 33.82%, 97.33% 33.82%, 97.33% 48.76%, 99.17% 48.76%, 99.17% 53.73%, 96.67% 53.73%, 96.67% 68.46%, 90% 68.46%, 90% 80.71%, 89.83% 80.71%, 89.83% 80.91%, 79.5% 80.91%, 79.5% 90.25%, 66.17% 90.25%, 66.17% 96.06%, 50.67% 96.06%, 50.67% 97.72%, 50.5% 97.72%, 50.5% 97.93%, 46.83% 97.93%, 46.83% 95.44%, 31.5% 95.44%, 31.5% 89%, 18.5% 89%, 18.5% 79.05%, 8.67% 79.05%, 8.67% 66.18%, 2.67% 66.18%, 2.67% 51.24%, 0.83% 51.24%, 0.83% 46.27%, 3.33% 46.27%, 3.33% 31.54%, 10% 31.54%, 10% 19.29%, 10.17% 19.29%, 10.17% 19.09%, 20.5% 19.09%, 20.5% 9.75%, 33.83% 9.75%, 33.83% 3.94%, 49.33% 3.94%, 49.33% 2.28%, 49.5% 2.28%, 49.5% 2.07%);
            clip-path: polygon(53.17% 2.07%, 53.17% 4.56%, 68.5% 4.56%, 68.5% 11%, 81.5% 11%, 81.5% 20.95%, 91.33% 20.95%, 91.33% 33.82%, 97.33% 33.82%, 97.33% 48.76%, 99.17% 48.76%, 99.17% 53.73%, 96.67% 53.73%, 96.67% 68.46%, 90% 68.46%, 90% 80.71%, 89.83% 80.71%, 89.83% 80.91%, 79.5% 80.91%, 79.5% 90.25%, 66.17% 90.25%, 66.17% 96.06%, 50.67% 96.06%, 50.67% 97.72%, 50.5% 97.72%, 50.5% 97.93%, 46.83% 97.93%, 46.83% 95.44%, 31.5% 95.44%, 31.5% 89%, 18.5% 89%, 18.5% 79.05%, 8.67% 79.05%, 8.67% 66.18%, 2.67% 66.18%, 2.67% 51.24%, 0.83% 51.24%, 0.83% 46.27%, 3.33% 46.27%, 3.33% 31.54%, 10% 31.54%, 10% 19.29%, 10.17% 19.29%, 10.17% 19.09%, 20.5% 19.09%, 20.5% 9.75%, 33.83% 9.75%, 33.83% 3.94%, 49.33% 3.94%, 49.33% 2.28%, 49.5% 2.28%, 49.5% 2.07%);
  }
  10.5263% {
    -webkit-clip-path: polygon(53.5% 2.07%, 53.5% 2.28%, 53.67% 2.28%, 53.67% 4.77%, 68.83% 4.77%, 68.83% 11.2%, 81.67% 11.2%, 81.67% 21.16%, 91.5% 21.16%, 91.5% 34.23%, 97.5% 34.23%, 97.5% 49.17%, 99.17% 49.17%, 99.17% 54.15%, 96.5% 54.15%, 96.5% 68.67%, 96.33% 68.67%, 96.33% 68.88%, 89.67% 68.88%, 89.67% 81.12%, 79.17% 81.12%, 79.17% 90.46%, 65.83% 90.46%, 65.83% 90.66%, 65.67% 90.66%, 65.67% 96.27%, 50.17% 96.27%, 50.17% 97.93%, 46.5% 97.93%, 46.5% 97.72%, 46.33% 97.72%, 46.33% 95.23%, 31.17% 95.23%, 31.17% 88.8%, 18.33% 88.8%, 18.33% 78.84%, 8.5% 78.84%, 8.5% 65.77%, 2.5% 65.77%, 2.5% 50.83%, 0.83% 50.83%, 0.83% 45.85%, 3.5% 45.85%, 3.5% 31.33%, 3.67% 31.33%, 3.67% 31.12%, 10.33% 31.12%, 10.33% 18.88%, 20.83% 18.88%, 20.83% 9.54%, 34.17% 9.54%, 34.17% 9.34%, 34.33% 9.34%, 34.33% 3.73%, 49.83% 3.73%, 49.83% 2.07%);
            clip-path: polygon(53.5% 2.07%, 53.5% 2.28%, 53.67% 2.28%, 53.67% 4.77%, 68.83% 4.77%, 68.83% 11.2%, 81.67% 11.2%, 81.67% 21.16%, 91.5% 21.16%, 91.5% 34.23%, 97.5% 34.23%, 97.5% 49.17%, 99.17% 49.17%, 99.17% 54.15%, 96.5% 54.15%, 96.5% 68.67%, 96.33% 68.67%, 96.33% 68.88%, 89.67% 68.88%, 89.67% 81.12%, 79.17% 81.12%, 79.17% 90.46%, 65.83% 90.46%, 65.83% 90.66%, 65.67% 90.66%, 65.67% 96.27%, 50.17% 96.27%, 50.17% 97.93%, 46.5% 97.93%, 46.5% 97.72%, 46.33% 97.72%, 46.33% 95.23%, 31.17% 95.23%, 31.17% 88.8%, 18.33% 88.8%, 18.33% 78.84%, 8.5% 78.84%, 8.5% 65.77%, 2.5% 65.77%, 2.5% 50.83%, 0.83% 50.83%, 0.83% 45.85%, 3.5% 45.85%, 3.5% 31.33%, 3.67% 31.33%, 3.67% 31.12%, 10.33% 31.12%, 10.33% 18.88%, 20.83% 18.88%, 20.83% 9.54%, 34.17% 9.54%, 34.17% 9.34%, 34.33% 9.34%, 34.33% 3.73%, 49.83% 3.73%, 49.83% 2.07%);
  }
  13.1579% {
    -webkit-clip-path: polygon(54% 2.07%, 54% 4.77%, 69.17% 4.77%, 69.17% 11.41%, 82% 11.41%, 82% 21.58%, 91.67% 21.58%, 91.67% 34.44%, 91.83% 34.44%, 91.83% 34.65%, 97.5% 34.65%, 97.5% 49.38%, 97.67% 49.38%, 97.67% 49.59%, 99.17% 49.59%, 99.17% 54.56%, 96.5% 54.56%, 96.5% 54.77%, 96.33% 54.77%, 96.33% 69.09%, 89.5% 69.09%, 89.5% 81.33%, 89.33% 81.33%, 89.33% 81.54%, 78.83% 81.54%, 78.83% 90.66%, 65.33% 90.66%, 65.33% 96.27%, 49.83% 96.27%, 49.83% 97.72%, 49.67% 97.72%, 49.67% 97.93%, 46% 97.93%, 46% 95.23%, 30.83% 95.23%, 30.83% 88.59%, 18% 88.59%, 18% 78.42%, 8.33% 78.42%, 8.33% 65.56%, 8.17% 65.56%, 8.17% 65.35%, 2.5% 65.35%, 2.5% 50.62%, 2.33% 50.62%, 2.33% 50.41%, 0.83% 50.41%, 0.83% 45.44%, 3.5% 45.44%, 3.5% 45.23%, 3.67% 45.23%, 3.67% 30.91%, 10.5% 30.91%, 10.5% 18.67%, 10.67% 18.67%, 10.67% 18.46%, 21.17% 18.46%, 21.17% 9.34%, 34.67% 9.34%, 34.67% 3.73%, 50.17% 3.73%, 50.17% 2.28%, 50.33% 2.28%, 50.33% 2.07%);
            clip-path: polygon(54% 2.07%, 54% 4.77%, 69.17% 4.77%, 69.17% 11.41%, 82% 11.41%, 82% 21.58%, 91.67% 21.58%, 91.67% 34.44%, 91.83% 34.44%, 91.83% 34.65%, 97.5% 34.65%, 97.5% 49.38%, 97.67% 49.38%, 97.67% 49.59%, 99.17% 49.59%, 99.17% 54.56%, 96.5% 54.56%, 96.5% 54.77%, 96.33% 54.77%, 96.33% 69.09%, 89.5% 69.09%, 89.5% 81.33%, 89.33% 81.33%, 89.33% 81.54%, 78.83% 81.54%, 78.83% 90.66%, 65.33% 90.66%, 65.33% 96.27%, 49.83% 96.27%, 49.83% 97.72%, 49.67% 97.72%, 49.67% 97.93%, 46% 97.93%, 46% 95.23%, 30.83% 95.23%, 30.83% 88.59%, 18% 88.59%, 18% 78.42%, 8.33% 78.42%, 8.33% 65.56%, 8.17% 65.56%, 8.17% 65.35%, 2.5% 65.35%, 2.5% 50.62%, 2.33% 50.62%, 2.33% 50.41%, 0.83% 50.41%, 0.83% 45.44%, 3.5% 45.44%, 3.5% 45.23%, 3.67% 45.23%, 3.67% 30.91%, 10.5% 30.91%, 10.5% 18.67%, 10.67% 18.67%, 10.67% 18.46%, 21.17% 18.46%, 21.17% 9.34%, 34.67% 9.34%, 34.67% 3.73%, 50.17% 3.73%, 50.17% 2.28%, 50.33% 2.28%, 50.33% 2.07%);
  }
  15.7895% {
    -webkit-clip-path: polygon(54.5% 2.28%, 54.5% 4.98%, 69.5% 4.98%, 69.5% 11.62%, 82.33% 11.62%, 82.33% 21.78%, 91.83% 21.78%, 91.83% 34.85%, 97.5% 34.85%, 97.5% 35.06%, 97.67% 35.06%, 97.67% 50%, 99.17% 50%, 99.17% 54.98%, 96.33% 54.98%, 96.33% 55.19%, 96.17% 55.19%, 96.17% 69.09%, 96.33% 69.09%, 96.33% 69.29%, 96.17% 69.29%, 96.17% 69.5%, 89.33% 69.5%, 89.33% 69.71%, 89.17% 69.71%, 89.17% 81.74%, 78.5% 81.74%, 78.5% 90.87%, 65% 90.87%, 65% 96.27%, 64.83% 96.27%, 64.83% 96.47%, 49.33% 96.47%, 49.33% 97.72%, 45.5% 97.72%, 45.5% 95.02%, 30.5% 95.02%, 30.5% 88.38%, 17.67% 88.38%, 17.67% 78.22%, 8.17% 78.22%, 8.17% 65.15%, 2.5% 65.15%, 2.5% 64.94%, 2.33% 64.94%, 2.33% 50%, 0.83% 50%, 0.83% 45.02%, 3.67% 45.02%, 3.67% 44.81%, 3.83% 44.81%, 3.83% 30.91%, 3.67% 30.91%, 3.67% 30.71%, 3.83% 30.71%, 3.83% 30.5%, 10.67% 30.5%, 10.67% 30.29%, 10.83% 30.29%, 10.83% 18.26%, 21.5% 18.26%, 21.5% 9.13%, 35% 9.13%, 35% 3.73%, 35.17% 3.73%, 35.17% 3.53%, 50.67% 3.53%, 50.67% 2.28%);
            clip-path: polygon(54.5% 2.28%, 54.5% 4.98%, 69.5% 4.98%, 69.5% 11.62%, 82.33% 11.62%, 82.33% 21.78%, 91.83% 21.78%, 91.83% 34.85%, 97.5% 34.85%, 97.5% 35.06%, 97.67% 35.06%, 97.67% 50%, 99.17% 50%, 99.17% 54.98%, 96.33% 54.98%, 96.33% 55.19%, 96.17% 55.19%, 96.17% 69.09%, 96.33% 69.09%, 96.33% 69.29%, 96.17% 69.29%, 96.17% 69.5%, 89.33% 69.5%, 89.33% 69.71%, 89.17% 69.71%, 89.17% 81.74%, 78.5% 81.74%, 78.5% 90.87%, 65% 90.87%, 65% 96.27%, 64.83% 96.27%, 64.83% 96.47%, 49.33% 96.47%, 49.33% 97.72%, 45.5% 97.72%, 45.5% 95.02%, 30.5% 95.02%, 30.5% 88.38%, 17.67% 88.38%, 17.67% 78.22%, 8.17% 78.22%, 8.17% 65.15%, 2.5% 65.15%, 2.5% 64.94%, 2.33% 64.94%, 2.33% 50%, 0.83% 50%, 0.83% 45.02%, 3.67% 45.02%, 3.67% 44.81%, 3.83% 44.81%, 3.83% 30.91%, 3.67% 30.91%, 3.67% 30.71%, 3.83% 30.71%, 3.83% 30.5%, 10.67% 30.5%, 10.67% 30.29%, 10.83% 30.29%, 10.83% 18.26%, 21.5% 18.26%, 21.5% 9.13%, 35% 9.13%, 35% 3.73%, 35.17% 3.73%, 35.17% 3.53%, 50.67% 3.53%, 50.67% 2.28%);
  }
  18.4211% {
    -webkit-clip-path: polygon(54.83% 2.28%, 54.83% 4.98%, 69.83% 4.98%, 69.83% 5.19%, 70% 5.19%, 70% 11.83%, 82.67% 11.83%, 82.67% 22.2%, 92.17% 22.2%, 92.17% 35.27%, 97.67% 35.27%, 97.67% 50.21%, 97.83% 50.21%, 97.83% 50.41%, 99.17% 50.41%, 99.17% 55.39%, 96.17% 55.39%, 96.17% 69.71%, 96% 69.71%, 96% 69.92%, 89% 69.92%, 89% 81.95%, 78.33% 81.95%, 78.33% 82.16%, 78.17% 82.16%, 78.17% 91.08%, 64.5% 91.08%, 64.5% 96.47%, 48.83% 96.47%, 48.83% 97.72%, 45.17% 97.72%, 45.17% 95.02%, 30.17% 95.02%, 30.17% 94.81%, 30% 94.81%, 30% 88.17%, 17.33% 88.17%, 17.33% 77.8%, 7.83% 77.8%, 7.83% 64.73%, 2.33% 64.73%, 2.33% 49.79%, 2.17% 49.79%, 2.17% 49.59%, 0.83% 49.59%, 0.83% 44.61%, 3.83% 44.61%, 3.83% 30.29%, 4% 30.29%, 4% 30.08%, 11% 30.08%, 11% 18.05%, 21.67% 18.05%, 21.67% 17.84%, 21.83% 17.84%, 21.83% 8.92%, 35.5% 8.92%, 35.5% 3.53%, 51.17% 3.53%, 51.17% 2.28%);
            clip-path: polygon(54.83% 2.28%, 54.83% 4.98%, 69.83% 4.98%, 69.83% 5.19%, 70% 5.19%, 70% 11.83%, 82.67% 11.83%, 82.67% 22.2%, 92.17% 22.2%, 92.17% 35.27%, 97.67% 35.27%, 97.67% 50.21%, 97.83% 50.21%, 97.83% 50.41%, 99.17% 50.41%, 99.17% 55.39%, 96.17% 55.39%, 96.17% 69.71%, 96% 69.71%, 96% 69.92%, 89% 69.92%, 89% 81.95%, 78.33% 81.95%, 78.33% 82.16%, 78.17% 82.16%, 78.17% 91.08%, 64.5% 91.08%, 64.5% 96.47%, 48.83% 96.47%, 48.83% 97.72%, 45.17% 97.72%, 45.17% 95.02%, 30.17% 95.02%, 30.17% 94.81%, 30% 94.81%, 30% 88.17%, 17.33% 88.17%, 17.33% 77.8%, 7.83% 77.8%, 7.83% 64.73%, 2.33% 64.73%, 2.33% 49.79%, 2.17% 49.79%, 2.17% 49.59%, 0.83% 49.59%, 0.83% 44.61%, 3.83% 44.61%, 3.83% 30.29%, 4% 30.29%, 4% 30.08%, 11% 30.08%, 11% 18.05%, 21.67% 18.05%, 21.67% 17.84%, 21.83% 17.84%, 21.83% 8.92%, 35.5% 8.92%, 35.5% 3.53%, 51.17% 3.53%, 51.17% 2.28%);
  }
  21.0526% {
    -webkit-clip-path: polygon(55.33% 2.28%, 55.33% 5.19%, 70.33% 5.19%, 70.33% 12.03%, 82.83% 12.03%, 82.83% 12.24%, 83% 12.24%, 83% 22.61%, 92.33% 22.61%, 92.33% 35.68%, 97.83% 35.68%, 97.83% 50.83%, 99% 50.83%, 99% 55.81%, 96% 55.81%, 96% 70.12%, 88.83% 70.12%, 88.83% 82.16%, 88.67% 82.16%, 88.67% 82.37%, 77.83% 82.37%, 77.83% 91.29%, 64.17% 91.29%, 64.17% 96.47%, 64% 96.47%, 64% 96.68%, 48.5% 96.68%, 48.5% 97.72%, 44.67% 97.72%, 44.67% 94.81%, 29.67% 94.81%, 29.67% 87.97%, 17.17% 87.97%, 17.17% 87.76%, 17% 87.76%, 17% 77.39%, 7.67% 77.39%, 7.67% 64.32%, 2.17% 64.32%, 2.17% 49.17%, 1% 49.17%, 1% 44.19%, 4% 44.19%, 4% 29.88%, 11.17% 29.88%, 11.17% 17.84%, 11.33% 17.84%, 11.33% 17.63%, 22.17% 17.63%, 22.17% 8.71%, 35.83% 8.71%, 35.83% 3.53%, 36% 3.53%, 36% 3.32%, 51.5% 3.32%, 51.5% 2.28%);
            clip-path: polygon(55.33% 2.28%, 55.33% 5.19%, 70.33% 5.19%, 70.33% 12.03%, 82.83% 12.03%, 82.83% 12.24%, 83% 12.24%, 83% 22.61%, 92.33% 22.61%, 92.33% 35.68%, 97.83% 35.68%, 97.83% 50.83%, 99% 50.83%, 99% 55.81%, 96% 55.81%, 96% 70.12%, 88.83% 70.12%, 88.83% 82.16%, 88.67% 82.16%, 88.67% 82.37%, 77.83% 82.37%, 77.83% 91.29%, 64.17% 91.29%, 64.17% 96.47%, 64% 96.47%, 64% 96.68%, 48.5% 96.68%, 48.5% 97.72%, 44.67% 97.72%, 44.67% 94.81%, 29.67% 94.81%, 29.67% 87.97%, 17.17% 87.97%, 17.17% 87.76%, 17% 87.76%, 17% 77.39%, 7.67% 77.39%, 7.67% 64.32%, 2.17% 64.32%, 2.17% 49.17%, 1% 49.17%, 1% 44.19%, 4% 44.19%, 4% 29.88%, 11.17% 29.88%, 11.17% 17.84%, 11.33% 17.84%, 11.33% 17.63%, 22.17% 17.63%, 22.17% 8.71%, 35.83% 8.71%, 35.83% 3.53%, 36% 3.53%, 36% 3.32%, 51.5% 3.32%, 51.5% 2.28%);
  }
  23.6842% {
    -webkit-clip-path: polygon(55.67% 2.28%, 55.67% 2.49%, 55.83% 2.49%, 55.83% 2.7%, 55.67% 2.7%, 55.67% 5.19%, 55.83% 5.19%, 55.83% 5.39%, 70.67% 5.39%, 70.67% 12.24%, 83.17% 12.24%, 83.17% 22.82%, 92.5% 22.82%, 92.5% 36.1%, 97.83% 36.1%, 97.83% 51.04%, 98% 51.04%, 98% 51.24%, 99% 51.24%, 99% 56.22%, 95.83% 56.22%, 95.83% 70.54%, 88.5% 70.54%, 88.5% 82.57%, 77.67% 82.57%, 77.67% 82.78%, 77.5% 82.78%, 77.5% 91.49%, 63.83% 91.49%, 63.83% 96.47%, 63.67% 96.47%, 63.67% 96.68%, 48% 96.68%, 48% 97.72%, 44.33% 97.72%, 44.33% 97.51%, 44.17% 97.51%, 44.17% 97.3%, 44.33% 97.3%, 44.33% 94.81%, 44.17% 94.81%, 44.17% 94.61%, 29.33% 94.61%, 29.33% 87.76%, 16.83% 87.76%, 16.83% 77.18%, 7.5% 77.18%, 7.5% 63.9%, 2.17% 63.9%, 2.17% 48.96%, 2% 48.96%, 2% 48.76%, 1% 48.76%, 1% 43.78%, 4.17% 43.78%, 4.17% 29.46%, 11.5% 29.46%, 11.5% 17.43%, 22.33% 17.43%, 22.33% 17.22%, 22.5% 17.22%, 22.5% 8.51%, 36.17% 8.51%, 36.17% 3.53%, 36.33% 3.53%, 36.33% 3.32%, 52% 3.32%, 52% 2.28%);
            clip-path: polygon(55.67% 2.28%, 55.67% 2.49%, 55.83% 2.49%, 55.83% 2.7%, 55.67% 2.7%, 55.67% 5.19%, 55.83% 5.19%, 55.83% 5.39%, 70.67% 5.39%, 70.67% 12.24%, 83.17% 12.24%, 83.17% 22.82%, 92.5% 22.82%, 92.5% 36.1%, 97.83% 36.1%, 97.83% 51.04%, 98% 51.04%, 98% 51.24%, 99% 51.24%, 99% 56.22%, 95.83% 56.22%, 95.83% 70.54%, 88.5% 70.54%, 88.5% 82.57%, 77.67% 82.57%, 77.67% 82.78%, 77.5% 82.78%, 77.5% 91.49%, 63.83% 91.49%, 63.83% 96.47%, 63.67% 96.47%, 63.67% 96.68%, 48% 96.68%, 48% 97.72%, 44.33% 97.72%, 44.33% 97.51%, 44.17% 97.51%, 44.17% 97.3%, 44.33% 97.3%, 44.33% 94.81%, 44.17% 94.81%, 44.17% 94.61%, 29.33% 94.61%, 29.33% 87.76%, 16.83% 87.76%, 16.83% 77.18%, 7.5% 77.18%, 7.5% 63.9%, 2.17% 63.9%, 2.17% 48.96%, 2% 48.96%, 2% 48.76%, 1% 48.76%, 1% 43.78%, 4.17% 43.78%, 4.17% 29.46%, 11.5% 29.46%, 11.5% 17.43%, 22.33% 17.43%, 22.33% 17.22%, 22.5% 17.22%, 22.5% 8.51%, 36.17% 8.51%, 36.17% 3.53%, 36.33% 3.53%, 36.33% 3.32%, 52% 3.32%, 52% 2.28%);
  }
  26.3158% {
    -webkit-clip-path: polygon(56.17% 2.28%, 56.17% 5.39%, 71% 5.39%, 71% 12.45%, 71.17% 12.45%, 71.17% 12.66%, 83.5% 12.66%, 83.5% 23.03%, 83.67% 23.03%, 83.67% 23.24%, 92.67% 23.24%, 92.67% 36.31%, 92.83% 36.31%, 92.83% 36.51%, 98% 36.51%, 98% 51.66%, 99% 51.66%, 99% 56.64%, 95.67% 56.64%, 95.67% 70.95%, 88.33% 70.95%, 88.33% 82.78%, 77.33% 82.78%, 77.33% 82.99%, 77.17% 82.99%, 77.17% 91.7%, 63.33% 91.7%, 63.33% 96.68%, 47.67% 96.68%, 47.67% 96.89%, 47.5% 96.89%, 47.5% 97.72%, 43.83% 97.72%, 43.83% 94.61%, 29% 94.61%, 29% 87.55%, 28.83% 87.55%, 28.83% 87.34%, 16.5% 87.34%, 16.5% 76.97%, 16.33% 76.97%, 16.33% 76.76%, 7.33% 76.76%, 7.33% 63.69%, 7.17% 63.69%, 7.17% 63.49%, 2% 63.49%, 2% 48.34%, 1% 48.34%, 1% 43.36%, 4.33% 43.36%, 4.33% 29.05%, 11.67% 29.05%, 11.67% 17.22%, 22.67% 17.22%, 22.67% 17.01%, 22.83% 17.01%, 22.83% 8.3%, 36.67% 8.3%, 36.67% 3.32%, 52.33% 3.32%, 52.33% 3.11%, 52.5% 3.11%, 52.5% 2.28%);
            clip-path: polygon(56.17% 2.28%, 56.17% 5.39%, 71% 5.39%, 71% 12.45%, 71.17% 12.45%, 71.17% 12.66%, 83.5% 12.66%, 83.5% 23.03%, 83.67% 23.03%, 83.67% 23.24%, 92.67% 23.24%, 92.67% 36.31%, 92.83% 36.31%, 92.83% 36.51%, 98% 36.51%, 98% 51.66%, 99% 51.66%, 99% 56.64%, 95.67% 56.64%, 95.67% 70.95%, 88.33% 70.95%, 88.33% 82.78%, 77.33% 82.78%, 77.33% 82.99%, 77.17% 82.99%, 77.17% 91.7%, 63.33% 91.7%, 63.33% 96.68%, 47.67% 96.68%, 47.67% 96.89%, 47.5% 96.89%, 47.5% 97.72%, 43.83% 97.72%, 43.83% 94.61%, 29% 94.61%, 29% 87.55%, 28.83% 87.55%, 28.83% 87.34%, 16.5% 87.34%, 16.5% 76.97%, 16.33% 76.97%, 16.33% 76.76%, 7.33% 76.76%, 7.33% 63.69%, 7.17% 63.69%, 7.17% 63.49%, 2% 63.49%, 2% 48.34%, 1% 48.34%, 1% 43.36%, 4.33% 43.36%, 4.33% 29.05%, 11.67% 29.05%, 11.67% 17.22%, 22.67% 17.22%, 22.67% 17.01%, 22.83% 17.01%, 22.83% 8.3%, 36.67% 8.3%, 36.67% 3.32%, 52.33% 3.32%, 52.33% 3.11%, 52.5% 3.11%, 52.5% 2.28%);
  }
  28.9474% {
    -webkit-clip-path: polygon(56.5% 2.28%, 56.5% 2.49%, 56.67% 2.49%, 56.67% 5.6%, 71.5% 5.6%, 71.5% 12.86%, 83.83% 12.86%, 83.83% 23.44%, 92.83% 23.44%, 92.83% 36.72%, 93% 36.72%, 93% 36.93%, 98% 36.93%, 98% 51.87%, 98.17% 51.87%, 98.17% 52.07%, 99% 52.07%, 99% 57.05%, 95.5% 57.05%, 95.5% 71.37%, 88% 71.37%, 88% 83.2%, 76.83% 83.2%, 76.83% 91.91%, 63% 91.91%, 63% 96.89%, 47.17% 96.89%, 47.17% 97.72%, 43.5% 97.72%, 43.5% 97.51%, 43.33% 97.51%, 43.33% 94.4%, 28.5% 94.4%, 28.5% 87.14%, 16.17% 87.14%, 16.17% 76.56%, 7.17% 76.56%, 7.17% 63.28%, 7% 63.28%, 7% 63.07%, 2% 63.07%, 2% 48.13%, 1.83% 48.13%, 1.83% 47.93%, 1% 47.93%, 1% 42.95%, 4.5% 42.95%, 4.5% 28.63%, 12% 28.63%, 12% 16.8%, 23.17% 16.8%, 23.17% 8.09%, 37% 8.09%, 37% 3.11%, 52.83% 3.11%, 52.83% 2.28%);
            clip-path: polygon(56.5% 2.28%, 56.5% 2.49%, 56.67% 2.49%, 56.67% 5.6%, 71.5% 5.6%, 71.5% 12.86%, 83.83% 12.86%, 83.83% 23.44%, 92.83% 23.44%, 92.83% 36.72%, 93% 36.72%, 93% 36.93%, 98% 36.93%, 98% 51.87%, 98.17% 51.87%, 98.17% 52.07%, 99% 52.07%, 99% 57.05%, 95.5% 57.05%, 95.5% 71.37%, 88% 71.37%, 88% 83.2%, 76.83% 83.2%, 76.83% 91.91%, 63% 91.91%, 63% 96.89%, 47.17% 96.89%, 47.17% 97.72%, 43.5% 97.72%, 43.5% 97.51%, 43.33% 97.51%, 43.33% 94.4%, 28.5% 94.4%, 28.5% 87.14%, 16.17% 87.14%, 16.17% 76.56%, 7.17% 76.56%, 7.17% 63.28%, 7% 63.28%, 7% 63.07%, 2% 63.07%, 2% 48.13%, 1.83% 48.13%, 1.83% 47.93%, 1% 47.93%, 1% 42.95%, 4.5% 42.95%, 4.5% 28.63%, 12% 28.63%, 12% 16.8%, 23.17% 16.8%, 23.17% 8.09%, 37% 8.09%, 37% 3.11%, 52.83% 3.11%, 52.83% 2.28%);
  }
  31.5789% {
    -webkit-clip-path: polygon(57% 2.28%, 57% 5.81%, 71.83% 5.81%, 71.83% 13.07%, 84.17% 13.07%, 84.17% 23.86%, 93.17% 23.86%, 93.17% 37.14%, 98.17% 37.14%, 98.17% 52.49%, 99% 52.49%, 99% 57.47%, 95.33% 57.47%, 95.33% 71.58%, 87.83% 71.58%, 87.83% 83.4%, 76.67% 83.4%, 76.67% 83.61%, 76.5% 83.61%, 76.5% 92.12%, 62.5% 92.12%, 62.5% 96.89%, 46.67% 96.89%, 46.67% 97.72%, 43% 97.72%, 43% 94.19%, 28.17% 94.19%, 28.17% 86.93%, 15.83% 86.93%, 15.83% 76.14%, 6.83% 76.14%, 6.83% 62.86%, 1.83% 62.86%, 1.83% 47.51%, 1% 47.51%, 1% 42.53%, 4.67% 42.53%, 4.67% 28.42%, 12.17% 28.42%, 12.17% 16.6%, 23.33% 16.6%, 23.33% 16.39%, 23.5% 16.39%, 23.5% 7.88%, 37.5% 7.88%, 37.5% 3.11%, 53.33% 3.11%, 53.33% 2.28%);
            clip-path: polygon(57% 2.28%, 57% 5.81%, 71.83% 5.81%, 71.83% 13.07%, 84.17% 13.07%, 84.17% 23.86%, 93.17% 23.86%, 93.17% 37.14%, 98.17% 37.14%, 98.17% 52.49%, 99% 52.49%, 99% 57.47%, 95.33% 57.47%, 95.33% 71.58%, 87.83% 71.58%, 87.83% 83.4%, 76.67% 83.4%, 76.67% 83.61%, 76.5% 83.61%, 76.5% 92.12%, 62.5% 92.12%, 62.5% 96.89%, 46.67% 96.89%, 46.67% 97.72%, 43% 97.72%, 43% 94.19%, 28.17% 94.19%, 28.17% 86.93%, 15.83% 86.93%, 15.83% 76.14%, 6.83% 76.14%, 6.83% 62.86%, 1.83% 62.86%, 1.83% 47.51%, 1% 47.51%, 1% 42.53%, 4.67% 42.53%, 4.67% 28.42%, 12.17% 28.42%, 12.17% 16.6%, 23.33% 16.6%, 23.33% 16.39%, 23.5% 16.39%, 23.5% 7.88%, 37.5% 7.88%, 37.5% 3.11%, 53.33% 3.11%, 53.33% 2.28%);
  }
  34.2105% {
    -webkit-clip-path: polygon(57.33% 2.28%, 57.33% 2.49%, 57.5% 2.49%, 57.5% 5.81%, 72.17% 5.81%, 72.17% 13.28%, 84.33% 13.28%, 84.33% 24.07%, 93.17% 24.07%, 93.17% 24.27%, 93.33% 24.27%, 93.33% 37.55%, 98.17% 37.55%, 98.17% 52.7%, 98.33% 52.7%, 98.33% 52.9%, 98.83% 52.9%, 98.83% 57.88%, 95.17% 57.88%, 95.17% 71.99%, 87.5% 71.99%, 87.5% 83.61%, 76.33% 83.61%, 76.33% 83.82%, 76.17% 83.82%, 76.17% 92.32%, 62.17% 92.32%, 62.17% 96.89%, 46.33% 96.89%, 46.33% 97.51%, 46.17% 97.51%, 46.17% 97.72%, 42.67% 97.72%, 42.67% 97.51%, 42.5% 97.51%, 42.5% 94.19%, 27.83% 94.19%, 27.83% 86.72%, 15.67% 86.72%, 15.67% 75.93%, 6.83% 75.93%, 6.83% 75.73%, 6.67% 75.73%, 6.67% 62.45%, 1.83% 62.45%, 1.83% 47.3%, 1.67% 47.3%, 1.67% 47.1%, 1.17% 47.1%, 1.17% 42.12%, 4.83% 42.12%, 4.83% 28.01%, 12.5% 28.01%, 12.5% 16.39%, 23.67% 16.39%, 23.67% 16.18%, 23.83% 16.18%, 23.83% 7.68%, 37.83% 7.68%, 37.83% 3.11%, 53.67% 3.11%, 53.67% 2.49%, 53.83% 2.49%, 53.83% 2.28%);
            clip-path: polygon(57.33% 2.28%, 57.33% 2.49%, 57.5% 2.49%, 57.5% 5.81%, 72.17% 5.81%, 72.17% 13.28%, 84.33% 13.28%, 84.33% 24.07%, 93.17% 24.07%, 93.17% 24.27%, 93.33% 24.27%, 93.33% 37.55%, 98.17% 37.55%, 98.17% 52.7%, 98.33% 52.7%, 98.33% 52.9%, 98.83% 52.9%, 98.83% 57.88%, 95.17% 57.88%, 95.17% 71.99%, 87.5% 71.99%, 87.5% 83.61%, 76.33% 83.61%, 76.33% 83.82%, 76.17% 83.82%, 76.17% 92.32%, 62.17% 92.32%, 62.17% 96.89%, 46.33% 96.89%, 46.33% 97.51%, 46.17% 97.51%, 46.17% 97.72%, 42.67% 97.72%, 42.67% 97.51%, 42.5% 97.51%, 42.5% 94.19%, 27.83% 94.19%, 27.83% 86.72%, 15.67% 86.72%, 15.67% 75.93%, 6.83% 75.93%, 6.83% 75.73%, 6.67% 75.73%, 6.67% 62.45%, 1.83% 62.45%, 1.83% 47.3%, 1.67% 47.3%, 1.67% 47.1%, 1.17% 47.1%, 1.17% 42.12%, 4.83% 42.12%, 4.83% 28.01%, 12.5% 28.01%, 12.5% 16.39%, 23.67% 16.39%, 23.67% 16.18%, 23.83% 16.18%, 23.83% 7.68%, 37.83% 7.68%, 37.83% 3.11%, 53.67% 3.11%, 53.67% 2.49%, 53.83% 2.49%, 53.83% 2.28%);
  }
  36.8421% {
    -webkit-clip-path: polygon(57.83% 2.49%, 57.83% 6.02%, 72.5% 6.02%, 72.5% 13.49%, 84.67% 13.49%, 84.67% 24.48%, 93.5% 24.48%, 93.5% 37.97%, 98.33% 37.97%, 98.33% 53.32%, 98.83% 53.32%, 98.83% 58.3%, 95.17% 58.3%, 95.17% 72.2%, 95% 72.2%, 95% 72.41%, 87.17% 72.41%, 87.17% 72.61%, 87.33% 72.61%, 87.33% 83.82%, 87.17% 83.82%, 87.17% 84.02%, 75.83% 84.02%, 75.83% 92.32%, 61.83% 92.32%, 61.83% 92.53%, 61.67% 92.53%, 61.67% 92.74%, 61.83% 92.74%, 61.83% 96.89%, 61.67% 96.89%, 61.67% 97.1%, 45.83% 97.1%, 45.83% 97.51%, 42.17% 97.51%, 42.17% 93.98%, 27.5% 93.98%, 27.5% 86.51%, 15.33% 86.51%, 15.33% 75.52%, 6.5% 75.52%, 6.5% 62.03%, 1.67% 62.03%, 1.67% 46.68%, 1.17% 46.68%, 1.17% 41.7%, 4.83% 41.7%, 4.83% 27.8%, 5% 27.8%, 5% 27.59%, 12.83% 27.59%, 12.83% 27.39%, 12.67% 27.39%, 12.67% 16.18%, 12.83% 16.18%, 12.83% 15.98%, 24.17% 15.98%, 24.17% 7.68%, 38.17% 7.68%, 38.17% 7.47%, 38.33% 7.47%, 38.33% 7.26%, 38.17% 7.26%, 38.17% 3.11%, 38.33% 3.11%, 38.33% 2.9%, 54.17% 2.9%, 54.17% 2.49%);
            clip-path: polygon(57.83% 2.49%, 57.83% 6.02%, 72.5% 6.02%, 72.5% 13.49%, 84.67% 13.49%, 84.67% 24.48%, 93.5% 24.48%, 93.5% 37.97%, 98.33% 37.97%, 98.33% 53.32%, 98.83% 53.32%, 98.83% 58.3%, 95.17% 58.3%, 95.17% 72.2%, 95% 72.2%, 95% 72.41%, 87.17% 72.41%, 87.17% 72.61%, 87.33% 72.61%, 87.33% 83.82%, 87.17% 83.82%, 87.17% 84.02%, 75.83% 84.02%, 75.83% 92.32%, 61.83% 92.32%, 61.83% 92.53%, 61.67% 92.53%, 61.67% 92.74%, 61.83% 92.74%, 61.83% 96.89%, 61.67% 96.89%, 61.67% 97.1%, 45.83% 97.1%, 45.83% 97.51%, 42.17% 97.51%, 42.17% 93.98%, 27.5% 93.98%, 27.5% 86.51%, 15.33% 86.51%, 15.33% 75.52%, 6.5% 75.52%, 6.5% 62.03%, 1.67% 62.03%, 1.67% 46.68%, 1.17% 46.68%, 1.17% 41.7%, 4.83% 41.7%, 4.83% 27.8%, 5% 27.8%, 5% 27.59%, 12.83% 27.59%, 12.83% 27.39%, 12.67% 27.39%, 12.67% 16.18%, 12.83% 16.18%, 12.83% 15.98%, 24.17% 15.98%, 24.17% 7.68%, 38.17% 7.68%, 38.17% 7.47%, 38.33% 7.47%, 38.33% 7.26%, 38.17% 7.26%, 38.17% 3.11%, 38.33% 3.11%, 38.33% 2.9%, 54.17% 2.9%, 54.17% 2.49%);
  }
  39.4737% {
    -webkit-clip-path: polygon(58.33% 2.49%, 58.33% 6.22%, 72.83% 6.22%, 72.83% 13.69%, 73% 13.69%, 73% 13.9%, 85% 13.9%, 85% 24.69%, 93.5% 24.69%, 93.5% 24.9%, 93.67% 24.9%, 93.67% 38.38%, 98.33% 38.38%, 98.33% 53.73%, 98.83% 53.73%, 98.83% 58.71%, 95% 58.71%, 95% 72.61%, 87% 72.61%, 87% 84.23%, 75.5% 84.23%, 75.5% 92.53%, 61.33% 92.53%, 61.33% 97.1%, 45.33% 97.1%, 45.33% 97.51%, 41.67% 97.51%, 41.67% 93.78%, 27.17% 93.78%, 27.17% 86.31%, 27% 86.31%, 27% 86.1%, 15% 86.1%, 15% 75.31%, 6.5% 75.31%, 6.5% 75.1%, 6.33% 75.1%, 6.33% 61.62%, 1.67% 61.62%, 1.67% 46.27%, 1.17% 46.27%, 1.17% 41.29%, 5% 41.29%, 5% 27.39%, 13% 27.39%, 13% 15.77%, 24.5% 15.77%, 24.5% 7.47%, 38.67% 7.47%, 38.67% 2.9%, 54.67% 2.9%, 54.67% 2.49%);
            clip-path: polygon(58.33% 2.49%, 58.33% 6.22%, 72.83% 6.22%, 72.83% 13.69%, 73% 13.69%, 73% 13.9%, 85% 13.9%, 85% 24.69%, 93.5% 24.69%, 93.5% 24.9%, 93.67% 24.9%, 93.67% 38.38%, 98.33% 38.38%, 98.33% 53.73%, 98.83% 53.73%, 98.83% 58.71%, 95% 58.71%, 95% 72.61%, 87% 72.61%, 87% 84.23%, 75.5% 84.23%, 75.5% 92.53%, 61.33% 92.53%, 61.33% 97.1%, 45.33% 97.1%, 45.33% 97.51%, 41.67% 97.51%, 41.67% 93.78%, 27.17% 93.78%, 27.17% 86.31%, 27% 86.31%, 27% 86.1%, 15% 86.1%, 15% 75.31%, 6.5% 75.31%, 6.5% 75.1%, 6.33% 75.1%, 6.33% 61.62%, 1.67% 61.62%, 1.67% 46.27%, 1.17% 46.27%, 1.17% 41.29%, 5% 41.29%, 5% 27.39%, 13% 27.39%, 13% 15.77%, 24.5% 15.77%, 24.5% 7.47%, 38.67% 7.47%, 38.67% 2.9%, 54.67% 2.9%, 54.67% 2.49%);
  }
  42.1053% {
    -webkit-clip-path: polygon(58.67% 2.49%, 58.67% 6.22%, 58.83% 6.22%, 58.83% 6.43%, 73.33% 6.43%, 73.33% 6.64%, 73.17% 6.64%, 73.17% 13.9%, 73.33% 13.9%, 73.33% 14.11%, 85.17% 14.11%, 85.17% 25.1%, 93.83% 25.1%, 93.83% 38.8%, 98.5% 38.8%, 98.5% 54.15%, 98.83% 54.15%, 98.83% 58.92%, 98.67% 58.92%, 98.67% 59.13%, 94.83% 59.13%, 94.83% 73.03%, 86.67% 73.03%, 86.67% 84.44%, 75.17% 84.44%, 75.17% 92.74%, 61% 92.74%, 61% 97.1%, 45% 97.1%, 45% 97.51%, 41.33% 97.51%, 41.33% 93.78%, 41.17% 93.78%, 41.17% 93.57%, 26.67% 93.57%, 26.67% 93.36%, 26.83% 93.36%, 26.83% 86.1%, 26.67% 86.1%, 26.67% 85.89%, 14.83% 85.89%, 14.83% 74.9%, 6.17% 74.9%, 6.17% 61.2%, 1.5% 61.2%, 1.5% 45.85%, 1.17% 45.85%, 1.17% 41.08%, 1.33% 41.08%, 1.33% 40.87%, 5.17% 40.87%, 5.17% 26.97%, 13.33% 26.97%, 13.33% 15.56%, 24.83% 15.56%, 24.83% 7.26%, 39% 7.26%, 39% 2.9%, 55% 2.9%, 55% 2.49%);
            clip-path: polygon(58.67% 2.49%, 58.67% 6.22%, 58.83% 6.22%, 58.83% 6.43%, 73.33% 6.43%, 73.33% 6.64%, 73.17% 6.64%, 73.17% 13.9%, 73.33% 13.9%, 73.33% 14.11%, 85.17% 14.11%, 85.17% 25.1%, 93.83% 25.1%, 93.83% 38.8%, 98.5% 38.8%, 98.5% 54.15%, 98.83% 54.15%, 98.83% 58.92%, 98.67% 58.92%, 98.67% 59.13%, 94.83% 59.13%, 94.83% 73.03%, 86.67% 73.03%, 86.67% 84.44%, 75.17% 84.44%, 75.17% 92.74%, 61% 92.74%, 61% 97.1%, 45% 97.1%, 45% 97.51%, 41.33% 97.51%, 41.33% 93.78%, 41.17% 93.78%, 41.17% 93.57%, 26.67% 93.57%, 26.67% 93.36%, 26.83% 93.36%, 26.83% 86.1%, 26.67% 86.1%, 26.67% 85.89%, 14.83% 85.89%, 14.83% 74.9%, 6.17% 74.9%, 6.17% 61.2%, 1.5% 61.2%, 1.5% 45.85%, 1.17% 45.85%, 1.17% 41.08%, 1.33% 41.08%, 1.33% 40.87%, 5.17% 40.87%, 5.17% 26.97%, 13.33% 26.97%, 13.33% 15.56%, 24.83% 15.56%, 24.83% 7.26%, 39% 7.26%, 39% 2.9%, 55% 2.9%, 55% 2.49%);
  }
  44.7368% {
    -webkit-clip-path: polygon(59% 2.49%, 59% 2.7%, 59.17% 2.7%, 59.17% 6.43%, 73.5% 6.43%, 73.5% 6.64%, 73.67% 6.64%, 73.67% 14.32%, 85.5% 14.32%, 85.5% 25.52%, 94% 25.52%, 94% 39.21%, 98.5% 39.21%, 98.5% 54.56%, 98.67% 54.56%, 98.67% 59.54%, 94.67% 59.54%, 94.67% 73.24%, 94.5% 73.24%, 94.5% 73.44%, 86.5% 73.44%, 86.5% 84.65%, 86.33% 84.65%, 86.33% 84.85%, 74.83% 84.85%, 74.83% 92.95%, 60.5% 92.95%, 60.5% 97.3%, 44.5% 97.3%, 44.5% 97.51%, 41% 97.51%, 41% 97.3%, 40.83% 97.3%, 40.83% 93.57%, 26.5% 93.57%, 26.5% 93.36%, 26.33% 93.36%, 26.33% 85.68%, 14.5% 85.68%, 14.5% 74.48%, 6% 74.48%, 6% 60.79%, 1.5% 60.79%, 1.5% 45.44%, 1.33% 45.44%, 1.33% 40.46%, 5.33% 40.46%, 5.33% 26.76%, 5.5% 26.76%, 5.5% 26.56%, 13.5% 26.56%, 13.5% 15.35%, 13.67% 15.35%, 13.67% 15.15%, 25.17% 15.15%, 25.17% 7.05%, 39.5% 7.05%, 39.5% 2.7%, 55.5% 2.7%, 55.5% 2.49%);
            clip-path: polygon(59% 2.49%, 59% 2.7%, 59.17% 2.7%, 59.17% 6.43%, 73.5% 6.43%, 73.5% 6.64%, 73.67% 6.64%, 73.67% 14.32%, 85.5% 14.32%, 85.5% 25.52%, 94% 25.52%, 94% 39.21%, 98.5% 39.21%, 98.5% 54.56%, 98.67% 54.56%, 98.67% 59.54%, 94.67% 59.54%, 94.67% 73.24%, 94.5% 73.24%, 94.5% 73.44%, 86.5% 73.44%, 86.5% 84.65%, 86.33% 84.65%, 86.33% 84.85%, 74.83% 84.85%, 74.83% 92.95%, 60.5% 92.95%, 60.5% 97.3%, 44.5% 97.3%, 44.5% 97.51%, 41% 97.51%, 41% 97.3%, 40.83% 97.3%, 40.83% 93.57%, 26.5% 93.57%, 26.5% 93.36%, 26.33% 93.36%, 26.33% 85.68%, 14.5% 85.68%, 14.5% 74.48%, 6% 74.48%, 6% 60.79%, 1.5% 60.79%, 1.5% 45.44%, 1.33% 45.44%, 1.33% 40.46%, 5.33% 40.46%, 5.33% 26.76%, 5.5% 26.76%, 5.5% 26.56%, 13.5% 26.56%, 13.5% 15.35%, 13.67% 15.35%, 13.67% 15.15%, 25.17% 15.15%, 25.17% 7.05%, 39.5% 7.05%, 39.5% 2.7%, 55.5% 2.7%, 55.5% 2.49%);
  }
  47.3684% {
    -webkit-clip-path: polygon(59.5% 2.7%, 59.5% 6.64%, 74% 6.64%, 74% 14.52%, 85.83% 14.52%, 85.83% 25.73%, 94.17% 25.73%, 94.17% 39.63%, 98.5% 39.63%, 98.5% 54.77%, 98.67% 54.77%, 98.67% 59.75%, 94.5% 59.75%, 94.5% 73.65%, 86.17% 73.65%, 86.17% 85.06%, 74.5% 85.06%, 74.5% 93.15%, 60.17% 93.15%, 60.17% 97.3%, 40.5% 97.3%, 40.5% 93.36%, 26% 93.36%, 26% 85.48%, 14.17% 85.48%, 14.17% 74.27%, 5.83% 74.27%, 5.83% 60.37%, 1.5% 60.37%, 1.5% 45.23%, 1.33% 45.23%, 1.33% 40.25%, 5.5% 40.25%, 5.5% 26.35%, 13.83% 26.35%, 13.83% 14.94%, 25.5% 14.94%, 25.5% 6.85%, 39.83% 6.85%, 39.83% 2.7%);
            clip-path: polygon(59.5% 2.7%, 59.5% 6.64%, 74% 6.64%, 74% 14.52%, 85.83% 14.52%, 85.83% 25.73%, 94.17% 25.73%, 94.17% 39.63%, 98.5% 39.63%, 98.5% 54.77%, 98.67% 54.77%, 98.67% 59.75%, 94.5% 59.75%, 94.5% 73.65%, 86.17% 73.65%, 86.17% 85.06%, 74.5% 85.06%, 74.5% 93.15%, 60.17% 93.15%, 60.17% 97.3%, 40.5% 97.3%, 40.5% 93.36%, 26% 93.36%, 26% 85.48%, 14.17% 85.48%, 14.17% 74.27%, 5.83% 74.27%, 5.83% 60.37%, 1.5% 60.37%, 1.5% 45.23%, 1.33% 45.23%, 1.33% 40.25%, 5.5% 40.25%, 5.5% 26.35%, 13.83% 26.35%, 13.83% 14.94%, 25.5% 14.94%, 25.5% 6.85%, 39.83% 6.85%, 39.83% 2.7%);
  }
  50% {
    -webkit-clip-path: polygon(59.83% 2.7%, 59.83% 6.64%, 60% 6.64%, 60% 6.85%, 74.33% 6.85%, 74.33% 14.73%, 86% 14.73%, 86% 26.14%, 94.33% 26.14%, 94.33% 39.83%, 94.5% 39.83%, 94.5% 40.04%, 98.67% 40.04%, 98.67% 60.17%, 94.33% 60.17%, 94.33% 74.07%, 86% 74.07%, 86% 85.27%, 74.17% 85.27%, 74.17% 93.15%, 59.83% 93.15%, 59.83% 93.36%, 59.67% 93.36%, 59.67% 97.3%, 40.17% 97.3%, 40.17% 93.36%, 40% 93.36%, 40% 93.15%, 25.67% 93.15%, 25.67% 85.27%, 14% 85.27%, 14% 73.86%, 5.67% 73.86%, 5.67% 60.17%, 5.5% 60.17%, 5.5% 59.96%, 1.33% 59.96%, 1.33% 39.83%, 5.67% 39.83%, 5.67% 25.93%, 14% 25.93%, 14% 14.73%, 25.83% 14.73%, 25.83% 6.85%, 40.17% 6.85%, 40.17% 6.64%, 40.33% 6.64%, 40.33% 2.7%);
            clip-path: polygon(59.83% 2.7%, 59.83% 6.64%, 60% 6.64%, 60% 6.85%, 74.33% 6.85%, 74.33% 14.73%, 86% 14.73%, 86% 26.14%, 94.33% 26.14%, 94.33% 39.83%, 94.5% 39.83%, 94.5% 40.04%, 98.67% 40.04%, 98.67% 60.17%, 94.33% 60.17%, 94.33% 74.07%, 86% 74.07%, 86% 85.27%, 74.17% 85.27%, 74.17% 93.15%, 59.83% 93.15%, 59.83% 93.36%, 59.67% 93.36%, 59.67% 97.3%, 40.17% 97.3%, 40.17% 93.36%, 40% 93.36%, 40% 93.15%, 25.67% 93.15%, 25.67% 85.27%, 14% 85.27%, 14% 73.86%, 5.67% 73.86%, 5.67% 60.17%, 5.5% 60.17%, 5.5% 59.96%, 1.33% 59.96%, 1.33% 39.83%, 5.67% 39.83%, 5.67% 25.93%, 14% 25.93%, 14% 14.73%, 25.83% 14.73%, 25.83% 6.85%, 40.17% 6.85%, 40.17% 6.64%, 40.33% 6.64%, 40.33% 2.7%);
  }
  52.6316% {
    -webkit-clip-path: polygon(44.17% 2.49%, 44.17% 2.7%, 60.33% 2.7%, 60.33% 7.05%, 74.67% 7.05%, 74.67% 15.15%, 86.33% 15.15%, 86.33% 26.56%, 94.5% 26.56%, 94.5% 40.25%, 98.67% 40.25%, 98.67% 45.23%, 98.5% 45.23%, 98.5% 60.58%, 94.17% 60.58%, 94.17% 74.27%, 94% 74.27%, 94% 74.48%, 85.67% 74.48%, 85.67% 85.48%, 73.83% 85.48%, 73.83% 93.36%, 59.33% 93.36%, 59.33% 97.3%, 59.17% 97.3%, 59.17% 97.51%, 55.83% 97.51%, 55.83% 97.3%, 39.67% 97.3%, 39.67% 92.95%, 25.33% 92.95%, 25.33% 84.85%, 13.67% 84.85%, 13.67% 73.44%, 5.5% 73.44%, 5.5% 59.75%, 1.33% 59.75%, 1.33% 54.77%, 1.5% 54.77%, 1.5% 39.42%, 5.83% 39.42%, 5.83% 25.73%, 6% 25.73%, 6% 25.52%, 14.33% 25.52%, 14.33% 14.52%, 26.17% 14.52%, 26.17% 6.64%, 40.67% 6.64%, 40.67% 2.7%, 40.83% 2.7%, 40.83% 2.49%);
            clip-path: polygon(44.17% 2.49%, 44.17% 2.7%, 60.33% 2.7%, 60.33% 7.05%, 74.67% 7.05%, 74.67% 15.15%, 86.33% 15.15%, 86.33% 26.56%, 94.5% 26.56%, 94.5% 40.25%, 98.67% 40.25%, 98.67% 45.23%, 98.5% 45.23%, 98.5% 60.58%, 94.17% 60.58%, 94.17% 74.27%, 94% 74.27%, 94% 74.48%, 85.67% 74.48%, 85.67% 85.48%, 73.83% 85.48%, 73.83% 93.36%, 59.33% 93.36%, 59.33% 97.3%, 59.17% 97.3%, 59.17% 97.51%, 55.83% 97.51%, 55.83% 97.3%, 39.67% 97.3%, 39.67% 92.95%, 25.33% 92.95%, 25.33% 84.85%, 13.67% 84.85%, 13.67% 73.44%, 5.5% 73.44%, 5.5% 59.75%, 1.33% 59.75%, 1.33% 54.77%, 1.5% 54.77%, 1.5% 39.42%, 5.83% 39.42%, 5.83% 25.73%, 6% 25.73%, 6% 25.52%, 14.33% 25.52%, 14.33% 14.52%, 26.17% 14.52%, 26.17% 6.64%, 40.67% 6.64%, 40.67% 2.7%, 40.83% 2.7%, 40.83% 2.49%);
  }
  55.2632% {
    -webkit-clip-path: polygon(44.67% 2.49%, 44.67% 2.7%, 60.67% 2.7%, 60.67% 7.05%, 60.83% 7.05%, 60.83% 7.26%, 75% 7.26%, 75% 15.35%, 86.67% 15.35%, 86.67% 26.76%, 94.67% 26.76%, 94.67% 40.66%, 98.67% 40.66%, 98.67% 45.64%, 98.5% 45.64%, 98.5% 61%, 94% 61%, 94% 74.69%, 85.33% 74.69%, 85.33% 85.89%, 73.5% 85.89%, 73.5% 93.57%, 58.83% 93.57%, 58.83% 97.51%, 55.33% 97.51%, 55.33% 97.3%, 39.33% 97.3%, 39.33% 92.95%, 39.17% 92.95%, 39.17% 92.74%, 25% 92.74%, 25% 84.65%, 13.33% 84.65%, 13.33% 73.24%, 5.33% 73.24%, 5.33% 59.34%, 1.33% 59.34%, 1.33% 54.36%, 1.5% 54.36%, 1.5% 39%, 6% 39%, 6% 25.31%, 14.67% 25.31%, 14.67% 14.11%, 26.5% 14.11%, 26.5% 6.43%, 41.17% 6.43%, 41.17% 2.49%);
            clip-path: polygon(44.67% 2.49%, 44.67% 2.7%, 60.67% 2.7%, 60.67% 7.05%, 60.83% 7.05%, 60.83% 7.26%, 75% 7.26%, 75% 15.35%, 86.67% 15.35%, 86.67% 26.76%, 94.67% 26.76%, 94.67% 40.66%, 98.67% 40.66%, 98.67% 45.64%, 98.5% 45.64%, 98.5% 61%, 94% 61%, 94% 74.69%, 85.33% 74.69%, 85.33% 85.89%, 73.5% 85.89%, 73.5% 93.57%, 58.83% 93.57%, 58.83% 97.51%, 55.33% 97.51%, 55.33% 97.3%, 39.33% 97.3%, 39.33% 92.95%, 39.17% 92.95%, 39.17% 92.74%, 25% 92.74%, 25% 84.65%, 13.33% 84.65%, 13.33% 73.24%, 5.33% 73.24%, 5.33% 59.34%, 1.33% 59.34%, 1.33% 54.36%, 1.5% 54.36%, 1.5% 39%, 6% 39%, 6% 25.31%, 14.67% 25.31%, 14.67% 14.11%, 26.5% 14.11%, 26.5% 6.43%, 41.17% 6.43%, 41.17% 2.49%);
  }
  57.8947% {
    -webkit-clip-path: polygon(45.17% 2.49%, 45.17% 2.9%, 61.17% 2.9%, 61.17% 7.26%, 75.33% 7.26%, 75.33% 15.56%, 86.83% 15.56%, 86.83% 27.18%, 94.83% 27.18%, 94.83% 41.08%, 98.83% 41.08%, 98.83% 46.06%, 98.5% 46.06%, 98.5% 46.27%, 98.33% 46.27%, 98.33% 61%, 98.5% 61%, 98.5% 61.2%, 98.33% 61.2%, 98.33% 61.41%, 93.83% 61.41%, 93.83% 61.62%, 93.67% 61.62%, 93.67% 75.1%, 85.17% 75.1%, 85.17% 85.89%, 85% 85.89%, 85% 86.1%, 73% 86.1%, 73% 93.78%, 58.5% 93.78%, 58.5% 97.51%, 54.83% 97.51%, 54.83% 97.1%, 38.83% 97.1%, 38.83% 92.74%, 24.67% 92.74%, 24.67% 84.44%, 13.17% 84.44%, 13.17% 72.82%, 5.17% 72.82%, 5.17% 58.92%, 1.17% 58.92%, 1.17% 53.94%, 1.5% 53.94%, 1.5% 53.73%, 1.67% 53.73%, 1.67% 39%, 1.5% 39%, 1.5% 38.8%, 1.67% 38.8%, 1.67% 38.59%, 6.17% 38.59%, 6.17% 38.38%, 6.33% 38.38%, 6.33% 24.9%, 14.83% 24.9%, 14.83% 14.11%, 15% 14.11%, 15% 13.9%, 27% 13.9%, 27% 6.22%, 41.5% 6.22%, 41.5% 2.49%);
            clip-path: polygon(45.17% 2.49%, 45.17% 2.9%, 61.17% 2.9%, 61.17% 7.26%, 75.33% 7.26%, 75.33% 15.56%, 86.83% 15.56%, 86.83% 27.18%, 94.83% 27.18%, 94.83% 41.08%, 98.83% 41.08%, 98.83% 46.06%, 98.5% 46.06%, 98.5% 46.27%, 98.33% 46.27%, 98.33% 61%, 98.5% 61%, 98.5% 61.2%, 98.33% 61.2%, 98.33% 61.41%, 93.83% 61.41%, 93.83% 61.62%, 93.67% 61.62%, 93.67% 75.1%, 85.17% 75.1%, 85.17% 85.89%, 85% 85.89%, 85% 86.1%, 73% 86.1%, 73% 93.78%, 58.5% 93.78%, 58.5% 97.51%, 54.83% 97.51%, 54.83% 97.1%, 38.83% 97.1%, 38.83% 92.74%, 24.67% 92.74%, 24.67% 84.44%, 13.17% 84.44%, 13.17% 72.82%, 5.17% 72.82%, 5.17% 58.92%, 1.17% 58.92%, 1.17% 53.94%, 1.5% 53.94%, 1.5% 53.73%, 1.67% 53.73%, 1.67% 39%, 1.5% 39%, 1.5% 38.8%, 1.67% 38.8%, 1.67% 38.59%, 6.17% 38.59%, 6.17% 38.38%, 6.33% 38.38%, 6.33% 24.9%, 14.83% 24.9%, 14.83% 14.11%, 15% 14.11%, 15% 13.9%, 27% 13.9%, 27% 6.22%, 41.5% 6.22%, 41.5% 2.49%);
  }
  60.5263% {
    -webkit-clip-path: polygon(45.67% 2.49%, 45.67% 2.9%, 61.5% 2.9%, 61.5% 7.47%, 75.67% 7.47%, 75.67% 15.77%, 75.83% 15.77%, 75.83% 15.98%, 87.17% 15.98%, 87.17% 27.59%, 95% 27.59%, 95% 41.49%, 98.83% 41.49%, 98.83% 46.47%, 98.33% 46.47%, 98.33% 61.83%, 93.5% 61.83%, 93.5% 75.31%, 84.83% 75.31%, 84.83% 86.31%, 72.67% 86.31%, 72.67% 93.98%, 58% 93.98%, 58% 97.51%, 54.33% 97.51%, 54.33% 97.1%, 38.5% 97.1%, 38.5% 92.53%, 24.33% 92.53%, 24.33% 84.23%, 24.17% 84.23%, 24.17% 84.02%, 12.83% 84.02%, 12.83% 72.41%, 5% 72.41%, 5% 58.51%, 1.17% 58.51%, 1.17% 53.53%, 1.67% 53.53%, 1.67% 38.17%, 6.5% 38.17%, 6.5% 24.69%, 15.17% 24.69%, 15.17% 13.69%, 27.33% 13.69%, 27.33% 6.02%, 42% 6.02%, 42% 2.49%);
            clip-path: polygon(45.67% 2.49%, 45.67% 2.9%, 61.5% 2.9%, 61.5% 7.47%, 75.67% 7.47%, 75.67% 15.77%, 75.83% 15.77%, 75.83% 15.98%, 87.17% 15.98%, 87.17% 27.59%, 95% 27.59%, 95% 41.49%, 98.83% 41.49%, 98.83% 46.47%, 98.33% 46.47%, 98.33% 61.83%, 93.5% 61.83%, 93.5% 75.31%, 84.83% 75.31%, 84.83% 86.31%, 72.67% 86.31%, 72.67% 93.98%, 58% 93.98%, 58% 97.51%, 54.33% 97.51%, 54.33% 97.1%, 38.5% 97.1%, 38.5% 92.53%, 24.33% 92.53%, 24.33% 84.23%, 24.17% 84.23%, 24.17% 84.02%, 12.83% 84.02%, 12.83% 72.41%, 5% 72.41%, 5% 58.51%, 1.17% 58.51%, 1.17% 53.53%, 1.67% 53.53%, 1.67% 38.17%, 6.5% 38.17%, 6.5% 24.69%, 15.17% 24.69%, 15.17% 13.69%, 27.33% 13.69%, 27.33% 6.02%, 42% 6.02%, 42% 2.49%);
  }
  63.1579% {
    -webkit-clip-path: polygon(46% 2.49%, 46% 2.9%, 61.83% 2.9%, 61.83% 3.11%, 62% 3.11%, 62% 7.68%, 76% 7.68%, 76% 16.18%, 87.33% 16.18%, 87.33% 27.8%, 95.17% 27.8%, 95.17% 41.91%, 98.83% 41.91%, 98.83% 46.89%, 98.33% 46.89%, 98.33% 62.03%, 98.17% 62.03%, 98.17% 62.24%, 93.33% 62.24%, 93.33% 75.73%, 84.5% 75.73%, 84.5% 86.51%, 72.33% 86.51%, 72.33% 93.98%, 57.67% 93.98%, 57.67% 97.51%, 54% 97.51%, 54% 97.1%, 38.17% 97.1%, 38.17% 96.89%, 38% 96.89%, 38% 92.32%, 24% 92.32%, 24% 83.82%, 12.67% 83.82%, 12.67% 72.2%, 4.83% 72.2%, 4.83% 58.09%, 1.17% 58.09%, 1.17% 53.11%, 1.67% 53.11%, 1.67% 37.97%, 1.83% 37.97%, 1.83% 37.76%, 6.67% 37.76%, 6.67% 24.27%, 15.5% 24.27%, 15.5% 13.49%, 27.67% 13.49%, 27.67% 6.02%, 42.33% 6.02%, 42.33% 2.49%);
            clip-path: polygon(46% 2.49%, 46% 2.9%, 61.83% 2.9%, 61.83% 3.11%, 62% 3.11%, 62% 7.68%, 76% 7.68%, 76% 16.18%, 87.33% 16.18%, 87.33% 27.8%, 95.17% 27.8%, 95.17% 41.91%, 98.83% 41.91%, 98.83% 46.89%, 98.33% 46.89%, 98.33% 62.03%, 98.17% 62.03%, 98.17% 62.24%, 93.33% 62.24%, 93.33% 75.73%, 84.5% 75.73%, 84.5% 86.51%, 72.33% 86.51%, 72.33% 93.98%, 57.67% 93.98%, 57.67% 97.51%, 54% 97.51%, 54% 97.1%, 38.17% 97.1%, 38.17% 96.89%, 38% 96.89%, 38% 92.32%, 24% 92.32%, 24% 83.82%, 12.67% 83.82%, 12.67% 72.2%, 4.83% 72.2%, 4.83% 58.09%, 1.17% 58.09%, 1.17% 53.11%, 1.67% 53.11%, 1.67% 37.97%, 1.83% 37.97%, 1.83% 37.76%, 6.67% 37.76%, 6.67% 24.27%, 15.5% 24.27%, 15.5% 13.49%, 27.67% 13.49%, 27.67% 6.02%, 42.33% 6.02%, 42.33% 2.49%);
  }
  65.7895% {
    -webkit-clip-path: polygon(46.5% 2.28%, 46.5% 3.11%, 62.33% 3.11%, 62.33% 7.88%, 76.33% 7.88%, 76.33% 16.39%, 87.67% 16.39%, 87.67% 28.22%, 95.33% 28.22%, 95.33% 42.32%, 98.83% 42.32%, 98.83% 42.53%, 99% 42.53%, 99% 47.3%, 98.17% 47.3%, 98.17% 62.66%, 93.17% 62.66%, 93.17% 75.93%, 84.33% 75.93%, 84.33% 76.14%, 84.17% 76.14%, 84.17% 76.35%, 84.33% 76.35%, 84.33% 86.72%, 72% 86.72%, 72% 94.19%, 57.17% 94.19%, 57.17% 97.72%, 53.5% 97.72%, 53.5% 96.89%, 37.67% 96.89%, 37.67% 92.12%, 23.67% 92.12%, 23.67% 83.61%, 12.33% 83.61%, 12.33% 71.78%, 4.67% 71.78%, 4.67% 57.68%, 1.17% 57.68%, 1.17% 57.47%, 1% 57.47%, 1% 52.7%, 1.83% 52.7%, 1.83% 37.34%, 6.83% 37.34%, 6.83% 24.07%, 15.67% 24.07%, 15.67% 23.86%, 15.83% 23.86%, 15.83% 23.65%, 15.67% 23.65%, 15.67% 13.28%, 28% 13.28%, 28% 5.81%, 42.83% 5.81%, 42.83% 2.28%);
            clip-path: polygon(46.5% 2.28%, 46.5% 3.11%, 62.33% 3.11%, 62.33% 7.88%, 76.33% 7.88%, 76.33% 16.39%, 87.67% 16.39%, 87.67% 28.22%, 95.33% 28.22%, 95.33% 42.32%, 98.83% 42.32%, 98.83% 42.53%, 99% 42.53%, 99% 47.3%, 98.17% 47.3%, 98.17% 62.66%, 93.17% 62.66%, 93.17% 75.93%, 84.33% 75.93%, 84.33% 76.14%, 84.17% 76.14%, 84.17% 76.35%, 84.33% 76.35%, 84.33% 86.72%, 72% 86.72%, 72% 94.19%, 57.17% 94.19%, 57.17% 97.72%, 53.5% 97.72%, 53.5% 96.89%, 37.67% 96.89%, 37.67% 92.12%, 23.67% 92.12%, 23.67% 83.61%, 12.33% 83.61%, 12.33% 71.78%, 4.67% 71.78%, 4.67% 57.68%, 1.17% 57.68%, 1.17% 57.47%, 1% 57.47%, 1% 52.7%, 1.83% 52.7%, 1.83% 37.34%, 6.83% 37.34%, 6.83% 24.07%, 15.67% 24.07%, 15.67% 23.86%, 15.83% 23.86%, 15.83% 23.65%, 15.67% 23.65%, 15.67% 13.28%, 28% 13.28%, 28% 5.81%, 42.83% 5.81%, 42.83% 2.28%);
  }
  68.4211% {
    -webkit-clip-path: polygon(46.83% 2.28%, 46.83% 2.49%, 47% 2.49%, 47% 3.11%, 62.67% 3.11%, 62.67% 3.32%, 62.83% 3.32%, 62.83% 8.09%, 76.67% 8.09%, 76.67% 16.6%, 76.83% 16.6%, 76.83% 16.8%, 87.83% 16.8%, 87.83% 28.42%, 88% 28.42%, 88% 28.63%, 95.5% 28.63%, 95.5% 42.74%, 99% 42.74%, 99% 47.72%, 98.17% 47.72%, 98.17% 62.86%, 98% 62.86%, 98% 63.07%, 93% 63.07%, 93% 76.35%, 84% 76.35%, 84% 86.93%, 83.83% 86.93%, 83.83% 87.14%, 71.67% 87.14%, 71.67% 94.19%, 71.5% 94.19%, 71.5% 94.4%, 56.83% 94.4%, 56.83% 97.72%, 53.17% 97.72%, 53.17% 97.51%, 53% 97.51%, 53% 96.89%, 37.33% 96.89%, 37.33% 96.68%, 37.17% 96.68%, 37.17% 91.91%, 23.33% 91.91%, 23.33% 83.4%, 23.17% 83.4%, 23.17% 83.2%, 12.17% 83.2%, 12.17% 71.58%, 12% 71.58%, 12% 71.37%, 4.5% 71.37%, 4.5% 57.26%, 1% 57.26%, 1% 52.28%, 1.83% 52.28%, 1.83% 37.14%, 2% 37.14%, 2% 36.93%, 7% 36.93%, 7% 23.65%, 16% 23.65%, 16% 13.07%, 16.17% 13.07%, 16.17% 12.86%, 28.33% 12.86%, 28.33% 5.81%, 28.5% 5.81%, 28.5% 5.6%, 43.17% 5.6%, 43.17% 2.28%);
            clip-path: polygon(46.83% 2.28%, 46.83% 2.49%, 47% 2.49%, 47% 3.11%, 62.67% 3.11%, 62.67% 3.32%, 62.83% 3.32%, 62.83% 8.09%, 76.67% 8.09%, 76.67% 16.6%, 76.83% 16.6%, 76.83% 16.8%, 87.83% 16.8%, 87.83% 28.42%, 88% 28.42%, 88% 28.63%, 95.5% 28.63%, 95.5% 42.74%, 99% 42.74%, 99% 47.72%, 98.17% 47.72%, 98.17% 62.86%, 98% 62.86%, 98% 63.07%, 93% 63.07%, 93% 76.35%, 84% 76.35%, 84% 86.93%, 83.83% 86.93%, 83.83% 87.14%, 71.67% 87.14%, 71.67% 94.19%, 71.5% 94.19%, 71.5% 94.4%, 56.83% 94.4%, 56.83% 97.72%, 53.17% 97.72%, 53.17% 97.51%, 53% 97.51%, 53% 96.89%, 37.33% 96.89%, 37.33% 96.68%, 37.17% 96.68%, 37.17% 91.91%, 23.33% 91.91%, 23.33% 83.4%, 23.17% 83.4%, 23.17% 83.2%, 12.17% 83.2%, 12.17% 71.58%, 12% 71.58%, 12% 71.37%, 4.5% 71.37%, 4.5% 57.26%, 1% 57.26%, 1% 52.28%, 1.83% 52.28%, 1.83% 37.14%, 2% 37.14%, 2% 36.93%, 7% 36.93%, 7% 23.65%, 16% 23.65%, 16% 13.07%, 16.17% 13.07%, 16.17% 12.86%, 28.33% 12.86%, 28.33% 5.81%, 28.5% 5.81%, 28.5% 5.6%, 43.17% 5.6%, 43.17% 2.28%);
  }
  71.0526% {
    -webkit-clip-path: polygon(47.33% 2.28%, 47.33% 3.11%, 63% 3.11%, 63% 3.32%, 63.17% 3.32%, 63.17% 8.3%, 77% 8.3%, 77% 16.8%, 77.17% 16.8%, 77.17% 17.01%, 88.17% 17.01%, 88.17% 28.84%, 95.67% 28.84%, 95.67% 43.15%, 99% 43.15%, 99% 48.13%, 98.17% 48.13%, 98.17% 48.34%, 98% 48.34%, 98% 63.28%, 92.83% 63.28%, 92.83% 76.76%, 83.67% 76.76%, 83.67% 87.34%, 71.17% 87.34%, 71.17% 94.19%, 71.33% 94.19%, 71.33% 94.4%, 56.5% 94.4%, 56.5% 94.61%, 56.33% 94.61%, 56.33% 97.72%, 52.67% 97.72%, 52.67% 96.89%, 37% 96.89%, 37% 96.68%, 36.83% 96.68%, 36.83% 91.7%, 23% 91.7%, 23% 83.2%, 22.83% 83.2%, 22.83% 82.99%, 11.83% 82.99%, 11.83% 71.16%, 4.33% 71.16%, 4.33% 56.85%, 1% 56.85%, 1% 51.87%, 1.83% 51.87%, 1.83% 51.66%, 2% 51.66%, 2% 36.72%, 7.17% 36.72%, 7.17% 23.24%, 16.33% 23.24%, 16.33% 12.66%, 28.83% 12.66%, 28.83% 5.81%, 28.67% 5.81%, 28.67% 5.6%, 43.5% 5.6%, 43.5% 5.39%, 43.67% 5.39%, 43.67% 2.28%);
            clip-path: polygon(47.33% 2.28%, 47.33% 3.11%, 63% 3.11%, 63% 3.32%, 63.17% 3.32%, 63.17% 8.3%, 77% 8.3%, 77% 16.8%, 77.17% 16.8%, 77.17% 17.01%, 88.17% 17.01%, 88.17% 28.84%, 95.67% 28.84%, 95.67% 43.15%, 99% 43.15%, 99% 48.13%, 98.17% 48.13%, 98.17% 48.34%, 98% 48.34%, 98% 63.28%, 92.83% 63.28%, 92.83% 76.76%, 83.67% 76.76%, 83.67% 87.34%, 71.17% 87.34%, 71.17% 94.19%, 71.33% 94.19%, 71.33% 94.4%, 56.5% 94.4%, 56.5% 94.61%, 56.33% 94.61%, 56.33% 97.72%, 52.67% 97.72%, 52.67% 96.89%, 37% 96.89%, 37% 96.68%, 36.83% 96.68%, 36.83% 91.7%, 23% 91.7%, 23% 83.2%, 22.83% 83.2%, 22.83% 82.99%, 11.83% 82.99%, 11.83% 71.16%, 4.33% 71.16%, 4.33% 56.85%, 1% 56.85%, 1% 51.87%, 1.83% 51.87%, 1.83% 51.66%, 2% 51.66%, 2% 36.72%, 7.17% 36.72%, 7.17% 23.24%, 16.33% 23.24%, 16.33% 12.66%, 28.83% 12.66%, 28.83% 5.81%, 28.67% 5.81%, 28.67% 5.6%, 43.5% 5.6%, 43.5% 5.39%, 43.67% 5.39%, 43.67% 2.28%);
  }
  73.6842% {
    -webkit-clip-path: polygon(47.83% 2.28%, 47.83% 3.32%, 63.5% 3.32%, 63.5% 8.3%, 63.67% 8.3%, 63.67% 8.51%, 77.33% 8.51%, 77.33% 17.22%, 88.33% 17.22%, 88.33% 29.25%, 95.83% 29.25%, 95.83% 43.57%, 99% 43.57%, 99% 48.55%, 98% 48.55%, 98% 63.69%, 92.67% 63.69%, 92.67% 76.97%, 83.33% 76.97%, 83.33% 87.55%, 70.83% 87.55%, 70.83% 94.61%, 56% 94.61%, 56% 97.72%, 52.17% 97.72%, 52.17% 96.68%, 36.5% 96.68%, 36.5% 91.7%, 36.33% 91.7%, 36.33% 91.49%, 22.67% 91.49%, 22.67% 82.78%, 11.67% 82.78%, 11.67% 70.75%, 4.17% 70.75%, 4.17% 56.43%, 1% 56.43%, 1% 51.45%, 2% 51.45%, 2% 36.31%, 7.33% 36.31%, 7.33% 23.03%, 16.67% 23.03%, 16.67% 12.45%, 29.17% 12.45%, 29.17% 5.39%, 44% 5.39%, 44% 2.28%);
            clip-path: polygon(47.83% 2.28%, 47.83% 3.32%, 63.5% 3.32%, 63.5% 8.3%, 63.67% 8.3%, 63.67% 8.51%, 77.33% 8.51%, 77.33% 17.22%, 88.33% 17.22%, 88.33% 29.25%, 95.83% 29.25%, 95.83% 43.57%, 99% 43.57%, 99% 48.55%, 98% 48.55%, 98% 63.69%, 92.67% 63.69%, 92.67% 76.97%, 83.33% 76.97%, 83.33% 87.55%, 70.83% 87.55%, 70.83% 94.61%, 56% 94.61%, 56% 97.72%, 52.17% 97.72%, 52.17% 96.68%, 36.5% 96.68%, 36.5% 91.7%, 36.33% 91.7%, 36.33% 91.49%, 22.67% 91.49%, 22.67% 82.78%, 11.67% 82.78%, 11.67% 70.75%, 4.17% 70.75%, 4.17% 56.43%, 1% 56.43%, 1% 51.45%, 2% 51.45%, 2% 36.31%, 7.33% 36.31%, 7.33% 23.03%, 16.67% 23.03%, 16.67% 12.45%, 29.17% 12.45%, 29.17% 5.39%, 44% 5.39%, 44% 2.28%);
  }
  76.3158% {
    -webkit-clip-path: polygon(48.17% 2.28%, 48.17% 3.32%, 64% 3.32%, 64% 8.51%, 77.67% 8.51%, 77.67% 17.43%, 77.83% 17.43%, 77.83% 17.63%, 88.67% 17.63%, 88.67% 29.67%, 95.83% 29.67%, 95.83% 43.78%, 96% 43.78%, 96% 43.98%, 99% 43.98%, 99% 48.96%, 98% 48.96%, 98% 49.17%, 97.83% 49.17%, 97.83% 64.11%, 92.5% 64.11%, 92.5% 64.32%, 92.33% 64.32%, 92.33% 64.52%, 92.5% 64.52%, 92.5% 77.18%, 92.33% 77.18%, 92.33% 77.39%, 83.17% 77.39%, 83.17% 87.55%, 83% 87.55%, 83% 87.76%, 70.5% 87.76%, 70.5% 94.81%, 55.5% 94.81%, 55.5% 97.72%, 51.83% 97.72%, 51.83% 96.68%, 36% 96.68%, 36% 91.49%, 22.33% 91.49%, 22.33% 82.57%, 22.17% 82.57%, 22.17% 82.37%, 11.33% 82.37%, 11.33% 70.33%, 4.17% 70.33%, 4.17% 56.22%, 4% 56.22%, 4% 56.02%, 1% 56.02%, 1% 51.04%, 2% 51.04%, 2% 50.83%, 2.17% 50.83%, 2.17% 35.89%, 7.5% 35.89%, 7.5% 35.68%, 7.67% 35.68%, 7.67% 35.48%, 7.5% 35.48%, 7.5% 22.82%, 7.67% 22.82%, 7.67% 22.61%, 16.83% 22.61%, 16.83% 12.45%, 17% 12.45%, 17% 12.24%, 29.5% 12.24%, 29.5% 5.19%, 44.5% 5.19%, 44.5% 2.28%);
            clip-path: polygon(48.17% 2.28%, 48.17% 3.32%, 64% 3.32%, 64% 8.51%, 77.67% 8.51%, 77.67% 17.43%, 77.83% 17.43%, 77.83% 17.63%, 88.67% 17.63%, 88.67% 29.67%, 95.83% 29.67%, 95.83% 43.78%, 96% 43.78%, 96% 43.98%, 99% 43.98%, 99% 48.96%, 98% 48.96%, 98% 49.17%, 97.83% 49.17%, 97.83% 64.11%, 92.5% 64.11%, 92.5% 64.32%, 92.33% 64.32%, 92.33% 64.52%, 92.5% 64.52%, 92.5% 77.18%, 92.33% 77.18%, 92.33% 77.39%, 83.17% 77.39%, 83.17% 87.55%, 83% 87.55%, 83% 87.76%, 70.5% 87.76%, 70.5% 94.81%, 55.5% 94.81%, 55.5% 97.72%, 51.83% 97.72%, 51.83% 96.68%, 36% 96.68%, 36% 91.49%, 22.33% 91.49%, 22.33% 82.57%, 22.17% 82.57%, 22.17% 82.37%, 11.33% 82.37%, 11.33% 70.33%, 4.17% 70.33%, 4.17% 56.22%, 4% 56.22%, 4% 56.02%, 1% 56.02%, 1% 51.04%, 2% 51.04%, 2% 50.83%, 2.17% 50.83%, 2.17% 35.89%, 7.5% 35.89%, 7.5% 35.68%, 7.67% 35.68%, 7.67% 35.48%, 7.5% 35.48%, 7.5% 22.82%, 7.67% 22.82%, 7.67% 22.61%, 16.83% 22.61%, 16.83% 12.45%, 17% 12.45%, 17% 12.24%, 29.5% 12.24%, 29.5% 5.19%, 44.5% 5.19%, 44.5% 2.28%);
  }
  78.9474% {
    -webkit-clip-path: polygon(48.67% 2.28%, 48.67% 3.53%, 64.33% 3.53%, 64.33% 8.71%, 78% 8.71%, 78% 17.63%, 78.17% 17.63%, 78.17% 17.84%, 88.83% 17.84%, 88.83% 29.88%, 96% 29.88%, 96% 44.4%, 99% 44.4%, 99% 49.38%, 97.83% 49.38%, 97.83% 64.52%, 92.17% 64.52%, 92.17% 77.59%, 82.83% 77.59%, 82.83% 87.97%, 70.17% 87.97%, 70.17% 94.81%, 55.17% 94.81%, 55.17% 97.72%, 51.33% 97.72%, 51.33% 96.47%, 35.67% 96.47%, 35.67% 91.29%, 22% 91.29%, 22% 82.37%, 21.83% 82.37%, 21.83% 82.16%, 11.17% 82.16%, 11.17% 70.12%, 4% 70.12%, 4% 55.6%, 1% 55.6%, 1% 50.62%, 2.17% 50.62%, 2.17% 35.48%, 7.83% 35.48%, 7.83% 22.41%, 17.17% 22.41%, 17.17% 12.03%, 29.83% 12.03%, 29.83% 5.19%, 44.83% 5.19%, 44.83% 2.28%);
            clip-path: polygon(48.67% 2.28%, 48.67% 3.53%, 64.33% 3.53%, 64.33% 8.71%, 78% 8.71%, 78% 17.63%, 78.17% 17.63%, 78.17% 17.84%, 88.83% 17.84%, 88.83% 29.88%, 96% 29.88%, 96% 44.4%, 99% 44.4%, 99% 49.38%, 97.83% 49.38%, 97.83% 64.52%, 92.17% 64.52%, 92.17% 77.59%, 82.83% 77.59%, 82.83% 87.97%, 70.17% 87.97%, 70.17% 94.81%, 55.17% 94.81%, 55.17% 97.72%, 51.33% 97.72%, 51.33% 96.47%, 35.67% 96.47%, 35.67% 91.29%, 22% 91.29%, 22% 82.37%, 21.83% 82.37%, 21.83% 82.16%, 11.17% 82.16%, 11.17% 70.12%, 4% 70.12%, 4% 55.6%, 1% 55.6%, 1% 50.62%, 2.17% 50.62%, 2.17% 35.48%, 7.83% 35.48%, 7.83% 22.41%, 17.17% 22.41%, 17.17% 12.03%, 29.83% 12.03%, 29.83% 5.19%, 44.83% 5.19%, 44.83% 2.28%);
  }
  81.5789% {
    -webkit-clip-path: polygon(49.17% 2.28%, 49.17% 3.53%, 64.67% 3.53%, 64.67% 3.73%, 64.83% 3.73%, 64.83% 8.92%, 78.33% 8.92%, 78.33% 18.05%, 89% 18.05%, 89% 18.26%, 89.17% 18.26%, 89.17% 30.29%, 96.17% 30.29%, 96.17% 44.81%, 99.17% 44.81%, 99.17% 49.79%, 97.83% 49.79%, 97.83% 50%, 97.67% 50%, 97.67% 64.94%, 92% 64.94%, 92% 78.01%, 82.5% 78.01%, 82.5% 88.17%, 69.83% 88.17%, 69.83% 95.02%, 54.67% 95.02%, 54.67% 97.72%, 50.83% 97.72%, 50.83% 96.47%, 35.33% 96.47%, 35.33% 96.27%, 35.17% 96.27%, 35.17% 91.08%, 21.67% 91.08%, 21.67% 81.95%, 11% 81.95%, 11% 81.74%, 10.83% 81.74%, 10.83% 69.71%, 3.83% 69.71%, 3.83% 55.19%, 0.83% 55.19%, 0.83% 50.21%, 2.17% 50.21%, 2.17% 50%, 2.33% 50%, 2.33% 35.06%, 8% 35.06%, 8% 21.99%, 17.5% 21.99%, 17.5% 11.83%, 30.17% 11.83%, 30.17% 4.98%, 45.33% 4.98%, 45.33% 2.28%);
            clip-path: polygon(49.17% 2.28%, 49.17% 3.53%, 64.67% 3.53%, 64.67% 3.73%, 64.83% 3.73%, 64.83% 8.92%, 78.33% 8.92%, 78.33% 18.05%, 89% 18.05%, 89% 18.26%, 89.17% 18.26%, 89.17% 30.29%, 96.17% 30.29%, 96.17% 44.81%, 99.17% 44.81%, 99.17% 49.79%, 97.83% 49.79%, 97.83% 50%, 97.67% 50%, 97.67% 64.94%, 92% 64.94%, 92% 78.01%, 82.5% 78.01%, 82.5% 88.17%, 69.83% 88.17%, 69.83% 95.02%, 54.67% 95.02%, 54.67% 97.72%, 50.83% 97.72%, 50.83% 96.47%, 35.33% 96.47%, 35.33% 96.27%, 35.17% 96.27%, 35.17% 91.08%, 21.67% 91.08%, 21.67% 81.95%, 11% 81.95%, 11% 81.74%, 10.83% 81.74%, 10.83% 69.71%, 3.83% 69.71%, 3.83% 55.19%, 0.83% 55.19%, 0.83% 50.21%, 2.17% 50.21%, 2.17% 50%, 2.33% 50%, 2.33% 35.06%, 8% 35.06%, 8% 21.99%, 17.5% 21.99%, 17.5% 11.83%, 30.17% 11.83%, 30.17% 4.98%, 45.33% 4.98%, 45.33% 2.28%);
  }
  84.2105% {
    -webkit-clip-path: polygon(49.5% 2.07%, 49.5% 3.53%, 49.67% 3.53%, 49.67% 3.73%, 65.17% 3.73%, 65.17% 9.13%, 78.67% 9.13%, 78.67% 18.26%, 78.83% 18.26%, 78.83% 18.46%, 89.33% 18.46%, 89.33% 30.71%, 96.33% 30.71%, 96.33% 45.23%, 99.17% 45.23%, 99.17% 50.21%, 97.67% 50.21%, 97.67% 50.41%, 97.5% 50.41%, 97.5% 64.94%, 97.67% 64.94%, 97.67% 65.15%, 97.5% 65.15%, 97.5% 65.35%, 91.83% 65.35%, 91.83% 78.22%, 82.17% 78.22%, 82.17% 88.38%, 69.5% 88.38%, 69.5% 88.59%, 69.33% 88.59%, 69.33% 95.23%, 54.33% 95.23%, 54.33% 97.72%, 54.17% 97.72%, 54.17% 97.93%, 50.5% 97.93%, 50.5% 96.47%, 50.33% 96.47%, 50.33% 96.27%, 34.83% 96.27%, 34.83% 90.87%, 21.33% 90.87%, 21.33% 81.74%, 21.17% 81.74%, 21.17% 81.54%, 10.67% 81.54%, 10.67% 69.29%, 3.67% 69.29%, 3.67% 54.77%, 0.83% 54.77%, 0.83% 49.79%, 2.33% 49.79%, 2.33% 49.59%, 2.5% 49.59%, 2.5% 35.06%, 2.33% 35.06%, 2.33% 34.85%, 2.5% 34.85%, 2.5% 34.65%, 8.17% 34.65%, 8.17% 21.78%, 17.83% 21.78%, 17.83% 11.62%, 30.5% 11.62%, 30.5% 11.41%, 30.67% 11.41%, 30.67% 4.77%, 45.67% 4.77%, 45.67% 2.28%, 45.83% 2.28%, 45.83% 2.07%);
            clip-path: polygon(49.5% 2.07%, 49.5% 3.53%, 49.67% 3.53%, 49.67% 3.73%, 65.17% 3.73%, 65.17% 9.13%, 78.67% 9.13%, 78.67% 18.26%, 78.83% 18.26%, 78.83% 18.46%, 89.33% 18.46%, 89.33% 30.71%, 96.33% 30.71%, 96.33% 45.23%, 99.17% 45.23%, 99.17% 50.21%, 97.67% 50.21%, 97.67% 50.41%, 97.5% 50.41%, 97.5% 64.94%, 97.67% 64.94%, 97.67% 65.15%, 97.5% 65.15%, 97.5% 65.35%, 91.83% 65.35%, 91.83% 78.22%, 82.17% 78.22%, 82.17% 88.38%, 69.5% 88.38%, 69.5% 88.59%, 69.33% 88.59%, 69.33% 95.23%, 54.33% 95.23%, 54.33% 97.72%, 54.17% 97.72%, 54.17% 97.93%, 50.5% 97.93%, 50.5% 96.47%, 50.33% 96.47%, 50.33% 96.27%, 34.83% 96.27%, 34.83% 90.87%, 21.33% 90.87%, 21.33% 81.74%, 21.17% 81.74%, 21.17% 81.54%, 10.67% 81.54%, 10.67% 69.29%, 3.67% 69.29%, 3.67% 54.77%, 0.83% 54.77%, 0.83% 49.79%, 2.33% 49.79%, 2.33% 49.59%, 2.5% 49.59%, 2.5% 35.06%, 2.33% 35.06%, 2.33% 34.85%, 2.5% 34.85%, 2.5% 34.65%, 8.17% 34.65%, 8.17% 21.78%, 17.83% 21.78%, 17.83% 11.62%, 30.5% 11.62%, 30.5% 11.41%, 30.67% 11.41%, 30.67% 4.77%, 45.67% 4.77%, 45.67% 2.28%, 45.83% 2.28%, 45.83% 2.07%);
  }
  86.8421% {
    -webkit-clip-path: polygon(49.83% 2.07%, 49.83% 2.28%, 50% 2.28%, 50% 3.73%, 65.5% 3.73%, 65.5% 9.34%, 79% 9.34%, 79% 18.67%, 89.5% 18.67%, 89.5% 18.88%, 89.67% 18.88%, 89.67% 31.12%, 96.5% 31.12%, 96.5% 45.64%, 99.17% 45.64%, 99.17% 50.62%, 97.5% 50.62%, 97.5% 65.56%, 91.67% 65.56%, 91.67% 78.42%, 91.5% 78.42%, 91.5% 78.63%, 81.83% 78.63%, 81.83% 88.8%, 69% 88.8%, 69% 95.23%, 53.83% 95.23%, 53.83% 97.93%, 50.17% 97.93%, 50.17% 97.72%, 50% 97.72%, 50% 96.27%, 34.5% 96.27%, 34.5% 90.66%, 21% 90.66%, 21% 81.33%, 10.5% 81.33%, 10.5% 81.12%, 10.33% 81.12%, 10.33% 68.88%, 3.5% 68.88%, 3.5% 54.36%, 0.83% 54.36%, 0.83% 49.38%, 2.5% 49.38%, 2.5% 34.44%, 8.33% 34.44%, 8.33% 21.58%, 8.5% 21.58%, 8.5% 21.37%, 18.17% 21.37%, 18.17% 11.2%, 31% 11.2%, 31% 4.77%, 46.17% 4.77%, 46.17% 2.07%);
            clip-path: polygon(49.83% 2.07%, 49.83% 2.28%, 50% 2.28%, 50% 3.73%, 65.5% 3.73%, 65.5% 9.34%, 79% 9.34%, 79% 18.67%, 89.5% 18.67%, 89.5% 18.88%, 89.67% 18.88%, 89.67% 31.12%, 96.5% 31.12%, 96.5% 45.64%, 99.17% 45.64%, 99.17% 50.62%, 97.5% 50.62%, 97.5% 65.56%, 91.67% 65.56%, 91.67% 78.42%, 91.5% 78.42%, 91.5% 78.63%, 81.83% 78.63%, 81.83% 88.8%, 69% 88.8%, 69% 95.23%, 53.83% 95.23%, 53.83% 97.93%, 50.17% 97.93%, 50.17% 97.72%, 50% 97.72%, 50% 96.27%, 34.5% 96.27%, 34.5% 90.66%, 21% 90.66%, 21% 81.33%, 10.5% 81.33%, 10.5% 81.12%, 10.33% 81.12%, 10.33% 68.88%, 3.5% 68.88%, 3.5% 54.36%, 0.83% 54.36%, 0.83% 49.38%, 2.5% 49.38%, 2.5% 34.44%, 8.33% 34.44%, 8.33% 21.58%, 8.5% 21.58%, 8.5% 21.37%, 18.17% 21.37%, 18.17% 11.2%, 31% 11.2%, 31% 4.77%, 46.17% 4.77%, 46.17% 2.07%);
  }
  89.4737% {
    -webkit-clip-path: polygon(50.33% 2.07%, 50.33% 3.73%, 50.5% 3.73%, 50.5% 3.94%, 66% 3.94%, 66% 9.54%, 79.33% 9.54%, 79.33% 18.88%, 79.5% 18.88%, 79.5% 19.09%, 89.83% 19.09%, 89.83% 31.33%, 96.5% 31.33%, 96.5% 45.85%, 96.67% 45.85%, 96.67% 46.06%, 99.17% 46.06%, 99.17% 51.04%, 97.5% 51.04%, 97.5% 51.24%, 97.33% 51.24%, 97.33% 65.98%, 91.33% 65.98%, 91.33% 78.84%, 81.67% 78.84%, 81.67% 79.05%, 81.5% 79.05%, 81.5% 88.59%, 81.67% 88.59%, 81.67% 88.8%, 81.5% 88.8%, 81.5% 89%, 68.67% 89%, 68.67% 95.44%, 53.33% 95.44%, 53.33% 97.51%, 53.5% 97.51%, 53.5% 97.72%, 53.33% 97.72%, 53.33% 97.93%, 49.67% 97.93%, 49.67% 96.27%, 49.5% 96.27%, 49.5% 96.06%, 34% 96.06%, 34% 90.46%, 20.67% 90.46%, 20.67% 81.12%, 20.5% 81.12%, 20.5% 80.91%, 10.17% 80.91%, 10.17% 68.67%, 3.5% 68.67%, 3.5% 54.15%, 3.33% 54.15%, 3.33% 53.94%, 0.83% 53.94%, 0.83% 48.96%, 2.5% 48.96%, 2.5% 48.76%, 2.67% 48.76%, 2.67% 34.02%, 8.67% 34.02%, 8.67% 21.16%, 18.33% 21.16%, 18.33% 20.95%, 18.5% 20.95%, 18.5% 11.41%, 18.33% 11.41%, 18.33% 11.2%, 18.5% 11.2%, 18.5% 11%, 31.33% 11%, 31.33% 4.56%, 46.67% 4.56%, 46.67% 2.49%, 46.5% 2.49%, 46.5% 2.28%, 46.67% 2.28%, 46.67% 2.07%);
            clip-path: polygon(50.33% 2.07%, 50.33% 3.73%, 50.5% 3.73%, 50.5% 3.94%, 66% 3.94%, 66% 9.54%, 79.33% 9.54%, 79.33% 18.88%, 79.5% 18.88%, 79.5% 19.09%, 89.83% 19.09%, 89.83% 31.33%, 96.5% 31.33%, 96.5% 45.85%, 96.67% 45.85%, 96.67% 46.06%, 99.17% 46.06%, 99.17% 51.04%, 97.5% 51.04%, 97.5% 51.24%, 97.33% 51.24%, 97.33% 65.98%, 91.33% 65.98%, 91.33% 78.84%, 81.67% 78.84%, 81.67% 79.05%, 81.5% 79.05%, 81.5% 88.59%, 81.67% 88.59%, 81.67% 88.8%, 81.5% 88.8%, 81.5% 89%, 68.67% 89%, 68.67% 95.44%, 53.33% 95.44%, 53.33% 97.51%, 53.5% 97.51%, 53.5% 97.72%, 53.33% 97.72%, 53.33% 97.93%, 49.67% 97.93%, 49.67% 96.27%, 49.5% 96.27%, 49.5% 96.06%, 34% 96.06%, 34% 90.46%, 20.67% 90.46%, 20.67% 81.12%, 20.5% 81.12%, 20.5% 80.91%, 10.17% 80.91%, 10.17% 68.67%, 3.5% 68.67%, 3.5% 54.15%, 3.33% 54.15%, 3.33% 53.94%, 0.83% 53.94%, 0.83% 48.96%, 2.5% 48.96%, 2.5% 48.76%, 2.67% 48.76%, 2.67% 34.02%, 8.67% 34.02%, 8.67% 21.16%, 18.33% 21.16%, 18.33% 20.95%, 18.5% 20.95%, 18.5% 11.41%, 18.33% 11.41%, 18.33% 11.2%, 18.5% 11.2%, 18.5% 11%, 31.33% 11%, 31.33% 4.56%, 46.67% 4.56%, 46.67% 2.49%, 46.5% 2.49%, 46.5% 2.28%, 46.67% 2.28%, 46.67% 2.07%);
  }
  92.1053% {
    -webkit-clip-path: polygon(50.83% 2.07%, 50.83% 3.94%, 66.33% 3.94%, 66.33% 9.75%, 79.67% 9.75%, 79.67% 19.29%, 90% 19.29%, 90% 31.74%, 96.67% 31.74%, 96.67% 46.27%, 96.83% 46.27%, 96.83% 46.47%, 99.17% 46.47%, 99.17% 51.45%, 97.33% 51.45%, 97.33% 66.39%, 91.17% 66.39%, 91.17% 79.25%, 81.33% 79.25%, 81.33% 89%, 81.17% 89%, 81.17% 89.21%, 68.17% 89.21%, 68.17% 93.15%, 68.33% 93.15%, 68.33% 93.57%, 68.17% 93.57%, 68.17% 94.19%, 68.33% 94.19%, 68.33% 94.4%, 68.17% 94.4%, 68.17% 95.02%, 68.33% 95.02%, 68.33% 95.44%, 53% 95.44%, 53% 97.93%, 49.17% 97.93%, 49.17% 96.06%, 33.67% 96.06%, 33.67% 90.25%, 20.33% 90.25%, 20.33% 80.71%, 10% 80.71%, 10% 68.26%, 3.33% 68.26%, 3.33% 53.73%, 3.17% 53.73%, 3.17% 53.53%, 0.83% 53.53%, 0.83% 48.55%, 2.67% 48.55%, 2.67% 33.61%, 8.83% 33.61%, 8.83% 20.75%, 18.67% 20.75%, 18.67% 11%, 18.83% 11%, 18.83% 10.79%, 31.83% 10.79%, 31.83% 6.43%, 31.67% 6.43%, 31.67% 6.22%, 31.83% 6.22%, 31.83% 4.98%, 31.67% 4.98%, 31.67% 4.56%, 47% 4.56%, 47% 2.07%);
            clip-path: polygon(50.83% 2.07%, 50.83% 3.94%, 66.33% 3.94%, 66.33% 9.75%, 79.67% 9.75%, 79.67% 19.29%, 90% 19.29%, 90% 31.74%, 96.67% 31.74%, 96.67% 46.27%, 96.83% 46.27%, 96.83% 46.47%, 99.17% 46.47%, 99.17% 51.45%, 97.33% 51.45%, 97.33% 66.39%, 91.17% 66.39%, 91.17% 79.25%, 81.33% 79.25%, 81.33% 89%, 81.17% 89%, 81.17% 89.21%, 68.17% 89.21%, 68.17% 93.15%, 68.33% 93.15%, 68.33% 93.57%, 68.17% 93.57%, 68.17% 94.19%, 68.33% 94.19%, 68.33% 94.4%, 68.17% 94.4%, 68.17% 95.02%, 68.33% 95.02%, 68.33% 95.44%, 53% 95.44%, 53% 97.93%, 49.17% 97.93%, 49.17% 96.06%, 33.67% 96.06%, 33.67% 90.25%, 20.33% 90.25%, 20.33% 80.71%, 10% 80.71%, 10% 68.26%, 3.33% 68.26%, 3.33% 53.73%, 3.17% 53.73%, 3.17% 53.53%, 0.83% 53.53%, 0.83% 48.55%, 2.67% 48.55%, 2.67% 33.61%, 8.83% 33.61%, 8.83% 20.75%, 18.67% 20.75%, 18.67% 11%, 18.83% 11%, 18.83% 10.79%, 31.83% 10.79%, 31.83% 6.43%, 31.67% 6.43%, 31.67% 6.22%, 31.83% 6.22%, 31.83% 4.98%, 31.67% 4.98%, 31.67% 4.56%, 47% 4.56%, 47% 2.07%);
  }
  94.7368% {
    -webkit-clip-path: polygon(51.17% 2.07%, 51.17% 2.28%, 51.33% 2.28%, 51.33% 4.15%, 66.67% 4.15%, 66.67% 9.96%, 80% 9.96%, 80% 19.5%, 90.17% 19.5%, 90.17% 19.71%, 90.33% 19.71%, 90.33% 32.16%, 96.83% 32.16%, 96.83% 46.89%, 99.17% 46.89%, 99.17% 51.87%, 97.17% 51.87%, 97.17% 66.8%, 91% 66.8%, 91% 79.46%, 81% 79.46%, 81% 89.42%, 67.83% 89.42%, 67.83% 95.64%, 52.5% 95.64%, 52.5% 97.93%, 48.83% 97.93%, 48.83% 97.72%, 48.67% 97.72%, 48.67% 95.85%, 33.33% 95.85%, 33.33% 90.04%, 20% 90.04%, 20% 80.5%, 9.83% 80.5%, 9.83% 80.29%, 9.67% 80.29%, 9.67% 67.84%, 3.17% 67.84%, 3.17% 53.11%, 0.83% 53.11%, 0.83% 48.13%, 2.83% 48.13%, 2.83% 33.2%, 9% 33.2%, 9% 20.54%, 19% 20.54%, 19% 10.58%, 32.17% 10.58%, 32.17% 4.36%, 47.5% 4.36%, 47.5% 2.07%);
            clip-path: polygon(51.17% 2.07%, 51.17% 2.28%, 51.33% 2.28%, 51.33% 4.15%, 66.67% 4.15%, 66.67% 9.96%, 80% 9.96%, 80% 19.5%, 90.17% 19.5%, 90.17% 19.71%, 90.33% 19.71%, 90.33% 32.16%, 96.83% 32.16%, 96.83% 46.89%, 99.17% 46.89%, 99.17% 51.87%, 97.17% 51.87%, 97.17% 66.8%, 91% 66.8%, 91% 79.46%, 81% 79.46%, 81% 89.42%, 67.83% 89.42%, 67.83% 95.64%, 52.5% 95.64%, 52.5% 97.93%, 48.83% 97.93%, 48.83% 97.72%, 48.67% 97.72%, 48.67% 95.85%, 33.33% 95.85%, 33.33% 90.04%, 20% 90.04%, 20% 80.5%, 9.83% 80.5%, 9.83% 80.29%, 9.67% 80.29%, 9.67% 67.84%, 3.17% 67.84%, 3.17% 53.11%, 0.83% 53.11%, 0.83% 48.13%, 2.83% 48.13%, 2.83% 33.2%, 9% 33.2%, 9% 20.54%, 19% 20.54%, 19% 10.58%, 32.17% 10.58%, 32.17% 4.36%, 47.5% 4.36%, 47.5% 2.07%);
  }
  97.3684% {
    -webkit-clip-path: polygon(51.67% 2.07%, 51.67% 4.15%, 67.17% 4.15%, 67.17% 10.17%, 80.33% 10.17%, 80.33% 19.92%, 90.5% 19.92%, 90.5% 32.57%, 97% 32.57%, 97% 47.3%, 99.17% 47.3%, 99.17% 52.28%, 97.17% 52.28%, 97.17% 52.49%, 97% 52.49%, 97% 67.22%, 90.67% 67.22%, 90.67% 79.88%, 80.67% 79.88%, 80.67% 89.63%, 67.5% 89.63%, 67.5% 95.64%, 52.17% 95.64%, 52.17% 97.93%, 48.33% 97.93%, 48.33% 95.85%, 32.83% 95.85%, 32.83% 89.83%, 19.67% 89.83%, 19.67% 80.08%, 9.5% 80.08%, 9.5% 67.43%, 3% 67.43%, 3% 52.7%, 0.83% 52.7%, 0.83% 47.72%, 2.83% 47.72%, 2.83% 47.51%, 3% 47.51%, 3% 32.78%, 9.33% 32.78%, 9.33% 20.12%, 19.33% 20.12%, 19.33% 10.37%, 32.5% 10.37%, 32.5% 4.36%, 47.83% 4.36%, 47.83% 2.07%);
            clip-path: polygon(51.67% 2.07%, 51.67% 4.15%, 67.17% 4.15%, 67.17% 10.17%, 80.33% 10.17%, 80.33% 19.92%, 90.5% 19.92%, 90.5% 32.57%, 97% 32.57%, 97% 47.3%, 99.17% 47.3%, 99.17% 52.28%, 97.17% 52.28%, 97.17% 52.49%, 97% 52.49%, 97% 67.22%, 90.67% 67.22%, 90.67% 79.88%, 80.67% 79.88%, 80.67% 89.63%, 67.5% 89.63%, 67.5% 95.64%, 52.17% 95.64%, 52.17% 97.93%, 48.33% 97.93%, 48.33% 95.85%, 32.83% 95.85%, 32.83% 89.83%, 19.67% 89.83%, 19.67% 80.08%, 9.5% 80.08%, 9.5% 67.43%, 3% 67.43%, 3% 52.7%, 0.83% 52.7%, 0.83% 47.72%, 2.83% 47.72%, 2.83% 47.51%, 3% 47.51%, 3% 32.78%, 9.33% 32.78%, 9.33% 20.12%, 19.33% 20.12%, 19.33% 10.37%, 32.5% 10.37%, 32.5% 4.36%, 47.83% 4.36%, 47.83% 2.07%);
  }
}
@keyframes esns-steps-festival {
  0% {
    -webkit-clip-path: polygon(0% 3.8%, 20% 3.8%, 20% 0.72%, 40% 0.72%, 40% 0.06%, 60% 0.06%, 60% 1.33%, 80% 1.33%, 80% 5.12%, 100% 5.12%, 100% 94.79%, 80% 94.79%, 80% 98.66%, 60% 98.66%, 60% 99.91%, 40% 99.91%, 40% 99.51%, 20% 99.51%, 20% 96.54%, 0% 96.54%);
            clip-path: polygon(0% 3.8%, 20% 3.8%, 20% 0.72%, 40% 0.72%, 40% 0.06%, 60% 0.06%, 60% 1.33%, 80% 1.33%, 80% 5.12%, 100% 5.12%, 100% 94.79%, 80% 94.79%, 80% 98.66%, 60% 98.66%, 60% 99.91%, 40% 99.91%, 40% 99.51%, 20% 99.51%, 20% 96.54%, 0% 96.54%);
  }
  2.6316% {
    -webkit-clip-path: polygon(0% 4.27%, 0.53% 4.27%, 0.53% 3.71%, 20.53% 3.71%, 20.53% 0.71%, 40.53% 0.71%, 40.53% 0.04%, 60.53% 0.04%, 60.53% 1.37%, 80.53% 1.37%, 80.53% 5.19%, 100% 5.19%, 100% 93.24%, 99.47% 93.24%, 99.47% 94.94%, 79.47% 94.94%, 79.47% 98.71%, 59.47% 98.71%, 59.47% 99.9%, 39.47% 99.9%, 39.47% 99.48%, 19.47% 99.48%, 19.47% 96.5%, 0% 96.5%);
            clip-path: polygon(0% 4.27%, 0.53% 4.27%, 0.53% 3.71%, 20.53% 3.71%, 20.53% 0.71%, 40.53% 0.71%, 40.53% 0.04%, 60.53% 0.04%, 60.53% 1.37%, 80.53% 1.37%, 80.53% 5.19%, 100% 5.19%, 100% 93.24%, 99.47% 93.24%, 99.47% 94.94%, 79.47% 94.94%, 79.47% 98.71%, 59.47% 98.71%, 59.47% 99.9%, 39.47% 99.9%, 39.47% 99.48%, 19.47% 99.48%, 19.47% 96.5%, 0% 96.5%);
  }
  5.2632% {
    -webkit-clip-path: polygon(0% 4.27%, 1.05% 4.27%, 1.05% 3.61%, 21.05% 3.61%, 21.05% 0.69%, 41.05% 0.69%, 41.05% 0.02%, 61.05% 0.02%, 61.05% 1.41%, 81.05% 1.41%, 81.05% 5.25%, 100% 5.25%, 100% 93.24%, 98.95% 93.24%, 98.95% 95.1%, 78.95% 95.1%, 78.95% 98.76%, 58.95% 98.76%, 58.95% 99.88%, 38.95% 99.88%, 38.95% 99.4%, 18.95% 99.4%, 18.95% 96.46%, 0% 96.46%);
            clip-path: polygon(0% 4.27%, 1.05% 4.27%, 1.05% 3.61%, 21.05% 3.61%, 21.05% 0.69%, 41.05% 0.69%, 41.05% 0.02%, 61.05% 0.02%, 61.05% 1.41%, 81.05% 1.41%, 81.05% 5.25%, 100% 5.25%, 100% 93.24%, 98.95% 93.24%, 98.95% 95.1%, 78.95% 95.1%, 78.95% 98.76%, 58.95% 98.76%, 58.95% 99.88%, 38.95% 99.88%, 38.95% 99.4%, 18.95% 99.4%, 18.95% 96.46%, 0% 96.46%);
  }
  7.8947% {
    -webkit-clip-path: polygon(0% 4.27%, 1.58% 4.27%, 1.58% 3.52%, 21.58% 3.52%, 21.58% 0.67%, 41.58% 0.67%, 41.58% 0%, 61.58% 0%, 61.58% 1.45%, 81.58% 1.45%, 81.58% 5.32%, 100% 5.32%, 100% 93.24%, 98.42% 93.24%, 98.42% 95.25%, 78.42% 95.25%, 78.42% 98.8%, 58.42% 98.8%, 58.42% 99.87%, 38.42% 99.87%, 38.42% 99.32%, 18.42% 99.32%, 18.42% 96.42%, 0% 96.42%);
            clip-path: polygon(0% 4.27%, 1.58% 4.27%, 1.58% 3.52%, 21.58% 3.52%, 21.58% 0.67%, 41.58% 0.67%, 41.58% 0%, 61.58% 0%, 61.58% 1.45%, 81.58% 1.45%, 81.58% 5.32%, 100% 5.32%, 100% 93.24%, 98.42% 93.24%, 98.42% 95.25%, 78.42% 95.25%, 78.42% 98.8%, 58.42% 98.8%, 58.42% 99.87%, 38.42% 99.87%, 38.42% 99.32%, 18.42% 99.32%, 18.42% 96.42%, 0% 96.42%);
  }
  10.5263% {
    -webkit-clip-path: polygon(0% 4.27%, 2.11% 4.27%, 2.11% 3.42%, 22.11% 3.42%, 22.11% 0.65%, 42.11% 0.65%, 42.11% 0.03%, 62.11% 0.03%, 62.11% 1.49%, 82.11% 1.49%, 82.11% 5.38%, 100% 5.38%, 100% 93.24%, 97.89% 93.24%, 97.89% 95.4%, 77.89% 95.4%, 77.89% 98.85%, 57.89% 98.85%, 57.89% 99.86%, 37.89% 99.86%, 37.89% 99.24%, 17.89% 99.24%, 17.89% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 2.11% 4.27%, 2.11% 3.42%, 22.11% 3.42%, 22.11% 0.65%, 42.11% 0.65%, 42.11% 0.03%, 62.11% 0.03%, 62.11% 1.49%, 82.11% 1.49%, 82.11% 5.38%, 100% 5.38%, 100% 93.24%, 97.89% 93.24%, 97.89% 95.4%, 77.89% 95.4%, 77.89% 98.85%, 57.89% 98.85%, 57.89% 99.86%, 37.89% 99.86%, 37.89% 99.24%, 17.89% 99.24%, 17.89% 96.39%, 0% 96.39%);
  }
  13.1579% {
    -webkit-clip-path: polygon(0% 4.27%, 2.63% 4.27%, 2.63% 3.33%, 22.63% 3.33%, 22.63% 0.64%, 42.63% 0.64%, 42.63% 0.07%, 62.63% 0.07%, 62.63% 1.53%, 82.63% 1.53%, 82.63% 5.45%, 100% 5.45%, 100% 93.24%, 97.37% 93.24%, 97.37% 95.55%, 77.37% 95.55%, 77.37% 98.9%, 57.37% 98.9%, 57.37% 99.85%, 37.37% 99.85%, 37.37% 99.16%, 17.37% 99.16%, 17.37% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 2.63% 4.27%, 2.63% 3.33%, 22.63% 3.33%, 22.63% 0.64%, 42.63% 0.64%, 42.63% 0.07%, 62.63% 0.07%, 62.63% 1.53%, 82.63% 1.53%, 82.63% 5.45%, 100% 5.45%, 100% 93.24%, 97.37% 93.24%, 97.37% 95.55%, 77.37% 95.55%, 77.37% 98.9%, 57.37% 98.9%, 57.37% 99.85%, 37.37% 99.85%, 37.37% 99.16%, 17.37% 99.16%, 17.37% 96.39%, 0% 96.39%);
  }
  15.7895% {
    -webkit-clip-path: polygon(0% 4.27%, 3.16% 4.27%, 3.16% 3.23%, 23.16% 3.23%, 23.16% 0.62%, 43.16% 0.62%, 43.16% 0.1%, 63.16% 0.1%, 63.16% 1.56%, 83.16% 1.56%, 83.16% 5.51%, 100% 5.51%, 100% 93.24%, 96.84% 93.24%, 96.84% 95.71%, 76.84% 95.71%, 76.84% 98.94%, 56.84% 98.94%, 56.84% 99.84%, 36.84% 99.84%, 36.84% 99.08%, 16.84% 99.08%, 16.84% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 3.16% 4.27%, 3.16% 3.23%, 23.16% 3.23%, 23.16% 0.62%, 43.16% 0.62%, 43.16% 0.1%, 63.16% 0.1%, 63.16% 1.56%, 83.16% 1.56%, 83.16% 5.51%, 100% 5.51%, 100% 93.24%, 96.84% 93.24%, 96.84% 95.71%, 76.84% 95.71%, 76.84% 98.94%, 56.84% 98.94%, 56.84% 99.84%, 36.84% 99.84%, 36.84% 99.08%, 16.84% 99.08%, 16.84% 96.39%, 0% 96.39%);
  }
  18.4211% {
    -webkit-clip-path: polygon(0% 4.27%, 3.68% 4.27%, 3.68% 3.14%, 23.68% 3.14%, 23.68% 0.6%, 43.68% 0.6%, 43.68% 0.14%, 63.68% 0.14%, 63.68% 1.6%, 83.68% 1.6%, 83.68% 5.58%, 100% 5.58%, 100% 93.24%, 96.32% 93.24%, 96.32% 95.86%, 76.32% 95.86%, 76.32% 98.99%, 56.32% 98.99%, 56.32% 99.83%, 36.32% 99.83%, 36.32% 99%, 16.32% 99%, 16.32% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 3.68% 4.27%, 3.68% 3.14%, 23.68% 3.14%, 23.68% 0.6%, 43.68% 0.6%, 43.68% 0.14%, 63.68% 0.14%, 63.68% 1.6%, 83.68% 1.6%, 83.68% 5.58%, 100% 5.58%, 100% 93.24%, 96.32% 93.24%, 96.32% 95.86%, 76.32% 95.86%, 76.32% 98.99%, 56.32% 98.99%, 56.32% 99.83%, 36.32% 99.83%, 36.32% 99%, 16.32% 99%, 16.32% 96.39%, 0% 96.39%);
  }
  21.0526% {
    -webkit-clip-path: polygon(0% 4.27%, 4.21% 4.27%, 4.21% 3.04%, 24.21% 3.04%, 24.21% 0.58%, 44.21% 0.58%, 44.21% 0.18%, 64.21% 0.18%, 64.21% 1.64%, 84.21% 1.64%, 84.21% 5.64%, 100% 5.64%, 100% 93.24%, 95.79% 93.24%, 95.79% 96.01%, 75.79% 96.01%, 75.79% 99.03%, 55.79% 99.03%, 55.79% 99.82%, 35.79% 99.82%, 35.79% 98.92%, 15.79% 98.92%, 15.79% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 4.21% 4.27%, 4.21% 3.04%, 24.21% 3.04%, 24.21% 0.58%, 44.21% 0.58%, 44.21% 0.18%, 64.21% 0.18%, 64.21% 1.64%, 84.21% 1.64%, 84.21% 5.64%, 100% 5.64%, 100% 93.24%, 95.79% 93.24%, 95.79% 96.01%, 75.79% 96.01%, 75.79% 99.03%, 55.79% 99.03%, 55.79% 99.82%, 35.79% 99.82%, 35.79% 98.92%, 15.79% 98.92%, 15.79% 96.39%, 0% 96.39%);
  }
  23.6842% {
    -webkit-clip-path: polygon(0% 4.27%, 4.74% 4.27%, 4.74% 2.95%, 24.74% 2.95%, 24.74% 0.57%, 44.74% 0.57%, 44.74% 0.22%, 64.74% 0.22%, 64.74% 1.68%, 84.74% 1.68%, 84.74% 5.71%, 100% 5.71%, 100% 93.24%, 95.26% 93.24%, 95.26% 96.16%, 75.26% 96.16%, 75.26% 99.08%, 55.26% 99.08%, 55.26% 99.81%, 35.26% 99.81%, 35.26% 98.84%, 15.26% 98.84%, 15.26% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 4.74% 4.27%, 4.74% 2.95%, 24.74% 2.95%, 24.74% 0.57%, 44.74% 0.57%, 44.74% 0.22%, 64.74% 0.22%, 64.74% 1.68%, 84.74% 1.68%, 84.74% 5.71%, 100% 5.71%, 100% 93.24%, 95.26% 93.24%, 95.26% 96.16%, 75.26% 96.16%, 75.26% 99.08%, 55.26% 99.08%, 55.26% 99.81%, 35.26% 99.81%, 35.26% 98.84%, 15.26% 98.84%, 15.26% 96.39%, 0% 96.39%);
  }
  26.3158% {
    -webkit-clip-path: polygon(0% 4.27%, 5.26% 4.27%, 5.26% 2.85%, 25.26% 2.85%, 25.26% 0.55%, 45.26% 0.55%, 45.26% 0.26%, 65.26% 0.26%, 65.26% 1.72%, 85.26% 1.72%, 85.26% 5.78%, 100% 5.78%, 100% 93.24%, 94.74% 93.24%, 94.74% 96.31%, 74.74% 96.31%, 74.74% 99.13%, 54.74% 99.13%, 54.74% 99.8%, 34.74% 99.8%, 34.74% 98.76%, 14.74% 98.76%, 14.74% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 5.26% 4.27%, 5.26% 2.85%, 25.26% 2.85%, 25.26% 0.55%, 45.26% 0.55%, 45.26% 0.26%, 65.26% 0.26%, 65.26% 1.72%, 85.26% 1.72%, 85.26% 5.78%, 100% 5.78%, 100% 93.24%, 94.74% 93.24%, 94.74% 96.31%, 74.74% 96.31%, 74.74% 99.13%, 54.74% 99.13%, 54.74% 99.8%, 34.74% 99.8%, 34.74% 98.76%, 14.74% 98.76%, 14.74% 96.39%, 0% 96.39%);
  }
  28.9474% {
    -webkit-clip-path: polygon(0% 4.27%, 5.79% 4.27%, 5.79% 2.76%, 25.79% 2.76%, 25.79% 0.53%, 45.79% 0.53%, 45.79% 0.3%, 65.79% 0.3%, 65.79% 1.76%, 85.79% 1.76%, 85.79% 5.84%, 100% 5.84%, 100% 93.24%, 94.21% 93.24%, 94.21% 96.47%, 74.21% 96.47%, 74.21% 99.17%, 54.21% 99.17%, 54.21% 99.79%, 34.21% 99.79%, 34.21% 98.68%, 14.21% 98.68%, 14.21% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 5.79% 4.27%, 5.79% 2.76%, 25.79% 2.76%, 25.79% 0.53%, 45.79% 0.53%, 45.79% 0.3%, 65.79% 0.3%, 65.79% 1.76%, 85.79% 1.76%, 85.79% 5.84%, 100% 5.84%, 100% 93.24%, 94.21% 93.24%, 94.21% 96.47%, 74.21% 96.47%, 74.21% 99.17%, 54.21% 99.17%, 54.21% 99.79%, 34.21% 99.79%, 34.21% 98.68%, 14.21% 98.68%, 14.21% 96.39%, 0% 96.39%);
  }
  31.5789% {
    -webkit-clip-path: polygon(0% 4.27%, 6.32% 4.27%, 6.32% 2.66%, 26.32% 2.66%, 26.32% 0.51%, 46.32% 0.51%, 46.32% 0.34%, 66.32% 0.34%, 66.32% 1.79%, 86.32% 1.79%, 86.32% 5.91%, 100% 5.91%, 100% 93.24%, 93.68% 93.24%, 93.68% 96.62%, 73.68% 96.62%, 73.68% 99.22%, 53.68% 99.22%, 53.68% 99.78%, 33.68% 99.78%, 33.68% 98.6%, 13.68% 98.6%, 13.68% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 6.32% 4.27%, 6.32% 2.66%, 26.32% 2.66%, 26.32% 0.51%, 46.32% 0.51%, 46.32% 0.34%, 66.32% 0.34%, 66.32% 1.79%, 86.32% 1.79%, 86.32% 5.91%, 100% 5.91%, 100% 93.24%, 93.68% 93.24%, 93.68% 96.62%, 73.68% 96.62%, 73.68% 99.22%, 53.68% 99.22%, 53.68% 99.78%, 33.68% 99.78%, 33.68% 98.6%, 13.68% 98.6%, 13.68% 96.39%, 0% 96.39%);
  }
  34.2105% {
    -webkit-clip-path: polygon(0% 4.27%, 6.84% 4.27%, 6.84% 2.57%, 26.84% 2.57%, 26.84% 0.5%, 46.84% 0.5%, 46.84% 0.37%, 66.84% 0.37%, 66.84% 1.84%, 86.84% 1.84%, 86.84% 5.97%, 100% 5.97%, 100% 93.24%, 93.16% 93.24%, 93.16% 96.77%, 73.16% 96.77%, 73.16% 99.26%, 53.16% 99.26%, 53.16% 99.77%, 33.16% 99.77%, 33.16% 98.52%, 13.16% 98.52%, 13.16% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 6.84% 4.27%, 6.84% 2.57%, 26.84% 2.57%, 26.84% 0.5%, 46.84% 0.5%, 46.84% 0.37%, 66.84% 0.37%, 66.84% 1.84%, 86.84% 1.84%, 86.84% 5.97%, 100% 5.97%, 100% 93.24%, 93.16% 93.24%, 93.16% 96.77%, 73.16% 96.77%, 73.16% 99.26%, 53.16% 99.26%, 53.16% 99.77%, 33.16% 99.77%, 33.16% 98.52%, 13.16% 98.52%, 13.16% 96.39%, 0% 96.39%);
  }
  36.8421% {
    -webkit-clip-path: polygon(0% 4.27%, 7.37% 4.27%, 7.37% 2.47%, 27.37% 2.47%, 27.37% 0.48%, 47.37% 0.48%, 47.37% 0.41%, 67.37% 0.41%, 67.37% 1.97%, 87.37% 1.97%, 87.37% 6.04%, 100% 6.04%, 100% 93.24%, 92.63% 93.24%, 92.63% 96.92%, 72.63% 96.92%, 72.63% 99.31%, 52.63% 99.31%, 52.63% 99.76%, 32.63% 99.76%, 32.63% 98.44%, 12.63% 98.44%, 12.63% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 7.37% 4.27%, 7.37% 2.47%, 27.37% 2.47%, 27.37% 0.48%, 47.37% 0.48%, 47.37% 0.41%, 67.37% 0.41%, 67.37% 1.97%, 87.37% 1.97%, 87.37% 6.04%, 100% 6.04%, 100% 93.24%, 92.63% 93.24%, 92.63% 96.92%, 72.63% 96.92%, 72.63% 99.31%, 52.63% 99.31%, 52.63% 99.76%, 32.63% 99.76%, 32.63% 98.44%, 12.63% 98.44%, 12.63% 96.39%, 0% 96.39%);
  }
  39.4737% {
    -webkit-clip-path: polygon(0% 4.27%, 7.89% 4.27%, 7.89% 2.38%, 27.89% 2.38%, 27.89% 0.46%, 47.89% 0.46%, 47.89% 0.45%, 67.89% 0.45%, 67.89% 2.1%, 87.89% 2.1%, 87.89% 6.1%, 100% 6.1%, 100% 93.24%, 92.11% 93.24%, 92.11% 97.07%, 72.11% 97.07%, 72.11% 99.36%, 52.11% 99.36%, 52.11% 99.75%, 32.11% 99.75%, 32.11% 98.36%, 12.11% 98.36%, 12.11% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 7.89% 4.27%, 7.89% 2.38%, 27.89% 2.38%, 27.89% 0.46%, 47.89% 0.46%, 47.89% 0.45%, 67.89% 0.45%, 67.89% 2.1%, 87.89% 2.1%, 87.89% 6.1%, 100% 6.1%, 100% 93.24%, 92.11% 93.24%, 92.11% 97.07%, 72.11% 97.07%, 72.11% 99.36%, 52.11% 99.36%, 52.11% 99.75%, 32.11% 99.75%, 32.11% 98.36%, 12.11% 98.36%, 12.11% 96.39%, 0% 96.39%);
  }
  42.1053% {
    -webkit-clip-path: polygon(0% 4.27%, 8.42% 4.27%, 8.42% 2.28%, 28.42% 2.28%, 28.42% 0.44%, 48.42% 0.44%, 48.42% 0.49%, 68.42% 0.49%, 68.42% 2.23%, 88.42% 2.23%, 88.42% 6.14%, 100% 6.14%, 100% 93.24%, 91.58% 93.24%, 91.58% 97.23%, 71.58% 97.23%, 71.58% 99.4%, 51.58% 99.4%, 51.58% 99.74%, 31.58% 99.74%, 31.58% 98.29%, 11.58% 98.29%, 11.58% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 8.42% 4.27%, 8.42% 2.28%, 28.42% 2.28%, 28.42% 0.44%, 48.42% 0.44%, 48.42% 0.49%, 68.42% 0.49%, 68.42% 2.23%, 88.42% 2.23%, 88.42% 6.14%, 100% 6.14%, 100% 93.24%, 91.58% 93.24%, 91.58% 97.23%, 71.58% 97.23%, 71.58% 99.4%, 51.58% 99.4%, 51.58% 99.74%, 31.58% 99.74%, 31.58% 98.29%, 11.58% 98.29%, 11.58% 96.39%, 0% 96.39%);
  }
  44.7368% {
    -webkit-clip-path: polygon(0% 4.27%, 8.95% 4.27%, 8.95% 2.19%, 28.95% 2.19%, 28.95% 0.43%, 48.95% 0.43%, 48.95% 0.53%, 68.95% 0.53%, 68.95% 2.36%, 88.95% 2.36%, 88.95% 6.14%, 100% 6.14%, 100% 93.24%, 91.05% 93.24%, 91.05% 97.38%, 71.05% 97.38%, 71.05% 99.45%, 51.05% 99.45%, 51.05% 99.73%, 31.05% 99.73%, 31.05% 98.21%, 11.05% 98.21%, 11.05% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 8.95% 4.27%, 8.95% 2.19%, 28.95% 2.19%, 28.95% 0.43%, 48.95% 0.43%, 48.95% 0.53%, 68.95% 0.53%, 68.95% 2.36%, 88.95% 2.36%, 88.95% 6.14%, 100% 6.14%, 100% 93.24%, 91.05% 93.24%, 91.05% 97.38%, 71.05% 97.38%, 71.05% 99.45%, 51.05% 99.45%, 51.05% 99.73%, 31.05% 99.73%, 31.05% 98.21%, 11.05% 98.21%, 11.05% 96.39%, 0% 96.39%);
  }
  47.3684% {
    -webkit-clip-path: polygon(0% 4.27%, 9.47% 4.27%, 9.47% 2.09%, 29.47% 2.09%, 29.47% 0.41%, 49.47% 0.41%, 49.47% 0.57%, 69.47% 0.57%, 69.47% 2.5%, 89.47% 2.5%, 89.47% 6.14%, 100% 6.14%, 100% 93.27%, 90.53% 93.27%, 90.53% 97.53%, 70.53% 97.53%, 70.53% 99.49%, 50.53% 99.49%, 50.53% 99.72%, 30.53% 99.72%, 30.53% 98.13%, 10.53% 98.13%, 10.53% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 9.47% 4.27%, 9.47% 2.09%, 29.47% 2.09%, 29.47% 0.41%, 49.47% 0.41%, 49.47% 0.57%, 69.47% 0.57%, 69.47% 2.5%, 89.47% 2.5%, 89.47% 6.14%, 100% 6.14%, 100% 93.27%, 90.53% 93.27%, 90.53% 97.53%, 70.53% 97.53%, 70.53% 99.49%, 50.53% 99.49%, 50.53% 99.72%, 30.53% 99.72%, 30.53% 98.13%, 10.53% 98.13%, 10.53% 96.39%, 0% 96.39%);
  }
  50% {
    -webkit-clip-path: polygon(0% 4.27%, 10% 4.27%, 10% 2%, 30% 2%, 30% 0.39%, 50% 0.39%, 50% 0.6%, 70% 0.6%, 70% 2.63%, 90% 2.63%, 90% 6.14%, 100% 6.14%, 100% 93.35%, 90% 93.35%, 90% 97.68%, 70% 97.68%, 70% 99.54%, 50% 99.54%, 50% 99.71%, 30% 99.71%, 30% 98.05%, 10% 98.05%, 10% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 10% 4.27%, 10% 2%, 30% 2%, 30% 0.39%, 50% 0.39%, 50% 0.6%, 70% 0.6%, 70% 2.63%, 90% 2.63%, 90% 6.14%, 100% 6.14%, 100% 93.35%, 90% 93.35%, 90% 97.68%, 70% 97.68%, 70% 99.54%, 50% 99.54%, 50% 99.71%, 30% 99.71%, 30% 98.05%, 10% 98.05%, 10% 96.39%, 0% 96.39%);
  }
  52.6316% {
    -webkit-clip-path: polygon(0% 4.27%, 10.53% 4.27%, 10.53% 1.9%, 30.53% 1.9%, 30.53% 0.37%, 50.53% 0.37%, 50.53% 0.64%, 70.53% 0.64%, 70.53% 2.76%, 90.53% 2.76%, 90.53% 6.14%, 100% 6.14%, 100% 93.42%, 89.47% 93.42%, 89.47% 97.83%, 69.47% 97.83%, 69.47% 99.59%, 49.47% 99.59%, 49.47% 99.7%, 29.47% 99.7%, 29.47% 97.97%, 9.47% 97.97%, 9.47% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 10.53% 4.27%, 10.53% 1.9%, 30.53% 1.9%, 30.53% 0.37%, 50.53% 0.37%, 50.53% 0.64%, 70.53% 0.64%, 70.53% 2.76%, 90.53% 2.76%, 90.53% 6.14%, 100% 6.14%, 100% 93.42%, 89.47% 93.42%, 89.47% 97.83%, 69.47% 97.83%, 69.47% 99.59%, 49.47% 99.59%, 49.47% 99.7%, 29.47% 99.7%, 29.47% 97.97%, 9.47% 97.97%, 9.47% 96.39%, 0% 96.39%);
  }
  55.2632% {
    -webkit-clip-path: polygon(0% 4.27%, 11.05% 4.27%, 11.05% 1.81%, 31.05% 1.81%, 31.05% 0.36%, 51.05% 0.36%, 51.05% 0.68%, 71.05% 0.68%, 71.05% 2.89%, 91.05% 2.89%, 91.05% 6.14%, 100% 6.14%, 100% 93.5%, 88.95% 93.5%, 88.95% 97.88%, 68.95% 97.88%, 68.95% 99.63%, 48.95% 99.63%, 48.95% 99.69%, 28.95% 99.69%, 28.95% 97.89%, 8.95% 97.89%, 8.95% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 11.05% 4.27%, 11.05% 1.81%, 31.05% 1.81%, 31.05% 0.36%, 51.05% 0.36%, 51.05% 0.68%, 71.05% 0.68%, 71.05% 2.89%, 91.05% 2.89%, 91.05% 6.14%, 100% 6.14%, 100% 93.5%, 88.95% 93.5%, 88.95% 97.88%, 68.95% 97.88%, 68.95% 99.63%, 48.95% 99.63%, 48.95% 99.69%, 28.95% 99.69%, 28.95% 97.89%, 8.95% 97.89%, 8.95% 96.39%, 0% 96.39%);
  }
  57.8947% {
    -webkit-clip-path: polygon(0% 4.27%, 11.58% 4.27%, 11.58% 1.71%, 31.58% 1.71%, 31.58% 0.34%, 51.58% 0.34%, 51.58% 0.72%, 71.58% 0.72%, 71.58% 3.02%, 91.58% 3.02%, 91.58% 6.14%, 100% 6.14%, 100% 93.58%, 88.42% 93.58%, 88.42% 97.93%, 68.42% 97.93%, 68.42% 99.68%, 48.42% 99.68%, 48.42% 99.68%, 28.42% 99.68%, 28.42% 97.81%, 8.42% 97.81%, 8.42% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 11.58% 4.27%, 11.58% 1.71%, 31.58% 1.71%, 31.58% 0.34%, 51.58% 0.34%, 51.58% 0.72%, 71.58% 0.72%, 71.58% 3.02%, 91.58% 3.02%, 91.58% 6.14%, 100% 6.14%, 100% 93.58%, 88.42% 93.58%, 88.42% 97.93%, 68.42% 97.93%, 68.42% 99.68%, 48.42% 99.68%, 48.42% 99.68%, 28.42% 99.68%, 28.42% 97.81%, 8.42% 97.81%, 8.42% 96.39%, 0% 96.39%);
  }
  60.5263% {
    -webkit-clip-path: polygon(0% 4.27%, 12.11% 4.27%, 12.11% 1.62%, 32.11% 1.62%, 32.11% 0.32%, 52.11% 0.32%, 52.11% 0.76%, 72.11% 0.76%, 72.11% 3.15%, 92.11% 3.15%, 92.11% 6.14%, 100% 6.14%, 100% 93.65%, 87.89% 93.65%, 87.89% 97.97%, 67.89% 97.97%, 67.89% 99.72%, 47.89% 99.72%, 47.89% 99.66%, 27.89% 99.66%, 27.89% 97.73%, 7.89% 97.73%, 7.89% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 12.11% 4.27%, 12.11% 1.62%, 32.11% 1.62%, 32.11% 0.32%, 52.11% 0.32%, 52.11% 0.76%, 72.11% 0.76%, 72.11% 3.15%, 92.11% 3.15%, 92.11% 6.14%, 100% 6.14%, 100% 93.65%, 87.89% 93.65%, 87.89% 97.97%, 67.89% 97.97%, 67.89% 99.72%, 47.89% 99.72%, 47.89% 99.66%, 27.89% 99.66%, 27.89% 97.73%, 7.89% 97.73%, 7.89% 96.39%, 0% 96.39%);
  }
  63.1579% {
    -webkit-clip-path: polygon(0% 4.27%, 12.63% 4.27%, 12.63% 1.52%, 32.63% 1.52%, 32.63% 0.3%, 52.63% 0.3%, 52.63% 0.8%, 72.63% 0.8%, 72.63% 3.28%, 92.63% 3.28%, 92.63% 6.14%, 100% 6.14%, 100% 93.73%, 87.37% 93.73%, 87.37% 98.02%, 67.37% 98.02%, 67.37% 99.77%, 47.37% 99.77%, 47.37% 99.65%, 27.37% 99.65%, 27.37% 97.65%, 7.37% 97.65%, 7.37% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 12.63% 4.27%, 12.63% 1.52%, 32.63% 1.52%, 32.63% 0.3%, 52.63% 0.3%, 52.63% 0.8%, 72.63% 0.8%, 72.63% 3.28%, 92.63% 3.28%, 92.63% 6.14%, 100% 6.14%, 100% 93.73%, 87.37% 93.73%, 87.37% 98.02%, 67.37% 98.02%, 67.37% 99.77%, 47.37% 99.77%, 47.37% 99.65%, 27.37% 99.65%, 27.37% 97.65%, 7.37% 97.65%, 7.37% 96.39%, 0% 96.39%);
  }
  65.7895% {
    -webkit-clip-path: polygon(0% 4.27%, 13.16% 4.27%, 13.16% 1.43%, 33.16% 1.43%, 33.16% 0.29%, 53.16% 0.29%, 53.16% 0.83%, 73.16% 0.83%, 73.16% 3.41%, 93.16% 3.41%, 93.16% 6.14%, 100% 6.14%, 100% 93.8%, 86.84% 93.8%, 86.84% 98.07%, 66.84% 98.07%, 66.84% 99.82%, 46.84% 99.82%, 46.84% 99.64%, 26.84% 99.64%, 26.84% 97.57%, 6.84% 97.57%, 6.84% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 13.16% 4.27%, 13.16% 1.43%, 33.16% 1.43%, 33.16% 0.29%, 53.16% 0.29%, 53.16% 0.83%, 73.16% 0.83%, 73.16% 3.41%, 93.16% 3.41%, 93.16% 6.14%, 100% 6.14%, 100% 93.8%, 86.84% 93.8%, 86.84% 98.07%, 66.84% 98.07%, 66.84% 99.82%, 46.84% 99.82%, 46.84% 99.64%, 26.84% 99.64%, 26.84% 97.57%, 6.84% 97.57%, 6.84% 96.39%, 0% 96.39%);
  }
  68.4211% {
    -webkit-clip-path: polygon(0% 4.27%, 13.68% 4.27%, 13.68% 1.33%, 33.68% 1.33%, 33.68% 0.27%, 53.68% 0.27%, 53.68% 0.87%, 73.68% 0.87%, 73.68% 3.55%, 93.68% 3.55%, 93.68% 6.14%, 100% 6.14%, 100% 93.88%, 86.32% 93.88%, 86.32% 98.11%, 66.32% 98.11%, 66.32% 99.86%, 46.32% 99.86%, 46.32% 99.63%, 26.32% 99.63%, 26.32% 97.49%, 6.32% 97.49%, 6.32% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 13.68% 4.27%, 13.68% 1.33%, 33.68% 1.33%, 33.68% 0.27%, 53.68% 0.27%, 53.68% 0.87%, 73.68% 0.87%, 73.68% 3.55%, 93.68% 3.55%, 93.68% 6.14%, 100% 6.14%, 100% 93.88%, 86.32% 93.88%, 86.32% 98.11%, 66.32% 98.11%, 66.32% 99.86%, 46.32% 99.86%, 46.32% 99.63%, 26.32% 99.63%, 26.32% 97.49%, 6.32% 97.49%, 6.32% 96.39%, 0% 96.39%);
  }
  71.0526% {
    -webkit-clip-path: polygon(0% 4.27%, 14.21% 4.27%, 14.21% 1.24%, 34.21% 1.24%, 34.21% 0.25%, 54.21% 0.25%, 54.21% 0.91%, 74.21% 0.91%, 74.21% 3.68%, 94.21% 3.68%, 94.21% 6.14%, 100% 6.14%, 100% 93.96%, 85.79% 93.96%, 85.79% 98.16%, 65.79% 98.16%, 65.79% 99.91%, 45.79% 99.91%, 45.79% 99.62%, 25.79% 99.62%, 25.79% 97.41%, 5.79% 97.41%, 5.79% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 14.21% 4.27%, 14.21% 1.24%, 34.21% 1.24%, 34.21% 0.25%, 54.21% 0.25%, 54.21% 0.91%, 74.21% 0.91%, 74.21% 3.68%, 94.21% 3.68%, 94.21% 6.14%, 100% 6.14%, 100% 93.96%, 85.79% 93.96%, 85.79% 98.16%, 65.79% 98.16%, 65.79% 99.91%, 45.79% 99.91%, 45.79% 99.62%, 25.79% 99.62%, 25.79% 97.41%, 5.79% 97.41%, 5.79% 96.39%, 0% 96.39%);
  }
  73.6842% {
    -webkit-clip-path: polygon(0% 4.27%, 14.74% 4.27%, 14.74% 1.14%, 34.74% 1.14%, 34.74% 0.23%, 54.74% 0.23%, 54.74% 0.95%, 74.74% 0.95%, 74.74% 3.81%, 94.74% 3.81%, 94.74% 6.14%, 100% 6.14%, 100% 94.03%, 85.26% 94.03%, 85.26% 98.2%, 65.26% 98.2%, 65.26% 99.95%, 45.26% 99.95%, 45.26% 99.61%, 25.26% 99.61%, 25.26% 97.33%, 5.26% 97.33%, 5.26% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.27%, 14.74% 4.27%, 14.74% 1.14%, 34.74% 1.14%, 34.74% 0.23%, 54.74% 0.23%, 54.74% 0.95%, 74.74% 0.95%, 74.74% 3.81%, 94.74% 3.81%, 94.74% 6.14%, 100% 6.14%, 100% 94.03%, 85.26% 94.03%, 85.26% 98.2%, 65.26% 98.2%, 65.26% 99.95%, 45.26% 99.95%, 45.26% 99.61%, 25.26% 99.61%, 25.26% 97.33%, 5.26% 97.33%, 5.26% 96.39%, 0% 96.39%);
  }
  76.3158% {
    -webkit-clip-path: polygon(0% 4.23%, 15.26% 4.23%, 15.26% 1.05%, 35.26% 1.05%, 35.26% 0.22%, 55.26% 0.22%, 55.26% 0.99%, 75.26% 0.99%, 75.26% 3.94%, 95.26% 3.94%, 95.26% 6.14%, 100% 6.14%, 100% 94.11%, 84.74% 94.11%, 84.74% 98.25%, 64.74% 98.25%, 64.74% 100%, 44.74% 100%, 44.74% 99.6%, 24.74% 99.6%, 24.74% 97.25%, 4.74% 97.25%, 4.74% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.23%, 15.26% 4.23%, 15.26% 1.05%, 35.26% 1.05%, 35.26% 0.22%, 55.26% 0.22%, 55.26% 0.99%, 75.26% 0.99%, 75.26% 3.94%, 95.26% 3.94%, 95.26% 6.14%, 100% 6.14%, 100% 94.11%, 84.74% 94.11%, 84.74% 98.25%, 64.74% 98.25%, 64.74% 100%, 44.74% 100%, 44.74% 99.6%, 24.74% 99.6%, 24.74% 97.25%, 4.74% 97.25%, 4.74% 96.39%, 0% 96.39%);
  }
  78.9474% {
    -webkit-clip-path: polygon(0% 4.18%, 15.79% 4.18%, 15.79% 0.95%, 35.79% 0.95%, 35.79% 0.2%, 55.79% 0.2%, 55.79% 1.03%, 75.79% 1.03%, 75.79% 4.07%, 95.79% 4.07%, 95.79% 6.14%, 100% 6.14%, 100% 94.18%, 84.21% 94.18%, 84.21% 98.3%, 64.21% 98.3%, 64.21% 99.99%, 44.21% 99.99%, 44.21% 99.59%, 24.21% 99.59%, 24.21% 97.17%, 4.21% 97.17%, 4.21% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.18%, 15.79% 4.18%, 15.79% 0.95%, 35.79% 0.95%, 35.79% 0.2%, 55.79% 0.2%, 55.79% 1.03%, 75.79% 1.03%, 75.79% 4.07%, 95.79% 4.07%, 95.79% 6.14%, 100% 6.14%, 100% 94.18%, 84.21% 94.18%, 84.21% 98.3%, 64.21% 98.3%, 64.21% 99.99%, 44.21% 99.99%, 44.21% 99.59%, 24.21% 99.59%, 24.21% 97.17%, 4.21% 97.17%, 4.21% 96.39%, 0% 96.39%);
  }
  81.5789% {
    -webkit-clip-path: polygon(0% 4.14%, 16.32% 4.14%, 16.32% 0.86%, 36.32% 0.86%, 36.32% 0.18%, 56.32% 0.18%, 56.32% 1.06%, 76.32% 1.06%, 76.32% 4.2%, 96.32% 4.2%, 96.32% 6.14%, 100% 6.14%, 100% 94.26%, 83.68% 94.26%, 83.68% 98.34%, 63.68% 98.34%, 63.68% 99.98%, 43.68% 99.98%, 43.68% 99.58%, 23.68% 99.58%, 23.68% 97.09%, 3.68% 97.09%, 3.68% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.14%, 16.32% 4.14%, 16.32% 0.86%, 36.32% 0.86%, 36.32% 0.18%, 56.32% 0.18%, 56.32% 1.06%, 76.32% 1.06%, 76.32% 4.2%, 96.32% 4.2%, 96.32% 6.14%, 100% 6.14%, 100% 94.26%, 83.68% 94.26%, 83.68% 98.34%, 63.68% 98.34%, 63.68% 99.98%, 43.68% 99.98%, 43.68% 99.58%, 23.68% 99.58%, 23.68% 97.09%, 3.68% 97.09%, 3.68% 96.39%, 0% 96.39%);
  }
  84.2105% {
    -webkit-clip-path: polygon(0% 4.09%, 16.84% 4.09%, 16.84% 0.83%, 36.84% 0.83%, 36.84% 0.16%, 56.84% 0.16%, 56.84% 1.1%, 76.84% 1.1%, 76.84% 4.33%, 96.84% 4.33%, 96.84% 6.14%, 100% 6.14%, 100% 94.34%, 83.16% 94.34%, 83.16% 98.39%, 63.16% 98.39%, 63.16% 99.97%, 43.16% 99.97%, 43.16% 99.57%, 23.16% 99.57%, 23.16% 97.01%, 3.16% 97.01%, 3.16% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.09%, 16.84% 4.09%, 16.84% 0.83%, 36.84% 0.83%, 36.84% 0.16%, 56.84% 0.16%, 56.84% 1.1%, 76.84% 1.1%, 76.84% 4.33%, 96.84% 4.33%, 96.84% 6.14%, 100% 6.14%, 100% 94.34%, 83.16% 94.34%, 83.16% 98.39%, 63.16% 98.39%, 63.16% 99.97%, 43.16% 99.97%, 43.16% 99.57%, 23.16% 99.57%, 23.16% 97.01%, 3.16% 97.01%, 3.16% 96.39%, 0% 96.39%);
  }
  86.8421% {
    -webkit-clip-path: polygon(0% 4.04%, 17.37% 4.04%, 17.37% 0.81%, 37.37% 0.81%, 37.37% 0.15%, 57.37% 0.15%, 57.37% 1.14%, 77.37% 1.14%, 77.37% 4.46%, 97.37% 4.46%, 97.37% 6.14%, 100% 6.14%, 100% 94.41%, 82.63% 94.41%, 82.63% 98.43%, 62.63% 98.43%, 62.63% 99.96%, 42.63% 99.96%, 42.63% 99.56%, 22.63% 99.56%, 22.63% 96.94%, 2.63% 96.94%, 2.63% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 4.04%, 17.37% 4.04%, 17.37% 0.81%, 37.37% 0.81%, 37.37% 0.15%, 57.37% 0.15%, 57.37% 1.14%, 77.37% 1.14%, 77.37% 4.46%, 97.37% 4.46%, 97.37% 6.14%, 100% 6.14%, 100% 94.41%, 82.63% 94.41%, 82.63% 98.43%, 62.63% 98.43%, 62.63% 99.96%, 42.63% 99.96%, 42.63% 99.56%, 22.63% 99.56%, 22.63% 96.94%, 2.63% 96.94%, 2.63% 96.39%, 0% 96.39%);
  }
  89.4737% {
    -webkit-clip-path: polygon(0% 3.99%, 17.89% 3.99%, 17.89% 0.79%, 37.89% 0.79%, 37.89% 0.13%, 57.89% 0.13%, 57.89% 1.18%, 77.89% 1.18%, 77.89% 4.6%, 97.89% 4.6%, 97.89% 6.14%, 100% 6.14%, 100% 94.49%, 82.11% 94.49%, 82.11% 98.48%, 62.11% 98.48%, 62.11% 99.95%, 42.11% 99.95%, 42.11% 99.55%, 22.11% 99.55%, 22.11% 96.86%, 2.11% 96.86%, 2.11% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 3.99%, 17.89% 3.99%, 17.89% 0.79%, 37.89% 0.79%, 37.89% 0.13%, 57.89% 0.13%, 57.89% 1.18%, 77.89% 1.18%, 77.89% 4.6%, 97.89% 4.6%, 97.89% 6.14%, 100% 6.14%, 100% 94.49%, 82.11% 94.49%, 82.11% 98.48%, 62.11% 98.48%, 62.11% 99.95%, 42.11% 99.95%, 42.11% 99.55%, 22.11% 99.55%, 22.11% 96.86%, 2.11% 96.86%, 2.11% 96.39%, 0% 96.39%);
  }
  92.1053% {
    -webkit-clip-path: polygon(0% 3.95%, 18.42% 3.95%, 18.42% 0.78%, 38.42% 0.78%, 38.42% 0.11%, 58.42% 0.11%, 58.42% 1.22%, 78.42% 1.22%, 78.42% 4.73%, 98.42% 4.73%, 98.42% 6.14%, 100% 6.14%, 100% 94.56%, 81.58% 94.56%, 81.58% 98.53%, 61.58% 98.53%, 61.58% 99.94%, 41.58% 99.94%, 41.58% 99.54%, 21.58% 99.54%, 21.58% 96.78%, 1.58% 96.78%, 1.58% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 3.95%, 18.42% 3.95%, 18.42% 0.78%, 38.42% 0.78%, 38.42% 0.11%, 58.42% 0.11%, 58.42% 1.22%, 78.42% 1.22%, 78.42% 4.73%, 98.42% 4.73%, 98.42% 6.14%, 100% 6.14%, 100% 94.56%, 81.58% 94.56%, 81.58% 98.53%, 61.58% 98.53%, 61.58% 99.94%, 41.58% 99.94%, 41.58% 99.54%, 21.58% 99.54%, 21.58% 96.78%, 1.58% 96.78%, 1.58% 96.39%, 0% 96.39%);
  }
  94.7368% {
    -webkit-clip-path: polygon(0% 3.9%, 18.95% 3.9%, 18.95% 0.76%, 38.95% 0.76%, 38.95% 0.09%, 58.95% 0.09%, 58.95% 1.26%, 78.95% 1.26%, 78.95% 4.86%, 98.95% 4.86%, 98.95% 6.14%, 100% 6.14%, 100% 94.64%, 81.05% 94.64%, 81.05% 98.57%, 61.05% 98.57%, 61.05% 99.93%, 41.05% 99.93%, 41.05% 99.53%, 21.05% 99.53%, 21.05% 96.7%, 1.05% 96.7%, 1.05% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 3.9%, 18.95% 3.9%, 18.95% 0.76%, 38.95% 0.76%, 38.95% 0.09%, 58.95% 0.09%, 58.95% 1.26%, 78.95% 1.26%, 78.95% 4.86%, 98.95% 4.86%, 98.95% 6.14%, 100% 6.14%, 100% 94.64%, 81.05% 94.64%, 81.05% 98.57%, 61.05% 98.57%, 61.05% 99.93%, 41.05% 99.93%, 41.05% 99.53%, 21.05% 99.53%, 21.05% 96.7%, 1.05% 96.7%, 1.05% 96.39%, 0% 96.39%);
  }
  97.3684% {
    -webkit-clip-path: polygon(0% 3.85%, 19.47% 3.85%, 19.47% 0.74%, 39.47% 0.74%, 39.47% 0.07%, 59.47% 0.07%, 59.47% 1.3%, 79.47% 1.3%, 79.47% 4.99%, 99.47% 4.99%, 99.47% 6.14%, 100% 6.14%, 100% 94.72%, 80.53% 94.72%, 80.53% 98.62%, 60.53% 98.62%, 60.53% 99.92%, 40.53% 99.92%, 40.53% 99.52%, 20.53% 99.52%, 20.53% 96.62%, 0.53% 96.62%, 0.53% 96.39%, 0% 96.39%);
            clip-path: polygon(0% 3.85%, 19.47% 3.85%, 19.47% 0.74%, 39.47% 0.74%, 39.47% 0.07%, 59.47% 0.07%, 59.47% 1.3%, 79.47% 1.3%, 79.47% 4.99%, 99.47% 4.99%, 99.47% 6.14%, 100% 6.14%, 100% 94.72%, 80.53% 94.72%, 80.53% 98.62%, 60.53% 98.62%, 60.53% 99.92%, 40.53% 99.92%, 40.53% 99.52%, 20.53% 99.52%, 20.53% 96.62%, 0.53% 96.62%, 0.53% 96.39%, 0% 96.39%);
  }
}
@keyframes esns-steps-conference {
  0% {
    -webkit-clip-path: polygon(0% 4.67%, 20% 4.67%, 20% 1.5%, 40% 1.5%, 40% 0.42%, 60% 0.42%, 60% 1.96%, 80% 1.96%, 80% 6.06%, 100% 6.06%, 100% 93.25%, 85.71% 93.25%, 85.71% 95.32%, 71.43% 95.32%, 71.43% 98.54%, 57.14% 98.54%, 57.14% 100%, 42.86% 100%, 42.86% 99.92%, 28.57% 99.92%, 28.57% 99.53%, 14.29% 99.53%, 14.29% 96.93%, 0% 96.93%);
            clip-path: polygon(0% 4.67%, 20% 4.67%, 20% 1.5%, 40% 1.5%, 40% 0.42%, 60% 0.42%, 60% 1.96%, 80% 1.96%, 80% 6.06%, 100% 6.06%, 100% 93.25%, 85.71% 93.25%, 85.71% 95.32%, 71.43% 95.32%, 71.43% 98.54%, 57.14% 98.54%, 57.14% 100%, 42.86% 100%, 42.86% 99.92%, 28.57% 99.92%, 28.57% 99.53%, 14.29% 99.53%, 14.29% 96.93%, 0% 96.93%);
  }
  2.6316% {
    -webkit-clip-path: polygon(0% 6.08%, 0.53% 6.08%, 0.53% 4.55%, 20.53% 4.55%, 20.53% 1.44%, 40.53% 1.44%, 40.53% 0.46%, 60.53% 0.46%, 60.53% 2.07%, 80.53% 2.07%, 80.53% 6.11%, 100% 6.11%, 100% 93.25%, 99.62% 93.25%, 85.34% 93.25%, 85.34% 95.43%, 71.05% 95.43%, 71.05% 98.58%, 56.77% 98.58%, 56.77% 100%, 42.48% 100%, 42.48% 99.91%, 28.2% 99.91%, 28.2% 99.52%, 13.91% 99.52%, 13.91% 96.89%, 0% 96.89%);
            clip-path: polygon(0% 6.08%, 0.53% 6.08%, 0.53% 4.55%, 20.53% 4.55%, 20.53% 1.44%, 40.53% 1.44%, 40.53% 0.46%, 60.53% 0.46%, 60.53% 2.07%, 80.53% 2.07%, 80.53% 6.11%, 100% 6.11%, 100% 93.25%, 99.62% 93.25%, 85.34% 93.25%, 85.34% 95.43%, 71.05% 95.43%, 71.05% 98.58%, 56.77% 98.58%, 56.77% 100%, 42.48% 100%, 42.48% 99.91%, 28.2% 99.91%, 28.2% 99.52%, 13.91% 99.52%, 13.91% 96.89%, 0% 96.89%);
  }
  5.2632% {
    -webkit-clip-path: polygon(0% 6.08%, 1.05% 6.08%, 1.05% 4.43%, 21.05% 4.43%, 21.05% 1.39%, 41.05% 1.39%, 41.05% 0.5%, 61.05% 0.5%, 61.05% 2.18%, 81.05% 2.18%, 81.05% 6.12%, 100% 6.12%, 100% 93.25%, 99.25% 93.25%, 84.96% 93.25%, 84.96% 95.55%, 70.68% 95.55%, 70.68% 98.63%, 56.39% 98.63%, 56.39% 100%, 42.11% 100%, 42.11% 99.9%, 27.82% 99.9%, 27.82% 99.51%, 13.53% 99.51%, 13.53% 96.86%, 0% 96.86%);
            clip-path: polygon(0% 6.08%, 1.05% 6.08%, 1.05% 4.43%, 21.05% 4.43%, 21.05% 1.39%, 41.05% 1.39%, 41.05% 0.5%, 61.05% 0.5%, 61.05% 2.18%, 81.05% 2.18%, 81.05% 6.12%, 100% 6.12%, 100% 93.25%, 99.25% 93.25%, 84.96% 93.25%, 84.96% 95.55%, 70.68% 95.55%, 70.68% 98.63%, 56.39% 98.63%, 56.39% 100%, 42.11% 100%, 42.11% 99.9%, 27.82% 99.9%, 27.82% 99.51%, 13.53% 99.51%, 13.53% 96.86%, 0% 96.86%);
  }
  7.8947% {
    -webkit-clip-path: polygon(0% 6.08%, 1.58% 6.08%, 1.58% 4.31%, 21.58% 4.31%, 21.58% 1.33%, 41.58% 1.33%, 41.58% 0.53%, 61.58% 0.53%, 61.58% 2.29%, 81.58% 2.29%, 81.58% 6.12%, 100% 6.12%, 100% 93.25%, 98.87% 93.25%, 84.59% 93.25%, 84.59% 95.66%, 70.3% 95.66%, 70.3% 98.67%, 56.02% 98.67%, 56.02% 100%, 41.73% 100%, 41.73% 99.89%, 27.44% 99.89%, 27.44% 99.5%, 13.16% 99.5%, 13.16% 96.82%, 0% 96.82%);
            clip-path: polygon(0% 6.08%, 1.58% 6.08%, 1.58% 4.31%, 21.58% 4.31%, 21.58% 1.33%, 41.58% 1.33%, 41.58% 0.53%, 61.58% 0.53%, 61.58% 2.29%, 81.58% 2.29%, 81.58% 6.12%, 100% 6.12%, 100% 93.25%, 98.87% 93.25%, 84.59% 93.25%, 84.59% 95.66%, 70.3% 95.66%, 70.3% 98.67%, 56.02% 98.67%, 56.02% 100%, 41.73% 100%, 41.73% 99.89%, 27.44% 99.89%, 27.44% 99.5%, 13.16% 99.5%, 13.16% 96.82%, 0% 96.82%);
  }
  10.5263% {
    -webkit-clip-path: polygon(0% 6.08%, 2.11% 6.08%, 2.11% 4.19%, 22.11% 4.19%, 22.11% 1.28%, 42.11% 1.28%, 42.11% 0.57%, 62.11% 0.57%, 62.11% 2.39%, 82.11% 2.39%, 82.11% 6.12%, 100% 6.12%, 100% 93.25%, 98.5% 93.25%, 84.21% 93.25%, 84.21% 95.77%, 69.92% 95.77%, 69.92% 98.72%, 55.64% 98.72%, 55.64% 100%, 41.35% 100%, 41.35% 99.88%, 27.07% 99.88%, 27.07% 99.44%, 12.78% 99.44%, 12.78% 96.78%, 0% 96.78%);
            clip-path: polygon(0% 6.08%, 2.11% 6.08%, 2.11% 4.19%, 22.11% 4.19%, 22.11% 1.28%, 42.11% 1.28%, 42.11% 0.57%, 62.11% 0.57%, 62.11% 2.39%, 82.11% 2.39%, 82.11% 6.12%, 100% 6.12%, 100% 93.25%, 98.5% 93.25%, 84.21% 93.25%, 84.21% 95.77%, 69.92% 95.77%, 69.92% 98.72%, 55.64% 98.72%, 55.64% 100%, 41.35% 100%, 41.35% 99.88%, 27.07% 99.88%, 27.07% 99.44%, 12.78% 99.44%, 12.78% 96.78%, 0% 96.78%);
  }
  13.1579% {
    -webkit-clip-path: polygon(0% 6.08%, 2.63% 6.08%, 2.63% 4.08%, 22.63% 4.08%, 22.63% 1.22%, 42.63% 1.22%, 42.63% 0.61%, 62.63% 0.61%, 62.63% 2.5%, 82.63% 2.5%, 82.63% 6.12%, 100% 6.12%, 100% 93.25%, 98.12% 93.25%, 83.83% 93.25%, 83.83% 95.88%, 69.55% 95.88%, 69.55% 98.76%, 55.26% 98.76%, 55.26% 100%, 40.98% 100%, 40.98% 99.87%, 26.69% 99.87%, 26.69% 99.36%, 12.41% 99.36%, 12.41% 96.75%, 0% 96.75%);
            clip-path: polygon(0% 6.08%, 2.63% 6.08%, 2.63% 4.08%, 22.63% 4.08%, 22.63% 1.22%, 42.63% 1.22%, 42.63% 0.61%, 62.63% 0.61%, 62.63% 2.5%, 82.63% 2.5%, 82.63% 6.12%, 100% 6.12%, 100% 93.25%, 98.12% 93.25%, 83.83% 93.25%, 83.83% 95.88%, 69.55% 95.88%, 69.55% 98.76%, 55.26% 98.76%, 55.26% 100%, 40.98% 100%, 40.98% 99.87%, 26.69% 99.87%, 26.69% 99.36%, 12.41% 99.36%, 12.41% 96.75%, 0% 96.75%);
  }
  15.7895% {
    -webkit-clip-path: polygon(0% 6.08%, 3.16% 6.08%, 3.16% 3.96%, 23.16% 3.96%, 23.16% 1.17%, 43.16% 1.17%, 43.16% 0.65%, 63.16% 0.65%, 63.16% 2.61%, 83.16% 2.61%, 83.16% 6.12%, 100% 6.12%, 100% 93.25%, 97.74% 93.25%, 83.46% 93.25%, 83.46% 95.99%, 69.17% 95.99%, 69.17% 98.81%, 54.89% 98.81%, 54.89% 100%, 40.6% 100%, 40.6% 99.86%, 26.32% 99.86%, 26.32% 99.29%, 12.03% 99.29%, 12.03% 96.71%, 0% 96.71%);
            clip-path: polygon(0% 6.08%, 3.16% 6.08%, 3.16% 3.96%, 23.16% 3.96%, 23.16% 1.17%, 43.16% 1.17%, 43.16% 0.65%, 63.16% 0.65%, 63.16% 2.61%, 83.16% 2.61%, 83.16% 6.12%, 100% 6.12%, 100% 93.25%, 97.74% 93.25%, 83.46% 93.25%, 83.46% 95.99%, 69.17% 95.99%, 69.17% 98.81%, 54.89% 98.81%, 54.89% 100%, 40.6% 100%, 40.6% 99.86%, 26.32% 99.86%, 26.32% 99.29%, 12.03% 99.29%, 12.03% 96.71%, 0% 96.71%);
  }
  18.4211% {
    -webkit-clip-path: polygon(0% 6.08%, 3.68% 6.08%, 3.68% 3.84%, 23.68% 3.84%, 23.68% 1.11%, 43.68% 1.11%, 43.68% 0.69%, 63.68% 0.69%, 63.68% 2.72%, 83.68% 2.72%, 83.68% 6.12%, 100% 6.12%, 100% 93.25%, 97.37% 93.25%, 83.08% 93.25%, 83.08% 96.1%, 68.8% 96.1%, 68.8% 98.85%, 54.51% 98.85%, 54.51% 100%, 40.23% 100%, 40.23% 99.85%, 25.94% 99.85%, 25.94% 99.21%, 11.65% 99.21%, 11.65% 96.67%, 0% 96.67%);
            clip-path: polygon(0% 6.08%, 3.68% 6.08%, 3.68% 3.84%, 23.68% 3.84%, 23.68% 1.11%, 43.68% 1.11%, 43.68% 0.69%, 63.68% 0.69%, 63.68% 2.72%, 83.68% 2.72%, 83.68% 6.12%, 100% 6.12%, 100% 93.25%, 97.37% 93.25%, 83.08% 93.25%, 83.08% 96.1%, 68.8% 96.1%, 68.8% 98.85%, 54.51% 98.85%, 54.51% 100%, 40.23% 100%, 40.23% 99.85%, 25.94% 99.85%, 25.94% 99.21%, 11.65% 99.21%, 11.65% 96.67%, 0% 96.67%);
  }
  21.0526% {
    -webkit-clip-path: polygon(0% 6.08%, 4.21% 6.08%, 4.21% 3.72%, 24.21% 3.72%, 24.21% 1.06%, 44.21% 1.06%, 44.21% 0.73%, 64.21% 0.73%, 64.21% 2.83%, 84.21% 2.83%, 84.21% 6.12%, 100% 6.12%, 100% 93.25%, 96.99% 93.25%, 82.71% 93.25%, 82.71% 96.22%, 68.42% 96.22%, 68.42% 98.9%, 54.14% 98.9%, 54.14% 100%, 39.85% 100%, 39.85% 99.84%, 25.56% 99.84%, 25.56% 99.14%, 11.28% 99.14%, 11.28% 96.64%, 0% 96.64%);
            clip-path: polygon(0% 6.08%, 4.21% 6.08%, 4.21% 3.72%, 24.21% 3.72%, 24.21% 1.06%, 44.21% 1.06%, 44.21% 0.73%, 64.21% 0.73%, 64.21% 2.83%, 84.21% 2.83%, 84.21% 6.12%, 100% 6.12%, 100% 93.25%, 96.99% 93.25%, 82.71% 93.25%, 82.71% 96.22%, 68.42% 96.22%, 68.42% 98.9%, 54.14% 98.9%, 54.14% 100%, 39.85% 100%, 39.85% 99.84%, 25.56% 99.84%, 25.56% 99.14%, 11.28% 99.14%, 11.28% 96.64%, 0% 96.64%);
  }
  23.6842% {
    -webkit-clip-path: polygon(0% 6.08%, 4.74% 6.08%, 4.74% 3.6%, 24.74% 3.6%, 24.74% 1%, 44.74% 1%, 44.74% 0.76%, 64.74% 0.76%, 64.74% 2.93%, 84.74% 2.93%, 84.74% 6.12%, 100% 6.12%, 100% 93.25%, 96.62% 93.25%, 82.33% 93.25%, 82.33% 96.33%, 68.05% 96.33%, 68.05% 98.94%, 53.76% 98.94%, 53.76% 100%, 39.47% 100%, 39.47% 99.83%, 25.19% 99.83%, 25.19% 99.07%, 10.9% 99.07%, 10.9% 96.6%, 0% 96.6%);
            clip-path: polygon(0% 6.08%, 4.74% 6.08%, 4.74% 3.6%, 24.74% 3.6%, 24.74% 1%, 44.74% 1%, 44.74% 0.76%, 64.74% 0.76%, 64.74% 2.93%, 84.74% 2.93%, 84.74% 6.12%, 100% 6.12%, 100% 93.25%, 96.62% 93.25%, 82.33% 93.25%, 82.33% 96.33%, 68.05% 96.33%, 68.05% 98.94%, 53.76% 98.94%, 53.76% 100%, 39.47% 100%, 39.47% 99.83%, 25.19% 99.83%, 25.19% 99.07%, 10.9% 99.07%, 10.9% 96.6%, 0% 96.6%);
  }
  26.3158% {
    -webkit-clip-path: polygon(0% 6.08%, 5.26% 6.08%, 5.26% 3.49%, 25.26% 3.49%, 25.26% 0.95%, 45.26% 0.95%, 45.26% 0.8%, 65.26% 0.8%, 65.26% 3.04%, 85.26% 3.04%, 85.26% 6.12%, 100% 6.12%, 100% 93.25%, 96.24% 93.25%, 81.95% 93.25%, 81.95% 96.44%, 67.67% 96.44%, 67.67% 98.99%, 53.38% 98.99%, 53.38% 100%, 39.1% 100%, 39.1% 99.82%, 24.81% 99.82%, 24.81% 98.99%, 10.53% 98.99%, 10.53% 96.56%, 0% 96.56%);
            clip-path: polygon(0% 6.08%, 5.26% 6.08%, 5.26% 3.49%, 25.26% 3.49%, 25.26% 0.95%, 45.26% 0.95%, 45.26% 0.8%, 65.26% 0.8%, 65.26% 3.04%, 85.26% 3.04%, 85.26% 6.12%, 100% 6.12%, 100% 93.25%, 96.24% 93.25%, 81.95% 93.25%, 81.95% 96.44%, 67.67% 96.44%, 67.67% 98.99%, 53.38% 98.99%, 53.38% 100%, 39.1% 100%, 39.1% 99.82%, 24.81% 99.82%, 24.81% 98.99%, 10.53% 98.99%, 10.53% 96.56%, 0% 96.56%);
  }
  28.9474% {
    -webkit-clip-path: polygon(0% 6.08%, 5.79% 6.08%, 5.79% 3.37%, 25.79% 3.37%, 25.79% 0.89%, 45.79% 0.89%, 45.79% 0.84%, 65.79% 0.84%, 65.79% 3.15%, 85.79% 3.15%, 85.79% 6.12%, 100% 6.12%, 100% 93.25%, 95.86% 93.25%, 81.58% 93.25%, 81.58% 96.55%, 67.29% 96.55%, 67.29% 99.04%, 53.01% 99.04%, 53.01% 100%, 38.72% 100%, 38.72% 99.81%, 24.44% 99.81%, 24.44% 98.92%, 10.15% 98.92%, 10.15% 96.52%, 0% 96.52%);
            clip-path: polygon(0% 6.08%, 5.79% 6.08%, 5.79% 3.37%, 25.79% 3.37%, 25.79% 0.89%, 45.79% 0.89%, 45.79% 0.84%, 65.79% 0.84%, 65.79% 3.15%, 85.79% 3.15%, 85.79% 6.12%, 100% 6.12%, 100% 93.25%, 95.86% 93.25%, 81.58% 93.25%, 81.58% 96.55%, 67.29% 96.55%, 67.29% 99.04%, 53.01% 99.04%, 53.01% 100%, 38.72% 100%, 38.72% 99.81%, 24.44% 99.81%, 24.44% 98.92%, 10.15% 98.92%, 10.15% 96.52%, 0% 96.52%);
  }
  31.5789% {
    -webkit-clip-path: polygon(0% 6.08%, 6.32% 6.08%, 6.32% 3.25%, 26.32% 3.25%, 26.32% 0.83%, 46.32% 0.83%, 46.32% 0.88%, 66.32% 0.88%, 66.32% 3.26%, 86.32% 3.26%, 86.32% 6.12%, 100% 6.12%, 100% 93.25%, 95.49% 93.25%, 81.2% 93.25%, 81.2% 96.66%, 66.92% 96.66%, 66.92% 99.08%, 52.63% 99.08%, 52.63% 100%, 38.35% 100%, 38.35% 99.8%, 24.06% 99.8%, 24.06% 98.85%, 9.77% 98.85%, 9.77% 96.49%, 0% 96.49%);
            clip-path: polygon(0% 6.08%, 6.32% 6.08%, 6.32% 3.25%, 26.32% 3.25%, 26.32% 0.83%, 46.32% 0.83%, 46.32% 0.88%, 66.32% 0.88%, 66.32% 3.26%, 86.32% 3.26%, 86.32% 6.12%, 100% 6.12%, 100% 93.25%, 95.49% 93.25%, 81.2% 93.25%, 81.2% 96.66%, 66.92% 96.66%, 66.92% 99.08%, 52.63% 99.08%, 52.63% 100%, 38.35% 100%, 38.35% 99.8%, 24.06% 99.8%, 24.06% 98.85%, 9.77% 98.85%, 9.77% 96.49%, 0% 96.49%);
  }
  34.2105% {
    -webkit-clip-path: polygon(0% 6.08%, 6.84% 6.08%, 6.84% 3.13%, 26.84% 3.13%, 26.84% 0.78%, 46.84% 0.78%, 46.84% 0.92%, 66.84% 0.92%, 66.84% 3.36%, 86.84% 3.36%, 86.84% 6.12%, 100% 6.12%, 100% 93.25%, 95.11% 93.25%, 80.83% 93.25%, 80.83% 96.77%, 66.54% 96.77%, 66.54% 99.13%, 52.26% 99.13%, 52.26% 100%, 37.97% 100%, 37.97% 99.79%, 23.68% 99.79%, 23.68% 98.77%, 9.4% 98.77%, 9.4% 96.45%, 0% 96.45%);
            clip-path: polygon(0% 6.08%, 6.84% 6.08%, 6.84% 3.13%, 26.84% 3.13%, 26.84% 0.78%, 46.84% 0.78%, 46.84% 0.92%, 66.84% 0.92%, 66.84% 3.36%, 86.84% 3.36%, 86.84% 6.12%, 100% 6.12%, 100% 93.25%, 95.11% 93.25%, 80.83% 93.25%, 80.83% 96.77%, 66.54% 96.77%, 66.54% 99.13%, 52.26% 99.13%, 52.26% 100%, 37.97% 100%, 37.97% 99.79%, 23.68% 99.79%, 23.68% 98.77%, 9.4% 98.77%, 9.4% 96.45%, 0% 96.45%);
  }
  36.8421% {
    -webkit-clip-path: polygon(0% 6.08%, 7.37% 6.08%, 7.37% 3.01%, 27.37% 3.01%, 27.37% 0.72%, 47.37% 0.72%, 47.37% 0.96%, 67.37% 0.96%, 67.37% 3.47%, 87.37% 3.47%, 87.37% 6.12%, 100% 6.12%, 100% 93.25%, 94.74% 93.25%, 80.45% 93.25%, 80.45% 96.89%, 66.17% 96.89%, 66.17% 99.17%, 51.88% 99.17%, 51.88% 100%, 37.59% 100%, 37.59% 99.78%, 23.31% 99.78%, 23.31% 98.7%, 9.02% 98.7%, 9.02% 96.41%, 0% 96.41%);
            clip-path: polygon(0% 6.08%, 7.37% 6.08%, 7.37% 3.01%, 27.37% 3.01%, 27.37% 0.72%, 47.37% 0.72%, 47.37% 0.96%, 67.37% 0.96%, 67.37% 3.47%, 87.37% 3.47%, 87.37% 6.12%, 100% 6.12%, 100% 93.25%, 94.74% 93.25%, 80.45% 93.25%, 80.45% 96.89%, 66.17% 96.89%, 66.17% 99.17%, 51.88% 99.17%, 51.88% 100%, 37.59% 100%, 37.59% 99.78%, 23.31% 99.78%, 23.31% 98.7%, 9.02% 98.7%, 9.02% 96.41%, 0% 96.41%);
  }
  39.4737% {
    -webkit-clip-path: polygon(0% 6.02%, 7.89% 6.02%, 7.89% 2.9%, 27.89% 2.9%, 27.89% 0.67%, 47.89% 0.67%, 47.89% 0.99%, 67.89% 0.99%, 67.89% 3.58%, 87.89% 3.58%, 87.89% 6.12%, 100% 6.12%, 100% 93.25%, 94.36% 93.25%, 80.08% 93.25%, 80.08% 97%, 65.79% 97%, 65.79% 99.22%, 51.5% 99.22%, 51.5% 100%, 37.22% 100%, 37.22% 99.77%, 22.93% 99.77%, 22.93% 98.62%, 8.65% 98.62%, 8.65% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 6.02%, 7.89% 6.02%, 7.89% 2.9%, 27.89% 2.9%, 27.89% 0.67%, 47.89% 0.67%, 47.89% 0.99%, 67.89% 0.99%, 67.89% 3.58%, 87.89% 3.58%, 87.89% 6.12%, 100% 6.12%, 100% 93.25%, 94.36% 93.25%, 80.08% 93.25%, 80.08% 97%, 65.79% 97%, 65.79% 99.22%, 51.5% 99.22%, 51.5% 100%, 37.22% 100%, 37.22% 99.77%, 22.93% 99.77%, 22.93% 98.62%, 8.65% 98.62%, 8.65% 96.4%, 0% 96.4%);
  }
  42.1053% {
    -webkit-clip-path: polygon(0% 5.96%, 8.42% 5.96%, 8.42% 2.78%, 28.42% 2.78%, 28.42% 0.61%, 48.42% 0.61%, 48.42% 1.03%, 68.42% 1.03%, 68.42% 3.69%, 88.42% 3.69%, 88.42% 6.12%, 100% 6.12%, 100% 93.25%, 93.98% 93.25%, 79.7% 93.25%, 79.7% 97.11%, 65.41% 97.11%, 65.41% 99.26%, 51.13% 99.26%, 51.13% 100%, 36.84% 100%, 36.84% 99.76%, 22.56% 99.76%, 22.56% 98.55%, 8.27% 98.55%, 8.27% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.96%, 8.42% 5.96%, 8.42% 2.78%, 28.42% 2.78%, 28.42% 0.61%, 48.42% 0.61%, 48.42% 1.03%, 68.42% 1.03%, 68.42% 3.69%, 88.42% 3.69%, 88.42% 6.12%, 100% 6.12%, 100% 93.25%, 93.98% 93.25%, 79.7% 93.25%, 79.7% 97.11%, 65.41% 97.11%, 65.41% 99.26%, 51.13% 99.26%, 51.13% 100%, 36.84% 100%, 36.84% 99.76%, 22.56% 99.76%, 22.56% 98.55%, 8.27% 98.55%, 8.27% 96.4%, 0% 96.4%);
  }
  44.7368% {
    -webkit-clip-path: polygon(0% 5.9%, 8.95% 5.9%, 8.95% 2.66%, 28.95% 2.66%, 28.95% 0.56%, 48.95% 0.56%, 48.95% 1.07%, 68.95% 1.07%, 68.95% 3.79%, 88.95% 3.79%, 88.95% 6.12%, 100% 6.12%, 100% 93.25%, 93.61% 93.25%, 79.32% 93.25%, 79.32% 97.22%, 65.04% 97.22%, 65.04% 99.31%, 50.75% 99.31%, 50.75% 100%, 36.47% 100%, 36.47% 99.75%, 22.18% 99.75%, 22.18% 98.48%, 7.89% 98.48%, 7.89% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.9%, 8.95% 5.9%, 8.95% 2.66%, 28.95% 2.66%, 28.95% 0.56%, 48.95% 0.56%, 48.95% 1.07%, 68.95% 1.07%, 68.95% 3.79%, 88.95% 3.79%, 88.95% 6.12%, 100% 6.12%, 100% 93.25%, 93.61% 93.25%, 79.32% 93.25%, 79.32% 97.22%, 65.04% 97.22%, 65.04% 99.31%, 50.75% 99.31%, 50.75% 100%, 36.47% 100%, 36.47% 99.75%, 22.18% 99.75%, 22.18% 98.48%, 7.89% 98.48%, 7.89% 96.4%, 0% 96.4%);
  }
  47.3684% {
    -webkit-clip-path: polygon(0% 5.85%, 9.47% 5.85%, 9.47% 2.61%, 29.47% 2.61%, 29.47% 0.5%, 49.47% 0.5%, 49.47% 1.11%, 69.47% 1.11%, 69.47% 3.9%, 89.47% 3.9%, 89.47% 6.12%, 100% 6.12%, 100% 93.25%, 93.23% 93.25%, 78.95% 93.25%, 78.95% 97.33%, 64.66% 97.33%, 64.66% 99.35%, 50.38% 99.35%, 50.38% 100%, 36.09% 100%, 36.09% 99.74%, 21.8% 99.74%, 21.8% 98.4%, 7.52% 98.4%, 7.52% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.85%, 9.47% 5.85%, 9.47% 2.61%, 29.47% 2.61%, 29.47% 0.5%, 49.47% 0.5%, 49.47% 1.11%, 69.47% 1.11%, 69.47% 3.9%, 89.47% 3.9%, 89.47% 6.12%, 100% 6.12%, 100% 93.25%, 93.23% 93.25%, 78.95% 93.25%, 78.95% 97.33%, 64.66% 97.33%, 64.66% 99.35%, 50.38% 99.35%, 50.38% 100%, 36.09% 100%, 36.09% 99.74%, 21.8% 99.74%, 21.8% 98.4%, 7.52% 98.4%, 7.52% 96.4%, 0% 96.4%);
  }
  50% {
    -webkit-clip-path: polygon(0% 5.79%, 10% 5.79%, 10% 2.55%, 30% 2.55%, 30% 0.45%, 50% 0.45%, 50% 1.15%, 70% 1.15%, 70% 4.01%, 90% 4.01%, 90% 6.12%, 100% 6.12%, 100% 93.25%, 92.86% 93.25%, 78.57% 93.25%, 78.57% 97.44%, 64.29% 97.44%, 64.29% 99.4%, 50% 99.4%, 50% 100%, 35.71% 100%, 35.71% 99.73%, 21.43% 99.73%, 21.43% 98.33%, 7.14% 98.33%, 7.14% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.79%, 10% 5.79%, 10% 2.55%, 30% 2.55%, 30% 0.45%, 50% 0.45%, 50% 1.15%, 70% 1.15%, 70% 4.01%, 90% 4.01%, 90% 6.12%, 100% 6.12%, 100% 93.25%, 92.86% 93.25%, 78.57% 93.25%, 78.57% 97.44%, 64.29% 97.44%, 64.29% 99.4%, 50% 99.4%, 50% 100%, 35.71% 100%, 35.71% 99.73%, 21.43% 99.73%, 21.43% 98.33%, 7.14% 98.33%, 7.14% 96.4%, 0% 96.4%);
  }
  52.6316% {
    -webkit-clip-path: polygon(0% 5.73%, 10.53% 5.73%, 10.53% 2.5%, 30.53% 2.5%, 30.53% 0.39%, 50.53% 0.39%, 50.53% 1.19%, 70.53% 1.19%, 70.53% 4.12%, 90.53% 4.12%, 90.53% 6.12%, 100% 6.12%, 100% 93.25%, 92.48% 93.25%, 92.48% 93.31%, 78.2% 93.31%, 78.2% 97.56%, 63.91% 97.56%, 63.91% 99.44%, 49.62% 99.44%, 49.62% 100%, 35.34% 100%, 35.34% 99.72%, 21.05% 99.72%, 21.05% 98.26%, 6.77% 98.26%, 6.77% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.73%, 10.53% 5.73%, 10.53% 2.5%, 30.53% 2.5%, 30.53% 0.39%, 50.53% 0.39%, 50.53% 1.19%, 70.53% 1.19%, 70.53% 4.12%, 90.53% 4.12%, 90.53% 6.12%, 100% 6.12%, 100% 93.25%, 92.48% 93.25%, 92.48% 93.31%, 78.2% 93.31%, 78.2% 97.56%, 63.91% 97.56%, 63.91% 99.44%, 49.62% 99.44%, 49.62% 100%, 35.34% 100%, 35.34% 99.72%, 21.05% 99.72%, 21.05% 98.26%, 6.77% 98.26%, 6.77% 96.4%, 0% 96.4%);
  }
  55.2632% {
    -webkit-clip-path: polygon(0% 5.67%, 11.05% 5.67%, 11.05% 2.44%, 31.05% 2.44%, 31.05% 0.34%, 51.05% 0.34%, 51.05% 1.22%, 71.05% 1.22%, 71.05% 4.23%, 91.05% 4.23%, 91.05% 6.12%, 100% 6.12%, 100% 93.25%, 92.11% 93.25%, 92.11% 93.42%, 77.82% 93.42%, 77.82% 97.67%, 63.53% 97.67%, 63.53% 99.49%, 49.25% 99.49%, 49.25% 100%, 34.96% 100%, 34.96% 99.71%, 20.68% 99.71%, 20.68% 98.18%, 6.39% 98.18%, 6.39% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.67%, 11.05% 5.67%, 11.05% 2.44%, 31.05% 2.44%, 31.05% 0.34%, 51.05% 0.34%, 51.05% 1.22%, 71.05% 1.22%, 71.05% 4.23%, 91.05% 4.23%, 91.05% 6.12%, 100% 6.12%, 100% 93.25%, 92.11% 93.25%, 92.11% 93.42%, 77.82% 93.42%, 77.82% 97.67%, 63.53% 97.67%, 63.53% 99.49%, 49.25% 99.49%, 49.25% 100%, 34.96% 100%, 34.96% 99.71%, 20.68% 99.71%, 20.68% 98.18%, 6.39% 98.18%, 6.39% 96.4%, 0% 96.4%);
  }
  57.8947% {
    -webkit-clip-path: polygon(0% 5.61%, 11.58% 5.61%, 11.58% 2.38%, 31.58% 2.38%, 31.58% 0.28%, 51.58% 0.28%, 51.58% 1.26%, 71.58% 1.26%, 71.58% 4.33%, 91.58% 4.33%, 91.58% 6.12%, 100% 6.12%, 100% 93.25%, 91.73% 93.25%, 91.73% 93.53%, 77.44% 93.53%, 77.44% 97.78%, 63.16% 97.78%, 63.16% 99.53%, 48.87% 99.53%, 48.87% 100%, 34.59% 100%, 34.59% 99.7%, 20.3% 99.7%, 20.3% 98.11%, 6.02% 98.11%, 6.02% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.61%, 11.58% 5.61%, 11.58% 2.38%, 31.58% 2.38%, 31.58% 0.28%, 51.58% 0.28%, 51.58% 1.26%, 71.58% 1.26%, 71.58% 4.33%, 91.58% 4.33%, 91.58% 6.12%, 100% 6.12%, 100% 93.25%, 91.73% 93.25%, 91.73% 93.53%, 77.44% 93.53%, 77.44% 97.78%, 63.16% 97.78%, 63.16% 99.53%, 48.87% 99.53%, 48.87% 100%, 34.59% 100%, 34.59% 99.7%, 20.3% 99.7%, 20.3% 98.11%, 6.02% 98.11%, 6.02% 96.4%, 0% 96.4%);
  }
  60.5263% {
    -webkit-clip-path: polygon(0% 5.55%, 12.11% 5.55%, 12.11% 2.33%, 32.11% 2.33%, 32.11% 0.23%, 52.11% 0.23%, 52.11% 1.3%, 72.11% 1.3%, 72.11% 4.44%, 92.11% 4.44%, 92.11% 6.12%, 100% 6.12%, 100% 93.25%, 91.35% 93.25%, 91.35% 93.65%, 77.07% 93.65%, 77.07% 97.86%, 62.78% 97.86%, 62.78% 99.58%, 48.5% 99.58%, 48.5% 100%, 34.21% 100%, 34.21% 99.69%, 19.92% 99.69%, 19.92% 98.04%, 5.64% 98.04%, 5.64% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.55%, 12.11% 5.55%, 12.11% 2.33%, 32.11% 2.33%, 32.11% 0.23%, 52.11% 0.23%, 52.11% 1.3%, 72.11% 1.3%, 72.11% 4.44%, 92.11% 4.44%, 92.11% 6.12%, 100% 6.12%, 100% 93.25%, 91.35% 93.25%, 91.35% 93.65%, 77.07% 93.65%, 77.07% 97.86%, 62.78% 97.86%, 62.78% 99.58%, 48.5% 99.58%, 48.5% 100%, 34.21% 100%, 34.21% 99.69%, 19.92% 99.69%, 19.92% 98.04%, 5.64% 98.04%, 5.64% 96.4%, 0% 96.4%);
  }
  63.1579% {
    -webkit-clip-path: polygon(0% 5.49%, 12.63% 5.49%, 12.63% 2.27%, 32.63% 2.27%, 32.63% 0.17%, 52.63% 0.17%, 52.63% 1.34%, 72.63% 1.34%, 72.63% 4.55%, 92.63% 4.55%, 92.63% 6.12%, 100% 6.12%, 100% 93.25%, 90.98% 93.25%, 90.98% 93.76%, 76.69% 93.76%, 76.69% 97.91%, 62.41% 97.91%, 62.41% 99.62%, 48.12% 99.62%, 48.12% 100%, 33.83% 100%, 33.83% 99.68%, 19.55% 99.68%, 19.55% 97.96%, 5.26% 97.96%, 5.26% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.49%, 12.63% 5.49%, 12.63% 2.27%, 32.63% 2.27%, 32.63% 0.17%, 52.63% 0.17%, 52.63% 1.34%, 72.63% 1.34%, 72.63% 4.55%, 92.63% 4.55%, 92.63% 6.12%, 100% 6.12%, 100% 93.25%, 90.98% 93.25%, 90.98% 93.76%, 76.69% 93.76%, 76.69% 97.91%, 62.41% 97.91%, 62.41% 99.62%, 48.12% 99.62%, 48.12% 100%, 33.83% 100%, 33.83% 99.68%, 19.55% 99.68%, 19.55% 97.96%, 5.26% 97.96%, 5.26% 96.4%, 0% 96.4%);
  }
  65.7895% {
    -webkit-clip-path: polygon(0% 5.43%, 13.16% 5.43%, 13.16% 2.22%, 33.16% 2.22%, 33.16% 0.11%, 53.16% 0.11%, 53.16% 1.38%, 73.16% 1.38%, 73.16% 4.66%, 93.16% 4.66%, 93.16% 6.12%, 100% 6.12%, 100% 93.25%, 90.6% 93.25%, 90.6% 93.87%, 76.32% 93.87%, 76.32% 97.95%, 62.03% 97.95%, 62.03% 99.67%, 47.74% 99.67%, 47.74% 100%, 33.46% 100%, 33.46% 99.67%, 19.17% 99.67%, 19.17% 97.89%, 4.89% 97.89%, 4.89% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.43%, 13.16% 5.43%, 13.16% 2.22%, 33.16% 2.22%, 33.16% 0.11%, 53.16% 0.11%, 53.16% 1.38%, 73.16% 1.38%, 73.16% 4.66%, 93.16% 4.66%, 93.16% 6.12%, 100% 6.12%, 100% 93.25%, 90.6% 93.25%, 90.6% 93.87%, 76.32% 93.87%, 76.32% 97.95%, 62.03% 97.95%, 62.03% 99.67%, 47.74% 99.67%, 47.74% 100%, 33.46% 100%, 33.46% 99.67%, 19.17% 99.67%, 19.17% 97.89%, 4.89% 97.89%, 4.89% 96.4%, 0% 96.4%);
  }
  68.4211% {
    -webkit-clip-path: polygon(0% 5.37%, 13.68% 5.37%, 13.68% 2.16%, 33.68% 2.16%, 33.68% 0.06%, 53.68% 0.06%, 53.68% 1.42%, 73.68% 1.42%, 73.68% 4.76%, 93.68% 4.76%, 93.68% 6.12%, 100% 6.12%, 100% 93.25%, 90.23% 93.25%, 90.23% 93.98%, 75.94% 93.98%, 75.94% 98%, 61.65% 98%, 61.65% 99.71%, 47.37% 99.71%, 47.37% 100%, 33.08% 100%, 33.08% 99.66%, 18.8% 99.66%, 18.8% 97.81%, 4.51% 97.81%, 4.51% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.37%, 13.68% 5.37%, 13.68% 2.16%, 33.68% 2.16%, 33.68% 0.06%, 53.68% 0.06%, 53.68% 1.42%, 73.68% 1.42%, 73.68% 4.76%, 93.68% 4.76%, 93.68% 6.12%, 100% 6.12%, 100% 93.25%, 90.23% 93.25%, 90.23% 93.98%, 75.94% 93.98%, 75.94% 98%, 61.65% 98%, 61.65% 99.71%, 47.37% 99.71%, 47.37% 100%, 33.08% 100%, 33.08% 99.66%, 18.8% 99.66%, 18.8% 97.81%, 4.51% 97.81%, 4.51% 96.4%, 0% 96.4%);
  }
  71.0526% {
    -webkit-clip-path: polygon(0% 5.31%, 14.21% 5.31%, 14.21% 2.11%, 34.21% 2.11%, 34.21% 0%, 54.21% 0%, 54.21% 1.45%, 74.21% 1.45%, 74.21% 4.87%, 94.21% 4.87%, 94.21% 6.12%, 100% 6.12%, 100% 93.25%, 89.85% 93.25%, 89.85% 94.09%, 75.56% 94.09%, 75.56% 98.04%, 61.28% 98.04%, 61.28% 99.76%, 46.99% 99.76%, 46.99% 100%, 32.71% 100%, 32.71% 99.65%, 18.42% 99.65%, 18.42% 97.74%, 4.14% 97.74%, 4.14% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.31%, 14.21% 5.31%, 14.21% 2.11%, 34.21% 2.11%, 34.21% 0%, 54.21% 0%, 54.21% 1.45%, 74.21% 1.45%, 74.21% 4.87%, 94.21% 4.87%, 94.21% 6.12%, 100% 6.12%, 100% 93.25%, 89.85% 93.25%, 89.85% 94.09%, 75.56% 94.09%, 75.56% 98.04%, 61.28% 98.04%, 61.28% 99.76%, 46.99% 99.76%, 46.99% 100%, 32.71% 100%, 32.71% 99.65%, 18.42% 99.65%, 18.42% 97.74%, 4.14% 97.74%, 4.14% 96.4%, 0% 96.4%);
  }
  73.6842% {
    -webkit-clip-path: polygon(0% 5.26%, 14.74% 5.26%, 14.74% 2.05%, 34.74% 2.05%, 34.74% 0.04%, 54.74% 0.04%, 54.74% 1.49%, 74.74% 1.49%, 74.74% 4.98%, 94.74% 4.98%, 94.74% 6.12%, 100% 6.12%, 100% 93.25%, 89.47% 93.25%, 89.47% 94.21%, 75.19% 94.21%, 75.19% 98.09%, 60.9% 98.09%, 60.9% 99.8%, 46.62% 99.8%, 46.62% 100%, 32.33% 100%, 32.33% 99.63%, 18.05% 99.63%, 18.05% 97.67%, 3.76% 97.67%, 3.76% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.26%, 14.74% 5.26%, 14.74% 2.05%, 34.74% 2.05%, 34.74% 0.04%, 54.74% 0.04%, 54.74% 1.49%, 74.74% 1.49%, 74.74% 4.98%, 94.74% 4.98%, 94.74% 6.12%, 100% 6.12%, 100% 93.25%, 89.47% 93.25%, 89.47% 94.21%, 75.19% 94.21%, 75.19% 98.09%, 60.9% 98.09%, 60.9% 99.8%, 46.62% 99.8%, 46.62% 100%, 32.33% 100%, 32.33% 99.63%, 18.05% 99.63%, 18.05% 97.67%, 3.76% 97.67%, 3.76% 96.4%, 0% 96.4%);
  }
  76.3158% {
    -webkit-clip-path: polygon(0% 5.2%, 15.26% 5.2%, 15.26% 2%, 35.26% 2%, 35.26% 0.07%, 55.26% 0.07%, 55.26% 1.53%, 75.26% 1.53%, 75.26% 5.09%, 95.26% 5.09%, 95.26% 6.12%, 100% 6.12%, 100% 93.25%, 89.1% 93.25%, 89.1% 94.32%, 74.81% 94.32%, 74.81% 98.13%, 60.53% 98.13%, 60.53% 99.85%, 46.24% 99.85%, 46.24% 100%, 31.95% 100%, 31.95% 99.62%, 17.67% 99.62%, 17.67% 97.59%, 3.38% 97.59%, 3.38% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.2%, 15.26% 5.2%, 15.26% 2%, 35.26% 2%, 35.26% 0.07%, 55.26% 0.07%, 55.26% 1.53%, 75.26% 1.53%, 75.26% 5.09%, 95.26% 5.09%, 95.26% 6.12%, 100% 6.12%, 100% 93.25%, 89.1% 93.25%, 89.1% 94.32%, 74.81% 94.32%, 74.81% 98.13%, 60.53% 98.13%, 60.53% 99.85%, 46.24% 99.85%, 46.24% 100%, 31.95% 100%, 31.95% 99.62%, 17.67% 99.62%, 17.67% 97.59%, 3.38% 97.59%, 3.38% 96.4%, 0% 96.4%);
  }
  78.9474% {
    -webkit-clip-path: polygon(0% 5.14%, 15.79% 5.14%, 15.79% 1.94%, 35.79% 1.94%, 35.79% 0.11%, 55.79% 0.11%, 55.79% 1.57%, 75.79% 1.57%, 75.79% 5.19%, 95.79% 5.19%, 95.79% 6.12%, 100% 6.12%, 100% 93.25%, 88.72% 93.25%, 88.72% 94.43%, 74.44% 94.43%, 74.44% 98.18%, 60.15% 98.18%, 60.15% 99.89%, 45.86% 99.89%, 45.86% 100%, 31.58% 100%, 31.58% 99.61%, 17.29% 99.61%, 17.29% 97.52%, 3.01% 97.52%, 3.01% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.14%, 15.79% 5.14%, 15.79% 1.94%, 35.79% 1.94%, 35.79% 0.11%, 55.79% 0.11%, 55.79% 1.57%, 75.79% 1.57%, 75.79% 5.19%, 95.79% 5.19%, 95.79% 6.12%, 100% 6.12%, 100% 93.25%, 88.72% 93.25%, 88.72% 94.43%, 74.44% 94.43%, 74.44% 98.18%, 60.15% 98.18%, 60.15% 99.89%, 45.86% 99.89%, 45.86% 100%, 31.58% 100%, 31.58% 99.61%, 17.29% 99.61%, 17.29% 97.52%, 3.01% 97.52%, 3.01% 96.4%, 0% 96.4%);
  }
  81.5789% {
    -webkit-clip-path: polygon(0% 5.08%, 16.32% 5.08%, 16.32% 1.89%, 36.32% 1.89%, 36.32% 0.15%, 56.32% 0.15%, 56.32% 1.61%, 76.32% 1.61%, 76.32% 5.3%, 96.32% 5.3%, 96.32% 6.12%, 100% 6.12%, 100% 93.25%, 88.35% 93.25%, 88.35% 94.54%, 74.06% 94.54%, 74.06% 98.22%, 59.77% 98.22%, 59.77% 99.94%, 45.49% 99.94%, 45.49% 99.99%, 31.2% 99.99%, 31.2% 99.6%, 16.92% 99.6%, 16.92% 97.45%, 2.63% 97.45%, 2.63% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.08%, 16.32% 5.08%, 16.32% 1.89%, 36.32% 1.89%, 36.32% 0.15%, 56.32% 0.15%, 56.32% 1.61%, 76.32% 1.61%, 76.32% 5.3%, 96.32% 5.3%, 96.32% 6.12%, 100% 6.12%, 100% 93.25%, 88.35% 93.25%, 88.35% 94.54%, 74.06% 94.54%, 74.06% 98.22%, 59.77% 98.22%, 59.77% 99.94%, 45.49% 99.94%, 45.49% 99.99%, 31.2% 99.99%, 31.2% 99.6%, 16.92% 99.6%, 16.92% 97.45%, 2.63% 97.45%, 2.63% 96.4%, 0% 96.4%);
  }
  84.2105% {
    -webkit-clip-path: polygon(0% 5.02%, 16.84% 5.02%, 16.84% 1.83%, 36.84% 1.83%, 36.84% 0.19%, 56.84% 0.19%, 56.84% 1.65%, 76.84% 1.65%, 76.84% 5.41%, 96.84% 5.41%, 96.84% 6.12%, 100% 6.12%, 100% 93.25%, 87.97% 93.25%, 87.97% 94.65%, 73.68% 94.65%, 73.68% 98.27%, 59.4% 98.27%, 59.4% 99.98%, 45.11% 99.98%, 45.11% 99.98%, 30.83% 99.98%, 30.83% 99.59%, 16.54% 99.59%, 16.54% 97.37%, 2.26% 97.37%, 2.26% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 5.02%, 16.84% 5.02%, 16.84% 1.83%, 36.84% 1.83%, 36.84% 0.19%, 56.84% 0.19%, 56.84% 1.65%, 76.84% 1.65%, 76.84% 5.41%, 96.84% 5.41%, 96.84% 6.12%, 100% 6.12%, 100% 93.25%, 87.97% 93.25%, 87.97% 94.65%, 73.68% 94.65%, 73.68% 98.27%, 59.4% 98.27%, 59.4% 99.98%, 45.11% 99.98%, 45.11% 99.98%, 30.83% 99.98%, 30.83% 99.59%, 16.54% 99.59%, 16.54% 97.37%, 2.26% 97.37%, 2.26% 96.4%, 0% 96.4%);
  }
  86.8421% {
    -webkit-clip-path: polygon(0% 4.96%, 17.37% 4.96%, 17.37% 1.78%, 37.37% 1.78%, 37.37% 0.23%, 57.37% 0.23%, 57.37% 1.68%, 77.37% 1.68%, 77.37% 5.52%, 97.37% 5.52%, 97.37% 6.12%, 100% 6.12%, 100% 93.25%, 87.59% 93.25%, 87.59% 94.76%, 73.31% 94.76%, 73.31% 98.31%, 59.02% 98.31%, 59.02% 100%, 44.74% 100%, 44.74% 99.97%, 30.45% 99.97%, 30.45% 99.58%, 16.17% 99.58%, 16.17% 97.3%, 1.88% 97.3%, 1.88% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 4.96%, 17.37% 4.96%, 17.37% 1.78%, 37.37% 1.78%, 37.37% 0.23%, 57.37% 0.23%, 57.37% 1.68%, 77.37% 1.68%, 77.37% 5.52%, 97.37% 5.52%, 97.37% 6.12%, 100% 6.12%, 100% 93.25%, 87.59% 93.25%, 87.59% 94.76%, 73.31% 94.76%, 73.31% 98.31%, 59.02% 98.31%, 59.02% 100%, 44.74% 100%, 44.74% 99.97%, 30.45% 99.97%, 30.45% 99.58%, 16.17% 99.58%, 16.17% 97.3%, 1.88% 97.3%, 1.88% 96.4%, 0% 96.4%);
  }
  89.4737% {
    -webkit-clip-path: polygon(0% 4.9%, 17.89% 4.9%, 17.89% 1.72%, 37.89% 1.72%, 37.89% 0.27%, 57.89% 0.27%, 57.89% 1.72%, 77.89% 1.72%, 77.89% 5.62%, 97.89% 5.62%, 97.89% 6.12%, 100% 6.12%, 100% 93.25%, 87.22% 93.25%, 87.22% 94.88%, 72.93% 94.88%, 72.93% 98.36%, 58.65% 98.36%, 58.65% 100%, 44.36% 100%, 44.36% 99.96%, 30.08% 99.96%, 30.08% 99.57%, 15.79% 99.57%, 15.79% 97.22%, 1.5% 97.22%, 1.5% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 4.9%, 17.89% 4.9%, 17.89% 1.72%, 37.89% 1.72%, 37.89% 0.27%, 57.89% 0.27%, 57.89% 1.72%, 77.89% 1.72%, 77.89% 5.62%, 97.89% 5.62%, 97.89% 6.12%, 100% 6.12%, 100% 93.25%, 87.22% 93.25%, 87.22% 94.88%, 72.93% 94.88%, 72.93% 98.36%, 58.65% 98.36%, 58.65% 100%, 44.36% 100%, 44.36% 99.96%, 30.08% 99.96%, 30.08% 99.57%, 15.79% 99.57%, 15.79% 97.22%, 1.5% 97.22%, 1.5% 96.4%, 0% 96.4%);
  }
  92.1053% {
    -webkit-clip-path: polygon(0% 4.84%, 18.42% 4.84%, 18.42% 1.66%, 38.42% 1.66%, 38.42% 0.3%, 58.42% 0.3%, 58.42% 1.76%, 78.42% 1.76%, 78.42% 5.73%, 98.42% 5.73%, 98.42% 6.12%, 100% 6.12%, 100% 93.25%, 86.84% 93.25%, 86.84% 94.99%, 72.56% 94.99%, 72.56% 98.4%, 58.27% 98.4%, 58.27% 100%, 43.98% 100%, 43.98% 99.95%, 29.7% 99.95%, 29.7% 99.56%, 15.41% 99.56%, 15.41% 97.15%, 1.13% 97.15%, 1.13% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 4.84%, 18.42% 4.84%, 18.42% 1.66%, 38.42% 1.66%, 38.42% 0.3%, 58.42% 0.3%, 58.42% 1.76%, 78.42% 1.76%, 78.42% 5.73%, 98.42% 5.73%, 98.42% 6.12%, 100% 6.12%, 100% 93.25%, 86.84% 93.25%, 86.84% 94.99%, 72.56% 94.99%, 72.56% 98.4%, 58.27% 98.4%, 58.27% 100%, 43.98% 100%, 43.98% 99.95%, 29.7% 99.95%, 29.7% 99.56%, 15.41% 99.56%, 15.41% 97.15%, 1.13% 97.15%, 1.13% 96.4%, 0% 96.4%);
  }
  94.7368% {
    -webkit-clip-path: polygon(0% 4.78%, 18.95% 4.78%, 18.95% 1.61%, 38.95% 1.61%, 38.95% 0.34%, 58.95% 0.34%, 58.95% 1.8%, 78.95% 1.8%, 78.95% 5.84%, 98.95% 5.84%, 98.95% 6.12%, 100% 6.12%, 100% 93.25%, 86.47% 93.25%, 86.47% 95.1%, 72.18% 95.1%, 72.18% 98.45%, 57.89% 98.45%, 57.89% 100%, 43.61% 100%, 43.61% 99.94%, 29.32% 99.94%, 29.32% 99.55%, 15.04% 99.55%, 15.04% 97.08%, 0.75% 97.08%, 0.75% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 4.78%, 18.95% 4.78%, 18.95% 1.61%, 38.95% 1.61%, 38.95% 0.34%, 58.95% 0.34%, 58.95% 1.8%, 78.95% 1.8%, 78.95% 5.84%, 98.95% 5.84%, 98.95% 6.12%, 100% 6.12%, 100% 93.25%, 86.47% 93.25%, 86.47% 95.1%, 72.18% 95.1%, 72.18% 98.45%, 57.89% 98.45%, 57.89% 100%, 43.61% 100%, 43.61% 99.94%, 29.32% 99.94%, 29.32% 99.55%, 15.04% 99.55%, 15.04% 97.08%, 0.75% 97.08%, 0.75% 96.4%, 0% 96.4%);
  }
  97.3684% {
    -webkit-clip-path: polygon(0% 4.72%, 19.47% 4.72%, 19.47% 1.55%, 39.47% 1.55%, 39.47% 0.38%, 59.47% 0.38%, 59.47% 1.86%, 79.47% 1.86%, 79.47% 5.95%, 99.47% 5.95%, 99.47% 6.12%, 100% 6.12%, 100% 93.25%, 86.09% 93.25%, 86.09% 95.21%, 71.8% 95.21%, 71.8% 98.49%, 57.52% 98.49%, 57.52% 100%, 43.23% 100%, 43.23% 99.93%, 28.95% 99.93%, 28.95% 99.54%, 14.66% 99.54%, 14.66% 97%, 0.38% 97%, 0.38% 96.4%, 0% 96.4%);
            clip-path: polygon(0% 4.72%, 19.47% 4.72%, 19.47% 1.55%, 39.47% 1.55%, 39.47% 0.38%, 59.47% 0.38%, 59.47% 1.86%, 79.47% 1.86%, 79.47% 5.95%, 99.47% 5.95%, 99.47% 6.12%, 100% 6.12%, 100% 93.25%, 86.09% 93.25%, 86.09% 95.21%, 71.8% 95.21%, 71.8% 98.49%, 57.52% 98.49%, 57.52% 100%, 43.23% 100%, 43.23% 99.93%, 28.95% 99.93%, 28.95% 99.54%, 14.66% 99.54%, 14.66% 97%, 0.38% 97%, 0.38% 96.4%, 0% 96.4%);
  }
}
.page-hero {
  position: relative;
}

.header-image--kader {
  animation: esns-kader 2.5s step-end infinite;
}
@media (prefers-reduced-motion: reduce) {
  .header-image--kader {
    animation-play-state: paused;
  }
}
.has-scrolled .header-image--kader, .steps-off .header-image--kader {
  animation-play-state: paused;
}

.masked-media--subhome-left {
  -webkit-mask-image: none;
  mask-image: none;
  animation: esns-kader 2.5s step-end infinite;
}
@media (prefers-reduced-motion: reduce) {
  .masked-media--subhome-left {
    animation-play-state: paused;
  }
}
.has-scrolled .masked-media--subhome-left, .steps-off .masked-media--subhome-left {
  animation-play-state: paused;
}

.masked-media--home-festival,
.masked-media--home-conference {
  -webkit-mask-image: none;
  mask-image: none;
  animation: esns-steps-festival 2.5s step-end infinite;
}
@media (prefers-reduced-motion: reduce) {
  .masked-media--home-festival,
  .masked-media--home-conference {
    animation-play-state: paused;
  }
}
.has-scrolled .masked-media--home-festival, .steps-off .masked-media--home-festival,
.has-scrolled .masked-media--home-conference,
.steps-off .masked-media--home-conference {
  animation-play-state: paused;
}

@media only screen and (min-width: 992px) {
  .masked-media--home-conference {
    animation-name: esns-steps-conference;
  }
}

@keyframes esns-outline-steps-festival {
  0% {
    d: path("M0.00,2.90L30.00,2.90L30.00,0.22L60.00,0.22L60.00,1.70L90.00,1.70L90.00,6.14L100.00,6.14L100.00,93.35L90.00,93.35L90.00,98.23L60.00,98.23L60.00,99.81L30.00,99.81L30.00,97.29L0.00,97.29Z");
  }
  2.6316% {
    d: path("M0.00,4.27L0.79,4.27L0.79,2.76L30.79,2.76L30.79,0.20L60.79,0.20L60.79,1.76L90.79,1.76L90.79,6.14L100.00,6.14L100.00,93.46L89.21,93.46L89.21,98.30L59.21,98.30L59.21,99.79L29.21,99.79L29.21,97.23L0.00,97.23Z");
  }
  5.2632% {
    d: path("M0.00,4.27L1.58,4.27L1.58,2.62L31.58,2.62L31.58,0.17L61.58,0.17L61.58,1.81L91.58,1.81L91.58,6.14L100.00,6.14L100.00,93.58L88.42,93.58L88.42,98.37L58.42,98.37L58.42,99.77L28.42,99.77L28.42,97.17L0.00,97.17Z");
  }
  7.8947% {
    d: path("M0.00,4.27L2.37,4.27L2.37,2.47L32.37,2.47L32.37,0.15L62.37,0.15L62.37,1.97L92.37,1.97L92.37,6.14L100.00,6.14L100.00,93.69L87.63,93.69L87.63,98.43L57.63,98.43L57.63,99.76L27.63,99.76L27.63,97.11L0.00,97.11Z");
  }
  10.5263% {
    d: path("M0.00,4.27L3.16,4.27L3.16,2.33L33.16,2.33L33.16,0.12L63.16,0.12L63.16,2.17L93.16,2.17L93.16,6.14L100.00,6.14L100.00,93.80L86.84,93.80L86.84,98.50L56.84,98.50L56.84,99.74L26.84,99.74L26.84,97.05L0.00,97.05Z");
  }
  13.1579% {
    d: path("M0.00,4.27L3.95,4.27L3.95,2.19L33.95,2.19L33.95,0.09L63.95,0.09L63.95,2.36L93.95,2.36L93.95,6.14L100.00,6.14L100.00,93.92L86.05,93.92L86.05,98.57L56.05,98.57L56.05,99.73L26.05,99.73L26.05,97.00L0.00,97.00Z");
  }
  15.7895% {
    d: path("M0.00,4.27L4.74,4.27L4.74,2.05L34.74,2.05L34.74,0.07L64.74,0.07L64.74,2.56L94.74,2.56L94.74,6.14L100.00,6.14L100.00,94.03L85.26,94.03L85.26,98.64L55.26,98.64L55.26,99.71L25.26,99.71L25.26,96.94L0.00,96.94Z");
  }
  18.4211% {
    d: path("M0.00,4.27L5.53,4.27L5.53,1.90L35.53,1.90L35.53,0.04L65.53,0.04L65.53,2.76L95.53,2.76L95.53,6.14L100.00,6.14L100.00,94.15L84.47,94.15L84.47,98.71L54.47,98.71L54.47,99.70L24.47,99.70L24.47,96.88L0.00,96.88Z");
  }
  21.0526% {
    d: path("M0.00,4.27L6.32,4.27L6.32,1.76L36.32,1.76L36.32,0.01L66.32,0.01L66.32,2.95L96.32,2.95L96.32,6.14L100.00,6.14L100.00,94.26L83.68,94.26L83.68,98.78L53.68,98.78L53.68,99.68L23.68,99.68L23.68,96.82L0.00,96.82Z");
  }
  23.6842% {
    d: path("M0.00,4.27L7.11,4.27L7.11,1.62L37.11,1.62L37.11,0.03L67.11,0.03L67.11,3.15L97.11,3.15L97.11,6.14L100.00,6.14L100.00,94.37L82.89,94.37L82.89,98.85L52.89,98.85L52.89,99.66L22.89,99.66L22.89,96.76L0.00,96.76Z");
  }
  26.3158% {
    d: path("M0.00,4.27L7.89,4.27L7.89,1.48L37.89,1.48L37.89,0.09L67.89,0.09L67.89,3.35L97.89,3.35L97.89,6.14L100.00,6.14L100.00,94.49L82.11,94.49L82.11,98.92L52.11,98.92L52.11,99.65L22.11,99.65L22.11,96.70L0.00,96.70Z");
  }
  28.9474% {
    d: path("M0.00,4.27L8.68,4.27L8.68,1.33L38.68,1.33L38.68,0.14L68.68,0.14L68.68,3.55L98.68,3.55L98.68,6.14L100.00,6.14L100.00,94.60L81.32,94.60L81.32,98.99L51.32,98.99L51.32,99.63L21.32,99.63L21.32,96.64L0.00,96.64Z");
  }
  31.5789% {
    d: path("M0.00,4.27L9.47,4.27L9.47,1.19L39.47,1.19L39.47,0.20L69.47,0.20L69.47,3.74L99.47,3.74L99.47,6.14L100.00,6.14L100.00,94.72L80.53,94.72L80.53,99.06L50.53,99.06L50.53,99.62L20.53,99.62L20.53,96.58L0.00,96.58Z");
  }
  34.2105% {
    d: path("M0.00,4.27L10.26,4.27L10.26,1.05L40.26,1.05L40.26,0.26L70.26,0.26L70.26,3.91L100.00,3.91L100.00,94.83L79.74,94.83L79.74,99.13L49.74,99.13L49.74,99.60L19.74,99.60L19.74,96.52L0.00,96.52Z");
  }
  36.8421% {
    d: path("M0.00,4.27L11.05,4.27L11.05,0.91L41.05,0.91L41.05,0.32L71.05,0.32L71.05,4.00L100.00,4.00L100.00,94.94L78.95,94.94L78.95,99.19L48.95,99.19L48.95,99.59L18.95,99.59L18.95,96.46L0.00,96.46Z");
  }
  39.4737% {
    d: path("M0.00,4.27L11.84,4.27L11.84,0.83L41.84,0.83L41.84,0.37L71.84,0.37L71.84,4.10L100.00,4.10L100.00,95.06L78.16,95.06L78.16,99.26L48.16,99.26L48.16,99.57L18.16,99.57L18.16,96.40L0.00,96.40Z");
  }
  42.1053% {
    d: path("M0.00,4.27L12.63,4.27L12.63,0.80L42.63,0.80L42.63,0.43L72.63,0.43L72.63,4.20L100.00,4.20L100.00,95.17L77.37,95.17L77.37,99.33L47.37,99.33L47.37,99.55L17.37,99.55L17.37,96.39L0.00,96.39Z");
  }
  44.7368% {
    d: path("M0.00,4.27L13.42,4.27L13.42,0.78L43.42,0.78L43.42,0.49L73.42,0.49L73.42,4.30L100.00,4.30L100.00,95.29L76.58,95.29L76.58,99.40L46.58,99.40L46.58,99.54L16.58,99.54L16.58,96.39L0.00,96.39Z");
  }
  47.3684% {
    d: path("M0.00,4.27L14.21,4.27L14.21,0.75L44.21,0.75L44.21,0.55L74.21,0.55L74.21,4.40L100.00,4.40L100.00,95.40L75.79,95.40L75.79,99.47L45.79,99.47L45.79,99.52L15.79,99.52L15.79,96.39L0.00,96.39Z");
  }
  50% {
    d: path("M0.00,4.25L15.00,4.25L15.00,0.72L45.00,0.72L45.00,0.60L75.00,0.60L75.00,4.50L100.00,4.50L100.00,95.52L75.00,95.52L75.00,99.54L45.00,99.54L45.00,99.51L15.00,99.51L15.00,96.39L0.00,96.39Z");
  }
  52.6316% {
    d: path("M0.00,4.18L15.79,4.18L15.79,0.70L45.79,0.70L45.79,0.66L75.79,0.66L75.79,4.60L100.00,4.60L100.00,95.63L74.21,95.63L74.21,99.61L44.21,99.61L44.21,99.44L14.21,99.44L14.21,96.39L0.00,96.39Z");
  }
  55.2632% {
    d: path("M0.00,4.11L16.58,4.11L16.58,0.67L46.58,0.67L46.58,0.72L76.58,0.72L76.58,4.69L100.00,4.69L100.00,95.74L73.42,95.74L73.42,99.68L43.42,99.68L43.42,99.32L13.42,99.32L13.42,96.39L0.00,96.39Z");
  }
  57.8947% {
    d: path("M0.00,4.04L17.37,4.04L17.37,0.65L47.37,0.65L47.37,0.78L77.37,0.78L77.37,4.79L100.00,4.79L100.00,95.86L72.63,95.86L72.63,99.75L42.63,99.75L42.63,99.20L12.63,99.20L12.63,96.39L0.00,96.39Z");
  }
  60.5263% {
    d: path("M0.00,3.97L18.16,3.97L18.16,0.62L48.16,0.62L48.16,0.83L78.16,0.83L78.16,4.89L100.00,4.89L100.00,95.97L71.84,95.97L71.84,99.82L41.84,99.82L41.84,99.08L11.84,99.08L11.84,96.39L0.00,96.39Z");
  }
  63.1579% {
    d: path("M0.00,3.90L18.95,3.90L18.95,0.59L48.95,0.59L48.95,0.89L78.95,0.89L78.95,4.99L100.00,4.99L100.00,96.09L71.05,96.09L71.05,99.89L41.05,99.89L41.05,98.96L11.05,98.96L11.05,96.39L0.00,96.39Z");
  }
  65.7895% {
    d: path("M0.00,3.83L19.74,3.83L19.74,0.57L49.74,0.57L49.74,0.95L79.74,0.95L79.74,5.09L100.00,5.09L100.00,96.20L70.26,96.20L70.26,99.95L40.26,99.95L40.26,98.84L10.26,98.84L10.26,96.39L0.00,96.39Z");
  }
  68.4211% {
    d: path("M0.00,3.76L20.53,3.76L20.53,0.54L50.53,0.54L50.53,1.01L80.53,1.01L80.53,5.19L100.00,5.19L100.00,93.24L99.47,93.24L99.47,96.39L69.47,96.39L69.47,99.99L39.47,99.99L39.47,98.72L9.47,98.72L9.47,96.39L0.00,96.39Z");
  }
  71.0526% {
    d: path("M0.00,3.68L21.32,3.68L21.32,0.51L51.32,0.51L51.32,1.06L81.32,1.06L81.32,5.28L100.00,5.28L100.00,93.24L98.68,93.24L98.68,96.62L68.68,96.62L68.68,99.98L38.68,99.98L38.68,98.60L8.68,98.60L8.68,96.39L0.00,96.39Z");
  }
  73.6842% {
    d: path("M0.00,3.61L22.11,3.61L22.11,0.49L52.11,0.49L52.11,1.12L82.11,1.12L82.11,5.38L100.00,5.38L100.00,93.24L97.89,93.24L97.89,96.85L67.89,96.85L67.89,99.96L37.89,99.96L37.89,98.48L7.89,98.48L7.89,96.39L0.00,96.39Z");
  }
  76.3158% {
    d: path("M0.00,3.54L22.89,3.54L22.89,0.46L52.89,0.46L52.89,1.18L82.89,1.18L82.89,5.48L100.00,5.48L100.00,93.24L97.11,93.24L97.11,97.07L67.11,97.07L67.11,99.95L37.11,99.95L37.11,98.36L7.11,98.36L7.11,96.39L0.00,96.39Z");
  }
  78.9474% {
    d: path("M0.00,3.47L23.68,3.47L23.68,0.43L53.68,0.43L53.68,1.24L83.68,1.24L83.68,5.58L100.00,5.58L100.00,93.24L96.32,93.24L96.32,97.30L66.32,97.30L66.32,99.93L36.32,99.93L36.32,98.25L6.32,98.25L6.32,96.39L0.00,96.39Z");
  }
  81.5789% {
    d: path("M0.00,3.40L24.47,3.40L24.47,0.41L54.47,0.41L54.47,1.30L84.47,1.30L84.47,5.68L100.00,5.68L100.00,93.24L95.53,93.24L95.53,97.53L65.53,97.53L65.53,99.92L35.53,99.92L35.53,98.13L5.53,98.13L5.53,96.39L0.00,96.39Z");
  }
  84.2105% {
    d: path("M0.00,3.33L25.26,3.33L25.26,0.38L55.26,0.38L55.26,1.35L85.26,1.35L85.26,5.78L100.00,5.78L100.00,93.24L94.74,93.24L94.74,97.76L64.74,97.76L64.74,99.90L34.74,99.90L34.74,98.01L4.74,98.01L4.74,96.39L0.00,96.39Z");
  }
  86.8421% {
    d: path("M0.00,3.26L26.05,3.26L26.05,0.36L56.05,0.36L56.05,1.41L86.05,1.41L86.05,5.87L100.00,5.87L100.00,93.24L93.95,93.24L93.95,97.88L63.95,97.88L63.95,99.88L33.95,99.88L33.95,97.89L3.95,97.89L3.95,96.39L0.00,96.39Z");
  }
  89.4737% {
    d: path("M0.00,3.19L26.84,3.19L26.84,0.33L56.84,0.33L56.84,1.47L86.84,1.47L86.84,5.97L100.00,5.97L100.00,93.24L93.16,93.24L93.16,97.95L63.16,97.95L63.16,99.87L33.16,99.87L33.16,97.77L3.16,97.77L3.16,96.39L0.00,96.39Z");
  }
  92.1053% {
    d: path("M0.00,3.11L27.63,3.11L27.63,0.30L57.63,0.30L57.63,1.53L87.63,1.53L87.63,6.07L100.00,6.07L100.00,93.24L92.37,93.24L92.37,98.02L62.37,98.02L62.37,99.85L32.37,99.85L32.37,97.65L2.37,97.65L2.37,96.39L0.00,96.39Z");
  }
  94.7368% {
    d: path("M0.00,3.04L28.42,3.04L28.42,0.28L58.42,0.28L58.42,1.58L88.42,1.58L88.42,6.14L100.00,6.14L100.00,93.24L91.58,93.24L91.58,98.09L61.58,98.09L61.58,99.84L31.58,99.84L31.58,97.53L1.58,97.53L1.58,96.39L0.00,96.39Z");
  }
  97.3684% {
    d: path("M0.00,2.97L29.21,2.97L29.21,0.25L59.21,0.25L59.21,1.64L89.21,1.64L89.21,6.14L100.00,6.14L100.00,93.24L90.79,93.24L90.79,98.16L60.79,98.16L60.79,99.82L30.79,99.82L30.79,97.41L0.79,97.41L0.79,96.39L0.00,96.39Z");
  }
}
@keyframes esns-outline-steps-conference {
  0% {
    d: path("M0.00,3.54L30.00,3.54L30.00,0.05L60.00,0.05L60.00,2.99L90.00,2.99L90.00,6.12L100.00,6.12L100.00,93.25L85.71,93.25L85.71,96.38L64.29,96.38L64.29,99.83L42.86,99.83L42.86,99.82L21.43,99.82L21.43,97.63L0.00,97.63Z");
  }
  2.6316% {
    d: path("M0.00,6.08L0.79,6.08L0.79,3.37L30.79,3.37L30.79,0.11L60.79,0.11L60.79,3.15L90.79,3.15L90.79,6.12L100.00,6.12L100.00,93.25L85.15,93.25L85.15,96.55L63.72,96.55L63.72,99.89L42.29,99.89L42.29,99.81L20.86,99.81L20.86,97.57L0.00,97.57Z");
  }
  5.2632% {
    d: path("M0.00,6.08L1.58,6.08L1.58,3.19L31.58,3.19L31.58,0.17L61.58,0.17L61.58,3.31L91.58,3.31L91.58,6.12L100.00,6.12L100.00,93.25L84.59,93.25L84.59,96.72L63.16,96.72L63.16,99.96L41.73,99.96L41.73,99.79L20.30,99.79L20.30,97.52L0.00,97.52Z");
  }
  7.8947% {
    d: path("M0.00,6.08L2.37,6.08L2.37,3.01L32.37,3.01L32.37,0.23L62.37,0.23L62.37,3.47L92.37,3.47L92.37,6.12L100.00,6.12L100.00,93.25L84.02,93.25L84.02,96.89L62.59,96.89L62.59,100.00L41.17,100.00L41.17,99.78L19.74,99.78L19.74,97.46L0.00,97.46Z");
  }
  10.5263% {
    d: path("M0.00,6.08L3.16,6.08L3.16,2.84L33.16,2.84L33.16,0.28L63.16,0.28L63.16,3.63L93.16,3.63L93.16,6.12L100.00,6.12L100.00,93.25L83.46,93.25L83.46,97.05L62.03,97.05L62.03,100.00L40.60,100.00L40.60,99.76L19.17,99.76L19.17,97.41L0.00,97.41Z");
  }
  13.1579% {
    d: path("M0.00,6.08L3.95,6.08L3.95,2.66L33.95,2.66L33.95,0.34L63.95,0.34L63.95,3.79L93.95,3.79L93.95,6.12L100.00,6.12L100.00,93.25L82.89,93.25L82.89,97.22L61.47,97.22L61.47,100.00L40.04,100.00L40.04,99.75L18.61,99.75L18.61,97.35L0.00,97.35Z");
  }
  15.7895% {
    d: path("M0.00,6.08L4.74,6.08L4.74,2.58L34.74,2.58L34.74,0.40L64.74,0.40L64.74,3.96L94.74,3.96L94.74,6.12L100.00,6.12L100.00,93.25L82.33,93.25L82.33,97.39L60.90,97.39L60.90,100.00L39.47,100.00L39.47,99.73L18.05,99.73L18.05,97.30L0.00,97.30Z");
  }
  18.4211% {
    d: path("M0.00,6.08L5.53,6.08L5.53,2.50L35.53,2.50L35.53,0.46L65.53,0.46L65.53,4.12L95.53,4.12L95.53,6.12L100.00,6.12L100.00,93.25L81.77,93.25L81.77,97.56L60.34,97.56L60.34,100.00L38.91,100.00L38.91,99.72L17.48,99.72L17.48,97.24L0.00,97.24Z");
  }
  21.0526% {
    d: path("M0.00,6.08L6.32,6.08L6.32,2.41L36.32,2.41L36.32,0.51L66.32,0.51L66.32,4.28L96.32,4.28L96.32,6.12L100.00,6.12L100.00,93.25L81.20,93.25L81.20,97.72L59.77,97.72L59.77,100.00L38.35,100.00L38.35,99.70L16.92,99.70L16.92,97.19L0.00,97.19Z");
  }
  23.6842% {
    d: path("M0.00,6.08L7.11,6.08L7.11,2.33L37.11,2.33L37.11,0.57L67.11,0.57L67.11,4.44L97.11,4.44L97.11,6.12L100.00,6.12L100.00,93.25L80.64,93.25L80.64,97.86L59.21,97.86L59.21,100.00L37.78,100.00L37.78,99.69L16.35,99.69L16.35,97.13L0.00,97.13Z");
  }
  26.3158% {
    d: path("M0.00,6.02L7.89,6.02L7.89,2.25L37.89,2.25L37.89,0.63L67.89,0.63L67.89,4.60L97.89,4.60L97.89,6.12L100.00,6.12L100.00,93.25L80.08,93.25L80.08,97.93L58.65,97.93L58.65,100.00L37.22,100.00L37.22,99.67L15.79,99.67L15.79,97.08L0.00,97.08Z");
  }
  28.9474% {
    d: path("M0.00,5.93L8.68,5.93L8.68,2.16L38.68,2.16L38.68,0.69L68.68,0.69L68.68,4.76L98.68,4.76L98.68,6.12L100.00,6.12L100.00,93.25L79.51,93.25L79.51,98.00L58.08,98.00L58.08,100.00L36.65,100.00L36.65,99.66L15.23,99.66L15.23,97.02L0.00,97.02Z");
  }
  31.5789% {
    d: path("M0.00,5.85L9.47,5.85L9.47,2.08L39.47,2.08L39.47,0.74L69.47,0.74L69.47,4.92L99.47,4.92L99.47,6.12L100.00,6.12L100.00,93.25L78.95,93.25L78.95,98.06L57.52,98.06L57.52,100.00L36.09,100.00L36.09,99.64L14.66,99.64L14.66,96.97L0.00,96.97Z");
  }
  34.2105% {
    d: path("M0.00,5.76L10.26,5.76L10.26,2.00L40.26,2.00L40.26,0.80L70.26,0.80L70.26,5.06L100.00,5.06L100.00,93.25L99.81,93.25L78.38,93.25L78.38,98.13L56.95,98.13L56.95,100.00L35.53,100.00L35.53,99.62L14.10,99.62L14.10,96.91L0.00,96.91Z");
  }
  36.8421% {
    d: path("M0.00,5.67L11.05,5.67L11.05,1.91L41.05,1.91L41.05,0.86L71.05,0.86L71.05,5.14L100.00,5.14L100.00,93.25L99.25,93.25L77.82,93.25L77.82,98.20L56.39,98.20L56.39,100.00L34.96,100.00L34.96,99.61L13.53,99.61L13.53,96.86L0.00,96.86Z");
  }
  39.4737% {
    d: path("M0.00,5.58L11.84,5.58L11.84,1.83L41.84,1.83L41.84,0.92L71.84,0.92L71.84,5.22L100.00,5.22L100.00,93.25L98.68,93.25L77.26,93.25L77.26,98.27L55.83,98.27L55.83,100.00L34.40,100.00L34.40,99.59L12.97,99.59L12.97,96.80L0.00,96.80Z");
  }
  42.1053% {
    d: path("M0.00,5.49L12.63,5.49L12.63,1.75L42.63,1.75L42.63,0.97L72.63,0.97L72.63,5.30L100.00,5.30L100.00,93.25L98.12,93.25L76.69,93.25L76.69,98.33L55.26,98.33L55.26,100.00L33.83,100.00L33.83,99.58L12.41,99.58L12.41,96.75L0.00,96.75Z");
  }
  44.7368% {
    d: path("M0.00,5.40L13.42,5.40L13.42,1.66L43.42,1.66L43.42,1.03L73.42,1.03L73.42,5.38L100.00,5.38L100.00,93.25L97.56,93.25L76.13,93.25L76.13,98.40L54.70,98.40L54.70,100.00L33.27,100.00L33.27,99.56L11.84,99.56L11.84,96.69L0.00,96.69Z");
  }
  47.3684% {
    d: path("M0.00,5.31L14.21,5.31L14.21,1.58L44.21,1.58L44.21,1.09L74.21,1.09L74.21,5.46L100.00,5.46L100.00,93.25L96.99,93.25L75.56,93.25L75.56,98.47L54.14,98.47L54.14,100.00L32.71,100.00L32.71,99.55L11.28,99.55L11.28,96.64L0.00,96.64Z");
  }
  50% {
    d: path("M0.00,5.23L15.00,5.23L15.00,1.50L45.00,1.50L45.00,1.15L75.00,1.15L75.00,5.54L100.00,5.54L100.00,93.25L96.43,93.25L75.00,93.25L75.00,98.54L53.57,98.54L53.57,100.00L32.14,100.00L32.14,99.53L10.71,99.53L10.71,96.58L0.00,96.58Z");
  }
  52.6316% {
    d: path("M0.00,5.14L15.79,5.14L15.79,1.42L45.79,1.42L45.79,1.20L75.79,1.20L75.79,5.62L100.00,5.62L100.00,93.25L95.86,93.25L95.86,93.37L74.44,93.37L74.44,98.61L53.01,98.61L53.01,100.00L31.58,100.00L31.58,99.52L10.15,99.52L10.15,96.52L0.00,96.52Z");
  }
  55.2632% {
    d: path("M0.00,5.05L16.58,5.05L16.58,1.33L46.58,1.33L46.58,1.26L76.58,1.26L76.58,5.71L100.00,5.71L100.00,93.25L95.30,93.25L95.30,93.53L73.87,93.53L73.87,98.67L52.44,98.67L52.44,100.00L31.02,100.00L31.02,99.50L9.59,99.50L9.59,96.47L0.00,96.47Z");
  }
  57.8947% {
    d: path("M0.00,4.96L17.37,4.96L17.37,1.25L47.37,1.25L47.37,1.32L77.37,1.32L77.37,5.79L100.00,5.79L100.00,93.25L94.74,93.25L94.74,93.70L73.31,93.70L73.31,98.74L51.88,98.74L51.88,100.00L30.45,100.00L30.45,99.40L9.02,99.40L9.02,96.41L0.00,96.41Z");
  }
  60.5263% {
    d: path("M0.00,4.87L18.16,4.87L18.16,1.17L48.16,1.17L48.16,1.38L78.16,1.38L78.16,5.87L100.00,5.87L100.00,93.25L94.17,93.25L94.17,93.87L72.74,93.87L72.74,98.81L51.32,98.81L51.32,100.00L29.89,100.00L29.89,99.29L8.46,99.29L8.46,96.40L0.00,96.40Z");
  }
  63.1579% {
    d: path("M0.00,4.78L18.95,4.78L18.95,1.08L48.95,1.08L48.95,1.43L78.95,1.43L78.95,5.95L100.00,5.95L100.00,93.25L93.61,93.25L93.61,94.04L72.18,94.04L72.18,98.88L50.75,98.88L50.75,100.00L29.32,100.00L29.32,99.18L7.89,99.18L7.89,96.40L0.00,96.40Z");
  }
  65.7895% {
    d: path("M0.00,4.69L19.74,4.69L19.74,1.00L49.74,1.00L49.74,1.49L79.74,1.49L79.74,6.03L100.00,6.03L100.00,93.25L93.05,93.25L93.05,94.21L71.62,94.21L71.62,98.94L50.19,98.94L50.19,100.00L28.76,100.00L28.76,99.07L7.33,99.07L7.33,96.40L0.00,96.40Z");
  }
  68.4211% {
    d: path("M0.00,4.61L20.53,4.61L20.53,0.92L50.53,0.92L50.53,1.55L80.53,1.55L80.53,6.11L100.00,6.11L100.00,93.25L92.48,93.25L92.48,94.37L71.05,94.37L71.05,99.01L49.62,99.01L49.62,100.00L28.20,100.00L28.20,98.96L6.77,98.96L6.77,96.40L0.00,96.40Z");
  }
  71.0526% {
    d: path("M0.00,4.52L21.32,4.52L21.32,0.83L51.32,0.83L51.32,1.61L81.32,1.61L81.32,6.12L100.00,6.12L100.00,93.25L91.92,93.25L91.92,94.54L70.49,94.54L70.49,99.08L49.06,99.08L49.06,99.99L27.63,99.99L27.63,98.85L6.20,98.85L6.20,96.40L0.00,96.40Z");
  }
  73.6842% {
    d: path("M0.00,4.43L22.11,4.43L22.11,0.75L52.11,0.75L52.11,1.66L82.11,1.66L82.11,6.12L100.00,6.12L100.00,93.25L91.35,93.25L91.35,94.71L69.92,94.71L69.92,99.15L48.50,99.15L48.50,99.98L27.07,99.98L27.07,98.74L5.64,98.74L5.64,96.40L0.00,96.40Z");
  }
  76.3158% {
    d: path("M0.00,4.34L22.89,4.34L22.89,0.67L52.89,0.67L52.89,1.72L82.89,1.72L82.89,6.12L100.00,6.12L100.00,93.25L90.79,93.25L90.79,94.88L69.36,94.88L69.36,99.22L47.93,99.22L47.93,99.96L26.50,99.96L26.50,98.62L5.08,98.62L5.08,96.40L0.00,96.40Z");
  }
  78.9474% {
    d: path("M0.00,4.25L23.68,4.25L23.68,0.59L53.68,0.59L53.68,1.78L83.68,1.78L83.68,6.12L100.00,6.12L100.00,93.25L90.23,93.25L90.23,95.04L68.80,95.04L68.80,99.28L47.37,99.28L47.37,99.95L25.94,99.95L25.94,98.51L4.51,98.51L4.51,96.40L0.00,96.40Z");
  }
  81.5789% {
    d: path("M0.00,4.16L24.47,4.16L24.47,0.50L54.47,0.50L54.47,1.86L84.47,1.86L84.47,6.12L100.00,6.12L100.00,93.25L89.66,93.25L89.66,95.21L68.23,95.21L68.23,99.35L46.80,99.35L46.80,99.93L25.38,99.93L25.38,98.40L3.95,98.40L3.95,96.40L0.00,96.40Z");
  }
  84.2105% {
    d: path("M0.00,4.08L25.26,4.08L25.26,0.42L55.26,0.42L55.26,2.02L85.26,2.02L85.26,6.12L100.00,6.12L100.00,93.25L89.10,93.25L89.10,95.38L67.67,95.38L67.67,99.42L46.24,99.42L46.24,99.92L24.81,99.92L24.81,98.29L3.38,98.29L3.38,96.40L0.00,96.40Z");
  }
  86.8421% {
    d: path("M0.00,3.99L26.05,3.99L26.05,0.34L56.05,0.34L56.05,2.18L86.05,2.18L86.05,6.12L100.00,6.12L100.00,93.25L88.53,93.25L88.53,95.55L67.11,95.55L67.11,99.49L45.68,99.49L45.68,99.90L24.25,99.90L24.25,98.18L2.82,98.18L2.82,96.40L0.00,96.40Z");
  }
  89.4737% {
    d: path("M0.00,3.90L26.84,3.90L26.84,0.25L56.84,0.25L56.84,2.34L86.84,2.34L86.84,6.12L100.00,6.12L100.00,93.25L87.97,93.25L87.97,95.71L66.54,95.71L66.54,99.55L45.11,99.55L45.11,99.89L23.68,99.89L23.68,98.07L2.26,98.07L2.26,96.40L0.00,96.40Z");
  }
  92.1053% {
    d: path("M0.00,3.81L27.63,3.81L27.63,0.17L57.63,0.17L57.63,2.50L87.63,2.50L87.63,6.12L100.00,6.12L100.00,93.25L87.41,93.25L87.41,95.88L65.98,95.88L65.98,99.62L44.55,99.62L44.55,99.87L23.12,99.87L23.12,97.96L1.69,97.96L1.69,96.40L0.00,96.40Z");
  }
  94.7368% {
    d: path("M0.00,3.72L28.42,3.72L28.42,0.09L58.42,0.09L58.42,2.66L88.42,2.66L88.42,6.12L100.00,6.12L100.00,93.25L86.84,93.25L86.84,96.05L65.41,96.05L65.41,99.69L43.98,99.69L43.98,99.85L22.56,99.85L22.56,97.85L1.13,97.85L1.13,96.40L0.00,96.40Z");
  }
  97.3684% {
    d: path("M0.00,3.63L29.21,3.63L29.21,0.00L59.21,0.00L59.21,2.83L89.21,2.83L89.21,6.12L100.00,6.12L100.00,93.25L86.28,93.25L86.28,96.22L64.85,96.22L64.85,99.76L43.42,99.76L43.42,99.84L21.99,99.84L21.99,97.74L0.56,97.74L0.56,96.40L0.00,96.40Z");
  }
}
@keyframes esns-outline-kader {
  0% {
    d: path("M51.74,2.18L64.92,2.18L64.92,5.84L77.64,5.84L77.64,12.71L88.07,12.71L88.07,22.70L95.50,22.70L95.50,35.88L98.42,35.88L98.42,52.20L98.42,67.74L93.86,67.74L93.86,80.00L85.65,80.00L85.65,89.39L74.75,89.39L74.75,95.29L61.63,95.29L61.63,97.82L48.26,97.82L35.08,97.82L35.08,94.16L22.36,94.16L22.36,87.29L11.93,87.29L11.93,77.30L4.50,77.30L4.50,64.12L1.58,64.12L1.58,47.80L1.58,32.26L6.14,32.26L6.14,20.00L14.35,20.00L14.35,10.61L25.25,10.61L25.25,4.71L38.37,4.71L38.37,2.18Z");
  }
  2.6316% {
    d: path("M51.92,2.44L65.27,2.44L65.27,5.96L77.97,5.96L77.97,12.92L88.33,12.92L88.33,22.99L95.65,22.99L95.65,36.27L98.33,36.27L98.33,52.65L98.33,68.12L93.70,68.12L93.70,80.33L85.47,80.33L85.47,89.56L74.41,89.56L74.41,95.38L61.27,95.38L61.27,97.56L48.08,97.56L34.73,97.56L34.73,94.04L22.03,94.04L22.03,87.08L11.67,87.08L11.67,77.01L4.35,77.01L4.35,63.73L1.67,63.73L1.67,47.35L1.67,31.88L6.30,31.88L6.30,19.67L14.53,19.67L14.53,10.44L25.59,10.44L25.59,4.62L38.73,4.62L38.73,2.44Z");
  }
  5.2632% {
    d: path("M51.93,2.62L65.61,2.62L65.61,6.14L78.30,6.14L78.30,13.13L88.54,13.13L88.54,23.31L95.79,23.31L95.79,36.67L98.29,36.67L98.29,53.10L98.29,68.50L93.56,68.50L93.56,80.57L85.15,80.57L85.15,89.66L74.05,89.66L74.05,95.47L60.91,95.47L60.91,97.38L48.07,97.38L34.39,97.38L34.39,93.86L21.70,93.86L21.70,86.87L11.46,86.87L11.46,76.69L4.21,76.69L4.21,63.33L1.71,63.33L1.71,46.90L1.71,31.50L6.44,31.50L6.44,19.43L14.85,19.43L14.85,10.34L25.95,10.34L25.95,4.53L39.09,4.53L39.09,2.62Z");
  }
  7.8947% {
    d: path("M52.30,2.68L65.95,2.68L65.95,6.32L78.63,6.32L78.63,13.34L88.81,13.34L88.81,23.60L95.94,23.60L95.94,37.06L98.24,37.06L98.24,53.55L98.24,68.88L93.41,68.88L93.41,80.91L84.98,80.91L84.98,89.81L73.70,89.81L73.70,95.56L60.55,95.56L60.55,97.32L47.70,97.32L34.05,97.32L34.05,93.68L21.37,93.68L21.37,86.66L11.19,86.66L11.19,76.40L4.06,76.40L4.06,62.94L1.76,62.94L1.76,46.45L1.76,31.12L6.59,31.12L6.59,19.09L15.02,19.09L15.02,10.19L26.30,10.19L26.30,4.44L39.45,4.44L39.45,2.68Z");
  }
  10.5263% {
    d: path("M52.66,2.74L66.31,2.74L66.31,6.42L78.95,6.42L78.95,13.55L89.01,13.55L89.01,23.93L96.07,23.93L96.07,37.47L98.19,37.47L98.19,54.00L98.19,69.20L93.14,69.20L93.14,81.15L84.66,81.15L84.66,90.01L73.37,90.01L73.37,95.66L60.19,95.66L60.19,97.26L47.34,97.26L33.69,97.26L33.69,93.58L21.05,93.58L21.05,86.45L10.99,86.45L10.99,76.07L3.93,76.07L3.93,62.53L1.81,62.53L1.81,46.00L1.81,30.80L6.86,30.80L6.86,18.85L15.34,18.85L15.34,9.99L26.63,9.99L26.63,4.34L39.81,4.34L39.81,2.74Z");
  }
  13.1579% {
    d: path("M53.03,2.80L66.67,2.80L66.67,6.52L79.14,6.52L79.14,13.88L89.28,13.88L89.28,24.22L96.19,24.22L96.19,37.88L98.13,37.88L98.13,54.44L98.13,69.58L92.99,69.58L92.99,81.49L84.48,81.49L84.48,90.20L73.03,90.20L73.03,95.75L59.83,95.75L59.83,97.20L46.97,97.20L33.33,97.20L33.33,93.48L20.86,93.48L20.86,86.12L10.72,86.12L10.72,75.78L3.81,75.78L3.81,62.12L1.87,62.12L1.87,45.56L1.87,30.42L7.01,30.42L7.01,18.51L15.52,18.51L15.52,9.80L26.97,9.80L26.97,4.25L40.17,4.25L40.17,2.80Z");
  }
  15.7895% {
    d: path("M53.39,2.86L67.01,2.86L67.01,6.69L79.46,6.69L79.46,14.09L89.48,14.09L89.48,24.55L96.31,24.55L96.31,38.28L98.06,38.28L98.06,54.89L98.06,69.95L92.83,69.95L92.83,81.72L84.17,81.72L84.17,90.40L72.70,90.40L72.70,95.84L59.47,95.84L59.47,97.14L46.61,97.14L32.99,97.14L32.99,93.31L20.54,93.31L20.54,85.91L10.52,85.91L10.52,75.45L3.69,75.45L3.69,61.72L1.94,61.72L1.94,45.11L1.94,30.05L7.17,30.05L7.17,18.28L15.83,18.28L15.83,9.60L27.30,9.60L27.30,4.16L40.53,4.16L40.53,2.86Z");
  }
  18.4211% {
    d: path("M53.76,2.92L67.35,2.92L67.35,6.88L79.79,6.88L79.79,14.31L89.74,14.31L89.74,24.85L96.43,24.85L96.43,38.69L97.97,38.69L97.97,55.32L97.97,70.27L92.58,70.27L92.58,81.96L83.85,81.96L83.85,90.59L72.37,90.59L72.37,95.94L59.10,95.94L59.10,97.08L46.24,97.08L32.65,97.08L32.65,93.12L20.21,93.12L20.21,85.69L10.26,85.69L10.26,75.15L3.57,75.15L3.57,61.31L2.03,61.31L2.03,44.68L2.03,29.73L7.42,29.73L7.42,18.04L16.15,18.04L16.15,9.41L27.63,9.41L27.63,4.06L40.90,4.06L40.90,2.92Z");
  }
  21.0526% {
    d: path("M54.12,2.98L67.69,2.98L67.69,7.06L80.11,7.06L80.11,14.52L89.94,14.52L89.94,25.18L96.55,25.18L96.55,39.10L97.88,39.10L97.88,55.76L97.88,70.63L92.40,70.63L92.40,82.29L83.67,82.29L83.67,90.79L72.03,90.79L72.03,96.03L58.74,96.03L58.74,97.02L45.88,97.02L32.31,97.02L32.31,92.94L19.89,92.94L19.89,85.48L10.06,85.48L10.06,74.82L3.45,74.82L3.45,60.90L2.12,60.90L2.12,44.24L2.12,29.37L7.60,29.37L7.60,17.71L16.33,17.71L16.33,9.21L27.97,9.21L27.97,3.97L41.26,3.97L41.26,2.98Z");
  }
  23.6842% {
    d: path("M54.49,3.04L68.04,3.04L68.04,7.20L80.44,7.20L80.44,14.74L90.10,14.74L90.10,25.54L96.67,25.54L96.67,39.52L97.80,39.52L97.80,56.19L97.80,71.00L92.24,71.00L92.24,82.52L83.35,82.52L83.35,90.98L71.70,90.98L71.70,96.12L58.38,96.12L58.38,96.96L45.51,96.96L31.96,96.96L31.96,92.80L19.56,92.80L19.56,85.26L9.90,85.26L9.90,74.46L3.33,74.46L3.33,60.48L2.20,60.48L2.20,43.81L2.20,29.00L7.76,29.00L7.76,17.48L16.65,17.48L16.65,9.02L28.30,9.02L28.30,3.88L41.62,3.88L41.62,3.04Z");
  }
  26.3158% {
    d: path("M54.85,3.10L68.40,3.10L68.40,7.30L80.62,7.30L80.62,15.07L90.40,15.07L90.40,25.82L96.79,25.82L96.79,39.93L97.70,39.93L97.70,56.62L97.70,71.37L92.09,71.37L92.09,82.75L83.03,82.75L83.03,91.18L71.36,91.18L71.36,96.21L58.02,96.21L58.02,96.90L45.15,96.90L31.60,96.90L31.60,92.70L19.38,92.70L19.38,84.93L9.60,84.93L9.60,74.18L3.21,74.18L3.21,60.07L2.30,60.07L2.30,43.38L2.30,28.63L7.91,28.63L7.91,17.25L16.97,17.25L16.97,8.82L28.64,8.82L28.64,3.79L41.98,3.79L41.98,3.10Z");
  }
  28.9474% {
    d: path("M55.22,3.16L68.75,3.16L68.75,7.44L80.94,7.44L80.94,15.29L90.56,15.29L90.56,26.18L96.99,26.18L96.99,40.32L97.61,40.32L97.61,57.05L97.61,71.67L91.81,71.67L91.81,83.08L82.84,83.08L82.84,91.37L71.03,91.37L71.03,96.30L57.66,96.30L57.66,96.84L44.78,96.84L31.25,96.84L31.25,92.56L19.06,92.56L19.06,84.71L9.44,84.71L9.44,73.82L3.01,73.82L3.01,59.68L2.39,59.68L2.39,42.95L2.39,28.33L8.19,28.33L8.19,16.92L17.16,16.92L17.16,8.63L28.97,8.63L28.97,3.70L42.34,3.70L42.34,3.16Z");
  }
  31.5789% {
    d: path("M55.59,3.23L69.08,3.23L69.08,7.63L81.26,7.63L81.26,15.51L90.72,15.51L90.72,26.54L97.10,26.54L97.10,40.74L97.51,40.74L97.51,57.48L97.51,72.04L91.65,72.04L91.65,83.31L82.53,83.31L82.53,91.56L70.69,91.56L70.69,96.39L57.30,96.39L57.30,96.77L44.41,96.77L30.92,96.77L30.92,92.37L18.74,92.37L18.74,84.49L9.28,84.49L9.28,73.46L2.90,73.46L2.90,59.26L2.49,59.26L2.49,42.52L2.49,27.96L8.35,27.96L8.35,16.69L17.47,16.69L17.47,8.44L29.31,8.44L29.31,3.61L42.70,3.61L42.70,3.23Z");
  }
  34.2105% {
    d: path("M55.95,3.32L69.42,3.32L69.42,7.82L81.49,7.82L81.49,15.80L91.01,15.80L91.01,26.82L97.21,26.82L97.21,41.16L97.41,41.16L97.41,57.90L97.41,72.40L91.49,72.40L91.49,83.54L82.21,83.54L82.21,91.75L70.36,91.75L70.36,96.48L56.94,96.48L56.94,96.68L44.05,96.68L30.58,96.68L30.58,92.18L18.51,92.18L18.51,84.20L8.99,84.20L8.99,73.18L2.79,73.18L2.79,58.84L2.59,58.84L2.59,42.10L2.59,27.60L8.51,27.60L8.51,16.46L17.79,16.46L17.79,8.25L29.64,8.25L29.64,3.52L43.06,3.52L43.06,3.32Z");
  }
  36.8421% {
    d: path("M56.31,3.41L69.76,3.41L69.76,8.01L81.77,8.01L81.77,16.06L91.17,16.06L91.17,27.18L97.31,27.18L97.31,41.58L97.31,41.58L97.31,58.33L97.31,72.69L91.21,72.69L91.21,83.81L81.95,83.81L81.95,91.94L70.02,91.94L70.02,96.57L56.57,96.57L56.57,96.59L43.69,96.59L30.24,96.59L30.24,91.99L18.23,91.99L18.23,83.94L8.83,83.94L8.83,72.82L2.69,72.82L2.69,58.42L2.69,58.42L2.69,41.67L2.69,27.31L8.79,27.31L8.79,16.19L18.05,16.19L18.05,8.06L29.98,8.06L29.98,3.43L43.43,3.43L43.43,3.41Z");
  }
  39.4737% {
    d: path("M56.67,3.50L70.09,3.50L70.09,8.20L82.09,8.20L82.09,16.28L91.33,16.28L91.33,27.55L97.41,27.55L97.41,42.00L97.41,58.75L97.20,58.75L97.20,73.05L91.05,73.05L91.05,84.09L81.70,84.09L81.70,92.13L69.69,92.13L69.69,96.64L56.21,96.64L43.33,96.64L43.33,96.50L29.91,96.50L29.91,91.80L17.91,91.80L17.91,83.72L8.67,83.72L8.67,72.45L2.59,72.45L2.59,58.00L2.59,41.25L2.80,41.25L2.80,26.95L8.95,26.95L8.95,15.91L18.30,15.91L18.30,7.87L30.31,7.87L30.31,3.36L43.79,3.36L56.67,3.36Z");
  }
  42.1053% {
    d: path("M57.03,3.59L70.43,3.59L70.43,8.39L82.39,8.39L82.39,16.52L91.61,16.52L91.61,27.84L97.51,27.84L97.51,42.43L97.51,59.18L97.09,59.18L97.09,73.42L90.88,73.42L90.88,84.31L81.38,84.31L81.38,92.28L69.34,92.28L69.34,96.70L55.84,96.70L42.97,96.70L42.97,96.41L29.57,96.41L29.57,91.61L17.61,91.61L17.61,83.48L8.39,83.48L8.39,72.16L2.49,72.16L2.49,57.57L2.49,40.82L2.91,40.82L2.91,26.58L9.12,26.58L9.12,15.69L18.62,15.69L18.62,7.72L30.66,7.72L30.66,3.30L44.16,3.30L57.03,3.30Z");
  }
  44.7368% {
    d: path("M57.39,3.68L70.78,3.68L70.78,8.50L82.59,8.50L82.59,16.84L91.77,16.84L91.77,28.20L97.61,28.20L97.61,42.86L97.61,59.60L96.99,59.60L96.99,73.70L90.59,73.70L90.59,84.54L81.06,84.54L81.06,92.38L68.98,92.38L68.98,96.76L55.48,96.76L42.61,96.76L42.61,96.32L29.22,96.32L29.22,91.50L17.41,91.50L17.41,83.16L8.23,83.16L8.23,71.80L2.39,71.80L2.39,57.14L2.39,40.40L3.01,40.40L3.01,26.30L9.41,26.30L9.41,15.46L18.94,15.46L18.94,7.62L31.02,7.62L31.02,3.24L44.52,3.24L57.39,3.24Z");
  }
  47.3684% {
    d: path("M57.76,3.77L71.14,3.77L71.14,8.60L82.91,8.60L82.91,17.07L91.93,17.07L91.93,28.57L97.69,28.57L97.69,43.29L97.69,60.01L96.85,60.01L96.85,74.06L90.43,74.06L90.43,84.86L80.87,84.86L80.87,92.52L68.63,92.52L68.63,96.82L55.11,96.82L42.24,96.82L42.24,96.23L28.86,96.23L28.86,91.40L17.09,91.40L17.09,82.93L8.07,82.93L8.07,71.43L2.31,71.43L2.31,56.71L2.31,39.99L3.15,39.99L3.15,25.94L9.57,25.94L9.57,15.14L19.13,15.14L19.13,7.48L31.37,7.48L31.37,3.18L44.89,3.18L57.76,3.18Z");
  }
  50% {
    d: path("M58.12,3.86L71.48,3.86L71.48,8.79L83.23,8.79L83.23,17.30L92.21,17.30L92.21,28.87L97.78,28.87L97.78,43.73L97.78,60.42L96.74,60.42L96.74,74.42L90.26,74.42L90.26,85.08L80.55,85.08L80.55,92.71L68.29,92.71L68.29,96.88L54.75,96.88L41.88,96.88L41.88,96.14L28.52,96.14L28.52,91.21L16.77,91.21L16.77,82.70L7.79,82.70L7.79,71.13L2.22,71.13L2.22,56.27L2.22,39.58L3.26,39.58L3.26,25.58L9.74,25.58L9.74,14.92L19.45,14.92L19.45,7.29L31.71,7.29L31.71,3.12L45.25,3.12L58.12,3.12Z");
  }
  52.6316% {
    d: path("M58.48,3.96L71.82,3.96L71.82,8.98L83.41,8.98L83.41,17.63L92.37,17.63L92.37,29.24L97.86,29.24L97.86,44.16L97.86,60.84L96.62,60.84L96.62,74.69L89.97,74.69L89.97,85.30L80.23,85.30L80.23,92.90L67.96,92.90L67.96,96.94L54.38,96.94L41.52,96.94L41.52,96.04L28.18,96.04L28.18,91.02L16.59,91.02L16.59,82.37L7.63,82.37L7.63,70.76L2.14,70.76L2.14,55.84L2.14,39.16L3.38,39.16L3.38,25.31L10.03,25.31L10.03,14.70L19.77,14.70L19.77,7.10L32.04,7.10L32.04,3.06L45.62,3.06L58.48,3.06Z");
  }
  55.2632% {
    d: path("M58.84,4.05L72.15,4.05L72.15,9.18L83.73,9.18L83.73,17.86L92.52,17.86L92.52,29.61L97.94,29.61L97.94,44.60L97.94,61.25L96.51,61.25L96.51,75.05L89.81,75.05L89.81,85.52L79.90,85.52L79.90,93.07L67.62,93.07L67.62,97.00L54.01,97.00L41.16,97.00L41.16,95.95L27.85,95.95L27.85,90.82L16.27,90.82L16.27,82.14L7.48,82.14L7.48,70.39L2.06,70.39L2.06,55.40L2.06,38.75L3.49,38.75L3.49,24.95L10.19,24.95L10.19,14.48L20.10,14.48L20.10,6.93L32.38,6.93L32.38,3.00L45.99,3.00L58.84,3.00Z");
  }
  57.8947% {
    d: path("M59.21,4.11L72.48,4.11L72.48,9.37L84.05,9.37L84.05,18.10L92.80,18.10L92.80,29.91L98.02,29.91L98.02,45.04L98.02,61.66L96.38,61.66L96.38,75.32L89.51,75.32L89.51,85.84L79.72,85.84L79.72,93.17L67.26,93.17L67.26,97.06L53.65,97.06L40.79,97.06L40.79,95.89L27.52,95.89L27.52,90.63L15.95,90.63L15.95,81.90L7.20,81.90L7.20,70.09L1.98,70.09L1.98,54.96L1.98,38.34L3.62,38.34L3.62,24.68L10.49,24.68L10.49,14.16L20.28,14.16L20.28,6.83L32.74,6.83L32.74,2.94L46.35,2.94L59.21,2.94Z");
  }
  60.5263% {
    d: path("M59.57,4.17L72.82,4.17L72.82,9.57L84.23,9.57L84.23,18.43L92.95,18.43L92.95,30.29L98.09,30.29L98.09,45.48L98.09,62.07L96.25,62.07L96.25,75.68L89.35,75.68L89.35,86.06L79.40,86.06L79.40,93.27L66.90,93.27L66.90,97.12L53.28,97.12L40.43,97.12L40.43,95.83L27.18,95.83L27.18,90.43L15.77,90.43L15.77,81.57L7.05,81.57L7.05,69.71L1.91,69.71L1.91,54.52L1.91,37.93L3.75,37.93L3.75,24.32L10.65,24.32L10.65,13.94L20.60,13.94L20.60,6.73L33.10,6.73L33.10,2.88L46.72,2.88L59.57,2.88Z");
  }
  63.1579% {
    d: path("M59.94,4.23L73.15,4.23L73.15,9.76L84.54,9.76L84.54,18.67L93.10,18.67L93.10,30.67L98.16,30.67L98.16,45.92L98.16,62.48L96.12,62.48L96.12,75.95L89.05,75.95L89.05,86.27L79.07,86.27L79.07,93.45L66.56,93.45L66.56,97.18L52.92,97.18L40.06,97.18L40.06,95.77L26.85,95.77L26.85,90.24L15.46,90.24L15.46,81.33L6.90,81.33L6.90,69.33L1.84,69.33L1.84,54.08L1.84,37.52L3.88,37.52L3.88,24.05L10.95,24.05L10.95,13.73L20.93,13.73L20.93,6.55L33.44,6.55L33.44,2.82L47.08,2.82L59.94,2.82Z");
  }
  65.7895% {
    d: path("M60.30,4.32L73.48,4.32L73.48,9.96L84.73,9.96L84.73,19.01L93.25,19.01L93.25,31.04L98.22,31.04L98.22,46.37L98.22,62.88L95.99,62.88L95.99,76.30L88.88,76.30L88.88,86.48L78.74,86.48L78.74,93.63L66.22,93.63L66.22,97.26L52.55,97.26L39.70,97.26L39.70,95.68L26.52,95.68L26.52,90.04L15.27,90.04L15.27,80.99L6.75,80.99L6.75,68.96L1.78,68.96L1.78,53.63L1.78,37.12L4.01,37.12L4.01,23.70L11.12,23.70L11.12,13.52L21.26,13.52L21.26,6.36L33.78,6.36L33.78,2.74L47.45,2.74L60.30,2.74Z");
  }
  68.4211% {
    d: path("M60.66,4.41L73.82,4.41L73.82,10.16L85.04,10.16L85.04,19.25L93.52,19.25L93.52,31.36L98.27,31.36L98.27,46.82L98.27,63.26L95.80,63.26L95.80,76.65L88.71,76.65L88.71,86.70L78.41,86.70L78.41,93.82L65.88,93.82L65.88,97.35L52.19,97.35L39.34,97.35L39.34,95.59L26.18,95.59L26.18,89.84L14.96,89.84L14.96,80.75L6.48,80.75L6.48,68.64L1.73,68.64L1.73,53.18L1.73,36.74L4.20,36.74L4.20,23.35L11.29,23.35L11.29,13.30L21.59,13.30L21.59,6.18L34.12,6.18L34.12,2.65L47.81,2.65L60.66,2.65Z");
  }
  71.0526% {
    d: path("M61.01,4.54L74.15,4.54L74.15,10.36L85.35,10.36L85.35,19.49L93.66,19.49L93.66,31.74L98.32,31.74L98.32,47.27L98.32,63.66L95.67,63.66L95.67,76.91L88.41,76.91L88.41,87.00L78.21,87.00L78.21,93.94L65.53,93.94L65.53,97.53L51.87,97.53L38.99,97.53L38.99,95.46L25.85,95.46L25.85,89.64L14.65,89.64L14.65,80.51L6.34,80.51L6.34,68.26L1.68,68.26L1.68,52.73L1.68,36.34L4.33,36.34L4.33,23.09L11.59,23.09L11.59,13.00L21.79,13.00L21.79,6.06L34.47,6.06L34.47,2.47L48.13,2.47L61.01,2.47Z");
  }
  73.6842% {
    d: path("M61.36,4.70L74.48,4.70L74.48,10.56L85.53,10.56L85.53,19.83L93.81,19.83L93.81,32.12L98.39,32.12L98.39,47.71L98.39,64.06L95.54,64.06L95.54,77.25L88.22,77.25L88.22,87.23L77.90,87.23L77.90,94.04L65.17,94.04L65.17,97.82L51.95,97.82L38.64,97.82L38.64,95.30L25.52,95.30L25.52,89.44L14.47,89.44L14.47,80.17L6.19,80.17L6.19,67.88L1.61,67.88L1.61,52.29L1.61,35.94L4.46,35.94L4.46,22.75L11.78,22.75L11.78,12.77L22.10,12.77L22.10,5.96L34.83,5.96L34.83,2.18L48.05,2.18L61.36,2.18Z");
  }
  76.3158% {
    d: path("M61.72,4.79L74.81,4.79L74.81,10.76L85.84,10.76L85.84,20.07L93.95,20.07L93.95,32.50L98.42,32.50L98.42,48.16L98.42,64.46L95.41,64.46L95.41,77.52L87.93,77.52L87.93,87.44L77.57,87.44L77.57,94.18L64.82,94.18L64.82,97.82L51.58,97.82L38.28,97.82L38.28,95.21L25.19,95.21L25.19,89.24L14.16,89.24L14.16,79.93L6.05,79.93L6.05,67.50L1.58,67.50L1.58,51.84L1.58,35.54L4.59,35.54L4.59,22.48L12.07,22.48L12.07,12.56L22.43,12.56L22.43,5.82L35.18,5.82L35.18,2.18L48.42,2.18L61.72,2.18Z");
  }
  78.9474% {
    d: path("M62.08,4.88L75.15,4.88L75.15,10.96L86.16,10.96L86.16,20.32L94.22,20.32L94.22,32.82L98.44,32.82L98.44,48.61L98.44,64.85L95.27,64.85L95.27,77.85L87.73,77.85L87.73,87.64L77.24,87.64L77.24,94.33L64.47,94.33L64.47,97.82L51.21,97.82L37.92,97.82L37.92,95.12L24.85,95.12L24.85,89.04L13.84,89.04L13.84,79.68L5.78,79.68L5.78,67.18L1.56,67.18L1.56,51.39L1.56,35.15L4.73,35.15L4.73,22.15L12.27,22.15L12.27,12.36L22.76,12.36L22.76,5.67L35.53,5.67L35.53,2.18L48.79,2.18L62.08,2.18Z");
  }
  81.5789% {
    d: path("M62.44,4.98L75.48,4.98L75.48,11.16L86.47,11.16L86.47,20.56L94.43,20.56L94.43,33.18L98.46,33.18L98.46,49.06L98.46,65.25L95.14,65.25L95.14,78.13L87.46,78.13L87.46,87.85L76.91,87.85L76.91,94.43L64.11,94.43L64.11,97.82L50.85,97.82L37.56,97.82L37.56,95.02L24.52,95.02L24.52,88.84L13.53,88.84L13.53,79.44L5.57,79.44L5.57,66.82L1.54,66.82L1.54,50.94L1.54,34.75L4.86,34.75L4.86,21.87L12.54,21.87L12.54,12.15L23.09,12.15L23.09,5.57L35.89,5.57L35.89,2.18L49.15,2.18L62.44,2.18Z");
  }
  84.2105% {
    d: path("M62.80,5.07L75.81,5.07L75.81,11.36L86.64,11.36L86.64,20.91L94.59,20.91L94.59,33.55L98.47,33.55L98.47,49.51L98.47,65.59L94.89,65.59L94.89,78.43L87.22,78.43L87.22,88.06L76.58,88.06L76.58,94.54L63.75,94.54L63.75,97.82L50.48,97.82L37.20,97.82L37.20,94.93L24.19,94.93L24.19,88.64L13.36,88.64L13.36,79.09L5.41,79.09L5.41,66.45L1.53,66.45L1.53,50.49L1.53,34.41L5.11,34.41L5.11,21.57L12.78,21.57L12.78,11.94L23.42,11.94L23.42,5.46L36.25,5.46L36.25,2.18L49.52,2.18L62.80,2.18Z");
  }
  86.8421% {
    d: path("M63.15,5.24L76.14,5.24L76.14,11.56L86.95,11.56L86.95,21.16L94.75,21.16L94.75,33.93L98.48,33.93L98.48,49.96L98.48,65.98L94.75,65.98L94.75,78.72L86.98,78.72L86.98,88.26L76.25,88.26L76.25,94.72L63.41,94.72L63.41,97.82L50.11,97.82L36.85,97.82L36.85,94.76L23.86,94.76L23.86,88.44L13.05,88.44L13.05,78.84L5.25,78.84L5.25,66.07L1.52,66.07L1.52,50.04L1.52,34.02L5.25,34.02L5.25,21.28L13.02,21.28L13.02,11.74L23.75,11.74L23.75,5.28L36.59,5.28L36.59,2.18L49.89,2.18L63.15,2.18Z");
  }
  89.4737% {
    d: path("M63.50,5.36L76.47,5.36L76.47,11.77L87.12,11.77L87.12,21.50L94.90,21.50L94.90,34.32L98.49,34.32L98.49,50.41L98.49,66.37L94.61,66.37L94.61,79.00L86.71,79.00L86.71,88.47L75.92,88.47L75.92,94.81L63.05,94.81L63.05,97.82L49.74,97.82L36.50,97.82L36.50,94.64L23.53,94.64L23.53,88.23L12.88,88.23L12.88,78.50L5.10,78.50L5.10,65.68L1.51,65.68L1.51,49.59L1.51,33.63L5.39,33.63L5.39,21.00L13.29,21.00L13.29,11.53L24.08,11.53L24.08,5.19L36.95,5.19L36.95,2.18L50.26,2.18L63.50,2.18Z");
  }
  92.1053% {
    d: path("M63.86,5.45L76.80,5.45L76.80,11.97L87.42,11.97L87.42,21.75L95.04,21.75L95.04,34.72L98.48,34.72L98.48,50.86L98.48,66.76L94.47,66.76L94.47,79.32L86.49,79.32L86.49,88.78L75.74,88.78L75.74,94.90L62.69,94.90L62.69,97.82L49.37,97.82L36.14,97.82L36.14,94.55L23.20,94.55L23.20,88.03L12.58,88.03L12.58,78.25L4.96,78.25L4.96,65.28L1.52,65.28L1.52,49.14L1.52,33.24L5.53,33.24L5.53,20.68L13.51,20.68L13.51,11.22L24.26,11.22L24.26,5.10L37.31,5.10L37.31,2.18L50.63,2.18L63.86,2.18Z");
  }
  94.7368% {
    d: path("M64.21,5.60L77.13,5.60L77.13,12.18L87.59,12.18L87.59,22.10L95.21,22.10L95.21,35.09L98.47,35.09L98.47,51.31L98.47,67.14L94.32,67.14L94.32,79.57L86.18,79.57L86.18,88.99L75.41,88.99L75.41,95.07L62.35,95.07L62.35,97.82L49.00,97.82L35.79,97.82L35.79,94.40L22.87,94.40L22.87,87.82L12.41,87.82L12.41,77.90L4.79,77.90L4.79,64.91L1.53,64.91L1.53,48.69L1.53,32.86L5.68,32.86L5.68,20.43L13.82,20.43L13.82,11.01L24.59,11.01L24.59,4.93L37.65,4.93L37.65,2.18L51.00,2.18L64.21,2.18Z");
  }
  97.3684% {
    d: path("M64.56,5.74L77.39,5.74L77.39,12.44L87.84,12.44L87.84,22.40L95.36,22.40L95.36,35.48L98.45,35.48L98.45,51.75L98.45,67.36L94.02,67.36L94.02,79.85L85.99,79.85L85.99,89.19L75.08,89.19L75.08,95.19L61.99,95.19L61.99,97.82L48.63,97.82L35.44,97.82L35.44,94.26L22.61,94.26L22.61,87.56L12.16,87.56L12.16,77.60L4.64,77.60L4.64,64.52L1.55,64.52L1.55,48.25L1.55,32.64L5.98,32.64L5.98,20.15L14.01,20.15L14.01,10.81L24.92,10.81L24.92,4.81L38.01,4.81L38.01,2.18L51.37,2.18L64.56,2.18Z");
  }
}
.ladder-outline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: visible;
  pointer-events: none;
}
.ladder-outline path {
  fill: none;
  stroke: #0062ff;
  stroke-width: 2px;
  animation-duration: 3.5s;
  animation-timing-function: step-end;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .ladder-outline path {
    animation-play-state: paused;
  }
}
.has-scrolled .ladder-outline path, .steps-off .ladder-outline path {
  animation-play-state: paused;
}

.homepage-hero__tile .ladder-outline path {
  animation-name: esns-outline-steps-festival;
}

@media only screen and (min-width: 992px) {
  .homepage-hero__tile--conference .ladder-outline path {
    animation-name: esns-outline-steps-conference;
  }
}

.page-hero .ladder-outline path {
  animation-name: esns-outline-kader;
}

.bg_video_title__media .ladder-outline path {
  animation-name: esns-outline-kader;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

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

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}