@charset "UTF-8";@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display&display=swap');/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s ease;
}
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

.scale-fade-enter-active {
  transition: all 0.2s ease;
}
.scale-fade-leave-active {
  transition: all 0.2s ease;
  transform: scaleX(1) translateX(0);
}
.scale-fade-enter-from, .scale-fade-leave-to {
  opacity: 0;
  transform: scaleX(0) translateX(20px);
}

.move-enter-active, .move-leave-active {
  transition: all 0.2s ease;
}
.move-enter, .move-leave-active {
  opacity: 0;
  transform: translateX(-10px);
}
.move-enter-from, .move-leave-to {
  transform: translateX(10px);
}

.slide-up-enter-active, .slide-up-leave-active {
  transition: all 0.2s ease;
}
.slide-up-enter-from, .slide-up-leave-to {
  transform: translateY(100%);
}
.slide-up-enter-to, .slide-up-leave-from {
  transform: translateY(0);
}

.slide-right-enter-active, .slide-right-leave-active {
  transition: all 0.2s ease;
}
.slide-right-enter-from, .slide-right-leave-to {
  transform: translateX(100%);
}
.slide-right-enter-to, .slide-right-leave-from {
  transform: translateX(0);
}

.list-enter-active, .list-leave-active {
  transition: all 0.2s ease;
}
.list-enter-from, .list-leave-to {
  opacity: 0;
  transform: translateX(-30px);
}

.slide-left-enter-active, .slide-left-leave-active {
  transition: all 0.2s ease;
}
.slide-left-enter-from, .slide-left-leave-to {
  transform: translateX(-100%);
}
.slide-left-enter-to, .slide-left-leave-from {
  transform: translateX(0);
}

.slide-down-enter-active, .slide-down-leave-active {
  transition: all 0.2s ease;
}
.slide-down-enter-from, .slide-down-leave-to {
  transform: translateY(-100%);
}

.swipe-calendar-right-enter-active, .swipe-calendar-right-leave-active {
  transition: all 0.2s ease;
}
.swipe-calendar-right-enter-from {
  transform: translateX(-100%);
}
.swipe-calendar-right-leave-to {
  transform: translateX(100%);
}
.swipe-calendar-right-enter-to, .swipe-calendar-right-leave-from {
  transform: translateX(0);
}

.swipe-calendar-left-enter-active, .swipe-calendar-left-leave-active {
  transition: all 0.2s ease;
}
.swipe-calendar-left-enter-from {
  transform: translateX(100%);
}
.swipe-calendar-left-leave-to {
  transform: translateX(-100%);
}
.swipe-calendar-left-enter-to, .swipe-calendar-left-leave-from {
  transform: translateX(0);
}

.text-h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.text-h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.text-h3 {
  font-size: 16px;
  line-height: 24px;
}

.text-p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.text-caption {
  font-size: 12px;
  line-height: 16px;
}

.text-subtitle {
  font-size: 10px;
  line-height: 14px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

:root {
  --safe-top: var(--emu-safe-top, env(safe-area-inset-top));
  --safe-bottom: var(--emu-safe-bottom, env(safe-area-inset-bottom));
}

body,
html {
  height: 100%;
  overscroll-behavior-y: contain;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 400;
  background-color: #ffffff;
  color: #2b3238;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", "Noto Color Emoji";
}
*:focus {
  outline: none;
}
*::before, *::after {
  box-sizing: border-box;
}

#__nuxt {
  display: flex;
  flex-direction: column;
  height: 100%;
}

button,
a {
  border: none;
  padding: 0;
  color: inherit;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
button:hover:not([disabled]), button:active:not([disabled]), button:focus:not([disabled]),
a:hover:not([disabled]),
a:active:not([disabled]),
a:focus:not([disabled]) {
  opacity: 0.64;
}

p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input,
textarea {
  border: none;
  padding: 0;
  background: transparent;
}

input:-webkit-autofill {
  transition: background-color 9999s;
  -webkit-text-fill-color: #2b3238 !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.text-center {
  text-align: center;
}

@media (hover: none) and (pointer: coarse) {
  *:hover,
  *:active,
  *:focus {
    opacity: 1 !important;
  }
}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{-webkit-touch-callout:none;direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}/* inter-cyrillic-ext-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-cyrillic-ext-400-normal-Dc4VJyIJ.woff2) format('woff2'), url(/assets/inter-cyrillic-ext-400-normal-BPnxn4xp.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-cyrillic-400-normal-BLGc9T1a.woff2) format('woff2'), url(/assets/inter-cyrillic-400-normal-ZzOtrSSW.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-greek-ext-400-normal-Bput3-QP.woff2) format('woff2'), url(/assets/inter-greek-ext-400-normal-DCpCPQOf.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-greek-400-normal-DxZsaF_h.woff2) format('woff2'), url(/assets/inter-greek-400-normal-BZzXV7-1.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format('woff2'), url(/assets/inter-vietnamese-400-normal-BUNmGMP1.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-latin-ext-400-normal-hnt3BR84.woff2) format('woff2'), url(/assets/inter-latin-ext-400-normal-C1t-h-pH.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-400-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/inter-latin-400-normal-BOOGhInR.woff2) format('woff2'), url(/assets/inter-latin-400-normal-gitzw0hO.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* inter-cyrillic-ext-600-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/inter-cyrillic-ext-600-normal-CaqZN2hq.woff2) format('woff2'), url(/assets/inter-cyrillic-ext-600-normal-Bt9VVOA-.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-600-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/inter-cyrillic-600-normal-BGBWG807.woff2) format('woff2'), url(/assets/inter-cyrillic-600-normal-BuzJQFbW.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-600-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/inter-greek-ext-600-normal-Cnui8OiR.woff2) format('woff2'), url(/assets/inter-greek-ext-600-normal-C9WLioJ8.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-600-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/inter-greek-600-normal-Dhlb-90d.woff2) format('woff2'), url(/assets/inter-greek-600-normal-CwicyhtI.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-600-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format('woff2'), url(/assets/inter-vietnamese-600-normal-Cm6aH8_k.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-600-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/inter-latin-ext-600-normal-BnYJhD27.woff2) format('woff2'), url(/assets/inter-latin-ext-600-normal-CAF0vJDd.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-600-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/inter-latin-600-normal-D273HNI0.woff2) format('woff2'), url(/assets/inter-latin-600-normal-B5cFAncS.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* inter-cyrillic-ext-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/assets/inter-cyrillic-ext-800-normal-DkJRRbRv.woff2) format('woff2'), url(/assets/inter-cyrillic-ext-800-normal-Blqt89nY.woff) format('woff');
  unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* inter-cyrillic-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/assets/inter-cyrillic-800-normal-Gn5VisWc.woff2) format('woff2'), url(/assets/inter-cyrillic-800-normal-C1n5rDZ2.woff) format('woff');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* inter-greek-ext-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/assets/inter-greek-ext-800-normal-JPzvdjtt.woff2) format('woff2'), url(/assets/inter-greek-ext-800-normal-D4Z3eQTi.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}

/* inter-greek-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/assets/inter-greek-800-normal-C7uvZBs2.woff2) format('woff2'), url(/assets/inter-greek-800-normal-DCnbPe0-.woff) format('woff');
  unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
}

/* inter-vietnamese-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/assets/inter-vietnamese-800-normal-Cm7tD1pz.woff2) format('woff2'), url(/assets/inter-vietnamese-800-normal-BUZV_87j.woff) format('woff');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* inter-latin-ext-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/assets/inter-latin-ext-800-normal-DhAspwKZ.woff2) format('woff2'), url(/assets/inter-latin-ext-800-normal-B4NYOez9.woff) format('woff');
  unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* inter-latin-800-normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/assets/inter-latin-800-normal-qNthNgub.woff2) format('woff2'), url(/assets/inter-latin-800-normal-DDBFRMkW.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* noto-color-emoji-[0]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-0-400-normal-BkAEDsLm.woff2) format('woff2'), url(/assets/noto-color-emoji-0-400-normal-XCM4wFi2.woff) format('woff');
  unicode-range: U+1f1e6-1f1ff;
}

/* noto-color-emoji-[1]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-1-400-normal-edUcGpyv.woff2) format('woff2'), url(/assets/noto-color-emoji-1-400-normal-Dk0b2ECO.woff) format('woff');
  unicode-range: U+200d,U+2620,U+26a7,U+fe0f,U+1f308,U+1f38c,U+1f3c1,U+1f3f3-1f3f4,U+1f6a9,U+e0062-e0063,U+e0065,U+e0067,U+e006c,U+e006e,U+e0073-e0074,U+e0077,U+e007f;
}

/* noto-color-emoji-[2]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-2-400-normal-DvO2O2mW.woff2) format('woff2'), url(/assets/noto-color-emoji-2-400-normal-7Jyo-AHH.woff) format('woff');
  unicode-range: U+23,U+2a,U+30-39,U+a9,U+ae,U+200d,U+203c,U+2049,U+20e3,U+2122,U+2139,U+2194-2199,U+21a9-21aa,U+23cf,U+23e9-23ef,U+23f8-23fa,U+24c2,U+25aa-25ab,U+25b6,U+25c0,U+25fb-25fe,U+2611,U+2622-2623,U+2626,U+262a,U+262e-262f,U+2638,U+2640,U+2642,U+2648-2653,U+2660,U+2663,U+2665-2666,U+2668,U+267b,U+267e-267f,U+2695,U+269b-269c,U+26a0,U+26a7,U+26aa-26ab,U+26ce,U+26d4,U+2705,U+2714,U+2716,U+271d,U+2721,U+2733-2734,U+2747,U+274c,U+274e,U+2753-2755,U+2757,U+2764,U+2795-2797,U+27a1,U+27b0,U+27bf,U+2934-2935,U+2b05-2b07,U+2b1b-2b1c,U+2b55,U+3030,U+303d,U+3297,U+3299,U+fe0f,U+1f170-1f171,U+1f17e-1f17f,U+1f18e,U+1f191-1f19a,U+1f201-1f202,U+1f21a,U+1f22f,U+1f232-1f23a,U+1f250-1f251,U+1f310,U+1f3a6,U+1f3b5-1f3b6,U+1f3bc,U+1f3e7,U+1f441,U+1f499-1f49c,U+1f49f-1f4a0,U+1f4a2,U+1f4ac-1f4ad,U+1f4b1-1f4b2,U+1f4b9,U+1f4db,U+1f4f2-1f4f6,U+1f500-1f50a,U+1f515,U+1f518-1f524,U+1f52f-1f53d,U+1f549,U+1f54e,U+1f5a4,U+1f5e8,U+1f5ef,U+1f6ab,U+1f6ad-1f6b1,U+1f6b3,U+1f6b7-1f6bc,U+1f6be,U+1f6c2-1f6c5,U+1f6d0-1f6d1,U+1f6d7,U+1f6dc,U+1f7e0-1f7eb,U+1f7f0,U+1f90d-1f90e,U+1f9e1,U+1fa75-1fa77,U+1faaf;
}

/* noto-color-emoji-[3]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-3-400-normal-BpNqiiTo.woff2) format('woff2'), url(/assets/noto-color-emoji-3-400-normal-EvXeS2g_.woff) format('woff');
  unicode-range: U+231a-231b,U+2328,U+23f0-23f3,U+2602,U+260e,U+2692,U+2694,U+2696-2697,U+2699,U+26b0-26b1,U+26cf,U+26d1,U+26d3,U+2702,U+2709,U+270f,U+2712,U+fe0f,U+1f302,U+1f321,U+1f392-1f393,U+1f3a9,U+1f3bd,U+1f3ee,U+1f3f7,U+1f3fa,U+1f451-1f462,U+1f484,U+1f489-1f48a,U+1f48c-1f48e,U+1f4a1,U+1f4a3,U+1f4b0,U+1f4b3-1f4b8,U+1f4bb-1f4da,U+1f4dc-1f4f1,U+1f4ff,U+1f50b-1f514,U+1f516-1f517,U+1f526-1f529,U+1f52c-1f52e,U+1f550-1f567,U+1f56f-1f570,U+1f576,U+1f587,U+1f58a-1f58d,U+1f5a5,U+1f5a8,U+1f5b1-1f5b2,U+1f5c2-1f5c4,U+1f5d1-1f5d3,U+1f5dc-1f5de,U+1f5e1,U+1f5f3,U+1f6aa,U+1f6ac,U+1f6bd,U+1f6bf,U+1f6c1,U+1f6cb,U+1f6cd-1f6cf,U+1f6d2,U+1f6e0-1f6e1,U+1f6f0,U+1f97b-1f97f,U+1f9af,U+1f9ba,U+1f9e2-1f9e6,U+1f9ea-1f9ec,U+1f9ee-1f9f4,U+1f9f7-1f9ff,U+1fa71-1fa74,U+1fa79-1fa7b,U+1fa86,U+1fa91-1fa93,U+1fa96,U+1fa99-1faa0,U+1faa2-1faa7,U+1faaa-1faae;
}

/* noto-color-emoji-[4]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-4-400-normal-BWHVn2MU.woff2) format('woff2'), url(/assets/noto-color-emoji-4-400-normal-DhLXyztW.woff) format('woff');
  unicode-range: U+265f,U+26bd-26be,U+26f3,U+26f8,U+fe0f,U+1f004,U+1f0cf,U+1f380-1f384,U+1f386-1f38b,U+1f38d-1f391,U+1f396-1f397,U+1f399-1f39b,U+1f39e-1f39f,U+1f3a3-1f3a5,U+1f3a7-1f3a9,U+1f3ab-1f3b4,U+1f3b7-1f3bb,U+1f3bd-1f3c0,U+1f3c5-1f3c6,U+1f3c8-1f3c9,U+1f3cf-1f3d3,U+1f3f8-1f3f9,U+1f47e,U+1f4e2,U+1f4f7-1f4fd,U+1f52b,U+1f579,U+1f58c-1f58d,U+1f5bc,U+1f6f7,U+1f6f9,U+1f6fc,U+1f93f,U+1f941,U+1f945,U+1f947-1f94f,U+1f9e7-1f9e9,U+1f9f5-1f9f6,U+1fa70-1fa71,U+1fa80-1fa81,U+1fa83-1fa85,U+1fa87-1fa88,U+1fa94-1fa95,U+1fa97-1fa98,U+1faa1,U+1faa9;
}

/* noto-color-emoji-[5]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-5-400-normal-BTLMvfxJ.woff2) format('woff2'), url(/assets/noto-color-emoji-5-400-normal-TRq1tJul.woff) format('woff');
  unicode-range: U+2693,U+26e9-26ea,U+26f1-26f2,U+26f4-26f5,U+26fa,U+26fd,U+2708,U+fe0f,U+1f301,U+1f303,U+1f306-1f307,U+1f309,U+1f310,U+1f3a0-1f3a2,U+1f3aa,U+1f3cd-1f3ce,U+1f3d5,U+1f3d7-1f3db,U+1f3df-1f3e6,U+1f3e8-1f3ed,U+1f3ef-1f3f0,U+1f488,U+1f492,U+1f4ba,U+1f54b-1f54d,U+1f5fa-1f5ff,U+1f680-1f6a2,U+1f6a4-1f6a8,U+1f6b2,U+1f6d1,U+1f6d5-1f6d6,U+1f6dd-1f6df,U+1f6e2-1f6e5,U+1f6e9,U+1f6eb-1f6ec,U+1f6f3-1f6f6,U+1f6f8,U+1f6fa-1f6fb,U+1f9bc-1f9bd,U+1f9ed,U+1f9f3,U+1fa7c;
}

/* noto-color-emoji-[6]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-6-400-normal-D8CBIuIN.woff2) format('woff2'), url(/assets/noto-color-emoji-6-400-normal-CJed1BsO.woff) format('woff');
  unicode-range: U+2615,U+fe0f,U+1f32d-1f330,U+1f336,U+1f33d,U+1f345-1f37f,U+1f382,U+1f52a,U+1f942-1f944,U+1f950-1f96f,U+1f99e,U+1f9aa,U+1f9c0-1f9cb,U+1fad0-1fadb;
}

/* noto-color-emoji-[7]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-7-400-normal-BjmBSb2I.woff2) format('woff2'), url(/assets/noto-color-emoji-7-400-normal-CDQyf5v4.woff) format('woff');
  unicode-range: U+200d,U+2600-2601,U+2603-2604,U+2614,U+2618,U+26a1,U+26c4-26c5,U+26c8,U+26f0,U+2728,U+2744,U+2b1b,U+2b50,U+fe0f,U+1f300,U+1f304-1f305,U+1f308,U+1f30a-1f30f,U+1f311-1f321,U+1f324-1f32c,U+1f331-1f335,U+1f337-1f33c,U+1f33e-1f344,U+1f3d4,U+1f3d6,U+1f3dc-1f3de,U+1f3f5,U+1f400-1f43f,U+1f490,U+1f4a7,U+1f4ab,U+1f4ae,U+1f525,U+1f54a,U+1f573,U+1f577-1f578,U+1f648-1f64a,U+1f940,U+1f980-1f9ae,U+1f9ba,U+1fa90,U+1faa8,U+1fab0-1fabd,U+1fabf,U+1face-1facf,U+1fae7;
}

/* noto-color-emoji-[8]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-8-400-normal-CwOsgJqj.woff2) format('woff2'), url(/assets/noto-color-emoji-8-400-normal-ClXJmiTE.woff) format('woff');
  unicode-range: U+200d,U+2640,U+2642,U+2695-2696,U+26f7,U+26f9,U+2708,U+2764,U+fe0f,U+1f33e,U+1f373,U+1f37c,U+1f384-1f385,U+1f393,U+1f3a4,U+1f3a8,U+1f3c2-1f3c4,U+1f3c7,U+1f3ca-1f3cc,U+1f3eb,U+1f3ed,U+1f3fb-1f3ff,U+1f466-1f478,U+1f47c,U+1f481-1f483,U+1f486-1f487,U+1f48b,U+1f48f,U+1f491,U+1f4bb-1f4bc,U+1f527,U+1f52c,U+1f574-1f575,U+1f57a,U+1f645-1f647,U+1f64b,U+1f64d-1f64e,U+1f680,U+1f692,U+1f6a3,U+1f6b4-1f6b6,U+1f6c0,U+1f6cc,U+1f91d,U+1f926,U+1f930-1f931,U+1f934-1f93a,U+1f93c-1f93e,U+1f977,U+1f9af-1f9b3,U+1f9b8-1f9b9,U+1f9bc-1f9bd,U+1f9cc-1f9cf,U+1f9d1-1f9df,U+1fa82,U+1fac3-1fac5;
}

/* noto-color-emoji-[9]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-9-400-normal-CBppHeLo.woff2) format('woff2'), url(/assets/noto-color-emoji-9-400-normal-TjrMwEDE.woff) format('woff');
  unicode-range: U+200d,U+261d,U+2620,U+2639-263a,U+2665,U+270a-270d,U+2728,U+2763-2764,U+2b50,U+fe0f,U+1f31a-1f31f,U+1f32b,U+1f383,U+1f389,U+1f3fb-1f3ff,U+1f440-1f450,U+1f463-1f465,U+1f479-1f47b,U+1f47d-1f480,U+1f485,U+1f48b-1f48c,U+1f493-1f49f,U+1f4a4-1f4a6,U+1f4a8-1f4ab,U+1f4af,U+1f525,U+1f573,U+1f590,U+1f595-1f596,U+1f5a4,U+1f5e3,U+1f600-1f644,U+1f648-1f64a,U+1f64c,U+1f64f,U+1f90c-1f925,U+1f927-1f92f,U+1f932-1f933,U+1f970-1f976,U+1f978-1f97a,U+1f9a0,U+1f9b4-1f9b7,U+1f9bb,U+1f9be-1f9bf,U+1f9d0,U+1f9e0-1f9e1,U+1fa75-1fa79,U+1fac0-1fac2,U+1fae0-1fae6,U+1fae8,U+1faf0-1faf8;
}

/* noto-color-emoji-[10]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-10-400-normal-BZRIxHe6.woff2) format('woff2'), url(/assets/noto-color-emoji-10-400-normal-DGxpZhvX.woff) format('woff');
  unicode-range: U+200d,U+2194-2195,U+2640,U+2642,U+26d3,U+27a1,U+fe0f,U+1f344,U+1f34b,U+1f3c3,U+1f3fb-1f3ff,U+1f426,U+1f468-1f469,U+1f4a5,U+1f525,U+1f642,U+1f6b6,U+1f7e9,U+1f7eb,U+1f9af,U+1f9bc-1f9bd,U+1f9ce,U+1f9d1-1f9d2;
}

/* noto-color-emoji-[11]-400-normal */
@font-face {
  font-family: 'Noto Color Emoji';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/noto-color-emoji-11-400-normal-BRyRUNnp.woff2) format('woff2'), url(/assets/noto-color-emoji-11-400-normal-CYyg_Et5.woff) format('woff');
  unicode-range: U+1fa89,U+1fa8f,U+1fabe,U+1fac6,U+1fadc,U+1fadf,U+1fae9;
}

.resize-observer[data-v-b329ee4c]{
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  border:none;
  background-color:transparent;
  pointer-events:none;
  display:block;
  overflow:hidden;
  opacity:0
}

.resize-observer[data-v-b329ee4c] object{
  display:block;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  overflow:hidden;
  pointer-events:none;
  z-index:-1
}

.v-popper__popper{
  z-index:10000;
  top:0;
  left:0;
  outline:none
}

.v-popper__popper.v-popper__popper--hidden{
  visibility:hidden;
  opacity:0;
  transition:opacity .15s,visibility .15s;
  pointer-events:none
}

.v-popper__popper.v-popper__popper--shown{
  visibility:visible;
  opacity:1;
  transition:opacity .15s
}

.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{
  transition:none!important
}

.v-popper__backdrop{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:none
}

.v-popper__inner{
  position:relative;
  box-sizing:border-box;
  overflow-y:auto
}

.v-popper__inner>div{
  position:relative;
  z-index:1;
  max-width:inherit;
  max-height:inherit
}

.v-popper__arrow-container{
  position:absolute;
  width:10px;
  height:10px
}

.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{
  display:none
}

.v-popper__arrow-inner,.v-popper__arrow-outer{
  border-style:solid;
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:0
}

.v-popper__arrow-inner{
  visibility:hidden;
  border-width:7px
}

.v-popper__arrow-outer{
  border-width:6px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{
  left:-2px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{
  left:-1px
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{
  border-bottom-width:0;
  border-left-color:transparent!important;
  border-right-color:transparent!important;
  border-bottom-color:transparent!important
}

.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{
  top:-2px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{
  top:0
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{
  border-top-width:0;
  border-left-color:transparent!important;
  border-right-color:transparent!important;
  border-top-color:transparent!important
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{
  top:-4px
}

.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{
  top:-6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{
  top:-2px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{
  top:-1px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{
  border-left-width:0;
  border-left-color:transparent!important;
  border-top-color:transparent!important;
  border-bottom-color:transparent!important
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{
  left:-4px
}

.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{
  left:-6px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{
  right:-10px
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{
  border-right-width:0;
  border-top-color:transparent!important;
  border-right-color:transparent!important;
  border-bottom-color:transparent!important
}

.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{
  left:-2px
}

.v-popper--theme-dropdown .v-popper__inner{
  background:#fff;
  color:#000;
  border-radius:6px;
  border:1px solid #ddd;
  box-shadow:0 6px 30px #0000001a
}

.v-popper--theme-dropdown .v-popper__arrow-inner{
  visibility:visible;
  border-color:#fff
}

.v-popper--theme-dropdown .v-popper__arrow-outer{
  border-color:#ddd
}

.v-popper--theme-tooltip .v-popper__inner{
  background:rgba(0,0,0,.8);
  color:#fff;
  border-radius:6px;
  padding:7px 12px 6px
}

.v-popper--theme-tooltip .v-popper__arrow-outer{
  border-color:#000c
}

.htw-range-input::-webkit-slider-thumb{
  height:.75rem;
  width:.75rem;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border-radius:9999px;
  border-width:1px;
  border-style:solid;
  border-color:#00000040;
  --tw-bg-opacity: 1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}

:is(.htw-dark .htw-range-input)::-webkit-slider-thumb{
  border-color:#ffffff40;
  --tw-bg-opacity: 1;
  background-color:rgb(63 63 70 / var(--tw-bg-opacity))
}

.htw-range-input:hover::-webkit-slider-thumb{
  --tw-border-opacity: 1 !important;
  border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;
  --tw-bg-opacity: 1 !important;
  background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important
}

.htw-range-input::-moz-range-thumb{
  height:.75rem;
  width:.75rem;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  border-radius:9999px;
  border-width:1px;
  border-style:solid;
  border-color:#00000040;
  --tw-bg-opacity: 1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}

:is(.htw-dark .htw-range-input)::-moz-range-thumb{
  border-color:#ffffff40;
  --tw-bg-opacity: 1;
  background-color:rgb(63 63 70 / var(--tw-bg-opacity))
}

.htw-range-input:hover::-moz-range-thumb{
  --tw-border-opacity: 1 !important;
  border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;
  --tw-bg-opacity: 1 !important;
  background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important
}

.v-popper{
  line-height:0
}

.htw-dark .v-popper--theme-dropdown .v-popper__inner{
  --tw-border-opacity: 1;
  border-color:rgb(31 31 33 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color:rgb(63 63 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color:rgb(244 244 245 / var(--tw-text-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{
  --tw-border-opacity: 1;
  border-color:rgb(63 63 70 / var(--tw-border-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{
  --tw-border-opacity: 1;
  border-color:rgb(31 31 33 / var(--tw-border-opacity))
}

.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper{
  transform:scale(.75)
}

.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper{
  transform:none;
  transition:transform .15s cubic-bezier(0,1,.5,1)
}

.v-popper__popper:focus-visible{
  outline:none
}

.htw-bind-col-size{
  grid-template-columns:repeat(auto-fill,minmax(var(--histoire-col-size),1fr))
}

.__histoire-json-code[data-v-935458a7] .cm-editor{
  height:100%;
  min-width:280px
}

/* @TODO custom themes */

.v-popper {
  line-height: 0;
}

.htw-dark .v-popper--theme-dropdown .v-popper__inner{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-700) / var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-100) / var(--tw-text-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-700) / var(--tw-border-opacity))
}

.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-border-opacity))
}

.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper {
  transform: scale(.75);
}

.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper {
  transform: none;
  transition: transform .15s cubic-bezier(0, 1, .5, 1);
}

.v-popper__popper:focus-visible {
  outline: none;
}

.__histoire-scale-x-enter-active,
  .__histoire-scale-x-leave-active {
  transition: transform .15s, opacity .15s;
}

.__histoire-scale-x-enter-from,
  .__histoire-scale-x-leave-to {
  transform: scaleX(0);
  opacity: 0;
}

.__histoire-scale-y-enter-active,
  .__histoire-scale-y-leave-active {
  transition: transform .15s, opacity .15s;
}

.__histoire-scale-y-enter-from,
  .__histoire-scale-y-leave-to {
  transform: scaleY(0);
  opacity: 0;
}

.__histoire-fade-enter-active,
  .__histoire-fade-leave-active {
  transition: opacity .15s;
}

.__histoire-fade-enter-from,
  .__histoire-fade-leave-to {
  opacity: 0;
}

.__histoire-fade-bottom-enter-active,
  .__histoire-fade-bottom-leave-active {
  transition: transform .15s, opacity .15s;
  transform: translateY(0px);
}

.__histoire-fade-bottom-enter-from,
  .__histoire-fade-bottom-leave-to {
  transform: translateY(32px);
  opacity: 0;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

a,
input,
button {
  color: inherit;
}

a {
  text-decoration: inherit;
}

input, button {
  font-family: inherit;
}

a,
button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body,
  pre {
  margin: 0;
}

html,
  body,
  #app {
  height: 100%;
}

html {
  font-family: 'Noto Sans Display', system-ui, sans-serif;
  font-size: 1rem;
}

body {
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  body {
    font-size: .875rem;
  }
}

.__histoire-render-story:not(.__histoire-render-custom-controls) {
  overflow: auto;
  min-height: 100%;
}

.__histoire-code .shiki {
  background: transparent !important;
}

.htw-prose h1:not(:hover) .header-anchor[aria-hidden="true"], .htw-prose h2:not(:hover) .header-anchor[aria-hidden="true"], .htw-prose h3:not(:hover) .header-anchor[aria-hidden="true"], .htw-prose h4:not(:hover) .header-anchor[aria-hidden="true"] {
  visibility: hidden;
}

.htw-prose hr {
  margin: 1rem 0;
}

.__histoire-pane-shadow-from-right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right;
}

.htw-dark .__histoire-pane-shadow-from-right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

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

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

.htw-prose{
  color:var(--tw-prose-body);
  max-width:65ch;
}

.htw-prose :where(p):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.htw-prose :where([class~="lead"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-lead);
  font-size:1.25em;
  line-height:1.6;
  margin-top:1.2em;
  margin-bottom:1.2em
}

.htw-prose :where(a):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:rgb(var(--_histoire-color-primary-500));
  text-decoration:none;
  font-weight:500;
}

.htw-prose :where(a):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)):hover{
  text-decoration:underline
}

.htw-prose :where(strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-bold);
  font-weight:600
}

.htw-prose :where(a strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(blockquote strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(thead th strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(ol):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:decimal;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-left:1.625em
}

.htw-prose :where(ol[type="A"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:upper-alpha
}

.htw-prose :where(ol[type="a"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:lower-alpha
}

.htw-prose :where(ol[type="A" s]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:upper-alpha
}

.htw-prose :where(ol[type="a" s]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:lower-alpha
}

.htw-prose :where(ol[type="I"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:upper-roman
}

.htw-prose :where(ol[type="i"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:lower-roman
}

.htw-prose :where(ol[type="I" s]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:upper-roman
}

.htw-prose :where(ol[type="i" s]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:lower-roman
}

.htw-prose :where(ol[type="1"]):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:decimal
}

.htw-prose :where(ul):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  list-style-type:disc;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-left:1.625em
}

.htw-prose :where(ol > li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::marker{
  font-weight:400;
  color:var(--tw-prose-counters)
}

.htw-prose :where(ul > li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::marker{
  color:var(--tw-prose-bullets)
}

.htw-prose :where(dt):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  margin-top:1.25em
}

.htw-prose :where(hr):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-color:var(--tw-prose-hr);
  border-top-width:1px;
  margin-top:3em;
  margin-bottom:3em
}

.htw-prose :where(blockquote):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:500;
  font-style:italic;
  color:var(--tw-prose-quotes);
  border-left-width:0.25rem;
  border-left-color:var(--tw-prose-quote-borders);
  quotes:"\201C""\201D""\2018""\2019";
  margin-top:1.6em;
  margin-bottom:1.6em;
  padding-left:1em;
  margin-left:0;
  margin-right:0;
  background-color:rgb(var(--_histoire-color-gray-100));
  padding:.25rem .375rem;
}

.htw-prose :where(blockquote):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)) p:first-child{
  margin-top:0
}

.htw-prose :where(blockquote):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)) p:last-child{
  margin-bottom:0
}

.htw-dark .htw-prose :where(blockquote):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  background-color:rgb(var(--_histoire-color-gray-750))
}

.htw-prose :where(blockquote p:first-of-type):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::before{
  content:open-quote
}

.htw-prose :where(blockquote p:last-of-type):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::after{
  content:close-quote
}

.htw-prose :where(h1):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:800;
  font-size:2.25em;
  margin-top:0;
  margin-bottom:0.8888889em;
  line-height:1.1111111
}

.htw-prose :where(h1 strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:900;
  color:inherit
}

.htw-prose :where(h2):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:700;
  font-size:1.5em;
  margin-top:2em;
  margin-bottom:1em;
  line-height:1.3333333
}

.htw-prose :where(h2 strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:800;
  color:inherit
}

.htw-prose :where(h3):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  font-size:1.25em;
  margin-top:1.6em;
  margin-bottom:0.6em;
  line-height:1.6
}

.htw-prose :where(h3 strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:700;
  color:inherit
}

.htw-prose :where(h4):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  margin-top:1.5em;
  margin-bottom:0.5em;
  line-height:1.5
}

.htw-prose :where(h4 strong):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:700;
  color:inherit
}

.htw-prose :where(img):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(picture):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  display:block;
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(kbd):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  font-weight:500;
  font-family:inherit;
  color:var(--tw-prose-kbd);
  box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size:0.875em;
  border-radius:0.3125rem;
  padding-top:0.1875em;
  padding-right:0.375em;
  padding-bottom:0.1875em;
  padding-left:0.375em
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-code);
  font-weight:normal;
  font-size:0.8rem;
  background-color:rgb(var(--_histoire-color-gray-500) / 20%);
  padding:0.05rem 0.5rem;
  border-radius:0.25rem;
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::before, .htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::after{
  display:none
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::before{
  content:"`"
}

.htw-prose :where(code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::after{
  content:"`"
}

.htw-prose :where(a code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(h1 code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(h2 code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit;
  font-size:0.875em
}

.htw-prose :where(h3 code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit;
  font-size:0.9em
}

.htw-prose :where(h4 code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(blockquote code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(thead th code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:inherit
}

.htw-prose :where(pre):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-pre-code);
  background-color:var(--tw-prose-pre-bg);
  overflow-x:auto;
  font-weight:400;
  font-size:0.875em;
  line-height:1.7142857;
  margin-top:1.7142857em;
  margin-bottom:1.7142857em;
  border-radius:0.375rem;
  padding-top:0.8571429em;
  padding-right:1.1428571em;
  padding-bottom:0.8571429em;
  padding-left:1.1428571em
}

.htw-prose :where(pre code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  background-color:transparent;
  border-width:0;
  border-radius:0;
  padding:0;
  font-weight:inherit;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  line-height:inherit
}

.htw-prose :where(pre code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::before{
  content:none
}

.htw-prose :where(pre code):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *))::after{
  content:none
}

.htw-prose :where(table):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  width:100%;
  table-layout:auto;
  text-align:left;
  margin-top:2em;
  margin-bottom:2em;
  font-size:0.875em;
  line-height:1.7142857
}

.htw-prose :where(thead):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-th-borders)
}

.htw-prose :where(thead th):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  vertical-align:bottom;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.htw-prose :where(tbody tr):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-td-borders)
}

.htw-prose :where(tbody tr:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-bottom-width:0
}

.htw-prose :where(tbody td):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  vertical-align:baseline
}

.htw-prose :where(tfoot):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  border-top-width:1px;
  border-top-color:var(--tw-prose-th-borders)
}

.htw-prose :where(tfoot td):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  vertical-align:top
}

.htw-prose :where(figure > *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.htw-prose :where(figcaption):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  color:var(--tw-prose-captions);
  font-size:0.875em;
  line-height:1.4285714;
  margin-top:0.8571429em
}

.htw-prose{
  --tw-prose-body:#374151;
  --tw-prose-headings:#111827;
  --tw-prose-lead:#4b5563;
  --tw-prose-links:#111827;
  --tw-prose-bold:#111827;
  --tw-prose-counters:#6b7280;
  --tw-prose-bullets:#d1d5db;
  --tw-prose-hr:#e5e7eb;
  --tw-prose-quotes:#111827;
  --tw-prose-quote-borders:#e5e7eb;
  --tw-prose-captions:#6b7280;
  --tw-prose-kbd:#111827;
  --tw-prose-kbd-shadows:17 24 39;
  --tw-prose-code:#111827;
  --tw-prose-pre-code:#e5e7eb;
  --tw-prose-pre-bg:#1f2937;
  --tw-prose-th-borders:#d1d5db;
  --tw-prose-td-borders:#e5e7eb;
  --tw-prose-invert-body:#d1d5db;
  --tw-prose-invert-headings:#fff;
  --tw-prose-invert-lead:#9ca3af;
  --tw-prose-invert-links:#fff;
  --tw-prose-invert-bold:#fff;
  --tw-prose-invert-counters:#9ca3af;
  --tw-prose-invert-bullets:rgb(var(--_histoire-color-gray-500));
  --tw-prose-invert-hr:rgb(var(--_histoire-color-gray-800));
  --tw-prose-invert-quotes:#f3f4f6;
  --tw-prose-invert-quote-borders:rgb(var(--_histoire-color-gray-800));
  --tw-prose-invert-captions:#9ca3af;
  --tw-prose-invert-kbd:#fff;
  --tw-prose-invert-kbd-shadows:255 255 255;
  --tw-prose-invert-code:#fff;
  --tw-prose-invert-pre-code:#d1d5db;
  --tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders:#4b5563;
  --tw-prose-invert-td-borders:#374151;
  font-size:1rem;
  line-height:1.75
}

.htw-prose :where(picture > img):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.htw-prose :where(video):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0.1rem;
  margin-bottom:0.1rem
}

.htw-prose :where(ol > li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-left:0.375em
}

.htw-prose :where(ul > li):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-left:0.375em
}

.htw-prose :where(.htw-prose > ul > li p):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.htw-prose :where(.htw-prose > ul > li > *:first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:1.25em
}

.htw-prose :where(.htw-prose > ul > li > *:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-bottom:1.25em
}

.htw-prose :where(.htw-prose > ol > li > *:first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:1.25em
}

.htw-prose :where(.htw-prose > ol > li > *:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-bottom:1.25em
}

.htw-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.htw-prose :where(dl):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.htw-prose :where(dd):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0.5em;
  padding-left:1.625em
}

.htw-prose :where(hr + *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(h2 + *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(h3 + *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(h4 + *):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(thead th:first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-left:0
}

.htw-prose :where(thead th:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-right:0
}

.htw-prose :where(tbody td, tfoot td):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-top:0.5714286em;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.htw-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-left:0
}

.htw-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  padding-right:0
}

.htw-prose :where(figure):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.htw-prose :where(.htw-prose > :first-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-top:0
}

.htw-prose :where(.htw-prose > :last-child):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-bottom:0
}

.htw-prose :where(h1, h2, h3, h4, th):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)){
  margin-bottom:0.75rem;
}

.htw-prose :where(h1, h2, h3, h4, th):not(:where([class~="htw-not-prose"],[class~="htw-not-prose"] *)):not(:first-child){
  margin-top:1.25rem
}

.htw-pointer-events-none{
  pointer-events:none
}

.htw-invisible{
  visibility:hidden
}

.htw-fixed{
  position:fixed
}

.htw-absolute{
  position:absolute
}

.htw-relative{
  position:relative
}

.htw-inset-0{
  inset:0px
}

.htw-bottom-0{
  bottom:0px
}

.htw-bottom-4{
  bottom:1rem
}

.htw-bottom-5{
  bottom:1.25rem
}

.htw-bottom-8{
  bottom:2rem
}

.htw-left-0{
  left:0px
}

.htw-left-5{
  left:1.25rem
}

.htw-left-8{
  left:2rem
}

.htw-right-0{
  right:0px
}

.htw-right-4{
  right:1rem
}

.htw-right-5{
  right:1.25rem
}

.htw-right-8{
  right:2rem
}

.htw-top-0{
  top:0px
}

.htw-top-5{
  top:1.25rem
}

.htw-top-8{
  top:2rem
}

.htw-isolate{
  isolation:isolate
}

.htw-z-10{
  z-index:10
}

.htw-z-20{
  z-index:20
}

.htw-m-0{
  margin:0px
}

.htw-m-1{
  margin:0.25rem
}

.htw-m-4{
  margin:1rem
}

.htw-m-auto{
  margin:auto
}

.-htw-my-1{
  margin-top:-0.25rem;
  margin-bottom:-0.25rem
}

.htw-mx-1{
  margin-left:0.25rem;
  margin-right:0.25rem
}

.htw-mx-2{
  margin-left:0.5rem;
  margin-right:0.5rem
}

.htw-mx-4{
  margin-left:1rem;
  margin-right:1rem
}

.htw-mx-6{
  margin-left:1.5rem;
  margin-right:1.5rem
}

.htw-my-0{
  margin-top:0px;
  margin-bottom:0px
}

.htw-my-2{
  margin-top:0.5rem;
  margin-bottom:0.5rem
}

.htw-my-4{
  margin-top:1rem;
  margin-bottom:1rem
}

.htw-my-8{
  margin-top:2rem;
  margin-bottom:2rem
}

.-htw-mt-1{
  margin-top:-0.25rem
}

.htw-mb-2{
  margin-bottom:0.5rem
}

.htw-mb-6{
  margin-bottom:1.5rem
}

.htw-mb-8{
  margin-bottom:2rem
}

.htw-ml-4{
  margin-left:1rem
}

.htw-ml-auto{
  margin-left:auto
}

.htw-mr-2{
  margin-right:0.5rem
}

.htw-mr-auto{
  margin-right:auto
}

.htw-mt-0{
  margin-top:0px
}

.htw-mt-0\.5{
  margin-top:0.125rem
}

.htw-mt-1{
  margin-top:0.25rem
}

.htw-mt-2{
  margin-top:0.5rem
}

.htw-box-border{
  box-sizing:border-box
}

.htw-block{
  display:block
}

.htw-flex{
  display:flex
}

.htw-inline-flex{
  display:inline-flex
}

.htw-grid{
  display:grid
}

.\!htw-hidden{
  display:none !important
}

.htw-hidden{
  display:none
}

.htw-h-1{
  height:0.25rem
}

.htw-h-10{
  height:2.5rem
}

.htw-h-12{
  height:3rem
}

.htw-h-16{
  height:4rem
}

.htw-h-2{
  height:0.5rem
}

.htw-h-20{
  height:5rem
}

.htw-h-3{
  height:0.75rem
}

.htw-h-32{
  height:8rem
}

.htw-h-4{
  height:1rem
}

.htw-h-48{
  height:12rem
}

.htw-h-5{
  height:1.25rem
}

.htw-h-6{
  height:1.5rem
}

.htw-h-64{
  height:16rem
}

.htw-h-8{
  height:2rem
}

.htw-h-9{
  height:2.25rem
}

.htw-h-\[100px\]{
  height:100px
}

.htw-h-\[16px\]{
  height:16px
}

.htw-h-\[1px\]{
  height:1px
}

.htw-h-\[22px\]{
  height:22px
}

.htw-h-\[27px\]{
  height:27px
}

.htw-h-\[2px\]{
  height:2px
}

.htw-h-\[51px\]{
  height:51px
}

.htw-h-fit{
  height:-moz-fit-content;
  height:fit-content
}

.htw-h-full{
  height:100%
}

.htw-h-px{
  height:1px
}

.htw-h-screen{
  height:100vh
}

.htw-max-h-\[400px\]{
  max-height:400px
}

.htw-max-h-\[80vh\]{
  max-height:80vh
}

.htw-max-h-full{
  max-height:100%
}

.htw-min-h-32{
  min-height:8rem
}

.htw-min-h-\[26px\]{
  min-height:26px
}

.htw-w-0{
  width:0px
}

.htw-w-16{
  width:4rem
}

.htw-w-2{
  width:0.5rem
}

.htw-w-20{
  width:5rem
}

.htw-w-28{
  width:7rem
}

.htw-w-3{
  width:0.75rem
}

.htw-w-32{
  width:8rem
}

.htw-w-4{
  width:1rem
}

.htw-w-5{
  width:1.25rem
}

.htw-w-6{
  width:1.5rem
}

.htw-w-64{
  width:16rem
}

.htw-w-8{
  width:2rem
}

.htw-w-\[16px\]{
  width:16px
}

.htw-w-\[2px\]{
  width:2px
}

.htw-w-fit{
  width:-moz-fit-content;
  width:fit-content
}

.htw-w-full{
  width:100%
}

.htw-w-max{
  width:-moz-max-content;
  width:max-content
}

.htw-w-px{
  width:1px
}

.htw-w-screen{
  width:100vw
}

.htw-min-w-0{
  min-width:0px
}

.htw-min-w-16{
  min-width:4rem
}

.htw-min-w-4{
  min-width:1rem
}

.htw-min-w-\[150px\]{
  min-width:150px
}

.htw-min-w-\[80px\]{
  min-width:80px
}

.htw-max-w-6{
  max-width:1.5rem
}

.htw-max-w-\[400px\]{
  max-width:400px
}

.htw-max-w-\[512px\]{
  max-width:512px
}

.htw-max-w-\[63px\]{
  max-width:63px
}

.htw-max-w-\[82px\]{
  max-width:82px
}

.htw-max-w-full{
  max-width:100%
}

.htw-max-w-none{
  max-width:none
}

.htw-flex-1{
  flex:1 1 0%
}

.htw-flex-none{
  flex:none
}

.htw-flex-shrink{
  flex-shrink:1
}

.htw-shrink{
  flex-shrink:1
}

.htw-shrink-0{
  flex-shrink:0
}

.htw-grow{
  flex-grow:1
}

.htw-rotate-90{
  --tw-rotate:90deg;
  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))
}

.htw-scale-0{
  --tw-scale-x:0;
  --tw-scale-y:0;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.htw-cursor-default{
  cursor:default
}

.htw-cursor-ew-resize{
  cursor:ew-resize
}

.htw-cursor-ns-resize{
  cursor:ns-resize
}

.htw-cursor-nwse-resize{
  cursor:nwse-resize
}

.htw-cursor-pointer{
  cursor:pointer
}

.htw-cursor-text{
  cursor:text
}

.htw-select-none{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.htw-resize-none{
  resize:none
}

.htw-resize-y{
  resize:vertical
}

.htw-appearance-none{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none
}

.htw-grid-cols-\[repeat\(auto-fill\,minmax\(200px\,1fr\)\)\]{
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr))
}

.htw-flex-row{
  flex-direction:row
}

.htw-flex-col{
  flex-direction:column
}

.htw-flex-wrap{
  flex-wrap:wrap
}

.htw-flex-nowrap{
  flex-wrap:nowrap
}

.htw-place-content-between{
  place-content:space-between
}

.htw-items-start{
  align-items:flex-start
}

.htw-items-end{
  align-items:flex-end
}

.htw-items-center{
  align-items:center
}

.htw-items-baseline{
  align-items:baseline
}

.htw-items-stretch{
  align-items:stretch
}

.htw-justify-end{
  justify-content:flex-end
}

.htw-justify-center{
  justify-content:center
}

.htw-justify-evenly{
  justify-content:space-evenly
}

.htw-gap-0{
  gap:0px
}

.htw-gap-0\.5{
  gap:0.125rem
}

.htw-gap-1{
  gap:0.25rem
}

.htw-gap-12{
  gap:3rem
}

.htw-gap-2{
  gap:0.5rem
}

.htw-gap-4{
  gap:1rem
}

.htw-gap-6{
  gap:1.5rem
}

.htw-gap-px{
  gap:1px
}

.htw-gap-x-2{
  -moz-column-gap:0.5rem;
       column-gap:0.5rem
}

.htw-gap-y-1{
  row-gap:0.25rem
}

.htw-space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1rem * var(--tw-space-y-reverse))
}

.htw-divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
}

.htw-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-100) / var(--tw-divide-opacity))
}

.htw-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-200) / var(--tw-divide-opacity))
}

.htw-overflow-auto{
  overflow:auto
}

.htw-overflow-hidden{
  overflow:hidden
}

.htw-overflow-y-auto{
  overflow-y:auto
}

.htw-overflow-y-scroll{
  overflow-y:scroll
}

.htw-scroll-smooth{
  scroll-behavior:smooth
}

.htw-truncate{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}

.htw-text-ellipsis{
  text-overflow:ellipsis
}

.htw-whitespace-nowrap{
  white-space:nowrap
}

.\!htw-rounded-\[3px\]{
  border-radius:3px !important
}

.htw-rounded{
  border-radius:0.375rem
}

.htw-rounded-full{
  border-radius:9999px
}

.htw-rounded-lg{
  border-radius:0.75rem
}

.htw-rounded-sm{
  border-radius:0.25rem
}

.htw-rounded-b-lg{
  border-bottom-right-radius:0.75rem;
  border-bottom-left-radius:0.75rem
}

.htw-rounded-l{
  border-top-left-radius:0.375rem;
  border-bottom-left-radius:0.375rem
}

.htw-rounded-r{
  border-top-right-radius:0.375rem;
  border-bottom-right-radius:0.375rem
}

.htw-rounded-r-lg{
  border-top-right-radius:0.75rem;
  border-bottom-right-radius:0.75rem
}

.htw-border{
  border-width:1px
}

.htw-border-0{
  border-width:0px
}

.htw-border-2{
  border-width:2px
}

.htw-border-8{
  border-width:8px
}

.htw-border-b{
  border-bottom-width:1px
}

.htw-border-l-2{
  border-left-width:2px
}

.htw-border-r{
  border-right-width:1px
}

.htw-border-t{
  border-top-width:1px
}

.htw-border-solid{
  border-style:solid
}

.htw-border-black\/20{
  border-color:rgb(0 0 0 / 0.2)
}

.htw-border-black\/25{
  border-color:rgb(0 0 0 / 0.25)
}

.htw-border-black\/50{
  border-color:rgb(0 0 0 / 0.5)
}

.htw-border-current{
  border-color:currentColor
}

.htw-border-gray-100{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-100) / var(--tw-border-opacity))
}

.htw-border-gray-200{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-200) / var(--tw-border-opacity))
}

.htw-border-gray-300\/30{
  border-color:rgb(var(--_histoire-color-gray-300) / 0.3)
}

.htw-border-gray-500\/10{
  border-color:rgb(var(--_histoire-color-gray-500) / 0.1)
}

.htw-border-gray-500\/30{
  border-color:rgb(var(--_histoire-color-gray-500) / 0.3)
}

.htw-border-gray-500\/40{
  border-color:rgb(var(--_histoire-color-gray-500) / 0.4)
}

.htw-border-gray-500\/5{
  border-color:rgb(var(--_histoire-color-gray-500) / 0.05)
}

.htw-border-gray-500\/50{
  border-color:rgb(var(--_histoire-color-gray-500) / 0.5)
}

.htw-border-gray-600{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-600) / var(--tw-border-opacity))
}

.htw-border-gray-800{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-800) / var(--tw-border-opacity))
}

.htw-border-gray-850{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-border-opacity))
}

.htw-border-primary-200{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-200) / var(--tw-border-opacity))
}

.htw-border-primary-500{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.htw-border-primary-900{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-900) / var(--tw-border-opacity))
}

.htw-border-transparent{
  border-color:transparent
}

.\!htw-bg-primary-500{
  --tw-bg-opacity:1 !important;
  background-color:rgb(var(--_histoire-color-primary-500) / var(--tw-bg-opacity)) !important
}

.htw-bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-100) / var(--tw-bg-opacity))
}

.htw-bg-gray-200{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-200) / var(--tw-bg-opacity))
}

.htw-bg-gray-400\/25{
  background-color:rgb(var(--_histoire-color-gray-400) / 0.25)
}

.htw-bg-gray-50{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-50) / var(--tw-bg-opacity))
}

.htw-bg-gray-500\/10{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.1)
}

.htw-bg-gray-500\/50{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.5)
}

.htw-bg-gray-700{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-700) / var(--tw-bg-opacity))
}

.htw-bg-gray-800{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-800) / var(--tw-bg-opacity))
}

.htw-bg-primary-200{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-200) / var(--tw-bg-opacity))
}

.htw-bg-primary-50{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-50) / var(--tw-bg-opacity))
}

.htw-bg-primary-500{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-500) / var(--tw-bg-opacity))
}

.htw-bg-primary-500\/10{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.1)
}

.htw-bg-primary-500\/20{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.2)
}

.htw-bg-primary-500\/25{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.25)
}

.htw-bg-primary-700{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-700) / var(--tw-bg-opacity))
}

.htw-bg-primary-800{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-800) / var(--tw-bg-opacity))
}

.htw-bg-transparent{
  background-color:transparent
}

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

.htw-bg-white\/80{
  background-color:rgb(255 255 255 / 0.8)
}

.htw-fill-primary-500{
  fill:rgb(var(--_histoire-color-primary-500))
}

.htw-fill-transparent{
  fill:transparent
}

.htw-stroke-white{
  stroke:#fff
}

.htw-stroke-2{
  stroke-width:2
}

.htw-p-1{
  padding:0.25rem
}

.htw-p-2{
  padding:0.5rem
}

.htw-p-4{
  padding:1rem
}

.htw-p-8{
  padding:2rem
}

.htw-p-px{
  padding:1px
}

.htw-px-0{
  padding-left:0px;
  padding-right:0px
}

.htw-px-0\.5{
  padding-left:0.125rem;
  padding-right:0.125rem
}

.htw-px-1{
  padding-left:0.25rem;
  padding-right:0.25rem
}

.htw-px-2{
  padding-left:0.5rem;
  padding-right:0.5rem
}

.htw-px-4{
  padding-left:1rem;
  padding-right:1rem
}

.htw-px-6{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.htw-py-0{
  padding-top:0px;
  padding-bottom:0px
}

.htw-py-0\.5{
  padding-top:0.125rem;
  padding-bottom:0.125rem
}

.htw-py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

.htw-py-12{
  padding-top:3rem;
  padding-bottom:3rem
}

.htw-py-2{
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.htw-py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.htw-py-4{
  padding-top:1rem;
  padding-bottom:1rem
}

.htw-pl-0{
  padding-left:0px
}

.htw-pl-0\.5{
  padding-left:0.125rem
}

.htw-pl-2{
  padding-left:0.5rem
}

.htw-pl-4{
  padding-left:1rem
}

.htw-pl-6{
  padding-left:1.5rem
}

.htw-pr-2{
  padding-right:0.5rem
}

.htw-pr-6{
  padding-right:1.5rem
}

.htw-pt-4{
  padding-top:1rem
}

.htw-text-left{
  text-align:left
}

.htw-text-center{
  text-align:center
}

.htw-font-mono{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.htw-text-2xl{
  font-size:1.5rem;
  line-height:2rem
}

.htw-text-5xl{
  font-size:3rem;
  line-height:1
}

.htw-text-lg{
  font-size:1.125rem;
  line-height:1.75rem
}

.htw-text-sm{
  font-size:0.875rem;
  line-height:1.25rem
}

.htw-text-xs{
  font-size:0.75rem;
  line-height:1rem
}

.htw-font-bold{
  font-weight:700
}

.htw-uppercase{
  text-transform:uppercase
}

.htw-leading-none{
  line-height:1
}

.htw-leading-normal{
  line-height:1.5
}

.htw-text-black\/\[1\%\]{
  color:rgb(0 0 0 / 1%)
}

.htw-text-gray-400{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-400) / var(--tw-text-opacity))
}

.htw-text-gray-500{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-500) / var(--tw-text-opacity))
}

.htw-text-gray-500\/20{
  color:rgb(var(--_histoire-color-gray-500) / 0.2)
}

.htw-text-gray-700{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-700) / var(--tw-text-opacity))
}

.htw-text-gray-900{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-900) / var(--tw-text-opacity))
}

.htw-text-inherit{
  color:inherit
}

.htw-text-orange-500{
  --tw-text-opacity:1;
  color:rgb(249 115 22 / var(--tw-text-opacity))
}

.htw-text-primary-200{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-200) / var(--tw-text-opacity))
}

.htw-text-primary-400{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-400) / var(--tw-text-opacity))
}

.htw-text-primary-500{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-500) / var(--tw-text-opacity))
}

.htw-text-primary-600{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-600) / var(--tw-text-opacity))
}

.htw-text-primary-800{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-800) / var(--tw-text-opacity))
}

.htw-text-red-500{
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity))
}

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

.htw-opacity-0{
  opacity:0
}

.htw-opacity-20{
  opacity:0.2
}

.htw-opacity-25{
  opacity:0.25
}

.htw-opacity-30{
  opacity:0.3
}

.htw-opacity-40{
  opacity:0.4
}

.htw-opacity-50{
  opacity:0.5
}

.htw-opacity-60{
  opacity:0.6
}

.htw-opacity-70{
  opacity:0.7
}

.htw-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)
}

.htw-outline-none{
  outline:2px solid transparent;
  outline-offset:2px
}

.htw-transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.htw-transition-border{
  transition-property:border;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.htw-transition-colors{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.htw-transition-none{
  transition-property:none
}

.htw-transition-transform{
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.htw-delay-150{
  transition-delay:150ms
}

.htw-duration-150{
  transition-duration:150ms
}

.htw-duration-200{
  transition-duration:200ms
}

.htw-duration-300{
  transition-duration:300ms
}

.htw-ease-\[cubic-bezier\(0\,1\,\.6\,1\)\]{
  transition-timing-function:cubic-bezier(0,1,.6,1)
}

.htw-ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.htw-ease-out{
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1)
}

.htw-will-change-transform{
  will-change:transform
}

:is(.htw-dark .dark\:htw-prose-invert){
  --tw-prose-body:var(--tw-prose-invert-body);
  --tw-prose-headings:var(--tw-prose-invert-headings);
  --tw-prose-lead:var(--tw-prose-invert-lead);
  --tw-prose-links:var(--tw-prose-invert-links);
  --tw-prose-bold:var(--tw-prose-invert-bold);
  --tw-prose-counters:var(--tw-prose-invert-counters);
  --tw-prose-bullets:var(--tw-prose-invert-bullets);
  --tw-prose-hr:var(--tw-prose-invert-hr);
  --tw-prose-quotes:var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
  --tw-prose-captions:var(--tw-prose-invert-captions);
  --tw-prose-kbd:var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code:var(--tw-prose-invert-code);
  --tw-prose-pre-code:var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders:var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders:var(--tw-prose-invert-td-borders)
}

.first\:htw-mt-0:first-child{
  margin-top:0px
}

.last\:htw-mb-0:last-child{
  margin-bottom:0px
}

.focus-within\:htw-border-primary-500:focus-within{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.focus-within\:htw-bg-gray-500\/5:focus-within{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.05)
}

.hover\:htw-border-primary-500:hover{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.hover\:htw-bg-gray-200:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-200) / var(--tw-bg-opacity))
}

.hover\:htw-bg-gray-500\/10:hover{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.1)
}

.hover\:htw-bg-gray-500\/20:hover{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.2)
}

.hover\:htw-bg-gray-500\/30:hover{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.3)
}

.hover\:htw-bg-primary-100:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-100) / var(--tw-bg-opacity))
}

.hover\:htw-bg-primary-200:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-200) / var(--tw-bg-opacity))
}

.hover\:htw-bg-primary-300:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-300) / var(--tw-bg-opacity))
}

.hover\:htw-bg-primary-50:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-50) / var(--tw-bg-opacity))
}

.hover\:htw-bg-primary-500\/10:hover{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.1)
}

.hover\:htw-bg-primary-500\/30:hover{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.3)
}

.hover\:htw-bg-primary-500\/50:hover{
  background-color:rgb(var(--_histoire-color-primary-500) / 0.5)
}

.hover\:htw-bg-primary-600:hover{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-600) / var(--tw-bg-opacity))
}

.hover\:htw-text-primary-500:hover{
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-500) / var(--tw-text-opacity))
}

.hover\:htw-opacity-100:hover{
  opacity:1
}

.focus\:htw-border-primary-500:focus{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.focus\:htw-border-primary-500\/50:focus{
  border-color:rgb(var(--_histoire-color-primary-500) / 0.5)
}

.focus\:htw-opacity-100:focus{
  opacity:1
}

.focus-visible\:htw-border-primary-500:focus-visible{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.active\:htw-bg-gray-600\/50:active{
  background-color:rgb(var(--_histoire-color-gray-600) / 0.5)
}

.htw-group:first-child .group-first\:htw-hidden{
  display:none
}

.htw-group:nth-child(odd) .group-odd\:htw-bg-gray-100\/50{
  background-color:rgb(var(--_histoire-color-gray-100) / 0.5)
}

.htw-group:focus-within .group-focus-within\:htw-visible{
  visibility:visible
}

.htw-group:hover .group-hover\:htw-flex{
  display:flex
}

.htw-group:hover .group-hover\:htw-border-primary-500{
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

.htw-group:hover .group-hover\:htw-bg-primary-100{
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-100) / var(--tw-bg-opacity))
}

.htw-group:hover .group-hover\:htw-opacity-100{
  opacity:1
}

.htw-group:hover .group-hover\:htw-opacity-90{
  opacity:0.9
}

.htw-group:active .group-active\:htw-bg-gray-500\/20{
  background-color:rgb(var(--_histoire-color-gray-500) / 0.2)
}

:is(.htw-dark .dark\:htw-divide-gray-750) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-750) / var(--tw-divide-opacity))
}

:is(.htw-dark .dark\:htw-divide-gray-800) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-800) / var(--tw-divide-opacity))
}

:is(.htw-dark .dark\:htw-divide-gray-850) > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-divide-opacity))
}

:is(.htw-dark .dark\:htw-border-gray-700\/30){
  border-color:rgb(var(--_histoire-color-gray-700) / 0.3)
}

:is(.htw-dark .dark\:htw-border-gray-750){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-750) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-gray-800){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-800) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-gray-850){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-gray-850) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-primary-900){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-900) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:htw-border-white\/20){
  border-color:rgb(255 255 255 / 0.2)
}

:is(.htw-dark .dark\:htw-border-white\/25){
  border-color:rgb(255 255 255 / 0.25)
}

:is(.htw-dark .dark\:htw-border-white\/50){
  border-color:rgb(255 255 255 / 0.5)
}

:is(.htw-dark .dark\:htw-bg-black){
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0 / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-600){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-600) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-700){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-700) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-750){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-750) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-900){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-900) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-gray-900\/80){
  background-color:rgb(var(--_histoire-color-gray-900) / 0.8)
}

:is(.htw-dark .dark\:htw-bg-primary-400){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-400) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-primary-600){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-600) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-primary-700){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-700) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-bg-primary-800){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-800) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:htw-text-black){
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-gray-100){
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-100) / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-gray-300){
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-gray-300) / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-primary-200){
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-200) / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-primary-400){
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-400) / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:htw-text-white\/\[1\%\]){
  color:rgb(255 255 255 / 1%)
}

:is(.htw-dark .dark\:focus-within\:htw-border-primary-500:focus-within){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:hover\:htw-border-primary-500:hover){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-gray-800:hover){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-gray-800) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-primary-700:hover){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-700) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-primary-800:hover){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-800) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-bg-primary-900:hover){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-900) / var(--tw-bg-opacity))
}

:is(.htw-dark .dark\:hover\:htw-text-primary-400:hover){
  --tw-text-opacity:1;
  color:rgb(var(--_histoire-color-primary-400) / var(--tw-text-opacity))
}

:is(.htw-dark .dark\:focus\:htw-border-primary-500:focus){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

:is(.htw-dark .htw-group:nth-child(odd) .dark\:group-odd\:htw-bg-gray-750\/40){
  background-color:rgb(var(--_histoire-color-gray-750) / 0.4)
}

.htw-group:hover :is(.htw-dark .group-hover\:dark\:htw-border-primary-500){
  --tw-border-opacity:1;
  border-color:rgb(var(--_histoire-color-primary-500) / var(--tw-border-opacity))
}

:is(.htw-dark .htw-group:hover .dark\:group-hover\:htw-bg-primary-700){
  --tw-bg-opacity:1;
  background-color:rgb(var(--_histoire-color-primary-700) / var(--tw-bg-opacity))
}

@media (min-width: 640px){
  .sm\:htw-h-4{
    height:1rem
  }

  .sm\:htw-w-4{
    width:1rem
  }

  .sm\:htw-p-1{
    padding:0.25rem
  }

  .sm\:htw-py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }
}

@media (min-width: 768px){
  .md\:htw-mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .md\:htw-mt-16{
    margin-top:4rem
  }

  .md\:htw-block{
    display:block
  }

  .md\:htw-max-w-\[600px\]{
    max-width:600px
  }

  .md\:htw-flex-col{
    flex-direction:column
  }

  .md\:htw-p-12{
    padding:3rem
  }

  .md\:htw-py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .md\:htw-py-1\.5{
    padding-top:0.375rem;
    padding-bottom:0.375rem
  }
}

@media (min-width: 1024px){
  .lg\:htw-max-w-\[800px\]{
    max-width:800px
  }
}

@media (min-width: 1280px){
  .xl\:htw-max-w-\[900px\]{
    max-width:900px
  }
}

@media (max-width: 767px){
  .\!md\:htw-flex-col{
    flex-direction:column
  }
}

.histoire-story-list-folder-button:hover .\[\.histoire-story-list-folder-button\:hover_\&\]\:htw-opacity-100{
  opacity:1
}

.landscape > div > .dragger[data-v-4f40a1bb] {
  width: .625rem;
}
.portrait > div > .dragger[data-v-4f40a1bb] {
  height: .625rem;
}
.landscape > div > .dragger.dragger-offset-before[data-v-4f40a1bb] {
  right: 0;
}
.portrait > div > .dragger.dragger-offset-before[data-v-4f40a1bb] {
  bottom: 0;
}
.landscape > div > .dragger.dragger-offset-center[data-v-4f40a1bb] {
  right: -.3125rem;
}
.portrait > div > .dragger.dragger-offset-center[data-v-4f40a1bb] {
  bottom: -.3125rem;
}
.landscape > div > .dragger.dragger-offset-after[data-v-4f40a1bb] {
  right: -.625rem;
}
.portrait > div > .dragger.dragger-offset-after[data-v-4f40a1bb] {
  bottom: -.625rem;
}

.bind-icon-color[data-v-b8625753] {
  color: var(--6509026e);
}

.htw-base-empty[data-v-c5ecfead]:not(.no-animation) {
  animation: htw-base-empty-c5ecfead .15s .2s both;
}
@keyframes htw-base-empty-c5ecfead {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

.bind-icon-color[data-v-a5a2e343] {
  color: var(--597bf4c4);
}

.bind-tree-padding[data-v-cace6303] {
  padding-left: var(--1ee776cd);
}

.bind-tree-margin[data-v-c9b616b5] {
  margin-left: var(--c4f9d186);
}
.bind-icon-color[data-v-c9b616b5] {
  color: var(--7270060e);
}

.bind-icon-color[data-v-abf83c04] {
  color: var(--02b8e3da);
}

.bind-icon-color[data-v-f8e09a03] {
  color: var(--2762f67a);
}

.__histoire-code-placeholder[data-v-f7d2e46a] {
  color: inherit;
  font-size: inherit;
}

.bind-icon-color[data-v-d75a2748] {
  color: var(--ddaae392);
}

.bind-preview-bg[data-v-c48fb2b2] {
  background-color: var(--627bec82);
  color: var(--35068428);
}

.bind-icon-color[data-v-d3ab4dd6] {
  color: var(--bd0f30ce);
}
.bind-preview-bg[data-v-d3ab4dd6] {
  background-color: var(--8da98e9c);
}

img.colorize-black[data-v-2114f510] {
  filter: grayscale(100) brightness(0);
}

.bind-preview-bg[data-v-9bc3d486] {
  background-color: var(--321f9a07);
}

.__histoire-hatched-pattern[data-v-91561117] {
  background: repeating-linear-gradient(135deg,
  transparent 0px,
  transparent 32px,
  currentColor 32px,
  currentColor 64px);
}
*, ::before, ::after {--_histoire-color-primary-50: 236 253 245;--_histoire-color-primary-100: 209 250 229;--_histoire-color-primary-200: 167 243 208;--_histoire-color-primary-300: 110 231 183;--_histoire-color-primary-400: 52 211 153;--_histoire-color-primary-500: 16 185 129;--_histoire-color-primary-600: 5 150 105;--_histoire-color-primary-700: 4 120 87;--_histoire-color-primary-800: 6 95 70;--_histoire-color-primary-900: 6 78 59;--_histoire-color-gray-50: 250 250 250;--_histoire-color-gray-100: 244 244 245;--_histoire-color-gray-200: 228 228 231;--_histoire-color-gray-300: 212 212 216;--_histoire-color-gray-400: 161 161 170;--_histoire-color-gray-500: 113 113 122;--_histoire-color-gray-600: 82 82 91;--_histoire-color-gray-700: 63 63 70;--_histoire-color-gray-750: 50 50 56;--_histoire-color-gray-800: 39 39 42;--_histoire-color-gray-850: 31 31 33;--_histoire-color-gray-900: 24 24 27;--_histoire-color-gray-950: 16 16 18;}.htw-range-input::-webkit-slider-thumb{height:.75rem;width:.75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}:is(.htw-dark .htw-range-input)::-webkit-slider-thumb{border-color:#ffffff40;--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.htw-range-input:hover::-webkit-slider-thumb{--tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important}.htw-range-input::-moz-range-thumb{height:.75rem;width:.75rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:9999px;border-width:1px;border-style:solid;border-color:#00000040;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}:is(.htw-dark .htw-range-input)::-moz-range-thumb{border-color:#ffffff40;--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.htw-range-input:hover::-moz-range-thumb{--tw-border-opacity: 1 !important;border-color:rgb(16 185 129 / var(--tw-border-opacity))!important;--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity))!important}.v-popper{line-height:0}.htw-dark .v-popper--theme-dropdown .v-popper__inner{--tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity));--tw-text-opacity: 1;color:rgb(244 244 245 / var(--tw-text-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-inner{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity))}.htw-dark .v-popper--theme-dropdown .v-popper__arrow-outer{--tw-border-opacity: 1;border-color:rgb(31 31 33 / var(--tw-border-opacity))}.v-popper--theme-dropdown.v-popper__popper--show-from .v-popper__wrapper{transform:scale(.75)}.v-popper--theme-dropdown.v-popper__popper--show-to .v-popper__wrapper{transform:none;transition:transform .15s cubic-bezier(0,1,.5,1)}.v-popper__popper:focus-visible{outline:none}.htw-bind-col-size{grid-template-columns:repeat(auto-fill,minmax(var(--histoire-col-size),1fr))}.__histoire-json-code[data-v-935458a7] .cm-editor{height:100%;min-width:280px}html,
body {
  background: transparent !important;
}body {
  margin: 0;
}html {
  font-size: 1rem;
  font-family: 'Noto Sans Display', system-ui, sans-serif;
}.htw-sandbox-hidden {
  display: none;
}.__histoire-render-story:not(.__histoire-render-custom-controls) {
  overflow: auto;
  min-height: 100%;
}
/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-loader[data-v-9dbfbd80] {
  display: grid;
  place-items: center;
}
.p-loader.absolute[data-v-9dbfbd80] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-loader .loader-circle[data-v-9dbfbd80] {
  animation: fill-rotate-9dbfbd80 1s linear infinite;
}
.p-loader .p-loader-wrapper.color-primary .loader-circle[data-v-9dbfbd80] {
  stroke: var(--color-primary);
}
.p-loader .p-loader-wrapper.color-secondary .loader-circle[data-v-9dbfbd80] {
  stroke: var(--color-primary-light);
}
.p-loader .p-loader-wrapper.size-normal[data-v-9dbfbd80] {
  width: 32px;
  height: 32px;
}
.p-loader .p-loader-wrapper.size-normal svg[data-v-9dbfbd80] {
  width: 32px;
  height: 32px;
}
.p-loader .p-loader-wrapper.size-small[data-v-9dbfbd80] {
  width: 16px;
  height: 16px;
}
.p-loader .p-loader-wrapper.size-small svg[data-v-9dbfbd80] {
  width: 16px;
  height: 16px;
}
@keyframes fill-rotate-9dbfbd80 {
0% {
    stroke-dashoffset: 160px;
}
50% {
    stroke-dashoffset: 110px;
    transform: rotate(135deg);
}
100% {
    stroke-dashoffset: 160px;
    transform: rotate(360deg);
}
}
/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
/** Переменные обычной кнопки */
/** Переменные текстовой кнопки */
.p-button[data-v-8671bfb7] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  overflow: hidden;
}
.p-button .main svg[data-v-8671bfb7-s] {
  display: flex;
}
.p-button.variant-rounded[data-v-8671bfb7] {
  border-radius: 24px;
}
.p-button.variant-default[data-v-8671bfb7] {
  border-radius: 8px;
}
.p-button.variant-default.size-small[data-v-8671bfb7], .p-button.variant-rounded.size-small[data-v-8671bfb7] {
  min-height: 44px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
}
.p-button.variant-default.size-small .main[data-v-8671bfb7], .p-button.variant-rounded.size-small .main[data-v-8671bfb7] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-button.variant-default.size-x-small[data-v-8671bfb7], .p-button.variant-rounded.size-x-small[data-v-8671bfb7] {
  min-height: 32px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 16px;
}
.p-button.variant-default.size-x-small .main[data-v-8671bfb7], .p-button.variant-rounded.size-x-small .main[data-v-8671bfb7] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-button.variant-default.color-primary[data-v-8671bfb7], .p-button.variant-rounded.color-primary[data-v-8671bfb7] {
  color: var(--brand-text-color);
  background-color: var(--color-primary);
}
.p-button.variant-default.color-secondary[data-v-8671bfb7], .p-button.variant-rounded.color-secondary[data-v-8671bfb7] {
  color: #2b3238;
  background-color: #f1f5f9;
}
.p-button.variant-default.color-secondary-blue[data-v-8671bfb7], .p-button.variant-rounded.color-secondary-blue[data-v-8671bfb7] {
  color: #2b3238;
  background-color: #ceeaff;
}
.p-button.variant-default.color-secondary-white[data-v-8671bfb7], .p-button.variant-rounded.color-secondary-white[data-v-8671bfb7] {
  color: #2b3238;
  background-color: #ffffff;
}
.p-button.variant-default.disabled[data-v-8671bfb7], .p-button.variant-rounded.disabled[data-v-8671bfb7] {
  color: #b6c7d6;
  background-color: #e5ebf0;
  pointer-events: none;
}
.p-button.variant-text[data-v-8671bfb7] {
  background-color: transparent;
}
.p-button.variant-text.size-large[data-v-8671bfb7] {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-weight: 600;
}
.p-button.variant-text.size-medium[data-v-8671bfb7] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.p-button.variant-text.size-small[data-v-8671bfb7] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
}
.p-button.variant-text.size-x-small[data-v-8671bfb7] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.p-button.variant-text.color-primary[data-v-8671bfb7] {
  color: var(--color-primary);
}
.p-button.variant-text.color-black[data-v-8671bfb7] {
  color: #2b3238;
}
.p-button.variant-text.color-blue[data-v-8671bfb7] {
  color: var(--color-bold-blue);
}
.p-button.variant-text.color-asphalt[data-v-8671bfb7] {
  color: #91a0ae;
}
.p-button.variant-text.color-green[data-v-8671bfb7] {
  color: #51b77a;
}
.p-button.variant-text.disabled[data-v-8671bfb7] {
  color: #b6c7d6;
  pointer-events: none;
}
.p-button.loading .loader[data-v-8671bfb7] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: inherit;
}
.p-button.loading .main[data-v-8671bfb7] {
  visibility: hidden;
}
.p-button.block[data-v-8671bfb7] {
  width: 100%;
}
.p-button > [data-v-8671bfb7-s]:first-child {
  flex-shrink: 0;
  margin-right: 5px;
}
.p-button > [data-v-8671bfb7-s]:last-child {
  flex-shrink: 0;
  margin-left: 5px;
}
.p-button > [data-v-8671bfb7-s]:only-child {
  margin: 0;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-alert[data-v-e0022191] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
}
.p-alert.error[data-v-e0022191] {
  background-color: #f7deec;
  color: #c3799d;
}
.p-alert.warning[data-v-e0022191] {
  background-color: #fbe6dd;
  color: #f4765a;
}
.p-alert.info[data-v-e0022191] {
  background-color: #e5ebf0;
  color: #2b3238;
}
.p-alert.success[data-v-e0022191] {
  background-color: #ddf8df;
  color: #51b77a;
}
.p-alert .alert-icon[data-v-e0022191] {
  flex-shrink: 0;
  margin-right: 12px;
  max-height: 20px;
}
.p-alert .alert-text[data-v-e0022191] {
  font-weight: 600;
  color: #2b3238;
}
.p-alert .alert-left[data-v-e0022191] {
  padding: 16px 0 16px 16px;
  display: flex;
  align-self: center;
}
.p-alert .alert-right[data-v-e0022191] {
  padding: 10px 12px;
  color: #2b3238;
}
.p-alert .alert-right.with-cross[data-v-e0022191] {
  padding: 16px 16px 16px;
  max-height: 20px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-alert-container[data-v-0e93ce13] {
  display: grid;
  grid-gap: 12px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-audio-player[data-v-8649f5d4] {
  gap: 8px;
  flex: 1;
  display: flex;
  align-items: center;
  color: #91a0ae;
}
.p-audio-player .audio-container[data-v-8649f5d4] {
  gap: 8px;
  display: flex;
  align-items: center;
  width: 100%;
}
.p-audio-player .audio-container .wave-container[data-v-8649f5d4] {
  width: 100%;
  position: relative;
  gap: 8px;
  flex: 1;
  display: flex;
  align-items: center;
}
.p-audio-player .audio-container .wave-container .toggle[data-v-8649f5d4] {
  display: flex;
  color: var(--color-primary);
}
.p-audio-player .audio-container .wave-container .audio-wave-container[data-v-8649f5d4] {
  width: 100%;
  position: relative;
}
.p-audio-player .audio-container .wave-container .audio-wave-container .audio-wave[data-v-8649f5d4] {
  position: relative;
  flex: 1;
}
.p-audio-player .audio-container .wave-container .audio-wave-container .wave-loader[data-v-8649f5d4] {
  width: 100%;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAAYCAYAAAB9VvY1AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAX+SURBVHgB7VpPTBxVGP/ezLydZYGShlYhEaM9lESaiIkc9MCFoxGtIcR4EaTJJkLQqAePHD0YrQ2YrGlLGxM1iNW08WYP9kAPNJFDOZQYNMGkHEoTbcvuzps/vm+YB7OzM7szu8xut7s/shn2vTe/9973vvf9A4AW6o75Sz+P4AeaEBI0EL7MfNu7cPGXPnjCYFpGCj/QhGgoBaRq8gWD6INzmatNeVhPIhRocsxfvtJNTBjKm+bGR1Njm1ADfHP5ysmcafZrmnbzk/Q796BBEUV2X19YPqFLMCBD2+r05Gvbor2hLGAcIEY+ZYBJLQu6oEbIMbMdn2001QYNjCiy08UYi1F3e9MrYAv1RSQF/Cyz1JVx4q9M5hb9PPPdMagS5XhwTgixnrhwWHuudK04p/u9OHii7MvL4+1z84RZq4RZZVBmiWSiD/19KiENZxNsAL/n5D/7E4nEKwuLv/ZAGbh5vMjLf59CHj8BYNyAc37Bn96+hcWlHux7KGv9EBNQeDgHU62X8fv+niNm4l7ZRUGebr6aT2gjmHgdBk8mk6Fe2eXoX0O4r1KXXYCpW8PI49fn5vHKLggKZpXO71vezgRVBnj/Eb75He7F7TZimbYPJ6Ds+XKPT/dDUqUvGpaeQp659Oiu3xi/eEjj8YUE+GMWz2EZFEhlEQQqtCrJR6YnT6/59cnE6kmy+6sHrZ49Ozh7YalfkZPKzMToOoSAkF0p4MGhgikS2Zx5960dSSKKafnz4EXQgfUlmbqWDpCrgOC5C730uPXIV3YK6GXXF6Zc5PAw5w1fTiE7Jcyiw0AUUmcmTl8vNxZvyFFIMq/Q8HYy9alhPjObmXjjBkTAV+d/OCUr6tMP8+zWp+nxf91z4EHhRZMtZW36vTe3FJ6NGWDga0UKiMpHCOl+AJ1dnQBlDlU6aVoa/rqOVoWLflBkhOiOHsBGV9QsN6vk+viV69F14z/+dafUWMPUjxGZdOvU7OayY17ZoQxQFlAFKt1HOQjZSYWTXU2h26skxnAXU/F91HA/ntJupJfucZS3FEXgFg3fxduHiuw2/8zSUu5nLOAW2Z0RostDd1S7mmWh7EqFL1GQVTZP4D6q5QlCgQLq9FE31mqqjavsW8w1HJ9BY8K4o8rR63DHOUdpoPeAOkJz9i5VIIOziz8NoQFxt0kxybLpC9EtFAK9h87duEmpBjVAgQIqrH2HKbmNDiO5BVWgTU9ucetnP719NKfr+URtyo+maelQJ9hzEwL1gsmVCKWc4M8o76XTaRxfFBtTktiFGCAVTj66++HU+J1yGZUvTMjanzI8aR4Uc/e8kmTPrxaT3GXIwYPrLESELMv3CD/0TujYxXlVLXFdZc+uYJ8QXlxCtEFk+6C5ztlBv8qSq7uaeWOuEllWhELZYSKE879f5Z8X8RyRB5M3iAGH5oJnp8Z+CzsWywt+7c7tC83j4dzgj40DroODd4S3L0CJwKZuEd/kgFpkWyOEoSJDGSAPL2fYijc9OY5/37zmN38U5HTYbqNWN5Xay2avCld2DYiiMmnHT3bVZsCHzeOGkJ2CpYmgQcSy1hWTpPAWZzJL1Nd1ElrWxLt5ggcV85R0I47FqQQzE2OBdTvHYthWQ2TxwpVboDOCd9ZZaykeN6KEHc5hr4jvwpX3ooXLHS04A/dawwJ5mHx8lxPvtylcEQwIV28z+HrkgATLjycoDBKyk9A6BJlXvNXChHtd5+yZsT9s0+z6z4YguHm8UI3EnSCeUm4EOXE9HcZztyEmoBXDOYQr/+DM27fD7rmQp1TYURrClaOFq4aH5tWbgmevwH0gO0Wj69gXptaX0tXfcaxfn5vHK7sg1C9KrgDzl34cMbnrvM/ju8OKrRYufs+L1HSQX91/PuaXCmqAc+eXXwIZnhGF8XOLy69j++zk2DVoIESRnXfPor313zAt1BVNr4CWrNqWVCZmjbLVveQBM/YskyJn+48ToshO7Nkb6zd9IdrJyGvq+ipJHh5HRJFd0J4bSgGJSTdk/qxdba2FuNFQChhXMbTucAr4zYj/AStch07+ip9dAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  position: absolute;
}
.p-audio-player .audio-container .wave-container .audio-wave-container .wave-loader[data-v-8649f5d4] .size-small {
  width: 20px;
  height: 20px;
}
.p-audio-player .audio-container .wave-container .audio-wave-container .wave-loader[data-v-8649f5d4] .size-small .svg {
  width: 20px;
  height: 20px;
}
.p-audio-player .audio-container .audio-time[data-v-8649f5d4] {
  width: 34px;
  user-select: none;
  font-size: 12px;
  line-height: 16px;
}
.p-audio-player.time-bottom[data-v-8649f5d4] {
  align-items: flex-start;
}
.p-audio-player.time-bottom .audio-container[data-v-8649f5d4] {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.p-audio-player.time-bottom .audio-container .wave-container[data-v-8649f5d4] {
  width: 100%;
}
.p-audio-player.time-bottom .audio-container .audio-time[data-v-8649f5d4] {
  margin-left: 28px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-avatar[data-v-42c3240d] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid;
  font-size: var(--42c3240d-size);
  color: #ffffff;
  flex-shrink: 0;
}
.p-avatar img[data-v-42c3240d] {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.p-avatar .initials[data-v-42c3240d] {
  color: #ffffff;
}
.p-avatar .initials.size-x-small[data-v-42c3240d] {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
}
.p-avatar .initials.size-small[data-v-42c3240d] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
}
.p-avatar .initials.size-medium[data-v-42c3240d] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
}
.p-avatar .initials.size-large[data-v-42c3240d] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.p-avatar .initials.size-x-large[data-v-42c3240d] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.p-avatar.color-blue[data-v-42c3240d] {
  background: #ceeaff;
}
.p-avatar.color-purple[data-v-42c3240d] {
  background: #eee5ff;
}
.p-avatar.color-pink[data-v-42c3240d] {
  background: #f7deec;
}
.p-avatar.color-orange[data-v-42c3240d] {
  background: #fbe6dd;
}
.p-avatar.color-green[data-v-42c3240d] {
  background: #ddf8df;
}
.p-avatar.size-x-small[data-v-42c3240d] {
  width: 24px;
  height: 24px;
}
.p-avatar.size-small[data-v-42c3240d] {
  width: 32px;
  height: 32px;
}
.p-avatar.size-medium[data-v-42c3240d] {
  width: 40px;
  height: 40px;
}
.p-avatar.size-large[data-v-42c3240d] {
  width: 48px;
  height: 48px;
}
.p-avatar.size-x-large[data-v-42c3240d] {
  width: 56px;
  height: 56px;
}
.overlay[data-v-42c3240d] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(43, 50, 56, 0.32);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-610364f3] {
  display: flex;
  justify-content: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-circle-badge[data-v-ecffc872] {
  position: relative;
  display: inline-block;
}
.circle-badge[data-v-ecffc872] {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.large[data-v-ecffc872] {
  width: 20px;
  height: 20px;
  padding: 3px;
}
.medium[data-v-ecffc872] {
  width: 16px;
  height: 16px;
  padding: 2px;
}
.small[data-v-ecffc872] {
  width: 12px;
  height: 12px;
  padding: 1px;
}
.green[data-v-ecffc872] {
  border: 1px solid #51b77a;
  background: #ffffff;
}
.smog[data-v-ecffc872] {
  border: 1px solid #e5ebf0;
  background: #ffffff;
}
.dark[data-v-ecffc872] {
  border: 1px solid #ffffff;
  background: #5d7285;
}
.top-left[data-v-ecffc872] {
  top: 0;
  left: 0;
}
.top-right[data-v-ecffc872] {
  top: 0;
  right: 0;
}
.bottom-left[data-v-ecffc872] {
  bottom: 0;
  left: 0;
}
.bottom-right[data-v-ecffc872] {
  bottom: 0;
  right: 0;
}
.top-left.floating[data-v-ecffc872] {
  top: -6px;
  left: -6px;
}
.top-right.floating[data-v-ecffc872] {
  top: -6px;
  right: -6px;
}
.bottom-left.floating[data-v-ecffc872] {
  bottom: -6px;
  left: -6px;
}
.bottom-right.floating[data-v-ecffc872] {
  bottom: -6px;
  right: -6px;
}
.scale-enter-active[data-v-ecffc872], .scale-leave-active[data-v-ecffc872] {
  transition: transform 0.2s ease;
}
.scale-enter-from[data-v-ecffc872], .scale-leave-to[data-v-ecffc872] {
  transform: scale(0);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.container[data-v-b72eb564] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-bottom-bar[data-v-11222c90] {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.p-bottom-bar[data-v-11222c90]:not(.no-padding) {
  padding: 8px 16px 12px;
}
.p-bottom-bar.bordered[data-v-11222c90] {
  border-top: 1px solid rgba(43, 50, 56, 0.08);
}
.p-bottom-bar.elevated[data-v-11222c90] {
  box-shadow: 0px -12px 30px rgba(43, 50, 56, 0.08);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-54b14f6c] {
  border: 2px dashed rgba(43, 50, 56, 0.08);
  padding: 20px;
  margin-bottom: 12px;
}
.variants[data-v-54b14f6c] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.variants .component[data-v-54b14f6c] {
  border: 2px dashed rgba(43, 50, 56, 0.08);
}
.variants .component .button[data-v-54b14f6c] {
  flex-grow: 1;
}
.variants .component .text[data-v-54b14f6c] {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #91a0ae;
  flex-grow: 1;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-a7ab22f8] {
  display: flex;
  justify-content: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.button-floating[data-v-d1189f34] {
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  background-color: #ffffff;
  position: var(--d1189f34-props\.position);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
}
.button-floating.color-primary[data-v-d1189f34] {
  color: var(--brand-text-color);
  background-color: var(--color-primary);
}
.button-floating.color-secondary-white[data-v-d1189f34] {
  color: #2b3238;
  background-color: #ffffff;
}
.button-floating[data-v-d1189f34]:disabled {
  cursor: auto;
  color: #b6c7d6;
  background: #e5ebf0;
}
.button-floating.x-small[data-v-d1189f34] {
  padding: 8px;
}
.button-floating.x-small .icon[data-v-d1189f34] {
  width: 16px;
}
.button-floating.small[data-v-d1189f34] {
  padding: 12px;
}
.button-floating.right[data-v-d1189f34] {
  right: 16px;
}
.button-floating.center[data-v-d1189f34] {
  right: 50%;
  transform: translateX(50%);
}
.button-floating .icon[data-v-d1189f34] {
  display: flex;
}
.button-floating .text[data-v-d1189f34] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
  margin-left: 8px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-9d48fc7d] {
  width: 50vw;
  height: 100vh;
  background: #f1f5f9;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.button-floating-group[data-v-769ea756] {
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
  position: var(--769ea756-position);
  bottom: 24px;
}
.button-floating-group.right[data-v-769ea756] {
  right: 16px;
}
.button-floating-group.center[data-v-769ea756] {
  right: calc(50% - 22px);
}
.button-floating-group.center .float-action[data-v-769ea756] {
  right: 0;
}
.button-floating-group .float-action[data-v-769ea756] {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 0;
  bottom: -44px;
  right: -22px;
}
.button-floating-group .button[data-v-769ea756] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  bottom: 0;
  right: 0;
  flex: 1;
  justify-content: flex-start !important;
}
.button-floating-group .overlay[data-v-769ea756] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.24);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-4cd1de3f] {
  width: 50vw;
  height: 100vh;
  background: #f1f5f9;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-picker-wheel[data-v-cccdd7f9] {
  overflow: hidden;
  position: relative;
}
.p-picker-wheel .wrapper[data-v-cccdd7f9] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.p-picker-wheel .wrapper .selected-field[data-v-cccdd7f9] {
  position: absolute;
  background-color: #f1f5f9;
  height: 44px;
  right: 0;
  left: 0;
  border-radius: 8px;
}
.p-picker-wheel .wrapper .slides[data-v-cccdd7f9] {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide[data-v-cccdd7f9] {
  align-items: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-weight: 400;
  transition: opacity 0.1s ease-out;
  will-change: transform, opacity;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-date-picker[data-v-9c3c04c6] {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 8px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-counter[data-v-5209f446] {
  position: relative;
  display: inline-flex;
}
.counter[data-v-5209f446] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.counter.floating[data-v-5209f446] {
  position: absolute;
  top: -4px;
  left: calc(100% - 6px);
}
.counter.color-primary[data-v-5209f446] {
  background-color: #ffffff;
  color: var(--color-primary);
}
.counter.color-black[data-v-5209f446] {
  background-color: #2b3238;
  color: #ffffff;
}
.counter.color-red[data-v-5209f446] {
  background-color: #e46060;
  color: #ffffff;
}
.counter.size-small[data-v-5209f446] {
  font-size: 12px;
  line-height: 16px;
  min-width: 20px;
  height: 20px;
}
.counter.size-x-small[data-v-5209f446] {
  font-size: 10px;
  line-height: 14px;
  min-width: 16px;
  height: 16px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-field[data-v-d0dd0671] {
  width: 100%;
}
.p-field .control[data-v-d0dd0671] {
  display: flex;
  flex-direction: column;
}
.p-field .control .content[data-v-d0dd0671] {
  display: flex;
}
.p-field .control .value[data-v-d0dd0671] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 44px;
}
.p-field .control .value .label[data-v-d0dd0671] {
  font-size: 12px;
  line-height: 16px;
  color: #91a0ae;
}
.p-field .control .value .label[data-v-d0dd0671]:empty {
  display: none;
}
.p-field .control .value[data-v-d0dd0671] input[type="date"]::-webkit-inner-spin-button,
.p-field .control .value[data-v-d0dd0671] input[type="time"]::-webkit-inner-spin-button,
.p-field .control .value[data-v-d0dd0671] input[type="date"]::-webkit-calendar-picker-indicator,
.p-field .control .value[data-v-d0dd0671] input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.p-field .control .value[data-v-d0dd0671] input,
.p-field .control .value[data-v-d0dd0671] textarea {
  width: 100%;
  height: 100%;
  color: inherit;
  resize: none;
  font-weight: 400;
}
.p-field .control .value[data-v-d0dd0671] input:-webkit-autofill,
.p-field .control .value[data-v-d0dd0671] textarea:-webkit-autofill {
  border-radius: inherit;
}
.p-field .control .value[data-v-d0dd0671] input::placeholder,
.p-field .control .value[data-v-d0dd0671] textarea::placeholder {
  font-weight: 400;
  color: #91a0ae;
}
.p-field.text-size-large .value[data-v-d0dd0671],
.p-field.text-size-large[data-v-d0dd0671] input,
.p-field.text-size-large[data-v-d0dd0671] textarea,
.p-field.text-size-large[data-v-d0dd0671] div[contenteditable] {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.p-field.text-size-large.variant-default.size-large .value[data-v-d0dd0671] {
  height: 54px;
  padding: 16px 0;
}
.p-field.text-size-large.variant-default.size-large.multiline .value[data-v-d0dd0671] {
  height: auto;
  min-height: 54px;
}
.p-field.text-size-large.variant-default.size-large .left[data-v-d0dd0671],
.p-field.text-size-large.variant-default.size-large .right[data-v-d0dd0671] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-field.text-size-large.variant-default.label.size-large .value[data-v-d0dd0671] {
  padding: 8px 0;
}
.p-field.text-size-large.variant-default.size-medium .value[data-v-d0dd0671] {
  height: 38px;
  padding: 8px 0;
}
.p-field.text-size-large.variant-default.size-medium.multiline .value[data-v-d0dd0671] {
  height: auto;
  min-height: 38px;
}
.p-field.text-size-large.variant-default.size-medium .left[data-v-d0dd0671],
.p-field.text-size-large.variant-default.size-medium .right[data-v-d0dd0671] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-field.text-size-large.variant-default.size-small .value[data-v-d0dd0671] {
  height: 30px;
  padding: 4px 0;
}
.p-field.text-size-large.variant-default.size-small.multiline .value[data-v-d0dd0671] {
  height: auto;
  min-height: 30px;
}
.p-field.text-size-large.variant-default.size-small .left[data-v-d0dd0671],
.p-field.text-size-large.variant-default.size-small .right[data-v-d0dd0671] {
  margin-top: 4px;
  margin-bottom: 4px;
}
.p-field.text-size-medium .value[data-v-d0dd0671],
.p-field.text-size-medium[data-v-d0dd0671] input,
.p-field.text-size-medium[data-v-d0dd0671] textarea,
.p-field.text-size-medium[data-v-d0dd0671] div[contenteditable] {
  font-size: 16px;
  line-height: 24px;
}
.p-field.text-size-medium.variant-default.size-large .value[data-v-d0dd0671] {
  height: 54px;
  padding: 16px 0;
}
.p-field.text-size-medium.variant-default.size-large.multiline .value[data-v-d0dd0671] {
  height: auto;
  min-height: 54px;
}
.p-field.text-size-medium.variant-default.size-large .left[data-v-d0dd0671],
.p-field.text-size-medium.variant-default.size-large .right[data-v-d0dd0671] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.p-field.text-size-medium.variant-default.label.size-large .value[data-v-d0dd0671] {
  padding: 8px 0;
}
.p-field.text-size-medium.variant-default.size-medium .value[data-v-d0dd0671] {
  height: 38px;
  padding: 8px 0;
}
.p-field.text-size-medium.variant-default.size-medium.multiline .value[data-v-d0dd0671] {
  height: auto;
  min-height: 38px;
}
.p-field.text-size-medium.variant-default.size-medium .left[data-v-d0dd0671],
.p-field.text-size-medium.variant-default.size-medium .right[data-v-d0dd0671] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.p-field.text-size-medium.variant-default.size-small .value[data-v-d0dd0671] {
  height: 30px;
  padding: 4px 0;
}
.p-field.text-size-medium.variant-default.size-small.multiline .value[data-v-d0dd0671] {
  height: auto;
  min-height: 30px;
}
.p-field.text-size-medium.variant-default.size-small .left[data-v-d0dd0671],
.p-field.text-size-medium.variant-default.size-small .right[data-v-d0dd0671] {
  margin-top: 4px;
  margin-bottom: 4px;
}
.p-field.text-size-small .value[data-v-d0dd0671],
.p-field.text-size-small[data-v-d0dd0671] input,
.p-field.text-size-small[data-v-d0dd0671] textarea,
.p-field.text-size-small[data-v-d0dd0671] div[contenteditable] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.p-field.text-size-small.variant-default.size-large .value[data-v-d0dd0671] {
  height: 50px;
  padding: 14px 0;
}
.p-field.text-size-small.variant-default.size-large.multiline .value[data-v-d0dd0671] {
  height: auto;
  min-height: 50px;
}
.p-field.text-size-small.variant-default.size-large .left[data-v-d0dd0671],
.p-field.text-size-small.variant-default.size-large .right[data-v-d0dd0671] {
  margin-top: 14px;
  margin-bottom: 14px;
}
.p-field.text-size-small.variant-default.label.size-large .value[data-v-d0dd0671] {
  padding: 8px 0;
}
.p-field.text-size-small.variant-default.size-medium .value[data-v-d0dd0671] {
  height: 34px;
  padding: 6px 0;
}
.p-field.text-size-small.variant-default.size-medium.multiline .value[data-v-d0dd0671] {
  height: auto;
  min-height: 34px;
}
.p-field.text-size-small.variant-default.size-medium .left[data-v-d0dd0671],
.p-field.text-size-small.variant-default.size-medium .right[data-v-d0dd0671] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.p-field.text-size-small.variant-default.size-small .value[data-v-d0dd0671] {
  height: 26px;
  padding: 2px 0;
}
.p-field.text-size-small.variant-default.size-small.multiline .value[data-v-d0dd0671] {
  height: auto;
  min-height: 26px;
}
.p-field.text-size-small.variant-default.size-small .left[data-v-d0dd0671],
.p-field.text-size-small.variant-default.size-small .right[data-v-d0dd0671] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.p-field.variant-default .label ~ .content .value[data-v-d0dd0671] {
  transform: translateY(6px);
}
.p-field.variant-default .control[data-v-d0dd0671] {
  padding: 0 16px;
  border: 1px solid #d0dbe4;
  background: #ffffff;
}
.p-field.variant-default .control.border-default[data-v-d0dd0671] {
  border-radius: 8px;
}
.p-field.variant-default .control.border-bottom-only[data-v-d0dd0671] {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.p-field.variant-default .control.border-top-only[data-v-d0dd0671] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.p-field.variant-default .control.border-none[data-v-d0dd0671] {
  border-radius: unset;
}
.p-field.variant-default.active .control[data-v-d0dd0671] {
  border: 1px solid transparent;
  outline: 2px solid var(--color-primary);
  outline-offset: -2px;
}
.p-field.variant-default .readonly[data-v-d0dd0671] {
  border: 1px dashed #d0dbe4;
}
.p-field.variant-default .readonly .right[data-v-d0dd0671],
.p-field.variant-default .readonly .left[data-v-d0dd0671] {
  opacity: 0.5;
}
.p-field.variant-raw .label[data-v-d0dd0671] {
  display: none;
}
.p-field.variant-raw.disabled .control[data-v-d0dd0671] {
  background-color: inherit;
}
.p-field.invalid .control[data-v-d0dd0671] {
  color: #e46060;
  border-color: #e46060;
}
.p-field .left[data-v-d0dd0671],
.p-field .right[data-v-d0dd0671] {
  display: flex;
  align-items: center;
}
.p-field .left[data-v-d0dd0671]:empty,
.p-field .right[data-v-d0dd0671]:empty {
  display: none;
}
.p-field .left[data-v-d0dd0671] {
  margin-right: 12px;
}
.p-field .right[data-v-d0dd0671] {
  margin-left: 12px;
}
.p-field .hint[data-v-d0dd0671] {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  white-space: pre-line;
  color: #91a0ae;
}
.p-field .hint.error[data-v-d0dd0671] {
  color: #e46060;
}
.p-field .hint[data-v-d0dd0671]:empty {
  margin-top: 0;
}
.p-field .hint ul[data-v-d0dd0671] {
  padding-left: 20px;
}
.p-field .hint ul li[data-v-d0dd0671] {
  list-style: inherit;
}
.p-field.disabled[data-v-d0dd0671] {
  pointer-events: none;
}
.p-field.disabled .control[data-v-d0dd0671] {
  background-color: #f1f5f9;
}
.p-field.disabled .control .label[data-v-d0dd0671],
.p-field.disabled .control .left[data-v-d0dd0671],
.p-field.disabled .control .right[data-v-d0dd0671],
.p-field.disabled .control[data-v-d0dd0671] input,
.p-field.disabled .control[data-v-d0dd0671] textarea,
.p-field.disabled .control[data-v-d0dd0671] div[contenteditable] {
  -webkit-text-fill-color: #b6c7d6;
  color: #b6c7d6;
}
.p-field.disabled .control .label[data-v-d0dd0671]::placeholder,
.p-field.disabled .control .left[data-v-d0dd0671]::placeholder,
.p-field.disabled .control .right[data-v-d0dd0671]::placeholder,
.p-field.disabled .control[data-v-d0dd0671] input::placeholder,
.p-field.disabled .control[data-v-d0dd0671] textarea::placeholder,
.p-field.disabled .control[data-v-d0dd0671] div[contenteditable]::placeholder {
  -webkit-text-fill-color: #b6c7d6;
  color: #b6c7d6;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-input input[data-v-2c85d6c4] {
  text-overflow: ellipsis;
}
.p-input .value[data-v-2c85d6c4] {
  display: flex;
  position: relative;
}
.p-input .value .stub[data-v-2c85d6c4] {
  display: flex;
  align-items: center;
  line-height: normal;
  width: 100%;
}
.p-input[data-v-2c85d6c4] .right {
  display: flex;
  align-items: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-stepper[data-v-d8b1417d] input {
  text-align: center;
}
.p-stepper[data-v-d8b1417d] .left {
  margin-right: 4px;
}
.p-stepper[data-v-d8b1417d] .right {
  margin-left: 4px;
}
.p-stepper.size-small[data-v-d8b1417d] {
  min-width: 100px;
}
.p-stepper.size-small[data-v-d8b1417d] .control {
  padding: 0 8px;
}
.p-stepper.size-medium[data-v-d8b1417d], .p-stepper.size-large[data-v-d8b1417d] {
  min-width: 108px;
}
.p-stepper.size-medium[data-v-d8b1417d] .control, .p-stepper.size-large[data-v-d8b1417d] .control {
  padding: 0 12px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-card-emoji[data-v-0e32fcf8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
}
.p-card-emoji .emoji[data-v-0e32fcf8] {
  width: 48px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f5f9;
  border-radius: 100%;
  font-family: emoji;
  font-size: 32px;
}
.p-card-emoji .title[data-v-0e32fcf8] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: pre-line;
  text-align: center;
  margin-top: 8px;
}
.p-card-emoji .content[data-v-0e32fcf8] {
  margin-top: 16px;
  width: 100%;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-checkbox[data-v-e431896e] {
  display: inline-flex;
  cursor: pointer;
}
.p-checkbox.text-size-sm[data-v-e431896e] {
  font-size: 14px;
  line-height: 20px;
}
.p-checkbox.text-size-sm .icon[data-v-e431896e] {
  height: 20px;
}
.p-checkbox.text-size-md[data-v-e431896e] {
  font-size: 16px;
  line-height: 24px;
}
.p-checkbox.text-size-md .icon[data-v-e431896e] {
  height: 24px;
}
.p-checkbox.text-size-lg[data-v-e431896e] {
  font-size: 18px;
  line-height: 28px;
}
.p-checkbox.text-size-lg .icon[data-v-e431896e] {
  height: 28px;
}
.p-checkbox.label-position-right[data-v-e431896e] {
  flex-direction: row;
}
.p-checkbox.label-position-left[data-v-e431896e] {
  flex-direction: row-reverse;
}
.p-checkbox.readonly[data-v-e431896e] {
  pointer-events: none;
  cursor: auto;
}
.p-checkbox .label[data-v-e431896e] {
  margin: 0 12px;
  font-weight: 600;
}
.p-checkbox .label[data-v-e431896e]:empty {
  display: none;
}
.p-checkbox .input-checkbox[data-v-e431896e] {
  display: none;
  appearance: none;
  cursor: pointer;
}
.p-checkbox .input-checkbox + .icon[data-v-e431896e] {
  color: #d0dbe4;
  min-width: 16px;
}
.p-checkbox .input-checkbox:checked + .icon[data-v-e431896e] {
  color: #2b3238;
}
.p-checkbox .input-checkbox:hover + .icon[data-v-e431896e], .p-checkbox .input-checkbox:focus + .icon[data-v-e431896e] {
  opacity: 72%;
  transition: opacity 0.2s ease;
}
.p-checkbox .input-checkbox:disabled + .icon[data-v-e431896e], .p-checkbox .input-checkbox:disabled ~ .label[data-v-e431896e] {
  cursor: not-allowed;
  color: #e5ebf0;
}
.p-checkbox .icon.indeterminate[data-v-e431896e] {
  color: #2b3238;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-chips[data-v-c76f7160] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-chips .chip[data-v-c76f7160] {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 32px;
  max-height: 32px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
  background: #f1f5f9;
  transition: background-color 0.2s ease;
  border-radius: 8px;
  cursor: pointer;
}
.p-chips .chip .chip-content[data-v-c76f7160] {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.p-chips .chip .chip-content .chip-text[data-v-c76f7160] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-chips .chip .chip-content .chip-icon[data-v-c76f7160] {
  min-width: 20px;
}
.p-chips .chip .chip-content .chip-count[data-v-c76f7160] {
  color: #b6c7d6;
}
.p-chips .chip.active[data-v-c76f7160] {
  background-color: #2b3238;
  color: #ffffff;
}
.p-chips .chip.disabled[data-v-c76f7160] {
  color: #b6c7d6;
  pointer-events: none;
}
.p-chips .chip[data-v-c76f7160]:active {
  background-color: #2b3238;
  color: #ffffff;
  opacity: 0.72;
}
@media (hover: hover) {
.p-chips .chip[data-v-c76f7160]:hover {
    background-color: #2b3238;
    color: #ffffff;
    opacity: 0.72;
}
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.dialog-card[data-v-f7e5e183] {
  z-index: 2000;
  display: flex;
  max-height: 100%;
  position: relative;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}
.dialog-card .dialog-container[data-v-f7e5e183] {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.dialog-card .loader[data-v-f7e5e183] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  overflow: hidden;
  user-select: none;
  position: absolute;
  background: #ffffff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.dialog-card .dialog-card-main[data-v-f7e5e183] {
  overflow: auto;
}
.dialog-card .dialog-card-footer[data-v-f7e5e183] {
  background: #ffffff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: 0.2s ease;
}
.dialog-card .dialog-card-footer.shadow[data-v-f7e5e183] {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
  transition: 0.2s ease;
}
.dialog-card .top-bar-space[data-v-f7e5e183],
.dialog-card .bottom-bar-space[data-v-f7e5e183] {
  width: 100%;
  z-index: 999;
  min-height: 16px;
  background: #ffffff;
}
.dialog-card .top-bar-space[data-v-f7e5e183] {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.dialog-card .bottom-bar-space[data-v-f7e5e183] {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.dialog-card.full[data-v-f7e5e183] {
  width: 100%;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-emoji-picker-wrapper[data-v-389f2120] {
  width: 100%;
  position: relative;
}
.p-emoji-picker-wrapper .p-emoji-picker[data-v-389f2120] {
  width: 328px;
  height: 232px;
  display: flex;
  position: absolute;
  flex-direction: column;
  z-index: 3000;
  background-color: #ffffff;
  transition: height 0.2s ease-out;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.p-emoji-picker-wrapper .p-emoji-picker .emoji-tabs[data-v-389f2120] {
  display: flex;
  position: relative;
}
.p-emoji-picker-wrapper .p-emoji-picker .emoji-tabs .tab-marker[data-v-389f2120] {
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 2px;
  position: absolute;
  width: var(--389f2120-tabWidth);
  background: var(--color-primary);
  transition-duration: 0.2s;
  transition-property: transform, opacity, height;
  transform: translateX(var(--389f2120-tabMarkerPosition));
}
.p-emoji-picker-wrapper .p-emoji-picker .emoji-tabs .emoji-tab[data-v-389f2120] {
  padding: 10px 0px;
  text-align: center;
  width: var(--389f2120-tabWidth);
}
.p-emoji-picker-wrapper .p-emoji-picker .emoji-tabs .emoji-tab[data-v-389f2120]:focus {
  opacity: unset;
}
.p-emoji-picker-wrapper .p-emoji-picker .emoji-tabs .emoji-tab[data-v-389f2120]:hover {
  opacity: unset;
  background-color: #f1f5f9;
}
.p-emoji-picker-wrapper .p-emoji-picker .emoji-tabs .emoji-tab.active-tab[data-v-389f2120] {
  color: var(--color-primary);
}
.p-emoji-picker-wrapper .p-emoji-picker .emoji-tabs .emoji-tab[data-v-389f2120]:first-child {
  border-top-left-radius: 8px;
}
.p-emoji-picker-wrapper .p-emoji-picker .emoji-tabs .emoji-tab[data-v-389f2120]:last-child {
  border-top-right-radius: 8px;
}
.p-emoji-picker-wrapper .p-emoji-picker .all-categories[data-v-389f2120] {
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  padding: 6px 6px 16px 10px;
}
.p-emoji-picker-wrapper .p-emoji-picker .all-categories .category-container[data-v-389f2120] {
  display: flex;
  flex-direction: column;
}
.p-emoji-picker-wrapper .p-emoji-picker .all-categories .category-container .category-title[data-v-389f2120] {
  color: #91a0ae;
  padding: 12px 6px 6px 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.p-emoji-picker-wrapper .p-emoji-picker .all-categories .category-container .emoji-container[data-v-389f2120] {
  display: flex;
  flex-wrap: wrap;
}
.p-emoji-picker-wrapper .p-emoji-picker .all-categories .category-container .emoji-container .emoji-item[data-v-389f2120] {
  width: 32px;
  margin: 6px;
  flex-grow: 1;
  height: 32px;
  display: flex;
  max-width: 32px;
  font-size: 32px;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.p-emoji-picker-wrapper .p-emoji-picker.fullwidth[data-v-389f2120] {
  width: 100%;
  position: unset;
  box-shadow: unset;
  border-radius: unset;
}
.p-emoji-picker-wrapper .p-emoji-picker.fullwidth .emoji-tabs .emoji-tab[data-v-389f2120]:first-child {
  border-top-left-radius: unset;
}
.p-emoji-picker-wrapper .p-emoji-picker.fullwidth .emoji-tabs .emoji-tab[data-v-389f2120]:last-child {
  border-top-right-radius: unset;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.emoji[data-v-a972e695] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.emoji.small[data-v-a972e695] {
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
}
.emoji.medium[data-v-a972e695] {
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
}
.emoji.large[data-v-a972e695] {
  width: 24px;
  height: 24px;
  font-size: 22px;
  line-height: 24px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-expansion-panel[data-v-4c60b38c] {
  display: grid;
  width: 100%;
  overflow-x: hidden;
}
.p-expansion-panel.active .button-icon[data-v-4c60b38c] {
  transform: rotate(180deg);
}
.p-expansion-panel .panel-title[data-v-4c60b38c] {
  display: grid;
  grid-template-columns: 1fr auto 16px;
  align-items: center;
  gap: 16px;
  background-color: #ffffff;
  z-index: 10;
  cursor: pointer;
}
.p-expansion-panel .panel-title:hover .title[data-v-4c60b38c], .p-expansion-panel .panel-title:hover .button-icon[data-v-4c60b38c] {
  opacity: 0.6;
}
.p-expansion-panel .panel-title.bordered[data-v-4c60b38c] {
  border-bottom: 1px solid rgba(43, 50, 56, 0.08);
}
.p-expansion-panel .panel-title .title[data-v-4c60b38c] {
  display: flex;
  gap: 16px;
  overflow: hidden;
}
.p-expansion-panel .panel-title .loader[data-v-4c60b38c] {
  display: inline-grid;
}
.p-expansion-panel .panel-title .button-icon[data-v-4c60b38c] {
  min-width: 16px;
  transition: all 0.2s linear;
}
.p-expansion-panel .panel-content[data-v-4c60b38c] {
  width: 100%;
  flex-grow: 1;
  overflow: auto;
}
.p-expansion-panel.color-disabled .panel-title[data-v-4c60b38c]:hover {
  opacity: 1;
}
.p-expansion-panel.color-black .panel-title[data-v-4c60b38c] {
  color: #2b3238;
}
.p-expansion-panel.color-grey .panel-title[data-v-4c60b38c] {
  color: #5d7285;
}
.p-expansion-panel.color-disabled .panel-title[data-v-4c60b38c] {
  color: #b6c7d6;
}
.p-expansion-panel.size-medium[data-v-4c60b38c] {
  padding-bottom: 12px;
}
.p-expansion-panel.size-medium .panel-title[data-v-4c60b38c] {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.p-expansion-panel.size-small[data-v-4c60b38c] {
  padding-bottom: 12px;
}
.p-expansion-panel.size-small .panel-title[data-v-4c60b38c] {
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
}
.p-expansion-panel.size-x-small[data-v-4c60b38c] {
  padding-bottom: 8px;
}
.p-expansion-panel.size-x-small .panel-title[data-v-4c60b38c] {
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-input-file[data-v-2022a665] {
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
}
.p-input-file.readonly[data-v-2022a665] {
  pointer-events: none;
}
input[data-v-2022a665] {
  display: none;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-group-avatars[data-v-64fd8265] {
  display: flex;
}
.p-group-avatars .avatar[data-v-64fd8265] {
  margin-right: var(--64fd8265-marginLeft);
  border: 1px solid #ffffff;
}
.p-group-avatars .avatar[data-v-64fd8265]:first-child {
  margin-left: 0;
}
.p-group-avatars .avatar.rest[data-v-64fd8265] {
  background-color: #f1f5f9;
}
.p-group-avatars .avatar.rest[data-v-64fd8265] .initials {
  font-size: 12px;
  line-height: 16px;
  white-space: break-spaces;
  color: #91a0ae;
  text-align: center;
  font-weight: 600;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-infinity-list[data-v-99325251] {
  max-height: var(--99325251-maxHeight);
  overflow-y: auto;
  overflow-x: hidden;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-input-avatar[data-v-b12fc35c] {
  display: flex;
  border: 1px dashed #d0dbe4;
  border-radius: 8px;
  width: 100%;
  transition: opacity 0.2s ease;
}
.p-input-avatar[data-v-b12fc35c]:hover {
  opacity: 0.8;
}
.input-file[data-v-b12fc35c] {
  width: 100%;
}
.activator[data-v-b12fc35c] {
  display: flex;
  padding: 12px 16px;
  width: 100%;
  align-items: center;
}
.label[data-v-b12fc35c] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.subtext[data-v-b12fc35c] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #91a0ae;
  white-space: pre-line;
}
.left-side[data-v-b12fc35c] {
  flex-grow: 1;
}
.avatar[data-v-b12fc35c] {
  margin-left: 16px;
}
.loading[data-v-b12fc35c] {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-text[data-v-b12fc35c] {
  color: #e46060;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-list-item[data-v-72c4f17d] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 8px 0;
  background-color: #ffffff;
}
.p-list-item:hover .title[data-v-72c4f17d], .p-list-item:hover .subtitle[data-v-72c4f17d] {
  opacity: 0.64;
}
.left-content[data-v-72c4f17d] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.right-content[data-v-72c4f17d] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}
.center-content[data-v-72c4f17d] {
  overflow: hidden;
}
.center-content .title[data-v-72c4f17d] {
  font-size: 16px;
  line-height: 24px;
  max-width: 244px;
  max-height: 48px;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.center-content .subtitle[data-v-72c4f17d] {
  font-size: 12px;
  line-height: 16px;
  max-width: 244px;
  max-height: 48px;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #91a0ae;
  margin-top: 4px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-options[data-v-c94a9c62] {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.p-options .p-options-option[data-v-c94a9c62] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: opacity 0.2s ease;
  cursor: pointer;
  text-align: left;
}
.p-options .p-options-option[data-v-c94a9c62]:hover {
  opacity: 0.64;
}
.p-options .p-options-option .p-options-option-title[data-v-c94a9c62] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-options .p-options-option .p-options-option-icon[data-v-c94a9c62] {
  min-width: 16px;
  margin-left: 16px;
}
.active[data-v-c94a9c62] {
  opacity: 0.64;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-progress-circular[data-v-9285c752] {
  border-radius: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.p-progress-circular .p-progress-circular-element[data-v-9285c752] {
  transform: rotate(-90deg);
}
.p-progress-circular .p-progress-circular-bar[data-v-9285c752] {
  stroke: var(--color-primary);
  fill: transparent;
  transition: all 0.2s linear;
}
.p-progress-circular .p-progress-circular-value[data-v-9285c752] {
  stroke-dashoffset: 0;
  fill: transparent;
}
.p-progress-circular-element.variant-large[data-v-9285c752] {
  width: 36px;
  height: 36px;
}
.p-progress-circular-element.variant-large .p-progress-circular-bar.indeterminate[data-v-9285c752] {
  stroke-dashoffset: 75;
  animation: progressIndeterminateLarge-9285c752 2s infinite linear;
}
.p-progress-circular-element.variant-small[data-v-9285c752] {
  width: 20px;
  height: 20px;
}
.p-progress-circular-element.variant-small .p-progress-circular-bar.indeterminate[data-v-9285c752] {
  stroke-dashoffset: 38;
  animation: progressIndeterminateSmall-9285c752 2s infinite linear;
}
@keyframes progressIndeterminateLarge-9285c752 {
0% {
    stroke-dashoffset: 100;
}
100% {
    stroke-dashoffset: -100;
}
}
@keyframes progressIndeterminateSmall-9285c752 {
0% {
    stroke-dashoffset: 50;
}
100% {
    stroke-dashoffset: -50;
}
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-progress-linear[data-v-0955f22c] {
  min-width: 100%;
  position: relative;
}
.p-progress-linear-bar[data-v-0955f22c] {
  width: 100%;
  height: 4px;
  border-radius: 9999px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.p-progress-linear-value[data-v-0955f22c] {
  position: absolute;
  height: 100%;
  background: var(--color-primary);
  box-shadow: 0px 1px 1px rgba(43, 50, 56, 0.18);
  border-radius: 9999px 0px 0px 9999px;
  transition: all 0.2s linear;
}
.p-progress-linear-value.indeterminate[data-v-0955f22c] {
  animation: 2s progressIndeterminate-0955f22c infinite linear;
}
@keyframes progressIndeterminate-0955f22c {
0% {
    left: 0%;
    right: 100%;
    width: 0%;
}
10% {
    left: 0%;
    right: 75%;
    width: 25%;
}
90% {
    right: 0%;
    left: 75%;
    width: 25%;
}
100% {
    left: 100%;
    right: 0%;
    width: 0%;
}
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-radio-button[data-v-7dce91e7] {
  display: inline-flex;
  cursor: pointer;
}
.p-radio-button.text-size-sm[data-v-7dce91e7] {
  font-size: 14px;
  line-height: 20px;
}
.p-radio-button.text-size-sm .icon[data-v-7dce91e7] {
  height: 20px;
}
.p-radio-button.text-size-md[data-v-7dce91e7] {
  font-size: 16px;
  line-height: 24px;
}
.p-radio-button.text-size-md .icon[data-v-7dce91e7] {
  height: 24px;
}
.p-radio-button.text-size-lg[data-v-7dce91e7] {
  font-size: 18px;
  line-height: 28px;
}
.p-radio-button.text-size-lg .icon[data-v-7dce91e7] {
  height: 28px;
}
.p-radio-button.label-position-right[data-v-7dce91e7] {
  flex-direction: row;
}
.p-radio-button.label-position-left[data-v-7dce91e7] {
  flex-direction: row-reverse;
}
.p-radio-button .label[data-v-7dce91e7] {
  margin: 0 12px;
  font-weight: 600;
}
.p-radio-button .label[data-v-7dce91e7]:empty {
  display: none;
}
.p-radio-button .input-radio[data-v-7dce91e7] {
  display: none;
  appearance: none;
  cursor: pointer;
}
.p-radio-button .input-radio + .icon[data-v-7dce91e7] {
  color: #d0dbe4;
  min-width: 16px;
}
.p-radio-button .input-radio:checked + .icon[data-v-7dce91e7] {
  color: #2b3238;
}
.p-radio-button .input-radio:hover + .icon[data-v-7dce91e7], .p-radio-button .input-radio:focus + .icon[data-v-7dce91e7] {
  opacity: 72%;
  transition: opacity 0.2s ease;
}
.p-radio-button .input-radio:disabled + .icon[data-v-7dce91e7], .p-radio-button .input-radio:disabled ~ .label[data-v-7dce91e7] {
  cursor: not-allowed;
  color: #e5ebf0;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-range-stepper[data-v-b67fa4c6] {
  display: flex;
  flex-direction: column;
}
.p-range-stepper .steppers-container[data-v-b67fa4c6] {
  display: flex;
  align-items: center;
}
.p-range-stepper .divider[data-v-b67fa4c6] {
  margin: 0 8px;
  font-size: 16px;
  line-height: 21px;
  color: #5d7285;
}
.p-range-stepper .error-container[data-v-b67fa4c6] {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #e46060;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-switch[data-v-af6c8c83] {
  display: inline-flex;
  vertical-align: middle;
  user-select: none;
}
.p-switch .text[data-v-af6c8c83] {
  margin: 0 16px;
  font-weight: 600;
  max-width: 204px;
}
.p-switch.text-size-sm[data-v-af6c8c83] {
  font-size: 14px;
  line-height: 20px;
}
.p-switch.text-size-sm .text[data-v-af6c8c83] {
  margin-top: 2px;
}
.p-switch.text-size-md[data-v-af6c8c83] {
  font-size: 16px;
  line-height: 24px;
}
.p-switch.text-size-md .text[data-v-af6c8c83] {
  margin-top: inherit;
}
.p-switch.text-size-lg[data-v-af6c8c83] {
  font-size: 18px;
  line-height: 28px;
}
.p-switch.text-size-lg .text[data-v-af6c8c83] {
  margin-top: -2px;
}
.p-switch .p-switch-label.label-position-right .text[data-v-af6c8c83] {
  order: 2;
}
.p-switch .p-switch-label.label-position-right .track[data-v-af6c8c83] {
  order: 1;
}
.p-switch .p-switch-label.label-position-left .text[data-v-af6c8c83] {
  order: 1;
  margin-left: 0;
}
.p-switch .p-switch-label.label-position-left .track[data-v-af6c8c83] {
  order: 2;
}
.p-switch.disabled .text[data-v-af6c8c83] {
  color: #b6c7d6;
}
.p-switch-label[data-v-af6c8c83] {
  display: flex;
}
.p-switch-label .track[data-v-af6c8c83] {
  position: relative;
  flex-shrink: 0;
  display: flex;
  border-radius: 100px;
  padding: 2px;
  width: 44px;
  height: 24px;
  background-color: #d0dbe4;
  transition: 0.2s ease;
  cursor: pointer;
}
.p-switch-label .track[data-v-af6c8c83]:hover {
  opacity: 72%;
}
.p-switch-label .thumb[data-v-af6c8c83] {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 2px;
  top: 2px;
  box-shadow: 0px 1px 1px rgba(43, 50, 56, 0.05);
  background-color: #ffffff;
  transition: 0.2s ease;
}
.p-switch-label .input-switch[data-v-af6c8c83] {
  display: none;
  appearance: none;
}
.p-switch-label.active .track[data-v-af6c8c83] {
  background-color: #2b3238;
}
.p-switch-label.active .thumb[data-v-af6c8c83] {
  left: 22px;
}
.p-switch-label.disabled .track[data-v-af6c8c83], .p-switch-label.disabled.active .track[data-v-af6c8c83] {
  background-color: #e5ebf0;
  cursor: not-allowed;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-tag[data-v-1ce0f8f6] {
  height: 32px;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  gap: 4px;
  border-radius: 32px;
}
.p-tag.color-orange[data-v-1ce0f8f6] {
  color: #f4765a;
  background-color: #fbe6dd;
}
.p-tag.color-orange[data-v-1ce0f8f6]:hover {
  cursor: pointer;
  opacity: 0.64;
}
.p-tag.color-blue[data-v-1ce0f8f6] {
  color: var(--color-bold-blue);
  background-color: #ceeaff;
}
.p-tag.color-blue[data-v-1ce0f8f6]:hover {
  cursor: pointer;
  opacity: 0.64;
}
.p-tag.color-pink[data-v-1ce0f8f6] {
  color: #c3799d;
  background-color: #f7deec;
}
.p-tag.color-pink[data-v-1ce0f8f6]:hover {
  cursor: pointer;
  opacity: 0.64;
}
.p-tag.color-green[data-v-1ce0f8f6] {
  color: #51b77a;
  background-color: #ddf8df;
}
.p-tag.color-green[data-v-1ce0f8f6]:hover {
  cursor: pointer;
  opacity: 0.64;
}
.p-tag.color-purple[data-v-1ce0f8f6] {
  color: #8a60e4;
  background-color: #eee5ff;
}
.p-tag.color-purple[data-v-1ce0f8f6]:hover {
  cursor: pointer;
  opacity: 0.64;
}
.p-tag.color-black[data-v-1ce0f8f6] {
  color: #ffffff;
  background-color: #2b3238;
}
.p-tag.color-black[data-v-1ce0f8f6]:hover {
  cursor: pointer;
  opacity: 0.64;
}
.p-tag.color-asphalt[data-v-1ce0f8f6] {
  color: #ffffff;
  background-color: #91a0ae;
}
.p-tag.color-asphalt[data-v-1ce0f8f6]:hover {
  cursor: pointer;
  opacity: 0.64;
}
.p-tag.color-fog[data-v-1ce0f8f6] {
  color: #2b3238;
  background-color: #f1f5f9;
}
.p-tag.color-fog[data-v-1ce0f8f6]:hover {
  cursor: pointer;
  opacity: 0.64;
}
.p-tag .left[data-v-1ce0f8f6],
.p-tag .right[data-v-1ce0f8f6] {
  display: flex;
}
.p-tag .content[data-v-1ce0f8f6] {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-time-picker[data-v-2b44a33c] {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 8px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-placeholder[data-v-b2a916b8] {
  padding: 32px 0;
  max-width: 528px;
  white-space: pre-line;
}
.p-placeholder.absolute[data-v-b2a916b8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-placeholder .image[data-v-b2a916b8] {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.p-placeholder .title[data-v-b2a916b8] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
.p-placeholder .description[data-v-b2a916b8] {
  text-align: center;
  color: #5d7285;
}
.p-placeholder .action[data-v-b2a916b8] {
  display: flex;
  margin-top: 16px;
  justify-content: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-language-switcher.readonly[data-v-7d51f24e] {
  pointer-events: none;
  cursor: auto;
}
.p-language-switcher.disabled[data-v-7d51f24e] {
  pointer-events: none;
  cursor: auto;
  opacity: 0.24;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-bottom-sheet[data-v-88657003] {
  position: fixed;
  z-index: 1000;
}
.p-bottom-sheet .p-bottom-sheet-touch-zone[data-v-88657003] {
  width: 40px;
  height: 4px;
  background: #d0dbe4;
  border-radius: 10px;
  margin: 6px auto;
}
.p-bottom-sheet .p-bottom-sheet-wrapper[data-v-88657003] {
  display: flex;
  flex-direction: column;
  max-height: calc(100% - var(--safe-top));
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding-bottom: var(--safe-bottom);
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  transform-origin: bottom center;
  transition: height 0.3s cubic-bezier(0.2, 0.8, 0.4, 1), transform 0.3s cubic-bezier(0.2, 0.8, 0.4, 1), max-height 0.3s cubic-bezier(0.2, 0.8, 0.4, 1), padding-bottom 0.3s cubic-bezier(0.2, 0.8, 0.4, 1);
}
.p-bottom-sheet .p-bottom-sheet-wrapper.fullscreen[data-v-88657003] {
  max-height: calc(100% - 16px);
  padding: var(--safe-top) 0 var(--safe-bottom) 0;
  border-radius: 0;
}
.p-bottom-sheet .p-bottom-sheet-wrapper.fullscreen .p-bottom-sheet-header[data-v-88657003]:empty {
  min-height: 0;
}
.p-bottom-sheet .p-bottom-sheet-wrapper.smart-full-screen[data-v-88657003] {
  flex-grow: 0;
}
.p-bottom-sheet .p-bottom-sheet-header[data-v-88657003]:empty {
  min-height: 16px;
}
.p-bottom-sheet .p-bottom-sheet-content[data-v-88657003] {
  position: relative;
  flex-grow: 1;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.p-bottom-sheet .p-bottom-sheet-content[data-v-88657003]:not(.no-padding) {
  padding: 16px 149px 40px;
}
.p-bottom-sheet .p-bottom-sheet-content.mobile[data-v-88657003]:not(.no-padding) {
  padding: 16px 16px 40px;
}
.p-bottom-sheet .p-bottom-sheet-footer[data-v-88657003] {
  background-color: #ffffff;
  width: 100%;
}
.p-bottom-sheet .p-bottom-sheet-footer.absolute-footer[data-v-88657003] {
  position: absolute;
  bottom: var(--safe-bottom);
}
.p-bottom-sheet .p-bottom-sheet-overlay[data-v-88657003] {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.24);
  width: 100vw;
  height: 100vh;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-calendar[data-v-366290ea] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
}
.p-calendar .p-calendar-header[data-v-366290ea] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 600;
  margin-bottom: 16px;
}
.p-calendar .p-calendar-header .header-month[data-v-366290ea] {
  text-align: center;
  text-transform: capitalize;
  width: 125px;
  cursor: default;
}
.p-calendar .p-calendar-header .header-arrow[data-v-366290ea] {
  margin: 0 8px;
}
.p-calendar .p-calendar-header .header-arrow.disabled[data-v-366290ea] {
  color: #b6c7d6;
  pointer-events: none;
}
.p-calendar .p-calendar-main[data-v-366290ea] {
  border-spacing: 4px;
  text-align: center;
}
.p-calendar .p-calendar-main .weekdays[data-v-366290ea],
.p-calendar .p-calendar-main .days[data-v-366290ea] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 12px;
}
.p-calendar .p-calendar-main .weekdays[data-v-366290ea] {
  margin-bottom: 8px;
}
.p-calendar .p-calendar-main .p-calendar-cell[data-v-366290ea] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 400;
}
.p-calendar .p-calendar-main .p-calendar-cell.disabled[data-v-366290ea] {
  color: #d0dbe4;
  pointer-events: none;
}
.p-calendar .p-calendar-main .p-calendar-cell.disabled.today[data-v-366290ea]::before {
  background-color: #d0dbe4;
}
.p-calendar .p-calendar-main .p-calendar-cell.disabled.selected[data-v-366290ea] {
  background-color: #f1f5f9;
  color: #d0dbe4;
  font-weight: 600;
}
.p-calendar .p-calendar-main .p-calendar-cell.today[data-v-366290ea] {
  position: relative;
}
.p-calendar .p-calendar-main .p-calendar-cell.today[data-v-366290ea]::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #f4765a;
  position: absolute;
  margin-left: 50%;
  left: -2px;
  top: 4px;
}
.p-calendar .p-calendar-main .p-calendar-cell.selected[data-v-366290ea] {
  background-color: #2b3238;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 600;
}
.p-calendar .p-calendar-main .p-calendar-weekday[data-v-366290ea] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #b6c7d6;
  cursor: default;
}
.p-calendar .preset[data-v-366290ea] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(43, 50, 56, 0.08);
}
.p-calendar .preset .preset-option[data-v-366290ea] {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.p-calendar .preset .preset-option[data-v-366290ea] span {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.p-calendar .preset .preset-option[data-v-366290ea]:last-child {
  margin-bottom: 0;
}
.p-calendar .preset .preset-check[data-v-366290ea] {
  width: 16px;
  height: 16px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-calendar-day[data-v-d25d469c] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}
.p-calendar-day[data-v-d25d469c]:hover {
  opacity: 0.9;
}
.p-calendar-day.anotherMonth[data-v-d25d469c] {
  color: #91a0ae;
}
.p-calendar-day.disabled[data-v-d25d469c] {
  color: #d0dbe4;
  pointer-events: none;
}
.p-calendar-day.disabled.today[data-v-d25d469c] {
  color: #d0dbe4;
}
.p-calendar-day.disabled.selected[data-v-d25d469c] {
  background-color: #f1f5f9;
  color: #d0dbe4;
  font-weight: 600;
}
.p-calendar-day.disabled.marked[data-v-d25d469c] {
  background-color: #f1f5f9;
}
.p-calendar-day .day-point[data-v-d25d469c] {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #91a0ae;
  top: 4px;
}
.p-calendar-day.today[data-v-d25d469c] {
  color: #f4765a;
  font-weight: 600;
}
.p-calendar-day.today[data-v-d25d469c]::before {
  background-color: #f4765a;
}
.p-calendar-day.marked[data-v-d25d469c] {
  background-color: #e5ebf0;
  border-radius: 100%;
}
.p-calendar-day.selected[data-v-d25d469c] {
  background-color: #2b3238;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 600;
}
.p-calendar-day.selected.today[data-v-d25d469c] {
  background-color: #f4765a;
}
.p-calendar-day.selected .day-point[data-v-d25d469c] {
  background-color: #ffffff;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  grid-gap: 12px 0;
  justify-content: space-between;
  justify-items: center;
}
.p-calendar-weekdays .p-calendar-weekday {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #b6c7d6;
  cursor: default;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-calendar-month {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.p-calendar-month.centered {
  justify-content: center;
}
.p-calendar-month .header-title {
  display: flex;
  justify-content: space-between;
}
.p-calendar-month .header-month {
  text-align: center;
  cursor: default;
  text-transform: capitalize;
}
.p-calendar-month .header-month.fixed-width {
  width: 125px;
}
.p-calendar-month .header-arrow {
  margin: 0 8px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-calendar-multiply[data-v-ae1aaaa2] {
  position: relative;
}
.p-calendar-multiply .p-progress-linear[data-v-ae1aaaa2] {
  position: absolute;
  top: 0;
}
.p-calendar-multiply .p-progress-linear[data-v-ae1aaaa2] .p-progress-linear-bar {
  background: none;
}
.p-calendar-multiply .p-calendars[data-v-ae1aaaa2] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-calendar-multiply .p-calendar[data-v-ae1aaaa2] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.p-calendar-multiply .p-calendar .p-calendar-main[data-v-ae1aaaa2] {
  border-spacing: 4px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin-top: 16px;
}
.p-calendar-multiply .p-calendar .p-calendar-days[data-v-ae1aaaa2] {
  display: grid;
  margin-top: 8px;
  grid-template-columns: repeat(7, 32px);
  grid-template-rows: 32px;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  grid-gap: 8px 0;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-calendar[data-v-83337a9c] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.p-calendar .p-progress-linear[data-v-83337a9c] {
  position: absolute;
  top: 0;
}
.p-calendar .p-progress-linear[data-v-83337a9c] .p-progress-linear-bar {
  background: none;
}
.p-calendar .p-calendar-body[data-v-83337a9c] {
  width: 100%;
}
.p-calendar .p-calendar-main[data-v-83337a9c] {
  border-spacing: 4px;
  text-align: center;
  overflow: hidden;
  margin-top: 16px;
}
.p-calendar .p-calendar-days[data-v-83337a9c] {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  justify-content: space-between;
  align-items: center;
  justify-items: center;
  margin-top: 8px;
  grid-gap: 8px 0;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-card[data-v-4b61a2e4] {
  border-radius: 16px;
  background-color: #ffffff;
}
.p-card.variant-elevated[data-v-4b61a2e4] {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
}
.p-card.variant-outlined[data-v-4b61a2e4] {
  border: 1px solid rgba(43, 50, 56, 0.08);
}
.p-card .card-title[data-v-4b61a2e4] {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.p-card .card-subtitle[data-v-4b61a2e4] {
  font-size: 16px;
  line-height: 24px;
  white-space: break-spaces;
  margin-top: 12px;
}
.p-card .card-subtitle.mobile[data-v-4b61a2e4] {
  white-space: normal;
}
.p-card .card-title[data-v-4b61a2e4],
.p-card .card-subtitle[data-v-4b61a2e4] {
  text-align: center;
}
/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.dialog-width-x-small[data-v-a5d081bf] {
  max-width: 360px;
}
.dialog-width-small[data-v-a5d081bf] {
  max-width: 480px;
}
.dialog-width-medium[data-v-a5d081bf] {
  max-width: 640px;
}
.dialog-width-large[data-v-a5d081bf] {
  max-width: 768px;
}

/* TODO: Есть похожий код в PGallery/index.vue:357 */
.dialog-container[data-v-a5d081bf] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  display: flex;
  position: fixed;
  margin: 64px auto;
  align-items: center;
  pointer-events: none;
  justify-content: center;
  z-index: 2000;
}
.dialog-container .dialog-overlay[data-v-a5d081bf] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: grid;
  position: fixed;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.24);
}
.opened[data-v-a5d081bf] {
  opacity: 1;
  pointer-events: auto;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.dialog-confirm-container[data-v-d4c8e4e0] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 328px;
  display: flex;
  position: fixed;
  margin: 64px auto;
  align-items: center;
  pointer-events: none;
  justify-content: center;
}
.dialog-confirm-container .dialog-confirm-overlay[data-v-d4c8e4e0] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  position: fixed;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.24);
}
.dialog-confirm-container.desktop[data-v-d4c8e4e0] {
  width: 360px;
}
.opened[data-v-d4c8e4e0] {
  opacity: 1;
  z-index: 2000;
  pointer-events: auto;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-top-bar[data-v-3a8a12cf] {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.p-top-bar.size-small[data-v-3a8a12cf] {
  height: 48px;
  max-height: 48px;
}
.p-top-bar:not(.no-padding).size-small[data-v-3a8a12cf] {
  padding: 0 16px;
}
.p-top-bar.size-medium[data-v-3a8a12cf] {
  height: 64px;
  max-height: 64px;
}
.p-top-bar:not(.no-padding).size-medium[data-v-3a8a12cf] {
  padding: 0 32px;
}
.p-top-bar.size-large[data-v-3a8a12cf] {
  height: 72px;
  max-height: 72px;
}
.p-top-bar:not(.no-padding).size-large[data-v-3a8a12cf] {
  padding: 0 32px;
}
.p-top-bar.bordered[data-v-3a8a12cf] {
  border-bottom: 1px solid rgba(43, 50, 56, 0.08);
}
.p-top-bar.elevated[data-v-3a8a12cf] {
  box-shadow: 0px 12px 24px rgba(43, 50, 56, 0.08);
}
.p-top-bar.center[data-v-3a8a12cf] {
  justify-content: space-between;
}
.p-top-bar.center .p-top-bar-slot .content[data-v-3a8a12cf] {
  text-align: center;
}
.p-top-bar.center .side-wrapper[data-v-3a8a12cf] {
  min-width: calc(32px * var(--3a8a12cf-numberOfSideIcons));
  max-width: calc(32px * var(--3a8a12cf-numberOfSideIcons));
}
.p-top-bar.center .left-side[data-v-3a8a12cf] {
  justify-content: flex-start;
}
.p-top-bar.center .right-side[data-v-3a8a12cf] {
  justify-content: flex-end;
}
.p-top-bar .side-wrapper[data-v-3a8a12cf] {
  display: flex;
  align-items: center;
}
.p-top-bar .p-top-bar-arrow[data-v-3a8a12cf],
.p-top-bar .left[data-v-3a8a12cf] {
  padding-right: 12px;
}
.p-top-bar .p-top-bar-cross[data-v-3a8a12cf],
.p-top-bar .right[data-v-3a8a12cf] {
  padding-left: 12px;
}
.p-top-bar .p-top-bar-arrow[data-v-3a8a12cf],
.p-top-bar .p-top-bar-cross[data-v-3a8a12cf] {
  max-height: 20px;
  min-width: 32px;
}
.p-top-bar .p-top-bar-arrow[data-v-3a8a12cf]:empty,
.p-top-bar .p-top-bar-cross[data-v-3a8a12cf]:empty {
  display: none;
}
.p-top-bar .left[data-v-3a8a12cf],
.p-top-bar .right[data-v-3a8a12cf] {
  display: flex;
}
.p-top-bar .p-top-bar-slot[data-v-3a8a12cf] {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  min-height: 32px;
  height: 100%;
  flex-grow: 1;
}
.p-top-bar .p-top-bar-slot .content[data-v-3a8a12cf] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top-bar .p-top-bar-slot .content .title[data-v-3a8a12cf] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.p-top-bar .p-top-bar-slot .content .subtitle[data-v-3a8a12cf] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  color: #91a0ae;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.wrapper[data-v-ec438b43] {
  display: flex;
  flex-direction: column;
  z-index: 2000;
}
.dropdown[data-v-ec438b43] {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  min-width: 180px;
}
.dropdown .dropdown-header[data-v-ec438b43]:empty,
.dropdown .dropdown-footer[data-v-ec438b43]:empty {
  min-height: 16px;
}
.dropdown .dropdown-content[data-v-ec438b43] {
  overflow: auto;
}
.dropdown .dropdown-content[data-v-ec438b43]:not(.no-padding) {
  padding: 16px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-file-item[data-v-0cd5d378] {
  position: relative;
  border-radius: 8px;
}
.p-file-item.bordered[data-v-0cd5d378] {
  border: 1px dashed #d0dbe4;
}
.p-file-item .extendable-button[data-v-0cd5d378] {
  top: 4px;
  z-index: 1;
  right: 4px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.p-file-item:hover .extendable-button[data-v-0cd5d378], .p-file-item.mobile .extendable-button[data-v-0cd5d378] {
  opacity: 1;
  visibility: visible;
}
.p-file-item .file-content[data-v-0cd5d378] {
  position: relative;
  gap: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
}
.p-file-item .file-content .icon[data-v-0cd5d378] {
  position: absolute;
  color: #91a0ae;
}
.p-file-item .file-content .file-short-name[data-v-0cd5d378] {
  position: absolute;
  bottom: 0;
  display: flex;
  max-width: 100%;
  padding: 8px 4px;
  text-align: center;
  color: #91a0ae;
  font-size: 10px;
  line-height: 14px;
}
.p-file-item .file-content .file-short-name .name[data-v-0cd5d378] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-file-item .asset-container[data-v-0cd5d378] {
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 8px;
}
.p-file-item .asset-container.transparent[data-v-0cd5d378] {
  background: transparent;
}
.p-file-item .asset-short-name[data-v-0cd5d378] {
  display: flex;
  bottom: 0;
  width: 100%;
  justify-content: center;
  padding: 8px 4px;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
}
.p-file-item .asset-short-name .name[data-v-0cd5d378] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-file-item .asset-short-name.has-overlay[data-v-0cd5d378] {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
}
.p-file-item .file-loading[data-v-0cd5d378] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.p-file-item .file-loading .file-progress[data-v-0cd5d378] {
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
}
.p-file-item .file-loading .file-loader[data-v-0cd5d378] .size-normal {
  width: 16px;
  height: 16px;
}
.p-file-item .file-loading .file-loader[data-v-0cd5d378] .size-normal svg {
  width: 16px;
  height: 16px;
}
.p-file-item .file-loading .file-loader[data-v-0cd5d378] .size-normal svg .loader-circle {
  stroke: #ffffff;
}
.p-file-item .error[data-v-0cd5d378] span {
  display: flex;
  margin-left: 0px;
  align-items: center;
  color: #e46060;
  flex-direction: column;
}
.p-file-item .error[data-v-0cd5d378] span svg {
  margin-right: 0px;
}
.p-file-item .error-title[data-v-0cd5d378] {
  font-size: 10px;
  line-height: 14px;
}
.p-file-item .success[data-v-0cd5d378] {
  color: #ffffff;
}
.p-file-item .error[data-v-0cd5d378],
.p-file-item .success[data-v-0cd5d378] {
  position: absolute;
}
.p-file-item .extendable-item[data-v-0cd5d378] {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: absolute;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  font-size: 12px;
  line-height: 16px;
  border-radius: 8px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-file-item-list[data-v-0b0edce9] {
  gap: 8px;
}
.p-file-item-list.carousel[data-v-0b0edce9] {
  display: flex;
  overflow: auto;
}
.p-file-item-list.block[data-v-0b0edce9] {
  display: flex;
  flex-wrap: wrap;
}
.p-file-item-list[data-v-0b0edce9]:empty {
  display: none;
}
.p-file-item-list .item[data-v-0b0edce9] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--0b0edce9-itemWidth);
  height: var(--0b0edce9-itemWidth);
  min-width: var(--0b0edce9-itemWidth);
}
.p-file-item-list .item.clickable[data-v-0b0edce9] {
  cursor: pointer;
}
.p-file-item-list .item.addition-area[data-v-0b0edce9] {
  border-radius: 8px;
  border: 1px dashed #d0dbe4;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.p-file-item-list .item.addition-area[data-v-0b0edce9]:hover {
  opacity: 0.64;
}
.p-file-item-list .item.addition-area svg[data-v-0b0edce9] {
  color: #91a0ae;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.gesture-image[data-v-65bdaafc] {
  width: inherit;
  height: inherit;
  object-fit: inherit;
}
.gesture-image.error[data-v-65bdaafc] {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #d0dbe4;
  height: 100%;
}
.gesture-content[data-v-65bdaafc] {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.gesture-content.loading[data-v-65bdaafc] {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #d0dbe4;
  height: 100%;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.thumb[data-v-fc9f7d07],
.thumb-component[data-v-fc9f7d07] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: inherit;
  max-width: inherit;
  max-height: inherit;
  min-height: inherit;
  object-fit: inherit;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-video-player[data-v-0edfb4fd] {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-video-player-screen[data-v-0edfb4fd] {
  width: inherit;
}
.p-video-player .controls-container[data-v-0edfb4fd] {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  bottom: 0;
  color: #ffffff;
  z-index: 100;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}
.p-video-player .controls-container .controls[data-v-0edfb4fd] {
  cursor: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  border-radius: 4px;
  background: rgba(27, 27, 27, 0.8);
  width: 360px;
  height: 78px;
}
.p-video-player .controls-container .controls .actions-container[data-v-0edfb4fd] {
  position: relative;
  display: flex;
  height: 20px;
  margin-bottom: 16px;
}
.p-video-player .controls-container .controls .actions-container.mobile[data-v-0edfb4fd] {
  gap: 78px;
  width: 100%;
}
.p-video-player .controls-container .controls .actions-container.mobile.no-audio[data-v-0edfb4fd] {
  gap: 142px;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container[data-v-0edfb4fd] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd] {
  cursor: pointer;
  max-width: 56px;
  appearance: none;
  width: 100%;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]:focus {
  outline: none;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 25px;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]::-webkit-slider-thumb {
  height: 8px;
  width: 8px;
  border-radius: 7px;
  background: #ffffff;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]::-moz-range-track {
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 25px;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]::-moz-range-thumb, .p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]::-ms-thumb {
  height: 8px;
  width: 8px;
  border-radius: 7px;
  background: #ffffff;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]::-ms-track {
  width: 100%;
  height: 2px;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]::-ms-fill-lower, .p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]::-ms-fill-upper {
  background: #ffffff;
  border-radius: 50px;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]:focus::-ms-fill-lower, .p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]:focus::-ms-fill-upper, .p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-slider[data-v-0edfb4fd]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-on-icon[data-v-0edfb4fd],
.p-video-player .controls-container .controls .actions-container.mobile .volume-container .volume-muted-icon[data-v-0edfb4fd] {
  display: none;
  margin-right: unset;
  margin-left: unset;
}
.p-video-player .controls-container .controls .actions-container .volume-muted[data-v-0edfb4fd] {
  color: #ffffff;
}
.p-video-player .controls-container .controls .actions-container .play-pause-btn[data-v-0edfb4fd] {
  cursor: pointer;
  background: none;
  color: inherit;
}
.p-video-player .controls-container .controls .timeline-container[data-v-0edfb4fd] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 8px;
  cursor: pointer;
  width: 100%;
}
.p-video-player .controls-container .controls .timeline-container .timeline[data-v-0edfb4fd] {
  position: relative;
  height: 2px;
  background: #5d7285;
}
.p-video-player .controls-container .controls .timeline-container .timeline[data-v-0edfb4fd]:before, .p-video-player .controls-container .controls .timeline-container .timeline[data-v-0edfb4fd]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #ffffff;
}
.p-video-player .controls-container .controls .timeline-container .timeline[data-v-0edfb4fd]:before {
  display: none;
  right: calc(100% - var(--preview-position) * 100%);
}
.p-video-player .controls-container .controls .timeline-container .timeline[data-v-0edfb4fd]:after {
  right: calc(100% - var(--progress-position) * 100%);
}
.p-video-player .controls-container .controls .timeline-container .timeline .thumb-indicator[data-v-0edfb4fd] {
  --scale: 0;
  position: absolute;
  height: 200%;
  top: -50%;
  left: calc(var(--progress-position) * 100%);
  background: #ffffff;
  border-radius: 50%;
  transition: transform 150ms ease-in-out;
  aspect-ratio: 1/1;
  transform: translateX(-50%) scale(var(--scale));
}
.p-video-player .controls-container .controls .timeline-container:hover .timeline[data-v-0edfb4fd]:before {
  display: block;
}
.p-video-player .controls-container .controls .timeline-container:hover .timeline[data-v-0edfb4fd] {
  height: 50%;
}
.p-video-player .controls-container .controls .timeline-container:hover .thumb-indicator[data-v-0edfb4fd] {
  --scale: 1;
}
.p-video-player .controls-container .controls .duration-container[data-v-0edfb4fd] {
  color: #5d7285;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
}
.p-video-player:hover .controls-container[data-v-0edfb4fd], .p-video-player:focus-within .controls-container[data-v-0edfb4fd], .p-video-player.paused .controls-container[data-v-0edfb4fd] {
  opacity: 1;
}
.p-video-player.paused .pause-icon[data-v-0edfb4fd], .p-video-player:not(.paused) .play-icon[data-v-0edfb4fd] {
  display: none;
}
.p-video-player video[data-v-0edfb4fd] {
  height: 100%;
}
.p-video-player[data-volume-level=high] .volume-on-icon[data-v-0edfb4fd] {
  display: block !important;
}
.p-video-player[data-volume-level=muted] .volume-muted-icon[data-v-0edfb4fd] {
  display: block !important;
}
.p-video-player-loading[data-v-0edfb4fd] {
  width: inherit;
  height: inherit;
  background: #d0dbe4;
  color: #91a0ae;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-weight: 600;
}
.p-video-player .video-error-text[data-v-0edfb4fd] {
  text-align: center;
}
.p-video-player .buffered-amount[data-v-0edfb4fd] {
  height: inherit;
  background: #91a0ae;
}
@media (min-width: 0) and (max-width: 719px) {
.p-video-player .controls-container .controls[data-v-0edfb4fd] {
    width: 328px;
}
.p-video-player .video-error-text[data-v-0edfb4fd] {
    max-width: 80%;
    text-align: center;
}
}
/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
/** Данная переменная универсальна для всех случаев, кроме video, audio */
/* TODO: Есть похожий код в PDialog.vue:109 */
.dialog-container[data-v-b1e811dc] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  pointer-events: none;
  justify-content: center;
  background-color: rgba(27, 32, 37, 0.9);
  z-index: 3000;
}
.dialog-container.opened[data-v-b1e811dc] {
  opacity: 1;
  pointer-events: auto;
}
.dialog-container.opened[data-ios-app=true][data-v-b1e811dc] {
  padding: env(safe-area-inset-top) 0 env(safe-area-inset-bottom);
}
.p-gallery[data-v-b1e811dc] {
  max-width: 100%;
  height: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
  display: grid;
  grid-template-rows: 72px 1fr 112px;
}
.p-gallery-actions[data-v-b1e811dc] {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  max-height: 72px;
  height: 100%;
  padding: 0 32px;
  justify-content: flex-end;
}
.p-gallery-actions .p-button[data-v-b1e811dc] {
  color: #ffffff !important;
}
.p-gallery-actions .p-button[data-v-b1e811dc] :hover {
  opacity: 0.64;
}
.p-gallery-slide[data-v-b1e811dc] {
  display: flex;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.p-gallery-slide-wrapper .loading[data-v-b1e811dc] {
  z-index: 1000;
  position: absolute;
  padding: 34px;
  background-color: rgba(43, 50, 56, 0.62);
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-gallery-slide-wrapper .with-thumbs[data-v-b1e811dc] {
  cursor: grab;
}
.p-gallery-slide .slide-application-content[data-v-b1e811dc] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
  background-color: #d0dbe4;
  width: inherit;
  height: inherit;
}
.p-gallery-slide .slide-application-content .icon[data-v-b1e811dc],
.p-gallery-slide .slide-application-content .filename[data-v-b1e811dc] {
  cursor: pointer;
}
.p-gallery-slide .keen-slider__slide[data-v-b1e811dc] {
  object-fit: contain;
}
.p-gallery-slide .keen-slider__slide.application[data-v-b1e811dc] {
  height: 100%;
  color: var(--color-primary);
}
.p-gallery-slide .keen-slider__slide .icon path[data-v-b1e811dc] {
  fill: var(--color-primary);
}
.p-gallery-slide .keen-slider__slide .filename[data-v-b1e811dc] {
  color: var(--color-primary);
  display: flex;
  max-width: 220px;
}
.p-gallery-slide .keen-slider__slide .filename .name[data-v-b1e811dc] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p-gallery-thumbs[data-v-b1e811dc] {
  min-height: 112px;
  align-items: center;
  padding: 16px 0;
  margin-top: auto;
}
.p-gallery-thumbs .keen-slider__slide[data-v-b1e811dc] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
  min-height: 64px;
  max-height: 64px;
  min-width: 64px;
  max-width: 64px;
}
.p-gallery-thumbs .keen-slider__slide.application[data-v-b1e811dc] {
  color: #91a0ae;
  background-color: #d0dbe4;
}
.p-gallery-thumbs .keen-slider__slide.active[data-v-b1e811dc] {
  min-height: 80px;
  max-height: 80px;
  min-width: 80px;
  max-width: 80px;
  border: 2px solid #ffffff;
}
.p-gallery .arrow[data-v-b1e811dc] {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.p-gallery .arrow--left[data-v-b1e811dc] {
  left: 16px;
}
.p-gallery .arrow--right[data-v-b1e811dc] {
  left: auto;
  right: 16px;
}
@media (min-width: 720px) {
.p-gallery-slide.one-slide[data-v-b1e811dc] {
    padding-bottom: 72px;
}
.p-gallery-slide.with-thumbs[data-v-b1e811dc] {
    padding: 0 98px;
}
}
@media (min-width: 0) and (max-width: 719px) {
.p-gallery-actions[data-v-b1e811dc] {
    min-height: 48px;
    max-height: 48px;
    padding: 0 16px;
    justify-content: space-between;
}
.p-gallery-actions[data-v-b1e811dc] :last-child {
    order: -1;
}
.p-gallery-slide.with-thumbs[data-v-b1e811dc] {
    padding: unset;
}
.p-gallery-slide.one-slide[data-v-b1e811dc] {
    display: flex;
    flex: 1;
    padding-bottom: 48px;
}
.p-gallery-thumbs[data-v-b1e811dc] {
    min-height: 76px;
}
.p-gallery-thumbs .keen-slider__slide[data-v-b1e811dc] {
    min-height: 40px;
    max-height: 40px;
    min-width: 40px;
    max-width: 40px;
}
.p-gallery-thumbs .keen-slider__slide.active[data-v-b1e811dc] {
    min-height: 44px;
    max-height: 44px;
    min-width: 44px;
    max-width: 44px;
}
.p-gallery .arrow[data-v-b1e811dc] {
    display: none;
}
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.hint[data-v-a3bbaf9a] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 12px;
  min-width: 50px;
  max-width: 328px;
  min-height: 36px;
  background: #ffffff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
  z-index: 4000;
}
.hint .hint-arrow[data-v-a3bbaf9a] {
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  transform: rotate(45deg);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.formatted-input[data-v-bd0d5c8d] .content {
  position: relative;
}
.formatted-input-small[data-v-bd0d5c8d] {
  min-height: 52px;
}
.formatted-input-small[data-v-bd0d5c8d] .right {
  margin-top: unset !important;
  margin-bottom: unset !important;
  margin-left: unset !important;
  position: absolute;
  top: 8px;
  right: 0;
}
.formatted-input-small[data-v-bd0d5c8d] input {
  width: calc(100% - 28px) !important;
}
.formatted-input-icon[data-v-bd0d5c8d] {
  color: #b6c7d6;
}
.formatted-input-icon-small[data-v-bd0d5c8d] {
  width: 16px;
  height: 16px;
}
.formatted-input-medium[data-v-bd0d5c8d] {
  min-height: 60px;
}
.formatted-input-medium[data-v-bd0d5c8d] .right {
  margin-top: unset !important;
  margin-bottom: unset !important;
  margin-left: unset !important;
  position: absolute;
  top: 10px;
  right: 0;
}
.formatted-input-medium[data-v-bd0d5c8d] input {
  width: calc(100% - 32px) !important;
}
.formatted-input-icon[data-v-bd0d5c8d] {
  color: #b6c7d6;
}
.formatted-input-icon-medium[data-v-bd0d5c8d] {
  width: 20px;
  height: 20px;
}
.formatted-input-large[data-v-bd0d5c8d] {
  min-height: 76px;
}
.formatted-input-large[data-v-bd0d5c8d] .right {
  margin-top: unset !important;
  margin-bottom: unset !important;
  margin-left: unset !important;
  position: absolute;
  top: 18px;
  right: 0;
}
.formatted-input-large[data-v-bd0d5c8d] input {
  width: calc(100% - 32px) !important;
}
.formatted-input-icon[data-v-bd0d5c8d] {
  color: #b6c7d6;
}
.formatted-input-icon-large[data-v-bd0d5c8d] {
  width: 20px;
  height: 20px;
}
.formatted-input .slide-fade-enter-active[data-v-bd0d5c8d] {
  transition: all 0.4s ease-out;
}
.formatted-input .slide-fade-leave-active[data-v-bd0d5c8d] {
  transition: all 0.4s cubic-bezier(1, 0.5, 0.8, 1);
}
.formatted-input .slide-fade-enter-from[data-v-bd0d5c8d],
.formatted-input .slide-fade-leave-to[data-v-bd0d5c8d] {
  transform: translateX(20px);
  opacity: 0;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-input-file-uploader[data-v-d2227971] {
  display: flex;
  border: 1px dashed #d0dbe4;
  border-radius: 8px;
  width: 100%;
  transition: opacity 0.2s ease;
}
.p-input-file-uploader[data-v-d2227971]:hover {
  opacity: 0.8;
}
.input-file[data-v-d2227971] {
  width: 100%;
}
.activator[data-v-d2227971] {
  display: flex;
  padding: 18px 16px;
  width: 100%;
  align-items: center;
  max-height: 80px;
}
.upload-text[data-v-d2227971] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.secondary-text[data-v-d2227971] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #91a0ae;
}
.left-side[data-v-d2227971] {
  flex-grow: 1;
}
.avatar[data-v-d2227971] {
  margin-left: 16px;
}
.loading[data-v-d2227971] {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-text[data-v-d2227971] {
  color: #e46060;
}
.loader[data-v-d2227971] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #f1f5f9;
  border-radius: 100%;
}
.wide-img[data-v-d2227971] {
  min-width: 100px;
  max-width: 100px;
  height: 52px;
  margin-left: 16px;
  border-radius: 8px;
  background-color: #f1f5f9;
  border: 1px solid #e5ebf0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #91a0ae;
  overflow: hidden;
}
.wide-img.filled[data-v-d2227971] {
  background-color: #d0dbe4;
}
.wide-img .preview[data-v-d2227971] {
  width: 100%;
  height: 100%;
  position: relative;
}
.wide-img .preview img[data-v-d2227971] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.wide-img .preview .overlay[data-v-d2227971] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(43, 50, 56, 0.32);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-select[data-v-895a8504] {
  width: 100%;
}
.p-select[data-v-895a8504] input {
  cursor: pointer;
}
.p-select .icon-arrow[data-v-895a8504] {
  transition: 0.2s ease;
}
.p-select.opened .icon-arrow[data-v-895a8504] {
  transform: rotate(180deg);
}
.p-select.hidden[data-v-895a8504] .wrapper {
  visibility: hidden;
}
.icon[data-v-895a8504] {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.p-top-bar[data-v-895a8504] {
  padding: 0 16px;
}
.header-input[data-v-895a8504] {
  padding: 2px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-side-bar-item[data-v-1c2ec4e6] {
  width: 100%;
}
.p-side-bar-item.common .item .item-text[data-v-1c2ec4e6] {
  color: #2b3238;
}
.p-side-bar-item.common .item.color-black[data-v-1c2ec4e6] {
  color: #2b3238;
}
.p-side-bar-item.common .item.color-black .item-text[data-v-1c2ec4e6],
.p-side-bar-item.common .item.color-black .item-wrapper .item-text[data-v-1c2ec4e6] {
  color: #2b3238;
}
.p-side-bar-item.common .item.color-primary[data-v-1c2ec4e6] {
  color: var(--color-primary);
}
.p-side-bar-item.common .item.color-primary .item-text[data-v-1c2ec4e6],
.p-side-bar-item.common .item.color-primary .item-wrapper .item-text[data-v-1c2ec4e6] {
  color: var(--color-primary);
}
.p-side-bar-item.common .item.color-asphalt[data-v-1c2ec4e6] {
  color: #91a0ae;
}
.p-side-bar-item.common .item.color-asphalt .item-text[data-v-1c2ec4e6],
.p-side-bar-item.common .item.color-asphalt .item-wrapper .item-text[data-v-1c2ec4e6] {
  color: #91a0ae;
}
.p-side-bar-item.common .item.active[data-v-1c2ec4e6] {
  background-color: #f1f5f9;
}
.p-side-bar-item.common .item.active .item-text[data-v-1c2ec4e6] {
  color: #1b1b1b;
}
.p-side-bar-item.common .item[data-v-1c2ec4e6]:hover {
  opacity: 1;
}
.p-side-bar-item.common .item:hover .item-text[data-v-1c2ec4e6] {
  color: #1b1b1b;
}
.p-side-bar-item.common .item.disabled[data-v-1c2ec4e6] {
  pointer-events: none;
  color: #d0dbe4;
}
.p-side-bar-item.common .item.disabled .item-text[data-v-1c2ec4e6] {
  color: #d0dbe4;
}
.p-side-bar-item.static[data-v-1c2ec4e6] {
  width: 80px;
  height: 36px;
}
.p-side-bar-item.static[data-v-1c2ec4e6]:has(> .item-hint .item-text) {
  height: 60px;
}
.p-side-bar-item.static .item[data-v-1c2ec4e6] {
  display: flex;
  justify-content: center;
  height: auto;
}
.p-side-bar-item.static .left-side[data-v-1c2ec4e6],
.p-side-bar-item.static .item-hint[data-v-1c2ec4e6],
.p-side-bar-item.static .item[data-v-1c2ec4e6] {
  max-width: 100%;
  height: 100%;
}
.p-side-bar-item.static .item-text[data-v-1c2ec4e6] {
  max-width: 100%;
}
.p-side-bar-item.static .left-side[data-v-1c2ec4e6] {
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.p-side-bar-item.static .left-side .inline[data-v-1c2ec4e6] {
  justify-content: center;
}
.p-side-bar-item.static .item-text[data-v-1c2ec4e6] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  line-height: 14px;
}
.item-hint[data-v-1c2ec4e6] {
  width: 100%;
}
.item[data-v-1c2ec4e6] {
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s ease;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 0 16px;
  cursor: pointer;
  height: 48px;
  min-height: 48px;
  color: #b6c7d6;
  user-select: none;
}
.item .left-side[data-v-1c2ec4e6] {
  display: flex;
  flex-direction: column;
}
.item .left-side .inline[data-v-1c2ec4e6] {
  display: flex;
  position: relative;
}
.item .left-side .inline .indicator[data-v-1c2ec4e6] {
  top: 3px;
  width: 8px;
  right: 0px;
  height: 8px;
  position: absolute;
  border-radius: 100%;
  background: #e46060;
}
.item .left-side .inline svg[data-v-1c2ec4e6] {
  min-height: 24px;
  min-width: 20px;
}
.item .item-wrapper[data-v-1c2ec4e6] {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
}
.item .item-wrapper .item-text[data-v-1c2ec4e6] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s ease;
  color: #2b3238;
}
.item.active[data-v-1c2ec4e6] {
  background-color: #f1f5f9;
  color: var(--color-primary);
}
.item.active .item-text[data-v-1c2ec4e6] {
  color: var(--color-primary);
}
.item[data-v-1c2ec4e6]:hover {
  color: var(--color-primary);
  opacity: 1;
}
.item:hover .item-text[data-v-1c2ec4e6] {
  color: var(--color-primary);
}
.item.disabled[data-v-1c2ec4e6] {
  pointer-events: none;
  color: #d0dbe4;
}
.item.disabled .item-text[data-v-1c2ec4e6] {
  color: #d0dbe4;
}
.item.small[data-v-1c2ec4e6] {
  padding: 0 8px;
}
.item.medium[data-v-1c2ec4e6] {
  padding: 0 16px;
}
.item.large[data-v-1c2ec4e6] {
  padding: 0 24px;
}
.item.color-black[data-v-1c2ec4e6] {
  color: #2b3238;
}
.item.color-black .item-wrapper .item-text[data-v-1c2ec4e6] {
  color: #2b3238;
}
.item.color-primary[data-v-1c2ec4e6] {
  color: var(--color-primary);
}
.item.color-primary .item-wrapper .item-text[data-v-1c2ec4e6] {
  color: var(--color-primary);
}
.item.color-asphalt[data-v-1c2ec4e6] {
  color: #91a0ae;
}
.item.color-asphalt .item-wrapper .item-text[data-v-1c2ec4e6] {
  color: #91a0ae;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-sidebar-group-item[data-v-36b250a9] {
  user-select: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 72px 12px 48px;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s ease;
  font-weight: 600;
}
.p-sidebar-group-item[data-v-36b250a9]:not(.disabled):hover {
  color: var(--color-primary);
}
.p-sidebar-group-item:not(.disabled):hover .icon[data-v-36b250a9] {
  color: var(--color-primary);
}
.p-sidebar-group-item .icon[data-v-36b250a9] {
  min-width: 20px;
  transition: 0.2s ease;
  color: #b6c7d6;
}
.p-sidebar-group-item .text[data-v-36b250a9] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-sidebar-group-item.active[data-v-36b250a9] {
  background-color: #f1f5f9;
  color: var(--color-primary);
}
.p-sidebar-group-item.active .icon[data-v-36b250a9] {
  color: var(--color-primary);
}
.p-sidebar-group-item.disabled[data-v-36b250a9] {
  background-color: transparent;
  color: #d0dbe4;
}
.p-sidebar-group-item.disabled .icon[data-v-36b250a9] {
  color: #d0dbe4;
}
.p-sidebar-group-item.color-black .icon[data-v-36b250a9],
.p-sidebar-group-item.color-black .text[data-v-36b250a9] {
  color: #2b3238;
}
.p-sidebar-group-item.color-primary .icon[data-v-36b250a9],
.p-sidebar-group-item.color-primary .text[data-v-36b250a9] {
  color: var(--color-primary);
}
.p-sidebar-group-item.color-asphalt .icon[data-v-36b250a9],
.p-sidebar-group-item.color-asphalt .text[data-v-36b250a9] {
  color: #91a0ae;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-sidebar-group[data-v-414cd09c] {
  width: 100%;
}
.p-sidebar-group .wrapper[data-v-414cd09c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-sidebar-group .accordeon[data-v-414cd09c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  width: 100%;
  min-height: 48px;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s ease;
  font-weight: 600;
}
.p-sidebar-group .accordeon.small[data-v-414cd09c] {
  padding: 0 8px;
}
.p-sidebar-group .accordeon.medium[data-v-414cd09c] {
  padding: 0 16px;
}
.p-sidebar-group .accordeon.large[data-v-414cd09c] {
  padding: 0 24px;
}
.p-sidebar-group .accordeon[data-v-414cd09c]:hover {
  color: var(--color-primary);
}
.p-sidebar-group .accordeon:hover .icon[data-v-414cd09c] {
  color: var(--color-primary);
}
.p-sidebar-group .accordeon.active[data-v-414cd09c] {
  background-color: #f1f5f9;
  color: var(--color-primary);
}
.p-sidebar-group .accordeon.disabled[data-v-414cd09c] {
  cursor: default;
  color: #d0dbe4;
  background-color: transparent;
}
.p-sidebar-group .accordeon.disabled .icon[data-v-414cd09c] {
  color: #d0dbe4;
}
.p-sidebar-group .accordeon .left-side[data-v-414cd09c] {
  display: flex;
  position: relative;
}
.p-sidebar-group .accordeon .left-side svg[data-v-414cd09c] {
  min-height: 24px;
  min-width: 20px;
}
.p-sidebar-group .accordeon .wrapper[data-v-414cd09c] {
  flex: 1;
}
.p-sidebar-group .accordeon .icon[data-v-414cd09c],
.p-sidebar-group .accordeon .toggler[data-v-414cd09c] {
  color: #b6c7d6;
}
.p-sidebar-group .accordeon .icon[data-v-414cd09c] {
  transition: 0.2s ease;
}
.p-sidebar-group .accordeon .text[data-v-414cd09c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-sidebar-group .accordeon .toggler[data-v-414cd09c] {
  transition: transform 0.2s ease;
}
.p-sidebar-group .accordeon .toggler.opened[data-v-414cd09c] {
  transform: rotate(180deg);
}
.p-sidebar-group .accordeon.color-black .icon[data-v-414cd09c],
.p-sidebar-group .accordeon.color-black .text[data-v-414cd09c] {
  color: #2b3238;
}
.p-sidebar-group .accordeon.color-primary .icon[data-v-414cd09c],
.p-sidebar-group .accordeon.color-primary .text[data-v-414cd09c] {
  color: var(--color-primary);
}
.p-sidebar-group .accordeon.color-asphalt .icon[data-v-414cd09c],
.p-sidebar-group .accordeon.color-asphalt .text[data-v-414cd09c] {
  color: #91a0ae;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-side-bar[data-v-28998e47] {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: var(--28998e47-COLLAPSED_WIDTH);
  max-width: var(--28998e47-COLLAPSED_WIDTH);
  transition: 0.2s ease;
  background-color: #ffffff;
}
.p-side-bar.mobile[data-v-28998e47] {
  width: calc(100% - 48px);
  max-width: var(--28998e47-MAX_WIDTH);
  min-width: var(--28998e47-COLLAPSED_WIDTH);
  position: absolute;
  left: 0;
  right: 48px;
  z-index: 2000;
}
.p-side-bar.no-transition[data-v-28998e47] {
  transition: none;
}
.p-side-bar.opened .header .header-title[data-v-28998e47]:not(.static) {
  opacity: 1;
}
.p-side-bar.opened .header .button-toggle svg[data-v-28998e47] {
  transform: rotate(180deg);
}
.p-side-bar.static[data-v-28998e47] {
  max-width: 80px !important;
  width: 100%;
}
.p-side-bar.static .header[data-v-28998e47] {
  width: fit-content;
  max-width: 100%;
  padding: 0 24px;
}
.p-side-bar.static .header-default[data-v-28998e47] {
  display: block !important;
  width: auto !important;
}
.p-side-bar.static .footer .item[data-v-28998e47] {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  gap: 2px;
}
.p-side-bar.static .footer .item svg[data-v-28998e47] {
  margin-right: 0;
}
.p-side-bar.static .footer .item[data-v-28998e47] .main {
  max-width: 100%;
  font-size: 10px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.p-side-bar .header[data-v-28998e47] {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(43, 50, 56, 0.08);
  transition: 0.2s ease;
}
.p-side-bar .header .header-default[data-v-28998e47] {
  display: grid;
  grid-template-columns: 1fr 20px;
  width: 100%;
}
.p-side-bar .header .header-title[data-v-28998e47] {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  flex-grow: 1;
}
.p-side-bar .header .header-title[data-v-28998e47]:not(.static) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.p-side-bar .header .header-title .header-logo.crm[data-v-28998e47] rect {
  fill: var(--color-light-orange);
}
.p-side-bar .header .header-title .header-logo.crm[data-v-28998e47] path {
  fill: var(--color-bold-orange);
}
.p-side-bar .header .header-title .header-logo.crmpro[data-v-28998e47] rect {
  fill: #2b3238;
}
.p-side-bar .header .header-title .header-logo.crmpro[data-v-28998e47] path {
  fill: #ffffff;
}
.p-side-bar .header .header-title .header-logo.planner[data-v-28998e47] rect {
  fill: var(--color-light-green);
}
.p-side-bar .header .header-title .header-logo.planner[data-v-28998e47] path {
  fill: var(--color-bold-green);
}
.p-side-bar .header .header-title .header-logo.sendbot[data-v-28998e47] rect {
  fill: var(--color-light-cornflower);
}
.p-side-bar .header .header-title .header-logo.sendbot[data-v-28998e47] path {
  fill: var(--color-bold-cornflower);
}
.p-side-bar .header .header-title .header-logo.widget[data-v-28998e47] rect {
  fill: var(--color-light-blue);
}
.p-side-bar .header .header-title .header-logo.widget[data-v-28998e47] path {
  fill: var(--color-bold-blue);
}
.p-side-bar .header .header-title .header-logo.common[data-v-28998e47] rect {
  fill: #1b1b1b;
}
.p-side-bar .header .header-title .header-logo.common[data-v-28998e47] path {
  fill: var(--color-bold-grass);
}
.p-side-bar .header .button-toggle[data-v-28998e47] {
  align-self: center;
  height: 20px;
  min-width: 20px;
  cursor: pointer;
}
.p-side-bar .header .button-toggle svg[data-v-28998e47] {
  color: #b6c7d6;
  transition: 0.2s ease;
}
.p-side-bar .menu[data-v-28998e47] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px 0;
}
.p-side-bar .menu .menu-add-on[data-v-28998e47] {
  display: flex;
  height: 100%;
  width: 100%;
}
.p-side-bar .divider[data-v-28998e47] {
  background-color: rgba(43, 50, 56, 0.08);
  min-height: 1px;
  width: calc(100% - 32px);
  margin: 8px 16px;
}
.p-side-bar .footer[data-v-28998e47] {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid rgba(43, 50, 56, 0.08);
  color: var(--color-primary);
  padding: 24px 0;
}
.p-side-bar .footer.single[data-v-28998e47] {
  padding: 16px 0;
}
.p-side-bar .footer .item[data-v-28998e47] {
  justify-content: flex-start;
  margin: 12px 16px;
}
.p-side-bar .footer .value[data-v-28998e47] {
  margin-left: auto;
}
.p-side-bar .footer .item[data-v-28998e47] {
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s ease;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 0 16px;
  cursor: pointer;
}
.p-side-bar .footer .item[data-v-28998e47] .main {
  overflow: hidden;
}
.p-side-bar .footer .item .item-text[data-v-28998e47] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-side-bar .footer .item svg[data-v-28998e47] {
  min-height: 24px;
  min-width: 20px;
}
.p-side-bar.opened.padding-small .menu .divider[data-v-28998e47] {
  width: calc(100% - 16px);
  margin: 8px 8px;
}
.p-side-bar.opened.padding-small .footer .item[data-v-28998e47] {
  margin: 12px 8px;
}
.p-side-bar.opened.padding-small .header[data-v-28998e47],
.p-side-bar.opened.padding-small .footer .item[data-v-28998e47] {
  padding: 0 8px;
}
.p-side-bar.opened.padding-medium .menu .divider[data-v-28998e47] {
  width: calc(100% - 32px);
  margin: 8px 16px;
}
.p-side-bar.opened.padding-medium .footer .item[data-v-28998e47] {
  margin: 12px 16px;
}
.p-side-bar.opened.padding-medium .header[data-v-28998e47],
.p-side-bar.opened.padding-medium .footer .item[data-v-28998e47] {
  padding: 0 16px;
}
.p-side-bar.opened.padding-large .menu .divider[data-v-28998e47] {
  width: calc(100% - 48px);
  margin: 8px 24px;
}
.p-side-bar.opened.padding-large .footer .item[data-v-28998e47] {
  margin: 12px 24px;
}
.p-side-bar.opened.padding-large .header[data-v-28998e47],
.p-side-bar.opened.padding-large .footer .item[data-v-28998e47] {
  padding: 0 24px;
}
.overlay[data-v-28998e47] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.24);
  z-index: 2000;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-side-page[data-v-3be666e3] {
  position: fixed;
  z-index: 1000;
}
.p-side-page .p-side-page-wrapper[data-v-3be666e3] {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.p-side-page .p-side-page-wrapper.left[data-v-3be666e3] {
  left: 0;
  right: auto;
}
.p-side-page .p-side-page-wrapper.fullscreen[data-v-3be666e3] {
  max-width: 100%;
}
.p-side-page .p-side-page-content[data-v-3be666e3] {
  position: relative;
  overflow: auto;
  flex-grow: 1;
}
.p-side-page .p-side-page-content[data-v-3be666e3]:not(.no-padding) {
  padding: 0px 64px 48px;
}
.p-side-page .p-side-page-overlay[data-v-3be666e3] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.24);
}
.p-side-page .p-side-page-overlay.hidden[data-v-3be666e3] {
  background: none;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-teleport-container[data-v-2b5b0430] {
  position: relative;
  z-index: 4000;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-toast[data-v-b1769d5d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.1), 0 0 4px 0 rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  color: #ffffff;
}
.p-toast.desktop[data-v-b1769d5d] {
  width: 328px;
}
.p-toast.color-default[data-v-b1769d5d] {
  background: #5d7285;
}
.p-toast.color-success[data-v-b1769d5d] {
  background: #51b77a;
}
.p-toast.color-error[data-v-b1769d5d] {
  background: #e46060;
}
.p-toast .content[data-v-b1769d5d] {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.p-toast .content .content-actions[data-v-b1769d5d] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin: 12px 0 0;
}
.p-toast .content .content-text[data-v-b1769d5d] {
  font-weight: 600;
  font-size: 14px;
  flex: 1 1 auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.p-toast .image[data-v-b1769d5d] {
  display: block;
  min-width: 40px;
  height: 40px;
  margin-right: 16px;
  object-fit: contain;
}
.p-toast .loader[data-v-b1769d5d] {
  margin-right: 16px;
}
.p-toast .button-close[data-v-b1769d5d] {
  min-width: 36px;
  padding-left: 16px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-toast-container[data-v-ec6ec294] {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  z-index: 10000;
  position: fixed;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: auto;
}
.p-toast-container[data-ios-app=true][data-v-ec6ec294] {
  top: env(safe-area-inset-top);
}
.p-toast-container.desktop[data-v-ec6ec294] {
  flex-direction: column;
  left: auto;
  top: auto;
  bottom: 16px;
}
.p-toast-container.desktop .show-toast-enter-from[data-v-ec6ec294] {
  transform: translateY(100%);
}
.show-toast-move[data-v-ec6ec294], .show-toast-enter-active[data-v-ec6ec294], .show-toast-leave-active[data-v-ec6ec294] {
  transition: 0.2s ease;
}
.show-toast-enter-from[data-v-ec6ec294], .show-toast-leave-to[data-v-ec6ec294] {
  opacity: 0;
  transform: translateY(-100%);
}
.show-toast-leave-active[data-v-ec6ec294] {
  position: absolute;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.base-modal[data-v-d05a734d] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  max-width: 360px;
  width: 100%;
  display: flex;
  position: fixed;
  margin: 64px auto;
  align-items: center;
  pointer-events: none;
  justify-content: center;
}
.base-modal.mobile[data-v-d05a734d] {
  max-width: 328px;
}
.base-modal.opened[data-v-d05a734d] {
  opacity: 1;
  pointer-events: auto;
}
.base-modal .overlay[data-v-d05a734d] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  position: fixed;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.24);
}
.base-modal .container[data-v-d05a734d] {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  z-index: 2000;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.modal[data-v-6637649a] {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal .title[data-v-6637649a] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.modal .content[data-v-6637649a] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  line-height: 24px;
}
.modal .button[data-v-6637649a] {
  margin-top: 16px;
  width: 100%;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-tooltip-desktop .target[data-v-131d6b21] {
  width: fit-content;
  cursor: pointer;
}
.container[data-v-131d6b21] {
  display: flex;
  width: 328px;
  padding: 16px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
  z-index: 4000;
  border-radius: 16px;
  background-color: #ffffff;
}
.container .close[data-v-131d6b21] {
  cursor: pointer;
  fill: #2b3238;
}
.container .content[data-v-131d6b21] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 16px;
}
.title[data-v-131d6b21] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.text[data-v-131d6b21] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  line-height: 24px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-image-cropper[data-v-cfc66d14] {
  width: 100%;
  height: 100%;
  background: rgba(43, 50, 56, 0.9);
  display: flex;
  flex-direction: column;
}
.p-image-cropper .content[data-v-cfc66d14] {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  overflow: hidden;
}
.p-image-cropper svg[data-v-cfc66d14] {
  color: #ffffff;
  cursor: pointer;
}
#header[data-v-cfc66d14] {
  display: flex;
  height: 64px;
  max-height: 64px;
  padding: 0 32px;
}
#header .header-title[data-v-cfc66d14] {
  flex: 1;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.image-content[data-v-cfc66d14] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.controllers[data-v-cfc66d14] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 16px 0 24px 0;
  gap: 20px;
}
.left-side[data-v-cfc66d14],
.right-side[data-v-cfc66d14] {
  display: flex;
  justify-content: space-between;
  width: 328px;
  gap: 20px;
}
.rotate-controllers[data-v-cfc66d14] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.size-controllers[data-v-cfc66d14] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.size-controllers .size-controller-item[data-v-cfc66d14] {
  color: #91a0ae;
  cursor: pointer;
  font-size: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.size-controllers .size-controller-item .size-view[data-v-cfc66d14] {
  border: 1.5px solid #91a0ae;
}
.size-controllers .size-controller-item .size-value[data-v-cfc66d14] {
  text-align: center;
}
.size-controllers .size-controller-item.active[data-v-cfc66d14] {
  color: var(--color-primary);
}
.size-controllers .size-controller-item.active .size-view[data-v-cfc66d14] {
  border: 1.5px solid var(--color-primary);
}
.zoom-controllers[data-v-cfc66d14] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.save-picture[data-v-cfc66d14],
.change-picture[data-v-cfc66d14] {
  width: 100%;
  max-width: 200px;
}
img[data-v-cfc66d14] {
  display: block;
  max-width: 100%;
}
.mobile-controllers[data-v-cfc66d14] {
  margin: 16px 0 16px 0;
}
.mobile-controllers .controllers-row[data-v-cfc66d14] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.loader[data-v-cfc66d14] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader .loader-title[data-v-cfc66d14] {
  margin-top: 16px;
  color: #91a0ae;
  text-align: center;
}
[data-v-cfc66d14] .cropper-view-box {
  outline: none;
  border: 1px dashed #ffffff;
}
[data-v-cfc66d14] .cropper-point {
  opacity: 0 !important;
}
[data-v-cfc66d14] img.circleMode + .cropper-container .cropper-crop-box,[data-v-cfc66d14] img.circleMode + .cropper-container .cropper-view-box,[data-v-cfc66d14] img.circleMode + .cropper-container .cropper-face,[data-v-cfc66d14] img.circleMode + .cropper-container .cropper-move {
  border-radius: 100%;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.p-safe-zone-emulator[data-v-dfa174f2] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.emulator-controls[data-v-dfa174f2] {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 1000;
}
.emulator-controls .controls-toggle[data-v-dfa174f2] {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
}
.emulator-controls .controls-content[data-v-dfa174f2] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 340px;
  padding: 16px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08), 0 0 16px 2px rgba(0, 0, 0, 0.04);
}
.emulator-controls .controls-content .control-ranges[data-v-dfa174f2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.emulator-controls .controls-content .control-ranges .control-label[data-v-dfa174f2] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  width: 100%;
}
.emulator-controls .controls-content .control-ranges .control-label .control-text[data-v-dfa174f2] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.emulator-controls .controls-content .control-ranges .control-label .control-range[data-v-dfa174f2] {
  width: 100%;
  background: #e5ebf0;
  border-radius: 4px;
  appearance: none;
  height: 8px;
  outline: none;
  cursor: pointer;
}
.device-frame[data-v-dfa174f2] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.device-frame.show-guides .device-content[data-v-dfa174f2] {
  opacity: 0.9;
}
.dynamic-island[data-v-dfa174f2] {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 126px;
  height: 37px;
  background: #2b3238;
  border-radius: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.device-content[data-v-dfa174f2] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.device-content .device-content-slot[data-v-dfa174f2] {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 100%;
}
.home-indicator[data-v-dfa174f2] {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  width: 140px;
  height: 5px;
  background: #2b3238;
  border-radius: 3px;
  z-index: 1000;
}
.guides[data-v-dfa174f2] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1001;
}
.guides .guide-line[data-v-dfa174f2] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(to right, #2b3238 0, #2b3238 10px, transparent 10px, transparent 20px);
}
.guides .guide-line[data-v-dfa174f2]::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  height: 9px;
  background: rgba(43, 50, 56, 0.1);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-e493058b] {
  display: flex;
  justify-content: center;
}
.content[data-v-e493058b] .p-calendar {
  padding: 30px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-92dcd3e9] {
  height: 100vh;
  padding: 10px;
}
.list[data-v-92dcd3e9] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  margin-bottom: 20px;
}
.group[data-v-92dcd3e9] {
  display: flex;
  flex-direction: column;
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-39dc1c19] {
  height: 100vh;
  width: 100%;
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-adb6f1bd] {
  display: flex;
  justify-content: center;
  padding: 20px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-2e9bce53] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.main[data-v-2e9bce53] {
  padding: 16px;
}
.bar[data-v-2e9bce53] {
  justify-content: flex-end;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-afbda31a] {
  padding: 10px;
  height: 100%;
}
.main[data-v-afbda31a] {
  padding: 24px 16px 0px 16px;
}
.bar[data-v-afbda31a] {
  text-align: center;
  padding: 12px 0px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-c65e96a0] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.main[data-v-c65e96a0] {
  padding: 24px 16px;
}
.bar[data-v-c65e96a0] {
  text-align: center;
  padding: 12px 0px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-a05230d2] {
  display: flex;
  justify-content: center;
  height: 100vh;
  padding: 80px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.output[data-v-1dbc4703] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.button[data-v-1dbc4703] {
  margin-top: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content-fixed[data-v-ffb93a25] {
  height: 100vh;
  width: 100vw;
  padding: 10px;
  display: flex;
  align-items: center;
}
.content[data-v-ffb93a25] {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(43, 50, 56, 0.08);
}
.header[data-v-ffb93a25],
.main[data-v-ffb93a25] {
  padding: 24px;
}
.header[data-v-ffb93a25] {
  border-bottom: 1px solid rgba(43, 50, 56, 0.08);
}
.main[data-v-ffb93a25] {
  flex-grow: 1;
  display: flex;
  align-items: end;
}
.footer[data-v-ffb93a25] {
  background-color: #ffffff;
  border-top: 1px solid rgba(43, 50, 56, 0.08);
}
.input-wrapper[data-v-ffb93a25] {
  width: 100%;
}
.input[data-v-ffb93a25] {
  padding: 8px 44px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-685034ab] {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-58316ea7] {
  display: flex;
}
.content .story-gallery[data-v-58316ea7] {
  display: flex;
  border: 2px dotted #2b3238;
  gap: 5px;
}
.content .story-gallery-item[data-v-58316ea7] {
  width: 100px;
  height: 100px;
}
.content .story-gallery-item--file[data-v-58316ea7] {
  align-items: center;
  display: flex;
  justify-content: center;
  width: inherit;
  height: inherit;
  background: #d0dbe4;
}
.content .icon path[data-v-58316ea7] {
  fill: var(--color-primary);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-4de657e8] {
  display: flex;
  justify-content: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-ad730b1c] {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-bed55ef3] {
  height: 100vh;
  width: 100vw;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.list[data-v-3a1e432e] {
  height: 100vh;
  padding: 0 10px;
}
.list-item[data-v-3a1e432e] {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid rgba(43, 50, 56, 0.08);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.size[data-v-2c74d532] {
  display: grid;
  padding: 0 12px 12px;
  border: 2px dashed rgba(43, 50, 56, 0.08);
  border-radius: 8px;
  margin-bottom: 12px;
  font-family: system-ui, sans-serif;
}
.size .size-title[data-v-2c74d532] {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 8px 0;
  text-transform: uppercase;
}
.size .text-size[data-v-2c74d532] {
  padding: 8px 0;
  display: flex;
}
.size .text-size .text-size-title[data-v-2c74d532] {
  min-width: 180px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #91a0ae;
  font-weight: 600;
  text-transform: uppercase;
}
.size .icon[data-v-2c74d532] {
  color: #91a0ae;
}
.input-icon[data-v-2c74d532] {
  display: flex;
  align-items: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-be79e21d] {
  height: 100vh;
  display: flex;
  align-items: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-dbd96415] {
  width: 328px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-362d0473] {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-ba268a95] {
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-6d5a40d7] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-1185df80] {
  padding: 40px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-f129025b] {
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-9da5dd18] {
  display: flex;
  justify-content: center;
}
.btn-content[data-v-9da5dd18] {
  display: flex;
  gap: 4px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-9dc95e6a] {
  display: flex;
  align-items: center;
  justify-content: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-5e45f2cb] {
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-2081fce4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-564557a8] {
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-3ab0491a] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-6155da9e] {
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-9b38ea7c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100vh;
  padding: 10px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-db6fb58a] {
  display: flex;
  padding: 10px;
  flex-wrap: wrap;
  gap: 8px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-6c463636] {
  display: flex;
  padding: 10px;
}
.content .p-textarea[data-v-6c463636] {
  margin-right: 16px;
}
.content .p-textarea[data-v-6c463636]:last-child {
  margin-right: 0;
}
.content .p-textarea svg[data-v-6c463636] {
  color: #91a0ae;
  align-self: flex-start;
}
.content .p-textarea svg.icon-medium[data-v-6c463636] {
  min-height: 24px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-57dff07d] {
  height: 100dvh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-e4abf827] {
  display: flex;
  justify-content: center;
  height: 75vw;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
table[data-v-56ce2e7b] {
  height: 220px;
  font-size: 2rem;
  border-spacing: 1rem;
}
table .display[data-v-56ce2e7b] {
  text-align: right;
  vertical-align: middle;
}
table .display span[data-v-56ce2e7b] {
  font-size: 1rem;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-f556b3e3] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 230px;
  width: 300px;
  margin: 0 auto;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-445a8024] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100vh;
}
.content .group[data-v-445a8024] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.content .group-title[data-v-445a8024] {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.content .group-colors[data-v-445a8024] {
  display: flex;
  gap: 12px;
  height: 150px;
}
.content .group-colors .color[data-v-445a8024] {
  position: relative;
  width: 100px;
  height: 100px;
}
.content .group-colors .color .color-rgb[data-v-445a8024] {
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #5d7285;
  text-transform: uppercase;
}
.content .group-colors .color[data-v-445a8024]::before {
  position: absolute;
  top: calc(100% + 20px);
  color: #5d7285;
  font-weight: 600;
}
.color.white[data-v-445a8024] {
  background-color: #ffffff;
}
.color.white[data-v-445a8024]::before {
  content: "white";
}
.color.fog[data-v-445a8024] {
  background-color: #f1f5f9;
}
.color.fog[data-v-445a8024]::before {
  content: "fog";
}
.color.smog[data-v-445a8024] {
  background-color: #e5ebf0;
}
.color.smog[data-v-445a8024]::before {
  content: "smog";
}
.color.rain[data-v-445a8024] {
  background-color: #d0dbe4;
}
.color.rain[data-v-445a8024]::before {
  content: "rain";
}
.color.dull-sky[data-v-445a8024] {
  background-color: #b6c7d6;
}
.color.dull-sky[data-v-445a8024]::before {
  content: "dull-sky";
}
.color.asphalt[data-v-445a8024] {
  background-color: #91a0ae;
}
.color.asphalt[data-v-445a8024]::before {
  content: "asphalt";
}
.color.dark-water[data-v-445a8024] {
  background-color: #5d7285;
}
.color.dark-water[data-v-445a8024]::before {
  content: "dark-water";
}
.color.black[data-v-445a8024] {
  background-color: #2b3238;
}
.color.black[data-v-445a8024]::before {
  content: "black";
}
.color.dark[data-v-445a8024] {
  background-color: #1b1b1b;
}
.color.dark[data-v-445a8024]::before {
  content: "dark";
}
.color.pale-orange[data-v-445a8024] {
  background-color: #fbe6dd;
}
.color.pale-orange[data-v-445a8024]::before {
  content: "pale-orange";
}
.color.orange[data-v-445a8024] {
  background-color: #f4765a;
}
.color.orange[data-v-445a8024]::before {
  content: "orange";
}
.color.pale-pink[data-v-445a8024] {
  background-color: #f7deec;
}
.color.pale-pink[data-v-445a8024]::before {
  content: "pale-pink";
}
.color.pink[data-v-445a8024] {
  background-color: #c3799d;
}
.color.pink[data-v-445a8024]::before {
  content: "pink";
}
.color.pale-green[data-v-445a8024] {
  background-color: #ddf8df;
}
.color.pale-green[data-v-445a8024]::before {
  content: "pale-green";
}
.color.pale-blue[data-v-445a8024] {
  background-color: #ceeaff;
}
.color.pale-blue[data-v-445a8024]::before {
  content: "pale-blue";
}
.color.pale-purple[data-v-445a8024] {
  background-color: #eee5ff;
}
.color.pale-purple[data-v-445a8024]::before {
  content: "pale-purple";
}
.color.purple[data-v-445a8024] {
  background-color: #8a60e4;
}
.color.purple[data-v-445a8024]::before {
  content: "purple";
}
.color.brand-light-velvet[data-v-445a8024] {
  background-color: var(--color-light-velvet);
}
.color.brand-light-velvet[data-v-445a8024]::before {
  content: "brand-light-velvet";
}
.color.brand-light-cornflower[data-v-445a8024] {
  background-color: var(--color-light-cornflower);
}
.color.brand-light-cornflower[data-v-445a8024]::before {
  content: "brand-light-cornflower";
}
.color.brand-light-green[data-v-445a8024] {
  background-color: var(--color-light-green);
}
.color.brand-light-green[data-v-445a8024]::before {
  content: "brand-light-green";
}
.color.brand-light-orange[data-v-445a8024] {
  background-color: var(--color-light-orange);
}
.color.brand-light-orange[data-v-445a8024]::before {
  content: "brand-light-orange";
}
.color.brand-light-blue[data-v-445a8024] {
  background-color: var(--color-light-blue);
}
.color.brand-light-blue[data-v-445a8024]::before {
  content: "brand-light-blue";
}
.color.brand-light-pink[data-v-445a8024] {
  background-color: var(--color-light-pink);
}
.color.brand-light-pink[data-v-445a8024]::before {
  content: "brand-light-pink";
}
.color.brand-light-grass[data-v-445a8024] {
  background-color: var(--color-light-grass);
}
.color.brand-light-grass[data-v-445a8024]::before {
  content: "brand-light-grass";
}
.color.brand-bold-velvet[data-v-445a8024] {
  background-color: var(--color-bold-velvet);
}
.color.brand-bold-velvet[data-v-445a8024]::before {
  content: "brand-bold-velvet";
}
.color.brand-bold-cornflower[data-v-445a8024] {
  background-color: var(--color-bold-cornflower);
}
.color.brand-bold-cornflower[data-v-445a8024]::before {
  content: "brand-bold-cornflower";
}
.color.brand-bold-green[data-v-445a8024] {
  background-color: var(--color-bold-green);
}
.color.brand-bold-green[data-v-445a8024]::before {
  content: "brand-bold-green";
}
.color.brand-bold-orange[data-v-445a8024] {
  background-color: var(--color-bold-orange);
}
.color.brand-bold-orange[data-v-445a8024]::before {
  content: "brand-bold-orange";
}
.color.brand-bold-blue[data-v-445a8024] {
  background-color: var(--color-bold-blue);
}
.color.brand-bold-blue[data-v-445a8024]::before {
  content: "brand-bold-blue";
}
.color.brand-bold-pink[data-v-445a8024] {
  background-color: var(--color-bold-pink);
}
.color.brand-bold-pink[data-v-445a8024]::before {
  content: "brand-bold-pink";
}
.color.brand-bold-grass[data-v-445a8024] {
  background-color: var(--color-bold-grass);
}
.color.brand-bold-grass[data-v-445a8024]::before {
  content: "brand-bold-grass";
}
.color.error[data-v-445a8024] {
  background-color: #e46060;
}
.color.error[data-v-445a8024]::before {
  content: "error";
}
.color.green[data-v-445a8024] {
  background-color: #51b77a;
}
.color.green[data-v-445a8024]::before {
  content: "green";
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.category-title[data-v-3e62db37] {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}
.category-icons[data-v-3e62db37] {
  display: flex;
  flex-wrap: wrap;
  padding: -1px;
}
.category-icons .icon[data-v-3e62db37] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 130px;
  max-width: min-content;
  padding: 12px 6px;
  margin: 1px;
  border: 1px solid rgba(43, 50, 56, 0.08);
  cursor: pointer;
}
.category-icons .icon .icon-name[data-v-3e62db37] {
  margin-top: 8px;
  font-size: 0.75rem;
  text-align: center;
  color: #91a0ae;
}
.category-icons .icon .icon-copy[data-v-3e62db37] {
  display: none;
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  color: #91a0ae;
  right: 4px;
  top: 4px;
}
.category-icons .icon:hover .icon-copy[data-v-3e62db37] {
  display: block;
}
.no-result[data-v-3e62db37] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 20px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-aea127c4] {
  --radius-none: 0;
  --radius-2xs: 2px;
  --radius-xs: 4px;
  --radius-s: 8px;
  --radius-m: 16px;
  --radius-l: 24px;
  --radius-xl: 32px;
  --radius-2xl: 40px;
  --radius-full: 100%;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  gap: 20px;
}
.group[data-v-aea127c4] {
  display: grid;
  grid-template-columns: 2fr 1fr 30px;
  align-items: center;
  gap: 12px;
}
.group-title[data-v-aea127c4] {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
.group-caption[data-v-aea127c4] {
  color: #5d7285;
  font-size: 16px;
  line-height: 24px;
}
.group-value[data-v-aea127c4] {
  width: 100%;
  background: #b6c7d6;
  width: 150px;
  height: 100px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-17b36c23] {
  --spacing-none: 0;
  --spacing-4xs: 2px;
  --spacing-3xs: 4px;
  --spacing-2xs: 8px;
  --spacing-xs: 12px;
  --spacing-s: 16px;
  --spacing-m: 20px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-2xl: 40px;
  --spacing-3xl: 48px;
  --spacing-4xl: 56px;
  --spacing-5xl: 64px;
  --spacing-6xl: 72px;
  --spacing-7xl: 80px;
  display: flex;
  flex-direction: column;
  max-width: 320px;
  margin: 0 auto;
  gap: 32px;
}
.group[data-v-17b36c23] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.group-title[data-v-17b36c23] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.group-title span[data-v-17b36c23]:last-child {
  color: #5d7285;
  font-size: 16px;
  line-height: 24px;
}
.group-value[data-v-17b36c23] {
  width: 100%;
  background: #b6c7d6;
  border-radius: 4px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-daccd4ff] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 16px;
}
.content .mixin-template[data-v-daccd4ff] {
  font-family: monospace;
  white-space: nowrap;
  background-color: #1b1b1b;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 24px;
}
.row[data-v-daccd4ff] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 16px 0;
}
.row .text-wrapper[data-v-daccd4ff] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.row .text.regular[data-size="10"][data-v-daccd4ff] {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}
.row .text.regular[data-size="12"][data-v-daccd4ff] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.row .text.regular[data-size="14"][data-v-daccd4ff] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.row .text.regular[data-size="16"][data-v-daccd4ff] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.row .text.regular[data-size="18"][data-v-daccd4ff] {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.row .text.regular[data-size="22"][data-v-daccd4ff] {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}
.row .text.regular[data-size="32"][data-v-daccd4ff] {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
.row .text.regular[data-size="48"][data-v-daccd4ff] {
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}
.row .text.semibold[data-size="10"][data-v-daccd4ff] {
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
}
.row .text.semibold[data-size="12"][data-v-daccd4ff] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.row .text.semibold[data-size="14"][data-v-daccd4ff] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.row .text.semibold[data-size="16"][data-v-daccd4ff] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.row .text.semibold[data-size="18"][data-v-daccd4ff] {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.row .text.semibold[data-size="22"][data-v-daccd4ff] {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
.row .text.semibold[data-size="32"][data-v-daccd4ff] {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.row .text.semibold[data-size="48"][data-v-daccd4ff] {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}
.row .text.bold[data-size="10"][data-v-daccd4ff] {
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
}
.row .text.bold[data-size="12"][data-v-daccd4ff] {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.row .text.bold[data-size="14"][data-v-daccd4ff] {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.row .text.bold[data-size="16"][data-v-daccd4ff] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.row .text.bold[data-size="18"][data-v-daccd4ff] {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.row .text.bold[data-size="22"][data-v-daccd4ff] {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.row .text.bold[data-size="32"][data-v-daccd4ff] {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.row .text.bold[data-size="48"][data-v-daccd4ff] {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
}
.row .text-info[data-v-daccd4ff] {
  font-size: 10px;
  line-height: 14px;
  color: #5d7285;
  font-weight: 400;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-0f0c79a6] {
  padding: 10px;
  height: 100%;
}
.main[data-v-0f0c79a6] {
  padding: 24px 16px 0px 16px;
}
.bar[data-v-0f0c79a6] {
  text-align: center;
  padding: 12px 0px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-08bf73f3] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-5dfe13fc] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.default-content[data-v-5dfe13fc] {
  display: grid;
  gap: 16px;
}
.p-bottom-bar[data-v-5dfe13fc] {
  background-color: #ffffff;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-e6ed1108] {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 50px;
}
.wrapper[data-v-e6ed1108] {
  border: 2px dashed rgba(43, 50, 56, 0.08);
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-f5a95673] {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 50px;
}
.content .card-emoji[data-v-f5a95673] {
  border: 2px dashed rgba(43, 50, 56, 0.08);
}
.wrapper[data-v-f5a95673] {
  border: 2px dashed rgba(43, 50, 56, 0.08);
}
.actions[data-v-f5a95673] {
  display: flex;
}
.date-display {
&[data-v-c282fef5] {
  padding: 16px;
  background: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #ddd;
}
h3[data-v-c282fef5] {
    margin: 0 0 8px 0;
    color: #333;
    font-size: 16px;
}
p[data-v-c282fef5] {
    margin: 4px 0;
    color: #666;
    font-family: monospace;
}
}
.container[data-v-c282fef5] {
  display: flex;
  justify-content: center;
  height: 260px;
  width: 100%;
}
/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-553d1710] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.content .source[data-v-553d1710] {
  background-color: #f1f5f9;
  border: 1px solid rgba(43, 50, 56, 0.08);
  padding: 10px;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 6px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-5ad70945] {
  display: flex;
  justify-content: center;
  align-items: center;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-9a1875b0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .language[data-v-9a1875b0] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.container[data-v-0c1ac5d8] {
  display: flex;
  justify-content: center;
  height: 260px;
  width: 100%;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-dc548ed9] {
  height: 100vh;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-c67dd909] {
  height: 100vh;
  display: flex;
  justify-content: center;
  padding: 20px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-483a7e53] {
  height: 100vh;
  display: flex;
  justify-content: center;
  padding: 20px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-54aa3344] {
  background-color: #d0dbe4;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.other-content[data-v-54aa3344] {
  background-color: #b6c7d6;
  border-radius: 16px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.layout[data-v-05907140] {
  display: flex;
  background-color: rgba(43, 50, 56, 0.2);
  position: relative;
  width: 100vw;
  height: 100vh;
}
.layout .layout-content[data-v-05907140] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.avatar[data-v-05907140] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 24px;
  border-radius: 50%;
  background-color: #f1f5f9;
  font-size: 12px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.layout[data-v-3cda2850] {
  display: flex;
  background-color: rgba(43, 50, 56, 0.2);
  position: relative;
  width: 100vw;
  height: 100vh;
}
.layout .layout-content[data-v-3cda2850] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.avatar[data-v-3cda2850] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 24px;
  border-radius: 50%;
  background-color: #f1f5f9;
  font-size: 12px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.layout[data-v-fd816c22] {
  display: flex;
  background-color: rgba(43, 50, 56, 0.2);
  position: relative;
  width: 100vw;
  height: 100vh;
}
.add-on[data-v-fd816c22] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 224px;
  padding: 16px;
  margin: auto 16px 8px;
  border-radius: 12px;
  background-color: #f1f5f9;
  text-align: center;
}
.add-on .title[data-v-fd816c22] {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.add-on .text[data-v-fd816c22] {
  margin-bottom: 16px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.layout[data-v-fca16be8] {
  display: flex;
  background-color: rgba(43, 50, 56, 0.2);
  position: relative;
  width: 100vw;
  height: 100vh;
}
.account[data-v-fca16be8] {
  padding: 0 16px 14px;
  margin-bottom: 8px;
  white-space: nowrap;
  color: #91a0ae;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.layout[data-v-6282b172] {
  display: flex;
  background-color: rgba(43, 50, 56, 0.2);
  position: relative;
  width: 100vw;
  height: 100vh;
}
.avatar[data-v-6282b172] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 24px;
  border-radius: 50%;
  background-color: #f1f5f9;
  font-size: 12px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.layout[data-v-05048a70] {
  display: flex;
  background-color: rgba(43, 50, 56, 0.2);
  position: relative;
  width: 100vw;
  height: 100vh;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.layout[data-v-19527c85] {
  display: flex;
  background-color: rgba(43, 50, 56, 0.2);
  position: relative;
  width: 100vw;
  height: 100vh;
}
.account[data-v-19527c85] {
  padding: 0 4px 12px;
  margin-bottom: 8px;
  white-space: nowrap;
  color: #91a0ae;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
}
.time-display {
&[data-v-f100f785] {
  padding: 16px;
  background: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #ddd;
}
h3[data-v-f100f785] {
    margin: 0 0 8px 0;
    color: #333;
    font-size: 16px;
}
}
.container[data-v-f100f785] {
  display: flex;
  justify-content: center;
  height: 260px;
  width: 100%;
}
/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-8fed3990] {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: min-content;
  align-content: center;
  gap: 8px;
  height: 100vh;
}
.playground[data-v-8fed3990] {
  z-index: 3000;
  position: fixed;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: auto;
}
.playground.desktop[data-v-8fed3990] {
  top: auto;
  left: auto;
  bottom: 16px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-b590d174] {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(auto-fill, minmax(100px, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
  align-content: center;
  gap: 8px;
  height: 100vh;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.content[data-v-4b3172c2] {
  padding: 20px;
  margin-bottom: 12px;
  border: 2px dashed rgba(43, 50, 56, 0.08);
}
.variants[data-v-4b3172c2] {
  display: flex;
  gap: 12px;
}
.variants .column[data-v-4b3172c2] {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  min-width: 0;
}
.variants .column .component[data-v-4b3172c2] {
  border: 2px dashed rgba(43, 50, 56, 0.08);
}
.chips[data-v-4b3172c2] {
  flex-wrap: nowrap;
}
.chips.center[data-v-4b3172c2] {
  margin: 0 auto;
}
.title-carousel[data-v-4b3172c2] {
  display: flex;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.title-carousel[data-v-4b3172c2] .p-button .main {
  max-height: 20px;
}
.icon-with-text[data-v-4b3172c2] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #91a0ae;
}
.text[data-v-4b3172c2] {
  font-size: 16px;
  line-height: 24px;
  color: #91a0ae;
}
.title-with-button[data-v-4b3172c2] {
  display: inline-flex;
}
.title-with-button .title[data-v-4b3172c2] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title-with-button .button[data-v-4b3172c2] {
  min-width: 16px;
  margin-left: 4px;
}
.actions[data-v-4b3172c2] {
  display: flex;
  gap: 12px;
}/** @deprecated: use `$radius-xs` instead */
/** @deprecated: use `$radius-s` instead */
/** @deprecated: use `$radius-m` instead */
/** @deprecated: use `$radius-l` instead */
/** @deprecated: use `$radius-xl` instead */
/** @deprecated: use `$radius-full` instead */
/* @deprecated use font() instead */
/* @deprecated use font() instead */
/* Usage: @include font(14, 'semibold'); */
.base-custom-field[data-v-eb3d5680] {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  word-break: break-word;
  white-space: pre-wrap;
  min-height: 24px;
  cursor: text;
}
.base-custom-field.textarea[data-v-eb3d5680] {
  resize: none;
  height: 24px;
}
.base-custom-field.preview[data-v-eb3d5680]:empty:before {
  content: attr(data-placeholder);
  color: #91a0ae;
  float: left;
  height: 0;
}
.base-custom-field[data-v-eb3d5680] a[href] {
  color: var(--color-primary);
}
.base-custom-field[data-v-eb3d5680] span[data-credit-card="true"] {
  transition: opacity 0.2s ease;
  cursor: pointer;
  color: var(--color-primary);
}
.base-custom-field[data-v-eb3d5680] span[data-credit-card="true"]:hover {
  opacity: 0.64;
}
.base-custom-field[data-v-eb3d5680] .single-line {
  white-space: nowrap;
}
.base-custom-field[data-v-eb3d5680] li {
  margin-left: 20px;
  list-style: unset;
}