/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Muoto, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}body{overflow-x:hidden}input{-webkit-appearance:none;border-radius:0}[type=search]{-webkit-appearance:none;border-radius:0}table tr{border-bottom:1px dashed #999999}table td{border-left:1px dashed #999999}table td:first-child{border-left:none}h1 {
  margin-bottom: 2rem;
  font-size: 2.25rem;font-weight:500;
}h2 {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;font-weight:500;
}h3 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;font-weight:500;
}h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;font-weight:500;
}h5 {
  margin-bottom: 1rem;
  font-size: 1.125rem;font-weight:500;
}h6 {
  margin-bottom: 1rem;
  font-size: 1rem;font-weight:500;
}p {
  margin-bottom: 1.5rem;
  font-size: 1rem;font-weight:300;
}.d-text-content {
  font-size: 1rem;
  font-weight: 300;
}.d-text-content.d-text-size-sm p {
  font-size: .875rem;
  font-weight: 300;
}.d-text-content.d-text-size-base p {
  font-size: 1rem;
  font-weight: 300;
}.d-text-content.d-text-size-md p {
  font-size: 1.125rem;
  font-weight: 300;
}.d-text-content.d-text-size-lg p {
  font-size: 1.25rem;
  font-weight: 300;
}.d-text-content.d-text-size-xl p {
  font-size: 1.5rem;
  font-weight: 300;
}.d-text-content p:last-child {
  margin-bottom: 0;
}strong{font-weight:500}.d-text-post a{box-shadow:inset 0 -1px 0 0 #ff0952;transition:all .2s ease-in-out}.d-text-post a:hover{color:#ff0952}.d-text-post ol{list-style:numeric}.d-text-post ul{list-style:disc}.d-text-post ol,.d-text-post ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}.d-text-post ol li,.d-text-post ul li {
  margin-bottom: 0.25rem;font-size:1rem;font-weight:300;
}.d-text-post ol li:last-child,.d-text-post ul li:last-child{margin-bottom:0}.d-article__body h2::before,.d-article__body h3::before{display:block;content:" ";width:48px;height:calc(0.5rem*.5);background-color:#ff0952;margin:3rem 0 1.5rem}.d-article__body h4::before{display:block;content:" ";margin:0 0 1.5rem}.d-link-shadow{box-shadow:inset 0 -1px 0 0 #ff0952}.d-link-shadow:hover{box-shadow:inset 0 -3px 0 0 #ff0952}.d-link-shadow-light{box-shadow:inset 0 -1px 0 0 #ffffff}.d-link-shadow-light:hover{box-shadow:0 0 2rem #f0e5f8}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.d-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2vw;
  padding-left: 2vw;
}@media (min-width: 100%) {

  .d-container {
    max-width: 100%;
  }
}@media (min-width: 1680px) {

  .d-container {
    max-width: 1680px;
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}.d-absolute {
  position: absolute;
}.d-relative {
  position: relative;
}.d-bottom-0 {
  bottom: 0;
}.d-right-2 {
  right: 1rem;
}.d-top-3 {
  top: 1.5rem;
}.d-z-\[2\] {
  z-index: 2;
}.d-col-span-1 {
  grid-column: span 1 / span 1;
}.d-col-span-2 {
  grid-column: span 2 / span 2;
}.d-col-span-3 {
  grid-column: span 3 / span 3;
}.d-col-span-full {
  grid-column: 1 / -1;
}.d-row-start-1 {
  grid-row-start: 1;
}.d-m-1 {
  margin: 0.5rem;
}.d-m-1\.5 {
  margin: 0.375rem;
}.d-my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.\!d-mb-0 {
  margin-bottom: 0 !important;
}.d-mb-0 {
  margin-bottom: 0;
}.d-mb-1 {
  margin-bottom: 0.5rem;
}.d-mb-12 {
  margin-bottom: 6rem;
}.d-mb-2 {
  margin-bottom: 1rem;
}.d-mb-3 {
  margin-bottom: 1.5rem;
}.d-mb-4 {
  margin-bottom: 2rem;
}.d-mb-6 {
  margin-bottom: 3rem;
}.d-mb-8 {
  margin-bottom: 4rem;
}.d-mb-9 {
  margin-bottom: 4.5rem;
}.d-mb-small {
  margin-bottom: 0.25rem;
}.d-mr-3 {
  margin-right: 1.5rem;
}.d-mt-1 {
  margin-top: 0.5rem;
}.d-mt-2 {
  margin-top: 1rem;
}.d-mt-3 {
  margin-top: 1.5rem;
}.d-mt-4 {
  margin-top: 2rem;
}.d-mt-6 {
  margin-top: 3rem;
}.d-mt-9 {
  margin-top: 4.5rem;
}.d-mt-small {
  margin-top: 0.25rem;
}.d-block {
  display: block;
}.d-flex {
  display: flex;
}.d-grid {
  display: grid;
}.d-hidden {
  display: none;
}.d-aspect-video {
  aspect-ratio: 16 / 9;
}.d-h-1\/2 {
  height: 50%;
}.d-h-full {
  height: 100%;
}.d-h-screen {
  height: 100vh;
}.d-w-1\/6 {
  width: 16.666667%;
}.d-w-full {
  width: 100%;
}.d-max-w-\[150\%\] {
  max-width: 150%;
}.d-flex-1 {
  flex: 1 1 0%;
}.d-shrink-0 {
  flex-shrink: 0;
}.d-basis-1\/4 {
  flex-basis: 25%;
}.d-translate-x-0 {
  --tw-translate-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.d-translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.d-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.d-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.d-flex-col {
  flex-direction: column;
}.d-flex-wrap {
  flex-wrap: wrap;
}.d-items-start {
  align-items: flex-start;
}.d-items-center {
  align-items: center;
}.d-justify-center {
  justify-content: center;
}.d-justify-between {
  justify-content: space-between;
}.d-gap-1 {
  gap: 0.5rem;
}.d-gap-2 {
  gap: 1rem;
}.d-gap-3 {
  gap: 1.5rem;
}.d-gap-x-1 {
  column-gap: 0.5rem;
}.d-gap-x-12 {
  column-gap: 6rem;
}.d-gap-x-2 {
  column-gap: 1rem;
}.d-gap-x-3 {
  column-gap: 1.5rem;
}.d-gap-x-6 {
  column-gap: 3rem;
}.d-gap-y-3 {
  row-gap: 1.5rem;
}.d-self-start {
  align-self: flex-start;
}.d-overflow-hidden {
  overflow: hidden;
}.d-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.d-rounded-sm {
  border-radius: 0.125rem;
}.d-bg-\[\#a541d7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(165 65 215 / var(--tw-bg-opacity));
}.d-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.d-bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(255 9 82 / var(--tw-bg-opacity));
}.d-object-contain {
  object-fit: contain;
}.d-object-cover {
  object-fit: cover;
}.d-object-top {
  object-position: top;
}.d-p-3 {
  padding: 1.5rem;
}.d-p-6 {
  padding: 3rem;
}.d-px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}.d-py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.d-py-12 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.d-py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.d-py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.\!d-pt-0 {
  padding-top: 0 !important;
}.d-pb-12 {
  padding-bottom: 6rem;
}.d-pb-3 {
  padding-bottom: 1.5rem;
}.d-pb-6 {
  padding-bottom: 3rem;
}.d-pb-9 {
  padding-bottom: 4.5rem;
}.d-pl-3 {
  padding-left: 1.5rem;
}.d-pr-6 {
  padding-right: 3rem;
}.d-pt-2 {
  padding-top: 1rem;
}.d-pt-3 {
  padding-top: 1.5rem;
}.d-pt-6 {
  padding-top: 3rem;
}.d-text-left {
  text-align: left;
}.d-text-center {
  text-align: center;
}.d-text-right {
  text-align: right;
}.d-font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}.d-text-base {
  font-size: 1rem;
}.d-text-gigantic {
  font-size: 3rem;
}.d-text-lg {
  font-size: 1.25rem;
}.d-text-md {
  font-size: 1.125rem;
}.d-text-sm {
  font-size: .875rem;
}.d-text-xl {
  font-size: 1.5rem;
}.d-text-xs {
  font-size: .75rem;
}.d-text-xxl {
  font-size: 1.875rem;
}.d-text-xxs {
  font-size: .625rem;
}.\!d-font-bold {
  font-weight: 600 !important;
}.d-font-bold {
  font-weight: 600;
}.d-font-extrabold {
  font-weight: 800;
}.d-font-light {
  font-weight: 100;
}.d-font-medium {
  font-weight: 500;
}.d-font-normal {
  font-weight: 300;
}.d-uppercase {
  text-transform: uppercase;
}.d-leading-tight {
  line-height: 1.25rem;
}.d-text-brand {
  --tw-text-opacity: 1;
  color: rgb(255 9 82 / var(--tw-text-opacity));
}.d-text-gray {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.d-text-grayLight {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}.d-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(190 214 240 / var(--tw-text-opacity));
}.d-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.d-opacity-0 {
  opacity: 0;
}.d-opacity-100 {
  opacity: 1;
}.d-mix-blend-screen {
  mix-blend-mode: screen;
}.d-shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.d-contrast-50 {
  --tw-contrast: contrast(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.d-saturate-0 {
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.d-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.d-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.d-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.d-duration-200 {
  transition-duration: 200ms;
}.d-duration-300 {
  transition-duration: 300ms;
}.d-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.d-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}:root{font-feature-settings:none;font-variant-ligatures:none;letter-spacing:.01rem}@font-face{font-family:"Muoto";src:url(fonts/Muoto-Light.1d1af7a3.woff2) format("woff2"),url(fonts/Muoto-Light.5dcb5c96.woff) format("woff");font-style:normal;font-weight:100;font-stretch:normal;font-display:swap}@font-face{font-family:"Muoto";src:url(fonts/Muoto-LightItalic.f1bb07f9.woff2) format("woff2"),url(fonts/Muoto-LightItalic.30a50ed1.woff) format("woff");font-style:italic;font-weight:100;font-stretch:normal;font-display:swap}@font-face{font-family:"Muoto";src:url(fonts/Muoto-Regular.83bc8548.woff2) format("woff2"),url(fonts/Muoto-Regular.31a77dda.woff) format("woff");font-style:normal;font-weight:300;font-stretch:normal;font-display:swap}@font-face{font-family:"Muoto";src:url(fonts/Muoto-Italic.4f9ca523.woff2) format("woff2"),url(fonts/Muoto-Italic.c188474e.woff) format("woff");font-style:italic;font-weight:300;font-stretch:normal;font-display:swap}@font-face{font-family:"Muoto";src:url(fonts/Muoto-Medium.7ffaace0.woff2) format("woff2"),url(fonts/Muoto-Medium.043400fe.woff) format("woff");font-style:normal;font-weight:500;font-stretch:normal;font-display:swap}@font-face{font-family:"Muoto";src:url(fonts/Muoto-MediumItalic.dc7c03a8.woff2) format("woff2"),url(fonts/Muoto-MediumItalic.6bfdf42f.woff) format("woff");font-style:italic;font-weight:500;font-stretch:normal;font-display:swap}@font-face{font-family:"Muoto";src:url(fonts/Muoto-Bold.ddf4df09.woff2) format("woff2"),url(fonts/Muoto-Bold.769a2b35.woff) format("woff");font-style:normal;font-weight:600;font-stretch:normal;font-display:swap}@font-face{font-family:"Muoto";src:url(fonts/Muoto-BoldItalic.506eb600.woff2) format("woff2"),url(fonts/Muoto-BoldItalic.4d794f62.woff) format("woff");font-style:italic;font-weight:600;font-stretch:normal;font-display:swap}.d-layout{display:grid;grid-template:"header" auto "main" 1fr "footer" auto/1fr;align-content:space-between;min-height:100vh;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"pnum";font-variant-numeric:proportional-nums}.d-layout__main{grid-area:main;min-height:60vh;padding-top:68px}@media (min-width: 768px){.d-layout__main{padding-top:92px}}.d-layout__home{grid-area:main;padding-top:0}.d-layout__divider{width:48px;height:calc(0.5rem*.5);background-color:#ff0952}.d-layout__divider--full{width:100%;height:calc(0.25rem*.25);background-color:#edddda}.d-layout__divider--light{background-color:#ffffff}.d-layout__separator{font-family:Muoto, sans-serif;font-size:.875rem;font-weight:600}.d-layout__list.d-is-loading{position:relative;opacity:.5}.d-layout__list[x-cloak]{display:none !important}.d-layout__navigation{display:flex;align-items:center;justify-content:space-between}.d-layout__navigation>div{flex-grow:1}.d-layout .d-img-partners{max-width:288px;height:96px;object-fit:contain}.d-layout .d-img-round{aspect-ratio:1/1;overflow:hidden;display:none;align-items:center;border-radius:100%;background-color:#bed6f0}@media (min-width: 768px){.d-layout .d-img-round{display:inline-flex}}@supports not (aspect-ratio: auto){.d-layout .d-img-round{position:relative;padding-top:100%}}.d-layout .d-img-round__holder{display:flex;height:100%}.d-layout .d-img-round__holder img{width:100%;object-fit:cover}.d-layout .d-section-title{color:#ff0952}.d-layout .hidden{display:none}.d-layout .do-not-miss-home{background:#edddda}.d-layout .d-programme{display:block}.d-layout .d-programme--list .d-card-session{border-top:1px solid #edddda}.d-layout .d-programme--list .d-card-session__holder{grid-row:1;box-shadow:none;border-radius:0;padding:1rem 0}@media (min-width: 768px){.d-layout .d-programme--list .d-card-session__holder{display:grid;grid-template-columns:1fr 3fr auto}}.d-layout .d-programme--list .d-card-session__holder-activities{padding:1rem}.d-layout .d-programme--list .d-card-session__image-holder{display:none}.d-layout .d-programme--list .d-card-session__head{flex-direction:column;justify-content:flex-start}.d-layout .d-programme--list .d-card-session__footer .d-card-session__rating{margin-top:0;justify-content:flex-end}.d-layout .d-programme--list .d-card-session__exports{grid-row:2;grid-column:1/span 3}.d-layout .d-programme--grid{display:grid;gap:1.5rem;grid-template-columns:repeat(1, minmax(0, 1fr))}@media (min-width: 576px){.d-layout .d-programme--grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width: 768px){.d-layout .d-programme--grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (min-width: 1200px){.d-layout .d-programme--grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}.d-layout .d-programme--grid .d-card-session__image-holder{display:block}.choices__list--dropdown,.choices__list[aria-expanded]{margin-top:-2px !important;border-radius:1.5rem !important;border:2px solid #edddda !important}.choices__list[aria-expanded] .choices__item--selectable{padding:.5rem 1rem !important;text-transform:lowercase !important}.d-tophat.d-dev{background-color:#bed6f0 !important}.d-card__image-holder{margin-bottom:1.5rem;background:#ff0952;border-radius:0.25rem;overflow:hidden}@supports not (aspect-ratio: auto){.d-card__image-holder{position:relative;padding-top:50%}}.d-card__image-holder img{width:100%;border:0px solid #cccccc25;object-fit:cover;aspect-ratio:3/2;border-radius:0.25rem;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-card__image-holder img:hover{border:0px solid #ffffff}@supports not (aspect-ratio: auto){.d-card__image-holder img{position:absolute;top:0;width:100%;height:100%}}.d-card__caption{margin-top:calc(0.5rem*.5);margin-bottom:0;color:#bfbfbf;font-family:Muoto, sans-serif;font-size:calc(1rem*.625);font-weight:300}.d-card__title{margin-bottom:0;font-size:1rem;font-weight:500;line-height:1.375rem;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 768px){.d-card__title{font-size:1.125rem}}.d-card__title:hover{color:#ff0952}.d-card__director{font-size:1rem}.d-card__director::after{display:block;width:24px;height:1px;margin-top:0.5rem;margin-bottom:0.5rem;background-color:#ff0952;font-weight:500;content:" "}.d-card__description{margin-top:0.5rem}.d-card__description p{font-size:1rem;font-weight:300}.d-card__description p:last-child{margin-bottom:0}.d-card__details{margin-top:1.5rem;margin-bottom:0;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300}.d-card__action{margin-top:1.5rem}.d-card--compact{padding:1.5rem;background-color:#ffffff;box-shadow:0 0 2px rgba(0,0,0,.25);transition:all .2s}@media (min-width: 992px){.d-card--compact{padding:2rem}}.d-card--compact .d-card__image-holder{padding:0;margin-bottom:1.5rem;display:flex}.d-card--compact .d-card__image-holder img{object-fit:contain}.d-card--solid{padding:1rem;background:#ff0952;aspect-ratio:3/2;border-radius:0.25rem;transition:all .2s;position:relative;overflow:hidden}.d-card--solid .d-card__title{color:#ffffff;font-size:1.25rem}@media (min-width: 992px){.d-card--solid{padding:1.5rem}}.d-card--solid.d-sessao-de-abertura,.d-card--solid.d-opening-session{background-color:#ff0952}.d-card--solid.d-sessao-de-encerramento,.d-card--solid.d-closing-session{background-color:#ff0952}.d-card--solid.d-competicao-internacional,.d-card--solid.d-internacional-competition{background-color:#0656a3}.d-card--solid.d-portuguese-competition,.d-card--solid.d-competicao-portuguesa{background-color:#e60560}.d-card--solid.d-riscos,.d-card--solid.d-new-visions{background-color:#6f2382}.d-card--solid.d-da-terra-a-lua,.d-card--solid.d-from-the-earth-to-the-moon{background-color:#179dd9}.d-card--solid.d-verdes-anos,.d-card--solid.d-green-years{background-color:#3eb498}.d-card--solid.d-heart-beat{background-color:#ce171b}.d-card--solid.d-na-companhia-de-william-greaves-retrospectiva,.d-card--solid.d-in-the-company-of-william-greaves–retrospective{background-color:#e75d0c}.d-card--solid.d-industria,.d-card--solid.d-industry{color:#e50052}.d-card--solid:hover{background:#000000}.d-card--projects{background-color:#ffffff;box-shadow:inset 0 0 3rem rgba(0,0,0,.05);padding:1rem}@media (min-width: 992px){.d-card--projects{padding:1.5rem}}.d-card--projects .d-card__description p{font-size:.875rem}.d-card-image{display:flex;flex-direction:column;padding:2rem;background-color:#ff0952;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-card-image:hover{opacity:.5}.d-card-image__thumb img{border-radius:0.25rem}.d-card-image__label{color:#ff0952;font-size:1.125rem;font-weight:600;text-transform:uppercase}.d-card-movie{display:block;padding:1rem 0;border-bottom:1px solid #edddda}.d-card-movie:last-of-type{margin-bottom:0}.d-card-movie__holder{display:flex;flex-direction:column;flex-wrap:no-wrap}@media (min-width: 768px){.d-card-movie__holder{flex-direction:row}}.d-card-movie__head{flex-basis:100%}@media (min-width: 576px){.d-card-movie__head{flex-basis:50%;padding-right:1.5rem}}@media (min-width: 768px){.d-card-movie__head{flex-basis:40%}}.d-card-movie__body{flex-basis:100%}@media (min-width: 576px){.d-card-movie__body{flex-basis:50%}}@media (min-width: 768px){.d-card-movie__body{flex-basis:40%}}.d-card-movie__body .d-competicao-internacional,.d-card-movie__body .d-internacional-competition{color:#0656a3}.d-card-movie__body .d-portuguese-competition,.d-card-movie__body .d-competicao-portuguesa{color:#e60560}.d-card-movie__body .d-riscos,.d-card-movie__body .d-new-visions{color:#6f2382}.d-card-movie__body .d-da-terra-a-lua,.d-card-movie__body .d-from-the-earth-to-the-moon{color:#179dd9}.d-card-movie__body .d-verdes-anos,.d-card-movie__body .d-green-years{color:#3eb498}.d-card-movie__body .d-heart-beat{color:#ce171b}.d-card-movie__body .d-na-companhia-de-william-greaves-retrospectiva,.d-card-movie__body .d-in-the-company-of-william-greaves–retrospective{background-color:#e75d0c}.d-card-movie__body .d-industria,.d-card-movie__body .d-industry{color:#e50052}.d-card-movie__labels{flex-basis:100%;margin-top:1.5rem}@media (min-width: 768px){.d-card-movie__labels{flex-basis:20%;margin-top:0;padding-left:1.5rem;text-align:right}}.d-card-movie__title{margin-bottom:0;font-size:1.125rem;line-height:1.375rem;font-weight:500}.d-card-movie__subtitle{margin-bottom:0.25rem;font-size:1rem;font-weight:100;color:#bfbfbf}.d-card-movie__directors{margin-bottom:0;font-size:1rem;font-weight:300}.d-card-movie__info{font-size:.875rem;font-weight:300;color:#A90000;display:flex}.d-card-movie__info span::after{content:"/";margin:0 0.25rem}.d-card-movie__info span:last-child::after{content:""}.d-card-movie__section{display:inline-block;font-size:.875rem;font-weight:600;line-height:1.25rem;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps;color:#ff0952}.d-card-movie__rating{display:flex;justify-content:flex-start}@media (min-width: 768px){.d-card-movie__rating{justify-content:flex-end}}.d-card-movie__rating-item{height:32px;margin-left:0.5rem}.d-card-movie__rating-item:first-child{margin-left:0}.d-card-movie--action{transition:all .3s ease-in}.d-card-movie--action:hover{background-color:#edddda}.d-card-movie--compact .d-card-movie__holder{flex-wrap:nowrap;align-items:center;justify-content:space-between;padding-right:0.5rem;padding-left:0.5rem;pointer-events:none}@media (min-width: 576px){.d-card-movie--compact .d-card-movie__holder{padding-right:1rem;padding-left:1rem}}.d-card-movie--compact .d-card-movie__title{margin-right:1rem;margin-bottom:0}.d-card-movie--compact .d-card-movie__btn{display:flex;align-items:center}.d-card-movie--compact .d-card-movie__label{display:none;margin-right:1rem;color:#999999;font-size:.875rem;font-style:italic;font-weight:500}.d-card-movie--compact .d-card-movie__label.d-is-hidden{display:none}@media (min-width: 576px){.d-card-movie--compact .d-card-movie__label{display:inline-flex}}.d-card-movie--compact .d-card-movie__icon{width:24px;height:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTMgMjJWMmwxOCAxMEwzIDIyeiIvPjwvc3ZnPgo=);background-repeat:no-repeat;background-position:center;background-size:contain}.d-card-movie--compact.d-is-watched{color:#999999}.d-card-movie--compact.d-is-watched .d-card-movie__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTE4Ljg4NSAzLjUxNUMxNC4yNjgtMS4xMDMgNi44MjktMS4xNjEgMi4xMjkgMy4zMkwwIDEuMDYyVjloNy40ODRMNS40MTggNi44MDljMi44Mi0yLjcwNiA3LjI5Ny0yLjY3NiAxMC4wNzMuMUMxOS44MzIgMTEuMjUgMTcuMjI4IDE5LjIgMTAgMTkuMlYyNGMzLjcwOCAwIDYuNjE0LTEuMjQ0IDguODg1LTMuNTE1IDQuNjg2LTQuNjg2IDQuNjg2LTEyLjI4NCAwLTE2Ljk3eiIvPjwvc3ZnPgo=);opacity:.25}.d-card-movie--compact.d-is-paused .d-card-movie__icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTExIDIySDdWMmg0djIwem02LTIwaC00djIwaDRWMnoiLz48L3N2Zz4K)}.d-card-news__image-holder{margin-bottom:1rem;background:#ff0952;border-radius:0.25rem}@supports not (aspect-ratio: auto){.d-card-news__image-holder{position:relative;padding-top:75%}}.d-card-news__image-holder img{width:100%;border:0px solid #cccccc25;object-fit:cover;aspect-ratio:4/3;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-card-news__image-holder img:hover{border:0px solid #ffffff}@supports not (aspect-ratio: auto){.d-card-news__image-holder img{position:absolute;top:0;width:100%;height:100%}}.d-card-news__image-holder img.press{filter:saturate(0) contrast(1);mix-blend-mode:screen}.d-card-news__title{margin-bottom:0;font-size:1.125rem;font-weight:300;line-height:1.5rem;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 1680px){.d-card-news__title{font-size:1.125rem}}.d-card-news__title:hover{color:#ff0952}.d-card-news__date{margin-top:calc(0.5rem*.5);font-size:1rem;font-weight:300;color:#ff0952}.d-card-news__description{margin-top:1rem;font-size:1rem;font-weight:300}.d-card-news__description p{font-size:1.125rem}.d-card-news__description p:last-child{margin-bottom:0}.d-card-news__label{margin-bottom:calc(0.5rem*.5);color:#999999;font-size:.75rem;text-transform:uppercase}@media (min-width: 992px){.d-card-news--lg .d-card-news__title{font-size:1.125rem;line-height:1.625rem}}.d-card-publicity{text-align:center}.d-card-publicity__image-holder{margin-bottom:0.5rem;padding:1rem;background:#f2f2f2;box-shadow:inset 0 0 .5rem rgba(0,0,0,.1)}@supports not (aspect-ratio: auto){.d-card-publicity__image-holder{position:relative;padding-top:100%}}.d-card-publicity__image-holder img{width:100%;object-fit:cover;aspect-ratio:1/1;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-card-publicity__image-holder img:hover{border:0px solid #ffffff}@supports not (aspect-ratio: auto){.d-card-publicity__image-holder img{position:absolute;top:0;width:100%;height:100%}}.d-card-publicity__title{margin-bottom:0;font-size:1rem;font-weight:600;line-height:1.5rem;text-transform:uppercase;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 768px){.d-card-publicity__title{font-size:1.125rem}}@media (min-width: 1680px){.d-card-publicity__title{font-size:1.25rem}}.d-card-publicity__title:hover{text-decoration:underline}.d-card-publicity__date{margin-top:calc(0.5rem*.5);font-family:Muoto, sans-serif;font-size:.875rem;font-weight:500;color:#A90000}.d-card-publicity__description{margin-top:0.5rem;font-size:1.125rem;font-weight:300}.d-card-publicity__description p{font-size:1.125rem}.d-card-publicity__description p:last-child{margin-bottom:0}.d-card-publicity__label{margin-bottom:calc(0.5rem*.5);color:#999999;font-size:.75rem;font-weight:600;text-transform:uppercase}@media (min-width: 992px){.d-card-publicity--lg .d-card-publicity__title{font-size:1.5rem}}.d-card-team{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 576px){.d-card-team{flex-direction:row}}.d-card-team__holder{flex:1}.d-card-team__image-holder{flex-shrink:0;aspect-ratio:1/1;overflow:hidden;margin-bottom:1rem}@media (min-width: 576px){.d-card-team__image-holder{margin-right:1.5rem;margin-bottom:0}}.d-card-team__image-holder img{width:100%;height:100%;object-fit:cover;max-width:180px;border-radius:0.25rem}.d-card-team__title{margin-bottom:0;font-size:1.125rem;font-weight:600;letter-spacing:-0.025em}.d-card-team__details{margin-bottom:0;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300}.d-card-team__description{margin-top:0.5rem}.d-card-team__description p:last-child{margin-bottom:0}.d-card-section{display:flex;flex-direction:column}@media (min-width: 768px){.d-card-section{gap:0.5rem}}.d-card-section__image-holder{margin-bottom:1rem;flex-shrink:0}.d-card-section__image-holder img{width:100%;max-width:100%;border-radius:0.25rem}@media (min-width: 768px){.d-card-section__horizontal{gap:1.5rem;flex-direction:row}.d-card-section__horizontal .d-card-section__image-holder img{max-width:25vw}}.d-card-section__caption{margin-top:calc(0.5rem*.5);margin-bottom:0;color:#bfbfbf;font-family:Muoto, sans-serif;font-size:calc(1rem*.625);font-weight:300}.d-card-section__label{margin-bottom:calc(0.5rem*.5);color:#999999;font-size:.75rem;font-weight:600;text-transform:uppercase}.d-card-section__title{margin-bottom:0;font-size:1.25rem;font-weight:600;letter-spacing:-0.025em}.d-card-section__title a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-card-section__title a:hover{color:#ff0952}.d-card-section__subtitle{margin-bottom:calc(0.5rem*.5);font-size:1.125rem;font-style:italic;font-weight:500}.d-card-section__directors{margin-bottom:calc(0.5rem*.5);font-size:1rem;font-weight:300}.d-card-section__info{display:flex;flex-wrap:wrap;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300;text-transform:uppercase}.d-card-section__info span::after{content:"/";margin:0 0.25rem}.d-card-section__info span:last-child::after{content:""}.d-card-section__description{margin-top:0.5rem}.d-card-section__description p{font-size:.875rem}.d-card-section__description p:last-child{margin-bottom:0}.d-card-section__additional-info{margin-top:0.5rem;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300}.d-card-section__rating{display:flex;margin-top:1rem}.d-card-section__rating-item{height:32px;margin-left:0.5rem}.d-card-section__rating-item:first-child{margin-left:0}.d-card-session {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-card-session__holder{padding:1rem;background-color:#ffffff;box-shadow:0 0 1rem rgba(0,0,0,.1);border-radius:0.5rem}.d-card-session__holder-singleSession{background-color:#ffffff;box-shadow:inset 0 0 3rem rgba(0,0,0,.05);padding:1rem}.d-card-session__holder-activities{background-color:#e5eff9;box-shadow:none;padding:1rem}.d-card-session__holder-activities .d-card-session__msg{background:#bed6f0}.d-card-session__image-holder{margin-bottom:1rem;overflow:hidden}.d-card-session__image-holder img{width:100%;border-radius:0.25rem}.d-card-session__head{display:flex;flex-direction:row;gap:0.5rem;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.d-card-session__head>div:first-child{margin-right:1rem}.d-card-session__section{display:inline-block;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;color:#000000}.d-card-session__section .d-competicao-internacional,.d-card-session__section .d-internacional-competition{color:#0656a3}.d-card-session__section .d-portuguese-competition,.d-card-session__section .d-competicao-portuguesa{color:#e60560}.d-card-session__section .d-riscos,.d-card-session__section .d-new-visions{color:#6f2382}.d-card-session__section .d-da-terra-a-lua,.d-card-session__section .d-from-the-earth-to-the-moon{color:#179dd9}.d-card-session__section .d-verdes-anos,.d-card-session__section .d-green-years{color:#3eb498}.d-card-session__section .d-heart-beat{color:#ce171b}.d-card-session__section .d-na-companhia-de-william-greaves-retrospectiva,.d-card-session__section .d-in-the-company-of-william-greaves-retrospective{background-color:#e75d0c}.d-card-session__section .d-industria,.d-card-session__section .d-industry{color:#e50052}.d-card-session__section:hover a{text-decoration:underline}.d-card-session__date{font-size:.875rem;font-weight:600;color:#000000}.d-card-session__venue{font-size:.875rem;font-weight:300;line-height:1.375rem}.d-card-session__body{margin:"0"}.d-card-session__label{color:#bed6f0;font-size:.875rem;font-weight:500;line-height:1.375rem;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps}.d-card-session__activities,.d-card-session__movies{margin-top:0.5rem}.d-card-session__movies::after{display:block;width:24px;height:1px;margin-top:0.5rem;margin-bottom:0.5rem;background-color:#ff0952;font-weight:500;content:" "}.d-card-session__movies:last-of-type::after{display:none}.d-card-session__title{display:inline-flex;margin-bottom:0;font-size:1.125rem;font-weight:500;line-height:1.5rem;letter-spacing:-0.01em;margin-bottom:.125rem}.d-card-session__title.d-director-is-present{background-color:#ffec77}.d-card-session__directors{font-size:1rem;font-weight:300;line-height:1.5rem}.d-card-session__link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-card-session__link:hover{color:#ff0952}.d-card-session__footer{margin-top:1rem}.d-card-session__description p{font-size:.875rem}.d-card-session__description p:last-child{margin-bottom:0}.d-card-session__info{margin-top:0.5rem;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300;line-height:.75rem;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps}.d-card-session__additional-info{margin-bottom:0;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300}.d-card-session__rating{display:flex;margin-top:1.5rem}.d-card-session__rating-item{height:28px;margin-right:0.5rem}.d-card-session__rating-item:first-child{margin-left:0}.d-card-session__divider{font-family:Muoto, sans-serif;font-size:.875rem;font-weight:600}.d-card-session__exports{position:relative}.d-card-session__msg{position:absolute;border-radius:3rem;padding:0 0.5rem;margin-left:1.5rem;background:#ffffff;width:calc(100% - 1.5rem);display:none;opacity:0;transition:opacity .2s ease}.d-card-session__msg.show{opacity:1;display:inline-block}.d-card-session-section {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-card-session-section:last-of-type{border-bottom:1px solid #edddda}.d-card-session-section__holder{border-top:1px solid #edddda;padding:1rem 0}.d-card-session-section__holder-singleSession{background-color:#ffffff;box-shadow:inset 0 0 1.5rem rgba(0,0,0,.05);padding:1rem}.d-card-session-section__holder-activities{background-color:#edddda;box-shadow:none;padding:1rem}.d-card-session-section__image-holder{margin-bottom:1rem;overflow:hidden}.d-card-session-section__image-holder img{width:100%;border-radius:0.25rem}.d-card-session-section__head{width:25vw;flex-shrink:0;height:100%}.d-card-session-section__head>div:first-child{margin-right:1rem}.d-card-session-section__section{display:inline-block;font-family:Muoto, sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;color:#ff0952}.d-card-session-section__section:hover a{color:#A90000}.d-card-session-section__date{font-size:1rem;font-weight:600}.d-card-session-section__venue{font-size:1rem;font-weight:300;line-height:1.375rem}.d-card-session-section__label{color:#bed6f0;font-size:.875rem;font-weight:500;line-height:1.375rem;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps}.d-card-session-section__movies::after{display:block;width:24px;height:1px;margin-top:0.5rem;margin-bottom:0.5rem;background-color:#ff0952;font-weight:500;content:" "}.d-card-session-section__movies:last-of-type::after{display:none}.d-card-session-section__title{display:inline-flex;margin-bottom:0;font-size:1.125rem;font-weight:500;line-height:1.5rem;letter-spacing:-0.01em;margin-bottom:.125rem}.d-card-session-section__title.d-director-is-present{background-color:#ffec77}.d-card-session-section__directors{font-size:1rem;font-weight:300;line-height:1.5rem}.d-card-session-section__link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-card-session-section__link:hover{color:#ff0952}.d-card-session-section__footer{margin-top:1rem}.d-card-session-section__description p{font-size:.875rem}.d-card-session-section__description p:last-child{margin-bottom:0}.d-card-session-section__info{font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300;line-height:1rem;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps}.d-card-session-section__additional-info{margin-bottom:0;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300}.d-card-session-section__rating{display:flex;margin-top:1.5rem}.d-card-session-section__rating-item{height:28px;margin-right:0.5rem}.d-card-session-section__rating-item:first-child{margin-left:0}.d-card-session-section__divider{font-family:Muoto, sans-serif;font-size:.875rem;font-weight:600}.d-footer{grid-area:footer;background-color:#000000;color:#ffffff}.d-footer__image-holder img{width:100%}.d-footer__head{position:relative;background-color:#222}.d-footer__contacts{padding-top:2rem;padding-bottom:2rem}.d-footer__newsletter{background-color:#ff0952;padding:2rem;height:100%}.d-footer__logo{margin-bottom:2rem}.d-footer__logo img{height:56px}.d-footer__text{font-weight:500}.d-footer__text p{font-size:1rem}.d-footer__menu{font-family:Muoto, sans-serif;font-size:1rem;font-weight:300}.d-footer__link{text-decoration:underline}.d-footer__link:hover{text-decoration:none}.d-footer__social{display:flex;align-items:center}@media (min-width: 768px){.d-footer__social{justify-content:flex-end}}.d-footer__social-item{margin-left:0.5rem;padding:0.25rem;border-radius:100%;background-color:#fff}.d-footer__social-item a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-footer__social-item a:hover{opacity:.5}.d-footer__social-item img{height:22px;filter:invert(1)}.d-footer__partners{padding:2rem 0}.d-footer__partners-image-holder img{width:100%}.d-footer--light{background-color:#ffffff;color:#000000}.d-footer--compact .d-footer__holder{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:1.5rem 0}.d-footer--compact .d-footer__logo{flex-basis:100%;margin-bottom:2rem}@media (min-width: 768px){.d-footer--compact .d-footer__logo{flex-basis:auto;flex-shrink:0;margin-right:1rem;margin-bottom:0}}.d-footer--compact .d-footer__social{flex-basis:100%;margin-bottom:2rem}@media (min-width: 768px){.d-footer--compact .d-footer__social-item:last-child{margin-right:0}}@media (min-width: 576px){.d-footer--compact .d-footer__social{flex-basis:auto;margin-right:1rem;margin-bottom:0}}@media (min-width: 768px){.d-footer--compact .d-footer__social{margin-left:1rem}}.d-footer--compact .d-footer__action{flex-basis:100%;text-align:left}@media (min-width: 576px){.d-footer--compact .d-footer__action{flex-basis:auto;margin-left:1rem;text-align:right}}.d-header{position:fixed;grid-area:header;width:100%;color:#000000;background-color:#ffffff;box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:99}.d-header.scrolled{position:fixed;top:0;background-color:#ffffff;box-shadow:0 5px 15px rgba(0,0,0,.1);color:#000000}.d-header.scrolled svg{fill:#000000}.d-header__holder{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 0}@media (min-width: 768px){.d-header__holder{padding:1rem 0}}.d-header__logo{display:flex;flex-shrink:0;align-items:center;justify-content:flex-start;height:52px;margin-right:0.5rem}@media (min-width: 768px){.d-header__logo{height:60px}}@media (min-width: 1200px){.d-header__logo{margin-right:1rem}}.d-header__logo a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-header__logo a:hover{opacity:.5}.d-header__logo img{width:52px}@media (min-width: 768px){.d-header__logo img{width:auto;height:60px}}.d-header__side{display:flex;flex-grow:1;align-items:center;justify-content:flex-end;font-size:calc(1rem*1.125);font-weight:300;text-transform:lowercase;letter-spacing:-0.01em}@media (min-width: 992px){.d-header__side{font-size:1.125rem}}.d-header__menu{display:none}@media (min-width: 576px){.d-header__menu{display:flex}}.d-header__menu-item{margin-left:1rem}@media (min-width: 1200px){.d-header__menu-item{margin-left:1.5rem}}.d-header__menu-item.d-is-active{color:#ff0952}.d-header__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:0.5rem}@media (min-width: 1200px){.d-header__toolbar{margin-left:1.5rem}}.d-header__link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-header__link:hover{color:#ff0952}.d-header__btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:0.5rem;outline:0;text-align:left;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 576px){}.d-header__btn:hover{opacity:.5}.d-header__btn svg{width:24px;height:24px;object-fit:contain;fill:#000000}.d-header__btn img{pointer-events:none}.d-header__btn.d-is-menu-opened{transform:rotate(45deg)}.d-header__btn.d-is-search-opened svg{fill:#ff0952}.d-header.d-is-menu-opened .d-header__menu,.d-header.d-is-search-opened .d-header__menu{display:none}.d-header.d-is-search-opened .d-header__toolbar{flex-grow:1}.d-header.d-is-search-opened .d-header__search{flex-grow:1;margin-right:0.5rem}@media (min-width: 576px){.d-header.d-is-search-opened .d-header__search{margin-right:1rem}}@media (min-width: 1200px){.d-header.d-is-search-opened .d-header__search{margin-right:3rem;margin-left:3rem}}.d-header--dark{background-color:rgba(0,0,0,0);color:#ffffff;box-shadow:none;transition:all .5s}.d-header--dark .d-header__logo img{width:52px}@media (min-width: 480px){.d-header--dark .d-header__logo img{width:auto;height:60px}}.d-header--dark .d-header__btn svg{fill:#ffffff}.d-header--fixed{background-color:#000000}.d-header__home{position:absolute;color:#000000;background-color:rgba(0,0,0,0);box-shadow:none}.d-header__home svg{fill:#000000}.d-tophat{background-color:#000000;color:#ffffff}.d-tophat__holder{display:flex;align-items:flex-end;justify-content:space-between;min-height:32px;padding:0.5rem 0}.d-tophat__logo{display:flex;flex-shrink:0;align-items:center;margin-right:1.5rem;gap:calc(0.5rem*.5)}.d-tophat__logo img{height:18px;height:100%}.d-tophat__side{display:flex;align-items:center;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300;color:#bfbfbf}@media (min-width: 992px){.d-tophat__side{font-size:.75rem}}.d-tophat__menu{display:none;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 200ms}@media (min-width: 768px){.d-tophat__menu{display:flex}}.d-tophat__menu-item{margin-left:1rem}.d-tophat__lang{margin-left:1rem;text-align:center;width:24px;text-align:left}@media (min-width: 768px){.d-tophat__lang{display:block}}.d-tophat__link {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-tophat__link:hover{opacity:.6}.d-tophat.d-is-menu-opened .d-tophat__menu{opacity:0}.d-navigation{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffff;color:#000000;overflow-y:auto;z-index:9}.d-navigation__holder{margin-top:calc(92px - 1rem);padding:3rem 0}@media (min-width: 480px){.d-navigation__holder{margin-top:92px}}.d-navigation__holder .d-newsletter .d-newsletter__input{border:2px solid #f2f2f2;background:#f2f2f2}.d-navigation__holder .d-newsletter .d-newsletter__input::placeholder{color:#999999}.d-navigation__title{margin-bottom:1rem;font-size:1.125rem;font-weight:300;letter-spacing:-0.025em;opacity:.25}@media (min-width: 768px){.d-navigation__title{font-size:1.25rem}}.d-navigation__menu{font-size:1.125rem;font-weight:300}.d-navigation__menu-item.d-is-active{color:#ff0952}.d-navigation__link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-navigation__link:hover{color:#ff0952}.d-navigation[x-cloak]{display:none !important}.d-article__image-holder{position:relative;width:100%;margin-left:0;margin-bottom:2rem}.d-article__image-holder img{width:100%}.d-article__image-holder button{position:absolute;bottom:1rem;right:1rem}.d-article__image-holder .caption{font-size:.75rem;font-weight:300;margin-top:0.5rem;color:#bed6f0}.d-article__caption{font-size:.75rem;margin:0.5rem 0;color:#999999}.d-article__video{top:0;width:100%;height:100%;background-color:#000000}@supports not (aspect-ratio: auto){.d-article__video{padding-top:56.25%}}.d-article__video iframe{width:100%;height:100%;aspect-ratio:16/9}@supports not (aspect-ratio: auto){.d-article__video iframe{position:absolute;top:0;width:100%;height:100%}}.d-article__body figure{width:100% !important;margin-bottom:2rem}.d-article__body figure figcaption{font-size:.75rem;margin:0.5rem 0;color:#999999;font-weight:300}.d-article__details{display:flex;flex-direction:column}@media (min-width: 576px){.d-article__details{flex-direction:row;align-items:flex-end;justify-content:space-between}}.d-article__action{margin-top:3rem}.d-article__label{display:inline-block;font-size:.875rem;font-weight:500;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps;line-height:1.25rem;margin-bottom:0.5rem}.d-article__title{font-size:1.5rem;font-weight:500;letter-spacing:-0.025em;line-height:1.25;margin-bottom:1rem}.d-article__title--movie{margin:0}.d-article__subtitle{margin-bottom:calc(1rem*.5);font-size:1.25rem;font-weight:300;font-style:italic}.d-article__subtitle--sm{font-size:1rem}.d-article__date{font-family:Muoto, sans-serif;font-size:1rem;font-weight:300;color:#A90000;margin:0.5rem 0}@media (min-width: 1680px){.d-article__date{font-size:1.125rem}}.d-article__directors{font-size:1.125rem;font-weight:300}@media (min-width: 1680px){.d-article__directors{font-size:1.25rem}}.d-article__info{font-family:Muoto, sans-serif;font-size:1rem;font-weight:300}.d-article__info span{white-space:nowrap}.d-article__info span::after{content:"/";margin:0 0.25rem}.d-article__info span:last-child::after{content:""}.d-article__rating{display:flex;margin-top:1rem}@media (min-width: 576px){.d-article__rating{margin-top:0;margin-left:1.5rem}}.d-article__rating-item{height:48px;margin-left:0.5rem}.d-article__rating-item:first-child{margin-left:0}.awards__list .d-text-content.d-text-size-md h3{margin-top:2rem;margin-bottom:0}.awards__list .d-text-content.d-text-size-md h4{margin-top:2rem;margin-bottom:.5rem}.d-btn{display:inline-flex;flex-shrink:0;justify-content:center;padding:0.5rem 1rem;border:1px solid #ff0952;border-radius:0.25rem;outline:none;color:#ffffff;background:#ff0952;font-family:Muoto, sans-serif;font-size:1rem;font-weight:500;line-height:2rem;text-transform:lowercase;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-btn:hover{border-color:#000000;background-color:#000000;color:#ffffff}.d-btn--inv{border-color:#ff0952;background-color:#ffffff;color:#ff0952}.d-btn--inv:hover{border-color:#000000;background-color:#000000;color:#ffffff}.d-btn--dark{border-color:#000000;background-color:#000000;color:#ffffff}.d-btn--dark:hover{border-color:#bed6f0;background-color:#bed6f0;color:#ffffff}.d-btn--sm{padding:0.25rem 1rem;font-size:.875rem;letter-spacing:.5px;font-weight:500}.d-btn--xs{padding:0 0.5rem;font-size:.75rem;letter-spacing:.5px;font-weight:300;line-height:1.5rem}.d-btn--light{border-color:#edddda;background-color:#edddda;color:#000000}.d-btn--light:hover{border-color:#ff0952;background-color:#ff0952;color:#ffffff}.d-btn--transparent{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:#ff0952}.d-btn--transparent_dark{color:#000000}.d-btn--transparent:hover{border-color:#ffffff;background-color:#000000;color:#ffffff}.d-btn--transparent:hover img{filter:invert(1) !important}.d-btn--icon{display:inline-flex;align-items:center}.d-btn--icon:hover img{filter:saturate(0) brightness(5)}.d-btn--icon img{width:24px;min-width:24px;margin-right:0.5rem}.d-btn--icon span{display:none}@media (min-width: 576px){.d-btn--icon span{display:inline-flex}}.d-btn--favorite{position:relative;display:block;width:20px;height:20px;outline:0;background-color:rgba(0,0,0,0);background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNy4yMzQgMy4wMDRjLTIuNjUyIDAtNS4yMzQgMS44MjktNS4yMzQgNS4xNzcgMCAzLjcyNSA0LjM0NSA3LjcyNyA5LjMwMyAxMi41NC4xOTQuMTg5LjQ0Ni4yODMuNjk3LjI4M3MuNTAzLS4wOTQuNjk3LS4yODNjNC45NzctNC44MzEgOS4zMDMtOC44MTQgOS4zMDMtMTIuNTQgMC0zLjM1My0yLjU4LTUuMTY4LTUuMjI5LTUuMTY4LTEuODM2IDAtMy42NDYuODY2LTQuNzcxIDIuNTU0LTEuMTMtMS42OTYtMi45MzUtMi41NjMtNC43NjYtMi41NjN6bTAgMS41YzEuOTkuMDAxIDMuMjAyIDEuMzUzIDQuMTU1IDIuNy4xNC4xOTguMzY4LjMxNi42MTEuMzE3LjI0MyAwIC40NzEtLjExNy42MTItLjMxNC45NTUtMS4zMzkgMi4xOS0yLjY5NCA0LjE1OS0yLjY5NCAxLjc5NiAwIDMuNzI5IDEuMTQ4IDMuNzI5IDMuNjY4IDAgMi42NzEtMi44ODEgNS42NzMtOC41IDExLjEyNy01LjQ1NC01LjI4NS04LjUtOC4zODktOC41LTExLjEyNyAwLTEuMTI1LjM4OS0yLjA2OSAxLjEyNC0yLjcyNy42NzMtLjYwNCAxLjYyNS0uOTUgMi42MS0uOTV6IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);background-position:center center;background-size:contain;opacity:.25;margin-top:0}.d-btn--favorite:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgNS43MmMtMi42MjQtNC41MTctMTAtMy4xOTgtMTAgMi40NjEgMCAzLjcyNSA0LjM0NSA3LjcyNyA5LjMwMyAxMi41NC4xOTQuMTg5LjQ0Ni4yODMuNjk3LjI4M3MuNTAzLS4wOTQuNjk3LS4yODNjNC45NzctNC44MzEgOS4zMDMtOC44MTQgOS4zMDMtMTIuNTQgMC01LjY3OC03LjM5Ni02Ljk0NC0xMC0yLjQ2MXoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==)}.d-btn--favorite_large{margin-left:0.5rem;width:24px;height:24px}.d-btn--favorite_added{opacity:1;background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgNS43MmMtMi42MjQtNC41MTctMTAtMy4xOTgtMTAgMi40NjEgMCAzLjcyNSA0LjM0NSA3LjcyNyA5LjMwMyAxMi41NC4xOTQuMTg5LjQ0Ni4yODMuNjk3LjI4M3MuNTAzLS4wOTQuNjk3LS4yODNjNC45NzctNC44MzEgOS4zMDMtOC44MTQgOS4zMDMtMTIuNTQgMC01LjY3OC03LjM5Ni02Ljk0NC0xMC0yLjQ2MXoiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==)}.d-btn--favorite.remove-favorite-btn:hover{background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNy4yMzQgMy4wMDRjLTIuNjUyIDAtNS4yMzQgMS44MjktNS4yMzQgNS4xNzcgMCAzLjcyNSA0LjM0NSA3LjcyNyA5LjMwMyAxMi41NC4xOTQuMTg5LjQ0Ni4yODMuNjk3LjI4M3MuNTAzLS4wOTQuNjk3LS4yODNjNC45NzctNC44MzEgOS4zMDMtOC44MTQgOS4zMDMtMTIuNTQgMC0zLjM1My0yLjU4LTUuMTY4LTUuMjI5LTUuMTY4LTEuODM2IDAtMy42NDYuODY2LTQuNzcxIDIuNTU0LTEuMTMtMS42OTYtMi45MzUtMi41NjMtNC43NjYtMi41NjN6bTAgMS41YzEuOTkuMDAxIDMuMjAyIDEuMzUzIDQuMTU1IDIuNy4xNC4xOTguMzY4LjMxNi42MTEuMzE3LjI0MyAwIC40NzEtLjExNy42MTItLjMxNC45NTUtMS4zMzkgMi4xOS0yLjY5NCA0LjE1OS0yLjY5NCAxLjc5NiAwIDMuNzI5IDEuMTQ4IDMuNzI5IDMuNjY4IDAgMi42NzEtMi44ODEgNS42NzMtOC41IDExLjEyNy01LjQ1NC01LjI4NS04LjUtOC4zODktOC41LTExLjEyNyAwLTEuMTI1LjM4OS0yLjA2OSAxLjEyNC0yLjcyNy42NzMtLjYwNCAxLjYyNS0uOTUgMi42MS0uOTV6IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=)}.d-btn--favorite_remove{background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNy4yMzQgMy4wMDRjLTIuNjUyIDAtNS4yMzQgMS44MjktNS4yMzQgNS4xNzcgMCAzLjcyNSA0LjM0NSA3LjcyNyA5LjMwMyAxMi41NC4xOTQuMTg5LjQ0Ni4yODMuNjk3LjI4M3MuNTAzLS4wOTQuNjk3LS4yODNjNC45NzctNC44MzEgOS4zMDMtOC44MTQgOS4zMDMtMTIuNTQgMC0zLjM1My0yLjU4LTUuMTY4LTUuMjI5LTUuMTY4LTEuODM2IDAtMy42NDYuODY2LTQuNzcxIDIuNTU0LTEuMTMtMS42OTYtMi45MzUtMi41NjMtNC43NjYtMi41NjN6bTAgMS41YzEuOTkuMDAxIDMuMjAyIDEuMzUzIDQuMTU1IDIuNy4xNC4xOTguMzY4LjMxNi42MTEuMzE3LjI0MyAwIC40NzEtLjExNy42MTItLjMxNC45NTUtMS4zMzkgMi4xOS0yLjY5NCA0LjE1OS0yLjY5NCAxLjc5NiAwIDMuNzI5IDEuMTQ4IDMuNzI5IDMuNjY4IDAgMi42NzEtMi44ODEgNS42NzMtOC41IDExLjEyNy01LjQ1NC01LjI4NS04LjUtOC4zODktOC41LTExLjEyNyAwLTEuMTI1LjM4OS0yLjA2OSAxLjEyNC0yLjcyNy42NzMtLjYwNCAxLjYyNS0uOTUgMi42MS0uOTV6IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=)}.d-btn--favorite span.favorites-count{position:absolute;text-align:center;background-color:#bed6f0;color:#000000;border-radius:1rem;width:24px;font-size:.75rem;font-weight:500;right:-0.75rem;bottom:-0.75rem}.d-btn--export-session{font-size:.875rem;font-weight:300;color:#999999;text-transform:lowercase}.d-btn--export-session:hover{text-decoration:underline}.home span.favorites-count{background-color:#ffffff}.d-calendar{display:flex;position:absolute;align-items:center;width:100%;padding-right:0.5rem;overflow-y:auto}.d-calendar__item{height:58px;margin-right:0.5rem}.d-calendar__item:last-child{margin-right:0}.d-calendar__item:hover .d-calendar__day,.d-calendar__item.d-is-active .d-calendar__day{background-color:#ff0952;color:#ffffff}.d-calendar__link{display:flex;flex-direction:column;align-items:center}.d-calendar__text{margin-top:0.25rem;color:#bfbfbf;font-size:.75rem;font-weight:500;text-transform:uppercase}.d-calendar__day{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:1.125rem;font-weight:300;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-headline{display:flex;align-items:center;justify-content:space-between}.d-headline__title{font-size:1.25rem;font-weight:500}@media (min-width: 1200px){.d-headline__title{font-size:1.5rem}}.d-headline__title--smcaps{font-size:.875rem;text-transform:lowercase;font-feature-settings:"smcp";font-variant:small-caps}.d-headline__subtitle{font-size:1.125rem;font-weight:500}.d-share{display:flex}.d-share__item{margin-right:1rem}.d-share__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#ff0952;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-share__link:hover{opacity:.5}.d-share__link img{height:24px}.d-toolbar{position:sticky;top:68px;height:calc(58px + 1rem);background:#ffffff;box-shadow:0 5px 15px rgba(0,0,0,.1);z-index:9}@media (min-width: 768px){.d-toolbar{top:92px}}.d-toolbar__holder{display:flex;align-items:center;justify-content:space-between;padding:0.5rem 0}.d-toolbar__group{display:flex;flex-direction:column;position:relative;flex-grow:1}.d-toolbar__group .d-article__title{margin:0}.d-toolbar__group-item{margin-right:0}.d-toolbar__group-item:last-child{margin-right:0}@media (min-width: 768px){.d-toolbar__group{flex-direction:row;align-items:center;height:58px}}.d-toolbar__btn{width:24px;height:24px}.d-toolbar__btn.active{display:none}.d-toolbar .choices[data-type*=select-one] .choices__inner{border:2px solid rgba(0,0,0,0);padding:0 1rem;background-color:#f2f2f2;border-radius:2rem}.d-toolbar .choices.is-open .choices__inner{border:2px solid #edddda}.d-toolbar .choices__list--single .choices__item{font-size:1rem;font-weight:500;text-transform:lowercase;font-feature-settings:normal;font-variant:normal}.d-advertise{background-color:#ff0952;background-position:center center;background-size:cover;color:#ffffff}.d-advertise__nebulae{background-color:#ff0952}.d-advertise__title{margin-bottom:0;font-size:1.5rem;font-weight:300;text-transform:uppercase}.d-advertise__description{margin:1rem 0 0;font-weight:100}@media (min-width: 576px){.d-advertise__description{font-size:1rem}}@media (min-width: 992px){.d-advertise__description{font-size:1.125rem}}.d-advertise__action{margin-top:3rem}.d-advertise__image{max-height:100vh;width:100%;aspect-ratio:1/1}@supports not (aspect-ratio: 1/1){.d-advertise__image::before{content:"";float:left;padding-top:100%}.d-advertise__image::after{content:"";display:block;clear:both}}.d-advertise__image img{height:100%;object-fit:cover}.d-hero{display:flex;position:relative;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 92px + 1rem);background-color:#ff0952}@media (min-width: 480px){.d-hero{min-height:calc(100vh - 92px)}}.d-hero__holder{position:relative;flex-grow:1}@media (max-height: 429px){.d-hero__holder{height:calc(100vh - 92px)}}@media (max-height: 429px) and (max-width: 479px){.d-hero__holder{height:calc(100vh - 92px + 1rem)}}.d-hero__video,.d-hero__image{position:absolute;width:100%;height:100%}.d-hero__video iframe{width:100%;height:100%}.d-hero__image{object-fit:cover}.d-hero__caption{position:absolute;bottom:0;width:100%;flex-shrink:0;padding:calc(1rem*.75) 0;color:#ffffff}.d-hero__caption--wrapper{display:flex;align-items:center;justify-content:space-between}.d-hero__title{margin-bottom:0;font-size:1.25rem;font-weight:500}@media (min-width: 992px){.d-hero__title{font-size:1.5rem}}@media (min-width: 1200px){.d-hero__title{font-size:1.875rem}}.d-hero__controls{height:32px;margin-left:1rem}.d-hero__controls-volume{width:32px;height:32px;outline:0;background-color:rgba(0,0,0,0);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTcgMTQgMi0ybTAgMCAyLTJtLTIgMi0yLTJtMiAyIDIgMiIvPjwvc3ZnPgo=);background-position:center center;background-size:contain;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-hero__controls-volume:hover{opacity:.5}.d-hero__controls-volume.d-is-volume-active{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xNS41MzYgOC40NjRhNSA1IDAgMCAxIDAgNy4wNzJtMi44MjgtOS45YTkgOSAwIDAgMSAwIDEyLjcyOE01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIvPjwvc3ZnPgo=)}.d-hero--sm{height:400px;min-height:auto}.d-highlights{background-color:#ffffff}.d-intro{background-color:#ffffff;color:#000000;background-size:100% auto}.d-intro--dark{background-color:#000000;color:#ffffff}.d-intro--brand{background-color:#ff0952;color:#ffffff}.d-intro--primary{background-color:#A90000;color:#ffffff}.d-intro--secondary{background-color:#bed6f0;color:#000000}.d-intro--highlight{background-color:#ffec77;color:#000000}.d-newsletter__form{display:flex;margin-bottom:0.5rem;gap:0.5rem;flex-direction:column}@media (min-width: 992px){.d-newsletter__form{align-items:flex-end;flex-direction:row}}.d-newsletter__input{padding:0.5rem 1rem;border:2px solid #ffffff;border-radius:0.25rem;outline:0;background-color:rgba(0,0,0,0);font-family:Muoto, sans-serif;font-size:.875rem;font-weight:300}.d-newsletter__input::placeholder{color:#ffffff}.d-newsletter__msg{position:absolute;padding-bottom:0.5rem;font-family:Muoto, sans-serif;font-size:.75rem;font-weight:300}.d-newsletter.d-is-loading .d-newsletter__btn{display:flex;position:relative;align-items:center;justify-content:center;pointer-events:none}.d-newsletter.d-is-loading .d-newsletter__btn span{opacity:0}.d-newsletter.d-is-loading .d-newsletter__btn::after{position:absolute;width:1rem;height:1rem;border:2px solid #ffffff;border-top:2px solid #000000;border-radius:50%;animation:spin 2s linear infinite;content:""}.d-newsletter--inv .d-newsletter__input{border-color:#ffffff}.d-newsletter[x-cloak]{display:none !important}.fixed-popup{will-change:transform,opacity;position:fixed;bottom:0;right:0;margin:0.5rem;background-color:#000000;color:#ffffff;transition:all .2s}@media (min-width: 480px){.fixed-popup{width:50%}}@media (min-width: 768px){.fixed-popup{width:33%}}@media (min-width: 1200px){.fixed-popup{width:25%;max-width:374px}}.slide-in-enter{transform:translateX(100%);opacity:0}.slide-in-enter-active{transform:translateX(0);opacity:1;transition:all .4s ease}.slide-in-leave{transform:translateX(0);opacity:1}.slide-in-leave-active{transform:translateX(100%);opacity:0;transition:all .4s ease}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.d-pagination{display:flex;justify-content:center}.d-pagination__prev,.d-pagination__next{flex-shrink:0;width:24px}.d-pagination__prev{margin-right:1.5rem}@media (min-width: 576px){.d-pagination__prev{margin-right:2.5rem}}.d-pagination__next{margin-left:1.5rem}@media (min-width: 576px){.d-pagination__next{margin-left:2.5rem}}.d-pagination__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.d-pagination__item{margin-right:1.5rem}.d-pagination__item:last-child{margin-right:0}.d-pagination__link{color:#999999;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-pagination__link:hover{color:#ff0952}.d-pagination__link.d-is-selected{color:#ff0952}.d-pagination__link.d-is-disabled{opacity:.5}.d-pagination__link-image {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.d-pagination__link-image:hover{opacity:.5}.d-search{position:relative;height:40px;overflow:hidden}.d-search__form{position:absolute;right:0;left:0}.d-search__input{width:100%;height:40px;padding:0.5rem 3rem 0.5rem 0;border-bottom:1px solid #ff0952;outline:0;background-color:rgba(0,0,0,0);font-size:.875rem;font-weight:500;line-height:1.5rem}@media (min-width: 576px){.d-search__input{padding-right:4.5rem;font-size:1rem}}@media (min-width: 992px){.d-search__input{font-size:1.125rem}}.d-search__input::-webkit-search-cancel-button{appearance:none;width:12px;height:12px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjE1MS41MzUuOTQgMS43NDdsNC44NDkgNC44NDktNS4yNTMgNS4yNTMgMS4yMTIgMS4yMTJMNyA3LjgwOGw1LjI1MyA1LjI1MyAxLjIxMi0xLjIxMi01LjI1My01LjI1MyA0Ljg0OS00Ljg0OUwxMS44NDkuNTM1IDcgNS4zODQgMi4xNTEuNTM1WiIgZmlsbD0iI0NDQyIvPjwvc3ZnPgo=);background-size:contain;cursor:pointer}.d-search__action{position:absolute;right:0;bottom:calc(0.5rem*1.25)}.d-search__btn{display:flex;align-items:center;justify-content:center;padding:0 0.5rem;cursor:pointer;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}@media (min-width: 576px){.d-search__btn{padding-right:1rem;padding-left:1rem}}.d-search__btn:hover{opacity:.6}.d-search__btn svg{width:24px;fill:#ff0952}.d-search__btn.d-is-disabled{pointer-events:none}.d-search__btn.d-is-disabled svg{fill:#bfbfbf}.d-search[x-cloak]{display:none !important}.d-results--type{margin-top:calc(0.5rem*.5);font-family:Muoto, sans-serif;font-size:.875rem;font-weight:500;color:#A90000}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.glide--rtl{direction:rtl}.d-slider{display:flex;position:relative;flex-direction:column;justify-content:space-between;width:100vw;height:100svh;min-height:100svh;overflow:hidden}.d-slider__track{flex-grow:1}.d-slider__slides{height:100%}.d-slider__slide{position:relative;max-height:100%;display:flex;flex-direction:column;padding-top:68px;background-color:#bed6f0}@media (min-width: 768px){.d-slider__slide{padding-top:92px}}.d-slider__grid{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr auto;min-height:100%;object-fit:cover;object-position:center}.d-slider__drip{pointer-events:none;grid-column:1/span 3;grid-row:1/span 3;width:100%;height:100%;object-fit:contain;object-position:bottom;z-index:20;background-image:url(images/dl25_dripping2-branco.ecc7a7b7.png)}.d-slider__drip--1{background-image:url(images/dl25_dripping1-branco.f27d096a.png)}.d-slider__drip--2{background-image:url(images/dl25_dripping2-branco.ecc7a7b7.png)}.d-slider__drip--3{background-image:url(images/dl25_dripping3-branco.9bd26302.png)}.d-slider__video,.d-slider__image{position:absolute;z-index:1;width:100%;height:100svh}.d-slider__video{top:0;object-fit:cover}.d-slider__video .video-overlay{position:absolute;inset:0;cursor:default;z-index:1}.d-slider__video iframe{width:100%;max-height:100svh}.d-slider__image{grid-column:2/span 1;grid-row:2/span 1;object-fit:cover;object-position:center;width:100%;z-index:1;pointer-events:none;padding-top:68px;max-height:calc(100svh - 68px)}@media (min-width: 768px){.d-slider__image{padding-top:92px;height:calc(100svh - 92px);object-position:bottom;object-fit:contain}}.d-slider__caption{grid-column:1/span 3;grid-row:1/span 2;width:100%;z-index:10}.d-slider__holder{display:flex;flex-direction:column;align-items:center;flex-wrap:nowrap;width:100%}.d-slider__arrows{display:none}@media (min-width: 992px){.d-slider__arrows{display:flex;flex-shrink:0;align-items:center;font-size:1.25rem;font-weight:300}}@media (min-width: 1200px){.d-slider__arrows{font-size:1.5rem}}.d-slider__arrow{width:32px;outline:0;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-slider__arrow:hover{opacity:.6}.d-slider__arrow:first-child{margin-right:1.5rem}.d-slider__arrow:last-child{margin-left:1.5rem}.d-slider__arrow svg{fill:#ff0952}.d-slider__count{min-width:72px;text-align:center}.d-slider__content{flex-grow:1}.d-slider__content.d-is-visible{display:inline-flex;justify-content:center}.d-slider__title{margin-bottom:0;font-size:1rem;color:#ff0952;font-weight:100;font-size:clamp(80px,10vw + 2vh,240px);text-wrap:wrap;line-height:.9;letter-spacing:-0.25rem;padding-top:.125rem;width:100%;word-break:break-word}@media (min-width: 768px){.d-slider__title{letter-spacing:-0.325rem}}@media (min-width: 992px){.d-slider__title{letter-spacing:-0.5rem}}.d-slider__title span{letter-spacing:0;font-size:clamp(24px,4vw + 1vh,72px);text-transform:uppercase}.d-slider__title a{text-decoration:none;display:flex;flex-direction:column;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-slider__title a:hover{opacity:.6}.d-slider__type{grid-column:2/span 1;grid-row:3/span 1;display:flex;justify-content:center;line-height:1rem;color:#ff0952;padding:1rem;z-index:10}@media (min-width: 992px){.d-slider__type{padding:1.5rem}}.d-slider__type p{font-size:clamp(16px,3vw + 1vh,30px);text-wrap:wrap;text-align:center;font-weight:100;text-transform:uppercase;margin:0}.d-slider__controls{display:none;height:32px;margin-left:1rem}.d-slider__controls.d-is-visible{display:inline-flex}.d-slider__controls-volume{width:32px;height:32px;outline:0;background-color:rgba(0,0,0,0);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTcgMTQgMi0ybTAgMCAyLTJtLTIgMi0yLTJtMiAyIDIgMiIvPjwvc3ZnPgo=);background-position:center center;background-size:contain;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-slider__controls-volume:hover{opacity:.5}.d-slider__controls-volume.d-is-volume-active{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xNS41MzYgOC40NjRhNSA1IDAgMCAxIDAgNy4wNzJtMi44MjgtOS45YTkgOSAwIDAgMSAwIDEyLjcyOE01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIvPjwvc3ZnPgo=)}.d-slider__info{z-index:10;width:100%;display:flex;align-items:flex-start;justify-content:center;padding:1rem;grid-row:2/span 2}@media (min-width: 768px){.d-slider__info{padding:1.5rem}}.d-slider__info--left,.d-slider__info--right{writing-mode:vertical-rl;transform:rotate(180deg);display:flex;align-items:center;gap:1rem;line-height:1}.d-slider__info--left p,.d-slider__info--right p{color:#000000;font-size:clamp(24px,6vh + 2vw,6rem);font-weight:100;letter-spacing:-0.2rem;margin:0}.d-slider__info--left{transform:rotate(360deg);justify-content:end;grid-column:1/span 1}.d-slider__info--right{justify-content:start;grid-column:3/span 1}.glide{opacity:0}.glide.glide--ready{opacity:1}.fslightbox-container{background:#ffffff !important}.fslightbox-nav{display:flex;top:0 !important;right:0;left:0;justify-content:flex-end;max-width:1680px;height:40px;margin-right:auto;margin-left:auto;padding-right:5vw;padding-left:5vw}@media (min-width: 1680px){.fslightbox-nav{padding-right:4.5rem;padding-left:4.5rem}}.fslightbox-toolbar{position:relative !important;background:rgba(0,0,0,0) !important}.fslightbox-toolbar-button{width:auto !important;padding-right:0;padding-left:0;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.fslightbox-toolbar-button:hover{opacity:.5}.fslightbox-toolbar-button:nth-child(1){display:none}.fslightbox-toolbar-button:nth-child(2) svg{filter:invert(1)}.fslightbox-slide-number-container{display:none !important}.fslightbox-slide-btn{padding:0 !important;background:rgba(0,0,0,0) !important}.fslightbox-slide-btn svg{filter:invert(1)}.fslightbox-slide-btn-container {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.fslightbox-slide-btn-container:hover{opacity:.5}.fslightbox-slide-btn-container-previous{left:5vw !important;padding-left:0 !important}@media (min-width: 1680px){.fslightbox-slide-btn-container-previous{left:calc((100vw - 1680px)/2 + 4.5rem) !important}}.fslightbox-slide-btn-container-next{right:5vw !important;padding-right:0 !important}@media (min-width: 1680px){.fslightbox-slide-btn-container-next{right:calc((100vw - 1680px)/2 + 4.5rem) !important}}.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:none}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none !important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:hover,.choices[data-type*=select-one] .choices__button:focus{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333 rgba(0,0,0,0);margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=text] .choices__button:hover,.choices[data-type*=text] .choices__button:focus{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;appearance:none;border:0;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:none}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.choices{font-family:Muoto, sans-serif;font-size:.875rem;font-weight:500;text-transform:lowercase;z-index:9}.choices__inner{min-height:auto;padding:calc(0.25rem*.5) 0.25rem;border-width:1px;border-radius:0.25rem;border-color:#000000;background-color:#ffffff;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.choices[data-type*=select-one] .choices__inner{padding-bottom:calc(0.5rem*.5)}.choices[data-type*=select-one]::after{margin-right:0.5rem}.choices__input{padding:calc(0.5rem*.5)}.choices__placeholder{color:#000000;opacity:1}.choices__list[aria-expanded] .choices__item{font-size:.875rem}.choices__list[aria-expanded] .choices__item--selectable{padding:0.5rem}.choices__list--single{min-width:160px;max-width:160px;padding-right:1.5rem}.choices__list--single .choices__item{font-size:.875rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.choices__list--dropdown .choices__item{font-size:.75rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 100ms}.choices__item--choice.is-selected{opacity:.6}.choices.is-open .choices__list--dropdown{border-width:1px;border-color:#000000}.d-twenty-years{position:relative;width:100%;height:100vh}.d-twenty-years__hero{height:100vh;background-color:#000000;color:#ffffff}.d-twenty-years__holder{display:flex;position:relative;flex-direction:column;justify-content:space-between;height:100vh;background-image:url(images/20-years.2bec9c1f.png);background-repeat:no-repeat;background-position:center;background-size:cover}.d-twenty-years__player{position:absolute;width:100%;height:100%}.d-twenty-years__player iframe{width:100%;height:100%;background-color:#000000;pointer-events:none}@media (min-width: 992px){.d-twenty-years__player iframe{padding:6rem}}.d-twenty-years__controls{padding:1rem 0;opacity:1;z-index:99;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 100ms}.d-twenty-years__controls>div{display:flex;align-items:center;justify-content:space-between}.d-twenty-years__controls.d-is-hidden{opacity:0}.d-twenty-years__controls.d-is-inactive{opacity:0}.d-twenty-years__director{flex-grow:1;font-size:1.25rem;font-weight:800}.d-twenty-years__volume{width:32px;height:32px;outline:0;background-color:rgba(0,0,0,0);background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJtMTcgMTQgMi0ybTAgMCAyLTJtLTIgMi0yLTJtMiAyIDIgMiIvPjwvc3ZnPgo=);background-position:center center;background-size:contain;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-twenty-years__volume:hover{opacity:.5}.d-twenty-years__volume.d-is-volume-active{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGFyaWEtaGlkZGVuPSJ0cnVlIj48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0xNS41MzYgOC40NjRhNSA1IDAgMCAxIDAgNy4wNzJtMi44MjgtOS45YTkgOSAwIDAgMSAwIDEyLjcyOE01LjU4NiAxNUg0YTEgMSAwIDAgMS0xLTF2LTRhMSAxIDAgMCAxIDEtMWgxLjU4Nmw0LjcwNy00LjcwN0MxMC45MjMgMy42NjMgMTIgNC4xMDkgMTIgNXYxNGMwIC44OTEtMS4wNzcgMS4zMzctMS43MDcuNzA3TDUuNTg2IDE1eiIvPjwvc3ZnPgo=)}.d-twenty-years .d-header{opacity:1;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.d-twenty-years.d-is-inactive .d-header{opacity:0}.d-doc-404{display:flex;align-items:center;height:calc(100vh - 92px + 1rem);background-image:url(images/404.173d1731.png);background-position:center center;background-size:cover;color:#ffffff}@media (min-width: 480px){.d-doc-404{height:calc(100vh - 92px)}}@media (min-width: 768px) {.md\:d-text-size-lg.d-text-content p {
    font-size: 1.25rem;
    font-weight: 300;
  }
}.hover\:d-text-brand:hover {
  --tw-text-opacity: 1;
  color: rgb(255 9 82 / var(--tw-text-opacity));
}@media (min-width: 576px) {

  .sm\:d-col-start-1 {
    grid-column-start: 1;
  }

  .sm\:d-col-start-2 {
    grid-column-start: 2;
  }

  .sm\:d-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:d-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:d-gap-x-3 {
    column-gap: 1.5rem;
  }
}@media (min-width: 768px) {

  .md\:d-col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:d-block {
    display: block;
  }

  .md\:d-hidden {
    display: none;
  }

  .md\:d-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:d-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:d-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:d-flex-row {
    flex-direction: row;
  }

  .md\:d-gap-2 {
    gap: 1rem;
  }

  .md\:d-gap-3 {
    gap: 1.5rem;
  }

  .md\:d-gap-x-3 {
    column-gap: 1.5rem;
  }

  .md\:d-text-left {
    text-align: left;
  }

  .md\:d-text-right {
    text-align: right;
  }
}@media (min-width: 992px) {

  .lg\:d-col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:d-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:d-col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:d-col-start-2 {
    grid-column-start: 2;
  }

  .lg\:d-mb-6 {
    margin-bottom: 3rem;
  }

  .lg\:d-mt-0 {
    margin-top: 0;
  }

  .lg\:d-block {
    display: block;
  }

  .lg\:d-hidden {
    display: none;
  }

  .lg\:d-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:d-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:d-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:d-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:d-gap-x-6 {
    column-gap: 3rem;
  }

  .lg\:d-p-8 {
    padding: 4rem;
  }

  .lg\:d-pb-9 {
    padding-bottom: 4.5rem;
  }
}@media (min-width: 1200px) {

  .xl\:d-col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:d-col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:d-col-start-4 {
    grid-column-start: 4;
  }

  .xl\:d-row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:d-block {
    display: block;
  }

  .xl\:d-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}@media (min-width: 1680px) {

  .\32xl\:d-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:d-p-12 {
    padding: 6rem;
  }
}
