@charset "UTF-8";
:root {
  --vhfix: 100vh;
}

/*
! 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 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Plaax; /* 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]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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;
}

*, ::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:  ;
}
@font-face {
  font-family: "Louize Display";
  font-weight: 700;
  font-style: italic;
  src: url("assets/fonts/LouizeDisplay-BoldItalic-205TF.woff2") format("woff2"), url("assets/fonts/LouizeDisplay-BoldItalic-205TF.woff") format("woff");
}
@font-face {
  font-family: "Louize Display";
  font-weight: 700;
  font-style: normal;
  src: url("assets/fonts/LouizeDisplay-Bold-205TF.woff2") format("woff2"), url("assets/fonts/LouizeDisplay-Bold-205TF.woff") format("woff");
}
@font-face {
  font-family: "Louize Display";
  font-weight: 400;
  font-style: normal;
  src: url("assets/fonts/LouizeDisplay-Regular-205TF.woff2") format("woff2"), url("assets/fonts/LouizeDisplay-Regular-205TF.woff") format("woff");
}
@font-face {
  font-family: "Plaax";
  font-weight: 200;
  font-style: normal;
  src: url("assets/fonts/Plaax-26-Ney-Light-205TF.woff2") format("woff2"), url("assets/fonts/Plaax-26-Ney-Light-205TF.woff") format("woff");
}
@font-face {
  font-family: "Plaax";
  font-weight: 400;
  font-style: normal;
  src: url("assets/fonts/Plaax-36-Ney-Regular-205TF.woff2") format("woff2"), url("assets/fonts/Plaax-36-Ney-Regular-205TF.woff") format("woff");
}
@font-face {
  font-family: "Plaax";
  font-weight: 700;
  font-style: normal;
  src: url("assets/fonts/Plaax-46-Ney-Bold-205TF.woff2") format("woff2"), url("assets/fonts/Plaax-46-Ney-Bold-205TF.woff") format("woff");
}
@font-face {
  font-family: "Plaax";
  font-weight: 900;
  font-style: normal;
  src: url("assets/fonts/Plaax-56-Ney-Heavy-205TF.woff2") format("woff2"), url("assets/fonts/Plaax-56-Ney-Heavy-205TF.woff") format("woff");
}
html {
  font-size: 10px;
}

body#exc, .interface-navigable-region#exc {
  margin: 0;
  background: #F1F1F1;
  font-family: Plaax;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body#exc ::-moz-selection, .interface-navigable-region#exc ::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 25 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body#exc ::selection, .interface-navigable-region#exc ::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 25 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.interface-navigable-region#exc .editor-styles-wrapper {
  background: #F1F1F1 !important;
}

#main:after {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0rem;
  z-index: 6999;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  opacity: 0;
}

.acf-block-preview #main:after {
  position: absolute;
}

#main:after {
  transition: opacity 0.3s 0.16s ease-out;
  will-change: opacity;
}
.has-mobile-menu #main:after {
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.btn-primary{
  text-align: center;
  font-family: Plaax;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  background: #FFFFFF;
  transition: all 0.24s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.is-active, .btn-primary-hover-parent:hover .btn-primary {
  color: #FFFFFF;
  background: #0019FF;
  outline: none;
  transition: all 0.12s ease-out;
}
.btn-primary--transparent{
  background-color: transparent;
}
.btn-primary--video {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.btn-primary--video:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent currentColor;
}
.btn-primary--close {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background-color: rgb(26 26 26 / 0.2);
}
.btn-primary--close:before {
  content: "";
  display: inline-block;
  height: 0.9000000rem;
  width: 0.9000000rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231A1A1A' d='m.26.96.7-.7 7.78 7.77-.7.7z'/%3E%3Cpath fill='%231A1A1A' d='m.97 8.75-.71-.71L8.04.26l.7.7z'/%3E%3C/svg%3E");
}
.btn-primary--close:hover, .btn-primary--close:focus {
  background: #0019FF;
}
.btn-primary--close:hover:before, .btn-primary--close:focus:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='m.26.96.7-.7 7.78 7.77-.7.7z'/%3E%3Cpath fill='%23FFF' d='m.97 8.75-.71-.71L8.04.26l.7.7z'/%3E%3C/svg%3E");
}
.btn-primary--filter{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.0000000rem;
  padding-right: 1.0000000rem;
  padding-top: 0.2000000rem;
  padding-bottom: 0.4000000rem;
  line-height: 1;
}
.btn-primary--filter:hover, .btn-primary--filter:focus, .btn-primary--filter.is-active, .btn-primary--filter.is-current{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.btn-primary--filter.is-current:after {
  content: "";
  margin-left: 0.8000000rem;
  margin-bottom: 1px;
  display: inline-block;
  height: 0.6000000rem;
  width: 0.6000000rem;
  background: no-repeat center;
  background-size: 0.6rem 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231A1A1A' d='m.26.96.7-.7 7.78 7.77-.7.7z'/%3E%3Cpath fill='%231A1A1A' d='m.97 8.75-.71-.71L8.04.26l.7.7z'/%3E%3C/svg%3E");
}
.btn-primary--filter-submit{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.2);
  padding-left: 1.0000000rem;
  padding-right: 1.0000000rem;
  padding-top: 0.8000000rem;
  padding-bottom: 0.9000000rem;
  line-height: 1;
}
.btn-primary--filter-submit:hover, .btn-primary--filter-submit:focus, .btn-primary--filter-submit.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .btn-primary--filter{
    background-color: rgb(255 255 255 / 0.2);
  }
}

.btn-secondary{
  text-align: center;
  font-family: Plaax;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  background: #0019FF;
  transition: all 0.24s ease-in-out;
}
.btn-secondary:hover, .btn-secondary-hover-parent:hover .btn-secondary, .btn-secondary.is-active {
  color: #1A1A1A;
  background: #FFFFFF;
  transition: all 0.12s ease-out;
}
.btn-secondary--filter-clear{
  padding-left: 1.0000000rem;
  padding-right: 1.0000000rem;
  padding-top: 0.8000000rem;
  padding-bottom: 0.9000000rem;
  line-height: 1;
}

.btn-form{
  position: relative;
  display: block;
  height: 7.6000000rem;
  overflow: hidden;
  border-radius: 0.6000000rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 1.1000000rem;
  padding-bottom: 1.1000000rem;
  padding-left: 1.0000000rem;
  padding-right: 1.2000000rem;
}
.btn-form:before {
  content: "";
  position: absolute;
  inset: 0rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
}
.btn-form:after {
  content: "";
  position: absolute;
  right: 1.2000000rem;
  bottom: 1.1000000rem;
  z-index: 1;
  height: 0.8000000rem;
  width: 0.9000000rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92 6.83 7.15 4.3H0v-.96h7.15L4.92.79l.7-.68 3.18 3.7L5.6 7.5l-.69-.68Z' fill='%23fff'/%3E%3C/svg%3E");
}
.btn-form span{
  font-family: Plaax;
  font-size: 1.4rem;
  line-height: 1.14;
  letter-spacing: 0em;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-form:hover{
  border-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.btn-form:hover:before {
  opacity: 1;
}
.btn-form:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92 6.83 7.15 4.3H0v-.96h7.15L4.92.79l.7-.68 3.18 3.7L5.6 7.5l-.69-.68Z' fill='%23000'/%3E%3C/svg%3E");
}
@media (min-width: 1024px) {
  .btn-form:after{
    right: 1.6000000rem;
  }
  .btn-form span{
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.btn-filter{
  display: inline-block;
  border-radius: 0.4000000rem;
  background-color: rgb(255 255 255 / 0.4);
  padding-left: 1.0000000rem;
  padding-right: 1.0000000rem;
  padding-top: 0.2000000rem;
  padding-bottom: 0.4000000rem;
  font-family: Plaax;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  letter-spacing: -0.01em;
}
.btn-filter:hover, .btn-filter:focus, .btn-filter.is-active, .btn-filter.is-current{
  background-color: rgb(255 255 255 / 1);
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  outline: none;
}
.btn-filter.is-current:after {
  content: "";
  margin-left: 0.8000000rem;
  margin-bottom: 1px;
  display: inline-block;
  height: 0.6000000rem;
  width: 0.6000000rem;
  background: no-repeat center;
  background-size: 0.6rem 0.6rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231A1A1A' d='m.26.96.7-.7 7.78 7.77-.7.7z'/%3E%3Cpath fill='%231A1A1A' d='m.97 8.75-.71-.71L8.04.26l.7.7z'/%3E%3C/svg%3E");
}

.tag-primary{
  display: inline-block;
  border-radius: 0.4000000rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5000000rem;
  padding-right: 0.5000000rem;
  padding-top: 0.3000000rem;
  padding-bottom: 0.3000000rem;
  font-family: Plaax;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
}
.tag-primary--alt{
  padding-left: 0.5000000rem;
  padding-right: 0.5000000rem;
  padding-top: 0.4000000rem;
  padding-bottom: 0.5000000rem;
}

.tag-secondary{
  display: inline-block;
  border-radius: 0.4000000rem;
  background-color: rgb(255 255 255 / 0.4);
  padding-left: 0.5000000rem;
  padding-right: 0.5000000rem;
  padding-top: 0.3000000rem;
  padding-bottom: 0.3000000rem;
  font-family: Plaax;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tag-secondary--alt{
  padding-left: 0.5000000rem;
  padding-right: 0.5000000rem;
  padding-top: 0.4000000rem;
  padding-bottom: 0.5000000rem;
}

.table td, .table th {
  padding: 20px;
  border: 1px solid #1A1A1A;
}
.table th{
  font-family: Plaax;
  font-size: 1.4rem;
  line-height: 1.14;
  letter-spacing: 0em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  vertical-align: top;
}
.table td{
  font-family: Plaax;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0em;
  vertical-align: top;
}

[data-hidden=true] {
  opacity: 0 !important;
}

[data-barba-namespace=case-study] footer {
  display: none;
}

body > .hbspt-form {
  display: none;
}

.globe-placeholder {
  position: relative;
}
.globe-placeholder:before {
  content: "";
  position: absolute;
  inset: 0rem;
  aspect-ratio: 1 / 1; /*bg-gray-border*/
  border-radius: 100%;
}
.globe-placeholder gl-globe{
  position: absolute;
  inset: 0rem;
  aspect-ratio: 1 / 1; /*bg-gray-border*/
}

.prose p, .prose ul{
  margin-bottom: 1.8000000rem;
}
.prose ul {
  list-style: none;
}
.prose ul li:before {
  content: "—";
  margin-right: 1.2000000rem;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.header{
  position: fixed;
  top: 0rem;
  right: 0rem;
  left: 0rem;
  z-index: 7000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.acf-block-preview .header {
  position: absolute;
}

.header {
    pointer-events: none;
  }

.header > * {
    pointer-events: auto;
  }

@media (min-width: 1024px) {
    .header{
    padding-top: 2.4000000rem;
    padding-left: 2.4000000rem;
  }
  }

.nav {
    position: relative;
  }

.nav__btn {
    position: relative;
    z-index: 1;
    padding: 0.88rem;
  }

.nav__btn svg {
    position: relative;
    width: 2.6rem;
    height: 2.6rem;
  }

.nav__btn:before {
    content: "";
    position: absolute;
    inset: 0rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: 0.528rem;
    opacity: 1;
    transition: opacity 0.26s 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity, transform;
  }

.nav__bar {
    display: none;
  }

.nav__panel {
    display: none;
  }

.nav__child{
  font-family: Plaax;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.1;
}

.nav__child-title{
  font-family: Louize Display;
  font-size: 2.3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.nav__contact-btn {
    overflow: hidden;
    cursor: pointer;
  }

.nav__contact-btn-inner{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 25 255 / var(--tw-bg-opacity));
  padding: 1.0000000rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
    padding-top: 1.7rem;
    padding-right: 4.7rem;
    font-family: Plaax;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0em;
}

.nav__mobile-panel{
  position: fixed;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  overflow: auto;
}

.acf-block-preview .nav__mobile-panel {
  position: absolute;
}

.nav__mobile-panel {
    height: 100vh;
    height: calc(100 * var(--vh, 1vh));
    height: 100dvh;
    visibility: hidden;
    -webkit-clip-path: inset(1rem calc(100vw - 5.4rem) calc(100vh - 5.4rem) 1rem round 0.6rem);
            clip-path: inset(1rem calc(100vw - 5.4rem) calc(100vh - 5.4rem) 1rem round 0.6rem);
    transition: visibility 0.8s 0.1s linear, -webkit-clip-path 0.4s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: clip-path 0.4s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.8s 0.1s linear;
    transition: clip-path 0.4s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.8s 0.1s linear, -webkit-clip-path 0.4s 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    will-change: clip-path;
  }

.nav__mobile-panel:before {
    content: "";
    position: fixed;
    inset: 0rem;
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  }

.acf-block-preview .nav__mobile-panel:before {
  position: absolute;
}

.is-mobile-nav-active .nav__mobile-panel {
    visibility: visible;
    transition: visibility 0s 0s linear, -webkit-clip-path 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: clip-path 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s 0s linear;
    transition: clip-path 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), visibility 0s 0s linear, -webkit-clip-path 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-clip-path: inset(0% 0% 0% 0% round 0);
            clip-path: inset(0% 0% 0% 0% round 0);
  }

.nav__mobile-panel-inner{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.6000000rem;
  padding-bottom: 1.0000000rem;
    opacity: 0;
    transform: translate3d(0, -4rem, 0);
    transition: opacity 0.2s linear 0s, transform 0s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    will-change: opacity, transform;
}

.is-mobile-nav-active .nav__mobile-panel-inner {
    transform: none;
    opacity: 1;
    transition: opacity 0.4s linear 0.2s, transform 0.7s 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

.nav__mobile-accordion-btn{
  padding-top: 1.0000000rem;
  padding-bottom: 1.0000000rem;
  font-family: Plaax;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

[aria-expanded=true] .nav__mobile-accordion-btn, .is-active > .nav__mobile-accordion-btn{
  font-weight: 700;
}

.nav__mobile-link{
  padding-top: 1.0000000rem;
  padding-bottom: 1.0000000rem;
  font-family: Plaax;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.is-active > .nav__mobile-link{
  font-weight: 700;
}

.nav__cards{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.nav__card{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.0000000rem;
  overflow: hidden;
  border-radius: 0.6000000rem;
  padding-left: 0.8000000rem;
  padding-right: 0.8000000rem;
  padding-top: 0.6000000rem;
  padding-bottom: 1.0000000rem;
}

.nav__card img{
  position: absolute;
  inset: 0rem;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav__card img ~ * {
    position: relative;
  }

.nav__active-slot{
  pointer-events: auto;
  position: absolute;
  top: 0rem;
  left: 0rem;
    height: 4rem;
    margin: 0.2rem 0 0;
}

.nav__current {
    pointer-events: none;
    display: flex;
    height: 100%;
    align-items: center;
    border-radius: 0.6000000rem;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
    padding: 0 0.5rem 0 4.5rem;
    box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    opacity: 0;
    -webkit-clip-path: inset(0% 90% 0% 10% round 0.6rem);
            clip-path: inset(0% 90% 0% 10% round 0.6rem);
    will-change: opacity, clip-path;
    transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

.has-current .nav__current{
  opacity: 1;
    -webkit-clip-path: inset(0% 0% 0% 0% round 0.6rem);
            clip-path: inset(0% 0% 0% 0% round 0.6rem);
    transition: opacity 0.3s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.3s 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.3s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 0.3s 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.3s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 0.3s 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 0.3s 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.has-current .nav__current > span {
    opacity: 1;
    transform: none;
  }

.has-mobile-menu .nav__current {
    opacity: 0;
    -webkit-clip-path: inset(0% 90% 0% 10% round 0.6rem);
            clip-path: inset(0% 90% 0% 10% round 0.6rem);
    transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

.nav__current > span{
  position: relative;
  z-index: 2;
  padding-left: 0.8000000rem;
  padding-right: 0.5000000rem;
  font-family: Plaax;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
    opacity: 0;
    transform: translate3d(-2rem, 0, 0);
    will-change: opacity, transform;
    transition: opacity 0.5s 0.13s ease-out, transform 0.3s 0.13s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav__cursor {
    display: none;
  }

@media (min-width: 1024px) {
    .nav__mobile-panel{
    width: 50%;
  }
  }

@media (hover: hover) {
    .nav.is-active .nav__cursor {
      opacity: 1;
    }
    .nav.is-active .nav__btn:before {
      transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .nav.is-active .nav__bar {
      animation: delaypointer 0.2s forwards;
    }
    @keyframes delaypointer {
      99% {
        pointer-events: none;
      }
      100% {
        pointer-events: auto;
      }
    }
    .nav.is-active .nav__bar:before{
    --tw-bg-opacity: 0.5;
      opacity: 1;
      -webkit-clip-path: inset(0.3rem 0% 0.3rem 0% round 0.6rem);
              clip-path: inset(0.3rem 0% 0.3rem 0% round 0.6rem);
      transition: all 0.3s 0.12s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
    .nav.is-active .nav__bar:after {
      opacity: 1;
      transition: opacity 0.3s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.3s 0.12s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .nav.is-active .nav__current {
      opacity: 0;
      -webkit-clip-path: inset(0% 100% 0% 0% round 0.6rem);
              clip-path: inset(0% 100% 0% 0% round 0.6rem);
      transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), clip-path 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav.is-active .nav__current > span {
      opacity: 0;
      transform: translate3d(-2rem, 0, 0);
      transition: opacity 0.12s ease-out, transform 0.06s ease-in;
      will-change: transform, opacity;
    }
    .nav.is-active .nav__item-btn {
      opacity: 1;
      transform: none;
    }
    .nav.is-active .nav__item:nth-child(1) .nav__item-btn {
      transition: opacity 0.5s 0.18s ease-out, transform 0.3s 0.18s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav.is-active .nav__item:nth-child(2) .nav__item-btn {
      transition: opacity 0.5s 0.24s ease-out, transform 0.3s 0.24s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav.is-active .nav__item:nth-child(3) .nav__item-btn {
      transition: opacity 0.5s 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav.is-active .nav__item:nth-child(4) .nav__item-btn {
      transition: opacity 0.5s 0.36s ease-out, transform 0.3s 0.36s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav.is-active .nav__item:nth-child(5) .nav__item-btn {
      transition: opacity 0.5s 0.42s ease-out, transform 0.3s 0.42s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav__cursor {
      opacity: 0;
      position: absolute;
      left: 0rem;
      top: 0rem;
      z-index: 3;
      display: block;
      height: 100%;
      width: 10.0000000rem;
      border-radius: 0.6000000rem;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      transition: opacity 0.5s ease-out, width 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .nav__btn{
    padding: 1.0000000rem;
      z-index: 4;
  }
    .nav__btn svg {
      width: 3rem;
      height: 3rem;
    }
    .nav__btn:before {
      opacity: 0;
    }
    .nav__btn:hover:before {
      opacity: 1;
    }
    .nav__bar {
      pointer-events: none;
      position: absolute;
      display: block;
      display: flex;
      align-items: center;
      gap: 1px;
      height: 5rem;
      top: 0;
      left: -0.5rem;
      padding: 0 0.5rem 0 6rem;
    }
    .nav__bar:before {
      content: "";
      position: absolute;
      inset: 0rem;
      border-radius: 0.6000000rem;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      --tw-bg-opacity: 1;
      z-index: 2;
      opacity: 1;
      box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.05);
      -webkit-backdrop-filter: blur(3px);
              backdrop-filter: blur(3px);
      -webkit-clip-path: inset(0% calc(100% - 5.5rem) 0% 0.5rem round 0.6rem);
              clip-path: inset(0% calc(100% - 5.5rem) 0% 0.5rem round 0.6rem);
      transition: all 0.3s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      will-change: opacity, clip-path;
    }
    .nav__bar:after {
      content: "";
      position: absolute;
      left: 0rem;
      right: 0rem;
      top: 0.3000000rem;
      bottom: 0.3000000rem;
      border-radius: 0.6000000rem;
      pointer-events: none;
      z-index: 2;
      opacity: 0;
      box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.05);
      transition: all 0.3s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      will-change: opacity;
    }
    .nav__bar:has(.nav__item.has-child:hover):before {
      -webkit-clip-path: inset(0.3rem 0% 0.3rem 0% round 0.6rem 0.6rem 0);
              clip-path: inset(0.3rem 0% 0.3rem 0% round 0.6rem 0.6rem 0);
    }
    .nav__bar:has(.nav__item.--item-4.has-child:hover):before {
      -webkit-clip-path: inset(0.3rem 0% 0.3rem 0% round 0.6rem 0.6rem 0 0);
              clip-path: inset(0.3rem 0% 0.3rem 0% round 0.6rem 0.6rem 0 0);
    }
    .nav__active-slot {
      height: 4.4rem;
      margin: 0.3rem 0 0;
    }
    .nav__current {
      padding: 0 0.5rem 0 6rem;
    }
    .nav__current > span{
    padding-left: 2.0000000rem;
    padding-right: 2.0000000rem;
  }
    .nav__item:nth-child(1) .nav__item-btn {
      transition: opacity 0.12s 0.18s ease-out, transform 0.06s 0.24s ease-in;
      will-change: transform, opacity;
    }
    .nav__item:nth-child(2) .nav__item-btn {
      transition: opacity 0.12s 0.12s ease-out, transform 0.06s 0.24s ease-in;
      will-change: transform, opacity;
    }
    .nav__item:nth-child(3) .nav__item-btn {
      transition: opacity 0.12s 0.06s ease-out, transform 0.06s 0.24s ease-in;
      will-change: transform, opacity;
    }
    .nav__item:nth-child(4) .nav__item-btn {
      transition: opacity 0.12s 0s ease-out, transform 0.06s 0.24s ease-in;
      will-change: transform, opacity;
    }
    .nav__item:nth-child(5) .nav__item-btn {
      transition: opacity 0.12s -0.06s ease-out, transform 0.06s 0.24s ease-in;
      will-change: transform, opacity;
    }
    .is-active .nav__item:hover .nav__panel {
      pointer-events: auto;
      -webkit-clip-path: inset(0 0 0% round 0 0 0.6rem 0.6rem);
              clip-path: inset(0 0 0% round 0 0 0.6rem 0.6rem);
    }
    .is-active .nav__item:hover .nav__panel:before {
      transform: none;
      transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .is-active .nav__item:hover .nav__child {
      opacity: 1;
      transform: none;
    }
    .is-active .nav__item:hover .nav__child:nth-child(1) {
      transition: opacity 0.3s 0.04s linear, transform 0.2s 0.04s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .is-active .nav__item:hover .nav__child:nth-child(2) {
      transition: opacity 0.3s 0.08s linear, transform 0.2s 0.08s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .is-active .nav__item:hover .nav__child:nth-child(3) {
      transition: opacity 0.3s 0.12s linear, transform 0.2s 0.12s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .is-active .nav__item:hover .nav__child:nth-child(4) {
      transition: opacity 0.3s 0.16s linear, transform 0.2s 0.16s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .is-active .nav__item:hover .nav__child:nth-child(5) {
      transition: opacity 0.3s 0.2s linear, transform 0.2s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .nav__item-btn{
    position: relative;
    z-index: 3;
    display: block;
    cursor: default;
    font-family: Plaax;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0em;
      padding: 1.8rem 2rem;
      opacity: 0;
      transform: translate3d(-1rem, 0, 0);
  }
    .nav__item-btn[href]{
    cursor: pointer;
  }
    .nav__item-btn span{
    position: relative;
  }
    .nav__panel{
    position: absolute;
    left: 6.0000000rem;
    right: 0rem;
    display: block;
    display: flex;
    flex-direction: column;
    gap: 2.4000000rem;
      z-index: 1;
      top: 4.7rem;
      -webkit-backdrop-filter: blur(7.5px);
              backdrop-filter: blur(7.5px);
      padding: 2.65rem 11.8rem 3rem 2.4rem;
      pointer-events: none;
      will-change: clip-path;
      -webkit-clip-path: inset(0 0 100% round 0 0 0.6rem 0.6rem);
              clip-path: inset(0 0 100% round 0 0 0.6rem 0.6rem);
      transition: -webkit-clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
    .nav__panel:before {
      content: "";
      position: absolute;
      inset: 0rem;
      border-bottom-right-radius: 0.6000000rem;
      border-bottom-left-radius: 0.6000000rem;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      --tw-bg-opacity: 0.8;
      transform: scaleY(0.8);
      transform-origin: 0 0;
      transition: transform 0s 0.3s linear;
      will-change: transform;
    }
    .--item-4 .nav__panel{
    display: flex;
    flex-direction: column;
    gap: 3.0000000rem;
      left: 0;
      padding: 3.75rem 2.4rem 2.2rem;
  }
    .nav__child {
      opacity: 0;
      transform: translate3d(0, -2rem, 0);
      transition: opacity 0.3s linear, transform 0s 0.3s linear;
      will-change: transform, opacity;
    }
    .nav__child-title{
    font-size: 2.5rem;
  }
    .nav__card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
      aspect-ratio: 147/97;
  }
    .nav__contact-btn-inner{
    padding: 1.0000000rem;
      padding-right: 14.5rem;
      padding-bottom: 3.4rem;
      transform: translate3d(0.5rem, 0.5rem, 0);
      transition: transform 0.3s cubic-bezier(0.64, 0.22, 0.39, 0.9);
  }
    .nav__contact-btn:hover .nav__contact-btn-inner {
      transform: none;
    }
  }

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  padding-bottom: 5.0000000rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer a {
    transition: opacity 0.12s linear;
  }

.footer a:hover{
  opacity: 0.75;
}

.footer__wrapper{
  display: flex;
  flex-direction: column;
  gap: 5.0000000rem;
}

.footer__logo{
  height: 3.0000000rem;
  width: 3.0000000rem;
}

.footer__newsletter{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.0000000rem;
  padding-top: 10.0000000rem;
  text-align: center;
}

.footer__bottom-menu{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4.0000000rem;
  text-transform: uppercase;
}

.footer__bottom-menu a {
    transition: opacity 0.12s linear;
  }

.footer__bottom-menu a:hover{
  opacity: 0.75;
}

.footer__accordion{
  margin-bottom: 5.0000000rem;
  display: flex;
  flex-direction: column;
  gap: 1.0000000rem;
}

.footer__accordion-btn{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.0000000rem;
  padding-bottom: 1.0000000rem;
  font-family: Plaax;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
}

[data-matches-breakpoint=true] .footer__accordion-btn:after {
    content: "+";
    font-size: 2.2rem;
  }

[data-matches-breakpoint=true] .footer__accordion-btn[aria-expanded=true]:after {
    content: "-";
  }

.footer__accordion-menu{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.footer__moto{
  margin-bottom: 6.0000000rem;
  text-align: center;
  font-family: Plaax;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0em;
}

@media (min-width: 1024px) {
    .footer{
    padding-bottom: 2.8000000rem;
  }
    .footer__wrapper {
      gap: 0;
      padding-top: 21rem;
    }
    .footer__sticky{
    position: sticky;
      top: calc(50vh - 2.5rem);
  }
    .footer__logo{
    margin-left: auto;
    margin-right: auto;
    height: 5.0000000rem;
    width: 5.0000000rem;
  }
    .footer__newsletter{
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 0rem;
    text-align: left;
      margin-bottom: 20rem;
  }
    .footer__accordion{
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
      margin: 0 0 35rem;
  }
    .footer__accordion > :nth-child(1){
    grid-column: span 8 / span 8;
  }
    .footer__accordion > :nth-child(2){
    grid-column: span 3 / span 3;
  }
    .footer__accordion > :nth-child(3){
    grid-column: span 3 / span 3;
  }
    .footer__accordion > :nth-child(4){
    grid-column: span 10 / span 10;
  }
    .footer__bottom-menu{
    font-family: Plaax;
    font-size: 1.4rem;
    line-height: 1.14;
    letter-spacing: 0em;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    font-weight: 300;
  }
    .footer__accordion-btn{
    font-family: Plaax;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0em;
    margin-bottom: 2.0000000rem;
    font-weight: 700;
    line-height: 1.1;
  }
    .footer__accordion-menu{
    line-height: 1.2;
  }
    .footer__brand {
      margin-top: 7rem;
    }
    .footer__moto{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14.4000000rem;
    width: 33.333333%;
    line-height: 1.1;
  }
  }
[block-component] {
  position: relative;
}
.PosterParallax {
  display: block;
  perspective: 2000px;
  overflow: hidden;
}
.PosterParallax__inner {
  transform-style: preserve-3d;
  -webkit-clip-path: inset(0px round 0);
          clip-path: inset(0px round 0);
  transition: -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-clip-path 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.PosterParallax.is-enter .PosterParallax__inner, .PosterParallax--hover .PosterParallax__inner {
  -webkit-clip-path: inset(20px round 20px);
          clip-path: inset(20px round 20px);
}
.PosterParallax__content {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
}
.PosterParallax.is-enter .PosterParallax__content, .PosterParallax--hover .PosterParallax__content {
  transform: scale(1.05);
}
.PosterParallax__content:after {
  content: "";
  position: absolute;
  inset: 0rem;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), transparent);
}
.PosterParallax__btn{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 4px;
  color: #1A1A1A;
  background: #FFFFFF;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.PosterParallax.is-enter .PosterParallax__btn, .PosterParallax--hover .PosterParallax__btn {
  opacity: 1;
}
.PosterParallax.--small.is-enter .PosterParallax__inner, .PosterParallax.--small.PosterParallax--hover .PosterParallax__inner {
  -webkit-clip-path: inset(8px round 12px);
          clip-path: inset(8px round 12px);
}
.PosterParallax.--mobile-small.is-enter .PosterParallax__inner, .PosterParallax.--mobile-small.PosterParallax--hover .PosterParallax__inner {
  -webkit-clip-path: inset(8px round 12px);
          clip-path: inset(8px round 12px);
}
@media (min-width: 1024px) {
  .PosterParallax.--mobile-small.is-enter .PosterParallax__inner, .PosterParallax.--mobile-small.PosterParallax--hover .PosterParallax__inner {
    -webkit-clip-path: inset(20px round 20px);
            clip-path: inset(20px round 20px);
  }
}

.VideoParallax__play-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  background-color: rgb(255 255 255 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.VideoParallax__play-btn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent currentColor;
}

.VideoParallax__play-btn{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.2;
  pointer-events: none;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  opacity: 1;
  transition: opacity 0.2s linear, transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
.VideoParallax__dialog{
  display: flex;
  height: 100%;
  width: 83.333333%;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
  padding-top: 6.0000000rem;
  padding-bottom: 12.0000000rem;
}
.VideoParallax__dialog::backdrop, .VideoParallax__dialog + .backdrop{
  background-color: rgb(220 220 220 / 0.9);
  opacity: 0.01;
  will-change: opacity;
  transition: opacity 0.6s 0.3s linear;
}
.VideoParallax__dialog-video{
  display: flex;
  height: 100%;
  max-height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate3d(0, 50%, 0) scale(0.9);
  will-change: transform, opacity;
  transition: opacity 0.6s 0s linear, transform 0.6s 0s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.VideoParallax__dialog-close-btn{
  position: absolute;
  bottom: 2.2000000rem;
  left: 50%;
  --tw-translate-x: -50%;
  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));
  text-align: center;
  font-family: Plaax;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 120%;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  background: #FFFFFF;
  transition: all 0.24s ease-in-out;
}
.VideoParallax__dialog-close-btn:hover,.VideoParallax__dialog-close-btn:focus,.VideoParallax__dialog-close-btn.is-active, .btn-primary-hover-parent:hover .VideoParallax__dialog-close-btn {
  color: #FFFFFF;
  background: #0019FF;
  outline: none;
  transition: all 0.12s ease-out;
}
.VideoParallax__dialog-close-btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background-color: rgb(26 26 26 / 0.2);
}
.VideoParallax__dialog-close-btn:before {
  content: "";
  display: inline-block;
  height: 0.9000000rem;
  width: 0.9000000rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231A1A1A' d='m.26.96.7-.7 7.78 7.77-.7.7z'/%3E%3Cpath fill='%231A1A1A' d='m.97 8.75-.71-.71L8.04.26l.7.7z'/%3E%3C/svg%3E");
}
.VideoParallax__dialog-close-btn:hover,.VideoParallax__dialog-close-btn:focus {
  background: #0019FF;
}
.VideoParallax__dialog-close-btn:hover:before,.VideoParallax__dialog-close-btn:focus:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' d='m.26.96.7-.7 7.78 7.77-.7.7z'/%3E%3Cpath fill='%23FFF' d='m.97 8.75-.71-.71L8.04.26l.7.7z'/%3E%3C/svg%3E");
}
.VideoParallax__dialog-close-btn {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.6s 0.5s linear;
}
.VideoParallax__dialog.is-active::backdrop, .VideoParallax__dialog.is-active + .backdrop {
  opacity: 1;
  transition: opacity 0.6s linear;
}
.VideoParallax__dialog.is-active .VideoParallax__dialog-video {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s 0.2s linear, transform 0.6s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.VideoParallax__dialog.is-active .VideoParallax__dialog-close-btn {
  opacity: 1;
}
.VideoParallax__poster {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.VideoParallax[data-playing=true] .VideoParallax__poster {
  opacity: 0;
  pointer-events: none;
}
.VideoParallax[data-playing=true] .VideoParallax__play-btn {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale(1.2);
  pointer-events: none;
}
.VideoParallax:hover .VideoParallax__play-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(0 25 255 / var(--tw-bg-opacity));
}

.BlockPlatforms__item:before{
  border-radius: 1.0000000rem;
  background-color: rgb(116 116 128 / 0.1);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.BlockPlatforms__item:hover:before {
  opacity: 1;
}
.BlockPlatforms__item__label{
  display: none;
  height: 100%;
  font-weight: 300;
  text-transform: uppercase;
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
}
.BlockPlatforms__item:hover .BlockPlatforms__item__label {
  display: flex;
}
.BlockPlatforms__item__media {
  opacity: 0;
  transform: scale(0.9);
  will-change: transform, opacity;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.BlockPlatforms__item:hover .BlockPlatforms__item__media {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 1024px) {
  .BlockPlatforms__item__label{
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .BlockPlatforms__item:hover .BlockPlatforms__item__label {
    opacity: 1;
  }
}

.BlockStatistics__item__top-left, .BlockStatistics__item__top-right, .BlockStatistics__item__bottom-left, .BlockStatistics__item__bottom-right {
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.BlockStatistics__item:hover .BlockStatistics__item__top-left, .BlockStatistics__item:hover .BlockStatistics__item__top-right, .BlockStatistics__item:hover .BlockStatistics__item__bottom-left, .BlockStatistics__item:hover .BlockStatistics__item__bottom-right {
  opacity: 1;
}
.BlockStatistics__item__top-left {
  top: 0;
  left: 0;
  border-top: 1px solid #1A1A1A;
  border-left: 1px solid #1A1A1A;
}
.BlockStatistics__item__top-right {
  top: 0;
  right: 0;
  border-top: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
}
.BlockStatistics__item__bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1A1A1A;
  border-left: 1px solid #1A1A1A;
}
.BlockStatistics__item__bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
}
.BlockStatistics__item__number {
  font-size: 72px;
}
@media (min-width: 1024px) {
  .BlockStatistics__item__number {
    font-size: max(100px, 6.9444444444vw);
  }
}

.DefaultSlider--visible .flickity-viewport {
  overflow: visible;
}
.DefaultSlider .flickity-enabled.is-draggable .flickity-viewport {
  cursor: none;
}
.DefaultSlider .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: none;
}

.BlockClients__item{
  font-family: Louize Display;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
}
@media (min-width: 1024px) {
  .BlockClients__item {
    font-size: max(45px, 3.125vw);
  }
}
.BlockClients__item.is-active{
  font-weight: 700;
}
.BlockClients__info {
  opacity: 0;
  visibility: hidden;
}
.BlockClients__info.is-active {
  opacity: 1;
  visibility: visible;
}
.CollapseObject {
  display: block;
}
.CollapseObject__content {
  overflow: hidden;
  height: 0px;
  transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.CollapseObject.is-active .CollapseObject__content {
  height: auto;
}
.CollapseObject__content__inner {
  overflow: visible;
}
.CollapseObject.is-active .when-collapsed, .CollapseObject:not(.is-active) .when-open {
  display: none !important;
}
.CollapseObject[data-to][data-matches-breakpoint=false] .CollapseObject__content, .CollapseObject[data-from][data-matches-breakpoint=false] .CollapseObject__content {
  overflow: visible;
  height: auto;
}
.CollapseObject[data-to][data-matches-breakpoint=false] > button[aria-controls], .CollapseObject[data-from][data-matches-breakpoint=false] > button[aria-controls] {
  cursor: default;
}

.BlockShortDescriptionCards__item__img {
  will-change: opacity;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.BlockShortDescriptionCards__item:hover .BlockShortDescriptionCards__item__img {
  opacity: 0;
}
.BlockShortDescriptionCards__item__front {
  will-change: transform;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.BlockShortDescriptionCards__item:hover .BlockShortDescriptionCards__item__front {
  transform: translateY(-50%);
}
.BlockShortDescriptionCards__item__back {
  will-change: transform;
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.BlockShortDescriptionCards__item:hover .BlockShortDescriptionCards__item__back {
  opacity: 1;
  transform: translateY(-5rem);
}
@media (min-width: 1024px) {
  .BlockShortDescriptionCards__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #FFFFFF;
    will-change: opacity;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .BlockShortDescriptionCards__item:hover::before {
    opacity: 1;
  }
  .BlockShortDescriptionCards__item:hover .BlockShortDescriptionCards__item__front {
    transform: translateY(-40%);
  }
  .BlockShortDescriptionCards__item:hover .BlockShortDescriptionCards__item__back {
    transform: translateY(-50%);
  }
  .BlockRightSideTextList__sticky {
    height: max(45px, 3.125vw);
  }
}
.BlockRightSideTextList__item__btn {
  position: relative;
}
.BlockRightSideTextList__item__btn-more {
  opacity: 1;
}
.BlockRightSideTextList__item.is-active .BlockRightSideTextList__item__btn-more {
  opacity: 0;
}
.BlockRightSideTextList__item__btn-less {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.BlockRightSideTextList__item.is-active .BlockRightSideTextList__item__btn-less {
  opacity: 1;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.BlockTextCardsAndImages__item {
  position: relative;
}
.BlockTextCardsAndImages__item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.CollapseObject.is-active .BlockTextCardsAndImages__item:before {
  opacity: 1;
}
@media (hover: hover) {
  .BlockTextCardsAndImages__item__desc {
    opacity: 0;
    will-change: opacity;
    transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .BlockTextCardsAndImages__item:hover:before,
  .BlockTextCardsAndImages__item:hover .BlockTextCardsAndImages__item__desc {
    opacity: 1;
  }
}

.plyr {
  --plyr-color-main: #fff;
  --plyr-video-control-background-hover: transparent;
  --plyr-range-track-height: .6rem;
  --plyr-range-thumb-height: .6rem;
  --plyr-range-thumb-shadow: none;
  --plyr-tooltip-background: transparent;
  --plyr-tooltip-shadow: none;
  --plyr-video-controls-background: background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  height: 100%;
}
.plyr.plyr--full-ui .plyr__control{
  padding-left: 2.4000000rem;
  padding-right: 2.4000000rem;
}
.plyr.plyr--full-ui .plyr__control:focus-visible {
  outline: none;
}
.plyr.plyr--full-ui .plyr__tooltip {
  padding: 0;
  font-family: Plaax;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0em;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.plyr [data-plyr=play] svg,
.plyr [data-plyr=mute] svg {
  display: none;
}
.plyr [data-plyr=play] span,
.plyr [data-plyr=mute] span{
  font-family: Plaax;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0em;
  font-weight: 400;
  text-transform: uppercase;
}
.plyr [data-plyr=play] .plyr__sr-only,
.plyr [data-plyr=mute] .plyr__sr-only {
  clip: none;
  border: 0 !important;
  height: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative !important;
  width: auto !important;
}
.plyr input[type=range]::-webkit-slider-thumb {
  margin-left: -0.3rem;
}
.plyr .plyr__poster{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.plyr.plyr--stopped .plyr__controls {
  display: none;
}
.--in-dialog .plyr{
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0.6000000rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: var(--ratio,"16/9");
}

notification-center{
  position: fixed;
  right: 1.0000000rem;
  bottom: 1.0000000rem;
  z-index: 7000;
  display: flex;
  width: 75%;
  flex-direction: column-reverse;
}

.acf-block-preview notification-center {
  position: absolute;
}
@media (min-width: 1024px) {
  notification-center{
    right: 2.4000000rem;
    bottom: 1.6000000rem;
    width: 16.666667%;
  }
}

.notification-wrapper{
  display: none;
  overflow: hidden;
  border-radius: 0.6000000rem;
  transition: max-height 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: max-height, transform;
  max-height: 0;
  transform-origin: 100% 100%;
  transform: scale(0.8);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.notification-wrapper.is-shown {
  transition: max-height 0.6s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-height: 100%;
  transform: none;
}
.notification-wrapper.is-shown:hover {
  transform: translate3d(-0.6rem, 0, 0);
}
.notification-wrapper.transition-none {
  transition: none;
}
notification-center > .notification-wrapper{
  display: block;
}

.notification{
  margin-top: 0.8000000rem;
  cursor: grab;
  border-radius: 0.6000000rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
  font-family: Plaax;
  text-transform: uppercase;
  line-height: 1.2;
}
.notification:active{
  cursor: grabbing;
}
.notification__close{
  height: 3.0000000rem;
  width: 3.0000000rem;
  background: no-repeat center;
  background-size: 0.9rem 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231A1A1A' d='m.26.96.7-.7 7.78 7.77-.7.7z'/%3E%3Cpath fill='%231A1A1A' d='m.97 8.75-.71-.71L8.04.26l.7.7z'/%3E%3C/svg%3E");
}
.notification__description{
  font-size: 1rem;
  font-weight: 700;
}
.notification__description em{
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}
.notification__description a{
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
  text-decoration: underline;
}
.notification__description a:hover {
  text-decoration: none;
}
.notification__actions{
  display: flex;
  gap: 2.2000000rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  padding-left: 0.8000000rem;
  padding-right: 0.8000000rem;
  font-size: 1.2rem;
}
.notification__actions a{
  display: inline-block;
  padding-top: 0.8000000rem;
  padding-bottom: 0.8000000rem;
}
.notification--cookie{
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.notification--cookie .notification__description{
  font-weight: 400;
}
.notification--cookie .notification__actions{
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
}
.notification--cookie .notification__actions a{
  padding-top: 2.0000000rem;
  padding-bottom: 2.0000000rem;
}
@media (min-width: 1024px) {
  .notification__actions{
    font-size: 1rem;
  }
  .notification--cookie .notification__actions a{
    padding-top: 0.8000000rem;
    padding-bottom: 0.8000000rem;
  }
}

.BlockVerticals__nav > div {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.BlockVerticals__nav__btn{
  pointer-events: auto;
  position: relative;
  width: auto;
  overflow: hidden;
  border-radius: 0.6000000rem;
  padding-left: 1.2000000rem;
  padding-right: 1.2000000rem;
  padding-top: 0.8000000rem;
  padding-bottom: 0.8000000rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-size: 0;
}
.BlockVerticals__nav__btn:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  background: #1A1A1A;
  opacity: 0;
  will-change: opacity, transform;
  transform: scale(0.8);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.BlockVerticals__nav__btn span {
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.BlockVerticals__nav__btn:not(.is-active):hover span {
  opacity: 0.5;
}
.BlockVerticals__nav__btn.is-active::before {
  opacity: 1;
  transform: scale(1);
}
.BlockVerticals__nav.is-out > div {
  opacity: 0;
}
.BlockVerticals__nav.is-out .BlockVerticals__nav__btn {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .BlockVerticals__nav__btn{
    width: auto;
    padding-top: 1.1000000rem;
    padding-bottom: 1.1000000rem;
    padding-left: 3.8000000rem;
    padding-right: 3.8000000rem;
  }
}

block-intro-vertical .BlockIntroVertical__thumbnail{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  transition: all 0.2s ease-out;
}
block-intro-vertical .BlockIntroVertical__thumbnail--hide {
  display: none;
}
@media (min-width: 1024px) {
  block-intro-vertical .BlockIntroVertical__thumbnail--hide {
    display: block;
  }
}
block-intro-vertical .BlockIntroVertical__thumbnail img {
  transition: all 0.2s ease-out;
  opacity: 0.8;
}
block-intro-vertical .BlockIntroVertical__thumbnail.is-active, block-intro-vertical .BlockIntroVertical__thumbnail:hover {
  transform: scaleY(1.4);
}
block-intro-vertical .BlockIntroVertical__thumbnail.is-active img, block-intro-vertical .BlockIntroVertical__thumbnail:hover img {
  opacity: 1;
  transform: scaleX(1.4);
}

.CoverFlowSlider__item {
  filter: blur(3px);
  transition: filter 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.CoverFlowSlider__item.is-selected {
  filter: none;
}
.CoverFlowSlider__item.is-selected .PosterParallax__inner {
  -webkit-clip-path: inset(0px round 20px);
          clip-path: inset(0px round 20px);
}
.CoverFlowSlider__item.is-selected.is-enter .PosterParallax__inner {
  -webkit-clip-path: inset(20px round 20px);
          clip-path: inset(20px round 20px);
}
.CoverFlowSlider__item__desc {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.CoverFlowSlider__item.is-selected .CoverFlowSlider__item__desc {
  opacity: 1;
}
.CoverFlowSlider__item[data-disabled=true] a {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .CoverFlowSlider__item {
    filter: blur(10px);
  }
}

block-cities{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
}
block-cities dl{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.1;
}
block-cities dt{
  grid-column: span 1 / span 1;
  margin-bottom: 0.5000000rem;
}
block-cities dd{
  grid-column: span 5 / span 5;
  margin-bottom: 0.5000000rem;
}
block-cities .block-cities__details{
  display: none;
}
block-cities .block-cities__details.is-active{
  display: grid;
}
block-cities .block-cities__list{
  position: relative;
  left: 25%;
  width: 0rem;
  font-size: 2.4rem;
}
block-cities .block-cities__city{
  font-family: Louize Display;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
  cursor: default;
  white-space: nowrap;
}
block-cities .block-cities__city.is-active{
  font-weight: 400;
}
@media (min-width: 1024px) {
  block-cities dl {
    width: 60%;
  }
  block-cities .block-cities__list{
    left: 100%;
    --tw-translate-y: -1.2000000rem;
    --tw-translate-x: -1.8000000rem;
    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));
    line-height: 1.03;
  }
  block-cities .block-cities__city{
    font-family: Louize Display;
    font-size: 4.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0em;
  }
  block-cities .block-cities__city.is-active{
    font-weight: 400;
  }
}

.Manager__content{
  margin-top: 2.0000000rem;
  padding-left: 1.0000000rem;
  padding-right: 1.0000000rem;
}
.Manager__picture{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: filter;
  transition: filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Manager__parallax:hover .Manager__picture {
  filter: blur(0.5rem);
}
.Manager__parallax:hover .Manager__logo {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 45deg);
  transition: opacity 0.4s ease-out, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Manager__parallax:hover + .Manager__content {
  opacity: 1;
  transform: none;
  transition: opacity 0.4s ease-out, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Manager__logo{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 4.6rem;
  height: 4.6rem;
  opacity: 0;
  transform: scale(2);
  will-change: opacity, tranform;
  transition: opacity 0.4s ease-out, transform 0s 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Manager.--small .Manager__content{
  margin-top: 1.0000000rem;
  margin-bottom: 2.0000000rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 1024px) {
  .Manager{
    grid-column: span 5 / span 5;
    grid-row: span 2 / span 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.4000000rem;
  }
  .Manager__parallax {
    width: 40%;
  }
  .Manager__content {
    padding: 0;
    width: 60%;
    opacity: 0;
    transform: translate3d(0, 3rem, 0) skewY(10deg);
    will-change: opacity, tranform;
    transition: opacity 0.4s ease-out, transform 0s 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .Manager.--reverse{
    flex-direction: row-reverse;
  }
  .Manager.--reverse .Manager__parallax:hover + .Manager__content {
    opacity: 1;
    transform: none;
  }
  .Manager.--reverse .Manager__content {
    transform: translate3d(0, 3rem, 0) skewY(-10deg);
    transform-origin: 100%;
  }
  .Manager.--small{
    gap: 1.6000000rem;
  }
  .Manager.--small .Manager__parallax{
    width: 33.333333%;
  }
  .Manager.--small.--reverse {
    text-align: right;
  }
}

.Filters{
  pointer-events: none;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 750;
  display: none;
  height: 100%;
  width: 100%;
}
.Filters__inner{
  position: sticky;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  padding-bottom: 2.4000000rem;
}
.Filters__sticky-btn{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 0.6000000rem;
    margin-left: 1.0000000rem;
    margin-right: 1.0000000rem;
}
@media (min-width: 1024px) {
    .Filters__sticky-btn {
      margin-left: 24px;
      margin-right: 24px;
    }
  }
.Filters__sticky-btn {
  height: var(--target-height, 2.8rem);
  width: var(--target-width, auto);
  transition: all 0.3s ease-in-out;
}
.Filters__sticky-btn:before {
  content: "";
  position: absolute;
  inset: 0rem;
  display: block;
  background-color: rgb(255 255 255 / 0.4);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-clip-path: var(--clip, inset(0% round 0.6rem));
          clip-path: var(--clip, inset(0% round 0.6rem));
  transition: all 1s ease, -webkit-clip-path 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s ease, clip-path 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1s ease, clip-path 2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (hover: hover) {
  .Filters{
    display: block;
  }
}
.Filters.is-out .Filters__sticky-btn {
  transform: translate3d(0, -3rem, 0);
  opacity: 0;
  pointer-events: none;
}
.Filters__bar{
  pointer-events: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.5000000rem;
  border-radius: 0.6000000rem;
  padding: 0.5000000rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.Filters__bar-left{
  display: flex;
  flex-direction: row;
  gap: 0.5000000rem;
  transform: translate3d(var(--translate-x, 0), 0, 0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.Filters__btn{
  position: relative;
  white-space: nowrap;
  transition: opacity 0.12s 0.12s linear;
}
.is-active .Filters__btn:not(.is-active){
  opacity: 0.4;
  transition: opacity 0.12s linear;
}
.is-active .Filters__btn:not(.is-active):hover{
  opacity: 1;
}
.Filters__panel{
  position: absolute;
  left: 0rem;
  bottom: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5000000rem;
  padding-bottom: 1.0000000rem;
  width: 300%;
  opacity: 0;
  pointer-events: none;
}
.Filters__panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s linear;
}
.Filters__panel--search{
  bottom: auto;
  top: 0rem;
  width: 100%;
  padding: 0.5000000rem;
}
.Filters__form{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.6000000rem;
  background-color: rgb(255 255 255 / 0.2);
}
.Filters__form:focus-within{
  background-color: rgb(255 255 255 / 0.1);
}
.Filters__form input{
  background-color: transparent;
  padding-left: 1.0000000rem;
  padding-right: 1.0000000rem;
  padding-top: 0.3000000rem;
  padding-bottom: 0.4000000rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.Filters__form input::-moz-placeholder{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.Filters__form input, .Filters__form input::placeholder{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.Filters__form input[type=text]{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  width: auto;
  flex-grow: 1;
}
.Filters__form input[type=submit] {
  cursor: pointer;
}
.Filters__form input[type=submit]:hover{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.Filters__form input:focus {
  outline: none;
}
.Filters__form .sep{
  display: block;
  height: 1.0000000rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.0000000rem;
}
.Filters.is-active .Filters__sticky-btn {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s linear, height 0s linear;
}
.Filters.is-active .Filters__sticky-btn:before{
  background-color: rgb(255 255 255 / 0.6);
  -webkit-clip-path: inset(0% round 0.6rem);
          clip-path: inset(0% round 0.6rem);
  transition: all 1s ease, -webkit-clip-path 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1s ease, clip-path 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1s ease, clip-path 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-clip-path 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.FiltersMobile{
  pointer-events: none;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 750;
  height: 100%;
  width: 100%;
}
.FiltersMobile__inner{
  position: sticky;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 1.0000000rem;
  height: 100vh;
  height: calc(100 * var(--vh, 1vh));
  height: 100dvh;
}
.FiltersMobile__sticky-btn{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 0.6000000rem;
    margin-left: 1.0000000rem;
    margin-right: 1.0000000rem;
}
@media (min-width: 1024px) {
    .FiltersMobile__sticky-btn {
      margin-left: 24px;
      margin-right: 24px;
    }
  }
.FiltersMobile__sticky-btn {
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .FiltersMobile{
    display: none;
  }
}
.FiltersMobile.is-out .FiltersMobile__sticky-btn {
  transform: translate3d(0, -3rem, 0);
  opacity: 0;
  pointer-events: none;
}
.FiltersMobile__bar{
  pointer-events: auto;
  position: relative;
  z-index: 1;
  padding: 0.5000000rem;
}
.FiltersMobile__bar:before {
  content: "";
  position: absolute;
  inset: 0rem;
  border-radius: 0.6000000rem;
  background-color: rgb(255 255 255 / 0.2);
  opacity: 1;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.FiltersMobile__btn{
  position: relative;
  white-space: nowrap;
}
.FiltersMobile__btn:after {
  content: "+";
  display: inline-block;
  width: 1.2000000rem;
  padding-left: 0.8000000rem;
}
.FiltersMobile__close-btn{
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 1;
  height: 3.0000000rem;
  width: 3.0000000rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: no-repeat center;
  background-size: 0.9rem 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231A1A1A' d='m.26.96.7-.7 7.78 7.77-.7.7z'/%3E%3Cpath fill='%231A1A1A' d='m.97 8.75-.71-.71L8.04.26l.7.7z'/%3E%3C/svg%3E");
}
.FiltersMobile__panel{
  pointer-events: none;
  position: absolute;
  inset: 1.0000000rem;
  border-radius: 0.6000000rem;
  box-shadow: none;
  opacity: 0;
  transition: opacity 0.2s linear, box-shadow 0.12s linear;
}
.FiltersMobile__panel:before {
  content: "";
  position: absolute;
  inset: 0rem;
  background-color: rgb(255 255 255 / 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-clip-path: inset(100% 50% 0% 50% round 0.6rem);
          clip-path: inset(100% 50% 0% 50% round 0.6rem);
  transition: -webkit-clip-path 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: clip-path 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-clip-path 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.FiltersMobile__panel-inner{
  height: 100%;
  padding-left: 1.2000000rem;
  padding-right: 1.2000000rem;
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
  transition: opacity 0.1s linear, transform 0s 0.2s linear;
}
.FiltersMobile__panel.is-active {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0s linear, box-shadow 0.3s 0.2s linear;
}
.FiltersMobile__panel.is-active .FiltersMobile__panel-inner {
  opacity: 1;
  transform: none;
  transition: opacity 0.3s 0.18s linear, transform 0.2s 0.18s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.FiltersMobile__panel.is-active:before {
  -webkit-clip-path: inset(0% round 0.6rem);
          clip-path: inset(0% round 0.6rem);
  transition: -webkit-clip-path 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: clip-path 0.2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-clip-path 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.FiltersMobile__form{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.6000000rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / 0.2);
}
.FiltersMobile__form:focus-within{
  background-color: rgb(255 255 255 / 0.1);
}
.FiltersMobile__form input{
  background-color: transparent;
  padding-left: 1.0000000rem;
  padding-right: 1.0000000rem;
  padding-top: 0.3000000rem;
  padding-bottom: 0.4000000rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.FiltersMobile__form input::-moz-placeholder{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.FiltersMobile__form input, .FiltersMobile__form input::placeholder{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.FiltersMobile__form input[type=text]{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  width: auto;
  flex-grow: 1;
}
.FiltersMobile__form input[type=submit] {
  cursor: pointer;
}
.FiltersMobile__form input[type=submit]:hover{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.FiltersMobile__form input:focus {
  outline: none;
}
.FiltersMobile__form .sep{
  display: block;
  height: 1.0000000rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1.0000000rem;
}
.FiltersMobile.is-active{
  z-index: 8000;
}
.FiltersMobile.is-active .FiltersMobile__bar:before {
  opacity: 0;
}
.FiltersMobile.is-active .FiltersMobile__btn:after {
  content: "-";
}

resource-nav ~ [block-component] .resource-content {
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.12s linear;
}
resource-nav[data-active=true] ~ [block-component] .resource-content {
  opacity: 0.3;
}
@media (min-width: 1024px) {
  resource-nav ~ [block-component] .resource-content {
    opacity: 1;
  }
}

.ResourceNav {
  transform: none;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.12s linear;
  will-change: transform;
}
.ResourceNav:before {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0rem;
  height: 3.0000000rem;
  width: 3.0000000rem;
  background: no-repeat center;
  background-size: 0.9rem 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231A1A1A' d='m.26.96.7-.7 7.78 7.77-.7.7z'/%3E%3Cpath fill='%231A1A1A' d='m.97 8.75-.71-.71L8.04.26l.7.7z'/%3E%3C/svg%3E");
  opacity: 0;
}
.ResourceNav__sticky{
  position: sticky;
  top: 0rem;
  left: 0rem;
  z-index: 2;
  width: 100%;
  padding-bottom: 2.4000000rem;
  height: 100vh;
  height: calc(100 * var(--vh, 1vh));
  height: 100dvh;
  padding-bottom: max(2.4rem, env(safe-area-inset-bottom));
}
.ResourceNav__title{
  margin-bottom: 0.8000000rem;
  padding-left: 1.6000000rem;
  padding-right: 1.6000000rem;
  font-weight: 700;
  font-family: Plaax;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0em;
  opacity: 0;
}
.ResourceNav__link{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
  position: relative;
  padding-top: 0.3000000rem;
  padding-bottom: 0.3000000rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  opacity: 0;
}
.ResourceNav__link span{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ResourceNav__link:before {
  content: "";
  position: absolute;
  top: 0rem;
  height: 100%;
  border-radius: 0.3000000rem;
  background-color: rgb(255 255 255 / 0.8);
  left: -9px;
  width: calc(100% + 18px);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.ResourceNav__link:after {
  content: "";
  position: absolute;
  right: 0.9000000rem;
  height: 0.8000000rem;
  width: 0.8000000rem;
  top: 0.7rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.65v-1.3h3.35V0h1.3v3.35H8v1.3H4.65V8h-1.3V4.65H0Z' fill='%230047FF'/%3E%3C/svg%3E");
  opacity: 0;
}
.ResourceNav__link.is-active {
  opacity: 1;
}
.ResourceNav__link.is-active:before {
  opacity: 1;
}
.ResourceNav__link.is-active:after {
  opacity: 1;
}
.ResourceNav__link:hover, .ResourceNav__link.is-active {
  font-weight: bold;
}
[data-active=true] .ResourceNav{
  background-color: rgb(255 255 255 / 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: none !important;
}
[data-active=true] .ResourceNav:before {
  opacity: 1;
}
[data-active=true] .ResourceNav .ResourceNav__title {
  opacity: 1;
}
[data-active=true] .ResourceNav .ResourceNav__link {
  opacity: 1;
}
[data-active=true] .ResourceNav .ResourceNav__link:after {
  opacity: 0;
}
@media (min-width: 1024px) {
  .ResourceNav{
    background-color: rgb(255 255 255 / 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transform: none !important;
  }
  .ResourceNav:before {
    opacity: 0;
  }
  .ResourceNav__title {
    opacity: 1;
  }
  .ResourceNav__link {
    opacity: 1;
  }
  .ResourceNav__link:before {
    left: -24px;
    width: calc(100% + 24px + 8px);
    border-radius: 0rem;
    border-start-end-radius: 0.3000000rem;
    border-end-end-radius: 0.3000000rem;
  }
  .ResourceNav__link.is-active:after {
    opacity: 0;
  }
}

.Cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 5000;
}
.Cursor.is-cursor-none {
  opacity: 0;
}
.Cursor__drag {
  border-radius: 100%;
  opacity: 0;
  transform: scale(0.2);
  will-change: opacity, transform;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.is-cursor-drag .Cursor__drag {
  opacity: 1;
  transform: translateZ(0);
}
.is-cursor-drag.is-down .Cursor__drag {
  transform: scale(0.8);
}

cursor-trigger {
  cursor: none;
}

.NewsletterForm form{
  display: flex;
  flex-direction: column;
  gap: 2.5000000rem;
}
.NewsletterForm .hs-form-field{
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.0000000rem;
  white-space: nowrap;
}
.NewsletterForm .hs-form-field label,
.NewsletterForm .hs-form-field input{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.16;
  letter-spacing: 0em;
  text-transform: uppercase;
}
.NewsletterForm .hs-form-field .input{
  flex-shrink: 0;
  flex-grow: 1;
}
.NewsletterForm .hs-form-field input{
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.6000000rem;
  background-color: transparent;
  padding: 1.0000000rem;
}
.NewsletterForm .hs-form-field input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.NewsletterForm .hs-form-field input{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.NewsletterForm .hs-form-field:after {
  content: "";
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  height: 1px;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, white, white 1px, transparent 1px, transparent 8px);
}
.NewsletterForm .hs-form-field .hs-error-msgs{
  position: absolute;
  top: 100%;
  left: 0rem;
  right: 0rem;
  padding-top: 0.5000000rem;
  padding-bottom: 0.5000000rem;
}
.NewsletterForm .hs-form-field:has(input:not(:-moz-placeholder-shown)) label{
  display: none;
}
.NewsletterForm .hs-form-field:focus-within label, .NewsletterForm .hs-form-field:has(input:not(:placeholder-shown)) label{
  display: none;
}
.NewsletterForm .hs-form-field:has(input:not(:-moz-placeholder-shown)) label.hs-error-msg {
  display: inline;
}
.NewsletterForm .hs-form-field:focus-within label.hs-error-msg, .NewsletterForm .hs-form-field:has(input:not(:placeholder-shown)) label.hs-error-msg {
  display: inline;
}
.NewsletterForm .hs-form-field label.hs-error-msg{
  font-weight: 400;
  text-transform: none;
}
.NewsletterForm .hs-main-font-element{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.16;
  letter-spacing: 0em;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: none;
}
.NewsletterForm .submitted-message{
  text-transform: uppercase;
}
.NewsletterForm input[type=submit]{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.16;
  letter-spacing: 0em;
  border-radius: 0.5000000rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.4000000rem;
  padding-bottom: 1.4000000rem;
  padding-left: 4.0000000rem;
  padding-right: 4.0000000rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  cursor: pointer;
  transition: all 0.24s ease-in-out;
}
.NewsletterForm input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 25 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all 0.12s ease-out;
}
.NewsletterForm .hs_error_rollup {
  display: none;
}
.NewsletterForm--block form{
  gap: 1.0000000rem;
}
.NewsletterForm--block .hs-form-field{
  flex-wrap: wrap;
  border-radius: 0.4000000rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.0000000rem;
  --tw-text-opacity: 1;
  color: rgb(116 116 128 / var(--tw-text-opacity));
}
.NewsletterForm--block .hs-form-field:after {
  content: none;
}
.NewsletterForm--block .hs-form-field input{
  flex-shrink: 0;
  flex-grow: 1;
  padding-top: 0.8000000rem;
  padding-bottom: 0.8000000rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.NewsletterForm--block .hs-form-field .hs-error-msgs{
  top: auto;
  bottom: 100%;
}
.NewsletterForm--block input[type=submit]{
  width: 100%;
  border-radius: 0.4000000rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 25 255 / var(--tw-bg-opacity));
  padding-left: 1.0000000rem;
  padding-right: 1.0000000rem;
  padding-top: 0.3000000rem;
  padding-bottom: 0.5000000rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.NewsletterForm--block input[type=submit]:focus{
  opacity: 0.75;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .NewsletterForm{
    padding-right: 3.0000000rem;
  }
  .NewsletterForm form.hs-form-private{
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 2.0000000rem;
  }
  .NewsletterForm form.hs-form-private .hs_email{
    grid-column: span 7 / span 7;
    align-self: flex-end;
  }
  .NewsletterForm form.hs-form-private .hs_submit{
    grid-column: span 3 / span 3;
  }
  .NewsletterForm .hs-form-field label,
  .NewsletterForm .hs-form-field input{
    font-family: Plaax;
    font-size: 1.4rem;
    line-height: 1.14;
    letter-spacing: 0em;
    font-weight: 300;
  }
  .NewsletterForm .hs-form-field .hs-error-msgs{
    top: 50%;
    left: auto;
    right: 0rem;
    --tw-translate-y: -50%;
    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));
  }
  .NewsletterForm .hs-form-field label.hs-error-msg{
    font-family: Plaax;
    font-size: 1.2rem;
    line-height: 1.16;
    letter-spacing: 0em;
    font-weight: 400;
    text-transform: uppercase;
    text-transform: none;
  }
  .NewsletterForm input[type=submit]{
    width: 100%;
  }
  .NewsletterForm--block {
    position: relative;
  }
  .NewsletterForm--block form.hs-form-private{
    display: flex;
    flex-direction: row;
    gap: 1.0000000rem;
    border-radius: 0.6000000rem;
    padding: 0.5000000rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .NewsletterForm--block .hs-form-field{
    flex-grow: 1;
  }
  .NewsletterForm--block .hs-form-field label,
  .NewsletterForm--block .hs-form-field input{
    font-family: Plaax;
    font-size: 1.2rem;
    line-height: 1.16;
    letter-spacing: 0em;
    font-weight: 400;
    text-transform: uppercase;
  }
  .NewsletterForm--block .hs-form-field input{
    padding-top: 0.2000000rem;
    padding-bottom: 0.3000000rem;
  }
  .NewsletterForm--block .hs-form-field .hs-error-msgs{
    bottom: auto;
    right: 1.0000000rem;
    padding: 0rem;
  }
  .NewsletterForm--block .actions,
  .NewsletterForm--block input[type=submit]{
    height: 100%;
    width: 100%;
  }
}

.ContactForm form{
  display: flex;
  flex-direction: column;
  gap: 1.0000000rem;
}
.ContactForm form fieldset.form-columns-2{
  display: flex;
  flex-direction: column;
  gap: 1.0000000rem;
}
.ContactForm form fieldset.form-columns-1 .hs-form-field,
.ContactForm form fieldset.form-columns-2 .hs-form-field{
  width: 100%;
}
.ContactForm form fieldset.form-columns-1 .hs-form-field .hs-input,
.ContactForm form fieldset.form-columns-2 .hs-form-field .hs-input{
  width: 100%;
}
.ContactForm form fieldset.form-columns-1 .hs-form-field .input,
.ContactForm form fieldset.form-columns-2 .hs-form-field .input{
  margin-right: 0rem;
}
.ContactForm .hs-form-field{
  position: relative;
  overflow: hidden;
}
.ContactForm .hs-form-field label{
  position: absolute;
  left: 0rem;
  top: 100%;
  display: block;
  padding-left: 0.8000000rem;
  padding-right: 0.8000000rem;
  padding-top: 1.0000000rem;
  padding-bottom: 1.1000000rem;
  font-family: Plaax;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0em;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ContactForm .hs-form-field label.hs-error-msg{
  position: relative;
  display: block;
  padding-top: 0.5000000rem;
  padding-bottom: 0.5000000rem;
}
.ContactForm .hs-form-field input,
.ContactForm .hs-form-field select,
.ContactForm .hs-form-field textarea{
  width: 100%;
  background-color: transparent;
  padding-left: 0.8000000rem;
  padding-right: 0.8000000rem;
  padding-top: 1.0000000rem;
  padding-bottom: 1.1000000rem;
}
.ContactForm .hs-form-field input:focus,
.ContactForm .hs-form-field select:focus,
.ContactForm .hs-form-field textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ContactForm .hs-form-field input,
.ContactForm .hs-form-field select,
.ContactForm .hs-form-field textarea{
  font-family: Plaax;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0em;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ContactForm .hs-form-field input::-moz-placeholder, .ContactForm .hs-form-field select::-moz-placeholder, .ContactForm .hs-form-field textarea::-moz-placeholder {
  font-size: 0;
}
.ContactForm .hs-form-field input::placeholder,
.ContactForm .hs-form-field select::placeholder,
.ContactForm .hs-form-field textarea::placeholder {
  font-size: 0;
}
.ContactForm .hs-form-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ContactForm .hs-form-field textarea.hs-input{
  height: 10.0000000rem;
  width: 100%;
}
.ContactForm .hs-form-field .input{
  position: relative;
  border-radius: 0.6000000rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.75);
}
.ContactForm .hs-form-field .input:focus-within{
  border-color: rgb(255 255 255 / 1);
}
.ContactForm .hs-form-field .input:has(select):after {
  content: "";
  position: absolute;
  right: 1.1000000rem;
  top: 1.1000000rem;
  height: 0.9000000rem;
  width: 0.8000000rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.67 5.06 3.22 7.3V.13h.95V7.3l2.55-2.24.67.7-3.7 3.19L0 5.75l.68-.69Z' fill='%23fff'/%3E%3C/svg%3E");
}
.ContactForm .hs-form-field:focus-within label{
  top: 100%;
}
.ContactForm .hs-form-field:has(input:-moz-placeholder-shown) label, .ContactForm .hs-form-field:has(textarea:-moz-placeholder-shown) label{
  top: 0rem;
}
.ContactForm .hs-form-field:has(input:placeholder-shown) label, .ContactForm .hs-form-field:has(textarea:placeholder-shown) label{
  top: 0rem;
}
.ContactForm .actions{
  position: relative;
}
.ContactForm .actions:after {
  content: "";
  position: absolute;
  right: 1.2000000rem;
  bottom: 1.1000000rem;
  z-index: 1;
  height: 0.8000000rem;
  width: 0.9000000rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92 6.83 7.15 4.3H0v-.96h7.15L4.92.79l.7-.68 3.18 3.7L5.6 7.5l-.69-.68Z' fill='%231A1A1A'/%3E%3C/svg%3E");
}
.ContactForm input[type=submit]{
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.16;
  letter-spacing: 0em;
  height: 8.0000000rem;
  width: 100%;
  border-radius: 0.6000000rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.8000000rem;
  padding-right: 0.8000000rem;
  padding-top: 0.9000000rem;
  padding-bottom: 1.1000000rem;
  text-align: left;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.ContactForm input[type=submit]:hover{
  background-color: rgb(255 255 255 / 0.8);
}
.ContactForm input[type=submit]:focus{
  background-color: rgb(255 255 255 / 0.8);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ContactForm input[type=submit] {
  line-height: 11rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ContactForm .hs-fieldtype-booleancheckbox .input {
  border: none !important;
}
.ContactForm .hs-fieldtype-booleancheckbox label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border: none;
}
.ContactForm .hs-fieldtype-booleancheckbox label input {
  opacity: 0;
  pointer-events: none;
}
.ContactForm .hs-fieldtype-booleancheckbox label input + span:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 27px;
  margin-right: 8px;
  height: 7px;
  border-radius: 6px;
  border: solid 1px currentColor;
}
.ContactForm .hs-fieldtype-booleancheckbox label input:checked + span:before {
  background: #fff;
}
.ContactForm .hs-fieldtype-booleancheckbox .hs-input {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .ContactForm form fieldset {
    width: 100%;
    max-width: 100%;
  }
  .ContactForm form fieldset.form-columns-2{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4000000rem;
  }
}

portfolio-view .portfolio-view__title {
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
portfolio-view .portfolio-view__list-btn{
  pointer-events: auto;
  border-top-left-radius: 0.6000000rem;
  border-top-right-radius: 0.6000000rem;
  background-color: rgb(26 26 26 / 0.5);
  padding: 1.6000000rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(3px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.05);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
portfolio-view .portfolio-view__when-list {
  transition: opacity 0.24s 0.12s linear;
  will-change: opacity;
}
portfolio-view .portfolio-view__when-immersive {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s linear;
  will-change: opacity;
}
portfolio-view[data-view=immersive] .portfolio-view {
  background: blue !important;
}
portfolio-view[data-view=immersive] .portfolio-view__title {
  transform: translate3d(0, 15vh, 0);
}
portfolio-view[data-view=immersive] .portfolio-view__list-btn {
  transform: none;
}
portfolio-view[data-view=immersive] .portfolio-view__when-immersive {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.24s 0.12s linear;
}
portfolio-view[data-view=immersive] .portfolio-view__when-list {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.12s linear;
}

load-more {
  transition: opacity 0.3s ease;
}
load-more .load-more__item {
  opacity: 0;
}
load-more .load-more__item:nth-child(1) {
  transition: opacity 0.5s 0.06s ease-out;
}
load-more .load-more__item:nth-child(2) {
  transition: opacity 0.5s 0.12s ease-out;
}
load-more .load-more__item:nth-child(3) {
  transition: opacity 0.5s 0.18s ease-out;
}
load-more .load-more__item:nth-child(4) {
  transition: opacity 0.5s 0.24s ease-out;
}
load-more[data-loading=true] {
  opacity: 75%;
}
load-more.transition-in .load-more__item {
  opacity: 1;
}
load-more a.is-loading {
  animation: pulse 0.6s ease-in-out reverse infinite;
}
@keyframes pulse {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 50%;
  }
}

keep-scrolling{
  display: block;
}
keep-scrolling .keep-scrolling__sticky{
  pointer-events: none;
  position: fixed;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  z-index: 2;
  text-align: center;
}
.acf-block-preview keep-scrolling .keep-scrolling__sticky {
  position: absolute;
}
keep-scrolling .keep-scrolling__sticky {
  opacity: 0;
  transition: opacity 1s ease;
}
keep-scrolling .keep-scrolling__text{
  display: block;
  padding: 2.4000000rem;
  font-weight: 700;
  font-family: Plaax;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0em;
  opacity: 0;
  transition: opacity 1.2s linear;
  animation: pulse 4s ease-in-out infinite;
  animation-play-state: paused;
}
keep-scrolling.is-active[data-scrolling=false] .keep-scrolling__sticky {
  opacity: 1;
}
keep-scrolling[data-scrolling=false] .keep-scrolling__text {
  opacity: 1;
  transition: opacity 2s 0.4s linear;
  animation-play-state: running;
}
@keyframes pulse {
  50% {
    transform: translate3d(0, -4px, 0);
  }
}

.BlockFeatured_title,
.BlockFeatured_cta {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.BlockFeatured_title.is-active,
.BlockFeatured_cta.is-active {
  opacity: 1;
}

.BlockFeatured_caseInfos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease-out;
}
.BlockFeatured_caseInfos.is-active {
  opacity: 1;
  pointer-events: auto;
}

#exc :is(.sr-only){
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#exc :is(.pointer-events-none){
  pointer-events: none;
}

#exc :is(.pointer-events-auto){
  pointer-events: auto;
}

#exc :is(.visible){
  visibility: visible;
}

#exc :is(.invisible){
  visibility: hidden;
}

#exc :is(.static){
  position: static;
}

#exc :is(.fixed){
  position: fixed;
}

#exc :is(.absolute){
  position: absolute;
}

#exc :is(.relative){
  position: relative;
}

#exc :is(.sticky){
  position: sticky;
}

#exc :is(.inset-0){
  inset: 0rem;
}

#exc :is(.-left-30){
  left: -3.0000000rem;
}

#exc :is(.-top-30){
  top: -3.0000000rem;
}

#exc :is(.bottom-0){
  bottom: 0rem;
}

#exc :is(.bottom-20){
  bottom: 2.0000000rem;
}

#exc :is(.bottom-24){
  bottom: 2.4000000rem;
}

#exc :is(.bottom-full){
  bottom: 100%;
}

#exc :is(.left-0){
  left: 0rem;
}

#exc :is(.left-1\/2){
  left: 50%;
}

#exc :is(.left-10){
  left: 1.0000000rem;
}

#exc :is(.left-\[-1rem\]){
  left: -1rem;
}

#exc :is(.left-full){
  left: 100%;
}

#exc :is(.right-0){
  right: 0rem;
}

#exc :is(.right-10){
  right: 1.0000000rem;
}

#exc :is(.top-0){
  top: 0rem;
}

#exc :is(.top-1\/2){
  top: 50%;
}

#exc :is(.top-\[20\%\]){
  top: 20%;
}

#exc :is(.top-\[29\.33vw\]){
  top: 29.33vw;
}

#exc :is(.top-\[5rem\]){
  top: 5rem;
}

#exc :is(.z-1){
  z-index: 1;
}

#exc :is(.z-2){
  z-index: 2;
}

#exc :is(.z-sticky){
  z-index: 750;
}

#exc :is(.col-span-1){
  grid-column: span 1 / span 1;
}

#exc :is(.col-span-10){
  grid-column: span 10 / span 10;
}

#exc :is(.col-span-12){
  grid-column: span 12 / span 12;
}

#exc :is(.col-span-2){
  grid-column: span 2 / span 2;
}

#exc :is(.col-span-3){
  grid-column: span 3 / span 3;
}

#exc :is(.col-span-4){
  grid-column: span 4 / span 4;
}

#exc :is(.col-span-5){
  grid-column: span 5 / span 5;
}

#exc :is(.col-span-6){
  grid-column: span 6 / span 6;
}

#exc :is(.col-span-7){
  grid-column: span 7 / span 7;
}

#exc :is(.col-start-1){
  grid-column-start: 1;
}

#exc :is(.col-start-2){
  grid-column-start: 2;
}

#exc :is(.col-start-3){
  grid-column-start: 3;
}

#exc :is(.col-start-4){
  grid-column-start: 4;
}

#exc :is(.col-start-5){
  grid-column-start: 5;
}

#exc :is(.col-start-6){
  grid-column-start: 6;
}

#exc :is(.col-start-7){
  grid-column-start: 7;
}

#exc :is(.col-start-9){
  grid-column-start: 9;
}

#exc :is(.row-span-2){
  grid-row: span 2 / span 2;
}

#exc :is(.row-span-3){
  grid-row: span 3 / span 3;
}

#exc :is(.row-start-12){
  grid-row-start: 12;
}

#exc :is(.row-start-13){
  grid-row-start: 13;
}

#exc :is(.row-start-2){
  grid-row-start: 2;
}

#exc :is(.row-start-4){
  grid-row-start: 4;
}

#exc :is(.row-start-5){
  grid-row-start: 5;
}

#exc :is(.row-start-6){
  grid-row-start: 6;
}

#exc :is(.row-start-8){
  grid-row-start: 8;
}

#exc :is(.row-start-9){
  grid-row-start: 9;
}

#exc :is(.-mx-10){
  margin-left: -1.0000000rem;
  margin-right: -1.0000000rem;
}

#exc :is(.mx-0){
  margin-left: 0rem;
  margin-right: 0rem;
}

#exc :is(.mx-10){
  margin-left: 1.0000000rem;
  margin-right: 1.0000000rem;
}

#exc :is(.mx-auto){
  margin-left: auto;
  margin-right: auto;
}

#exc :is(.my-100){
  margin-top: 10.0000000rem;
  margin-bottom: 10.0000000rem;
}

#exc :is(.my-120){
  margin-top: 12.0000000rem;
  margin-bottom: 12.0000000rem;
}

#exc :is(.my-152){
  margin-top: 15.2000000rem;
  margin-bottom: 15.2000000rem;
}

#exc :is(.my-20){
  margin-top: 2.0000000rem;
  margin-bottom: 2.0000000rem;
}

#exc :is(.my-50){
  margin-top: 5.0000000rem;
  margin-bottom: 5.0000000rem;
}

#exc :is(.my-80){
  margin-top: 8.0000000rem;
  margin-bottom: 8.0000000rem;
}

#exc :is(.mb-10){
  margin-bottom: 1.0000000rem;
}

#exc :is(.mb-100){
  margin-bottom: 10.0000000rem;
}

#exc :is(.mb-120){
  margin-bottom: 12.0000000rem;
}

#exc :is(.mb-150){
  margin-bottom: 15.0000000rem;
}

#exc :is(.mb-16){
  margin-bottom: 1.6000000rem;
}

#exc :is(.mb-20){
  margin-bottom: 2.0000000rem;
}

#exc :is(.mb-200){
  margin-bottom: 20.0000000rem;
}

#exc :is(.mb-24){
  margin-bottom: 2.4000000rem;
}

#exc :is(.mb-250){
  margin-bottom: 25.0000000rem;
}

#exc :is(.mb-30){
  margin-bottom: 3.0000000rem;
}

#exc :is(.mb-36){
  margin-bottom: 3.6000000rem;
}

#exc :is(.mb-50){
  margin-bottom: 5.0000000rem;
}

#exc :is(.mb-6){
  margin-bottom: 0.6000000rem;
}

#exc :is(.mb-60){
  margin-bottom: 6.0000000rem;
}

#exc :is(.mb-64){
  margin-bottom: 6.4000000rem;
}

#exc :is(.mb-75){
  margin-bottom: 7.5000000rem;
}

#exc :is(.mb-80){
  margin-bottom: 8.0000000rem;
}

#exc :is(.mb-84){
  margin-bottom: 8.4000000rem;
}

#exc :is(.mb-\[16vh\]){
  margin-bottom: 16vh;
}

#exc :is(.mb-\[8vh\]){
  margin-bottom: 8vh;
}

#exc :is(.mb-\[calc\(50vh-120px\)\]){
  margin-bottom: calc(50vh - 120px);
}

#exc :is(.ml-10){
  margin-left: 1.0000000rem;
}

#exc :is(.ml-12){
  margin-left: 1.2000000rem;
}

#exc :is(.ml-20){
  margin-left: 2.0000000rem;
}

#exc :is(.ml-24){
  margin-left: 2.4000000rem;
}

#exc :is(.ml-30){
  margin-left: 3.0000000rem;
}

#exc :is(.ml-6){
  margin-left: 0.6000000rem;
}

#exc :is(.ml-auto){
  margin-left: auto;
}

#exc :is(.mr-10){
  margin-right: 1.0000000rem;
}

#exc :is(.mr-20){
  margin-right: 2.0000000rem;
}

#exc :is(.mr-30){
  margin-right: 3.0000000rem;
}

#exc :is(.mt-100){
  margin-top: 10.0000000rem;
}

#exc :is(.mt-12){
  margin-top: 1.2000000rem;
}

#exc :is(.mt-14){
  margin-top: 1.4000000rem;
}

#exc :is(.mt-150){
  margin-top: 15.0000000rem;
}

#exc :is(.mt-16){
  margin-top: 1.6000000rem;
}

#exc :is(.mt-20){
  margin-top: 2.0000000rem;
}

#exc :is(.mt-236){
  margin-top: 23.6000000rem;
}

#exc :is(.mt-24){
  margin-top: 2.4000000rem;
}

#exc :is(.mt-30){
  margin-top: 3.0000000rem;
}

#exc :is(.mt-4){
  margin-top: 0.4000000rem;
}

#exc :is(.mt-40){
  margin-top: 4.0000000rem;
}

#exc :is(.mt-46){
  margin-top: 4.6000000rem;
}

#exc :is(.mt-50){
  margin-top: 5.0000000rem;
}

#exc :is(.mt-75){
  margin-top: 7.5000000rem;
}

#exc :is(.mt-8){
  margin-top: 0.8000000rem;
}

#exc :is(.mt-80){
  margin-top: 8.0000000rem;
}

#exc :is(.block){
  display: block;
}

#exc :is(.inline-block){
  display: inline-block;
}

#exc :is(.inline){
  display: inline;
}

#exc :is(.flex){
  display: flex;
}

#exc :is(.inline-flex){
  display: inline-flex;
}

#exc :is(.table){
  display: table;
}

#exc :is(.grid){
  display: grid;
}

#exc :is(.contents){
  display: contents;
}

#exc :is(.hidden){
  display: none;
}

#exc :is(.aspect-\[348\/216\]){
  aspect-ratio: 348/216;
}

#exc :is(.aspect-\[360\/240\]){
  aspect-ratio: 360/240;
}

#exc :is(.aspect-\[360\/250\]){
  aspect-ratio: 360/250;
}

#exc :is(.aspect-\[375\/220\]){
  aspect-ratio: 375/220;
}

#exc :is(.aspect-\[375\/240\]){
  aspect-ratio: 375/240;
}

#exc :is(.aspect-\[375\/510\]){
  aspect-ratio: 375/510;
}

#exc :is(.aspect-\[4\/3\]){
  aspect-ratio: 4/3;
}

#exc :is(.aspect-\[422\/212\]){
  aspect-ratio: 422/212;
}

#exc :is(.aspect-\[696\/415\]){
  aspect-ratio: 696/415;
}

#exc :is(.aspect-\[960\/610\]){
  aspect-ratio: 960/610;
}

#exc :is(.aspect-\[var\(--ratio\2c \'16\/9\'\)\]){
  aspect-ratio: var(--ratio,'16/9');
}

#exc :is(.aspect-square){
  aspect-ratio: 1 / 1;
}

#exc :is(.aspect-video){
  aspect-ratio: 16 / 9;
}

#exc :is(.h-0){
  height: 0rem;
}

#exc :is(.h-100){
  height: 10.0000000rem;
}

#exc :is(.h-12){
  height: 1.2000000rem;
}

#exc :is(.h-16){
  height: 1.6000000rem;
}

#exc :is(.h-20){
  height: 2.0000000rem;
}

#exc :is(.h-24){
  height: 2.4000000rem;
}

#exc :is(.h-25){
  height: 2.5000000rem;
}

#exc :is(.h-30){
  height: 3.0000000rem;
}

#exc :is(.h-32){
  height: 3.2000000rem;
}

#exc :is(.h-36){
  height: 3.6000000rem;
}

#exc :is(.h-50){
  height: 5.0000000rem;
}

#exc :is(.h-60){
  height: 6.0000000rem;
}

#exc :is(.h-\[0px\]){
  height: 0px;
}

#exc :is(.h-\[30px\]){
  height: 30px;
}

#exc :is(.h-\[60vh\]){
  height: 60vh;
}

#exc :is(.h-\[70vh\]){
  height: 70vh;
}

#exc :is(.h-\[74px\]){
  height: 74px;
}

#exc :is(.h-\[90vh\]){
  height: 90vh;
}

#exc :is(.h-auto){
  height: auto;
}

#exc :is(.h-full){
  height: 100%;
}

#exc :is(.h-screen){
  height: 100vh;
}

#exc :is(.max-h-24){
  max-height: 2.4000000rem;
}

#exc :is(.max-h-full){
  max-height: 100%;
}

#exc :is(.min-h-full){
  min-height: 100%;
}

#exc :is(.min-h-screen){
  min-height: 100vh;
}

#exc :is(.w-0){
  width: 0rem;
}

#exc :is(.w-1\/4){
  width: 25%;
}

#exc :is(.w-12){
  width: 1.2000000rem;
}

#exc :is(.w-150){
  width: 15.0000000rem;
}

#exc :is(.w-16){
  width: 1.6000000rem;
}

#exc :is(.w-2\/4){
  width: 50%;
}

#exc :is(.w-20){
  width: 2.0000000rem;
}

#exc :is(.w-24){
  width: 2.4000000rem;
}

#exc :is(.w-25){
  width: 2.5000000rem;
}

#exc :is(.w-3\/4){
  width: 75%;
}

#exc :is(.w-30){
  width: 3.0000000rem;
}

#exc :is(.w-32){
  width: 3.2000000rem;
}

#exc :is(.w-36){
  width: 3.6000000rem;
}

#exc :is(.w-50){
  width: 5.0000000rem;
}

#exc :is(.w-60){
  width: 6.0000000rem;
}

#exc :is(.w-\[17px\]){
  width: 17px;
}

#exc :is(.w-\[180\]){
  width: 180;
}

#exc :is(.w-\[20\%\]){
  width: 20%;
}

#exc :is(.w-\[508px\]){
  width: 508px;
}

#exc :is(.w-\[60vw\]){
  width: 60vw;
}

#exc :is(.w-\[62\%\]){
  width: 62%;
}

#exc :is(.w-\[90px\]){
  width: 90px;
}

#exc :is(.w-\[calc\(100\%\+2rem\)\]){
  width: calc(100% + 2rem);
}

#exc :is(.w-\[calc\(100\%-4rem\)\]){
  width: calc(100% - 4rem);
}

#exc :is(.w-\[calc\(100\%-6rem\)\]){
  width: calc(100% - 6rem);
}

#exc :is(.w-auto){
  width: auto;
}

#exc :is(.w-full){
  width: 100%;
}

#exc :is(.min-w-1\/5){
  min-width: 20%;
}

#exc :is(.min-w-\[300px\]){
  min-width: 300px;
}

#exc :is(.max-w-\[372px\]){
  max-width: 372px;
}

#exc :is(.max-w-full){
  max-width: 100%;
}

#exc :is(.max-w-none){
  max-width: none;
}

#exc :is(.flex-1){
  flex: 1 1 0%;
}

#exc :is(.grow){
  flex-grow: 1;
}

#exc :is(.table-auto){
  table-layout: auto;
}

#exc :is(.origin-bottom-right){
  transform-origin: bottom right;
}

#exc :is(.-translate-x-1\/2){
  --tw-translate-x: -50%;
  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));
}

#exc :is(.-translate-y-1\/2){
  --tw-translate-y: -50%;
  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));
}

#exc :is(.-translate-y-full){
  --tw-translate-y: -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));
}

#exc :is(.translate-x-0){
  --tw-translate-x: 0rem;
  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));
}

#exc :is(.rotate-180){
  --tw-rotate: 180deg;
  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));
}

#exc :is(.transform){
  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));
}

#exc :is(.cursor-none){
  cursor: none;
}

#exc :is(.cursor-pointer){
  cursor: pointer;
}

#exc :is(.touch-none){
  touch-action: none;
}

#exc :is(.select-none){
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#exc :is(.resize){
  resize: both;
}

#exc :is(.grid-cols-12){
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

#exc :is(.grid-cols-2){
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#exc :is(.grid-cols-3){
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#exc :is(.grid-cols-4){
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#exc :is(.grid-cols-6){
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

#exc :is(.grid-cols-8){
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

#exc :is(.grid-rows-3){
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

#exc :is(.flex-row){
  flex-direction: row;
}

#exc :is(.flex-col){
  flex-direction: column;
}

#exc :is(.flex-col-reverse){
  flex-direction: column-reverse;
}

#exc :is(.flex-wrap){
  flex-wrap: wrap;
}

#exc :is(.items-start){
  align-items: flex-start;
}

#exc :is(.items-end){
  align-items: flex-end;
}

#exc :is(.items-center){
  align-items: center;
}

#exc :is(.items-baseline){
  align-items: baseline;
}

#exc :is(.items-stretch){
  align-items: stretch;
}

#exc :is(.justify-end){
  justify-content: flex-end;
}

#exc :is(.justify-center){
  justify-content: center;
}

#exc :is(.justify-between){
  justify-content: space-between;
}

#exc :is(.gap-10){
  gap: 1.0000000rem;
}

#exc :is(.gap-100){
  gap: 10.0000000rem;
}

#exc :is(.gap-12){
  gap: 1.2000000rem;
}

#exc :is(.gap-16){
  gap: 1.6000000rem;
}

#exc :is(.gap-18){
  gap: 1.8000000rem;
}

#exc :is(.gap-2){
  gap: 0.2000000rem;
}

#exc :is(.gap-20){
  gap: 2.0000000rem;
}

#exc :is(.gap-24){
  gap: 2.4000000rem;
}

#exc :is(.gap-25){
  gap: 2.5000000rem;
}

#exc :is(.gap-3){
  gap: 0.3000000rem;
}

#exc :is(.gap-30){
  gap: 3.0000000rem;
}

#exc :is(.gap-32){
  gap: 3.2000000rem;
}

#exc :is(.gap-4){
  gap: 0.4000000rem;
}

#exc :is(.gap-40){
  gap: 4.0000000rem;
}

#exc :is(.gap-48){
  gap: 4.8000000rem;
}

#exc :is(.gap-5){
  gap: 0.5000000rem;
}

#exc :is(.gap-50){
  gap: 5.0000000rem;
}

#exc :is(.gap-60){
  gap: 6.0000000rem;
}

#exc :is(.gap-8){
  gap: 0.8000000rem;
}

#exc :is(.gap-80){
  gap: 8.0000000rem;
}

#exc :is(.gap-9){
  gap: 0.9000000rem;
}

#exc :is(.gap-x-4){
  -moz-column-gap: 0.4000000rem;
       column-gap: 0.4000000rem;
}

#exc :is(.gap-y-48){
  row-gap: 4.8000000rem;
}

#exc :is(.self-end){
  align-self: flex-end;
}

#exc :is(.overflow-hidden){
  overflow: hidden;
}

#exc :is(.overscroll-contain){
  overscroll-behavior: contain;
}

#exc :is(.truncate){
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#exc :is(.whitespace-normal){
  white-space: normal;
}

#exc :is(.whitespace-nowrap){
  white-space: nowrap;
}

#exc :is(.whitespace-pre){
  white-space: pre;
}

#exc :is(.rounded-10){
  border-radius: 1.0000000rem;
}

#exc :is(.rounded-2){
  border-radius: 0.2000000rem;
}

#exc :is(.rounded-6){
  border-radius: 0.6000000rem;
}

#exc :is(.rounded-t-10){
  border-top-left-radius: 1.0000000rem;
  border-top-right-radius: 1.0000000rem;
}

#exc :is(.border){
  border-width: 1px;
}

#exc :is(.border-t){
  border-top-width: 1px;
}

#exc :is(.border-gray){
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
}

#exc :is(.bg-black\/10){
  background-color: rgb(26 26 26 / 0.1);
}

#exc :is(.bg-black\/20){
  background-color: rgb(26 26 26 / 0.2);
}

#exc :is(.bg-black\/30){
  background-color: rgb(26 26 26 / 0.3);
}

#exc :is(.bg-black\/40){
  background-color: rgb(26 26 26 / 0.4);
}

#exc :is(.bg-blue){
  --tw-bg-opacity: 1;
  background-color: rgb(0 25 255 / var(--tw-bg-opacity));
}

#exc :is(.bg-gray){
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
}

#exc :is(.bg-gray-light){
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

#exc :is(.bg-white){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#exc :is(.bg-gradient-to-t){
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

#exc :is(.from-black\/40){
  --tw-gradient-from: rgb(26 26 26 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#exc :is(.from-white\/50){
  --tw-gradient-from: rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#exc :is(.to-white\/0){
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}

#exc :is(.fill-black){
  fill: #1A1A1A;
}

#exc :is(.fill-white){
  fill: #FFFFFF;
}

#exc :is(.object-cover){
  -o-object-fit: cover;
     object-fit: cover;
}

#exc :is(.p-10){
  padding: 1.0000000rem;
}

#exc :is(.p-12){
  padding: 1.2000000rem;
}

#exc :is(.p-16){
  padding: 1.6000000rem;
}

#exc :is(.p-20){
  padding: 2.0000000rem;
}

#exc :is(.p-24){
  padding: 2.4000000rem;
}

#exc :is(.p-40){
  padding: 4.0000000rem;
}

#exc :is(.p-5){
  padding: 0.5000000rem;
}

#exc :is(.px-10){
  padding-left: 1.0000000rem;
  padding-right: 1.0000000rem;
}

#exc :is(.px-14){
  padding-left: 1.4000000rem;
  padding-right: 1.4000000rem;
}

#exc :is(.px-16){
  padding-left: 1.6000000rem;
  padding-right: 1.6000000rem;
}

#exc :is(.px-20){
  padding-left: 2.0000000rem;
  padding-right: 2.0000000rem;
}

#exc :is(.px-22){
  padding-left: 2.2000000rem;
  padding-right: 2.2000000rem;
}

#exc :is(.px-36){
  padding-left: 3.6000000rem;
  padding-right: 3.6000000rem;
}

#exc :is(.px-4){
  padding-left: 0.4000000rem;
  padding-right: 0.4000000rem;
}

#exc :is(.px-44){
  padding-left: 4.4000000rem;
  padding-right: 4.4000000rem;
}

#exc :is(.px-8){
  padding-left: 0.8000000rem;
  padding-right: 0.8000000rem;
}

#exc :is(.py-10){
  padding-top: 1.0000000rem;
  padding-bottom: 1.0000000rem;
}

#exc :is(.py-100){
  padding-top: 10.0000000rem;
  padding-bottom: 10.0000000rem;
}

#exc :is(.py-20){
  padding-top: 2.0000000rem;
  padding-bottom: 2.0000000rem;
}

#exc :is(.py-24){
  padding-top: 2.4000000rem;
  padding-bottom: 2.4000000rem;
}

#exc :is(.py-36){
  padding-top: 3.6000000rem;
  padding-bottom: 3.6000000rem;
}

#exc :is(.py-60){
  padding-top: 6.0000000rem;
  padding-bottom: 6.0000000rem;
}

#exc :is(.py-80){
  padding-top: 8.0000000rem;
  padding-bottom: 8.0000000rem;
}

#exc :is(.pb-10){
  padding-bottom: 1.0000000rem;
}

#exc :is(.pb-100){
  padding-bottom: 10.0000000rem;
}

#exc :is(.pb-24){
  padding-bottom: 2.4000000rem;
}

#exc :is(.pb-252){
  padding-bottom: 25.2000000rem;
}

#exc :is(.pb-36){
  padding-bottom: 3.6000000rem;
}

#exc :is(.pb-40){
  padding-bottom: 4.0000000rem;
}

#exc :is(.pb-50){
  padding-bottom: 5.0000000rem;
}

#exc :is(.pb-56){
  padding-bottom: 5.6000000rem;
}

#exc :is(.pb-8){
  padding-bottom: 0.8000000rem;
}

#exc :is(.pb-80){
  padding-bottom: 8.0000000rem;
}

#exc :is(.pb-\[10vh\]){
  padding-bottom: 10vh;
}

#exc :is(.pl-80){
  padding-left: 8.0000000rem;
}

#exc :is(.pt-100){
  padding-top: 10.0000000rem;
}

#exc :is(.pt-120){
  padding-top: 12.0000000rem;
}

#exc :is(.pt-150){
  padding-top: 15.0000000rem;
}

#exc :is(.pt-16){
  padding-top: 1.6000000rem;
}

#exc :is(.pt-20){
  padding-top: 2.0000000rem;
}

#exc :is(.pt-28){
  padding-top: 2.8000000rem;
}

#exc :is(.pt-30){
  padding-top: 3.0000000rem;
}

#exc :is(.pt-50){
  padding-top: 5.0000000rem;
}

#exc :is(.pt-6){
  padding-top: 0.6000000rem;
}

#exc :is(.pt-60){
  padding-top: 6.0000000rem;
}

#exc :is(.pt-80){
  padding-top: 8.0000000rem;
}

#exc :is(.pt-\[30vh\]){
  padding-top: 30vh;
}

#exc :is(.text-left){
  text-align: left;
}

#exc :is(.text-center){
  text-align: center;
}

#exc :is(.text-right){
  text-align: right;
}

#exc :is(.align-baseline){
  vertical-align: baseline;
}

#exc :is(.align-top){
  vertical-align: top;
}

#exc :is(.align-text-bottom){
  vertical-align: text-bottom;
}

#exc :is(.font-sans){
  font-family: Plaax;
}

#exc :is(.text-10){
  font-size: 1rem;
}

#exc :is(.text-11){
  font-size: 1.1rem;
}

#exc :is(.text-12){
  font-size: 1.2rem;
}

#exc :is(.text-38){
  font-size: 3.8rem;
}

#exc :is(.text-48){
  font-size: 4.8rem;
}

#exc :is(.text-8){
  font-size: 0.8rem;
}

#exc :is(.text-\[0\]){
  font-size: 0;
}

#exc :is(.font-bold){
  font-weight: 700;
}

#exc :is(.font-light){
  font-weight: 300;
}

#exc :is(.font-normal){
  font-weight: 400;
}

#exc :is(.uppercase){
  text-transform: uppercase;
}

#exc :is(.lowercase){
  text-transform: lowercase;
}

#exc :is(.capitalize){
  text-transform: capitalize;
}

#exc :is(.normal-case){
  text-transform: none;
}

#exc :is(.italic){
  font-style: italic;
}

#exc :is(.leading-110){
  line-height: 1.1;
}

#exc :is(.leading-116){
  line-height: 1.16;
}

#exc :is(.leading-\[\.88\]){
  line-height: .88;
}

#exc :is(.leading-\[90\%\]){
  line-height: 90%;
}

#exc :is(.tracking-normal){
  letter-spacing: 0em;
}

#exc :is(.text-black){
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

#exc :is(.text-gray){
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}

#exc :is(.text-white){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#exc :is(.opacity-0){
  opacity: 0;
}

#exc :is(.opacity-50){
  opacity: 0.5;
}

#exc :is(.mix-blend-difference){
  mix-blend-mode: difference;
}

#exc :is(.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);
}

#exc :is(.blur){
  --tw-blur: blur(8px);
  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);
}

#exc :is(.grayscale){
  --tw-grayscale: grayscale(100%);
  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);
}

#exc :is(.invert){
  --tw-invert: invert(100%);
  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);
}

#exc :is(.sepia){
  --tw-sepia: sepia(100%);
  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);
}

#exc :is(.filter){
  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);
}

#exc :is(.backdrop-filter){
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

#exc :is(.transition){
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: ease;
}

#exc :is(.transition-none){
  transition-property: none;
}

#exc :is(.transition-opacity){
  transition-property: opacity;
  transition-timing-function: ease;
}

#exc :is(.delay-2000){
  transition-delay: 2s;
}

#exc :is(.duration-120){
  transition-duration: 120ms;
}

#exc :is(.duration-1300){
  transition-duration: 1300ms;
}

#exc :is(.duration-300){
  transition-duration: 300ms;
}

#exc :is(.ease-in-quad){
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);;
}

#exc :is(.ease-out){
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#exc :is(.ease-out-quint){
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

#exc  :is(.txt-mobile-normal){
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.16;
  letter-spacing: 0em;
}

#exc  :is(.txt-normal){
  font-family: Plaax;
  font-size: 1.4rem;
  line-height: 1.14;
  letter-spacing: 0em;
}

#exc  :is(.txt-small){
  font-family: Plaax;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0em;
}

#exc  :is(.txt-menu){
  font-family: Plaax;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

#exc  :is(.title-suptitle){
  font-family: Plaax;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
}

#exc  :is(.title-mobile-h1){
  font-family: Louize Display;
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.04;
  letter-spacing: 0em;
}

#exc  :is(.title-home){
  font-family: Louize Display;
  font-size: 5.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: 0em;
}

@media (min-width: 1024px) {
    #exc :is(.title-home){
    font-family: Louize Display;
    font-size: 10rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: .92;
    letter-spacing: 0em;
  }
  }

#exc  :is(.title-h1){
  font-family: Louize Display;
  font-size: 6.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: .92;
  letter-spacing: 0em;
}

@media (min-width: 1024px) {
    #exc :is(.title-h1) {
      font-size: max(65px, 4.5138888889vw);
    }
  }

#exc  :is(.title-mobile-h2){
  font-family: Louize Display;
  font-size: 3.3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
}

#exc  :is(.title-h2){
  font-family: Louize Display;
  font-size: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
}

@media (min-width: 1024px) {
    #exc :is(.title-h2) {
      font-size: max(45px, 3.125vw);
    }
  }

#exc  :is(.title-h3){
  font-family: Louize Display;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
}

@media (min-width: 1024px) {
    #exc :is(.title-h3) {
      font-size: max(32px, 2.2222222222vw);
    }
  }

#exc  :is(.title-mobile-h3){
  font-family: Louize Display;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
}

#exc  :is(.title-h4){
  font-family: Louize Display;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0em;
}

@media (min-width: 1024px) {
    #exc :is(.title-h4) {
      font-size: max(20px, 1.3888888889vw);
    }
  }

#exc :is(.wrapper) {
    margin-left: 1.0000000rem;
    margin-right: 1.0000000rem;
  }

@media (min-width: 1024px) {
    #exc :is(.wrapper) {
      margin-left: 24px;
      margin-right: 24px;
    }
  }

#exc  :is(.blue-highlight){
  position: relative;
  display: inline-block;
}

#exc :is(.blue-highlight):before {
    content: "";
    position: absolute;
    inset: -0.3000000rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 25 255 / var(--tw-bg-opacity));
    transform: scaleX(0.75);
    transform-origin: 0;
    opacity: 0;
    transition: transform 0.16s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity 0.16s linear;
  }

#exc :is(.blue-highlight span) {
    position: relative;
  }

#exc :is(.blue-highlight.is-active):before, #exc :is(.blue-highlight-hover-parent:hover .blue-highlight):before, #exc :is(.blue-highlight:hover):before {
    opacity: 1;
    transform: none;
    transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.26s linear;
  }

#exc  :is(.blue-highlight.is-active span),:is( #exc :is(.blue-highlight-hover-parent:hover .blue-highlight span)),:is( #exc :is(.blue-highlight:hover span)){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#exc :is(.icon) {
    fill: currentColor;
  }

#exc :is(.h-dvh) {
    height: 100vh;
    height: calc(100 * var(--vhfix) / 100); /* --vhfix is set from scripts/index.js, in the onResize function */
  }

#exc :is(.is-dragging .disable-when-dragging) {
    pointer-events: none !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

#exc :is(.preserve-3d) {
    transform-style: preserve-3d;
  }

#exc :is(.perspective) {
    perspective: 2000px;
  }

#exc :is(.perspective-none) {
    perspective: none;
  }

.\[i\:id\]{
  i: id;
}
.acf-block-preview .fixed {
  position: absolute !important;
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsla(0, 0%, 20%, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-page-dot.is-selected {
  background: hsl(0, 0%, 20%);
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9019607843);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, 0.9019607843);
  border: var(--plyr-menu-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9019607843));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid rgba(0, 0, 0, 0);
  border: var(--plyr-menu-item-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1019607843);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1019607843);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, currentColor 0, rgba(0, 0, 0, 0) 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: rgba(0, 0, 0, 0);
}

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: rgba(0, 0, 0, 0);
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: rgba(0, 0, 0, 0);
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1019607843));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.2509803922);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5019607843);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.1490196078), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5019607843));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.2509803922);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.2509803922));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1490196078);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.1490196078));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid rgba(0, 0, 0, 0);
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1490196078);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078)));
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

#exc :is(.first\:mt-50:first-child){
  margin-top: 5.0000000rem;
}

#exc :is(.last\:border-b:last-child){
  border-bottom-width: 1px;
}

#exc :is(.hover\:opacity-100:hover){
  opacity: 1;
}

#exc :is(.hover\:opacity-50:hover){
  opacity: 0.5;
}

#exc :is(.focus\:outline-none:focus){
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  #exc :is(.md\:gap-30){
    gap: 3.0000000rem;
  }
}

@media (min-width: 1024px){
  #exc :is(.lg\:absolute){
    position: absolute;
  }
  #exc :is(.lg\:relative){
    position: relative;
  }
  #exc :is(.lg\:sticky){
    position: sticky;
  }
  #exc :is(.lg\:-right-24){
    right: -2.4000000rem;
  }
  #exc :is(.lg\:-top-8){
    top: -0.8000000rem;
  }
  #exc :is(.lg\:bottom-40){
    bottom: 4.0000000rem;
  }
  #exc :is(.lg\:bottom-76){
    bottom: 7.6000000rem;
  }
  #exc :is(.lg\:bottom-full){
    bottom: 100%;
  }
  #exc :is(.lg\:left-0){
    left: 0rem;
  }
  #exc :is(.lg\:left-\[-24px\]){
    left: -24px;
  }
  #exc :is(.lg\:left-\[105px\]){
    left: 105px;
  }
  #exc :is(.lg\:left-auto){
    left: auto;
  }
  #exc :is(.lg\:left-full){
    left: 100%;
  }
  #exc :is(.lg\:right-0){
    right: 0rem;
  }
  #exc :is(.lg\:right-24){
    right: 2.4000000rem;
  }
  #exc :is(.lg\:right-\[105px\]){
    right: 105px;
  }
  #exc :is(.lg\:right-auto){
    right: auto;
  }
  #exc :is(.lg\:right-full){
    right: 100%;
  }
  #exc :is(.lg\:top-1\/2){
    top: 50%;
  }
  #exc :is(.lg\:top-\[21\.18vw\]){
    top: 21.18vw;
  }
  #exc :is(.lg\:top-auto){
    top: auto;
  }
  #exc :is(.lg\:-order-1){
    order: -1;
  }
  #exc :is(.lg\:col-span-2){
    grid-column: span 2 / span 2;
  }
  #exc :is(.lg\:col-span-3){
    grid-column: span 3 / span 3;
  }
  #exc :is(.lg\:col-span-4){
    grid-column: span 4 / span 4;
  }
  #exc :is(.lg\:col-span-5){
    grid-column: span 5 / span 5;
  }
  #exc :is(.lg\:col-span-6){
    grid-column: span 6 / span 6;
  }
  #exc :is(.lg\:col-span-7){
    grid-column: span 7 / span 7;
  }
  #exc :is(.lg\:col-span-8){
    grid-column: span 8 / span 8;
  }
  #exc :is(.lg\:col-span-9){
    grid-column: span 9 / span 9;
  }
  #exc :is(.lg\:col-start-1){
    grid-column-start: 1;
  }
  #exc :is(.lg\:col-start-2){
    grid-column-start: 2;
  }
  #exc :is(.lg\:col-start-3){
    grid-column-start: 3;
  }
  #exc :is(.lg\:col-start-4){
    grid-column-start: 4;
  }
  #exc :is(.lg\:col-start-5){
    grid-column-start: 5;
  }
  #exc :is(.lg\:col-start-6){
    grid-column-start: 6;
  }
  #exc :is(.lg\:col-start-7){
    grid-column-start: 7;
  }
  #exc :is(.lg\:col-start-8){
    grid-column-start: 8;
  }
  #exc :is(.lg\:col-start-9){
    grid-column-start: 9;
  }
  #exc :is(.lg\:row-span-1){
    grid-row: span 1 / span 1;
  }
  #exc :is(.lg\:row-start-1){
    grid-row-start: 1;
  }
  #exc :is(.lg\:row-start-11){
    grid-row-start: 11;
  }
  #exc :is(.lg\:row-start-2){
    grid-row-start: 2;
  }
  #exc :is(.lg\:row-start-3){
    grid-row-start: 3;
  }
  #exc :is(.lg\:row-start-4){
    grid-row-start: 4;
  }
  #exc :is(.lg\:row-start-5){
    grid-row-start: 5;
  }
  #exc :is(.lg\:row-start-6){
    grid-row-start: 6;
  }
  #exc :is(.lg\:row-start-7){
    grid-row-start: 7;
  }
  #exc :is(.lg\:row-start-9){
    grid-row-start: 9;
  }
  #exc :is(.lg\:mx-0){
    margin-left: 0rem;
    margin-right: 0rem;
  }
  #exc :is(.lg\:mx-auto){
    margin-left: auto;
    margin-right: auto;
  }
  #exc :is(.lg\:my-100){
    margin-top: 10.0000000rem;
    margin-bottom: 10.0000000rem;
  }
  #exc :is(.lg\:my-150){
    margin-top: 15.0000000rem;
    margin-bottom: 15.0000000rem;
  }
  #exc :is(.lg\:my-152){
    margin-top: 15.2000000rem;
    margin-bottom: 15.2000000rem;
  }
  #exc :is(.lg\:my-200){
    margin-top: 20.0000000rem;
    margin-bottom: 20.0000000rem;
  }
  #exc :is(.lg\:my-212){
    margin-top: 21.2000000rem;
    margin-bottom: 21.2000000rem;
  }
  #exc :is(.lg\:my-30){
    margin-top: 3.0000000rem;
    margin-bottom: 3.0000000rem;
  }
  #exc :is(.lg\:my-300){
    margin-top: 30.0000000rem;
    margin-bottom: 30.0000000rem;
  }
  #exc :is(.lg\:my-75){
    margin-top: 7.5000000rem;
    margin-bottom: 7.5000000rem;
  }
  #exc :is(.lg\:-mr-24){
    margin-right: -2.4000000rem;
  }
  #exc :is(.lg\:mb-0){
    margin-bottom: 0rem;
  }
  #exc :is(.lg\:mb-12){
    margin-bottom: 1.2000000rem;
  }
  #exc :is(.lg\:mb-124){
    margin-bottom: 12.4000000rem;
  }
  #exc :is(.lg\:mb-150){
    margin-bottom: 15.0000000rem;
  }
  #exc :is(.lg\:mb-170){
    margin-bottom: 17.0000000rem;
  }
  #exc :is(.lg\:mb-20){
    margin-bottom: 2.0000000rem;
  }
  #exc :is(.lg\:mb-200){
    margin-bottom: 20.0000000rem;
  }
  #exc :is(.lg\:mb-210){
    margin-bottom: 21.0000000rem;
  }
  #exc :is(.lg\:mb-240){
    margin-bottom: 24.0000000rem;
  }
  #exc :is(.lg\:mb-30){
    margin-bottom: 3.0000000rem;
  }
  #exc :is(.lg\:mb-38){
    margin-bottom: 3.8000000rem;
  }
  #exc :is(.lg\:mb-72){
    margin-bottom: 7.2000000rem;
  }
  #exc :is(.lg\:mb-80){
    margin-bottom: 8.0000000rem;
  }
  #exc :is(.lg\:mb-84){
    margin-bottom: 8.4000000rem;
  }
  #exc :is(.lg\:ml-12){
    margin-left: 1.2000000rem;
  }
  #exc :is(.lg\:ml-24){
    margin-left: 2.4000000rem;
  }
  #exc :is(.lg\:ml-\[-50\%\]){
    margin-left: -50%;
  }
  #exc :is(.lg\:ml-\[-7rem\]){
    margin-left: -7rem;
  }
  #exc :is(.lg\:ml-\[10\%\]){
    margin-left: 10%;
  }
  #exc :is(.lg\:mr-24){
    margin-right: 2.4000000rem;
  }
  #exc :is(.lg\:mr-30){
    margin-right: 3.0000000rem;
  }
  #exc :is(.lg\:mr-60){
    margin-right: 6.0000000rem;
  }
  #exc :is(.lg\:mt-0){
    margin-top: 0rem;
  }
  #exc :is(.lg\:mt-10){
    margin-top: 1.0000000rem;
  }
  #exc :is(.lg\:mt-150){
    margin-top: 15.0000000rem;
  }
  #exc :is(.lg\:mt-170){
    margin-top: 17.0000000rem;
  }
  #exc :is(.lg\:mt-20){
    margin-top: 2.0000000rem;
  }
  #exc :is(.lg\:mt-210){
    margin-top: 21.0000000rem;
  }
  #exc :is(.lg\:mt-224){
    margin-top: 22.4000000rem;
  }
  #exc :is(.lg\:mt-236){
    margin-top: 23.6000000rem;
  }
  #exc :is(.lg\:mt-24){
    margin-top: 2.4000000rem;
  }
  #exc :is(.lg\:mt-30){
    margin-top: 3.0000000rem;
  }
  #exc :is(.lg\:mt-396){
    margin-top: 39.6000000rem;
  }
  #exc :is(.lg\:mt-60){
    margin-top: 6.0000000rem;
  }
  #exc :is(.lg\:mt-64){
    margin-top: 6.4000000rem;
  }
  #exc :is(.lg\:mt-68){
    margin-top: 6.8000000rem;
  }
  #exc :is(.lg\:block){
    display: block;
  }
  #exc :is(.lg\:inline-block){
    display: inline-block;
  }
  #exc :is(.lg\:inline){
    display: inline;
  }
  #exc :is(.lg\:flex){
    display: flex;
  }
  #exc :is(.lg\:inline-flex){
    display: inline-flex;
  }
  #exc :is(.lg\:grid){
    display: grid;
  }
  #exc :is(.lg\:hidden){
    display: none;
  }
  #exc :is(.lg\:aspect-\[1440\/650\]){
    aspect-ratio: 1440/650;
  }
  #exc :is(.lg\:aspect-\[1440\/660\]){
    aspect-ratio: 1440/660;
  }
  #exc :is(.lg\:aspect-\[334\/106\]){
    aspect-ratio: 334/106;
  }
  #exc :is(.lg\:aspect-\[360\/250\]){
    aspect-ratio: 360/250;
  }
  #exc :is(.lg\:aspect-\[422\/212\]){
    aspect-ratio: 422/212;
  }
  #exc :is(.lg\:aspect-\[464\/166\]){
    aspect-ratio: 464/166;
  }
  #exc :is(.lg\:aspect-\[480\/260\]){
    aspect-ratio: 480/260;
  }
  #exc :is(.lg\:aspect-\[5\/3\]){
    aspect-ratio: 5/3;
  }
  #exc :is(.lg\:aspect-\[720\/455\]){
    aspect-ratio: 720/455;
  }
  #exc :is(.lg\:aspect-auto){
    aspect-ratio: auto;
  }
  #exc :is(.lg\:h-1\/2){
    height: 50%;
  }
  #exc :is(.lg\:h-32){
    height: 3.2000000rem;
  }
  #exc :is(.lg\:h-38){
    height: 3.8000000rem;
  }
  #exc :is(.lg\:h-46){
    height: 4.6000000rem;
  }
  #exc :is(.lg\:h-\[200vh\]){
    height: 200vh;
  }
  #exc :is(.lg\:h-\[90vh\]){
    height: 90vh;
  }
  #exc :is(.lg\:h-auto){
    height: auto;
  }
  #exc :is(.lg\:h-full){
    height: 100%;
  }
  #exc :is(.lg\:h-screen){
    height: 100vh;
  }
  #exc :is(.lg\:min-h-screen){
    min-height: 100vh;
  }
  #exc :is(.lg\:w-1\/2){
    width: 50%;
  }
  #exc :is(.lg\:w-1\/3){
    width: 33.333333%;
  }
  #exc :is(.lg\:w-1\/4){
    width: 25%;
  }
  #exc :is(.lg\:w-10\/12){
    width: 83.333333%;
  }
  #exc :is(.lg\:w-2\/4){
    width: 50%;
  }
  #exc :is(.lg\:w-32){
    width: 3.2000000rem;
  }
  #exc :is(.lg\:w-38){
    width: 3.8000000rem;
  }
  #exc :is(.lg\:w-46){
    width: 4.6000000rem;
  }
  #exc :is(.lg\:w-5\/12){
    width: 41.666667%;
  }
  #exc :is(.lg\:w-7\/12){
    width: 58.333333%;
  }
  #exc :is(.lg\:w-8\/12){
    width: 66.666667%;
  }
  #exc :is(.lg\:w-\[200\%\]){
    width: 200%;
  }
  #exc :is(.lg\:w-\[220px\]){
    width: 220px;
  }
  #exc :is(.lg\:w-\[33\.333\%\]){
    width: 33.333%;
  }
  #exc :is(.lg\:w-\[37\%\]){
    width: 37%;
  }
  #exc :is(.lg\:w-\[40\%\]){
    width: 40%;
  }
  #exc :is(.lg\:w-\[60\%\]){
    width: 60%;
  }
  #exc :is(.lg\:w-\[62\.5\%\]){
    width: 62.5%;
  }
  #exc :is(.lg\:w-\[63\%\]){
    width: 63%;
  }
  #exc :is(.lg\:w-\[66\.666\%\]){
    width: 66.666%;
  }
  #exc :is(.lg\:w-\[calc\(100\%\+24px\)\]){
    width: calc(100% + 24px);
  }
  #exc :is(.lg\:w-auto){
    width: auto;
  }
  #exc :is(.lg\:w-full){
    width: 100%;
  }
  #exc :is(.lg\:-translate-y-1\/2){
    --tw-translate-y: -50%;
    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));
  }
  #exc :is(.lg\:translate-y-0){
    --tw-translate-y: 0rem;
    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));
  }
  #exc :is(.lg\:grid-cols-10){
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  #exc :is(.lg\:grid-cols-12){
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  #exc :is(.lg\:grid-cols-2){
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #exc :is(.lg\:grid-cols-3){
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #exc :is(.lg\:grid-cols-4){
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #exc :is(.lg\:grid-cols-5){
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #exc :is(.lg\:grid-cols-6){
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  #exc :is(.lg\:grid-cols-7){
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  #exc :is(.lg\:flex-row){
    flex-direction: row;
  }
  #exc :is(.lg\:flex-row-reverse){
    flex-direction: row-reverse;
  }
  #exc :is(.lg\:flex-col){
    flex-direction: column;
  }
  #exc :is(.lg\:items-end){
    align-items: flex-end;
  }
  #exc :is(.lg\:items-center){
    align-items: center;
  }
  #exc :is(.lg\:items-baseline){
    align-items: baseline;
  }
  #exc :is(.lg\:justify-start){
    justify-content: flex-start;
  }
  #exc :is(.lg\:justify-end){
    justify-content: flex-end;
  }
  #exc :is(.lg\:justify-center){
    justify-content: center;
  }
  #exc :is(.lg\:justify-between){
    justify-content: space-between;
  }
  #exc :is(.lg\:gap-0){
    gap: 0rem;
  }
  #exc :is(.lg\:gap-100){
    gap: 10.0000000rem;
  }
  #exc :is(.lg\:gap-16){
    gap: 1.6000000rem;
  }
  #exc :is(.lg\:gap-20){
    gap: 2.0000000rem;
  }
  #exc :is(.lg\:gap-24){
    gap: 2.4000000rem;
  }
  #exc :is(.lg\:gap-30){
    gap: 3.0000000rem;
  }
  #exc :is(.lg\:gap-32){
    gap: 3.2000000rem;
  }
  #exc :is(.lg\:gap-36){
    gap: 3.6000000rem;
  }
  #exc :is(.lg\:gap-40){
    gap: 4.0000000rem;
  }
  #exc :is(.lg\:gap-48){
    gap: 4.8000000rem;
  }
  #exc :is(.lg\:gap-52){
    gap: 5.2000000rem;
  }
  #exc :is(.lg\:gap-56){
    gap: 5.6000000rem;
  }
  #exc :is(.lg\:gap-60){
    gap: 6.0000000rem;
  }
  #exc :is(.lg\:gap-64){
    gap: 6.4000000rem;
  }
  #exc :is(.lg\:gap-68){
    gap: 6.8000000rem;
  }
  #exc :is(.lg\:gap-8){
    gap: 0.8000000rem;
  }
  #exc :is(.lg\:gap-88){
    gap: 8.8000000rem;
  }
  #exc :is(.lg\:gap-x-64){
    -moz-column-gap: 6.4000000rem;
         column-gap: 6.4000000rem;
  }
  #exc :is(.lg\:gap-y-24){
    row-gap: 2.4000000rem;
  }
  #exc :is(.lg\:gap-y-88){
    row-gap: 8.8000000rem;
  }
  #exc :is(.lg\:overflow-hidden){
    overflow: hidden;
  }
  #exc :is(.lg\:whitespace-nowrap){
    white-space: nowrap;
  }
  #exc :is(.lg\:p-0){
    padding: 0rem;
  }
  #exc :is(.lg\:p-10){
    padding: 1.0000000rem;
  }
  #exc :is(.lg\:p-24){
    padding: 2.4000000rem;
  }
  #exc :is(.lg\:p-30){
    padding: 3.0000000rem;
  }
  #exc :is(.lg\:p-50){
    padding: 5.0000000rem;
  }
  #exc :is(.lg\:p-52){
    padding: 5.2000000rem;
  }
  #exc :is(.lg\:p-68){
    padding: 6.8000000rem;
  }
  #exc :is(.lg\:px-0){
    padding-left: 0rem;
    padding-right: 0rem;
  }
  #exc :is(.lg\:px-24){
    padding-left: 2.4000000rem;
    padding-right: 2.4000000rem;
  }
  #exc :is(.lg\:px-30){
    padding-left: 3.0000000rem;
    padding-right: 3.0000000rem;
  }
  #exc :is(.lg\:px-40){
    padding-left: 4.0000000rem;
    padding-right: 4.0000000rem;
  }
  #exc :is(.lg\:px-8){
    padding-left: 0.8000000rem;
    padding-right: 0.8000000rem;
  }
  #exc :is(.lg\:py-0){
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  #exc :is(.lg\:py-100){
    padding-top: 10.0000000rem;
    padding-bottom: 10.0000000rem;
  }
  #exc :is(.lg\:py-120){
    padding-top: 12.0000000rem;
    padding-bottom: 12.0000000rem;
  }
  #exc :is(.lg\:py-152){
    padding-top: 15.2000000rem;
    padding-bottom: 15.2000000rem;
  }
  #exc :is(.lg\:py-20){
    padding-top: 2.0000000rem;
    padding-bottom: 2.0000000rem;
  }
  #exc :is(.lg\:py-30){
    padding-top: 3.0000000rem;
    padding-bottom: 3.0000000rem;
  }
  #exc :is(.lg\:py-\[20vh\]){
    padding-top: 20vh;
    padding-bottom: 20vh;
  }
  #exc :is(.lg\:pb-0){
    padding-bottom: 0rem;
  }
  #exc :is(.lg\:pb-150){
    padding-bottom: 15.0000000rem;
  }
  #exc :is(.lg\:pb-210){
    padding-bottom: 21.0000000rem;
  }
  #exc :is(.lg\:pb-25){
    padding-bottom: 2.5000000rem;
  }
  #exc :is(.lg\:pb-252){
    padding-bottom: 25.2000000rem;
  }
  #exc :is(.lg\:pb-60){
    padding-bottom: 6.0000000rem;
  }
  #exc :is(.lg\:pb-\[15vh\]){
    padding-bottom: 15vh;
  }
  #exc :is(.lg\:pb-\[35vh\]){
    padding-bottom: 35vh;
  }
  #exc :is(.lg\:pl-30){
    padding-left: 3.0000000rem;
  }
  #exc :is(.lg\:pl-46){
    padding-left: 4.6000000rem;
  }
  #exc :is(.lg\:pl-48){
    padding-left: 4.8000000rem;
  }
  #exc :is(.lg\:pl-56){
    padding-left: 5.6000000rem;
  }
  #exc :is(.lg\:pl-\[10\%\]){
    padding-left: 10%;
  }
  #exc :is(.lg\:pl-\[8\.33\%\]){
    padding-left: 8.33%;
  }
  #exc :is(.lg\:pr-100){
    padding-right: 10.0000000rem;
  }
  #exc :is(.lg\:pr-24){
    padding-right: 2.4000000rem;
  }
  #exc :is(.lg\:pr-48){
    padding-right: 4.8000000rem;
  }
  #exc :is(.lg\:pr-\[10\%\]){
    padding-right: 10%;
  }
  #exc :is(.lg\:pr-\[8\.33\%\]){
    padding-right: 8.33%;
  }
  #exc :is(.lg\:pt-0){
    padding-top: 0rem;
  }
  #exc :is(.lg\:pt-100){
    padding-top: 10.0000000rem;
  }
  #exc :is(.lg\:pt-120){
    padding-top: 12.0000000rem;
  }
  #exc :is(.lg\:pt-150){
    padding-top: 15.0000000rem;
  }
  #exc :is(.lg\:pt-30){
    padding-top: 3.0000000rem;
  }
  #exc :is(.lg\:pt-60){
    padding-top: 6.0000000rem;
  }
  #exc :is(.lg\:pt-8){
    padding-top: 0.8000000rem;
  }
  #exc :is(.lg\:pt-\[42vh\]){
    padding-top: 42vh;
  }
  #exc :is(.lg\:text-left){
    text-align: left;
  }
  #exc :is(.lg\:text-center){
    text-align: center;
  }
  #exc :is(.lg\:text-right){
    text-align: right;
  }
  #exc :is(.lg\:text-12){
    font-size: 1.2rem;
  }
  #exc :is(.lg\:text-14){
    font-size: 1.4rem;
  }
  #exc :is(.lg\:text-65){
    font-size: 6.5rem;
  }
  #exc :is(.lg\:leading-116){
    line-height: 1.16;
  }
  #exc :is(.lg\:leading-92){
    line-height: .92;
  }
  #exc  :is(.lg\:txt-normal){
    font-family: Plaax;
    font-size: 1.4rem;
    line-height: 1.14;
    letter-spacing: 0em;
  }
  #exc  :is(.lg\:txt-small){
    font-family: Plaax;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0em;
  }
  #exc  :is(.lg\:title-h1){
    font-family: Louize Display;
    font-size: 6.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: .92;
    letter-spacing: 0em;
  }
  @media (min-width: 1024px) {
    #exc :is(.lg\:title-h1) {
      font-size: max(65px, 4.5138888889vw);
    }
  }
  #exc  :is(.lg\:title-h2){
    font-family: Louize Display;
    font-size: 4.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0em;
  }
  @media (min-width: 1024px) {
    #exc :is(.lg\:title-h2) {
      font-size: max(45px, 3.125vw);
    }
  }
  #exc  :is(.lg\:title-h3){
    font-family: Louize Display;
    font-size: 3.2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0em;
  }
  @media (min-width: 1024px) {
    #exc :is(.lg\:title-h3) {
      font-size: max(32px, 2.2222222222vw);
    }
  }
  #exc  :is(.lg\:title-h4){
    font-family: Louize Display;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0em;
  }
  @media (min-width: 1024px) {
    #exc :is(.lg\:title-h4) {
      font-size: max(20px, 1.3888888889vw);
    }
  }
  #exc :is(.first\:lg\:pl-\[7rem\]:first-child){
    padding-left: 7rem;
  }
  #exc :is(.lg\:last\:mb-0:last-child){
    margin-bottom: 0rem;
  }
}

@media (min-width: 1280px){
  #exc :is(.xl\:w-1\/2){
    width: 50%;
  }
}