

/* Start:/local/templates/rpfm/build/bundle.css?176397951854427*/
*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.14 | 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: #e5e7eb; /* 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
html {
  font-size: 14px;
  cursor: default;
}

body {
  position: relative;
  color: #eee;
  background-color: #111416;
  font-family: "PF BeauSans Pro", Inter, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.color-primary {
  color: #f4b02b;
}

.color-gold {
  background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, 0.3));
  animation: color-gold-effect 6s ease-in-out infinite paused;
}
.color-gold:hover {
  animation-play-state: running;
}

img[data-lazy] {
  filter: blur(0px);
}

article:hover > img[data-lazy] {
  filter: blur(0px);
}

.age-access,
.message-info {
  display: inline-block;
  padding: 2px 6px;
  line-height: 22px;
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  vertical-align: top;
}

.age-access {
  font-family: "Micra", Inter, Helvetica, Arial, sans-serif;
  color: #e74c3c;
  border-color: #e74c3c;
}

.message-info {
  color: #3498db;
  border-color: #3498db;
}

@keyframes color-gold-effect {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.font-heading {
  font-family: "Micra", Inter, Helvetica, Arial, sans-serif;
}
.header {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 260px;
  transition: all 0.2s;
  border-radius: 12px;
  will-change: filter;
  backface-visibility: hidden;
}
.header__logo:hover {
  filter: grayscale(1);
}
.header__logo:active {
  filter: grayscale(1) contrast(1.5);
}
.header__sidebar {
  display: flex;
  flex-direction: column;
}
.header__menu {
  display: flex;
  width: 100%;
  align-items: center;
  row-gap: 4px;
  flex-wrap: wrap;
}
.header__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  opacity: 0.8;
  border-radius: 10px;
  transition: all 0.2s;
}
.header__link_bordered {
  border: 1px solid transparent;
}
.header__link::after {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-radius: 8px;
  transition: all 0.2s;
  z-index: -1;
  content: "";
}
.header__link:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.2);
}
.header__link:focus-visible, .header__link:active {
  opacity: 1;
  border-color: rgba(244, 176, 43, 0.75);
  box-shadow: 0 0 0 1px rgba(244, 176, 43, 0.75);
  outline: none;
}
.header__menu__item_active .header__link {
  opacity: 1;
  color: #f4b02b;
}

@media not ((min-width: 1024px)) {
  .header__sidebar {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    bottom: 0;
    justify-content: space-evenly;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.82);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    transform: translateX(0);
    overflow: auto;
    transition: transform 0.5s;
    will-change: transform;
    z-index: 30;
  }
  .header__sidebar .header__menu {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.75rem;
  }
  .header_sidebar-show .header__sidebar {
    transform: translateX(100%);
  }
}
.logo-play {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  z-index: 0;
}
.logo-play__btn {
  border-radius: 16px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}
.logo-play[data-status=play] .logo-play__toggle {
  color: #ebd887;
}
.logo-play[data-status=play] .logo-play__toggle__play {
  display: none;
}
.logo-play[data-status=play] .logo-play__toggle__pause {
  display: block;
}
.logo-play__toggle__pause {
  display: none;
}
.logo-play__logo {
  display: flex;
  justify-content: center;
  color: white;
}
.pointer {
  position: relative;
  overflow: hidden;
}
.pointer_abs {
  position: absolute;
}
.pointer:hover .pointer-effect {
  transition: transform 0.25s, opacity 0.5s, filter 0.25s;
}
.pointer:active .pointer-effect {
  filter: blur(5px) contrast(1.25);
  transform: scale(2.5);
}
.pointer .pointer-effect {
  height: auto;
  min-width: 80%;
  padding-bottom: 100%;
}

.pointer-effect {
  position: absolute;
  width: 52px;
  height: 52px;
  background: radial-gradient(circle at center, rgba(244, 176, 43, 0.4) 50%, transparent 100%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.15);
  transition: transform 1.2s, opacity 1.2s, filter 0.2s;
  filter: blur(20px) contrast(0.75);
  z-index: 0;
}
.pointer-effect._visible {
  opacity: 1;
  transform: scale(1);
}
.pagination {
  position: relative;
  text-align: center;
}
.pagination-delimiter {
  margin: 3rem 0;
  font-family: "Micra", Inter, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  opacity: 0.5;
}
.pagination__pages {
  display: inline-flex;
  padding: 4px;
  font-family: "Micra", Inter, Helvetica, Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  max-width: 100%;
  overflow: auto;
}
.pagination__pages .first.disabled,
.pagination__pages .last.disabled {
  display: none;
}
.pagination__pages .last,
.pagination__pages .first {
  display: flex;
  align-items: center;
}
.pagination__pages .first::after,
.pagination__pages .last::before {
  margin: 0 8px;
  opacity: 0.5;
  content: "/";
}
.pagination__pages > li > a {
  display: block;
  padding: 8px;
  min-width: 42px;
  text-align: center;
  border-radius: 6px;
  transition: all 0.2s;
}
.pagination__pages > li > a:hover {
  background-color: #222;
}
.pagination__pages > li > a:active {
  color: #f4b02b;
}
.pagination__active > a {
  color: #f4b02b;
}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
.form {
  position: relative;
}
.form__error {
  margin-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.form__response {
  display: none;
  font-family: "Micra", Inter, Helvetica, Arial, sans-serif;
  border-radius: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.form__response_success {
  background-color: rgb(34 197 94 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.form[data-status="1"] .form__response_success {
  display: block;
}
@font-face {
  font-family: "PF BeauSans Pro";
  src: url("/local/templates/rpfm/build/../fonts/PFBeauSansPro-Regular.woff2") format("woff2"), url("/local/templates/rpfm/build/../fonts/PFBeauSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF BeauSans Pro";
  src: url("/local/templates/rpfm/build/../fonts/PFBeauSansPro-Bold.woff2") format("woff2"), url("/local/templates/rpfm/build/../fonts/PFBeauSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Micra";
  src: url("/local/templates/rpfm/build/../fonts/Micra-Bold.woff2") format("woff2"), url("/local/templates/rpfm/build/../fonts/Micra-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Micra";
  src: url("/local/templates/rpfm/build/../fonts/Micra.woff2") format("woff2"), url("/local/templates/rpfm/build/../fonts/Micra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.input {
  display: block;
  width: 100%;
  padding: 8px 18px;
  color: #111;
  border: 1px solid #bbb;
  background-color: white;
  border-radius: 8px;
  transition: all 0.2s;
}
.input:focus {
  outline: none;
  border-color: #555;
  box-shadow: 0 0 0 3px rgba(244, 176, 43, 0.5);
}
.input_dark {
  color: white;
  background-color: #313539;
}
.input_dark:focus {
  border-color: white;
}

.checkbox {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #bbb;
  background-color: white;
  border-radius: 8px;
  vertical-align: middle;
  transition: all 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox:hover, .checkbox:focus {
  border-color: #222;
  box-shadow: 0 0 0 3px rgba(244, 176, 43, 0.5);
  outline: none;
}
.checkbox:checked {
  border-color: #222;
}
.checkbox:checked::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 4px;
  background-color: #111;
  content: "";
}
.track__body {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  transition: background-color 0.2s;
  border-radius: 10px;
  z-index: 1;
}
.track + .track {
  margin-top: 24px;
}
.track__cover {
  position: relative;
}
.track__cover__btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.track__cover .track__btn {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.track__artist {
  opacity: 0.55;
}
.track__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  min-width: 44px;
  background: none;
  border: 1px solid transparent;
  outline: none;
  opacity: 0.7;
  color: black;
  border-radius: 12px;
  transition: all 0.5s;
  z-index: 0;
}
.track__btn:hover {
  opacity: 1;
  background-color: rgba(244, 176, 43, 0.2);
}
.track__btn:active {
  background-color: rgba(244, 176, 43, 0.4);
}
.track__btn svg {
  transition: all 0.2s;
}
.track__vote path {
  transition: all 0.4s;
}
.track__vote[data-votes]::after {
  margin-top: 0.125rem;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
  content: attr(data-votes);
}
.track__voted path[fill-opacity="0"] {
  color: #f4b02b;
  fill-opacity: 0.5;
}
.track__image {
  display: block;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.track__image_null {
  padding-bottom: 100%;
  background: #eee center/64% no-repeat url("/img/no-cover.svg");
}
.track[data-status=play] .track__body {
  background-color: rgba(244, 176, 43, 0.15);
}
.track[data-status=play] .track__image {
  box-shadow: 0 0 38px rgba(244, 176, 43, 0.5);
}
.track[data-status=play] .track__toggle__play {
  display: none;
}
.track[data-status=play] .track__toggle__pause {
  display: block;
}
.track__toggle__pause {
  display: none;
}
.track[data-status=load] .track__toggle svg {
  opacity: 0;
}
.track[data-status=load] .track__toggle:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: white;
  border-left-color: white;
  background-color: rgba(0, 0, 0, 0.75);
  outline: 2px solid rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  animation: load-spinner 400ms linear infinite;
  content: "";
}
.burger-icon {
  display: flex;
  flex-direction: column;
  width: 34px;
}
.burger-icon span {
  border-radius: 10px;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.burger-icon span:nth-of-type(1) {
  width: 50%;
}
.burger-icon span:nth-of-type(2) {
  width: 100%;
}
.burger-icon span:nth-of-type(3) {
  width: 75%;
}
.-active .burger-icon span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(4px, 0px);
}
.-active .burger-icon span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.-active .burger-icon span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(15px, -5px) rotatez(45deg);
}
.btn {
  position: relative;
  display: inline-flex;
  padding: 8px 18px;
  border: 1px solid transparent;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(244, 176, 43, 0.75);
}
.btn:not(.pointer):hover {
  background-color: rgba(244, 176, 43, 0.1);
}
.btn:not(.pointer):active {
  background-color: rgba(244, 176, 43, 0.2);
}
.btn_fill.btn_dark {
  color: white;
  background-color: #111;
}
.btn_fill.btn_dark:hover, .btn_fill.btn_dark:focus {
  color: #f4b02b;
  background-color: #111;
}
.btn_fill.btn_dark:active {
  color: white;
  background-color: #333;
}
.btn_outline {
  border-color: currentColor;
}
.btn_outline.btn_light {
  border-color: rgba(255, 255, 255, 0.3);
}
.btn_outline.btn_light:hover, .btn_outline.btn_light:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.btn_outline.btn_light:active {
  border-color: white;
}
.btn_outline.btn_dark {
  border-color: rgba(0, 0, 0, 0.3);
}
.btn_outline.btn_dark:hover, .btn_outline.btn_dark:focus {
  border-color: rgba(0, 0, 0, 0.5);
}
.btn_outline.btn_dark:active {
  border-color: black;
}
.x-app__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.x-app__bg::after, .x-app__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
.x-app__bg::before {
  background-color: #111416;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0)), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(36, 36, 36));
  background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
  background-position: 0 0, 0 0, 5px 5px, 0 0;
}
.x-app__bg::after {
  position: fixed;
  background-image: linear-gradient(109.6deg, transparent 2%, rgba(255, 215, 0, 0.15) 20%, transparent 60%);
  opacity: 0.5;
}
.card {
  position: relative;
}
.card_poster .card__title {
  font-weight: 600;
}
.card_poster .card__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 1.25rem;
  color: white;
  font-size: 1.02rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  border-radius: 0 0 10px 10px;
}
.card_album {
  color: #323539;
  background-color: white;
  border-radius: 10px;
}
.card_album .track:not(:last-child) {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}
.card_album .track__toggle svg {
  width: 28px;
  height: 28px;
}
.card_album .track__cover {
  width: 44px;
  height: 44px;
}
.card_album .track__image {
  display: none;
}
.card_album .track__body {
  gap: 12px;
}
.card_album .track__duration {
  display: none;
}
.card__image {
  border-radius: 10px;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.card__cover {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.card__cover .card__image {
  border-radius: 0;
  background-color: #111;
}
.card__cover__link {
  transition: all 0.2s;
}
.card__cover__link::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.2s;
  content: "";
}
.card__cover__link:hover::after {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -8px 24px rgba(0, 0, 0, 0.15);
}
.card__link::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  outline: 2px solid transparent;
  transition: background 0.2s, box-shadow 0.5s;
  content: "";
}
.card__link:hover::after {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 80px rgba(244, 176, 43, 0.7);
}
.card__link:active::after {
  outline-color: #f4b02b;
}
.footer {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1), transparent);
}
.breadcrumb__nav {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb__item:not(:last-child)::after {
  margin: 0 1.5rem;
  opacity: 0.5;
  content: "|";
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
.article_card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  border-radius: 12px;
}
.article__image {
  width: 100%;
  border-radius: 12px;
}
.article__body {
  padding: 1.25rem;
}
.article__unbody {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.article__text {
  font-size: 1.1rem;
  word-wrap: break-word;
}
.article__text p:not(:last-child),
.article__text ul:not(:last-child) {
  margin-bottom: 1.5rem;
}
.article__text a:not(.btn) {
  text-decoration: underline;
}
.article__text ul {
  list-style: disc;
  padding-left: 2rem;
}
.article__text ul > li + li {
  margin-top: 0.5rem;
}
.article__text iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.article__text .column-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.article__text .column-links a {
  margin: 0;
}

@media ((min-width: 768px)) {
  .article__body {
    padding: 2.5rem;
  }
  .article__unbody {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s;
  opacity: 0;
  z-index: 5;
}
.loader-parent:not(body) {
  position: relative;
  overflow: hidden;
}
.loader-parent:not(body) * {
  pointer-events: none;
}
.loader::after, .loader::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.loader::before {
  background-color: currentColor;
  filter: invert(1);
  opacity: 0.5;
}
.loader::after {
  width: 28px;
  height: 28px;
  margin: auto;
  border: 3px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin-loader 0.75s linear infinite paused;
}
.loader_visible {
  opacity: 1;
}
.loader_visible::after {
  animation-play-state: running;
}

body.loader-parent > .loader {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.85);
}
body.loader-parent > .loader::after {
  width: 64px;
  height: 64px;
  border-top-width: 2px;
}

@keyframes spin-loader {
  to {
    transform: rotate(360deg);
  }
}
.audio-player {
  --cover-size: 72px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.58);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: white;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.2), 0 -5px 32px -4px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
  white-space: nowrap;
  backface-visibility: hidden;
  z-index: 20;
}
.audio-player__body {
  position: relative;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.audio-player__controls {
  display: flex;
  align-items: center;
  gap: 5px;
}
.audio-player__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 52px;
  min-width: 52px;
  padding: 8px;
  border: none;
  color: inherit;
  transition: background-color 0.2s, color 0.2s, transform 0.25s, opacity 0.25s;
  background: center no-repeat transparent;
  vertical-align: top;
  cursor: pointer;
}
.audio-player__btn svg {
  transition: opacity 0.2s;
}
.audio-player__btn::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  transition: inherit;
  content: "";
}
.audio-player__btn:hover::after {
  background-color: rgba(244, 176, 43, 0.15);
}
.audio-player__btn:active::after {
  transform: scale(0.84);
}
.audio-player__cover {
  position: relative;
  margin-top: -24px;
  width: var(--cover-size);
  height: var(--cover-size);
  flex-shrink: 0;
  border-radius: 8px;
  background: center/cover no-repeat;
  transform-origin: left bottom;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  z-index: 1;
}
.audio-player__cover.empty {
  background-color: #eee;
  background-image: url("/local/templates/rpfm/img/no-cover.svg");
  background-size: 60%;
}
.audio-player__cover:not(.empty) {
  cursor: pointer;
}
.audio-player__cover:not(.empty):hover {
  filter: contrast(1.2);
}
.audio-player__cover._zoom {
  transform: scale(4);
  border-radius: 4px;
}
.audio-player.is-loading .audio-player__toggle svg {
  animation: toggle-spinner 200ms linear infinite alternate;
}
.audio-player__prev {
  transform: translateX(12px);
}
.audio-player__next {
  transform: translateX(-12px);
}
.audio-player__prev, .audio-player__next {
  opacity: 0;
  visibility: hidden;
}
.audio-player:not(.audio-player_single) .audio-player__time,
.audio-player:not(.audio-player_single) .audio-player__progress {
  display: none;
}
.audio-player_single .audio-player__set-station {
  opacity: 0.5;
}
.audio-player_single .track-position {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.audio-player_single.audio-player_playlist .audio-player__prev,
.audio-player_single.audio-player_playlist .audio-player__next {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.audio-player__mute path {
  transition: fill-opacity 0.4s;
}
.audio-player[data-volume="0"] .audio-player__vol0 ~ path {
  fill-opacity: 0.2;
}
.audio-player[data-volume="1"] .audio-player__vol1 ~ path {
  fill-opacity: 0.2;
}
.audio-player[data-volume="2"] .audio-player__vol2 ~ path {
  fill-opacity: 0.2;
}
.audio-player[data-volume="3"] .audio-player__vol3 {
  fill-opacity: 0.2;
}
.audio-player[data-status=play] .audio-player__toggle__play {
  display: none;
}
.audio-player[data-status=play] .audio-player__toggle__pause {
  display: block;
}
.audio-player__toggle__pause {
  display: none;
}
.audio-player__track {
  display: flex;
  align-items: center;
}
.audio-player__song, .audio-player__artist {
  display: block;
  max-width: 420px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.audio-player__song:empty, .audio-player__artist:empty {
  display: none;
}
.audio-player__artist {
  opacity: 0.5;
}
.audio-player__info {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.25;
}
.audio-player__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-indent: -999px;
  overflow: hidden;
  z-index: 2;
}
.audio-player__link ~ span {
  text-decoration: underline;
}
.audio-player__link:hover ~ span, .audio-player__link:focus ~ span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.audio-player__progress {
  display: flex;
  position: absolute;
  top: -18px;
  left: calc(var(--cover-size) - 1px);
  right: 0;
  align-items: center;
  height: 32px;
}
.audio-player__progress:active .audio-player__progress__fill,
.audio-player__progress:active .audio-player__progress__buffer {
  transition: none;
}
.audio-player__progress__fill, .audio-player__progress__buffer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  height: 5px;
  margin: auto;
  transition: width 0.1s;
  z-index: -1;
}
.audio-player__progress__fill {
  background-color: #f4b02b;
  box-shadow: 0 -2px 6px -1px #f4b02b;
}
.audio-player__progress__buffer {
  background-color: #333;
}
.audio-player__progress__range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: transparent;
  cursor: col-resize;
  overflow: hidden;
}
.audio-player__progress__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 0;
}
.audio-player__progress__range::-moz-range-thumb {
  border: none;
  width: 0;
}
.audio-player__volume {
  position: relative;
}
.audio-player__volume__range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  cursor: col-resize;
  overflow: hidden;
}
.audio-player__volume__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  box-shadow: -120px 0 0 120px white;
}
.audio-player__volume__range::-moz-range-thumb {
  border: none;
  width: 0;
  box-shadow: -120px 0 0 120px white;
}

.app-player-promo {
  position: fixed;
  top: 60px;
  right: 10px;
  width: 30%;
  font-size: 14px;
  max-width: 360px;
  min-width: 140px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 45px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  z-index: 9;
}
.app-player-promo .promo-body,
.app-player-promo .promo-image {
  opacity: 0.9;
  background: white;
  transition: opacity 0.3s;
}
.app-player-promo .promo-image:hover {
  opacity: 1;
}
.app-player-promo .promo-title {
  font-size: 1.15rem;
}
.app-player-promo .promo-body {
  padding: 5px 10px;
  word-wrap: break-word;
  font-size: 0.95em;
}
.app-player-promo .promo-body .link-image {
  display: block;
  margin-bottom: 5px;
}
.app-player-promo .promo-body a {
  text-decoration: underline;
}
.app-player-promo p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .app-player-promo .promo-body {
    font-size: 12px;
    line-height: 1.25em;
  }
  .app-player-promo .promo-title {
    font-size: 1em;
    line-height: 1.25em;
  }
}
@keyframes load-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes toggle-spinner {
  100% {
    transform: scale(1.2);
  }
}
@media not ((min-width: 640px)) {
  .audio-player__body {
    padding: 8px 0;
  }
  .audio-player__cover {
    margin-top: -14px;
  }
  .audio-player__info {
    position: absolute;
    top: 0;
    left: var(--cover-size);
    right: 24px;
    padding: 12px;
    opacity: 0.5;
    font-size: 12px;
  }
}
.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
    }
}
.pointer-events-none {
    pointer-events: none
}
.visible {
    visibility: visible
}
.static {
    position: static
}
.fixed {
    position: fixed
}
.absolute {
    position: absolute
}
.relative {
    position: relative
}
.inset-0 {
    inset: 0px
}
.bottom-0 {
    bottom: 0px
}
.bottom-3 {
    bottom: 0.75rem
}
.bottom-4 {
    bottom: 1rem
}
.left-0 {
    left: 0px
}
.left-3 {
    left: 0.75rem
}
.left-4 {
    left: 1rem
}
.right-0 {
    right: 0px
}
.top-0 {
    top: 0px
}
.top-3 {
    top: 0.75rem
}
.top-4 {
    top: 1rem
}
.z-10 {
    z-index: 10
}
.z-40 {
    z-index: 40
}
.order-1 {
    order: 1
}
.float-right {
    float: right
}
.-m-5 {
    margin: -1.25rem
}
.m-auto {
    margin: auto
}
.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}
.mx-auto {
    margin-left: auto;
    margin-right: auto
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}
.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}
.-mr-3 {
    margin-right: -0.75rem
}
.-mt-3 {
    margin-top: -0.75rem
}
.mb-1 {
    margin-bottom: 0.25rem
}
.mb-10 {
    margin-bottom: 2.5rem
}
.mb-16 {
    margin-bottom: 4rem
}
.mb-2 {
    margin-bottom: 0.5rem
}
.mb-3 {
    margin-bottom: 0.75rem
}
.mb-4 {
    margin-bottom: 1rem
}
.mb-5 {
    margin-bottom: 1.25rem
}
.mb-6 {
    margin-bottom: 1.5rem
}
.mb-8 {
    margin-bottom: 2rem
}
.ml-5 {
    margin-left: 1.25rem
}
.ml-auto {
    margin-left: auto
}
.mr-2 {
    margin-right: 0.5rem
}
.mr-5 {
    margin-right: 1.25rem
}
.mr-auto {
    margin-right: auto
}
.mt-1 {
    margin-top: 0.25rem
}
.mt-10 {
    margin-top: 2.5rem
}
.mt-16 {
    margin-top: 4rem
}
.mt-2 {
    margin-top: 0.5rem
}
.mt-5 {
    margin-top: 1.25rem
}
.mt-6 {
    margin-top: 1.5rem
}
.mt-8 {
    margin-top: 2rem
}
.block {
    display: block
}
.inline-block {
    display: inline-block
}
.inline {
    display: inline
}
.flex {
    display: flex
}
.inline-flex {
    display: inline-flex
}
.grid {
    display: grid
}
.hidden {
    display: none
}
.h-10 {
    height: 2.5rem
}
.h-20 {
    height: 5rem
}
.h-7 {
    height: 1.75rem
}
.h-9 {
    height: 2.25rem
}
.h-96 {
    height: 24rem
}
.h-\[75\%\] {
    height: 75%
}
.h-auto {
    height: auto
}
.h-full {
    height: 100%
}
.max-h-32 {
    max-height: 8rem
}
.max-h-full {
    max-height: 100%
}
.w-10 {
    width: 2.5rem
}
.w-16 {
    width: 4rem
}
.w-20 {
    width: 5rem
}
.w-4\/12 {
    width: 33.333333%
}
.w-44 {
    width: 11rem
}
.w-6 {
    width: 1.5rem
}
.w-7 {
    width: 1.75rem
}
.w-9 {
    width: 2.25rem
}
.w-auto {
    width: auto
}
.w-full {
    width: 100%
}
.max-w-32 {
    max-width: 8rem
}
.max-w-52 {
    max-width: 13rem
}
.max-w-\[45\%\] {
    max-width: 45%
}
.flex-1 {
    flex: 1 1 0%
}
.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))
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.flex-col {
    flex-direction: column
}
.flex-wrap {
    flex-wrap: wrap
}
.items-center {
    align-items: center
}
.justify-end {
    justify-content: flex-end
}
.justify-center {
    justify-content: center
}
.gap-1 {
    gap: 0.25rem
}
.gap-10 {
    gap: 2.5rem
}
.gap-12 {
    gap: 3rem
}
.gap-2 {
    gap: 0.5rem
}
.gap-6 {
    gap: 1.5rem
}
.gap-8 {
    gap: 2rem
}
.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem
}
.gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem
}
.gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem
}
.gap-y-10 {
    row-gap: 2.5rem
}
.gap-y-2 {
    row-gap: 0.5rem
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}
.overflow-hidden {
    overflow: hidden
}
.rounded-2xl {
    border-radius: 1rem
}
.rounded-3xl {
    border-radius: 1.5rem
}
.rounded-lg {
    border-radius: 0.5rem
}
.rounded-none {
    border-radius: 0px
}
.rounded-xl {
    border-radius: 0.75rem
}
.rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}
.border {
    border-width: 1px
}
.border-0 {
    border-width: 0px
}
.bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5)
}
.bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9)
}
.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity))
}
.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 229 229 / var(--tw-bg-opacity))
}
.bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity))
}
.bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity))
}
.bg-neutral-700\/80 {
    background-color: rgb(64 64 64 / 0.8)
}
.bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 23 23 / var(--tw-bg-opacity))
}
.bg-neutral-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity))
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover
}
.p-1 {
    padding: 0.25rem
}
.p-2 {
    padding: 0.5rem
}
.p-3 {
    padding: 0.75rem
}
.p-4 {
    padding: 1rem
}
.p-5 {
    padding: 1.25rem
}
.p-8 {
    padding: 2rem
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem
}
.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}
.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
.py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}
.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}
.pb-10 {
    padding-bottom: 2.5rem
}
.pb-5 {
    padding-bottom: 1.25rem
}
.pt-0 {
    padding-top: 0px
}
.text-left {
    text-align: left
}
.text-center {
    text-align: center
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}
.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}
.font-bold {
    font-weight: 700
}
.uppercase {
    text-transform: uppercase
}
.leading-4 {
    line-height: 1rem
}
.leading-6 {
    line-height: 1.5rem
}
.tracking-tight {
    letter-spacing: -0.025em
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity))
}
.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23 / var(--tw-text-opacity))
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity))
}
.opacity-20 {
    opacity: 0.2
}
.opacity-40 {
    opacity: 0.4
}
.opacity-50 {
    opacity: 0.5
}
.opacity-60 {
    opacity: 0.6
}
.opacity-85 {
    opacity: 0.85
}
.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
.outline {
    outline-style: solid
}
.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    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)
}
.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)
}
.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)
}
.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: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.hover\:underline:hover {
    text-decoration-line: underline
}
.hover\:grayscale-0:hover {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
@media not all and (min-width: 1024px) {
    .max-lg\:hidden {
        display: none
    }
}
@media not all and (min-width: 768px) {
    .max-md\:hidden {
        display: none
    }
}
@media not all and (min-width: 640px) {
    .max-sm\:hidden {
        display: none
    }
    .max-sm\:flex-col {
        flex-direction: column
    }
    .max-sm\:bg-neutral-950 {
        --tw-bg-opacity: 1;
        background-color: rgb(10 10 10 / var(--tw-bg-opacity))
    }
}
@media (min-width: 640px) {
    .sm\:mb-0 {
        margin-bottom: 0px
    }
    .sm\:mr-0 {
        margin-right: 0px
    }
    .sm\:mt-0 {
        margin-top: 0px
    }
    .sm\:block {
        display: block
    }
    .sm\:flex {
        display: flex
    }
    .sm\:h-full {
        height: 100%
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
    }
    .sm\:p-16 {
        padding: 4rem
    }
    .sm\:p-5 {
        padding: 1.25rem
    }
    .sm\:p-8 {
        padding: 2rem
    }
    .sm\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .sm\:py-40 {
        padding-top: 10rem;
        padding-bottom: 10rem
    }
    .sm\:pb-8 {
        padding-bottom: 2rem
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}
@media (min-width: 768px) {
    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px
    }
    .md\:mb-16 {
        margin-bottom: 4rem
    }
    .md\:ml-auto {
        margin-left: auto
    }
    .md\:mr-8 {
        margin-right: 2rem
    }
    .md\:mt-10 {
        margin-top: 2.5rem
    }
    .md\:block {
        display: block
    }
    .md\:w-5\/12 {
        width: 41.666667%
    }
    .md\:w-6\/12 {
        width: 50%
    }
    .md\:w-72 {
        width: 18rem
    }
    .md\:max-w-52 {
        max-width: 13rem
    }
    .md\:max-w-72 {
        max-width: 18rem
    }
    .md\:max-w-lg {
        max-width: 32rem
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .md\:justify-center {
        justify-content: center
    }
    .md\:gap-10 {
        gap: 2.5rem
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .md\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem
    }
    .md\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .md\:py-64 {
        padding-top: 16rem;
        padding-bottom: 16rem
    }
    .md\:pb-16 {
        padding-bottom: 4rem
    }
    .md\:pb-\[40\%\] {
        padding-bottom: 40%
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}
@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute
    }
    .lg\:relative {
        position: relative
    }
    .lg\:order-1 {
        order: 1
    }
    .lg\:mb-0 {
        margin-bottom: 0px
    }
    .lg\:ml-auto {
        margin-left: auto
    }
    .lg\:mr-12 {
        margin-right: 3rem
    }
    .lg\:mt-0 {
        margin-top: 0px
    }
    .lg\:flex {
        display: flex
    }
    .lg\:hidden {
        display: none
    }
    .lg\:min-h-72 {
        min-height: 18rem
    }
    .lg\:w-36 {
        width: 9rem
    }
    .lg\:w-6\/12 {
        width: 50%
    }
    .lg\:max-w-lg {
        max-width: 32rem
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:gap-x-4 {
        -moz-column-gap: 1rem;
             column-gap: 1rem
    }
    .lg\:p-10 {
        padding: 2.5rem
    }
    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}
@media (min-width: 1280px) {
    .xl\:order-1 {
        order: 1
    }
    .xl\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem
    }
    .xl\:mb-3 {
        margin-bottom: 0.75rem
    }
    .xl\:mt-0 {
        margin-top: 0px
    }
    .xl\:flex {
        display: flex
    }
    .xl\:w-4\/12 {
        width: 33.333333%
    }
    .xl\:w-7\/12 {
        width: 58.333333%
    }
    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .xl\:gap-8 {
        gap: 2rem
    }
}
@media (min-width: 1536px) {
    .\32xl\:gap-x-6 {
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem
    }
}
/* End */
/* /local/templates/rpfm/build/bundle.css?176397951854427 */
