@charset "UTF-8";
.w,
.wm,
.ws,
.wxs {
  width: 100%;
  margin: auto;
  position: relative;
}

.w {
  padding: 0 3.8888888889rem;
}
@media all and (max-width: 767px) {
  .w {
    padding: 0 1.2222222222rem;
  }
}

.background-white {
  background-color: #FFFFFF;
}

.color-white {
  color: #FFFFFF;
}

.background-black {
  background-color: #000000;
}

.color-black {
  color: #000000;
}

.background-text {
  background-color: #FFFFFF;
}

.color-text {
  color: #FFFFFF;
}

.background-amarena {
  background-color: #e62176;
}

.color-amarena {
  color: #e62176;
}

.background-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.color-transparent {
  color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Montserrat-200.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Montserrat-200-italic.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Montserrat-300.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(../fonts/Montserrat-300-italic.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-400.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-400-italic.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Montserrat-900.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Montserrat-900-italic.woff2) format("woff2");
}
html {
  line-height: 1.4;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.0416666667vw;
}
@media all and (max-width: 767px) {
  html {
    font-size: 4.0909090909vw;
  }
}

body,
input,
textarea,
button,
select {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

h1,
h2,
h3,
h4 {
  font-weight: 900;
}

u {
  text-decoration: underline !important;
}

.w900 {
  font-weight: 900;
}

.w400 {
  font-weight: 400;
}

.w300 {
  font-weight: 300;
}

.w100 {
  font-weight: 100;
}

.wp-editor,
.editorText {
  /* text alignment da editor WYSIWYG */
}
.wp-editor > *:not(:last-child),
.editorText > *:not(:last-child) {
  margin-bottom: 1em;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6,
.editorText h1,
.editorText h2,
.editorText h3,
.editorText h4,
.editorText h5,
.editorText h6 {
  margin-bottom: 1rem;
}
.wp-editor h1:not(:first-child),
.wp-editor h2:not(:first-child),
.wp-editor h3:not(:first-child),
.wp-editor h4:not(:first-child),
.wp-editor h5:not(:first-child),
.wp-editor h6:not(:first-child),
.editorText h1:not(:first-child),
.editorText h2:not(:first-child),
.editorText h3:not(:first-child),
.editorText h4:not(:first-child),
.editorText h5:not(:first-child),
.editorText h6:not(:first-child) {
  margin-top: 1em;
}
.wp-editor span.red,
.editorText span.red {
  color: #FF0000;
}
.wp-editor a,
.editorText a {
  transition: color 0.3s;
  display: inline-block !important;
  text-decoration: underline;
  color: #e62176;
}
.wp-editor a:hover,
.editorText a:hover {
  color: #FFFFFF;
}
.wp-editor ul,
.wp-editor ol,
.editorText ul,
.editorText ol {
  list-style: none;
  margin-left: 1.4em;
}
.wp-editor ul li,
.wp-editor ol li,
.editorText ul li,
.editorText ol li {
  margin-bottom: 1em;
}
.wp-editor ul li:last-child,
.wp-editor ol li:last-child,
.editorText ul li:last-child,
.editorText ol li:last-child {
  margin-bottom: 0;
}
.wp-editor ul li:before,
.wp-editor ol li:before,
.editorText ul li:before,
.editorText ol li:before {
  content: " ";
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  width: 0.33em;
  height: 0.33em;
  margin-left: -0.9em;
  margin-right: 0.58em;
  vertical-align: middle;
}
.wp-editor b,
.wp-editor strong,
.editorText b,
.editorText strong {
  font-weight: 700;
}
.wp-editor .ql-align-center,
.editorText .ql-align-center {
  text-align: center;
}
.wp-editor .ql-align-right,
.editorText .ql-align-right {
  text-align: right;
}
.wp-editor .ql-align-justify,
.editorText .ql-align-justify {
  text-align: justify;
}

:root {
  --real100vh: 100vh;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  background: #000 radial-gradient(49.91vw 61.1vw at calc(28.96% + var(--ST) / 10) 27.56%, rgba(232, 53, 122, 0.4) 0%, rgba(232, 53, 122, 0) 92.19%);
  background-attachment: fixed;
  scroll-behavior: smooth;
}
html.menu-open, html.noScroll,
body.menu-open,
body.noScroll {
  overflow: hidden;
  scroll-behavior: auto !important;
}
html.ajax-loading,
body.ajax-loading {
  pointer-events: none;
}

body,
body * {
  box-sizing: border-box;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
body::-webkit-input-placeholder, body *::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

body:-moz-placeholder, body *:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

body::-moz-placeholder, body *::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

body:-ms-input-placeholder, body *:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

body:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

*:not(.select2 *):not(.btn):not(.CookieDeclaration *):not(.plyr *):is(a), *:not(.select2 *):not(.btn):not(.CookieDeclaration *):not(.plyr *):is(img), *:not(.select2 *):not(.btn):not(.CookieDeclaration *):not(.plyr *):is(picture), *:not(.select2 *):not(.btn):not(.CookieDeclaration *):not(.plyr *):is(svg), *:not(.select2 *):not(.btn):not(.CookieDeclaration *):not(.plyr *):is(textarea) {
  display: block;
}

img:not([src]) {
  visibility: hidden;
}

p a {
  display: inline;
}

/*
::-moz-selection {
	color: color('persimmon');
	background-color: color('white') !important;
}

::selection {
	color: color('persimmon');
	background-color: color('white') !important;
}
*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.grecaptcha-badge {
  display: none !important;
}

.prefers-reduced-motion {
  display: none;
  position: absolute;
  top: -100vw;
  left: -100vw;
  width: 0px;
  height: 0px;
  pointer-events: none;
  visibility: hidden;
}
@media (prefers-reduced-motion) {
  .prefers-reduced-motion {
    display: block;
  }
}

body.reduced-motion * {
  transition: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only:focus {
  clip: auto;
  width: auto;
  height: auto;
  background-color: #FFFFFF;
  border: 1px solid #FF0000;
  z-index: 100000;
}

.visually-hidden {
  /* per elementi interattivi */
  position: absolute;
  transform: translateX(-300vw);
  min-height: 24px;
  background-color: #FFFFFF;
  color: black;
  border: 1px solid #FF0000;
}
.visually-hidden:focus {
  transform: none;
  z-index: 100000;
}

[aria-hidden=true] input,
[aria-hidden=true] button,
[aria-hidden=true] .plyr__controls {
  visibility: hidden;
  opacity: 0;
}

.quick-link-page-contents {
  line-height: 1.3333333333rem;
}

@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: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  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.plyr__tab-focus {
  outline: 3px dotted #ffffff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff))) dotted 3px;
  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.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  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 transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  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;
  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 transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  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.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}

.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.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}

.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.1);
  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: #ffffff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
}

.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].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}

.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 + 2);
  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;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #ffffff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  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: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent 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.15), 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.15), 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: 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;
  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.15), 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.15), 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: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 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: 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.15), 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.15), 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].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #ffffff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #ffffff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #ffffff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff))) dotted 3px;
  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: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  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 transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  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.plyr__tab-focus .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.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .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.plyr__tab-focus .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;
  white-space: normal;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 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: 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%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 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%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

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

.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;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.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);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.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.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #ffffff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  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.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 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.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 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.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 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.1));
}

.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 {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}

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

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  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(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  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.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: transparent;
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: transparent;
  border: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
  width: 60px;
  height: 60px;
}
@media all and (max-width: 1023px) {
  .plyr__control--overlaid svg {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 600px) {
  .plyr__control--overlaid svg {
    width: 30px;
    height: 30px;
  }
}

.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.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

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

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

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 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.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 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.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 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.5));
}

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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;
  display: block;
  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: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  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 transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  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: 4px;
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 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.15);
  content: "";
  pointer-events: none;
}

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

.plyr__preview-thumb__time-container {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 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;
}

.plyr.plyr--stopped .plyr__controls {
  opacity: 0;
}

.plyr__control.plyr__control--overlaid {
  background-color: transparent;
  border-radius: 2.7777777778rem;
  width: auto;
  height: auto;
  padding: 0.8333333333rem 1.7777777778rem;
  border: 1px solid #FFFFFF;
  opacity: 1;
  color: #FFFFFF;
  line-height: 0.89;
}
.plyr__control.plyr__control--overlaid svg {
  display: none;
}
.plyr__control.plyr__control--overlaid:before {
  content: "PLAY";
  display: block;
  font-size: 1.6666666667rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .plyr__control.plyr__control--overlaid:before {
    font-size: 1.3333333333rem;
  }
}
.plyr__control.plyr__control--overlaid:hover {
  border-color: #e62176;
  color: #e62176;
}

*[data-animation-in]:not(.paginated *):not(.animated) {
  opacity: 0;
}

.imageBackground {
  opacity: 0;
  transition: opacity 0.3s;
}
.imageBackground.imageSpace {
  position: relative !important;
}
.imageBackground.imageSpace img {
  width: 100%;
  height: auto;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.imageBackground:not(.imageSpace) img {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.imageBackground.loaded {
  opacity: 1;
}
.imageBackground:empty {
  background-color: #FF0000;
  opacity: 1;
}

.player {
  position: relative;
  width: 100%;
  height: 100%;
}
.player.background {
  pointer-events: none;
}
.player video {
  width: 100%;
}
.player .video-iframe {
  width: 100%;
  height: 100%;
}
.player .video-iframe:not(.interactive) iframe {
  pointer-events: none;
}
.player .video-iframe iframe[src] {
  width: 100%;
  height: 100%;
}
.player[data-ratio-mode=cover] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.media {
  overflow: hidden;
}
.media[data-ratio-mode=cover] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media.media-image[data-ratio-winner=height] img,
.media.media-image[data-ratio-winner=height] svg, .media.media-image:not([data-ratio-winner]) img,
.media.media-image:not([data-ratio-winner]) svg {
  width: 100%;
  height: auto;
}
.media.media-image[data-ratio-winner=width] img,
.media.media-image[data-ratio-winner=width] svg {
  height: 100%;
  width: auto;
}

.lazyload-enabled {
  transition: opacity 0.3s;
  opacity: 0;
}
.lazyload-enabled.lazyloaded {
  opacity: 1;
}

.Loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  background-color: #000000;
  transition: opacity 0.3s ease-out;
}
.Loader.hidden {
  opacity: 0;
  pointer-events: none;
}
.Loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.35);
  width: 23.6666666667rem;
  height: 10.0555555556rem;
  border: 0.5rem solid #e62176;
  border-radius: 27.7777777778rem;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .Loader .icon {
    transform: translate(-50%, -50%) scale(0.45);
  }
}
@media screen and (max-width: 767px) {
  .Loader .icon {
    transform: translate(-50%, -50%) scale(0.2);
  }
}
.Loader .icon .widener {
  width: 0%;
  flex-shrink: 0;
  max-width: 62.92%;
  min-width: 2.81%;
}
.Loader .icon .circle {
  width: 34.27%;
  background-color: #e62176;
  border-radius: 50%;
  flex-shrink: 0;
}
.Loader .icon .circle:after {
  content: " ";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.Header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  height: 4.4444444444rem;
  z-index: 1000;
  background-color: #000000;
  transition: background-color 0.3s linear;
}
@media all and (max-width: 1023px) {
  .Header {
    height: 5.5555555556rem;
  }
}
@media all and (max-width: 767px) {
  .Header {
    height: 3.8333333333rem;
  }
}
.Header .burger {
  position: fixed;
  left: 2.8888888889rem;
  top: 0;
  height: 4.4444444444rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #e62176;
}
@media all and (max-width: 1023px) {
  .Header .burger {
    height: 5.5555555556rem;
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .Header .burger {
    height: 3.8333333333rem;
    left: 1.0555555556rem;
    position: absolute;
  }
}
.Header .burger .burger-links {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1023px) {
  .Header .burger .burger-links {
    display: none;
  }
}
.Header .burger .burger-links > * {
  flex: 1;
}
.Header .burger .burger-line-wrapper {
  pointer-events: none;
  margin: -0.2222222222rem 0;
  display: flex;
  align-items: center;
}
.Header .burger .burger-line-wrapper .burger-line {
  width: 2.2333333333rem;
  height: 0.5px;
  background-color: currentColor;
  margin-right: 0.3333333333rem;
  transition: all 0.3s;
}
@media all and (max-width: 1280px) {
  .Header .burger .burger-line-wrapper .burger-line {
    height: 1px;
  }
}
@media all and (max-width: 1023px) {
  .Header .burger .burger-line-wrapper .burger-line {
    width: 5rem !important;
    margin: 0.6666666667rem 0;
  }
}
@media all and (max-width: 767px) {
  .Header .burger .burger-line-wrapper .burger-line {
    width: 2.3333333333rem !important;
    margin: 0.4133333333rem 0;
  }
}
.Header .burger .burger-line-wrapper .burger-line-label {
  font-size: 0.8888888889rem;
  line-height: 1;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0;
  transition: all 0.3s;
}
@media all and (max-width: 1440px) {
  .Header .burger .burger-line-wrapper .burger-line-label {
    font-size: 0.8888888889rem;
  }
}
@media all and (max-width: 1280px) {
  .Header .burger .burger-line-wrapper .burger-line-label {
    font-size: 0.9444444444rem;
  }
}
@media all and (max-width: 1133px) {
  .Header .burger .burger-line-wrapper .burger-line-label {
    font-size: 1rem;
  }
}
@media all and (max-width: 1023px) {
  .Header .burger .burger-line-wrapper .burger-line-label {
    display: none;
  }
}
.Header .burger .burger-line-wrapper.hover .burger-line {
  width: 4.4444444444rem;
}
.Header .burger .burger-line-wrapper.hover .burger-line-label {
  opacity: 1;
}
body.menu-open .Header .burger .burger-line-wrapper:nth-child(2) .burger-line {
  transform: translateY(0.4444444444rem) rotate(45deg);
}
body.menu-open .Header .burger .burger-line-wrapper:nth-child(3) .burger-line {
  opacity: 0;
}
body.menu-open .Header .burger .burger-line-wrapper:nth-child(4) .burger-line {
  transform: translateY(-0.4444444444rem) rotate(-45deg);
}

.Header .burger:not(:hover) .burger-line-wrapper.current .burger-line {
  width: 4.4444444444rem;
}
.Header .burger:not(:hover) .burger-line-wrapper.current .burger-line-label {
  opacity: 1;
}
.Header .back {
  position: absolute;
  left: 2.8888888889rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #e62176;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .Header .back {
    left: 1.2222222222rem;
    font-size: 0.8888888889rem;
  }
  .Header .back span {
    display: none;
  }
}
.Header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1.5716666667rem;
  width: auto;
}
body:not(.home):not(.single) .Header .logo {
  transform: translate(-50%, -50%);
}

@media all and (max-width: 1023px) {
  .Header .logo {
    height: 2.7777777778rem;
  }
}
@media all and (max-width: 767px) {
  .Header .logo {
    height: 1.7394444444rem;
  }
}

.Footer {
  font-size: 0.6666666667rem;
  line-height: 1.5;
  color: #FFFFFF;
}
@media all and (max-width: 1536px) {
  .Footer {
    font-size: 0.7222222222rem;
  }
}
@media all and (max-width: 1440px) {
  .Footer {
    font-size: 0.7777777778rem;
  }
}
@media all and (max-width: 1280px) {
  .Footer {
    font-size: 0.8333333333rem;
  }
}
@media all and (max-width: 1133px) {
  .Footer {
    font-size: 0.8888888889rem;
  }
}
@media all and (max-width: 1023px) {
  .Footer {
    font-size: 1.2222222222rem;
  }
}
@media all and (max-width: 767px) {
  .Footer {
    font-size: 0.6666666667rem;
  }
}
.Footer .contents {
  padding: 1.1666666667rem 0 1.5555555556rem;
  border-top: 1px solid #e62176;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .Footer .contents {
    flex-direction: column;
    align-items: center;
    padding: 1.6666666667rem 0;
  }
}
@media all and (max-width: 767px) {
  .Footer .contents {
    padding: 2.3888888889rem 0;
  }
}
.Footer .contents .copyright {
  flex-shrink: 0;
}
@media all and (max-width: 1023px) {
  .Footer .contents .copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 1.6666666667rem;
  }
}
@media all and (max-width: 767px) {
  .Footer .contents .copyright {
    max-width: 18.7222222222rem;
  }
}
.Footer .contents .copyright a {
  text-decoration: none;
}
.Footer .contents ul.menu {
  display: flex;
  list-style: none;
  text-transform: uppercase;
  gap: 1.2777777778rem;
  align-items: center;
}
@media all and (max-width: 767px) {
  .Footer .contents ul.menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.Footer .contents ul.menu li.breaker {
  display: none;
}
@media all and (max-width: 767px) {
  .Footer .contents ul.menu li.breaker {
    display: block;
    width: 100%;
  }
}
.Footer .contents ul.menu li a {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 0.12em;
  color: #e62176;
  transition: color 0.3s;
}
.Footer .contents ul.menu li a:hover {
  color: #FFFFFF;
}
.Footer .contents ul.menu li.cookie-icon {
  width: 2.346em;
  height: 2.346em;
  position: relative;
  overflow: hidden;
  background: url(../media/cookie.png) no-repeat center center;
  background-size: contain;
}
@media all and (max-width: 767px) {
  .Footer .contents ul.menu li.cookie-icon {
    width: 2.5em;
    height: 2.5em;
  }
}
.Footer .contents ul.menu li.cookie-icon:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../media/cookie.png) no-repeat center center;
  background-size: contain;
  filter: brightness(100);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.Footer .contents ul.menu li.cookie-icon:hover::after {
  opacity: 1;
}
.Footer .contents ul.menu li.cookie-icon a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -10000px;
}

.MainMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
body.menu-open .MainMenu {
  opacity: 1;
  pointer-events: auto;
}

.MainMenu .contents {
  opacity: 0;
  padding: 11.1111111111rem 0 5.5555555556rem;
  transition: opacity 0.3s linear;
}
.MainMenu .contents ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.8888888889rem;
  list-style: none;
  text-transform: uppercase;
  font-weight: 900;
  gap: 2.7777777778rem;
  letter-spacing: -0.009em;
  line-height: 0.77;
}
@media all and (max-width: 767px) {
  .MainMenu .contents ul {
    font-size: 3rem;
    gap: 2.5rem;
  }
}
.MainMenu.visible .contents {
  opacity: 1;
}

.unblock-cookies {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FF0000 49.35%, #FFFFFF 151%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.unblock-cookies.model {
  display: none;
}

.unblocked > .unblock-cookies {
  display: none;
}

.HomeHero {
  background-color: black;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}
.HomeHero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.HomeHero .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 2.3766666667rem;
  transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  .HomeHero .scroll-down {
    bottom: 2.0944444444rem;
  }
}
.HomeHero .scroll-down svg {
  width: 1.2777777778rem;
  height: auto;
}
@media all and (max-width: 767px) {
  .HomeHero .scroll-down svg {
    width: 1.1111111111rem;
  }
}

.contents-wrapper {
  position: relative;
}

.HomeWorks {
  padding-top: 8.3233333333rem;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .HomeWorks {
    padding-top: 6.8888888889rem;
  }
}
.HomeWorks .contents .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-transform: uppercase;
  letter-spacing: -0.009em;
  line-height: 0.77;
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .title {
    justify-content: flex-start;
  }
}
.HomeWorks .contents .title > * {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .title > * {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.HomeWorks .contents .title .bigger {
  font-size: 6.9222222222rem;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .title .bigger {
    font-size: 3.0455555556rem;
  }
}
.HomeWorks .contents .title .smaller {
  font-size: 6.5555555556rem;
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .title .smaller {
    font-size: 3.0455555556rem;
  }
}
.HomeWorks .contents .items {
  margin-top: 11.3333333333rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.9027777778rem;
  column-gap: 0.1111111111rem;
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .items {
    margin-top: 2.2222222222rem;
    row-gap: 1.1111111111rem;
  }
}
.HomeWorks .contents .items .item {
  width: calc(50% - 0.0555555556rem);
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .items .item {
    width: 100%;
  }
}
.HomeWorks .contents .items .item .item-card .media-wrapper {
  padding-bottom: 49.784%;
  position: relative;
  overflow: hidden;
}
.HomeWorks .contents .items .item .item-card .media-wrapper .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  width: 100% !important;
  height: 100% !important;
}
.HomeWorks .contents .items .item .item-card .media-wrapper .media img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.HomeWorks .contents .items .item .item-card .title-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 0.6111111111rem;
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .items .item .item-card .title-wrapper {
    margin-top: 0.2644444444rem;
    justify-content: flex-end;
    padding-right: 2.0555555556rem;
  }
}
.HomeWorks .contents .items .item .item-card .title-wrapper .item-title {
  white-space: nowrap;
  font-size: 1.0561111111rem;
  color: #e62176;
  text-transform: uppercase;
  position: relative;
  line-height: 0.78;
  transition: margin 0.3s;
}
@media all and (max-width: 1440px) {
  .HomeWorks .contents .items .item .item-card .title-wrapper .item-title {
    font-size: 1.1666666667rem;
  }
}
@media all and (max-width: 1280px) {
  .HomeWorks .contents .items .item .item-card .title-wrapper .item-title {
    font-size: 1.2222222222rem;
  }
}
@media all and (max-width: 1133px) {
  .HomeWorks .contents .items .item .item-card .title-wrapper .item-title {
    font-size: 1.2777777778rem;
  }
}
@media all and (max-width: 1023px) {
  .HomeWorks .contents .items .item .item-card .title-wrapper .item-title {
    font-size: 1.9444444444rem;
  }
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .items .item .item-card .title-wrapper .item-title {
    font-size: 1rem;
  }
}
.HomeWorks .contents .items .item .item-card .title-wrapper .item-title:before {
  content: " ";
  display: block;
  position: absolute;
  right: calc(100% + 0.3394444444rem);
  width: 100vw;
  height: 1px;
  background-color: #e62176;
  bottom: 0.25em;
}
.HomeWorks .contents .items .item .item-card:hover .media-wrapper .media img {
  transform: scale(1.05);
}
.HomeWorks .contents .items .item .item-card:hover .title-wrapper .item-title {
  margin-left: 4.4444444444rem;
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .items .item .item-card:hover .title-wrapper .item-title {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .items .item.even .item-card .title-wrapper {
    padding-right: 0;
    padding-left: 2.0555555556rem;
    justify-content: flex-start;
  }
}
.HomeWorks .contents .items .item.even .item-card .title-wrapper .item-title:before {
  right: auto;
  left: calc(100% + 0.3394444444rem);
}
.HomeWorks .contents .items .item.even .item-card:hover .title-wrapper .item-title {
  margin-right: 4.4444444444rem;
  margin-left: 0;
}
@media all and (max-width: 767px) {
  .HomeWorks .contents .items .item.even .item-card:hover .title-wrapper .item-title {
    margin-right: 0;
  }
}

.HomeAbout {
  padding-top: 9.8888888889rem;
  overflow-x: hidden;
}
@media all and (max-width: 767px) {
  .HomeAbout {
    padding-top: 4.5555555556rem;
  }
}
.HomeAbout .contents .intro .heading .title {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  letter-spacing: -0.009em;
  line-height: 0.77;
  max-width: 60%;
}
.HomeAbout .contents .intro .heading .title > * {
  display: flex;
  flex-wrap: wrap;
}
.HomeAbout .contents .intro .heading .title .bigger {
  font-size: 6.9222222222rem;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .intro .heading .title .bigger {
    font-size: 3.0455555556rem;
  }
}
.HomeAbout .contents .intro .heading .title .smaller {
  font-size: 6.5555555556rem;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .intro .heading .title .smaller {
    font-size: 3.0455555556rem;
  }
}
.HomeAbout .contents .intro .heading .text-wrapper {
  display: flex;
  align-items: flex-start;
}
.HomeAbout .contents .intro .heading .text-wrapper .spacer {
  margin-top: 1.0555555556rem;
  height: 3.9444444444rem;
  background-color: #e62176;
  border-radius: 5rem;
  width: var(--spacer-width, 0);
  flex-shrink: 0;
}
@media all and (max-width: 1023px) {
  .HomeAbout .contents .intro .heading .text-wrapper .spacer {
    display: none;
  }
}
.HomeAbout .contents .intro .heading .text-wrapper .text {
  padding-left: 1.3333333333rem;
  line-height: 1.128;
  letter-spacing: 0.0533333333rem;
  margin-top: calc(var(--title-last-row-height, 0) * -1);
}
@media all and (max-width: 1440px) {
  .HomeAbout .contents .intro .heading .text-wrapper .text {
    font-size: 1.1666666667rem;
  }
}
@media all and (max-width: 1280px) {
  .HomeAbout .contents .intro .heading .text-wrapper .text {
    font-size: 1.2222222222rem;
  }
}
@media all and (max-width: 1133px) {
  .HomeAbout .contents .intro .heading .text-wrapper .text {
    font-size: 1.2777777778rem;
  }
}
@media all and (max-width: 1023px) {
  .HomeAbout .contents .intro .heading .text-wrapper .text {
    margin-top: 3.3333333333rem;
    font-size: 1.9444444444rem;
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .intro .heading .text-wrapper .text {
    margin-top: 1.1111111111rem;
    font-size: 0.8888888889rem;
  }
}
.HomeAbout .contents .skills {
  margin-top: 3.0555555556rem;
}
@media all and (max-width: 1023px) {
  .HomeAbout .contents .skills {
    margin-top: 5.5555555556rem;
  }
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .skills {
    margin-top: 6.3333333333rem;
  }
}
.HomeAbout .contents .skills .title {
  text-align: right;
  font-size: 5.5rem;
  line-height: 0.78;
  text-stroke: 1.35px #e62176;
  -webkit-text-stroke: 1.35px #e62176;
  color: transparent;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .skills .title {
    font-size: 3.2222222222rem;
    text-align: left;
  }
}
.HomeAbout .contents .skills .list {
  margin-top: 0.9027777778rem;
  font-size: 3.6666666667rem;
  letter-spacing: -0.03em;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 200;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .skills .list {
    margin-top: 2.5rem;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: -0.02em;
  }
}
.HomeAbout .contents .skills .list .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.25em;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .skills .list .row {
    flex-direction: column;
    gap: 0;
    font-size: inherit !important;
  }
}
.HomeAbout .contents .clients {
  margin-top: 5.5555555556rem;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .clients {
    margin-top: 6.3333333333rem;
  }
}
.HomeAbout .contents .clients .heading {
  display: flex;
  gap: 2.2222222222rem;
  align-items: center;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .clients .heading {
    gap: 0;
  }
}
.HomeAbout .contents .clients .heading .title {
  font-size: 4.1666666667rem;
  font-weight: 900;
  color: #e62176;
  line-height: 0.78;
  flex-grow: 0;
  flex-shrink: 0;
}
.HomeAbout .contents .clients .heading .title .row {
  display: flex;
}
.HomeAbout .contents .clients .heading .title .row .stroke {
  text-stroke: 1.35px #e62176;
  -webkit-text-stroke: 1.35px #e62176;
  color: transparent;
}
.HomeAbout .contents .clients .heading .title > img,
.HomeAbout .contents .clients .heading .title svg {
  width: 29.6666666667rem;
  height: auto;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .clients .heading .title > img,
.HomeAbout .contents .clients .heading .title svg {
    width: 22.1111111111rem;
  }
}
.HomeAbout .contents .clients .heading .line-wrapper {
  flex-grow: 1;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .clients .heading .line-wrapper {
    display: none;
  }
}
.HomeAbout .contents .clients .heading .line-wrapper .line {
  height: 1px;
  background-color: #e62176;
}
.HomeAbout .contents .clients .marquee-wrapper {
  margin-top: 2.7777777778rem;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .clients .marquee-wrapper {
    margin-top: 1.6666666667rem;
  }
}
.HomeAbout .contents .clients .marquee-wrapper .marquee-item {
  padding: 0 0.5555555556rem;
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .clients .marquee-wrapper .marquee-item {
    padding: 0 0.2777777778rem;
  }
}
.HomeAbout .contents .clients .marquee-wrapper .marquee-item img {
  width: auto;
  max-width: 9.1111111111rem;
  height: 9.1111111111rem;
  object-fit: contain;
  /*filter: drop-shadow(0px 1000px 0 color('amarena'));
  transform: translateY(-1000px);*/
}
@media all and (max-width: 1023px) {
  .HomeAbout .contents .clients .marquee-wrapper .marquee-item img {
    max-width: 13.8888888889rem;
    height: 13.8888888889rem;
  }
}
@media all and (max-width: 767px) {
  .HomeAbout .contents .clients .marquee-wrapper .marquee-item img {
    max-width: 11.1111111111rem;
    height: 11.1111111111rem;
  }
}

.HomeContacts {
  padding-top: 6.9444444444rem;
  padding-bottom: 2.6111111111rem;
}
@media all and (max-width: 767px) {
  .HomeContacts {
    padding-top: 4.5555555556rem;
    padding-bottom: 3.3333333333rem;
  }
}
.HomeContacts .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media all and (max-width: 1023px) {
  .HomeContacts .contents {
    align-items: flex-start;
  }
}
@media all and (max-width: 767px) {
  .HomeContacts .contents {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .left-column {
    width: 100%;
  }
}
.HomeContacts .contents .left-column h2 img {
  height: 11.9444444444rem;
  width: auto;
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .left-column h2 img {
    height: 6.6666666667rem;
  }
}
.HomeContacts .contents .left-column .details {
  margin-top: 1.6755555556rem;
  padding-top: 12.5rem;
  padding-left: 8.4927777778rem;
  position: relative;
  font-size: 1.6666666667rem;
  line-height: 1.0666;
  color: #e62176;
}
@media all and (max-width: 1023px) {
  .HomeContacts .contents .left-column .details {
    font-size: 2.2222222222rem;
  }
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .left-column .details {
    padding-top: 4.4444444444rem;
    padding-left: 0;
    font-size: 1.1111111111rem;
    max-width: 13.1666666667rem;
    margin: 1rem auto 0;
  }
}
.HomeContacts .contents .left-column .details:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1.8333333333rem;
  background: url(../media/contacts-location-bg.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 12.5rem, 8.4927777778rem 12.5rem, 8.4927777778rem calc(100% - 1.3888888889rem), 100% calc(100% - 1.3888888889rem), 100% 100%, 0 100%);
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .left-column .details:before {
    clip-path: polygon(0 0, 100% 0, 100% 4.4444444444rem, 0 4.4444444444rem);
    bottom: 0;
    background-position: center;
  }
}
.HomeContacts .contents .left-column .details > * {
  position: relative;
}
.HomeContacts .contents .left-column .details a {
  display: inline;
  transition: color 0.3s;
}
.HomeContacts .contents .left-column .details a:hover {
  color: #FFFFFF;
}
.HomeContacts .contents .left-column .details .title {
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  padding: 0.5555555556rem 0 0 0;
}
@media all and (max-width: 1023px) {
  .HomeContacts .contents .left-column .details .title {
    padding-bottom: 0.5555555556rem;
  }
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .left-column .details .title {
    padding: 0.2777777778rem 0 0 0;
  }
}
.HomeContacts .contents .left-column .details .details-list {
  display: block;
  list-style: none;
  font-size: 0.8666em;
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .left-column .details .details-list {
    padding-bottom: 1.3333333333rem;
    font-size: 1em;
  }
}
.HomeContacts .contents .left-column .details .details-list li {
  display: block;
}
.HomeContacts .contents .left-column .details .details-list li a {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .left-column .details .details-list li .pipe {
    display: block;
  }
}
.HomeContacts .contents .left-column .details .details-list li .pipe:before {
  content: " | ";
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .left-column .details .details-list li .pipe:before {
    display: none;
  }
}
.HomeContacts .contents .left-column .details .socials {
  margin-top: 1.3888888889rem;
  display: flex;
  list-style: none;
  gap: 1em;
  font-size: 1.3em;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .left-column .details .socials {
    margin-top: 0.74rem;
    font-size: 2.15em;
    align-items: center;
    justify-content: center;
  }
}
.HomeContacts .contents .right-column {
  width: 46.1111111111rem;
}
@media all and (max-width: 1023px) {
  .HomeContacts .contents .right-column {
    width: 41.6666666667rem;
  }
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .right-column {
    width: 100%;
    margin-top: 6.2777777778rem;
  }
}
.HomeContacts .contents .right-column .title-mobile {
  display: none;
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .right-column .title-mobile {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .right-column .title-mobile img {
    height: 5rem;
    width: auto;
  }
}
.HomeContacts .contents .right-column .texts-wrapper {
  position: relative;
  padding: 3.1111111111rem 0 9.7222222222rem 2.0555555556rem;
}
@media all and (max-width: 1023px) {
  .HomeContacts .contents .right-column .texts-wrapper {
    padding: 3.1111111111rem 0 8.8888888889rem 3.1111111111rem;
  }
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .right-column .texts-wrapper {
    padding: 0;
    margin-top: 2.7222222222rem;
  }
}
.HomeContacts .contents .right-column .texts-wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 1.9444444444rem;
  background: var(--img);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 0.8333333333rem 0, 0.8333333333rem calc(100% - 9.7222222222rem), 100% calc(100% - 9.7222222222rem), 100% 100%, 0 100%);
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .right-column .texts-wrapper:before {
    display: none;
  }
}
.HomeContacts .contents .right-column .texts-wrapper > * {
  position: relative;
}
.HomeContacts .contents .right-column .texts-wrapper .texts {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.7222222222rem;
}
@media all and (max-width: 1280px) {
  .HomeContacts .contents .right-column .texts-wrapper .texts {
    row-gap: 1.3888888889rem;
  }
}
@media all and (max-width: 1023px) {
  .HomeContacts .contents .right-column .texts-wrapper .texts {
    row-gap: 1.9444444444rem;
  }
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .right-column .texts-wrapper .texts {
    row-gap: 2.7777777778rem;
  }
}
.HomeContacts .contents .right-column .texts-wrapper .texts .text {
  width: 50%;
  padding-bottom: 1em;
  padding-right: 1.7222222222rem;
  font-size: 1.1111111111rem;
  color: #e62176;
  text-transform: uppercase;
  line-height: 1.1;
}
@media all and (max-width: 1280px) {
  .HomeContacts .contents .right-column .texts-wrapper .texts .text {
    font-size: 1.1666666667rem;
  }
}
@media all and (max-width: 1133px) {
  .HomeContacts .contents .right-column .texts-wrapper .texts .text {
    font-size: 1.2222222222rem;
  }
}
@media all and (max-width: 1023px) {
  .HomeContacts .contents .right-column .texts-wrapper .texts .text {
    width: 100%;
    padding-right: 0;
    font-size: 1.9444444444rem;
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .HomeContacts .contents .right-column .texts-wrapper .texts .text {
    font-size: 1.1111111111rem;
  }
}
.HomeContacts .contents .right-column .texts-wrapper .texts .text a {
  color: white;
  text-transform: none;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  transition: color 0.3s;
}
.HomeContacts .contents .right-column .texts-wrapper .texts .text a:hover {
  color: #e62176;
}

.Work {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  z-index: 1001;
  padding: 3.0277777778rem 1.5138888889rem;
  pointer-events: none;
  overflow: auto;
}
@media all and (max-width: 767px) {
  .Work {
    background: rgba(230, 33, 118, 0.7);
    padding: 0;
    overflow: hidden;
  }
  .Work:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    pointer-events: none;
  }
}
.Work.visible {
  pointer-events: auto;
}
.Work .work-box {
  background: black radial-gradient(50% 50% at 80.01% 19.99%, rgba(232, 53, 122, 0.184) 0%, rgba(232, 53, 122, 0) 100%);
  background-attachment: fixed;
}
@media all and (max-width: 767px) {
  .Work .work-box {
    position: absolute;
    top: 3.7222222222rem;
    left: 1.2222222222rem;
    right: 1.2222222222rem;
    bottom: 4.3888888889rem;
    overflow: auto;
  }
}
@media all and (max-width: 767px) {
  .Work .work-box .w {
    padding: 0 0.8888888889rem;
  }
}
.Work .work-box .work-content .work-header {
  height: 5.9444444444rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-header {
    display: none;
  }
}
.Work .work-box .work-content .work-header .close {
  width: 3.5555555556rem;
  display: flex;
  cursor: pointer;
  background-color: transparent;
}
.Work .work-box .work-content .work-header .close svg {
  width: 100%;
  height: auto;
}
.Work .work-box .work-content .work-header .close svg [tostroke] {
  transition: all 0.3s;
}
.Work .work-box .work-content .work-header .close:hover svg [tostroke] {
  stroke: #FFFFFF;
}
.Work .work-box .work-content .work-body .main-media {
  position: relative;
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .main-media {
    margin: 0 -0.8888888889rem;
  }
}
.Work .work-box .work-content .work-body .work-title {
  display: flex;
  align-items: center;
  padding: 2.7777777778rem 0;
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-title {
    padding: 3.3333333333rem 0 2.5rem;
  }
}
.Work .work-box .work-content .work-body .work-title .work-title-text {
  padding-right: 1.1111111111rem;
  font-size: 2.3333333333rem;
  line-height: 0.89;
  font-weight: 400;
  white-space: nowrap;
  color: #e62176;
  text-transform: uppercase;
  flex-shrink: 0;
  flex-grow: 0;
}
@media all and (max-width: 1023px) {
  .Work .work-box .work-content .work-body .work-title .work-title-text {
    font-size: 3.3333333333rem;
  }
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-title .work-title-text {
    font-size: 1.3333333333rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 0.4em;
  }
}
.Work .work-box .work-content .work-body .work-title .work-title-text .client-name {
  font-weight: 900;
}
.Work .work-box .work-content .work-body .work-title .work-categories {
  flex-grow: 1;
  position: relative;
}
.Work .work-box .work-content .work-body .work-title .work-categories .line-wrapper {
  display: block;
  height: 1px;
  position: relative;
}
.Work .work-box .work-content .work-body .work-title .work-categories .line-wrapper .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e62176;
  width: 0%;
}
.Work .work-box .work-content .work-body .work-title .work-categories ul {
  font-size: 1.6666666667rem;
  line-height: 0.89;
  display: flex;
  list-style: none;
  white-space: nowrap;
  position: absolute;
  top: -0.6111111111rem;
  right: 0;
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: -0.03em;
  font-style: italic;
  gap: 0.25em;
}
@media all and (max-width: 1023px) {
  .Work .work-box .work-content .work-body .work-title .work-categories ul {
    font-size: 1.9444444444rem;
  }
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-title .work-categories ul {
    display: none;
  }
}
.Work .work-box .work-content .work-body .work-title .work-categories ul li:nth-child(even) {
  color: #e62176;
}
.Work .work-box .work-content .work-body .work-columns {
  display: flex;
  padding-bottom: 3.3333333333rem;
}
@media all and (max-width: 1023px) {
  .Work .work-box .work-content .work-body .work-columns {
    flex-direction: column;
  }
}
.Work .work-box .work-content .work-body .work-columns .left-column {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 3.3333333333rem;
  display: flex;
  flex-direction: column;
  row-gap: 3.3333333333rem;
}
@media all and (max-width: 1023px) {
  .Work .work-box .work-content .work-body .work-columns .left-column {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3.3333333333rem;
  }
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-columns .left-column {
    margin-bottom: 1.6666666667rem;
  }
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-description {
  font-size: 1.1111111111rem;
  line-height: 1.3;
  padding-bottom: 3.3333333333rem;
}
@media all and (max-width: 1280px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-description {
    font-size: 1.2222222222rem;
  }
}
@media all and (max-width: 1133px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-description {
    font-size: 1.2777777778rem;
  }
}
@media all and (max-width: 1023px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-description {
    font-size: 1.9444444444rem;
  }
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-description {
    font-size: 1rem;
    padding-bottom: 0rem;
  }
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links {
  list-style: none;
  display: flex;
  gap: 1.1111111111rem;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-links {
    display: none;
  }
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link {
  padding: 0.4166666667rem 1.1666666667rem;
  border: 1px solid #FFFFFF;
  border-radius: 2.7777777778rem;
  font-size: 0.8333333333rem;
  line-height: 0.89;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media all and (max-width: 1440px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link {
    font-size: 0.9444444444rem;
  }
}
@media all and (max-width: 1280px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link {
    font-size: 1rem;
  }
}
@media all and (max-width: 1133px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link {
    font-size: 1.0555555556rem;
  }
}
@media all and (max-width: 1023px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link {
    font-size: 1.2222222222rem;
  }
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link {
    font-size: 1rem;
  }
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link .icon {
  margin-right: 1em;
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link .icon svg {
  height: 1em;
  width: auto;
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link .icon svg [tostroke],
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link .icon svg [tofill] {
  transition: all 0.3s;
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link .icon svg [tostroke] {
  stroke: #FFFFFF;
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link .icon svg [tofill] {
  fill: #FFFFFF;
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link:hover {
  color: #e62176;
  border-color: #e62176;
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link:hover svg [tostroke] {
  stroke: #e62176;
}
.Work .work-box .work-content .work-body .work-columns .left-column .work-links li .work-link:hover svg [tofill] {
  fill: #e62176;
}
.Work .work-box .work-content .work-body .work-columns .right-column {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  column-gap: 0.1111111111rem;
}
@media all and (max-width: 1023px) {
  .Work .work-box .work-content .work-body .work-columns .right-column {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-columns .right-column {
    column-gap: 0;
    row-gap: 1.6666666667rem;
    flex-direction: column;
  }
}
.Work .work-box .work-content .work-body .work-columns .right-column .gallery {
  width: calc(50% - 0.0555555556rem);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-columns .right-column .gallery {
    width: 100%;
    row-gap: 1.6666666667rem;
  }
}
.Work .work-box .work-content .work-body .work-columns .right-column .gallery .gallery-item {
  margin-bottom: 0.1111111111rem;
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-columns .right-column .gallery .gallery-item {
    margin-bottom: 0;
  }
}
.Work .work-box .work-content .work-body .work-columns .right-column .gallery .gallery-item:last-child {
  margin-bottom: 0;
}
.Work .work-box .work-content .work-body .work-columns .right-column .gallery .gallery-spacer {
  height: calc(var(--space-desktop) / 18 * 1rem);
}
@media all and (max-width: 767px) {
  .Work .work-box .work-content .work-body .work-columns .right-column .gallery .gallery-spacer {
    height: calc(var(--space-mobile) / 18 * 1rem);
  }
}
.Work .mobile-footer {
  display: none;
}
@media all and (max-width: 767px) {
  .Work .mobile-footer {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.Work .mobile-footer .close {
  width: 3.3333333333rem;
  display: flex;
  cursor: pointer;
  background-color: transparent;
}
.Work .mobile-footer .close svg {
  width: 100%;
  height: auto;
}
.Work .mobile-footer .close svg [tostroke] {
  transition: all 0.3s;
}
.Work .mobile-footer .close:hover svg [tostroke] {
  stroke: #FFFFFF;
}

.Text {
  padding: 2.7777777778rem 0 3.8888888889rem;
}
@media all and (max-width: 767px) {
  .Text {
    padding: 1.3888888889rem 0 2.7777777778rem;
  }
}
.Text .contents .title {
  font-size: 5.5rem;
  line-height: 0.89;
  margin-bottom: 2.7777777778rem;
  text-stroke: 1.35px #e62176;
  -webkit-text-stroke: 1.35px #e62176;
  color: transparent;
}
@media all and (max-width: 767px) {
  .Text .contents .title {
    font-size: 3.2222222222rem;
    margin-bottom: 1.3888888889rem;
  }
}
.Text .contents .text {
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
