:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.styles-module_tooltip__mnnfp{visibility:hidden;width:-webkit-max-content;width:max-content;position:absolute;top:0;left:0;padding:8px 16px;border-radius:3px;font-size:90%;pointer-events:none;opacity:0;transition:opacity .3s ease-out;will-change:opacity,visibility}.styles-module_fixed__7ciUi{position:fixed}.styles-module_arrow__K0L3T{position:absolute;background:inherit;width:8px;height:8px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.styles-module_no-arrow__KcFZN{display:none}.styles-module_clickable__Bv9o7{pointer-events:auto}.styles-module_show__2NboJ{visibility:visible;opacity:var(--rt-opacity)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}:root{--mchat-base-color-1:46;--mchat-base-color-2:165;--mchat-primary:#ffc200;--mchat-secondary:#222726;--mchat-terciary:#595f6e;--mchat-user-input-section:#8c919b;--mchat-text-color:#fff;--mchat-disabled-state-color:transparent;--mchat-selected-state-color:hsl(var(--mchat-base-color-1),100%,50%);--mchat-font:GeneralSans-Variable,Arial,sans-serif;--mchat-font-size:1.6rem;--mchat-radius:25px;--mchat-bubble-header-color:#8c919b;--mchat-incoming-bubble-color:var(--mchat-primary);--mchat-incoming-bubble-text-color:#252928;--mchat-outcoming-bubble-color:#262624;--mchat-outcoming-bubble-text-color:#d9d9d9;--mchat-header-color:hsl(var(--mchat-base-color-2),0%,0%);--mchat-background-color:hsl(var(--mchat-base-color-2),5%,15%);--mchat-input-color:hsl(var(--mchat-base-color-2),0%,100%);--mchat-button-color:transparent;--mchat-button-text-color:var(--mchat-primary);--mchat-feedback-value-color:var(--mchat-primary);--mchat-feedback-background-color:hsl(var(--mchat-base-color-1),100%,93%)}.mchat-container{font-size:var(--mchat-font-size);font-family:var(--mchat-font);opacity:1;z-index:1;height:100%;line-height:1;transition:opacity .5s;display:flex;position:fixed;bottom:32px;right:32px}.mchat-container,.mchat-container *,.mchat-container :after,.mchat-container :before{box-sizing:border-box}@media screen and (min-width:700px){.mchat-container{max-height:652px;padding-top:64px}}.mchat-container--closed{max-height:132px}@media screen and (max-width:700px){.mchat-container{bottom:24px;right:24px}.mchat-container--hidden{visibility:hidden}.mchat-container--hidden .mchat-opener{opacity:0;z-index:-1}.mchat-container:not(.mchat-container--closed){width:100%;height:100%;height:100svh;inset:0}}.mchat-container ::-webkit-scrollbar{width:.5em}.mchat-container ::-webkit-scrollbar-thumb{background:hsl(var(--mchat-base-color-1),90%,45%);border-radius:20px}.mchat-container ::-webkit-scrollbar-thumb:hover{background:var(--mchat-primary)}.mchat-container a{color:var(--mchat-incoming-bubble-text-color)}.mchat{background-color:var(--mchat-background-color);background:radial-gradient(circle,hsl(var(--mchat-base-color-2),7%,30%) 0,var(--mchat-background-color)90%);color:var(--mchat-text-color);flex-direction:column;width:100%;height:100%;display:flex;box-shadow:0 0 3px 1px #fffc}@media (min-width:700px){.mchat{border-radius:var(--mchat-radius);width:408px}}.mchat-text-with-icon{justify-content:center;align-items:center;gap:.25em;display:inline-flex}.mchat-primary-color{color:var(--mchat-primary)}.mchat-time-left-icon{background-color:var(--mchat-primary);width:1.5em;height:1.5em;-webkit-mask:url(/_next/static/media/time-left.172b32ed.87e5f99f.svg) 50% no-repeat;mask:url(/_next/static/media/time-left.172b32ed.87e5f99f.svg) 50% no-repeat}.mchat-header{background-color:var(--mchat-header-color);justify-content:space-between;height:52px;display:flex;position:relative;overflow:visible}@media (min-width:700px){.mchat-header{border-radius:var(--mchat-radius)var(--mchat-radius)0 0}}.mchat-header__title{z-index:100;text-align:center;color:#fff;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}@media screen and (max-width:700px){.mchat-header__title{flex-direction:row;align-items:flex-end;position:relative;bottom:0;left:0;transform:none}}.mchat-header__title span{font-weight:700;position:absolute;bottom:15px}@media screen and (max-width:700px){.mchat-header__title span{margin-left:.5em;position:relative}}.mchat-header__portrait{border-radius:50px;width:100px;height:100px;box-shadow:0 0 3px 1px #fffc}@media screen and (max-width:700px){.mchat-header__portrait{box-shadow:none;width:unset;border-radius:0;height:52px;margin-top:auto;display:inline-block}}.mchat-body{scroll-behavior:smooth;overscroll-behavior-y:contain;flex-direction:column;flex-grow:1;align-items:flex-start;gap:.5em;width:100%;margin-top:1px;padding:1em;display:flex;position:relative;overflow-x:visible;overflow-y:auto}.mchat-body>*{max-width:100%}.mchat-body a,.mchat-body>*{overflow-wrap:anywhere}.mchat-body--avatars .mchat-message:not(.mchat-text-message.mchat-message--in):not(.mchat-typing-message){padding-left:2.8em}.mchat-flex{flex:auto;justify-content:space-between;gap:1em;display:flex}.mchat-bubble{gap:.25em;display:flex}.mchat-bubble--in .mchat-bubble__content{color:var(--mchat-incoming-bubble-text-color);background-color:var(--mchat-incoming-bubble-color);border-radius:0 var(--mchat-radius)var(--mchat-radius);padding:1em;line-height:1.3em}.mchat-bubble--in .mchat-bubble__content a{font-weight:600;text-decoration:underline}.mchat-bubble--out .mchat-bubble__content{color:var(--mchat-outcoming-bubble-text-color);background-color:var(--mchat-outcoming-bubble-color);border-radius:var(--mchat-radius)0 var(--mchat-radius)var(--mchat-radius);padding:1em;line-height:1.3em}.mchat-bubble__avatar>img{border-radius:30px;width:2.5em;max-width:none;box-shadow:0 0 3px 1px #fffc}.mchat-bubble__header{color:var(--mchat-bubble-header-color);padding-bottom:.25em}.mchat-bubble__link{color:var(--mchat-primary);margin-top:.25em;display:block}.mchat-image{max-width:408px;margin-top:8px}.mchat-bubble__title{margin-bottom:.5em;font-size:1.25em;font-weight:600}.mchat-input-section{gap:1em;padding:1em 1em 1.25em;display:flex;position:relative}.mchat-input-section:before{content:"";color:#0000;background:linear-gradient(to bottom,#fff0 0,var(--mchat-background-color)100%);width:100%;height:10px;position:absolute;top:-10px;left:0}.mchat-audio-state{color:var(--mchat-primary);justify-content:center;align-items:center;width:100%;padding:1em;font-size:1em;animation:pulsing-text 3s infinite;display:flex}@keyframes pulse-red{0%{box-shadow:0 0 0 0 var(--mchat-primary);transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 10px #292d2c}to{transform:scale(.9);box-shadow:0 0 #292d2c}}.mchat-input-section__input{border:none;border-bottom:1px solid var(--mchat-text-color);color:var(--mchat-text-color);background:0 0;width:90%;padding:1em;font-size:1em}.mchat-input-section__input:focus-visible,.mchat-input-section__input:visited{outline:none}.mchat-input-section__input::placeholder{color:hsl(var(--mchat-base-color-2),0%,40%)}.mchat-input-section__button{border:1px solid var(--mchat-selected-state-color);cursor:pointer;background:var(--mchat-button-color);border-radius:30px;justify-content:center;align-items:center;padding:16px;transition:all .2s;display:flex}.mchat-input-section__button svg{fill:var(--mchat-selected-state-color);transition:all .2s}.mchat-input-section__button--audio-active,.mchat-input-section__button:active,.mchat-input-section__button:hover{background:var(--mchat-primary)}.mchat-input-section__button--audio-active svg,.mchat-input-section__button:active svg,.mchat-input-section__button:hover svg{fill:var(--mchat-header-color)}.mchat-input-section__button:focus{box-shadow:none;outline:none}.mchat-input-section__button--audio-pulsing{border-radius:50%;animation:pulse-red 2s infinite}.mchat-input-section__button:disabled{opacity:.3;cursor:default}.mchat-input-section__button:disabled:hover{filter:none}.mchat-input-section__button:disabled:active{background-color:var(--mchat-user-input-section)}.mchat-input-section__button.mchat-input-section__button--input-character-counter:disabled{opacity:1}.mchat-input-section__character-counter{color:red;font-weight:700}.mchat-message{gap:.5em;width:100%;display:flex}.mchat-message--out{flex-direction:row-reverse}@media screen and (max-width:700px){.mchat-buttons-message{align-items:center;padding-left:0}}.mchat-hyperlinks-group-message{flex-flow:wrap;gap:.3em;display:flex}.mchat-hyperlinks-group-message>*{overflow-wrap:anywhere;min-width:0}.mchat-search-message{flex-direction:column;gap:.5em}.mchat-typing-message{width:auto}.mchat-typing-message__svg{fill:var(--mchat-incoming-bubble-text-color);width:30px}@keyframes typing{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.mchat-typing-message__circle-1{animation:typing 1s infinite}.mchat-typing-message__circle-2{animation:typing 1s .2s infinite}.mchat-typing-message__circle-3{animation:typing 1s .4s infinite}.mchat-debug-message{color:#fff;font-size:.9em}.mchat-debug-message .mchat-bubble{background-color:#333131;flex-direction:column;display:flex}.mchat-debug-message__title{vertical-align:top;margin:0;padding:0}.mchat-debug-message__items{word-break:break-all;flex-direction:column;padding-inline-start:10px;list-style:none;display:flex}.mchat-closer{cursor:pointer;color:var(--mchat-text-color);background:0 0;border:none;margin-left:auto;padding:1em}.mchat-closer-icon{width:1.25em;height:1.25em;display:flex}.mchat-opener{background-color:var(--mchat-secondary);cursor:pointer;border:none;border:1px solid var(--mchat-primary);border-radius:100%;justify-content:center;align-self:flex-end;align-items:center;width:65px;height:65px;margin-bottom:0;margin-right:0;transition-duration:.3s;transition-timing-function:ease-in-out;display:flex;box-shadow:0 7px 29px #4f5251}@media screen and (min-width:1300px){.mchat-opener{border:none;width:90px;height:90px;margin-bottom:16px;margin-right:16px}}.mchat-opener__icon svg{color:#fff;width:2em;height:auto}@media screen and (max-width:1300px){.mchat-opener__icon svg{width:1.4em}}@keyframes move{0%,to{transform:rotate(0)}50%{transform:rotate(15deg)}}.mchat-hyperlink{color:var(--mchat-incoming-bubble-text-color);align-items:center;gap:.5em;width:-moz-fit-content;width:fit-content;margin-top:4px;font-style:italic;text-decoration:none;transition:all .2s;display:flex}.mchat-hyperlink:hover{transform:scale(1.02)}.mchat .mchat-button{border:1px solid var(--mchat-selected-state-color);color:var(--mchat-button-text-color);background-color:var(--mchat-button-color);cursor:pointer;text-transform:uppercase;letter-spacing:1px;border-radius:10px;outline:none;padding:.8em 1em;font-size:.75em;transition:all .3s;display:inline-block;position:relative}.mchat .mchat-button:hover{color:var(--mchat-header-color);background-color:var(--mchat-selected-state-color)}.mchat .mchat-button--selected{background-color:var(--mchat-selected-state-color);pointer-events:none;color:var(--mchat-incoming-bubble-text-color)}.mchat .mchat-icon-button{align-items:center;gap:.5em;display:flex}.mchat .mchat-icon-button>span{padding:.08em 0}.mchat .mchat-icon-button:hover svg{opacity:.6}.mchat .mchat-option-button:disabled:not(.mchat-button--selected){background-color:var(--mchat-disabled-state-color);opacity:.7;cursor:not-allowed}.mchat .mchat-option-button:disabled:not(.mchat-button--selected):hover{color:var(--mchat-button-text-color)}.mchat .mchat-hyperlink-button{width:-moz-fit-content;width:fit-content;text-decoration:none}.mchat .mchat-action-button--secondary{border:1px solid var(--mchat-text-color);color:var(--mchat-text-color)}.mchat .mchat-action-button--secondary:hover{border:1px solid var(--mchat-selected-state-color)}.mchat-option-buttons{flex-direction:column;align-items:flex-start;gap:.5em;display:flex}.mchat-option-buttons>*{width:100%}.mchat-audio{height:50px;position:absolute;bottom:3.25em;left:23em}.mchat-audio --steady{background-color:#f4d03f}.mchat-audio --go{background-color:#28b463}.mchat-user-prompt-panel{background-color:var(--mchat-secondary);text-align:center;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;margin-bottom:2em;display:flex}.mchat-user-prompt-panel__prompt{flex-direction:column;gap:.25em;display:flex}.mchat-user-prompt-panel__actions{gap:10px;margin-top:1em;display:flex}.mchat-feedback-message{background-color:var(--mchat-feedback-background-color);border-color:var(--mchat-primary);border:1px solid var(--mchat-primary);color:var(--mchat-incoming-bubble-text-color);border-radius:var(--mchat-radius);flex-direction:column;max-height:120px;padding:1em;line-height:1.4em;transition:all .2s}.mchat-feedback-message .mchat-feedback__values{margin-top:10px}.mchat-feedback-message--compact{background-color:inherit;border:none;border-radius:0;width:auto;padding:.25em .25em .25em 0}.mchat-feedback-message--compact .mchat-feedback__values{border-left:1px solid var(--mchat-primary);margin-top:0;padding-left:.5em}.mchat-feedback-message--compact .mchat-feedback__comment{margin-left:1em}.mchat-feedback-message--compact.mchat-feedback-message--comment{width:100%}.mchat-feedback-message--comment{max-height:1000px}.mchat-feedback__title{font-weight:700}.mchat-feedback__text{font-style:italic}.mchat-feedback__values{color:var(--mchat-feedback-value-color);justify-content:center;gap:3px;font-size:1.5em;display:flex;position:relative}.mchat-feedback__values--editable{cursor:pointer}.mchat-feedback__values--editable:hover .mchat-feedback__value--star{color:var(--mchat-selected-state-color)}.mchat-feedback__values--editable .mchat-feedback__value--star{color:var(--mchat-incoming-bubble-text-color);transition:color .3s}.mchat-feedback__values--editable .mchat-feedback__value--star:hover{color:var(--mchat-selected-state-color)}.mchat-feedback__values--editable .mchat-feedback__value--star:hover~.mchat-feedback__value--star{color:var(--mchat-incoming-bubble-text-color)}.mchat-feedback__values--editable .mchat-feedback__value--thumb{font-size:1.5em;transition:transform .2s}.mchat-feedback__values--editable .mchat-feedback__value--thumb:hover{transform:scale(1.2)}.mchat-feedback__value--selected{color:var(--mchat-selected-state-color)}.mchat-feedback__value--selected.mchat-feedback__value--numeric-scale>*{background-color:var(--mchat-selected-state-color)}.mchat-feedback__values--selected{color:var(--mchat-selected-state-color);animation:jump_feedback .25s}.mchat-feedback__comment{flex-direction:column;gap:.5em;margin-top:10px;display:flex;position:relative}.mchat-feedback__comment>*{margin:0 auto}.mchat-feedback__comment:before{content:"";background:var(--mchat-primary);width:20%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.mchat-feedback__comment-title{margin-top:5px;margin-bottom:5px}@keyframes jump_feedback{0%{top:0}30%{top:-10px}60%{top:0}80%{top:5px}to{top:0}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}