@import url(https://fonts.googleapis.com/icon?family=Material+Icons);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--main-font:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;--second-font:Helvetica Neue,Helvetica,Arial,sans-serif;--xs-font:10px;--sm-font:12px;--md-font:14px;--lg-font:16px;--xl-font:22px;--xxl-font:26px;--xxxl-font:32px;--font-weight-regular:400;--font-weight-semi-bold:600;--font-weight-bold:700;--primary-color:#006cff;--primary-color-faded:#006cff5c;--magenta:#f0f;--red:red;--faded-red:#d0021b1a;--dt-bg-team:#1d1f22;--border-color:#00000014;--lighten-black:grey;--lighten-grey:#858585;--light-grey:#ebebeb;--grey:grey;--dark-grey:#343434;--green:#28ca42;--faded-green:#02d0021a;--white5:#ffffff0d;--white10:#ffffff1a;--white20:#fff3;--white30:#ffffff4d;--white40:#fff6;--white50:#ffffff80;--white60:#fff9;--white70:#ffffffb3;--white80:#fffc;--white90:#ffffffe6;--white95:#fffffff2;--black5:#0000000d;--black10:#0000001a;--black20:#0003;--black30:#0000004d;--black40:#0006;--black50:#00000080;--black60:#0009;--black70:#000000b3;--black80:#000c;--black90:#000000e6;--black95:#000000f2;--border-radius:16px;--border-radius-sm:calc(var(--border-radius)/4);--border-radius-md:calc(var(--border-radius)/2);--border-radius-round:999px;--spacing-unit:8px;--xxs-p:calc(var(--spacing-unit)/2);--xs-p:var(--spacing-unit);--sm-p:calc(var(--spacing-unit)*2);--md-p:calc(var(--spacing-unit)*3);--lg-p:calc(var(--spacing-unit)*4);--xl-p:calc(var(--spacing-unit)*5);--xxl-p:calc(var(--spacing-unit)*8);--xxs-m:calc(var(--spacing-unit)/2);--xs-m:var(--spacing-unit);--sm-m:calc(var(--spacing-unit)*2);--md-m:calc(var(--spacing-unit)*3);--lg-m:calc(var(--spacing-unit)*4);--xl-m:calc(var(--spacing-unit)*5);--xxl-m:calc(var(--spacing-unit)*8);--assetsPath:"../assets";--accent_blue:#005fff;--accent_green:#20e070;--accent_red:#ff3742;--bg-gradient-end:#f7f7f7;--bg-gradient-start:#fcfcfc;--blue-alice:#e9f2ff;--border:#00000014;--button-background:#fff;--button-text:#005fff;--grey:#7a7a7a;--grey-gainsboro:#dbdbdb;--grey-whisper:#ecebeb;--highlight:#fbf4dd;--modal-shadow:#0009;--overlay:#0003;--overlay-dark:#0009;--shadow-icon:#00000040;--targetedMessageBackground:#fbf4dd;--transparent:#0000;--white-smoke:#f2f2f2;--white-snow:#fcfcfc;--modal-overlay-color:#000000e3}.str-chat{box-sizing:border-box}.str-chat *,.str-chat :after,.str-chat :before{box-sizing:inherit;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font)}.clearfix{clear:both}.messenger-chat.str-chat{align-items:flex-start;display:flex;flex:1 0 100%;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);height:100vh;justify-content:flex-start;margin:0}.messenger-chat.str-chat .str-chat__container{display:flex;flex:1 1;flex-direction:row;height:100%}.messenger-chat.str-chat .str-chat__main-panel{display:flex;flex:1 1;flex-direction:column;height:100%;min-width:250px;padding:16px 16px 0 8px;padding:var(--sm-p) var(--sm-p) 0 var(--xs-p);width:100%}.str-chat{color:#000;color:var(--black);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);height:100vh}.str-chat.commerce,.str-chat.messaging{background-color:#dbdbdb;background-color:var(--grey-gainsboro)}.str-chat.commerce.dark,.str-chat.messaging.dark{background-color:#343434;background-color:var(--dark-grey)}.str-chat.livestream.dark,.str-chat.team.dark{background:#343434;background:var(--dark-grey)}@font-face{font-family:ReplaceFlagEmojiPNG;src:url(/static/media/NotoColorEmoji-flags.148141acfb7ce6e4f383.woff2) format("woff2");unicode-range:u+1f1e6-1f1ff}@font-face{font-family:ReplaceFlagEmojiSVG;src:url(/static/media/EmojiOneColor.90ee5fb894c8d349bc54.woff2) format("woff2");unicode-range:u+1f1e6-1f1ff}.str-chat--windows-flags .emoji-mart-emoji-native *,.str-chat--windows-flags .str-chat__emoji-item--entity,.str-chat--windows-flags .str-chat__message-text-inner *,.str-chat--windows-flags .str-chat__textarea__textarea{font-display:swap;font-family:ReplaceFlagEmojiPNG,Helvetica Neue,Helvetica,Arial,sans-serif;font-family:ReplaceFlagEmojiPNG,var(--second-font),sans-serif}@-moz-document url-prefix(""){.str-chat--windows-flags .emoji-mart-emoji-native *,.str-chat--windows-flags .str-chat__emoji-item--entity,.str-chat--windows-flags .str-chat__message-text-inner *,.str-chat--windows-flags .str-chat__textarea__textarea{font-display:swap;font-family:ReplaceFlagEmojiSVG,Helvetica Neue,Helvetica,Arial,sans-serif;font-family:ReplaceFlagEmojiSVG,var(--second-font),sans-serif}}.str-chat-channel-list{float:left}.str-chat-channel{max-height:100vh}.str-chat-channel .str-chat__container{display:flex;height:100%}.str-chat-channel .str-chat__container .str-chat-angular__main-panel-inner,.str-chat-channel .str-chat__container .str-chat__main-panel{display:flex;flex:1 1;flex-direction:column;height:100%;min-width:250px;width:100%}.str-chat-channel .str-chat__container .str-chat-angular__main-panel-inner--hideOnThread,.str-chat-channel .str-chat__container .str-chat__main-panel--hideOnThread{display:none}.str-chat-channel .str-chat__container .rfu-dropzone{width:100%}.str-chat-channel.messaging .str-chat__main-panel{padding:16px 8px 0 0;padding:var(--sm-p) var(--xs-p) 0 0}@media screen and (max-width:960px){.str-chat-channel.messaging .str-chat__main-panel{padding:4px 4px 0;padding:var(--xxs-p) var(--xxs-p) 0}}.str-chat-channel.team .str-chat__container{display:flex}.str-chat-channel.commerce .str-chat__main-panel{width:100%}.str-chat-channel.commerce .str-chat__container{background:#fffffff2;background:var(--white95)}.str-chat-channel.commerce.dark .str-chat__container{background:#343434;background:var(--dark-grey);box-shadow:0 10px 31px 0 #00000080;box-shadow:0 10px 31px 0 var(--black50)}.str-chat.dark .emoji-mart{background:#343434;background:var(--dark-grey);border:#343434;border:var(--dark-grey)}.str-chat.dark .emoji-mart-category-label span,.str-chat.dark .emoji-mart-search input{background:#343434;background:var(--dark-grey);color:#fff;color:var(--white)}.str-chat.dark .emoji-mart-search button svg{fill:#fff;fill:var(--white)}.emoji-mart,.emoji-mart *{box-sizing:border-box;line-height:1.15}.emoji-mart{background:#fff;border:1px solid #d9d9d9;border-radius:5px;color:#222427;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:16px}.emoji-mart .emoji-mart-emoji{padding:6px}.emoji-mart-bar{border:0 solid #d9d9d9}.emoji-mart-bar:first-child{border-bottom-width:1px;border-top-left-radius:5px;border-top-right-radius:5px}.emoji-mart-bar:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-width:1px}.emoji-mart-anchors{display:flex;flex-direction:row;justify-content:space-between;line-height:0;padding:0 6px}.emoji-mart-anchor{background:none;border:none;box-shadow:none;color:#858585;display:block;flex:1 1 auto;margin:0;overflow:hidden;padding:12px 4px;position:relative;text-align:center;transition:color .1s ease-out}.emoji-mart-anchor:focus{outline:0}.emoji-mart-anchor-selected,.emoji-mart-anchor:focus,.emoji-mart-anchor:hover{color:#464646}.emoji-mart-anchor-selected .emoji-mart-anchor-bar{bottom:0}.emoji-mart-anchor-bar{background-color:#464646;bottom:-3px;height:3px;left:0;position:absolute;width:100%}.emoji-mart-anchors i{display:inline-block;max-width:22px;width:100%}.emoji-mart-anchors img,.emoji-mart-anchors svg{fill:currentColor;height:18px;width:18px}.emoji-mart-scroll{height:270px;overflow-x:hidden;overflow-y:scroll;padding:0 6px 6px;will-change:transform}.emoji-mart-search{margin-top:6px;padding:0 6px;position:relative}.emoji-mart-search input{border:1px solid #d9d9d9;border-radius:5px;display:block;font-size:16px;outline:0;padding:5px 25px 6px 10px;width:100%}.emoji-mart-search input,.emoji-mart-search input::-webkit-search-cancel-button,.emoji-mart-search input::-webkit-search-decoration,.emoji-mart-search input::-webkit-search-results-button,.emoji-mart-search input::-webkit-search-results-decoration{-webkit-appearance:none}.emoji-mart-search-icon{background:none;border:none;padding:2px 5px 1px;position:absolute;right:11px;top:7px;z-index:2}.emoji-mart-category .emoji-mart-emoji span{cursor:default;position:relative;text-align:center;z-index:1}.emoji-mart-category .emoji-mart-emoji:hover:before{background-color:#f4f4f4;border-radius:100%;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.emoji-mart-category-label{position:relative;position:sticky;top:0;z-index:2}.emoji-mart-category-label span{background-color:#fff;background-color:#fffffff2;display:block;font-weight:500;padding:5px 6px;width:100%}.emoji-mart-category-list{margin:0;padding:0}.emoji-mart-category-list li{display:inline-block;list-style:none;margin:0;padding:0}.emoji-mart-emoji{background:none;border:none;box-shadow:none;display:inline-block;font-size:0;margin:0;padding:0;position:relative}.emoji-mart-emoji-native{font-family:Segoe UI Emoji,Segoe UI Symbol,Segoe UI,Apple Color Emoji,Twemoji Mozilla,Noto Color Emoji,Android Emoji}.emoji-mart-no-results{color:#858585;font-size:14px;padding-top:70px;text-align:center}.emoji-mart-no-results-img{display:block;margin-left:auto;margin-right:auto;width:50%}.emoji-mart-no-results .emoji-mart-category-label{display:none}.emoji-mart-no-results .emoji-mart-no-results-label{margin-top:.2em}.emoji-mart-no-results .emoji-mart-emoji:hover:before{content:none}.emoji-mart-preview{height:70px;position:relative}.emoji-mart-preview-data,.emoji-mart-preview-emoji,.emoji-mart-preview-skins{position:absolute;top:50%;transform:translateY(-50%)}.emoji-mart-preview-emoji{left:12px}.emoji-mart-preview-data{left:68px;right:12px;word-break:break-all}.emoji-mart-preview-skins{right:30px;text-align:right}.emoji-mart-preview-skins.custom{right:10px;text-align:right}.emoji-mart-preview-name{font-size:14px}.emoji-mart-preview-shortname{color:#888;font-size:12px}.emoji-mart-preview-emoticon+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-shortname{margin-left:.5em}.emoji-mart-preview-emoticon{color:#bbb;font-size:11px}.emoji-mart-title span{display:inline-block;vertical-align:middle}.emoji-mart-title .emoji-mart-emoji{padding:0}.emoji-mart-title-label{color:#999a9c;font-size:26px;font-weight:300}.emoji-mart-skin-swatches{background-color:#fff;border:1px solid #d9d9d9;border-radius:12px;font-size:0;padding:2px 0}.emoji-mart-skin-swatches.custom{background-color:#fff;border:none;font-size:0}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch{padding:0 2px;width:16px}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after{opacity:.75}.emoji-mart-skin-swatch{display:inline-block;transition-duration:.125s;transition-property:width,padding;transition-timing-function:ease-out;vertical-align:middle;width:0}.emoji-mart-skin-swatch:first-child{transition-delay:0s}.emoji-mart-skin-swatch:nth-child(2){transition-delay:.03s}.emoji-mart-skin-swatch:nth-child(3){transition-delay:.06s}.emoji-mart-skin-swatch:nth-child(4){transition-delay:.09s}.emoji-mart-skin-swatch:nth-child(5){transition-delay:.12s}.emoji-mart-skin-swatch:nth-child(6){transition-delay:.15s}.emoji-mart-skin-swatch.selected{padding:0 2px;position:relative;width:16px}.emoji-mart-skin-swatch.selected:after{background-color:#fff;border-radius:100%;content:"";height:4px;left:50%;margin:-2px 0 0 -2px;opacity:0;pointer-events:none;position:absolute;top:50%;transition:opacity .2s ease-out;width:4px}.emoji-mart-skin-swatch.custom{cursor:default;display:inline-block;height:38px;overflow:hidden;transition-duration:.125s;transition-property:width,height;transition-timing-function:ease-out;vertical-align:middle;width:0}.emoji-mart-skin-swatch.custom.selected{height:38px;padding:0 2px 0 0;position:relative;width:36px}.emoji-mart-skin-swatch.custom.selected:after{content:"";height:0;width:0}.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover{background-color:#f4f4f4;border-radius:10%}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom{height:38px;padding:0 2px 0 0;width:36px}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after{opacity:.75}.emoji-mart-skin-text.opened{background-color:#fff;border-radius:10%;color:#888;display:inline-block;font-size:11px;height:40px;padding:5px 2px;text-align:left;vertical-align:middle;width:95px}.emoji-mart-skin{border-radius:100%;display:inline-block;max-width:12px;padding-top:100%;width:100%}.emoji-mart-skin-tone-1{background-color:#ffc93a}.emoji-mart-skin-tone-2{background-color:#fadcbc}.emoji-mart-skin-tone-3{background-color:#e0bb95}.emoji-mart-skin-tone-4{background-color:#bf8f68}.emoji-mart-skin-tone-5{background-color:#9b643d}.emoji-mart-skin-tone-6{background-color:#594539}.emoji-mart-sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.emoji-mart-dark{background-color:#222;color:#fff}.emoji-mart-dark,.emoji-mart-dark .emoji-mart-bar{border-color:#555453}.emoji-mart-dark .emoji-mart-search input{background-color:#2f2f2f;border-color:#555453;color:#fff}.emoji-mart-dark .emoji-mart-search-icon svg{fill:#fff}.emoji-mart-dark .emoji-mart-category .emoji-mart-emoji:hover:before{background-color:#444}.emoji-mart-dark .emoji-mart-category-label span{background-color:#222;color:#fff}.emoji-mart-dark .emoji-mart-skin-swatches{background-color:#222;border-color:#555453}.emoji-mart-dark .emoji-mart-anchor-selected,.emoji-mart-dark .emoji-mart-anchor:focus,.emoji-mart-dark .emoji-mart-anchor:hover{color:#bfbfbf}.mml-container{font-family:inherit;font-size:15px;line-height:1.26}.mml-container *{box-sizing:border-box}.mml-wrap{display:flex;flex-direction:column;max-width:66.66%}.mml-align-left .mml-wrap{margin-right:auto}.mml-align-right .mml-wrap{margin-left:auto}.mml-wrap>*{border-radius:16px}.mml-align-left .mml-wrap>*{margin-right:auto}.mml-align-right .mml-wrap>*{margin-left:auto}.mml-align-left .mml-wrap>:last-child:not(.mml-btn){border-bottom-left-radius:0}.mml-align-right .mml-wrap>:last-child:not(.mml-btn){border-bottom-right-radius:0}.mml-add-to-calendar>.mml-card-body:last-child{border-bottom:1px solid #e5e5e6;overflow:hidden}.base-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#1b2d46}.commerce-light .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#eaeaea}.commerce-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#004ccc}.livestream-light .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#bed5e4}.livestream-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#081e58}.messaging-light .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#d6d6d6}.messaging-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#252628}.team-light .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#eaeaea}.team-dark .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-color:#4e00cc}.mml-align-left .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-right-radius:16px}.mml-align-right .mml-add-to-calendar>.mml-card-body:last-child{border-bottom-left-radius:16px}.mml-btn{align-items:center;-webkit-appearance:none;background:#f2f2f2;border:1px solid #f2f2f2;border-radius:16px;color:#006cff;display:inline-flex;font-family:inherit;font-size:15px;font-weight:700;justify-content:center;margin:0;padding:6px 16px;text-decoration:none;-webkit-user-select:none;user-select:none}.base-dark .mml-btn{border-color:#1a232e}.commerce-light .mml-btn{border-color:#d9e1e6}.commerce-dark .mml-btn{border-color:#1c1f27}.livestream-light .mml-btn{border-color:#d9e1e6}.livestream-dark .mml-btn{border-color:#041b55}.messaging-light .mml-btn{border-color:#ebebeb}.messaging-dark .mml-btn{border-color:#242424}.team-light .mml-btn{border-color:#ccc}.team-dark .mml-btn{border-color:#201c27}.base-dark .mml-btn{color:#006cff}.commerce-light .mml-btn{color:#005fff}.commerce-dark .mml-btn{color:#004ccc}.livestream-light .mml-btn{color:#19a0ff}.livestream-dark .mml-btn{color:#0d47d9}.messaging-dark .mml-btn,.messaging-light .mml-btn{color:#0283ff}.team-light .mml-btn{color:#4e1d9d}.team-dark .mml-btn{color:#5d02f0}.base-dark .mml-btn{background:#152438}.commerce-light .mml-btn{background:#fff}.commerce-dark .mml-btn{background:#1c1f27}.livestream-light .mml-btn{background:#fff}.livestream-dark .mml-btn{background:#010c29}.messaging-light .mml-btn{background:#fff}.messaging-dark .mml-btn{background:#3e4042}.team-light .mml-btn{background:#fff}.team-dark .mml-btn{background:#201c27}.mml-btn:not([disabled]){cursor:pointer}.mml-btn:focus,.mml-btn:hover{background:#006cff;border-color:#006cff;color:#fff}.base-dark .mml-btn:focus,.base-dark .mml-btn:hover{border-color:#006cff}.commerce-light .mml-btn:focus,.commerce-light .mml-btn:hover{border-color:#005fff}.commerce-dark .mml-btn:focus,.commerce-dark .mml-btn:hover{border-color:#004ccc}.livestream-light .mml-btn:focus,.livestream-light .mml-btn:hover{border-color:#19a0ff}.livestream-dark .mml-btn:focus,.livestream-dark .mml-btn:hover{border-color:#0d47d9}.messaging-dark .mml-btn:focus,.messaging-dark .mml-btn:hover,.messaging-light .mml-btn:focus,.messaging-light .mml-btn:hover{border-color:#0283ff}.team-light .mml-btn:focus,.team-light .mml-btn:hover{border-color:#4e1d9d}.team-dark .mml-btn:focus,.team-dark .mml-btn:hover{border-color:#5d02f0}.base-dark .mml-btn:focus,.base-dark .mml-btn:hover,.commerce-dark .mml-btn:focus,.commerce-dark .mml-btn:hover,.commerce-light .mml-btn:focus,.commerce-light .mml-btn:hover,.livestream-dark .mml-btn:focus,.livestream-dark .mml-btn:hover,.livestream-light .mml-btn:focus,.livestream-light .mml-btn:hover,.messaging-light .mml-btn:focus,.messaging-light .mml-btn:hover{color:#fff}.messaging-dark .mml-btn:focus,.messaging-dark .mml-btn:hover{color:#e8e8e9}.team-dark .mml-btn:focus,.team-dark .mml-btn:hover,.team-light .mml-btn:focus,.team-light .mml-btn:hover{color:#fff}.base-dark .mml-btn:focus,.base-dark .mml-btn:hover{background:#006cff}.commerce-light .mml-btn:focus,.commerce-light .mml-btn:hover{background:#005fff}.commerce-dark .mml-btn:focus,.commerce-dark .mml-btn:hover{background:#004ccc}.livestream-light .mml-btn:focus,.livestream-light .mml-btn:hover{background:#19a0ff}.livestream-dark .mml-btn:focus,.livestream-dark .mml-btn:hover{background:#0d47d9}.messaging-dark .mml-btn:focus,.messaging-dark .mml-btn:hover,.messaging-light .mml-btn:focus,.messaging-light .mml-btn:hover{background:#0283ff}.team-light .mml-btn:focus,.team-light .mml-btn:hover{background:#4e1d9d}.team-dark .mml-btn:focus,.team-dark .mml-btn:hover{background:#5d02f0}.mml-btn[disabled]{background:#f2f2f2;border-color:#f2f2f2;color:#b2b1b5}.base-dark .mml-btn[disabled]{border-color:#152438}.commerce-light .mml-btn[disabled]{border-color:#fff}.commerce-dark .mml-btn[disabled]{border-color:#1c1f27}.livestream-light .mml-btn[disabled]{border-color:#fff}.livestream-dark .mml-btn[disabled]{border-color:#010c29}.messaging-light .mml-btn[disabled]{border-color:#fff}.messaging-dark .mml-btn[disabled]{border-color:#3e4042}.team-light .mml-btn[disabled]{border-color:#fff}.team-dark .mml-btn[disabled]{border-color:#201c27}.base-dark .mml-btn[disabled]{color:#57606b}.commerce-light .mml-btn[disabled]{color:#b6bece}.commerce-dark .mml-btn[disabled]{color:#43527c}.livestream-light .mml-btn[disabled]{color:#85cdff}.livestream-dark .mml-btn[disabled]{color:#48526a}.messaging-light .mml-btn[disabled]{color:#b3b3b3}.messaging-dark .mml-btn[disabled]{color:#626262}.team-light .mml-btn[disabled]{color:#9f8bbf}.team-dark .mml-btn[disabled]{color:#59437c}.base-dark .mml-btn[disabled]{background:#152438}.commerce-light .mml-btn[disabled]{background:#fff}.commerce-dark .mml-btn[disabled]{background:#1c1f27}.livestream-light .mml-btn[disabled]{background:#fff}.livestream-dark .mml-btn[disabled]{background:#010c29}.messaging-light .mml-btn[disabled]{background:#fff}.messaging-dark .mml-btn[disabled]{background:#3e4042}.team-light .mml-btn[disabled]{background:#fff}.team-dark .mml-btn[disabled]{background:#201c27}.mml-btn:focus{outline:none}.mml-btn--floating{box-shadow:0 2px 5px #00000026}.base-dark .mml-btn--floating{box-shadow:0 4px 4px #00000026}.commerce-light .mml-btn--floating{box-shadow:0 2px 5px #00000014}.commerce-dark .mml-btn--floating{box-shadow:0 4px 4px #00000026}.livestream-light .mml-btn--floating{box-shadow:0 2px 5px #bed5e480}.livestream-dark .mml-btn--floating{box-shadow:0 4px 4px #00000026}.messaging-light .mml-btn--floating{box-shadow:0 2px 5px #004aae26}.messaging-dark .mml-btn--floating{box-shadow:0 4px 4px #0000001a}.team-light .mml-btn--floating{box-shadow:0 2px 5px #00000014}.team-dark .mml-btn--floating{box-shadow:0 4px 4px #00000026}.mml-btn--floating:focus{box-shadow:none!important}.mml-btn--with-icon .mml-icon{margin-right:.4em}.mml-btn--icon{border-radius:100%;padding:5px}.mml-btnlist{display:flex}.mml-btnlist--grounded{background:#f2f2f2;border:1px solid #e5e5e6;flex-direction:column;overflow:hidden;width:100%}.base-dark .mml-btnlist--grounded{border-color:#1b2d46}.commerce-light .mml-btnlist--grounded{border-color:#eaeaea}.commerce-dark .mml-btnlist--grounded{border-color:#004ccc}.livestream-light .mml-btnlist--grounded{border-color:#bed5e4}.livestream-dark .mml-btnlist--grounded{border-color:#081e58}.messaging-light .mml-btnlist--grounded{border-color:#d6d6d6}.messaging-dark .mml-btnlist--grounded{border-color:#252628}.team-light .mml-btnlist--grounded{border-color:#eaeaea}.team-dark .mml-btnlist--grounded{border-color:#4e00cc}.base-dark .mml-btnlist--grounded{background:#152438}.commerce-light .mml-btnlist--grounded{background:#fff}.commerce-dark .mml-btnlist--grounded{background:#1c1f27}.livestream-light .mml-btnlist--grounded{background:#fff}.livestream-dark .mml-btnlist--grounded{background:#010c29}.messaging-light .mml-btnlist--grounded{background:#fff}.messaging-dark .mml-btnlist--grounded{background:#3e4042}.team-light .mml-btnlist--grounded{background:#fff}.team-dark .mml-btnlist--grounded{background:#201c27}.mml-btnlist--grounded .mml-btn{border-color:#e5e5e6;border-radius:0;border-width:0 0 1px;margin:0;padding:12px 16px;width:100%}.base-dark .mml-btnlist--grounded .mml-btn{border-color:#1b2d46}.commerce-light .mml-btnlist--grounded .mml-btn{border-color:#eaeaea}.commerce-dark .mml-btnlist--grounded .mml-btn{border-color:#004ccc}.livestream-light .mml-btnlist--grounded .mml-btn{border-color:#bed5e4}.livestream-dark .mml-btnlist--grounded .mml-btn{border-color:#081e58}.messaging-light .mml-btnlist--grounded .mml-btn{border-color:#d6d6d6}.messaging-dark .mml-btnlist--grounded .mml-btn{border-color:#252628}.team-light .mml-btnlist--grounded .mml-btn{border-color:#eaeaea}.team-dark .mml-btnlist--grounded .mml-btn{border-color:#4e00cc}.mml-btnlist--grounded .mml-btn:not(:hover):not(:focus){background:none}.mml-btnlist--grounded .mml-btn:last-child{border-width:0}.mml-btnlist--grounded .mml-btn--with-icon{font-weight:400;justify-content:flex-start}.mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#0e1621}.base-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#fff}.commerce-light .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#202a3c}.commerce-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#e2e5e9}.livestream-light .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#2c2c30}.livestream-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#fff}.messaging-light .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#0e1621}.messaging-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#e8e8e9}.team-light .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#2e2c30}.team-dark .mml-btnlist--grounded .mml-btn--with-icon:not(:hover):not(:focus){color:#e5e2e9}.mml-btnlist--floating{flex-direction:row;flex-wrap:wrap;justify-content:center}.mml-align-right .mml-btnlist--floating{margin-left:calc(-50% - 8px);margin-right:-8px}.mml-align-left .mml-btnlist--floating{margin-left:-8px;margin-right:calc(-50% - 8px)}.mml-btnlist--floating .mml-btn{margin:8px}.mml-align-right .mml-carousel{margin-left:-50%}.mml-align-left .mml-carousel{margin-right:-50%}.mml-carousel__track{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;overflow-x:scroll;padding:8px 0;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.mml-carousel__track::-webkit-scrollbar{display:none}.mml-carousel__slides{display:flex;flex-wrap:nowrap;min-width:100%}.mml-carousel__slide{display:flex;flex-direction:column;margin-right:8px;scroll-snap-align:center}.mml-align-right .mml-carousel__slide:first-child{margin-left:auto}.mml-carousel__slide:last-child{margin-right:0}.mml-carousel-item>:not(:first-child):not(:last-child){background:#fff}.base-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#0e1723}.commerce-light .mml-carousel-item>:not(:first-child):not(:last-child){background:#f5f9ff}.commerce-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#0c0e12}.livestream-light .mml-carousel-item>:not(:first-child):not(:last-child){background:#f1faff}.livestream-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#00091f}.messaging-light .mml-carousel-item>:not(:first-child):not(:last-child){background:#f7f7f8}.messaging-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#2d2e2f}.team-light .mml-carousel-item>:not(:first-child):not(:last-child){background:#f9f5ff}.team-dark .mml-carousel-item>:not(:first-child):not(:last-child){background:#0f0c12}.mml-carousel-item>.mml-md,.mml-carousel-item>.mml-text{border-color:#e5e5e6;border-style:solid;border-width:0 1px;padding:0 8px 8px}.base-dark .mml-carousel-item>.mml-md,.base-dark .mml-carousel-item>.mml-text{border-color:#1b2d46}.commerce-light .mml-carousel-item>.mml-md,.commerce-light .mml-carousel-item>.mml-text{border-color:#eaeaea}.commerce-dark .mml-carousel-item>.mml-md,.commerce-dark .mml-carousel-item>.mml-text{border-color:#004ccc}.livestream-light .mml-carousel-item>.mml-md,.livestream-light .mml-carousel-item>.mml-text{border-color:#bed5e4}.livestream-dark .mml-carousel-item>.mml-md,.livestream-dark .mml-carousel-item>.mml-text{border-color:#081e58}.messaging-light .mml-carousel-item>.mml-md,.messaging-light .mml-carousel-item>.mml-text{border-color:#d6d6d6}.messaging-dark .mml-carousel-item>.mml-md,.messaging-dark .mml-carousel-item>.mml-text{border-color:#252628}.team-light .mml-carousel-item>.mml-md,.team-light .mml-carousel-item>.mml-text{border-color:#eaeaea}.team-dark .mml-carousel-item>.mml-md,.team-dark .mml-carousel-item>.mml-text{border-color:#4e00cc}.mml-carousel-item>.mml-md:first-of-type,.mml-carousel-item>.mml-text:first-of-type{padding-bottom:6px;padding-top:8px}.mml-carousel-item>.mml-md:last-of-type,.mml-carousel-item>.mml-text:last-of-type{flex:1 1}.mml-carousel-item>.mml-text{color:#8a898e;font-size:11px}.base-dark .mml-carousel-item>.mml-text{color:#868b91}.commerce-light .mml-carousel-item>.mml-text{color:#6c7a93}.commerce-dark .mml-carousel-item>.mml-text{color:#afc0df}.livestream-light .mml-carousel-item>.mml-text{color:#7ba0bb}.livestream-dark .mml-carousel-item>.mml-text{color:#7889b6}.messaging-light .mml-carousel-item>.mml-text{color:#8c8c8c}.messaging-dark .mml-carousel-item>.mml-text{color:#898a8b}.team-light .mml-carousel-item>.mml-text{color:#7c61a8}.team-dark .mml-carousel-item>.mml-text{color:#c1afdf}.mml-carousel-item .mml-btn{border:1px solid #e5e5e6;border-top-left-radius:0;border-top-right-radius:0;padding:10px 16px}.base-dark .mml-carousel-item .mml-btn{border-color:#1b2d46}.commerce-light .mml-carousel-item .mml-btn{border-color:#eaeaea}.commerce-dark .mml-carousel-item .mml-btn{border-color:#004ccc}.livestream-light .mml-carousel-item .mml-btn{border-color:#bed5e4}.livestream-dark .mml-carousel-item .mml-btn{border-color:#081e58}.messaging-light .mml-carousel-item .mml-btn{border-color:#d6d6d6}.messaging-dark .mml-carousel-item .mml-btn{border-color:#252628}.team-light .mml-carousel-item .mml-btn{border-color:#eaeaea}.team-dark .mml-carousel-item .mml-btn{border-color:#4e00cc}.mml-col-align-center{justify-content:center}.mml-col-align-right{justify-content:flex-end}.mml-col-1,.mml-col-10,.mml-col-11,.mml-col-12,.mml-col-2,.mml-col-3,.mml-col-4,.mml-col-5,.mml-col-6,.mml-col-7,.mml-col-8,.mml-col-9{padding-left:4px;padding-right:4px;position:relative;width:100%}.mml-col-1{flex:0 0 8.33333%;max-width:8.33333%}.mml-col-2{flex:0 0 16.66667%;max-width:16.66667%}.mml-col-3{flex:0 0 25%;max-width:25%}.mml-col-4{flex:0 0 33.33333%;max-width:33.33333%}.mml-col-5{flex:0 0 41.66667%;max-width:41.66667%}.mml-col-6{flex:0 0 50%;max-width:50%}.mml-col-7{flex:0 0 58.33333%;max-width:58.33333%}.mml-col-8{flex:0 0 66.66667%;max-width:66.66667%}.mml-col-9{flex:0 0 75%;max-width:75%}.mml-col-10{flex:0 0 83.33333%;max-width:83.33333%}.mml-col-11{flex:0 0 91.66667%;max-width:91.66667%}.mml-col-12{flex:0 0 100%;max-width:100%}.mml-col-auto{flex:0 0 auto;max-width:100%;width:auto}.mml-offset-1{margin-left:8.33333%}.mml-offset-2{margin-left:16.66667%}.mml-offset-3{margin-left:25%}.mml-offset-4{margin-left:33.33333%}.mml-offset-5{margin-left:41.66667%}.mml-offset-6{margin-left:50%}.mml-offset-7{margin-left:58.33333%}.mml-offset-8{margin-left:66.66667%}.mml-offset-9{margin-left:75%}.mml-offset-10{margin-left:83.33333%}.mml-offset-11{margin-left:91.66667%}.mml-error{color:#bb5151;display:flex;font-size:88%;justify-content:center;padding:8px}.mml-icon{font-family:Material Icons;font-size:16px;line-height:16px}.mml-icon__svg{fill:currentColor;height:1em;width:1em}.mml-image{display:block;height:auto;margin:0;width:100%}.mml-input{-webkit-appearance:none;border:1px solid #e5e5e6;color:#8a898e;padding:12px 16px;position:relative;width:100%}.base-dark .mml-input{border-color:#1b2d46}.commerce-light .mml-input{border-color:#eaeaea}.commerce-dark .mml-input{border-color:#004ccc}.livestream-light .mml-input{border-color:#bed5e4}.livestream-dark .mml-input{border-color:#081e58}.messaging-light .mml-input{border-color:#d6d6d6}.messaging-dark .mml-input{border-color:#252628}.team-light .mml-input{border-color:#eaeaea}.team-dark .mml-input{border-color:#4e00cc}.base-dark .mml-input{color:#868b91}.commerce-light .mml-input{color:#6c7a93}.commerce-dark .mml-input{color:#afc0df}.livestream-light .mml-input{color:#7ba0bb}.livestream-dark .mml-input{color:#7889b6}.messaging-light .mml-input{color:#8c8c8c}.messaging-dark .mml-input{color:#898a8b}.team-light .mml-input{color:#7c61a8}.team-dark .mml-input{color:#c1afdf}.mml-input:focus{color:#0e1621;outline:none}.base-dark .mml-input:focus{color:#fff}.commerce-light .mml-input:focus{color:#202a3c}.commerce-dark .mml-input:focus{color:#e2e5e9}.livestream-light .mml-input:focus{color:#2c2c30}.livestream-dark .mml-input:focus{color:#fff}.messaging-light .mml-input:focus{color:#0e1621}.messaging-dark .mml-input:focus{color:#e8e8e9}.team-light .mml-input:focus{color:#2e2c30}.team-dark .mml-input:focus{color:#e5e2e9}.mml-card .mml-input+.mml-btn,.mml-card-header+.mml-input{border-top:0}.mml-progress{stroke-dasharray:80px,200px;stroke-dashoffset:0px;animation:mml-animation-dash 1.4s ease-in-out infinite;color:#bbb;width:1em}.mml-progress__svg{display:block}.mml-progress__circle{stroke:currentColor}@keyframes mml-animation-dash{0%{stroke-dasharray:1px,200px;stroke-dashoffset:0px}50%{stroke-dasharray:100px,200px;stroke-dashoffset:-15px}to{stroke-dasharray:100px,200px;stroke-dashoffset:-125px}}.mml-loading{align-items:center;display:flex;font-size:88%;justify-content:center;padding:8px}.mml-loading__text{padding-left:8px}.mml-md{color:#0e1621;padding:2px 0}.base-dark .mml-md{color:#fff}.commerce-light .mml-md{color:#202a3c}.commerce-dark .mml-md{color:#e2e5e9}.livestream-light .mml-md{color:#2c2c30}.livestream-dark .mml-md{color:#fff}.messaging-light .mml-md{color:#0e1621}.messaging-dark .mml-md{color:#e8e8e9}.team-light .mml-md{color:#2e2c30}.team-dark .mml-md{color:#e5e2e9}.mml-md blockquote{border:solid #f2f2f2;border-width:0 0 0 3px;margin:1em 0;padding:0 1em}.base-dark .mml-md blockquote{border-color:#152438}.commerce-light .mml-md blockquote{border-color:#fff}.commerce-dark .mml-md blockquote{border-color:#1c1f27}.livestream-light .mml-md blockquote{border-color:#fff}.livestream-dark .mml-md blockquote{border-color:#010c29}.messaging-light .mml-md blockquote{border-color:#fff}.messaging-dark .mml-md blockquote{border-color:#3e4042}.team-light .mml-md blockquote{border-color:#fff}.team-dark .mml-md blockquote{border-color:#201c27}.mml-md pre{background:#e5e5e6;margin:0 0 1em;padding:2px 4px;white-space:normal}.base-dark .mml-md pre{background:#1b2d46}.commerce-light .mml-md pre{background:#eaeaea}.commerce-dark .mml-md pre{background:#004ccc}.livestream-light .mml-md pre{background:#bed5e4}.livestream-dark .mml-md pre{background:#081e58}.messaging-light .mml-md pre{background:#d6d6d6}.messaging-dark .mml-md pre{background:#252628}.team-light .mml-md pre{background:#eaeaea}.team-dark .mml-md pre{background:#4e00cc}.mml-md code{color:#e83e8c;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:87.5%}.mml-md p{margin:0}.mml-md p:not(:first-child):not(:last-child){margin:0 0 1em}.base-dark .mml-md a,.mml-md a{color:#006cff}.commerce-light .mml-md a{color:#005fff}.commerce-dark .mml-md a{color:#004ccc}.livestream-light .mml-md a{color:#19a0ff}.livestream-dark .mml-md a{color:#0d47d9}.messaging-dark .mml-md a,.messaging-light .mml-md a{color:#0283ff}.team-light .mml-md a{color:#4e1d9d}.team-dark .mml-md a{color:#5d02f0}.mml-number,.mml-number__count{display:flex;flex:1 1}.mml-number__count{align-items:center;color:#0e1621;font-weight:700;justify-content:center;margin:0 8px}.base-dark .mml-number__count{color:#fff}.commerce-light .mml-number__count{color:#202a3c}.commerce-dark .mml-number__count{color:#e2e5e9}.livestream-light .mml-number__count{color:#2c2c30}.livestream-dark .mml-number__count{color:#fff}.messaging-light .mml-number__count{color:#0e1621}.messaging-dark .mml-number__count{color:#e8e8e9}.team-light .mml-number__count{color:#2e2c30}.team-dark .mml-number__count{color:#e5e2e9}.mml-number .mml-btn{margin:8px}.mml-row{display:flex;flex-wrap:wrap;margin-left:-4px;margin-right:-4px;min-width:100%}.mml-card{width:100%}.mml-card .mml-btnlist{border:0;font-size:14px}.mml-card>:not(:first-child):not(:last-child){background:#fff}.base-dark .mml-card>:not(:first-child):not(:last-child){background:#0e1723}.commerce-light .mml-card>:not(:first-child):not(:last-child){background:#f5f9ff}.commerce-dark .mml-card>:not(:first-child):not(:last-child){background:#0c0e12}.livestream-light .mml-card>:not(:first-child):not(:last-child){background:#f1faff}.livestream-dark .mml-card>:not(:first-child):not(:last-child){background:#00091f}.messaging-light .mml-card>:not(:first-child):not(:last-child){background:#f7f7f8}.messaging-dark .mml-card>:not(:first-child):not(:last-child){background:#2d2e2f}.team-light .mml-card>:not(:first-child):not(:last-child){background:#f9f5ff}.team-dark .mml-card>:not(:first-child):not(:last-child){background:#0f0c12}.mml-card>.mml-number{border-color:#e5e5e6;border-style:solid;border-width:0 1px}.base-dark .mml-card>.mml-number{border-color:#1b2d46}.commerce-light .mml-card>.mml-number{border-color:#eaeaea}.commerce-dark .mml-card>.mml-number{border-color:#004ccc}.livestream-light .mml-card>.mml-number{border-color:#bed5e4}.livestream-dark .mml-card>.mml-number{border-color:#081e58}.messaging-light .mml-card>.mml-number{border-color:#d6d6d6}.messaging-dark .mml-card>.mml-number{border-color:#252628}.team-light .mml-card>.mml-number{border-color:#eaeaea}.team-dark .mml-card>.mml-number{border-color:#4e00cc}.mml-card>.mml-btn{border:1px solid #e5e5e6;min-width:100%}.base-dark .mml-card>.mml-btn{border-color:#1b2d46}.commerce-light .mml-card>.mml-btn{border-color:#eaeaea}.commerce-dark .mml-card>.mml-btn{border-color:#004ccc}.livestream-light .mml-card>.mml-btn{border-color:#bed5e4}.livestream-dark .mml-card>.mml-btn{border-color:#081e58}.messaging-light .mml-card>.mml-btn{border-color:#d6d6d6}.messaging-dark .mml-card>.mml-btn{border-color:#252628}.team-light .mml-card>.mml-btn{border-color:#eaeaea}.team-dark .mml-card>.mml-btn{border-color:#4e00cc}.mml-card>.mml-btn:last-child{border-radius:0;padding:10px 16px}.mml-align-left .mml-card>.mml-btn:last-child{border-bottom-right-radius:16px}.mml-align-right .mml-card>.mml-btn:last-child{border-bottom-left-radius:16px}.mml-card-body{background:#fff;border-color:#e5e5e6;border-style:solid;border-width:0 1px;color:#0e1621;font-size:14px}.base-dark .mml-card-body{border-color:#1b2d46}.commerce-light .mml-card-body{border-color:#eaeaea}.commerce-dark .mml-card-body{border-color:#004ccc}.livestream-light .mml-card-body{border-color:#bed5e4}.livestream-dark .mml-card-body{border-color:#081e58}.messaging-light .mml-card-body{border-color:#d6d6d6}.messaging-dark .mml-card-body{border-color:#252628}.team-light .mml-card-body{border-color:#eaeaea}.team-dark .mml-card-body{border-color:#4e00cc}.base-dark .mml-card-body{background:#0e1723}.commerce-light .mml-card-body{background:#f5f9ff}.commerce-dark .mml-card-body{background:#0c0e12}.livestream-light .mml-card-body{background:#f1faff}.livestream-dark .mml-card-body{background:#00091f}.messaging-light .mml-card-body{background:#f7f7f8}.messaging-dark .mml-card-body{background:#2d2e2f}.team-light .mml-card-body{background:#f9f5ff}.team-dark .mml-card-body{background:#0f0c12}.base-dark .mml-card-body{color:#fff}.commerce-light .mml-card-body{color:#202a3c}.commerce-dark .mml-card-body{color:#e2e5e9}.livestream-light .mml-card-body{color:#2c2c30}.livestream-dark .mml-card-body{color:#fff}.messaging-light .mml-card-body{color:#0e1621}.messaging-dark .mml-card-body{color:#e8e8e9}.team-light .mml-card-body{color:#2e2c30}.team-dark .mml-card-body{color:#e5e2e9}.mml-card-body>.mml-md,.mml-card-body>.mml-text{padding:0 8px 8px}.mml-card-body>.mml-md:first-of-type,.mml-card-body>.mml-text:first-of-type{padding-top:8px}.mml-card-header{align-items:center;background:#f2f2f2;border:1px solid #e5e5e6;border-top-left-radius:16px;border-top-right-radius:16px;color:#8a898e;display:flex;font-size:13px;min-width:100%;padding:15px 0}.base-dark .mml-card-header{background:#152438}.commerce-light .mml-card-header{background:#fff}.commerce-dark .mml-card-header{background:#1c1f27}.livestream-light .mml-card-header{background:#fff}.livestream-dark .mml-card-header{background:#010c29}.messaging-light .mml-card-header{background:#fff}.messaging-dark .mml-card-header{background:#3e4042}.team-light .mml-card-header{background:#fff}.team-dark .mml-card-header{background:#201c27}.base-dark .mml-card-header{color:#868b91}.commerce-light .mml-card-header{color:#6c7a93}.commerce-dark .mml-card-header{color:#afc0df}.livestream-light .mml-card-header{color:#7ba0bb}.livestream-dark .mml-card-header{color:#7889b6}.messaging-light .mml-card-header{color:#8c8c8c}.messaging-dark .mml-card-header{color:#898a8b}.team-light .mml-card-header{color:#7c61a8}.team-dark .mml-card-header{color:#c1afdf}.base-dark .mml-card-header{border-color:#1b2d46}.commerce-light .mml-card-header{border-color:#eaeaea}.commerce-dark .mml-card-header{border-color:#004ccc}.livestream-light .mml-card-header{border-color:#bed5e4}.livestream-dark .mml-card-header{border-color:#081e58}.messaging-light .mml-card-header{border-color:#d6d6d6}.messaging-dark .mml-card-header{border-color:#252628}.team-light .mml-card-header{border-color:#eaeaea}.team-dark .mml-card-header{border-color:#4e00cc}.mml-card-header .mml-icon{margin-right:-8px;padding-left:16px}.mml-card-header__text{font-weight:700;padding:0 16px}.mml-datepicker{display:flex;flex:1 1}.mml-datepicker__select{flex:1 1}.mml-datepicker__select>div{-ms-overflow-style:none;overflow-y:scroll;overflow:-moz-scrollbars-none;scrollbar-width:none}.mml-datepicker__select>div::-webkit-scrollbar{display:none}.mml-datepicker__item{cursor:pointer;padding:4px 5px;-webkit-user-select:none;user-select:none;white-space:nowrap}.mml-datepicker__item--selected{color:#006cff;font-weight:700}.base-dark .mml-datepicker__item--selected{color:#006cff}.commerce-light .mml-datepicker__item--selected{color:#005fff}.commerce-dark .mml-datepicker__item--selected{color:#004ccc}.livestream-light .mml-datepicker__item--selected{color:#19a0ff}.livestream-dark .mml-datepicker__item--selected{color:#0d47d9}.messaging-dark .mml-datepicker__item--selected,.messaging-light .mml-datepicker__item--selected{color:#0283ff}.team-light .mml-datepicker__item--selected{color:#4e1d9d}.team-dark .mml-datepicker__item--selected{color:#5d02f0}.mml-datepicker--double .mml-datepicker__date{text-align:right}.mml-datepicker--single .mml-datepicker__select{text-align:center}.mml-scheduler .mml-datepicker{background:#fff;height:217px}.base-dark .mml-scheduler .mml-datepicker{background:#0e1723}.commerce-light .mml-scheduler .mml-datepicker{background:#f5f9ff}.commerce-dark .mml-scheduler .mml-datepicker{background:#0c0e12}.livestream-light .mml-scheduler .mml-datepicker{background:#f1faff}.livestream-dark .mml-scheduler .mml-datepicker{background:#00091f}.messaging-light .mml-scheduler .mml-datepicker{background:#f7f7f8}.messaging-dark .mml-scheduler .mml-datepicker{background:#2d2e2f}.team-light .mml-scheduler .mml-datepicker{background:#f9f5ff}.team-dark .mml-scheduler .mml-datepicker{background:#0f0c12}.mml-scheduler .mml-datepicker__select{position:relative}.mml-scheduler .mml-datepicker__select:after,.mml-scheduler .mml-datepicker__select:before{content:"";height:10%;left:0;min-height:60px;pointer-events:none;position:absolute;right:0;z-index:1}.mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#fff,#fff0);top:0}.base-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#0e1723,#fff0)}.commerce-light .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#f5f9ff,#fff0)}.commerce-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#0c0e12,#fff0)}.livestream-light .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#f1faff,#fff0)}.livestream-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#00091f,#fff0)}.messaging-light .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#f7f7f8,#fff0)}.messaging-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#2d2e2f,#fff0)}.team-light .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#f9f5ff,#fff0)}.team-dark .mml-scheduler .mml-datepicker__select:before{background-image:linear-gradient(180deg,#0f0c12,#fff0)}.mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#fff,#fff0);bottom:0}.base-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#0e1723,#fff0)}.commerce-light .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#f5f9ff,#fff0)}.commerce-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#0c0e12,#fff0)}.livestream-light .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#f1faff,#fff0)}.livestream-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#00091f,#fff0)}.messaging-light .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#f7f7f8,#fff0)}.messaging-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#2d2e2f,#fff0)}.team-light .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#f9f5ff,#fff0)}.team-dark .mml-scheduler .mml-datepicker__select:after{background-image:linear-gradient(0deg,#0f0c12,#fff0)}.mml-success{display:flex;font-size:88%;justify-content:center;padding:8px}.base-dark .mml-success,.mml-success{color:#006cff}.commerce-light .mml-success{color:#005fff}.commerce-dark .mml-success{color:#004ccc}.livestream-light .mml-success{color:#19a0ff}.livestream-dark .mml-success{color:#0d47d9}.messaging-dark .mml-success,.messaging-light .mml-success{color:#0283ff}.team-light .mml-success{color:#4e1d9d}.team-dark .mml-success{color:#5d02f0}.mml-text{color:#0e1621;padding:2px 0}.base-dark .mml-text{color:#fff}.commerce-light .mml-text{color:#202a3c}.commerce-dark .mml-text{color:#e2e5e9}.livestream-light .mml-text{color:#2c2c30}.livestream-dark .mml-text{color:#fff}.messaging-light .mml-text{color:#0e1621}.messaging-dark .mml-text{color:#e8e8e9}.team-light .mml-text{color:#2e2c30}.team-dark .mml-text{color:#e5e2e9}.mml-text+.mml-md,.mml-text+.mml-text{padding-top:2px}.mml-text+.mml-btnlist,.mml-text+.mml-image{margin-top:4px}[class*=" rfu-"],[class^=rfu-]{box-sizing:border-box;font-family:Avenir,Arial,Helvetica,sans-serif}.rfu-file-previewer{border:1px solid #0000001a;border-radius:4px;margin:8px 0;overflow:hidden;position:relative}.rfu-file-previewer ol{list-style:none;margin:0;padding:0;position:relative}.rfu-file-previewer ol li{border-bottom:1px solid #0000001a;padding:8px 16px;position:relative}.rfu-file-previewer ol li:last-child{border-color:#0000}.rfu-file-previewer__file{align-items:center;cursor:pointer;display:flex;position:relative}.rfu-file-previewer__file:hover{background:#fafafa}.rfu-file-previewer__file a{color:#414d54;flex:1 1;margin:0 8px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.rfu-file-previewer__file svg{min-width:25px}.rfu-file-previewer__file--uploading{opacity:.4}.rfu-file-previewer__file--failed a{align-items:center;color:#8b9297;display:flex}.rfu-file-previewer__file--failed a:after{text-decoration:none}.rfu-file-previewer__image{display:flex;min-width:25px}.rfu-file-previewer__loading-indicator{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.rfu-file-previewer__close-button{position:relative;z-index:10000}.rfu-file-previewer__failed{background:#ff6363}.rfu-file-previewer__failed,.rfu-file-previewer__retry{border-radius:4px;color:#fff;font-size:12px;margin-left:8px;padding:3px 6px}.rfu-file-previewer__retry{background:#63e5a4;text-decoration:none}.rfu-file-upload-button{cursor:pointer}.rfu-file-upload-button svg{fill:#a0b2b8}.rfu-file-upload-button:hover svg{fill:#88979c}.rfu-file-upload-button label{cursor:pointer}.rfu-file-upload-button .rfu-file-input{height:0;opacity:0;overflow:hidden;position:absolute;width:0;z-index:-1}.rfu-icon-button{align-items:center;background:#0000;border:none;cursor:pointer;justify-content:center;padding:4px;position:relative}.rfu-icon-button svg{fill:#a0b2b8;margin:4px;position:relative;z-index:50}.rfu-icon-button:hover svg{fill:#88979c}.rfu-dropzone .rfu-dropzone__notifier{border-radius:4px;display:none;height:100%;padding:30px;position:absolute;width:100%;z-index:90}.rfu-dropzone--accept .rfu-dropzone__notifier{background:#00d46ad4;display:block}.rfu-dropzone--reject .rfu-dropzone__notifier{background:#ff0000d4;display:block}.rfu-dropzone__inner{border:1px dashed #fff;border-radius:4px;padding:30px}.rfu-image-previewer{flex-wrap:wrap;margin:8px 0}.rfu-image-previewer,.rfu-image-previewer__image{display:flex}.rfu-image-previewer__image{align-items:center;height:100px;justify-content:center;margin-bottom:8px;margin-right:8px;position:relative;width:100px}.rfu-image-previewer__image--loaded .rfu-thumbnail__overlay{background:linear-gradient(180deg,#0006,#0000)}.rfu-image-previewer__image .rfu-thumbnail__wrapper{position:absolute}.rfu-image-previewer__image .rfu-loading-indicator{position:absolute;z-index:90}.rfu-image-previewer__retry{z-index:90}.rfu-image-upload-button{cursor:pointer}.rfu-image-upload-button svg{fill:#a0b2b8}.rfu-image-upload-button:hover svg{fill:#88979c}.rfu-image-upload-button label{cursor:pointer}.rfu-image-upload-button .rfu-image-input{height:0;opacity:0;overflow:hidden;position:absolute;width:0;z-index:-1}.rfu-loading-indicator{margin:0 auto;text-align:center;width:70px}.rfu-loading-indicator>div{animation:sk-bouncedelay 1.4s ease-in-out infinite both;background-color:#ccc;border-radius:100%;display:inline-block;height:18px;width:18px}.rfu-loading-indicator .bounce1{animation-delay:-.32s}.rfu-loading-indicator .bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes spinner{to{transform:rotate(1turn)}}.rfu-loading-indicator__spinner{animation:spinner .6s linear infinite;border:2px solid #eee;border-radius:50%;border-top-color:#00d46a;height:20px;width:20px}.rfu-thumbnail__wrapper{border-radius:4px;height:100px;overflow:hidden;position:relative;width:100px}.rfu-thumbnail__overlay{align-items:flex-start;background-color:#0006;display:flex;height:100%;justify-content:flex-end;padding:5px;position:absolute;width:100%}.rfu-thumbnail__image{height:inherit;object-fit:cover;width:inherit}.rfu-thumbnail-placeholder{align-items:center;border:1px dashed #bfbfbf;border-radius:4px;cursor:pointer;display:flex;height:100px;justify-content:center;width:100px}.rfu-thumbnail-placeholder:hover{background:#f2f2f2}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#fff;cursor:pointer;filter:drop-shadow(0 2px 2px #1a1a1a);outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.left .image-gallery-slide .image-gallery-image,.image-gallery-content.right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.left,.image-gallery-slide-wrapper.right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.str-chat__actions-box{background:#fff;background:var(--white);background-image:linear-gradient(-180deg,#fcfcfc,#f7f7f7);background-image:linear-gradient(-180deg,var(--bg-gradient-start),var(--bg-gradient-end));border-radius:8px;border-radius:var(--border-radius-md);box-shadow:0 1px 0 0 #00000014;box-shadow:0 1px 0 0 var(--border);display:flex;flex-direction:column;min-width:150px;position:absolute;z-index:1000}.str-chat__actions-box--right{right:0;top:calc(100% + 2px)}.str-chat__actions-box--left{left:0;top:calc(100% + 2px)}.str-chat__actions-box>button{background:none;border:none;cursor:pointer;font-size:12px;font-size:var(--sm-font);margin:0;padding:8px;padding:var(--xs-p);text-align:left;width:100%}.str-chat__actions-box>button:not(:last-of-type){box-shadow:0 1px 0 0 #00000014;box-shadow:0 1px 0 0 var(--border)}.str-chat__actions-box>button:hover{color:#006cff;color:var(--primary-color)}.dark.str-chat .str-chat__message-actions-box{background:#7a7a7a;background:var(--grey);background-image:linear-gradient(-180deg,#fcfcfc,#f7f7f7);background-image:linear-gradient(-180deg,var(--bg-gradient-start),var(--bg-gradient-end));box-shadow:0 0 2px 0 #00000014,0 1px 0 0 #00000014,0 1px 8px 0 #00000014;box-shadow:0 0 2px 0 var(--border),0 1px 0 0 var(--border),0 1px 8px 0 var(--border)}.dark.str-chat .str-chat__message-actions-box button{color:#fff;color:var(--white)}.dark.str-chat .str-chat__message-actions-box button:hover{color:#006cff;color:var(--primary-color)}.str-chat__message-attachment-actions-form{display:flex;margin:8px 0;margin:var(--xs-m) 0;padding:0;width:100%}.str-chat__message-attachment-actions-button{background:none;border:none;border-radius:999px;border-radius:var(--border-radius-round);flex:1 1;margin:0 4px;margin:0 var(--xxs-m);outline:none;padding:8px;padding:var(--xs-p) var(--xs-p)}.str-chat__message-attachment-actions-button:focus{border:1px solid #006cff;border:1px solid var(--primary-color);box-shadow:0 0 0 2px #006cff5c;box-shadow:0 0 0 2px var(--primary-color-faded)}.str-chat__message-attachment-actions-button--primary{background-color:#006cff;background-color:var(--primary-color);color:#fff;color:var(--white)}.str-chat__message-attachment-actions-button--default{border:2px solid #00000014;border:2px solid var(--border)}.dark.str-chat .str-chat__message-attachment-actions-button{color:#fff;color:var(--white)}.dark.str-chat .str-chat__message-attachment-actions-button--default{border-color:#ecebeb;border-color:var(--grey-whisper)}.str-chat__attachment{max-width:450px}.str-chat__player-wrapper{padding-top:56.25%;position:relative}.str-chat__player-wrapper .react-player{left:0;position:absolute;top:0}.str-chat__message .str-chat__player-wrapper .react-player{border-radius:16px 16px 16px 0;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;overflow:hidden}.str-chat__message--me .str-chat__player-wrapper .react-player{border-radius:16px 16px 0 16px;border-radius:var(--border-radius) var(--border-radius) 0 var(--border-radius);overflow:hidden}.str-chat__message-attachment{border-radius:16px;border-radius:var(--border-radius);margin:8px auto 8px 0;margin:var(--xs-m) auto var(--xs-m) 0;max-width:375px;padding:0;width:100%}.str-chat__message--me .str-chat__message-attachment{margin:8px 0 8px auto;margin:var(--xs-m) 0 var(--xs-m) auto;padding-left:0}.str-chat__message-team.thread-list .str-chat__message-attachment{max-width:200px}.str-chat__message-attachment{overflow:hidden}.str-chat__message-attachment:hover{background:#0000}.str-chat__message-attachment--card--no-image{height:60px}.str-chat__message-attachment--card--actions{height:auto}.str-chat__message-attachment-file{width:100%}.str-chat__message-attachment-file--item{align-items:center;border-left:1px solid #00000014;border-left:1px solid var(--border);display:flex;font-size:14px;font-size:var(--md-font);height:50px;line-height:22px;padding-left:4px;padding-left:var(--xxs-p);position:relative;width:auto}.str-chat__message-attachment-file--item:hover{background:#fff;background:var(--white)}.str-chat__message-attachment-file--item img,.str-chat__message-attachment-file--item svg{margin-right:8px;margin-right:var(--xs-m)}.str-chat__message-attachment-file--item-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__message-attachment-file--item a{color:#000;color:var(--black);font-weight:700;font-weight:var(--font-weight-bold);opacity:.8;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;width:100%}.str-chat__message-attachment-file--item a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.str-chat__message-attachment-file--item span{color:#000;color:var(--black);display:block;font-size:12px;font-size:var(--sm-font);font-weight:700;font-weight:var(--font-weight-bold);line-height:14px;opacity:.5;text-transform:uppercase}.str-chat__message-attachment--image{border-radius:0;height:auto;max-height:300px;max-width:100%}.str-chat__message-attachment--image:hover{background:#0000}.str-chat__message-attachment--image img{display:block;height:inherit;max-height:inherit;max-width:100%;object-fit:cover;overflow:hidden;width:auto}.str-chat__message-attachment--image img:hover{background:#0000}.str-chat__message-attachment--image--actions{height:320px}.str-chat__message-attachment--image--actions img{height:280px}.str-chat__message-attachment--media{width:300px}.str-chat__message-attachment-card{min-height:60px}.str-chat__message-attachment-card__giphy-logo{height:20px;width:auto}.messaging.str-chat .str-chat__message-attachment.str-chat__message-attachment--image--actions .str-chat__message-attachment--img{max-height:254px}.livestream.str-chat .str-chat__message-attachment.str-chat__message-attachment--file{max-width:100%}.livestream.str-chat .str-chat__message-attachment.str-chat__message-attachment--file .str-chat__message-attachment-file--item{border-left:none}.livestream.str-chat .str-chat__message-attachment.str-chat__message-attachment--file .str-chat__message-attachment-file--item:hover{background:#ecebeb;background:var(--grey-whisper)}.livestream.str-chat.dark .str-chat__message-attachment-file--item a,.livestream.str-chat.dark .str-chat__message-attachment-file--item span{color:#fff;color:var(--white)}.livestream.str-chat.dark .str-chat__message-attachment-file--item:hover{background:#0000}.str-chat__avatar{align-items:center;color:#fff;color:var(--white);display:flex;flex:0 0 32px;height:32px;justify-content:center;margin-right:8px;margin-right:var(--xs-m);overflow:hidden;text-transform:uppercase;width:32px}.str-chat__avatar--circle{border-radius:999px;border-radius:var(--border-radius-round)}.str-chat__avatar--rounded{border-radius:4px;border-radius:var(--border-radius-sm)}.str-chat__avatar--square{border-radius:0}.str-chat__avatar-fallback,.str-chat__avatar-image{display:block;height:inherit;object-fit:cover;text-align:center;width:inherit}.str-chat__avatar-image--loaded{background-color:none}.str-chat__avatar-fallback{background-color:#006cff;background-color:var(--primary-color)}.str-chat__message--me>.str-chat-angular__avatar-host,.str-chat__message--me>.str-chat__avatar{order:1}.str-chat__message--me>.str-chat-angular__avatar-host>.str-chat__avatar,.str-chat__message--me>.str-chat__avatar{margin:0 0 0 8px;margin-left:var(--xs-m)}.str-chat__li--middle .str-chat__message>.str-chat-angular__avatar-host,.str-chat__li--middle .str-chat__message>.str-chat__avatar,.str-chat__li--top .str-chat__message>.str-chat-angular__avatar-host,.str-chat__li--top .str-chat__message>.str-chat__avatar{visibility:hidden}.str-chat__audio__wrapper{background:#ecebeb;background:var(--grey-whisper);border-radius:4px;border-radius:var(--border-radius-sm);display:flex;height:80px;margin:0;overflow:hidden;position:relative}.str-chat__audio__image{height:80px;position:relative;width:80px;z-index:20}.str-chat__audio__image--overlay{align-items:center;background:#0009;background:var(--overlay-dark);color:#f2f2f2;color:var(--white-smoke);display:flex;font-size:3em;height:inherit;justify-content:center;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:inherit;z-index:30}.str-chat__audio__image--button{align-items:center;display:flex;height:40px;margin:0;padding:0;width:40px}.str-chat__audio__image--button svg{fill:#f2f2f2;fill:var(--white-smoke)}.str-chat__audio__image img{height:inherit;left:0;object-fit:cover;position:absolute;top:0;width:inherit;z-index:20}.str-chat__audio__content{display:flex;flex-direction:column;justify-content:space-around;margin-left:16px;margin-left:var(--sm-m);padding:8px 16px;padding:var(--xs-p) var(--sm-p);width:100%}.str-chat__audio__content--title{line-height:1;margin:0;padding:0}.str-chat__audio__content--subtitle{font-size:12px;font-size:var(--sm-font);line-height:1;margin:0;opacity:.49;padding:0}.str-chat__audio__content--progress{background:#0003;background:var(--overlay);border-radius:4px;border-radius:var(--border-radius-sm);height:6px;margin:2px 0;margin:calc(var(--xxs-m)/2) 0;padding:1px;width:100%}.str-chat__audio__content--progress>div{background:#006cff;background:var(--primary-color);border-radius:4px;border-radius:var(--border-radius-sm);height:4px;transition:width .5s linear;width:0}.str-chat.dark .str-chat__audio__wrapper{background:#000;background:var(--black);color:#fff;color:var(--white)}.str-chat.dark .str-chat__audio__content--progress{background:#7a7a7a;background:var(--grey)}.str-chat__message-attachment-card{background:#fff;background:var(--white);border:10px solid #00000014;border:10px solid var(--border);border-radius:16px 16px 16px 0;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;font-size:12px;font-size:var(--sm-font);margin:32px 0 0;margin:var(--lg-m) 0 0 0;overflow:hidden;position:relative}.str-chat__message-attachment-card--header{height:175px;width:100%}.str-chat__message-attachment-card--header img{height:inherit;object-fit:cover;width:inherit}.str-chat__message-attachment-card--title{flex:1 1;font-weight:700;font-weight:var(--font-weight-bold)}.str-chat__message-attachment-card--flex{min-width:0}.str-chat__message-attachment-card--flex,.str-chat__message-attachment-card--flex>*{overflow:hidden;text-overflow:ellipsis}.str-chat__message-attachment-card--content{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:-8px;margin:calc(var(--xs-m)*-1);padding:8px 16px;padding:var(--xs-p) var(--sm-p)}.str-chat__message-attachment-card--content>*{margin:8px 0;margin:var(--xs-m) 0}.str-chat__message-attachment-card--url{color:#000;color:var(--black);display:block;opacity:.5;text-decoration:none;text-transform:uppercase}.str-chat__message-attachment-card--url:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--header{height:auto}.str-chat.commerce .str-chat__message-attachment-card{max-width:375px;width:100%}.str-chat__message--me .str-chat__message-attachment-card{background:#0003;background:var(--overlay);border:1px solid #0000;border-radius:16px 16px 0 16px;border-radius:var(--border-radius) var(--border-radius) 0 var(--border-radius)}.dark.str-chat .str-chat__message-attachment-card__giphy-logo{filter:invert(100%)}.str-chat__message-attachment-card.str-chat__message-attachment-card--giphy .str-chat__message-attachment-card--content{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAkCAYAAAB/up84AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABVhJREFUeNrsW6GS20AMdToGBgEGAQYBBgEBBQYFgQcP5hMO9jP6CYWFBwsPBgYUGBQEFAQUGAQYBBgYGHjmutt5O6NupbXXcZJrx5rJXGyv11o96Ukr52avr6/BJG9HZmMBMpvNYnxt1JzNZNoRAYFxM2Z8rT6FuueMcaH6s1KfhBn3U42r1Jg1rrfq+Bt5xgf1Z64+uQFQndNzLc1Ydfwg6F2p6wd1PVXfU+b6Gc9vHGuh8+jrsXVN61Sq64XggNw95tlH9XmP6y3W2OI+qvN3db6mN7/zBFAb8L2aNMJxRsDQC6jIuEyN039LnAvV8QJKRRijZUHmT8iiLpEFDHKJaB1TGN732WuAokEIDQCwhwGjsMEIMNgp6qY9JlsTgyXquCFG1d54IsbOsKAVPLDBcQJjUxB0RJwAltGntNQ46GhzqPnb0y0954RG/1iLQ7SRCkR+guiPtW6GFRg5gAlCrFvbJEZ0ngDAUn0/Y77fDCJFXuiB/AmGDC3PLg0YWLRW5CcJWWPglNxDKS6C59AcZBs/sYxbOQBqHHkuZYCsGCds4SQJDDx3RK3RjUb9EfMUcLQ57BHS64MAIYtYkvEt+d4wCzqr++ipkoTtkihOI2chREfA5KiC0GOAaMig05zoWJPjgMk39jxcPphDR0mSDrtq438g51iq8omQlEnYJfHoiAFxYQGko6bCPSmZ5wS+TRx0Zc5R4CtmHbEVJT+0p1uOYdNE1SMfOKNO0zXWEmItptApsfYa1LV0UZUPIHSCmlRYJhfokNWhX5IcsmIWbEAMCQWerWirhZK57MghNQyzgke3QuQWPUv4EAac9wCuJjmkNmvUNEwiobX+DgdEWoQGgNDPGtTWWhRRWONX5JlnePCZhP1JUCOzPN1O0C2MohP7xuiko8Qy9INUDBg2YPJMlzP8pRv0qYeUdu+Cy+RAKIYmtVqojM5kkS0DwkXlLuY0ICzgAEOlAd8fPe+rYJdppz61TiZ5G4AgcScWz05RcUtAkOwyJMtI4FzNt3suCWKfwLUhdqRC0yA/enB1CZ4vBZ2fhIptJ4x/5PYVavyzQ39N0V8ddnsQ+m3sfX02hjo3bIVJ7d5PhqojZxYdC3NEdv9oQMQWFFjHHqpLEsc9BZyF23c9cG0ZOJjUIN15V1mY8OOAhW0E77yWaP2eoO9VBFG/d6yX6/xuHT2z3AsQ5ImnjrZBF6XcUiKAEl0RlJzZ7ZtnbxmqSgRqfxmyD9k6wNDGzuExecB3Z1/ukBOjQH73MZbspChFp9nQ/EYY9+LaaIYOqlo7JjwISX+LcBwbjAOz2ZKS7BpOcq0o0R2HvZAbHpHPJGc+dm00paQuedmOA4O0WD5fyQ4V08Ip4ATxhYl8CCh76/0QLVyehlBVFyCpYJTcKmPjHoY8XNE2VQ8dbIkdr4Z95npBwcNVahKzNEMBSYSyz46iLm8sLunreG5O+xYTsaMUHYu6bMn79sRCT2+8l6SMV2cCT5e3UspBXbbd9n3nDIN/Q1KP3JDfWLcd8kZwCVX12hjeOlmOIMe+L6FGjJLC4QS5rz6hg/tThjZiU0Pr/g7D65/uCUafKgaUJu0lHjvox/XsjXA+GAOQUogIXV8/v7GoKOGJfYuHxvHjt7t3rEMHD2+E5PoR+5GCLCS+8g6Z2xgGt6anuwGC99MSKAl6RrfUs/ofje+b1PcjlJBlMMk4gKBUe77AqKVP/T1Jj30IQPmCTdkm6NeKb5BkJzCGdCA8XuFGZIOWCBEh/mwGiZ/rFZXk3xHEdkjHb6MknVOhypJe+Sac03XlL4fe3r81mH518q9GyCS3kV8CDADlsrVaJhTLAgAAAABJRU5ErkJggg==);background-position:right 16px bottom 16px;background-position:right var(--border-radius) bottom var(--border-radius);background-repeat:no-repeat;background-size:56px}.str-chat__header{border-bottom:1px solid #00000014;border-bottom:1px solid var(--border);display:flex;padding:8px;padding:var(--xs-p)}.str-chat__header-livestream{align-items:center;background:#fff;background:var(--white);box-shadow:0 1px 1px 0 #00000014;box-shadow:0 1px 1px 0 var(--border);display:flex;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);min-height:70px;padding:8px 40px;padding:var(--xs-p) var(--xl-p)}.str-chat__header-livestream-left{flex:1 1;font-size:14px;font-size:var(--md-font)}.str-chat__header-livestream-left--title{font-weight:700;font-weight:var(--font-weight-bold);margin:0}.str-chat__header-livestream-left--members{font-weight:400;font-weight:var(--font-weight-regular);margin:0}.str-chat__header-livestream-left--livelabel{animation:pulse 2s infinite;color:red;color:var(--red);display:inline-block;font-size:12px;font-size:var(--sm-font);left:5px;position:relative;text-transform:uppercase}.str-chat__header-livestream-left--livelabel:before{background-color:#ff3742;background-color:var(--accent_red);border-radius:999px;border-radius:var(--border-radius-round);content:"";display:inline-block;height:5px;left:-4px;position:relative;top:-2px;width:5px}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.str-chat__header-livestream-right{display:flex;margin:0 -4px;margin:0 calc(var(--xxs-m)*-1)}.str-chat__header-livestream-right-button-wrapper{position:relative}.str-chat__header .str-chat__avatar{margin:0 16px 0 0;margin:0 var(--sm-m) 0 0}.str-chat__title{font-weight:600;font-weight:var(--font-weight-semi-bold)}.str-chat__meta{flex-direction:column}.str-chat__info,.str-chat__meta{display:flex;justify-content:space-between;width:100%}.str-chat__info{color:#7a7a7a;color:var(--grey);font-size:14px;font-size:var(--md-font)}.str-chat__square-button{align-items:center;background:#ecebeb;background:var(--grey-whisper);border:1px solid #00000014;border:1px solid var(--border);border-radius:4px;border-radius:var(--border-radius-sm);display:flex;justify-content:center;margin:0 4px;margin:0 var(--xxs-m);padding:8px;padding:var(--xs-p)}.str-chat__square-button svg{fill:#000;fill:var(--black)}.str-chat__square-button:active{background-color:#ecebeb;background-color:var(--grey-whisper)}.dark.str-chat .str-chat__square-button{background:#ffffff0d;background:var(--white5);border-radius:4px;border-radius:var(--border-radius-sm);box-shadow:0 1px 0 0 #000000b3;box-shadow:0 1px 0 0 var(--black70)}.dark.str-chat .str-chat__square-button svg{fill:#ffffffb3;fill:var(--white70)}.messaging.str-chat .str-chat__header-livestream{background:#fcfcfc;background:var(--white-snow);border-radius:8px 8px 0 0;border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;box-shadow:0 7px 9px 0 #00000014,0 1px 0 0 #00000014;box-shadow:0 7px 9px 0 var(--border),0 1px 0 0 var(--border);position:relative;z-index:1}@media screen and (max-width:960px){.messaging.str-chat .str-chat__header-livestream{padding-left:16px;padding-left:var(--sm-p);padding-right:16px;padding-right:var(--sm-p)}}.messaging.str-chat.dark .str-chat__header-livestream{background:#343434;background:var(--dark-grey);border-radius:8px 8px 0 0;border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;box-shadow:0 7px 9px 0 #00000014,0 1px 0 0 #00000014;box-shadow:0 7px 9px 0 var(--border),0 1px 0 0 var(--border);color:#fff;color:var(--white)}.livestream.str-chat .str-chat__header-livestream{background:#ecebeb;background:var(--grey-whisper);box-shadow:0 1px 1px 0 #00000014;box-shadow:0 1px 1px 0 var(--border);position:relative;z-index:1}.livestream.str-chat.dark .str-chat__header-livestream{background:#ffffff0d;background:var(--white5);box-shadow:0 1px 1px 0 #00000014;box-shadow:0 1px 1px 0 var(--border)}.livestream.str-chat.dark .str-chat__header-livestream-left--members,.livestream.str-chat.dark .str-chat__header-livestream-left--title{color:#fff;color:var(--white)}.livestream.str-chat.dark .str-chat__header-livestream-left--title{font-size:16px;font-size:var(--lg-font)}.commerce.str-chat .str-chat__header-livestream{background:#fffc;background:var(--white80);border-radius:8px 8px 0 0;border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;box-shadow:0 7px 9px 0 #0000000d,0 1px 0 0 #0000000d;box-shadow:0 7px 9px 0 var(--black5),0 1px 0 0 var(--black5);padding:24px;padding:var(--md-p)}.commerce.str-chat .str-chat__header-livestream-left--title{font-size:26px;font-size:var(--xxl-font);font-weight:400;font-weight:var(--font-weight-regular);line-height:1;margin:0}.commerce.str-chat .str-chat__header-livestream-left--subtitle{font-size:16px;font-size:var(--lg-font);margin:8px 0;margin:var(--xs-m) 0}.commerce.str-chat .str-chat__header-livestream-left--members,.commerce.str-chat .str-chat__header-livestream-right-button--info{display:none}.commerce.str-chat.dark .str-chat__header-livestream{background:#7a7a7a;background:var(--grey);border-radius:8px 8px 0 0;border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;box-shadow:0 7px 9px 0 #0000000d,0 1px 0 0 #0000000d;box-shadow:0 7px 9px 0 var(--black5),0 1px 0 0 var(--black5);color:#fff;color:var(--white)}.team.str-chat.dark .str-chat__header-livestream{background:#343434;background:var(--dark-grey);box-shadow:0 1px 1px 0 #0000004d;box-shadow:0 1px 1px 0 var(--black30)}.team.str-chat.dark .str-chat__header-livestream-left{color:#fff;color:var(--white)}.team.str-chat.dark .str-chat__header-livestream-left--title{font-size:16px;font-size:var(--lg-font)}.team.str-chat.dark .str-chat__header-livestream-left--members{font-size:12px;font-size:var(--sm-font)}.str-chat__header-hamburger{cursor:pointer;display:none;flex-direction:column;height:38px;justify-content:space-around;margin-right:8px;margin-right:var(--xs-m);padding:8px 8px 8px 0;padding:var(--xs-p) var(--xs-p) var(--xs-p) 0;width:30px}.str-chat__header-hamburger:hover .str-chat__header-hamburger--line{background:#006cff;background:var(--primary-color)}@media screen and (max-width:960px){.str-chat__header-hamburger{display:flex}}.str-chat__header-hamburger--line{background:#006cff;background:var(--primary-color);border-radius:4px;border-radius:var(--border-radius-sm);height:2px;width:100%}.str-chat__channel-list{background:#e9f2ff;background:var(--blue-alice);box-shadow:1px 0 0 0 #0000000d;box-shadow:1px 0 0 0 var(--black5);display:flex;flex:1 1;flex-direction:column;max-width:300px;overflow-y:auto}.str-chat__channel-list--channels{flex:1 1}.str-chat__channel-list .channel_preview{border-bottom:1px solid #0000001a;border-bottom:1px solid var(--black10);padding:8px 16px;padding:var(--xs-p) var(--sm-p)}.str-chat__button{align-items:center;background:#fff;background:var(--white);border:1px solid #0000;box-shadow:0 1px 1px 0 #0000001a,0 1px 4px 0 #0000001a;box-shadow:0 1px 1px 0 var(--black10),0 1px 4px 0 var(--black10);color:#006cff;color:var(--primary-color);display:flex;font-size:14px;font-size:var(--md-font);justify-content:center;margin:4px;margin:var(--xxs-m);padding:16px 64px;padding:var(--sm-p) var(--xxl-p);width:calc(100% - 10px)}.str-chat__button:active,.str-chat__button:focus{border:1px solid #006cff;border:1px solid var(--primary-color);box-shadow:0 0 1px 0 #00000014,0 1px 4px 0 #00000014,0 0 0 2px #006cff5c;box-shadow:0 0 1px 0 var(--border),0 1px 4px 0 var(--border),0 0 0 2px var(--primary-color-faded);outline:none}.str-chat__button>*{margin:0 4px;margin:0 var(--xxs-m)}.str-chat__button--round{border-radius:999px;border-radius:var(--border-radius-round)}.str-chat-channel-checkbox{position:absolute;right:0;top:0;z-index:100001}.str-chat-channel-list-burger{background:#fff;background:var(--white);border-radius:0 4px 4px 0;border-radius:0 var(--border-radius-sm) var(--border-radius-sm) 0;box-shadow:0 4px 6px #00000014;box-shadow:0 4px 6px var(--border);cursor:pointer;height:50px;justify-content:center;left:0;padding:4px;padding:var(--xxs-p);position:fixed;top:10px;width:10px;z-index:10000}.str-chat-channel-list-burger div{background:#00000014;background:var(--border);border-radius:4px;border-radius:var(--border-radius-sm);height:100%;width:4px}@media screen and (max-width:960px){.str-chat-channel-list-burger{display:flex}.str-chat-channel-list.commerce,.str-chat-channel-list.messaging,.str-chat-channel-list.team{box-shadow:7px 0 9px 0 #0000000d,1px 0 0 0 #0000000d;box-shadow:7px 0 9px 0 var(--black5),1px 0 0 0 var(--black5);left:-380px;min-height:100vh;overflow-y:auto;position:fixed;top:0;transition:left .2s ease-in-out;z-index:1001}.str-chat-channel-list--open.commerce,.str-chat-channel-list--open.messaging,.str-chat-channel-list--open.team{left:0}}.str-chat-channel-list .str-chat__channel-list-messenger{padding:0}.str-chat-channel-list .str-chat__channel-list-messenger__main{overflow-y:auto;padding:16px 16px 0;padding:var(--sm-p) var(--sm-p) 0 var(--sm-p)}.str-chat__channel-list-messenger{background:#dbdbdb;background:var(--grey-gainsboro);min-width:300px;padding:16px 16px 0;padding:var(--sm-p) var(--sm-p) 0 var(--sm-p)}.str-chat-channel-list .str-chat__channel-list-messenger__main{padding-bottom:4px}.str-chat__channel-preview-messenger{align-items:center;background:#0000;border:none;box-shadow:0 1px 0 0 #00000014;box-shadow:0 1px 0 0 var(--border);color:#000;color:var(--black);display:flex;margin:8px 0;margin:var(--xs-m) 0;padding:8px;padding:var(--xs-p);text-align:left;width:100%}.str-chat__channel-preview-messenger:hover{cursor:pointer}.str-chat__channel-preview-messenger--active{background:#fcfcfc;background:var(--white-snow);border:none;border-radius:8px;border-radius:var(--border-radius-md);box-shadow:0 1px 5px 0 #00000014;box-shadow:0 1px 5px 0 var(--border)}.str-chat__channel-preview-messenger--last-message p{margin:0}.str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview-messenger--last-message p{font-size:12px;font-size:var(--sm-font);line-height:14px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__channel-preview-messenger--last-message{opacity:.5}.str-chat__channel-preview-messenger--name{font-size:14px;font-size:var(--md-font);font-weight:600;font-weight:var(--font-weight-semi-bold);line-height:17px;margin-bottom:2px;margin-bottom:calc(var(--xxs-m)/2);max-width:250px}.str-chat__channel-preview-messenger--name span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__channel-preview-messenger--unread .str-chat__channel-preview-messenger--last-message,.str-chat__channel-preview-messenger--unread .str-chat__channel-preview-messenger--last-message p{font-weight:600;font-weight:var(--font-weight-semi-bold);max-width:150px;opacity:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark.str-chat .str-chat__channel-preview-messenger--active{background:#ffffff0d;background:var(--white5);box-shadow:0 1px 5px 0 #0000001a;box-shadow:0 1px 5px 0 var(--black10)}.dark.str-chat .str-chat__channel-preview-messenger--last-message p{margin:0}.dark.str-chat .str-chat__channel-preview-messenger--last-message,.dark.str-chat .str-chat__channel-preview-messenger--last-message p{color:#fff;color:var(--white);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark.str-chat .str-chat__channel-preview-messenger--name{color:#fff;color:var(--white)}.str-chat__channel-search{align-items:center;background:#dbdbdb;background:var(--grey-gainsboro);display:flex;padding:24px 24px 0;padding:var(--md-p) var(--md-p) 0;position:relative}.str-chat__channel-search input{background:#ecebeb;background:var(--grey-whisper);border:1px solid #0000;border-radius:16px;border-radius:var(--border-radius);color:#000;color:var(--black);flex:1 1;font-size:14px;font-size:var(--md-font);height:30px;outline:none;padding:16px;padding:var(--sm-p)}.str-chat__channel-search input::placeholder{color:#7a7a7a;color:var(--grey)}.str-chat__channel-search input:focus{background:#fff;background:var(--white);border:1px solid #006cff;border:1px solid var(--primary-color);box-shadow:0 0 0 2px #006cff5c;box-shadow:0 0 0 2px var(--primary-color-faded);transition:all .2s ease-in-out}.str-chat__channel-search-container{padding:8px;position:absolute;width:300px;z-index:2}.str-chat__channel-search-container-empty,.str-chat__channel-search-container-searching{padding-left:8px}.str-chat__channel-search-container .str-chat__channel-search-result{align-items:center;background:#0000;border:none;border-radius:8px;border-radius:var(--border-radius-md);cursor:pointer;display:flex;height:40px;padding-left:8px;width:100%}.str-chat__channel-search-container .str-chat__channel-search-result:hover{font-weight:700;font-weight:var(--font-weight-bold);transition:all .2s ease-in-out}.str-chat__channel-search-result.focused{font-weight:700;font-weight:var(--font-weight-bold)}.str-chat__channel-search-container.popup{background:#f2f2f2;background:var(--white-smoke);border:1px solid #00000014;border:1px solid var(--border);border-radius:8px;border-radius:var(--border-radius-md);box-shadow:0 7px 9px 0 #00000014,0 1px 0 0 #00000014;box-shadow:0 7px 9px 0 var(--border),0 1px 0 0 var(--border);left:300px;top:20px}.str-chat__channel-search-container.popup .str-chat__channel-search-result.focused,.str-chat__channel-search-container.popup .str-chat__channel-search-result:hover{background:#ebebeb;background:var(--light-grey)}.str-chat__channel-search-container.inline{background:#dbdbdb;background:var(--grey-gainsboro);height:calc(100vh - 60px);right:0;top:64px}.str-chat__channel-search-container.inline .str-chat__channel-search-result.focused,.str-chat__channel-search-container.inline .str-chat__channel-search-result:hover{background:#fff;background:var(--white)}.dark.str-chat .str-chat__channel-search input{background:#dbdbdb;background:var(--grey-gainsboro);color:#fff;color:var(--white)}.str-chat__down{display:flex;height:100%}.str-chat__down-main{flex:1 1;padding:32px;padding:var(--lg-p)}.dark.str-chat .str-chat__down{color:#fff;color:var(--white)}.str-chat.messaging .str-chat__event-component__channel-event{display:flex;margin-top:24px;margin-top:var(--md-m)}.str-chat.messaging .str-chat__event-component__channel-event__content{color:#0009;color:var(--overlay-dark);font-size:16px;font-size:var(--lg-font);margin-right:8px;margin-right:var(--xs-m)}.str-chat.messaging .str-chat__event-component__channel-event__date{font-size:10px;font-size:var(--xs-font);margin-top:4px;margin-top:var(--xxs-m)}.str-chat.team .str-chat__event-component__channel-event{display:flex;margin:24px 40px;margin:var(--md-m) var(--xl-m)}.str-chat.team .str-chat__event-component__channel-event__content,.str-chat.team .str-chat__event-component__channel-event__sentence{color:#0009;color:var(--overlay-dark);font-size:16px;font-size:var(--lg-font);margin-right:8px;margin-right:var(--xs-m)}.str-chat.team .str-chat__event-component__channel-event__date{font-size:10px;font-size:var(--xs-font);margin-top:4px;margin-top:var(--xxs-m)}.str-chat.commerce .str-chat__event-component__channel-event,.str-chat.livestream .str-chat__event-component__channel-event{display:none}.str-chat__date-separator{align-items:center;display:flex;padding:40px;padding:var(--xl-p)}.str-chat__date-separator-date{color:#0009;color:var(--overlay-dark);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);font-size:14px;font-size:var(--md-font);font-weight:700;font-weight:var(--font-weight-bold)}.str-chat__date-separator-line{background-color:#0003;background-color:var(--overlay);border:none;flex:1 1;height:1px}.str-chat__date-separator>:not(:last-child){margin-right:16px;margin-right:var(--sm-m)}.commerce.str-chat .str-chat__date-separator{padding:40px 0;padding:var(--xl-p) 0}.dark.str-chat .str-chat__date-separator-line{background-color:#dbdbdb;background-color:var(--grey-gainsboro)}.dark.str-chat .str-chat__date-separator-date{color:#ecebeb;color:var(--grey-whisper)}.dark.str-chat.team .str-chat__date-separator-line{background-color:#0003;background-color:var(--overlay)}.str-chat__edit-message-form{width:100%}.str-chat__edit-message-form form{position:relative;width:100%}.str-chat__edit-message-form textarea{background:#fff;background:var(--white);border:1px solid #0000;border-radius:4px;border-radius:var(--border-radius-sm);box-shadow:inset 0 0 0 1px #006cff;box-shadow:inset 0 0 0 1px var(--primary-color);color:#000;color:var(--black);font-size:16px;font-size:var(--lg-font);line-height:22px;padding:8px;resize:none;width:100%}.str-chat__edit-message-form textarea:focus{box-shadow:inset 0 0 0 1px #006cff,0 0 0 2px #006cff5c;box-shadow:inset 0 0 0 1px var(--primary-color),0 0 0 2px var(--primary-color-faded);outline:0}.str-chat__edit-message-form .str-chat__message-team-form-footer button{background:none;border:none;color:#7a7a7a;color:var(--grey);font-weight:700;font-weight:var(--font-weight-bold)}.str-chat__edit-message-form .str-chat__message-team-form-footer button[type=submit]{color:#006cff;color:var(--primary-color)}.str-chat__edit-message-form .rfu-dropzone{width:100%}.str-chat__edit-message-form .rfu-file-upload-button,.str-chat__edit-message-form .str-chat__input-emojiselect,.str-chat__edit-message-form .str-chat__input-fileupload{display:flex;left:auto;position:static;right:auto;top:auto}.str-chat__edit-message-form .rfu-file-upload-button svg,.str-chat__edit-message-form .str-chat__input-emojiselect svg,.str-chat__edit-message-form .str-chat__input-fileupload svg{fill:#000;fill:var(--black);opacity:.5}.str-chat__edit-message-form .rfu-file-upload-button:hover svg,.str-chat__edit-message-form .str-chat__input-emojiselect:hover svg,.str-chat__edit-message-form .str-chat__input-fileupload:hover svg{opacity:1}.str-chat__edit-message-form-options{align-items:baseline;display:flex}.str-chat__edit-message-form-options .str-chat__fileupload-wrapper:hover .str-chat__tooltip{display:none}.str-chat.dark .str-chat__edit-message-form .rfu-file-upload-button svg,.str-chat.dark .str-chat__edit-message-form .str-chat__input-emojiselect svg{fill:#dbdbdb;fill:var(--grey-gainsboro)}.str-chat.dark .str-chat__edit-message-form .str-chat__message-team-form-footer button{color:#dbdbdb;color:var(--grey-gainsboro)}.str-chat.dark .str-chat__edit-message-form .str-chat__message-team-form-footer button[type=submit]{color:#006cff;color:var(--primary-color)}.str-chat.dark .str-chat__edit-message-form textarea{background:#ffffff0d;background:var(--white5);border:2px solid #0000;border-radius:4px;border-radius:var(--border-radius-sm);box-shadow:0 0 0 1px #0003;box-shadow:0 0 0 1px var(--black20);color:#fff;color:var(--white)}.str-chat.dark .str-chat__edit-message-form textarea:focus{border:2px solid #006cff5c;border:2px solid var(--primary-color-faded);border-radius:4px;border-radius:var(--border-radius-sm);box-shadow:inset 0 0 0 1px #006cff;box-shadow:inset 0 0 0 1px var(--primary-color)}.str-chat__edit-message-form{position:relative}.str-chat__gallery{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;overflow:hidden}.str-chat__gallery-image{background:#fff;background:var(--white);border:none;display:flex;height:150px;margin-bottom:1px;margin-right:1px;padding:0;width:150px}.str-chat__gallery-image:hover{cursor:zoom-in}.str-chat__gallery-image img{height:inherit;object-fit:cover;width:inherit}.str-chat__gallery--square{max-width:301px}.str-chat__gallery--square .str-chat__gallery-image:nth-child(2n){margin-right:0}.commerce.str-chat .str-chat__gallery,.livestream.str-chat .str-chat__gallery,.messaging.str-chat .str-chat__gallery,.team.str-chat .str-chat__gallery{margin:4px 0}.commerce.str-chat .str-chat__gallery-image,.livestream.str-chat .str-chat__gallery-image,.messaging.str-chat .str-chat__gallery-image,.team.str-chat .str-chat__gallery-image{height:150px;width:150px}.commerce.str-chat .str-chat__gallery-placeholder,.livestream.str-chat .str-chat__gallery-placeholder,.messaging.str-chat .str-chat__gallery-placeholder,.team.str-chat .str-chat__gallery-placeholder{align-items:center;background-position:0 0;background-repeat:no-repeat;background-size:cover;border:none;color:#fff;color:var(--white);cursor:zoom-in;cursor:pointer;display:flex;height:150px;justify-content:center;position:relative;width:150px}.commerce.str-chat .str-chat__gallery-placeholder p,.livestream.str-chat .str-chat__gallery-placeholder p,.messaging.str-chat .str-chat__gallery-placeholder p,.team.str-chat .str-chat__gallery-placeholder p{font-size:16px;position:relative;z-index:1}.commerce.str-chat .str-chat__gallery-placeholder:after,.livestream.str-chat .str-chat__gallery-placeholder:after,.messaging.str-chat .str-chat__gallery-placeholder:after,.team.str-chat .str-chat__gallery-placeholder:after{background-color:#0009;background-color:var(--overlay-dark);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.commerce.str-chat .str-chat__gallery{display:grid;grid-auto-rows:100px;grid-template-columns:1fr 1fr;width:calc(100% - 30px)}.commerce.str-chat .str-chat__gallery-image,.commerce.str-chat .str-chat__gallery-placeholder{height:100%;width:100%}.commerce.str-chat .str-chat__message-commerce .str-chat__gallery{border-radius:16px 16px 16px 2px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 2px}.commerce.str-chat .str-chat__message-commerce--right .str-chat__gallery{border-radius:16px 16px 2px 16px;border-radius:var(--border-radius) var(--border-radius) 2px var(--border-radius)}.str-chat__loading-channels{background:#dbdbdb;background:var(--grey-gainsboro);height:100%;padding:24px;padding:var(--md-p);width:300px}.str-chat__loading-channels-meta{flex:1 1}.str-chat__loading-channels-avatar,.str-chat__loading-channels-status,.str-chat__loading-channels-username{background-image:linear-gradient(-90deg,#fcfcfc,#f7f7f7);background-image:linear-gradient(-90deg,var(--bg-gradient-start) 0,var(--bg-gradient-end) 100%)}.str-chat__loading-channels-status,.str-chat__loading-channels-username{border-radius:16px;border-radius:var(--border-radius);height:14px}.str-chat__loading-channels-avatar{border-radius:999px;border-radius:var(--border-radius-round);height:40px;margin-right:8px;margin-right:var(--xs-m);width:40px}.str-chat__loading-channels-username{margin-bottom:8px;margin-bottom:var(--xs-m);width:40%}.str-chat__loading-channels-status{width:80%}.str-chat__loading-channels-item{align-items:center;animation:pulsate 1s linear 0s infinite alternate;border-radius:4px;border-radius:var(--border-radius-sm);display:flex;height:40px;margin-bottom:16px;margin-bottom:var(--sm-m);width:100%}.str-chat__loading-channels-item:nth-of-type(2){animation:pulsate infinite 1s linear .3334 alternate}.str-chat__loading-channels-item:last-of-type{animation:pulsate 1s linear .6667s infinite alternate}@keyframes pulsate{0%{opacity:.5}to{opacity:1}}.str-chat__loading-indicator{align-items:center;animation:rotate 1s linear infinite;display:flex;justify-content:center}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.str-chat.messaging .str-chat__load-more-button__button{background:#ecebeb;background:var(--grey-whisper);border:0;border-radius:8px;border-radius:var(--border-radius-md);box-shadow:0 1px 5px 0 #00000014;box-shadow:0 1px 5px 0 var(--border);color:#7a7a7a;color:var(--grey);font-size:14px;font-size:var(--md-font);height:40px;padding:8px;padding:var(--xs-p);width:100%}.str-chat.messaging .str-chat__load-more-button__button:hover{cursor:pointer}.str-chat.team .str-chat__load-more-button__button{background:#0000;border:0;font-size:14px;font-size:var(--md-font);height:40px;padding:8px;padding:var(--xs-p);width:100%}.str-chat.team .str-chat__load-more-button__button:hover{cursor:pointer}.str-chat__load-more-button__button{align-items:center;display:flex;justify-content:center}.str-chat__li{display:block;position:relative}.str-chat__li .quoted-message{align-items:flex-end;display:flex;margin-bottom:4px;margin-bottom:var(--xxs-m)}.str-chat__li .quoted-message-inner{align-items:flex-end;background:#ecebeb;background:var(--grey-whisper);border-radius:8px 8px 8px 0;border-radius:var(--border-radius-md) var(--border-radius-md) var(--border-radius-md) 0;display:flex;max-width:408px;padding:4px 8px;padding:var(--xxs-p) var(--xs-p);text-align:start}.str-chat__li .quoted-message-inner .str-chat__message-attachment-card.str-chat__message-attachment-card--image{border:none;border-radius:8px;border-radius:var(--border-radius-md)}.str-chat__li .quoted-message-inner .str-chat__message-attachment--image:first-of-type{border-radius:8px;border-radius:var(--border-radius-md);max-height:48px;max-width:48px}.str-chat__li .quoted-message-inner .str-chat__message-attachment img{border-radius:8px;border-radius:var(--border-radius-md)}.str-chat__li .quoted-message-inner .str-chat__message-attachment--file:first-of-type{background:#fff;background:var(--white);border-bottom:1px solid #ecebeb;border-bottom:1px solid var(--grey-whisper);border-radius:8px;border-radius:var(--border-radius-md);min-width:33%}.str-chat__li .quoted-message-inner :nth-child(2){margin-left:8px;margin-left:var(--xs-m)}.str-chat__li .quoted-message.mine .quoted-message-inner{background:#fcfcfc;background:var(--white-snow)}.str-chat__li--single,.str-chat__li--top{margin:24px 0 0}.str-chat__li--single .str-chat__message .str-chat__gallery,.str-chat__li--single .str-chat__message-attachment--img,.str-chat__li--single .str-chat__message-attachment-card,.str-chat__li--single .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--single .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card,.str-chat__li--top .str-chat__message .str-chat__gallery,.str-chat__li--top .str-chat__message-attachment--img,.str-chat__li--top .str-chat__message-attachment-card,.str-chat__li--top .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--top .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-radius:16px 16px 16px 2px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--single .str-chat__message--me,.str-chat__li--top .str-chat__message--me{text-align:right}.str-chat__li--single .str-chat__message--me .str-chat__gallery,.str-chat__li--single .str-chat__message--me .str-chat__message-attachment--img,.str-chat__li--single .str-chat__message--me .str-chat__message-attachment-card,.str-chat__li--single .str-chat__message--me.str-chat__message--has-text .str-chat__gallery,.str-chat__li--single .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--single .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card,.str-chat__li--top .str-chat__message--me .str-chat__gallery,.str-chat__li--top .str-chat__message--me .str-chat__message-attachment--img,.str-chat__li--top .str-chat__message--me .str-chat__message-attachment-card,.str-chat__li--top .str-chat__message--me.str-chat__message--has-text .str-chat__gallery,.str-chat__li--top .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--top .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-radius:16px 16px 2px 16px;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--middle{margin:0}.str-chat__li--middle .str-chat__message .str-chat__gallery,.str-chat__li--middle .str-chat__message-attachment--img,.str-chat__li--middle .str-chat__message-attachment-card,.str-chat__li--middle .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__gallery,.str-chat__li--middle .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--middle .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-radius:2px 16px 16px 2px;border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--middle .str-chat__message--me .str-chat__message .str-chat__gallery,.str-chat__li--middle .str-chat__message--me .str-chat__message-attachment--img,.str-chat__li--middle .str-chat__message--me .str-chat__message-attachment-card{border-radius:16px 2px 2px 16px;border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--middle .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__gallery,.str-chat__li--middle .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--middle .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-top-left-radius:2px;border-top-left-radius:calc(var(--border-radius-sm)/2)}.str-chat__li--bottom{margin:0 0 24px}.str-chat__li--bottom .str-chat__message .str-chat__gallery,.str-chat__li--bottom .str-chat__message-attachment--img,.str-chat__li--bottom .str-chat__message-attachment-card,.str-chat__li--bottom .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__gallery,.str-chat__li--bottom .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--bottom .str-chat__message.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-radius:2px 16px 16px 2px;border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--bottom .str-chat__message--me .str-chat__message .str-chat__gallery,.str-chat__li--bottom .str-chat__message--me .str-chat__message-attachment--img,.str-chat__li--bottom .str-chat__message--me .str-chat__message-attachment-card{border-radius:16px 2px 2px 16px;border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--bottom .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__gallery,.str-chat__li--bottom .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment--img,.str-chat__li--bottom .str-chat__message--me.str-chat__message--has-text.str-chat__message--has-attachment .str-chat__message-attachment-card{border-top-left-radius:2px;border-top-left-radius:calc(var(--border-radius-sm)/2)}.str-chat__li--single{margin-bottom:24px;margin-bottom:var(--md-m)}.str-chat__li--middle .str-chat__message-data,.str-chat__li--top .str-chat__message-data{display:none}.str-chat__li--top .str-chat__message-text-inner{border-radius:16px 16px 16px 2px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--top .str-chat__message--me .str-chat__message-text-inner{border-radius:16px 16px 2px 16px;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--single .str-chat__message-text-inner{border-radius:16px 16px 16px 2px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--single .str-chat__message-text-inner--has-attachment{border-radius:2px 16px 16px 2px;border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--single .str-chat__message--me .str-chat__message-text-inner{border-radius:16px 16px 2px 16px;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--single .str-chat__message--me .str-chat__message-text-inner--has-attachment{border-radius:16px 2px 2px 16px;border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--bottom .str-chat__message-text-inner,.str-chat__li--middle .str-chat__message-text-inner{border-radius:2px 16px 16px 2px;border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__li--bottom .str-chat__message--me .str-chat__message-text-inner,.str-chat__li--middle .str-chat__message--me .str-chat__message-text-inner{border-radius:16px 2px 2px 16px;border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__li--bottom .str-chat__message--me .str-chat__message-text-inner--has-attachment,.str-chat__li--middle .str-chat__message--me .str-chat__message-text-inner--has-attachment{margin:0}.str-chat__li--bottom .str-chat__message--me .str-chat__message-attachment-card,.str-chat__li--middle .str-chat__message--me .str-chat__message-attachment-card{border-radius:16px 2px 2px 16px;border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius);margin:0;padding:0}.str-chat__message,.str-chat__message-simple{align-items:flex-end;display:inline-flex;justify-content:flex-start;margin:2px 0;margin:calc(var(--xxs-m)/2) 0;padding:0;position:relative;width:100%}.str-chat__message--system,.str-chat__message-simple--system{align-items:center;box-sizing:border-box;flex-direction:column;font-size:10px;font-size:var(--xs-font);padding:40px;padding:var(--xl-p);text-align:center;width:100%}.str-chat__message--system__text,.str-chat__message-simple--system__text{align-items:center;display:flex;width:100%}.str-chat__message--system__text p,.str-chat__message-simple--system__text p{color:#7a7a7a;color:var(--grey);font-weight:700;font-weight:var(--font-weight-bold);margin:0 24px;text-transform:uppercase}.str-chat__message--system__line,.str-chat__message-simple--system__line{background-color:#0003;background-color:var(--overlay);flex:1 1;height:1px;width:100%}.str-chat__message--system__date,.str-chat__message-simple--system__date{color:#7a7a7a;color:var(--grey);margin-top:4px;text-transform:uppercase}.str-chat__message-inner,.str-chat__message-simple-inner{position:relative}@media screen and (min-width:420px){.str-chat__message-inner,.str-chat__message-simple-inner{margin-left:0;margin-right:88px}}.str-chat__message-inner>.str-chat__message-simple__actions,.str-chat__message-simple-inner>.str-chat__message-simple__actions{left:calc(100% + 8px);position:absolute;top:5px}.str-chat__message-attachment-container,.str-chat__message-simple-attachment-container{display:flex;flex-direction:column}.str-chat__message-simple-text,.str-chat__message-text{align-items:center;display:inline-flex;justify-content:flex-start;padding:0;position:relative}.str-chat__message-simple-text-inner,.str-chat__message-text-inner{background:#fcfcfc;background:var(--white-snow);border:1px solid #00000014;border:1px solid var(--border);border-radius:16px 16px 16px 0;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;color:#000;color:var(--black);display:block;flex:1 1;font-size:16px;font-size:var(--lg-font);margin-left:0;min-height:32px;padding:4px 8px;padding:var(--xxs-p) var(--xs-p);position:relative}.str-chat__message-simple-text-inner p,.str-chat__message-text-inner p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis}.str-chat__message-simple-text-inner--focused,.str-chat__message-text-inner--focused{background:#006cff;background:var(--primary-color);border:1px solid #006cff;border:1px solid var(--primary-color);margin-left:0;margin-right:0}.str-chat__message-simple-text-inner--has-attachment,.str-chat__message-text-inner--has-attachment{border-radius:2px 16px 16px 2px;border-radius:calc(var(--border-radius-sm)/2) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2)}.str-chat__message-simple-text-inner--is-emoji,.str-chat__message-text-inner--is-emoji{background:#0000;border:1px solid #0000;font-size:32px;font-size:var(--xxxl-font);padding-left:0;padding-right:0}.str-chat__message-attachment--img,.str-chat__message-simple-attachment--img{cursor:zoom-in;display:block;height:inherit;max-width:480px;width:100%}.str-chat__message-data,.str-chat__message-simple-data{color:#0009;color:var(--overlay-dark);font-size:10px;font-size:var(--xs-font);margin-top:4px;margin-top:var(--xxs-m);position:absolute;white-space:nowrap;width:100%}.str-chat__message-name,.str-chat__message-simple-name{font-weight:700;font-weight:var(--font-weight-bold);margin-right:4px;margin-right:var(--xxs-m)}.str-chat__message p,.str-chat__message-simple p{line-height:20px;margin:0;white-space:pre-line}.str-chat__message p:not(:first-of-type),.str-chat__message-simple p:not(:first-of-type){margin:16px 0 0;margin:var(--sm-m) 0 0}.str-chat__message--me,.str-chat__message-simple--me{display:flex;justify-content:flex-end;margin:4px 0;margin:var(--xxs-m) 0}.str-chat__message--me .str-chat__message-text,.str-chat__message-simple--me .str-chat__message-text{display:flex;justify-content:flex-end}.str-chat__message--me .str-chat__message-attachment-container,.str-chat__message-simple--me .str-chat__message-attachment-container{align-items:flex-end;display:flex;flex-direction:column}.str-chat__message--me .str-chat__message-inner,.str-chat__message-simple--me .str-chat__message-inner{align-items:flex-end;justify-content:flex-end}@media screen and (min-width:420px){.str-chat__message--me .str-chat__message-inner,.str-chat__message-simple--me .str-chat__message-inner{margin-left:88px;margin-right:0}}.str-chat__message--me .str-chat__message-inner>.str-chat__message-simple__actions,.str-chat__message-simple--me .str-chat__message-inner>.str-chat__message-simple__actions{left:auto;position:absolute;right:calc(100% + 8px);top:5px}.str-chat__message--me .str-chat__message-text-inner,.str-chat__message-simple--me .str-chat__message-text-inner{background:#ecebeb;background:var(--grey-whisper);border-color:#0000;border-radius:16px 16px 2px 16px;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius);flex:initial;margin-right:0;text-align:right}.str-chat__message--me .str-chat__message-text-inner--focused,.str-chat__message-simple--me .str-chat__message-text-inner--focused{background:#006cff;background:var(--primary-color);border:1px solid #006cff;border:1px solid var(--primary-color);margin-left:0;margin-right:0}.str-chat__message--me .str-chat__message-text-inner--has-attachment,.str-chat__message-simple--me .str-chat__message-text-inner--has-attachment{border-radius:16px 2px 2px 16px;border-radius:var(--border-radius) calc(var(--border-radius-sm)/2) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__message--me .str-chat__message-text-inner--is-emoji,.str-chat__message-simple--me .str-chat__message-text-inner--is-emoji{background:#0000;border:1px solid #0000;font-size:32px;font-size:var(--xxxl-font);padding-left:0;padding-right:0}.str-chat__message--me .str-chat__message-text-inner--is-emoji p,.str-chat__message-simple--me .str-chat__message-text-inner--is-emoji p{line-height:48px}.str-chat__message--me .str-chat__message-attachment--img,.str-chat__message-simple--me .str-chat__message-attachment--img{border:none;display:block;height:inherit;max-width:480px;object-fit:cover;width:100%}.str-chat__message--me .str-chat__message-data,.str-chat__message-simple--me .str-chat__message-data{right:0;text-align:right;width:fit-content}.str-chat__message--with-reactions,.str-chat__message-simple--with-reactions{margin-top:24px;margin-top:var(--md-m)}.str-chat__message-link,.str-chat__message-simple-link{color:#006cff;color:var(--primary-color);font-weight:700;font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-mention,.str-chat__message-simple-mention{font-weight:700;font-weight:var(--font-weight-bold)}.str-chat__message-simple-url-link,.str-chat__message-url-link{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.str-chat__message--inner,.str-chat__message-simple--inner{align-items:flex-start;display:flex;flex-direction:column}.str-chat__message .messaging.str-chat .str-chat__message,.str-chat__message .messaging.str-chat .str-chat__message--me,.str-chat__message-simple .messaging.str-chat .str-chat__message,.str-chat__message-simple .messaging.str-chat .str-chat__message--me{margin:2px 0;margin:calc(var(--xxs-m)/2) 0}.str-chat__message .messaging.str-chat .str-chat__message--me--with-reactions,.str-chat__message .messaging.str-chat .str-chat__message--with-reactions,.str-chat__message-simple .messaging.str-chat .str-chat__message--me--with-reactions,.str-chat__message-simple .messaging.str-chat .str-chat__message--with-reactions{margin-top:32px;margin-top:var(--lg-m)}.str-chat__message .messaging.str-chat .str-chat__message-attachment--image,.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment--image{margin:2px 0;margin:calc(var(--xxs-m)/2) 0;max-width:480px}.str-chat__message .messaging.str-chat .str-chat__message-attachment--card,.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment--card{line-height:normal;margin:2px 0;margin:calc(var(--xxs-m)/2) 0}.str-chat__message .messaging.str-chat .str-chat__message-attachment-card,.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment-card{background:#dbdbdb;background:var(--grey-gainsboro);line-height:normal;margin:2px auto;margin:calc(var(--xxs-m)/2) auto}.str-chat__message .messaging.str-chat .str-chat__message-attachment-card--title,.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment-card--title{color:#006cff;color:var(--primary-color)}.str-chat__message .messaging.str-chat .str-chat__message-attachment-card--text,.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment-card--text{display:none}.str-chat__message .messaging.str-chat .str-chat__message-attachment-card--url,.str-chat__message-simple .messaging.str-chat .str-chat__message-attachment-card--url{text-transform:lowercase}.str-chat__message .messaging.str-chat .str-chat__message--deleted,.str-chat__message-simple .messaging.str-chat .str-chat__message--deleted{margin:0 40px;margin:0 var(--xl-m)}.str-chat__message .messaging.str-chat .str-chat__li--middle .str-chat__message .str-chat__message-attachment--card,.str-chat__message .messaging.str-chat .str-chat__li--middle .str-chat__message .str-chat__message-attachment--image,.str-chat__message-simple .messaging.str-chat .str-chat__li--middle .str-chat__message .str-chat__message-attachment--card,.str-chat__message-simple .messaging.str-chat .str-chat__li--middle .str-chat__message .str-chat__message-attachment--image{border-top-left-radius:2px;border-top-left-radius:calc(var(--border-radius-sm)/2)}.str-chat__message--deleted,.str-chat__message-simple--deleted{align-items:flex-start;flex-direction:column;margin:0 0 0 40px;margin:0 0 0 var(--xl-m)}.str-chat__message--deleted-inner,.str-chat__message-simple--deleted-inner{background:#ecebeb;background:var(--grey-whisper);border-radius:16px;border-radius:var(--border-radius);color:#7a7a7a;color:var(--grey);font-size:12px;font-size:var(--sm-font);padding:8px 16px;padding:var(--xs-p) var(--sm-p)}.str-chat__message--me.str-chat__message--deleted,.str-chat__message-simple--me.str-chat__message--deleted{align-items:flex-end;margin:0 40px 0 0;margin:0 var(--xl-m) 0 0}.str-chat__message--me.str-chat__message--deleted-inner,.str-chat__message-simple--me.str-chat__message--deleted-inner{background:#f2f2f2;background:var(--white-smoke);border-radius:16px;border-radius:var(--border-radius);color:#7a7a7a;color:var(--grey);font-size:12px;font-size:var(--sm-font);padding:8px 16px;padding:var(--xs-p) var(--sm-p)}.str-chat__message--error,.str-chat__message--failed,.str-chat__message-simple--error,.str-chat__message-simple--failed{font-size:12px;font-size:var(--sm-font);margin:0 0 32px 40px;margin:0 0 var(--lg-m) var(--xl-m);padding:4px 0;padding:var(--xxs-p) 0}.str-chat__message--error .str-chat__message-text-inner,.str-chat__message--failed .str-chat__message-text-inner,.str-chat__message-simple--error .str-chat__message-text-inner,.str-chat__message-simple--failed .str-chat__message-text-inner{background:#d0021b1a;background:var(--faded-red);border:1px solid #d0021b1a;border:1px solid var(--faded-red)}.str-chat__message--me.str-chat__message--error,.str-chat__message--me.str-chat__message--failed,.str-chat__message-simple--me.str-chat__message--error,.str-chat__message-simple--me.str-chat__message--failed{border-left:initial;margin-right:40px;margin-right:var(--xl-m)}.str-chat__message .str-chat__message-attachment-file--item:hover,.str-chat__message-simple .str-chat__message-attachment-file--item:hover{background:#0000}.str-chat__message-simple{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font)}.str-chat__message-simple__actions{display:flex}.str-chat__message-simple__actions__action{align-items:center;background-color:initial;border:none;cursor:pointer;display:flex;height:10px;margin:4px;margin:var(--xxs-m);padding:0}.str-chat__message-simple__actions__action svg{fill:#000;fill:var(--black);opacity:.5}.str-chat__message-simple__actions__action:hover svg{opacity:1}.str-chat__message-simple__actions__action--reactions,.str-chat__message-simple__actions__action--thread{display:none}.str-chat__message-simple__actions__action--options{display:none;position:relative}.str-chat__message-simple__actions__action--options>button{background-color:initial;border:none;cursor:pointer;padding:3px 0}.str-chat__message-simple__actions__action--options.str-chat-angular__message-simple__actions__action--options--editing{display:flex;position:relative}.str-chat__message-simple-text{display:flex;justify-content:flex-end;padding:0;position:relative}.str-chat__message-simple-text-inner{flex:initial;max-width:460px;text-align:left}.str-chat__message-simple-text-inner.str-chat__message-simple-text-inner--is-emoji{background:#0000}.str-chat__message-simple-text-inner.str-chat__message-simple-text-inner--is-emoji p{line-height:48px}.str-chat__message-simple-text-inner p{text-align:left}.str-chat__message-simple-text-inner a{color:#006cff;color:var(--primary-color);font-weight:700;font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-simple-text-inner blockquote{font-style:italic;margin:0 0 0 4px;margin:0 0 0 var(--xxs-m);padding-left:24px;padding-left:var(--md-p);position:relative}.str-chat__message-simple-text-inner blockquote:before{content:"“";font-size:26px;font-size:var(--xxl-font);font-style:italic;left:-5px;opacity:.5;position:absolute;top:2px}.str-chat__message-simple--me .str-chat__message-simple-reply-button{display:flex;justify-content:flex-end}.str-chat__message-simple--me .str-chat__message-simple-reply-button .str-chat__message-replies-count-button{display:flex;flex-direction:row-reverse}.str-chat__message-simple--me .str-chat__message-simple-reply-button .str-chat__message-replies-count-button svg{margin-bottom:4px;margin-bottom:var(--xxs-m);margin-left:4px;margin-left:var(--xxs-m);margin-right:0;transform:scaleX(-1)}.str-chat__message-simple--me .str-chat__message-simple__actions{justify-content:flex-end}.str-chat__message-simple--me .str-chat__message-attachment--image{max-width:460px}.str-chat__message-simple--me-text-inner--is-emoji{background-color:initial;line-height:32px}.str-chat__message-simple--me .str-chat__message-simple__actions{order:-1}.str-chat__message-simple:hover .str-chat__message-simple__actions__action--options{display:flex}.str-chat__message-simple:hover .str-chat__message-simple__actions__action--options button{align-items:center;display:flex}.str-chat__message-simple:hover .str-chat__message-simple__actions__action--reactions,.str-chat__message-simple:hover .str-chat__message-simple__actions__action--thread{display:flex}@media screen and (max-width:960px){.str-chat__message-simple:hover .str-chat__message-simple__actions__action--options,.str-chat__message-simple:hover .str-chat__message-simple__actions__action--reactions,.str-chat__message-simple:hover .str-chat__message-simple__actions__action--thread{display:none}}.str-chat__simple-message--error-message{font-size:10px;font-size:var(--xs-font);opacity:.5;text-align:left;text-transform:uppercase}.str-chat__message-simple-status{align-items:center;bottom:0;display:flex;justify-content:flex-end;left:100%;line-height:1;margin:8px 0 8px 8px;margin:var(--xs-m) 0 var(--xs-m) var(--xs-m);order:3;position:absolute;z-index:1}.str-chat__message-simple-status-number{color:#0009;color:var(--overlay-dark);font-size:10px;font-size:var(--xs-font);left:100%;margin-left:4px;position:absolute}.str-chat__message-simple-status>.str-chat-angular__avatar-host>.str-chat__avatar,.str-chat__message-simple-status>.str-chat__avatar{align-self:flex-end;margin-right:0}.str-chat__message-simple-status>.str-chat__tooltip{display:none;max-width:300px;min-width:100px;text-align:center}.str-chat__message-simple-status:hover>.str-chat__tooltip{display:block}.str-chat__message-simple-status:after{bottom:100%;content:" ";height:15px;position:absolute;right:0;width:15px}.str-chat__message-simple .str-chat__message-attachment-card{background:#fff;background:var(--white);border:1px solid #00000014;border:1px solid var(--border);margin:0}.str-chat__message-simple .str-chat__message-attachment-card--content{background:#dbdbdb;background:var(--grey-gainsboro)}.str-chat__message-simple .str-chat__message-attachment-card--text{display:none}.str-chat__message-simple .str-chat__message-attachment--file{background:#fff;background:var(--white);border:1px solid #dbdbdb;border:1px solid var(--grey-gainsboro);border-radius:8px;border-radius:var(--border-radius-md);margin:0}.str-chat__message-simple .str-chat__message-attachment--file .str-chat__message-attachment-file--item{border-color:#0000;padding:0 8px;padding:0 var(--xs-p)}.str-chat__message-simple .str-chat__message-attachment--file:first-of-type:not(.str-chat-angular__message-attachment-file-single){border-bottom:#0000;border-radius:16px 16px 0 0;border-radius:var(--border-radius) var(--border-radius) 0 0}.str-chat__message-simple .str-chat__message-attachment--file:last-of-type:not(.str-chat-angular__message-attachment-file-single){border-radius:0 0 16px 2px;border-radius:0 0 var(--border-radius) calc(var(--border-radius-sm)/2);border-top-color:#0000}.str-chat__message-simple .str-chat__message-attachment--file:last-of-type:not(.str-chat-angular__message-attachment-file-single):first-of-type{border-bottom:1px solid #dbdbdb;border-bottom:1px solid var(--grey-gainsboro);border-radius:16px 16px 16px 2px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2);border-top:1px solid #dbdbdb;border-top:1px solid var(--grey-gainsboro)}.str-chat__message-simple .str-chat__message-attachment-file--item:not(.str-chat-angular__message-attachment-file-single){border-radius:0}.str-chat__message-simple--me .str-chat__message-attachment-card{border-radius:16px 4px 4px 4px;border-radius:var(--border-radius) var(--border-radius-sm) var(--border-radius-sm) var(--border-radius-sm)}.str-chat__message-simple--me .str-chat__message-attachment--file{background:#dbdbdb;background:var(--grey-gainsboro)}.str-chat__message-simple--me .str-chat__message-attachment--file:last-of-type:not(.str-chat-angular__message-attachment-file-single){border-radius:0 0 2px 16px;border-radius:0 0 calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__message-simple--me .str-chat__message-attachment--file:last-of-type:not(.str-chat-angular__message-attachment-file-single):first-of-type:not(.str-chat-angular__message-attachment-file-single){border-radius:16px 16px 2px 16px;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius)}.str-chat__list--thread .str-chat__message-simple__actions{width:30px}.str-chat__list--thread .str-chat__message-simple__actions__action--options .str-chat__message-actions-box{border-radius:16px 16px 16px 2px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2);left:100%;right:auto}.livestream.str-chat .str-chat__li--single{margin:0}@media screen and (max-width:960px){.str-chat__message-simple-text-inner{max-width:218px}.str-chat__message-simple-status{bottom:30px;left:auto;right:8px}.str-chat__message-simple-status-angular{margin-bottom:3px}}.dark.str-chat .str-chat__message-simple-text-inner{background:#f2f2f2;background:var(--white-smoke);color:#fff;color:var(--white)}.dark.str-chat .str-chat__message-simple-text-inner--is-emoji{background:#0000}.dark.str-chat .str-chat__message-simple__actions svg{fill:#fff;fill:var(--white)}.dark.str-chat .str-chat__message-simple-data{color:#fff;color:var(--white);opacity:.5}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment-card{background:#0000}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment-card--content{background:#f2f2f2;background:var(--white-smoke)}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment-card--url{color:#dbdbdb;color:var(--grey-gainsboro)}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment--file{background:#f2f2f2;background:var(--white-smoke);border-color:#0000}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment--file a,.dark.str-chat .str-chat__message-simple .str-chat__message-attachment--file span{color:#fff;color:var(--white)}.dark.str-chat .str-chat__message-simple .str-chat__message-attachment--file span{opacity:.5}.dark.str-chat .str-chat__message-simple .str-chat__message-simple-status-number{color:#dbdbdb;color:var(--grey-gainsboro)}.dark.str-chat .str-chat__message-simple--me .str-chat__message-simple-text-inner{background:#000;background:var(--black)}.dark.str-chat .str-chat__message-simple--me .str-chat__message-simple-text-inner--is-emoji{background:#0000}.dark.str-chat .str-chat__message-simple--me .str-chat__message-simple .str-chat__message-attachment-card--content{background:#000;background:var(--black)}.dark.str-chat .str-chat__message-simple--me .str-chat__message-simple .str-chat__message-attachment--file{background:#0003;background:var(--overlay)}.dark.str-chat .str-chat__message-simple__actions__action--options .str-chat__actions-box{background:#7a7a7a;background:var(--grey);box-shadow:0 0 2px 0 #0003,0 1px 0 0 #00000014,0 1px 8px 0 #00000014;box-shadow:0 0 2px 0 var(--overlay),0 1px 0 0 var(--border),0 1px 8px 0 var(--border)}.dark.str-chat .str-chat__message--error .str-chat__message-simple-text-inner,.dark.str-chat .str-chat__message--failed .str-chat__message-simple-text-inner{background:#d0021b1a;background:var(--faded-red);border:1px solid #d0021b1a;border:1px solid var(--faded-red)}.str-chat__message .str-chat__message-simple__actions__action--options .str-chat__message-actions-box{left:100%;right:auto}.str-chat__message .str-chat__message-simple__actions__action--options .str-chat__message-actions-box--mine,.str-chat__message .str-chat__message-simple__actions__action--options .str-chat__message-actions-box--reverse{border-radius:16px 16px 2px 16px;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius);left:auto;right:100%}.str-chat__message .str-chat__message-simple__actions__action--options .str-chat__message-actions-box--mine.str-chat__message-actions-box--reverse{border-radius:16px 16px 16px 2px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2);left:100%;right:auto}.str-chat__message a[href^="mailto:"]{-webkit-hyphens:none;hyphens:none}@media screen and (max-width:375px){.str-chat__message .str-chat__message-attachment--img{max-width:235px}}@media screen and (max-width:414px){.str-chat__message .str-chat__message-attachment--img{max-width:274px}}@media only screen and (device-width:375px)and (-webkit-device-pixel-ratio:3){.str-chat__message .str-chat__message-attachment--img{max-width:240px}}.str-chat .mml-container{display:flex;padding-bottom:4px;padding-bottom:var(--xxs-p)}.str-chat .mml-icon{font-family:Material Icons,sans-serif}.str-chat .mml-wrap{display:block;max-width:none;max-width:345px}@media screen and (max-width:375px){.str-chat .mml-wrap{max-width:220px}}.str-chat .mml-datepicker{min-width:180px}.str-chat .mml-align-right .mml-btnlist--floating,.str-chat .mml-align-right .mml-carousel{margin-left:auto}.str-chat .mml-align-left .mml-btnlist--floating,.str-chat .mml-align-left .mml-carousel{margin-right:auto}@media screen and (max-width:960px){.str-chat .mml-align-left .mml-carousel{margin-left:-10px}.str-chat .mml-align-right .mml-carousel{margin-right:-10px}.str-chat.messaging .mml-align-left .mml-carousel{margin-left:-10px}.str-chat.messaging .mml-align-right .mml-carousel{margin-right:-10px}}.str-chat__message-simple.mobile-press .str-chat__message-simple__actions__action--options,.str-chat__message-simple.mobile-press .str-chat__message-simple__actions__action--reactions,.str-chat__message-simple.mobile-press .str-chat__message-simple__actions__action--thread{display:flex}.str-chat__message-actions-box{background:#fff;background:var(--white);background-image:linear-gradient(-180deg,#fcfcfc,#f7f7f7);background-image:linear-gradient(-180deg,var(--bg-gradient-start),var(--bg-gradient-end));border-radius:16px 16px 16px 0;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;bottom:20px;box-shadow:0 0 2px 0 #00000014,0 1px 0 0 #00000014,0 1px 8px 0 #00000014;box-shadow:0 0 2px 0 var(--border),0 1px 0 0 var(--border),0 1px 8px 0 var(--border);display:none;left:40px;position:absolute;width:120px;z-index:999}.str-chat__message-actions-box--open{display:block}.str-chat__message-actions-list{align-items:flex-start;display:flex;flex-direction:column;height:100%;list-style-type:none;margin:0;padding:0}.str-chat__message-actions-list-item{margin:0;padding:8px;padding:var(--xs-p) var(--xs-p);width:100%}.str-chat__message-actions-list button{background:none;border:none;color:#000;color:var(--black);cursor:pointer;display:block;font-size:12px;font-size:var(--sm-font);outline:none;text-align:left;text-decoration:none;width:100%}.str-chat__message-actions-list button:focus{outline:5px auto -webkit-focus-ring-color}.str-chat__message-actions-list button:hover{color:#006cff;color:var(--primary-color)}.str-chat__message-actions-list button:not(:last-of-type){border-bottom:1px solid #0000000d;border-bottom:1px solid var(--black5)}.str-chat__message-actions{align-items:center;align-self:flex-start;cursor:pointer;display:flex;justify-content:flex-end;margin:4px 8px;margin:var(--xxs-m) var(--xs-m);order:2;position:relative}.str-chat__message--me .str-chat__message-actions{order:-1}.str-chat__message-actions-options,.str-chat__message-actions-reactions{align-items:center;display:flex;height:22px;justify-content:center;width:22px}.str-chat__message-actions-options svg,.str-chat__message-actions-reactions{fill:#7a7a7a;fill:var(--grey);position:relative}.str-chat__message-actions-options:hover svg,.str-chat__message-actions-reactions:hover{fill:#006cff;fill:var(--primary-color)}.str-chat__message-simple:focus-within .str-chat__message-simple__actions__action--options,.str-chat__message-simple:focus-within .str-chat__message-simple__actions__action--reactions,.str-chat__message-simple:focus-within .str-chat__message-simple__actions__action--thread{display:flex}.str-chat__message-simple:focus-within .str-chat__message-simple__actions__action--options button{align-items:center;display:flex}.str-chat__message-commerce{align-items:flex-end;display:flex;justify-content:flex-start;margin:1px 0;padding:0;position:relative}.str-chat__message-commerce-inner{position:relative}.str-chat__message-commerce-inner>.str-chat__message-commerce__actions{float:right;min-height:10px;min-width:30px}.str-chat__message-commerce-inner>.str-chat__message-commerce__actions .str-chat__reaction-list{left:auto;right:46px}.str-chat__message-commerce .str-chat__avatar{margin-right:8px}.str-chat__message-commerce .str-chat__message-attachment-card--content{margin:0;padding:6px 8px}.str-chat__message-commerce--middle,.str-chat__message-commerce--top{margin-left:40px}.str-chat__message-commerce--middle .str-chat__message-commerce-data,.str-chat__message-commerce--top .str-chat__message-commerce-data{display:none}.str-chat__message-commerce--top .str-chat__message-commerce-text-inner{border-radius:16px 16px 4px 4px}.str-chat__message-commerce--bottom .str-chat__message-commerce-text-inner{border-radius:4px 4px 16px 0}.str-chat__message-commerce--single .str-chat__message-commerce-text-inner{border-radius:16px 16px 16px 0}.str-chat__message-commerce--single .str-chat__message-commerce-text-inner--has-attachment{border-radius:4px 4px 16px 0}.str-chat__message-commerce--middle .str-chat__message-commerce-text-inner{border-radius:4px 4px 4px 4px}.str-chat__message-commerce-text-inner{background:#fff;border:1px solid #00000014;border:1px solid var(--border-color);border-radius:16px 16px 16px 0;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 0;color:#000;display:block;font-size:16px;font-size:var(--lg-font);margin-left:0;max-width:345px;min-height:32px;padding:5px 10px;position:relative}.str-chat__message-commerce-text-inner p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;overflow-wrap:break-word;white-space:pre-line;-ms-word-break:break-all;word-break:break-word}.str-chat__message-commerce-text-inner p:not(:first-of-type){margin:16px 0 0}.str-chat__message-commerce-text-inner--has-attachment{border-radius:2px 16px 16px 2px;border-radius:2px var(--border-radius) var(--border-radius) 2px}.str-chat__message-commerce-text-inner--is-emoji{background:#0000;border:1px solid #0000;font-size:32px;line-height:48px;padding-left:0;padding-right:0}.str-chat__message-commerce-attachment--img{cursor:zoom-in;display:block;height:inherit;max-width:480px;width:100%}.str-chat__message-commerce-data{color:#00000080;font-size:10px;font-size:var(--xs-font);margin-top:5px;width:100%}.str-chat__message-commerce-name{font-weight:700;font-weight:var(--font-weight-bold);margin-right:5px}.str-chat__message-commerce p{line-height:20px;margin:0}.str-chat__message-commerce--with-reactions{margin-top:30px}.str-chat__message-commerce--with-reactions .str-chat__message-commerce__actions__action--reactions{display:none}.str-chat__message-commerce-link{color:#006cff;color:var(--primary-color);font-weight:700;font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-commerce--inner{align-items:flex-start;display:flex;flex-direction:column}.str-chat__message-commerce--deleted{background:#7a7a7a;background:var(--grey);border-radius:16px;border-radius:var(--border-radius);color:var(--darken-grey);float:left;font-size:12px;font-size:var(--sm-font);margin:0 0 0 42px;padding:8px 16px}.str-chat__message-commerce--error{font-size:12px;font-size:var(--sm-font);margin:0 0 32px}.str-chat__message-commerce--error .str-chat__message-text-inner{background:#d0021b1a;border:1px solid #d0021b1a}.str-chat__message-commerce--right.str-chat__message-commerce{justify-content:flex-end;margin-left:0}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce__actions{justify-content:flex-end}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce__actions{float:left}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce__actions .str-chat__reaction-list{left:46px}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce-reply-button{display:flex;justify-content:flex-end}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce-reply-button .str-chat__message-replies-count-button{display:flex;flex-direction:row-reverse}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-inner>.str-chat__message-commerce-reply-button .str-chat__message-replies-count-button svg{margin-bottom:4px;margin-left:5px;margin-right:0;transform:scaleX(-1)}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-text-inner{background:#ebebeb;border-color:#0000;border-width:0;margin-top:2px}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-text-inner p{text-align:right}.str-chat__message-commerce--right.str-chat__message-commerce>.str-chat__avatar{display:none}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-attachment{margin:0 auto 0 30px}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-attachment--img{border-radius:16px 16px 2px 16px;border-radius:var(--border-radius) var(--border-radius) 2px var(--border-radius)}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-attachment-card{border-radius:16px 16px 4px 16px}.str-chat__message-commerce--right.str-chat__message-commerce--bottom,.str-chat__message-commerce--right.str-chat__message-commerce--single{margin-right:0}.str-chat__message-commerce--right.str-chat__message-commerce--single .str-chat__message-commerce-text-inner{border-radius:16px 16px 4px 16px}.str-chat__message-commerce--right.str-chat__message-commerce--single .str-chat__message-commerce-text-inner--has-attachment{border-radius:16px 4px 4px 16px}.str-chat__message-commerce--right.str-chat__message-commerce--bottom .str-chat__message-commerce-text-inner{border-radius:4px 4px 4px 16px}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__avatar{order:1}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-text{flex-direction:row-reverse;justify-content:flex-start}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-text-inner{flex:initial}.str-chat__message-commerce--right.str-chat__message-commerce .str-chat__message-commerce-data{text-align:right}.str-chat__message-commerce--has-text .str-chat__message-commerce-inner .str-chat__message-attachment{height:auto;margin:4px auto;width:100%}.str-chat__message-commerce{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font)}.str-chat__message-commerce__actions{align-items:flex-start;display:flex;justify-content:flex-start;margin-top:5px;min-width:30px}.str-chat__message-commerce__actions__action{align-items:center;cursor:pointer;display:flex;height:10px;margin:5px}.str-chat__message-commerce__actions__action svg{fill:#000;opacity:.5}.str-chat__message-commerce__actions__action:hover svg{opacity:1}.str-chat__message-commerce__actions__action--reactions,.str-chat__message-commerce__actions__action--thread{display:none}.str-chat__message-commerce__actions__action--options{display:none;position:relative}.str-chat__message-commerce__actions__action--options .str-chat__message-actions-box{border-radius:16px 16px 2px 16px;bottom:10px;left:auto;right:100%;width:120px}.str-chat__message-commerce-text{display:flex;padding:0;position:relative}.str-chat__message-commerce-text-inner{text-align:left}.str-chat__message-commerce-text-inner.str-chat__message-commerce-text-inner--is-emoji{background:#0000;margin:5px 0}.str-chat__message-commerce-text-inner p{text-align:left}.str-chat__message-commerce-text-inner a{color:var(--secondary-color);font-weight:700;font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-commerce-text-inner blockquote{font-style:italic;margin:0 0 0 5px;padding-left:20px;position:relative}.str-chat__message-commerce-text-inner blockquote:before{content:"“";font-size:26px;font-size:var(--xxl-font);font-style:italic;left:-5px;opacity:.5;position:absolute;top:2px}.str-chat__message-commerce:hover .str-chat__message-commerce__actions__action--options,.str-chat__message-commerce:hover .str-chat__message-commerce__actions__action--reactions,.str-chat__message-commerce:hover .str-chat__message-commerce__actions__action--thread{display:flex}.str-chat__commerce-message--error-message{font-size:10px;font-size:var(--xs-font);opacity:.5;text-align:left;text-transform:uppercase}.str-chat__message-commerce-status{align-items:center;bottom:0;display:flex;justify-content:flex-end;left:100%;line-height:1;margin:10px 0 10px 10px;order:3;position:absolute;z-index:11}.str-chat__message-commerce-status-number{color:#0009;font-size:10px;font-size:var(--xs-font);left:100%;margin-left:4px;position:absolute}.str-chat__message-commerce-status>.str-chat__avatar{align-self:flex-end;margin-right:0}.str-chat__message-commerce-status>.str-chat__tooltip{display:none;max-width:300px;min-width:100px;text-align:center}.str-chat__message-commerce-status:hover>.str-chat__tooltip{display:block}.str-chat__message-commerce-status:after{bottom:100%;content:" ";height:15px;position:absolute;right:0;width:15px}.str-chat__message-commerce .str-chat__message-attachment{border-radius:0;border-radius:initial;margin:0 auto 0 0;max-width:none;width:calc(100% - 30px)}.str-chat__message-commerce .str-chat__message-attachment-card{background:#fff;border:1px solid #00000014;border-radius:4px 16px 4px 4px;border-radius:4px var(--border-radius) 4px 4px;margin:0}.str-chat__message-commerce .str-chat__message-attachment-card--content{background:#ebebeb}.str-chat__message-commerce .str-chat__message-attachment-card--text{display:none}.str-chat__list--thread .str-chat__message-commerce__actions{width:30px}.str-chat__list--thread .str-chat__message-commerce__actions__action--options .str-chat__message-actions-box{border-radius:16px 16px 16px 2px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 2px;left:100%;right:auto}.str-chat.dark .str-chat__message-commerce-data{color:#fff;opacity:.5}.str-chat.dark .str-chat__message-commerce-text-inner{background:#ffffff0d;color:#fff}.str-chat.dark .str-chat__message-commerce__actions svg{fill:#fff}.str-chat.dark .str-chat__message-commerce .str-chat__message-attachment-card,.str-chat.dark .str-chat__message-commerce .str-chat__message-attachment-card--content{background:#0003}.str-chat.dark .str-chat__message-commerce .str-chat__message-attachment-card--title{color:#fff}.str-chat.dark .str-chat__message-commerce .str-chat__message-attachment-card--url{color:#ffffff80}.str-chat.dark .str-chat__message-commerce--right .str-chat__message-commerce .str-chat__message-attachment-card,.str-chat.dark .str-chat__message-commerce--right .str-chat__message-commerce .str-chat__message-attachment-card--content,.str-chat.dark .str-chat__message-commerce--right .str-chat__message-commerce-text-inner{background:#0003}.str-chat__input{background:#fff;background:var(--white);box-shadow:0 -1px 3px 0 #00000014,0 -1px 0 0 #00000014;box-shadow:0 -1px 3px 0 var(--border),0 -1px 0 0 var(--border);display:flex;flex-wrap:wrap;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);padding:8px;padding:var(--xs-p);padding-bottom:0;position:relative}.str-chat__input--emojipicker{bottom:100%;position:absolute;right:0}.str-chat__input .rfu-file-previewer{flex:1 1 100%}.str-chat__input--textarea-wrapper{display:flex;flex:1 0;flex-wrap:wrap;position:relative}.str-chat__input--textarea-wrapper .str-chat__textarea textarea{padding-right:72px}.str-chat__input .rfu-file-upload-button,.str-chat__input-emojiselect{fill:#0009;fill:var(--black60);align-items:center;background-size:44px 44px;cursor:pointer;display:inline-flex;height:22px;justify-content:center;position:absolute;width:22px}.str-chat__input .rfu-file-upload-button:hover,.str-chat__input-emojiselect:hover{fill:#000;fill:var(--black)}.str-chat__input-emojiselect{right:20px;top:calc(100% - 35px)}.str-chat__input .rfu-file-upload-button{right:46px;top:calc(100% - 34px)}.str-chat__input .rfu-file-upload-button:focus-within{outline:5px auto -webkit-focus-ring-color}.str-chat__input-footer{background:#fff;background:var(--white);color:grey;color:var(--lighten-black);display:flex;font-size:12px;font-size:var(--sm-font);justify-content:space-between;padding:0 8px 8px;padding:0 var(--xs-p) var(--xs-p) var(--xs-p)}.str-chat__input-footer--typing{font-style:italic}.str-chat__input-footer--count--hidden{visibility:hidden}.str-chat__textarea{flex:1 1;height:auto}.str-chat__textarea textarea{background:#fff;background:var(--white);border:1px solid #00000014;border:1px solid var(--border);border-radius:8px;border-radius:var(--border-radius-md);font-size:16px;font-size:var(--lg-font);min-height:42px;outline:none;padding:16px;padding:var(--sm-p);resize:none;transition:height .1s ease-in;width:100%}.str-chat__textarea textarea:focus{background:#fff;background:var(--white);border:1px solid #006cff;border:1px solid var(--primary-color);box-shadow:0 0 0 2px #006cff5c;box-shadow:0 0 0 2px var(--primary-color-faded)}.str-chat__textarea textarea:placeholder{color:#00000080;color:var(--black50)}.str-chat__emojisearch{background:#fffffff2;background:var(--white95);bottom:100%;box-shadow:0 0 1px 0 #0000004d,0 0 6px 0 #0000001a;box-shadow:0 0 1px 0 var(--black30),0 0 6px 0 var(--black10);left:0;margin:0 8px;margin:0 var(--xs-m);max-height:360px;overflow-y:auto;position:absolute;width:calc(100% - 20px);z-index:-1}.str-chat__emojisearch,.str-chat__emojisearch__list{border-radius:4px 4px 0 0;border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0}.str-chat__emojisearch__list{list-style-type:none;margin:0;padding:0}.dark.str-chat .str-chat__emojisearch{background:#343434;background:var(--dark-grey);border-radius:4px 4px 0 0;border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0;box-shadow:0 0 1px 0 #0000004d,0 0 6px 0 #0000001a;box-shadow:0 0 1px 0 var(--black30),0 0 6px 0 var(--black10)}.dark.str-chat .str-chat__emojisearch .rta__list-header{background:#343434;background:var(--dark-grey);border:1px solid #ffffff0d;border:1px solid var(--white5);box-shadow:0 2px 1px 0 #0000000d;box-shadow:0 2px 1px 0 var(--black5);color:#fff;color:var(--white)}.dark.str-chat .rfu-file-previewer__file a,.dark.str-chat .str-chat__emojisearch .rta__entity{color:#fff;color:var(--white)}.dark.str-chat .rfu-file-previewer__file:hover{background:#0000}.dark.str-chat .rfu-file-previewer__close-button{color:#fff;color:var(--white)}.rta{font-size:14px;font-size:var(--md-font)}.rta__entity{background:#0000;border:none;cursor:pointer;width:100%}.rta__entity--selected{background-color:#006cff;background-color:var(--primary-color);color:#fff;color:var(--white);width:100%}.active.mention-active>a{background-color:#006cff!important;background-color:var(--primary-color)!important;color:#fff!important;color:var(--white)!important}.rta__list{border-radius:4px 4px 0 0;border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0}.rta__list-header{font-size:14px;font-size:var(--md-font);padding:16px;padding:var(--sm-p)}.str-chat__emoji-item{align-items:center;display:flex;margin:0 -8px;margin:0 calc(var(--xs-m)*-1);padding:0 24px;padding:0 var(--md-p)}.str-chat__emoji-item--entity{min-width:24px}.str-chat__emoji-item--highlight{font-weight:700;font-weight:var(--font-weight-bold)}.str-chat__emoji-item--highlight,.str-chat__emoji-item--part{font-size:12px;font-size:var(--sm-font)}.str-chat__slash-command{align-items:flex-start;display:flex;flex-direction:column;font-size:14px;font-size:var(--md-font);padding:8px 16px;padding:var(--xs-p) var(--sm-p)}.str-chat__slash-command br{display:none}.str-chat__slash-command-description{font-size:12px;font-size:var(--sm-font)}.str-chat__user-item{display:flex;padding:8px 16px;padding:var(--xs-p) var(--sm-p)}.str-chat__user-item--highlight{font-weight:700;font-weight:var(--font-weight-bold)}.str-chat__user-item--highlight,.str-chat__user-item--part{font-size:12px;font-size:var(--sm-font)}.str-chat .rfu-dropzone .rfu-dropzone__notifier{display:none;height:100%;padding:4px;padding:var(--xxs-p);position:absolute;width:100%;z-index:1001}.str-chat .rfu-dropzone--accept .rfu-dropzone__notifier{background:#006cff5c;background:var(--primary-color-faded);display:block}.str-chat .rfu-dropzone--reject .rfu-dropzone__notifier{background:red;background:var(--red);display:block}.rfu-dropzone__inner{align-items:center;border:1px dashed #0000;box-sizing:border-box;color:#fff;color:var(--white);display:flex;flex-direction:column;font-size:12px;font-size:var(--sm-font);font-weight:800;height:100%;justify-content:center;padding:0 32px;padding:0 var(--lg-p);text-align:center;width:100%}.rfu-dropzone--reject .rfu-dropzone__inner,.rfu-dropzone__inner svg{display:none}.str-chat__file-uploads{flex:1 1 100%;max-height:300px;overflow-y:auto}.rfu-file-upload-button svg{fill:#7a7a7a;fill:var(--grey)}.dark.str-chat .str-chat__input{box-shadow:0 -1px 1px 0 #0000004d;box-shadow:0 -1px 1px 0 var(--black30)}.dark.str-chat .str-chat__input,.dark.str-chat .str-chat__input-footer{background:#ffffff0d;background:var(--white5)}.dark.str-chat .str-chat__input textarea{background:#0000001a;background:var(--black10);border:1px solid #0006;border:1px solid var(--black40);border-radius:4px;border-radius:var(--border-radius-sm);color:#fff;color:var(--white)}.dark.str-chat .str-chat__input .rfu-file-upload-button svg,.dark.str-chat .str-chat__input .str-chat__input-emojiselect svg{fill:#fff;fill:var(--white)}.str-chat__fileupload-wrapper .str-chat__tooltip{bottom:35px;display:none;right:50px}.str-chat__fileupload-wrapper:hover .str-chat__tooltip{display:block}.str-chat__emojiselect-wrapper .str-chat__tooltip{bottom:35px;display:none;right:24px}.str-chat__emojiselect-wrapper:hover .str-chat__tooltip{display:block}.str-chat__small-message-input--textarea-wrapper .str-chat__fileupload-wrapper .str-chat__tooltip{bottom:32px;right:32px}.str-chat__small-message-input--textarea-wrapper .str-chat__emojiselect-wrapper .str-chat__tooltip{bottom:32px;right:10px}.str-chat__small-message-input--textarea-wrapper .str-chat__input-small-cooldown{font-size:16px;font-size:var(--lg-font);font-weight:700;font-weight:var(--font-weight-bold);position:absolute;right:20px;top:6px}.str-chat__input-flat{background:#fff;background:var(--white);padding:8px 40px;padding:var(--xs-p) var(--xl-p);position:relative;width:100%;z-index:1}.str-chat__input-flat-quoted{border-top:1px solid #0000001a;border-top:1px solid var(--black10)}.str-chat__input-flat-quoted .quoted-message-preview{align-items:center;display:flex;flex-direction:column;margin-bottom:8px;margin-bottom:var(--xs-m);position:relative;width:100%}.str-chat__input-flat-quoted .quoted-message-preview-header{font-size:14px;font-size:var(--md-font);margin-bottom:8px;margin-bottom:var(--xs-m)}.str-chat__input-flat-quoted .quoted-message-preview-header .str-chat__square-button{border-radius:16px;border-radius:var(--border-radius);cursor:pointer;margin:initial;padding:8px;padding:var(--xs-p);position:absolute;right:0;top:0}.str-chat__input-flat-quoted .quoted-message-preview-content{align-items:flex-end;background:#ecebeb;background:var(--grey-whisper);border-radius:8px 8px 8px 0;border-radius:var(--border-radius-md) var(--border-radius-md) var(--border-radius-md) 0;display:flex;max-width:60%;padding:8px 16px;padding:var(--xs-p) var(--sm-p)}.str-chat__input-flat-quoted .quoted-message-preview-content-inner{align-items:flex-end;display:flex;text-align:start}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment{margin:0}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment--image{width:48px}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment--card,.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment--img{border-radius:8px;border-radius:var(--border-radius-md);max-height:48px;max-width:48px;width:100%}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment--file{min-width:33%}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment-file--item{background:#fff;background:var(--white);border-left:none;border-radius:8px;border-radius:var(--border-radius-md);padding:0 8px;padding:0 var(--xs-p)}.str-chat__input-flat-quoted .quoted-message-preview-content-inner .str-chat__message-attachment-card--image{border:none;border-radius:8px;border-radius:var(--border-radius-md)}.str-chat__input-flat-quoted .quoted-message-preview-content-inner :nth-child(2){margin-left:8px;margin-left:var(--xs-m)}.str-chat__input-flat-quoted .quoted-message-preview .str-chat__message-attachment-card{margin:0;min-height:0;min-height:auto}.str-chat__input-flat-quoted .quoted-message-preview .str-chat__message-attachment-card .str-chat__message-attachment-card--content{display:none}.str-chat__input-flat-has-attachments .str-chat__send-button{display:block}.str-chat__input-flat-wrapper{display:flex;flex-wrap:wrap}.str-chat__input-flat .str-chat__textarea{flex:1 1}.str-chat__input-flat .str-chat__textarea>textarea{background:#ecebeb;background:var(--grey-whisper);border:none;border-radius:8px;border-radius:var(--border-radius-md);font-size:16px;font-size:var(--lg-font);line-height:17px;margin:0;min-height:56px;padding:20px 69px}.str-chat__input-flat .str-chat__textarea>textarea:focus{border:none;border-radius:8px;border-radius:var(--border-radius-md);box-shadow:0 0 0 3px #006cff;box-shadow:0 0 0 3px var(--primary-color);color:#000;color:var(--black)}.str-chat__input-flat-footer{background:#fff;background:var(--white);padding:8px 40px;padding:var(--xs-p) var(--xl-p)}.str-chat__input-flat-emojiselect{background-color:initial;border:none;cursor:pointer;left:25px;padding:0;position:absolute;top:calc(100% - 45px)}.str-chat__input-flat-emojiselect svg{fill:#000;fill:var(--black);opacity:.5}.str-chat__input-flat-emojiselect svg:hover{opacity:1}.str-chat__input-flat-cooldown{font-size:22px;font-size:var(--xl-font);font-weight:700;font-weight:var(--font-weight-bold)}.str-chat__input-flat--textarea-wrapper{display:flex;flex:1 0;flex-wrap:wrap;position:relative}.str-chat__input-flat--textarea-wrapper .str-chat__fileupload-wrapper .str-chat__tooltip{bottom:45px;right:25px}.str-chat__input-flat--textarea-wrapper .str-chat__emojiselect-wrapper .str-chat__tooltip{bottom:50px;left:32px;right:auto}.str-chat__input-flat--textarea-wrapper .str-chat__emojiselect-wrapper .str-chat__tooltip:after{left:5px;right:auto}.str-chat__input-flat .str-chat__input--emojipicker{left:0;right:auto}.str-chat__input-flat .rfu-dropzone,.str-chat__input-flat .rfu-file-previewer{width:100%}.str-chat__input-flat .rfu-file-upload-button{position:absolute;right:25px;top:calc(100% - 40px)}.str-chat__input-flat .rfu-file-upload-button svg{fill:#000;fill:var(--black);opacity:.5}.str-chat__input-flat .rfu-file-upload-button svg:hover{opacity:1}.rfu-image-previewer,.rfu-image-previewer-angular-host{flex:1 1 100%}.rfu-image-previewer-angular-host__image,.rfu-image-previewer__image{height:60px!important;width:60px!important}.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper,.rfu-image-previewer__image .rfu-thumbnail__wrapper{border-radius:8px;border-radius:var(--border-radius-md);height:60px!important;width:60px!important}.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper .rfu-icon-button,.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper .rfu-thumbnail__overlay,.rfu-image-previewer__image .rfu-thumbnail__wrapper .rfu-icon-button,.rfu-image-previewer__image .rfu-thumbnail__wrapper .rfu-thumbnail__overlay{padding:0}.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper .rfu-icon-button svg,.rfu-image-previewer-angular-host__image .rfu-thumbnail__wrapper .rfu-thumbnail__overlay svg,.rfu-image-previewer__image .rfu-thumbnail__wrapper .rfu-icon-button svg,.rfu-image-previewer__image .rfu-thumbnail__wrapper .rfu-thumbnail__overlay svg{height:25px;opacity:.9;width:25px}.rfu-image-previewer .rfu-thumbnail-placeholder,.rfu-image-previewer-angular-host .rfu-thumbnail-placeholder{border-radius:8px;border-radius:var(--border-radius-md);height:60px;width:60px}.commerce.str-chat .str-chat__input-flat{background:#0000;padding:8px 24px}.dark.str-chat .str-chat__input-flat{background:#ffffff0d;background:var(--white5)}.dark.str-chat .str-chat__input-flat textarea{background:#ffffff0d;background:var(--white5);border-radius:8px;border-radius:var(--border-radius-md);color:#fff;color:var(--white)}.dark.str-chat .str-chat__input-flat .rfu-file-upload-button svg,.dark.str-chat .str-chat__input-flat-emojiselect svg{fill:#fff;fill:var(--white)}.dark.str-chat.commerce .str-chat__input-flat{background:none}@media screen and (max-width:960px){.str-chat.messaging .str-chat__input-flat{padding:8px;padding:var(--xs-p) var(--xs-p)}}.str-chat__message-notification{align-self:center;background:#006cff;background:var(--primary-color);border:none;border-radius:50px;bottom:10px;color:#fff;color:var(--white);display:block;font-size:12px;font-size:var(--sm-font);padding:4px 8px;padding:var(--xxs-p) var(--xs-p);position:absolute;z-index:101}.str-chat__message-notification-right{align-self:flex-end}.str-chat__message-notification-scroll-down{background-size:14px auto;background:#fff;background:var(--white);border-radius:50%;box-shadow:0 2px 5px 0 #00000042;cursor:pointer;display:block;height:42px;width:42px}.str-chat__message-notification-scroll-down:before{border:2px solid #006cff;border-bottom:2px solid var(--primary-color);border-left:2px solid var(--primary-color);border-right:0 solid var(--primary-color);border-top:0 solid var(--primary-color);content:"";display:block;height:12px;left:calc(50% - 6px);position:absolute;top:calc(50% - 8px);transform:rotate(-45deg);width:12px}.str-chat__message-notification-scroll-down-unread-count{bottom:18px;font-size:10px;left:50%;position:relative;transform:translateX(-50%)}.str-chat-angular__message-list-host,.str-chat__list{overflow-x:hidden;overflow-y:auto}.str-chat__list{-webkit-overflow-scrolling:touch;flex:1 1;padding:0}.str-chat__list .str-chat__reverse-infinite-scroll{padding-top:72px}.str-chat__list-wrapper{display:flex;flex:1 1;flex-direction:column;position:relative}.str-chat__list--thread{overflow:visible;padding:16px 0 0;padding:var(--sm-p) 0 0 0}.str-chat__list__center{display:flex;justify-content:center;width:100%}.str-chat__ul{display:block;list-style-type:none;margin:0;padding:0}.str-chat__custom-notification{border-radius:4px;border-radius:var(--border-radius-sm);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);font-size:12px;font-size:var(--sm-font);padding:8px;padding:var(--xs-p);text-align:center}.str-chat__custom-notification.notification-success{background:#02d0021a;background:var(--faded-green);border:1px solid #28ca42;border:1px solid var(--green);color:#28ca42;color:var(--green)}.str-chat__connection-issue,.str-chat__custom-notification.notification-error{background:#d0021b1a;background:var(--faded-red);border:1px solid red;border:1px solid var(--red);color:red;color:var(--red)}.str-chat__connection-issue{border-radius:4px;border-radius:var(--border-radius-sm);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);font-size:12px;font-size:var(--sm-font);padding:8px;padding:var(--xs-p);text-align:center}.str-chat__list-notifications{display:flex;flex-direction:column;justify-content:center;padding:0 40px;padding:0 var(--xl-p);position:relative}.messaging.str-chat .str-chat__list{background:#fff;background:var(--white);padding:0 40px;padding:0 var(--xl-p) 0}.messaging.str-chat .str-chat__list .str-chat__reverse-infinite-scroll{padding-top:56px}.messaging.str-chat .str-chat__list-notifications{background:#fff;background:var(--white)}@media screen and (max-width:960px){.messaging.str-chat .str-chat__list{padding:0 8px;padding:0 var(--xs-p) 0}.messaging.str-chat .str-chat__list .str-chat__reverse-infinite-scroll{padding-top:56px}.messaging.str-chat .str-chat__list-notifications{padding:0 8px;padding:0 var(--xs-p)}}.messaging.str-chat.dark .str-chat__list,.messaging.str-chat.dark .str-chat__list-notifications{background:#ffffff0d;background:var(--white5)}.livestream.str-chat .str-chat__list{padding:0 8px;padding:0 var(--xs-p)}.livestream.str-chat .str-chat__list .str-chat__reverse-infinite-scroll{padding-top:56px}.commerce.str-chat .str-chat__list{padding:0 24px;padding:0 var(--md-p) 0}.commerce.str-chat .str-chat__list .str-chat__reverse-infinite-scroll{padding-top:72px}.commerce.str-chat .str-chat__list-notifications{padding-left:24px;padding-left:var(--md-p);padding-right:24px;padding-right:var(--md-p)}.str-chat__virtual-list{-webkit-overflow-scrolling:touch;background:#fff;background:var(--white);flex:1 1;height:100%;margin:0;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.str-chat__virtual-list__loading{display:flex;justify-content:center;padding-top:8px;padding-top:var(--xs-p);position:absolute;width:100%}.str-chat__virtual-list p{margin:0!important}.str-chat__virtual-list p a{word-wrap:break-word;overflow:hidden;white-space:pre-line}.dark .str-chat__virtual-list{background:#ffffff0d;background:var(--white5)}.str-chat__message-team{display:flex;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);padding:5px 40px;position:relative}.str-chat__message-team .str-chat__avatar{margin-right:0}.str-chat__message-team-pin-indicator{padding-left:40px}.str-chat__message-team-actions{align-items:center;background:#fff;background:var(--white);border:1px solid #e0e0e0;border-radius:100px;box-shadow:0 2px 1px 0 #00000012;display:flex;height:24px;justify-content:space-between;padding:0 4px;position:absolute;right:0;top:-12px;visibility:hidden;width:75px;z-index:10}.str-chat__message-team-actions>span{cursor:pointer}.str-chat__message-team-actions>span,.str-chat__message-team-actions>span>span{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;position:relative;text-align:center}.str-chat__message-team-actions>span svg{fill:#000;opacity:.5}.str-chat__message-team-actions>span:hover svg{opacity:1}.str-chat__message-team-actions .str-chat__message-actions-box{border-radius:7px;bottom:auto;left:auto;right:100%;top:-10px;visibility:hidden}.str-chat__message-team-actions .str-chat__message-actions-box--open{visibility:visible}.str-chat__message-team-group{position:relative;width:100%}.str-chat__message-team-meta{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between;min-width:50px;padding:0 10px 0 0}.str-chat__message-team-meta time{color:#00000080;font-size:10px;font-size:var(--xs-font);margin-bottom:5px;text-align:right;text-transform:uppercase;visibility:hidden}.str-chat__message-team-author{align-items:center;display:flex;font-size:15px;justify-content:space-between;line-height:40px;margin-left:10px;text-transform:capitalize}.str-chat__message-team-content{border-left:1px solid #0000001a;color:#404040;font-size:15px;font-weight:400;font-weight:var(--font-weight-regular);line-height:22px;margin:0;padding-left:10px;position:relative;width:100%}.str-chat__message-team-content--image{border-left-color:#0000;padding-left:0}.str-chat__message-team-content p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;overflow-wrap:break-word;white-space:pre-line;-ms-word-break:break-all;word-break:break-word}.str-chat__message-team-content p:not(:first-of-type){margin:16px 0 0}.str-chat__message-team-content p a{color:var(--secondary-color);font-weight:700;font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-team-content p code{background-color:#f8f8f8;border:1px solid #d0021b1a;border-radius:3px;padding:2px}.str-chat__message-team-content code,.str-chat__message-team-content pre{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-family:var(--main-font);font-size:12px;font-size:var(--sm-font);font-weight:700;font-weight:var(--font-weight-bold);line-height:inherit}.str-chat__message-team-content pre{background-color:#f8f8f8;border:1px solid #d3d3d3;border-radius:4px;margin:0 5px 0 0;padding:10px}.str-chat__message-team-content code{white-space:pre-wrap;width:inherit;word-break:break-all}.str-chat__message-team-content ul{margin:0}.str-chat__message-team-content--single:not(.str-chat__message-team-content--image):before,.str-chat__message-team-content--top:not(.str-chat__message-team-content--image):before{background-color:#0000001a;content:"";height:1px;left:0;position:absolute;top:0;transform:rotate(-135deg) translateX(1px);transform-origin:0;width:5px}.str-chat__message-team-content--single,.str-chat__message-team-content--top{margin:5px 0 0}.str-chat__message-team-content--bottom,.str-chat__message-team-content--middle{margin:0}.str-chat__message-team-text--is-emoji{font-size:32px;font-size:var(--xxxl-font);line-height:42px}.str-chat__message-team-status{align-items:center;bottom:1px;display:flex;justify-content:flex-end;left:100%;line-height:1;position:absolute;z-index:11}.str-chat__message-team-status-number{color:#0009;font-size:10px;font-size:var(--xs-font);left:100%;margin-left:4px;position:absolute}.str-chat__message-team-status>.str-chat__avatar{align-self:flex-end;margin-right:0}.str-chat__message-team-status>.str-chat__tooltip{display:none;max-width:300px;min-width:100px;text-align:center}.str-chat__message-team-status:hover>.str-chat__tooltip{display:block}.str-chat__message-team-status:after{bottom:100%;content:" ";height:15px;position:absolute;right:0;width:15px}.str-chat__message-team-failed{align-items:center;background:none;border:0;color:#ea152f;cursor:pointer;display:flex;font-size:12px;font-size:var(--sm-font);margin:5px 0;padding:0}.str-chat__message-team-failed svg{margin-right:7px}.str-chat__message-team-form-footer{display:flex;justify-content:space-between;padding:10px 0 5px}.str-chat__message-team-form-footer-angular{justify-content:end}.str-chat__message-team--bottom .str-chat__message-team-meta time,.str-chat__message-team--single .str-chat__message-team-meta time{visibility:visible}.str-chat__message-team--editing{background:#edf4ff;box-shadow:0 0 11px 0 #0000000f,inset 0 1px 0 0 #006cff,inset 0 -1px 0 0 #006cff;padding:10px;z-index:1}.str-chat__message-team:hover:not(.str-chat__message-team--editing,.str-chat__message-team--error) .str-chat__message-team-content{background:#00000008}.str-chat__message-team:hover .str-chat__message-team-actions,.str-chat__message-team:hover .str-chat__message-team-meta time{visibility:visible}.str-chat__message-team--error{padding-bottom:20px;padding-top:20px}.str-chat__message-team--error .str-chat__message-team-status{display:none}.str-chat__message-team--error .str-chat__message-team-content{background:#0000;border-color:#d0021b;border-width:2px}.str-chat__message-team--error .str-chat__message-team-content p{opacity:.5}.str-chat__message-team--error .str-chat__message-team-content:before{background-color:#d0021b;content:"";height:2px;left:0;position:absolute;top:0;transform:rotate(-135deg) translateX(1px);transform-origin:0;width:5px}.str-chat__message-team--ephemeral .str-chat__message-team-status{display:none}.str-chat__message-team--failed .str-chat__message-team-content--text{border-color:#d0021b}.str-chat__message-team--failed .str-chat__message-team-content--text p{opacity:.5}.str-chat__message-team .str-chat__message-attachment--img{border-left:1px solid #0000001a;border-radius:0;padding-left:5px}.str-chat__message-team .str-chat__message-attachment-card{background:#fff;border:1px solid #00000014;border-radius:4px 4px 4px 4px;margin:0}.str-chat__message-team .str-chat__message-attachment-card--content{background:#ebebeb}.str-chat__message-team .str-chat__message-attachment-card--text{display:none}.str-chat__message-team .str-chat__input-emojiselect,.str-chat__message-team .str-chat__input-fileupload{position:static;top:auto}.str-chat__message-team .quoted-message{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000026;padding-left:5px;width:fit-content}.str-chat__message-team .quoted-message-inner{background:#fff}.str-chat__message-team .quoted-message-inner .str-chat__message-attachment img{border-left:0;padding-left:0}.str-chat__message-team-error-header{color:#0006;font-size:10px;font-size:var(--xs-font);font-style:italic;text-transform:none}.str-chat__thread-list .str-chat__message-simple__actions{min-width:30px}.str-chat__thread-list .str-chat__message-team{padding:5px 10px}.str-chat__thread-list .str-chat__message-team-actions{min-width:0;min-width:auto;width:60px}.str-chat__thread-list .str-chat__message-team-actions .str-chat__message-actions-box{bottom:auto;bottom:-10px;top:auto}.str-chat__thread-list .str-chat-angular__message-list-host .str-chat__list{padding:0}.str-chat blockquote{font-style:italic;margin:0 0 0 5px;padding-left:20px;position:relative}.str-chat blockquote:before{content:"“";font-size:26px;font-size:var(--xxl-font);font-style:italic;left:-5px;opacity:.5;position:absolute;top:2px}.str-chat.dark .str-chat__message-team-error-header{color:#ffffff80;opacity:1}.str-chat.dark .str-chat__message-team-author{color:#fff}.str-chat.dark .str-chat__message-team-meta time{color:#ffffff4d}.str-chat.dark .str-chat__message-team .str-chat__message-attachment,.str-chat.dark .str-chat__message-team-content{border-color:#0006;color:#fff}.str-chat.dark .str-chat__message-team .str-chat__message-attachment--single:not(.str-chat__message-team-content--image):before,.str-chat.dark .str-chat__message-team .str-chat__message-attachment--top:not(.str-chat__message-team-content--image):before,.str-chat.dark .str-chat__message-team-content--single:not(.str-chat__message-team-content--image):before,.str-chat.dark .str-chat__message-team-content--top:not(.str-chat__message-team-content--image):before{background-color:#0006}.str-chat.dark .str-chat__message-team .str-chat__message-attachment--image,.str-chat.dark .str-chat__message-team-content--image{border-color:#0000}.str-chat.dark .str-chat__message-team .str-chat__message-attachment p code,.str-chat.dark .str-chat__message-team .str-chat__message-attachment pre,.str-chat.dark .str-chat__message-team-content p code,.str-chat.dark .str-chat__message-team-content pre{background-color:#ffffff0d;border:1px solid #ffffff1a}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item{border-color:#0006}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item a,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item span,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item a,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item span{color:#fff}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item span,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item span{opacity:.4}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-file--item:hover,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-file--item:hover{background:#0000}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment--file a,.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment--file span,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment--file a,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment--file span{color:#fff}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment--file span,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment--file span{opacity:.4}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-card,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-card{background:#0000}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-card--content,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-card--content{background:#0000001a;margin:0;min-height:58px;padding:0 16px}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-card--title,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-card--title{color:#fff}.str-chat.dark .str-chat__message-team .str-chat__message-attachment .str-chat__message-attachment-card--url,.str-chat.dark .str-chat__message-team-content .str-chat__message-attachment-card--url{color:#fff6}.str-chat.dark .str-chat__message-team-actions{background:#1b1d20;border:1px solid #e0e0e008;border-radius:12px;box-shadow:0 2px 1px 0 #00000012}.str-chat.dark .str-chat__message-team-actions .str-chat__message-actions-box{background:#6a6b6d}.str-chat.dark .str-chat__message-team-actions>span{border-color:#0000000a}.str-chat.dark .str-chat__message-team-actions>span svg{fill:#fff}.str-chat.dark .str-chat__message-team--error .str-chat__message-team-content{border-color:red;border-width:1px}.str-chat.dark .str-chat__message-team--error .str-chat__message-team-content p{color:#ffffff80;opacity:1}.str-chat.dark .str-chat__message-team--error .str-chat__message-team-content--single:not(.str-chat__message-team-content--image):before,.str-chat.dark .str-chat__message-team--error .str-chat__message-team-content--top:not(.str-chat__message-team-content--image):before{background-color:red;height:1px}.str-chat.dark .str-chat__message-team--editing{background:#0000001a;box-shadow:0 0 11px 0 #0000000f,inset 0 1px 0 0 #006cff1a,inset 0 -1px 0 0 #006cff1a;padding:10px;z-index:1}.str-chat__message-livestream{border:1px solid #0000;display:flex;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);margin:0;padding:10px;position:relative;width:100%}.str-chat__message-livestream-pin-indicator{padding-left:10px}.str-chat__message-livestream-left{width:30px}.str-chat__message-livestream-left .str-chat__avatar{margin-right:0}.str-chat__message-livestream-right{flex:1 1}.str-chat__message-livestream-content{border:1px solid #0000;padding:5px 10px;position:relative}.str-chat__message-livestream-content>*{font-size:12px;font-size:var(--sm-font);line-height:20px;margin:0}.str-chat__message-livestream-content p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin:0;overflow-wrap:break-word;white-space:pre-line;-ms-word-break:break-all;word-break:break-word}.str-chat__message-livestream-content p:not(:first-of-type){margin:16px 0 0}.str-chat__message-livestream-content p code{background-color:#fff3;background-color:var(--white20);border:1px solid #006cff5c;border:1px solid var(--primary-color-faded);border-radius:3px;padding:2px 4px}.str-chat__message-livestream-content p a{color:#006cff;color:var(--primary-color);font-weight:700;font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__message-livestream-content code,.str-chat__message-livestream-content pre{font-family:Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace;font-size:12px;font-size:var(--sm-font);font-weight:700;font-weight:var(--font-weight-bold);line-height:inherit;padding:10px}.str-chat__message-livestream-content pre{background-color:#006cff5c;background-color:var(--primary-color-faded);border:1px solid #006cff;border:1px solid var(--primary-color);border-radius:4px;margin:0 5px 0 0}.str-chat__message-livestream-content code{width:inherit;word-break:break-all}.str-chat__message-livestream-content .livestream-quoted-message{background:#ebebeb;background:var(--light-grey);border:1px solid #0000001a;border:1px solid var(--black10);border-radius:5px;margin-bottom:5px;padding:10px}.str-chat__message-livestream:hover .str-chat__message-livestream-actions{display:flex}.str-chat__message-livestream-actions{align-items:center;background:#fff9;background:var(--white60);border:1px solid #0003;border:1px solid var(--black20);border-radius:24px;box-shadow:0 2px 1px 0 #0000000d;box-shadow:0 2px 1px 0 var(--black5);display:none;height:24px;justify-content:space-between;padding:0 4px;position:absolute;right:0;top:-12px;width:141px}.str-chat__message-livestream-actions>span{align-items:center;cursor:pointer;display:flex;flex:1 1;height:100%;justify-content:center;position:relative;text-align:center}.str-chat__message-livestream-actions>span:not(:last-of-type){border-right:1px solid #ebebeb;border-right:1px solid var(--light-grey)}.str-chat__message-livestream-actions>span>span{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;position:relative;text-align:center}.str-chat__message-livestream-actions>span svg{fill:#000;fill:var(--black);opacity:.5}.str-chat__message-livestream-actions>span:hover svg{opacity:1}.str-chat__message-livestream-actions .str-chat__message-actions-box{border-radius:7px;bottom:auto;left:auto;right:100%;top:50%;transform:translateY(-50%);visibility:hidden}.str-chat__message-livestream-actions .str-chat__message-actions-box--open{visibility:visible}.str-chat__message-livestream-time{color:#00000080;color:var(--black50);flex:2 1;font-size:10px;font-size:var(--xs-font);line-height:20px;padding:0 4px}.str-chat__message-livestream-text--is-emoji{font-size:32px;font-size:var(--xxxl-font);line-height:42px}.str-chat__message-livestream-author{align-items:center;display:flex;justify-content:flex-start;margin-bottom:8px;text-transform:capitalize}.str-chat__message-livestream-author strong{margin-right:8px}.str-chat__message-livestream:hover{background:#ffffff0d;background:var(--white5);border:1px solid #0000000d;border:1px solid var(--black5);border-radius:6px;box-shadow:0 0 6px 0 #0000000d;box-shadow:0 0 6px 0 var(--black5)}.str-chat__message-livestream .str-chat__message-attachment--img{border-radius:0}.str-chat__message-livestream .str-chat__message-attachment-card{background:#fff3;background:var(--white20);border:1px solid #0000001a;border:1px solid var(--black10);border-radius:0;margin:0}.str-chat__message-livestream .str-chat__message-attachment-card--content{background:#fff3;background:var(--white20)}.str-chat__message-livestream .str-chat__message-attachment-card--text{display:none}.str-chat__message-livestream .str-chat__message-attachment-card--url{text-transform:lowercase}.str-chat__message-livestream__thread-banner{background:#006cff;background:var(--primary-color);border-radius:2px;color:#343434;color:var(--dark-grey);font-size:12px;font-size:var(--sm-font);margin:8px 10px 0;padding:8px;text-align:center}.str-chat__message-livestream--error .str-chat__message-livestream-content p,.str-chat__message-livestream--failed .str-chat__message-livestream-content p{color:red;color:var(--red)}.str-chat__message-livestream--error .str-chat__message-livestream-content p svg,.str-chat__message-livestream--failed .str-chat__message-livestream-content p svg{margin-right:4px;position:relative;top:2px}.str-chat__message-livestream--failed .str-chat__message-livestream-content p{cursor:pointer}.str-chat__message-livestream--initial-message{margin:20px 10px 0;width:auto}.str-chat__list--thread .str-chat__message-livestream__actions{min-width:30px}.str-chat__list--thread .str-chat__message-livestream-actions{min-width:0;min-width:auto;width:110px}.str-chat__list--thread .str-chat__message-livestream-actions .str-chat__message-actions-box{bottom:auto;bottom:-10px;top:auto}.livestream.dark.str-chat .str-chat__message-livestream{color:#ebebeb;color:var(--light-grey)}.livestream.dark.str-chat .str-chat__message-livestream:hover{background:#ffffff0d;background:var(--white5);border:1px solid #0000000d;border:1px solid var(--black5);border-radius:6px;box-shadow:0 0 6px 0 #0000000d;box-shadow:0 0 6px 0 var(--black5)}.livestream.dark.str-chat .str-chat__message-livestream .str-chat__message-attachment-card{background:#0000001a;background:var(--black10);border:1px solid #ffffff1a;border:1px solid var(--white10)}.livestream.dark.str-chat .str-chat__message-livestream .str-chat__message-attachment-card--content{background:#0000001a;background:var(--black10)}.livestream.dark.str-chat .str-chat__message-livestream .str-chat__message-attachment-card--url{color:#fffc;color:var(--white80)}.livestream.dark.str-chat .str-chat__message-livestream-actions{background:#343434;background:var(--dark-grey);border:1px solid #ffffff0d;border:1px solid var(--white5);box-shadow:0 2px 1px 0 #0000000d;box-shadow:0 2px 1px 0 var(--black5)}.livestream.dark.str-chat .str-chat__message-livestream-actions>span:not(:last-of-type){border-color:#ffffff0d;border-color:var(--white5)}.livestream.dark.str-chat .str-chat__message-livestream-actions svg{fill:#fff;fill:var(--white)}.livestream.dark.str-chat .str-chat__message-livestream-time{color:#fff;color:var(--white);opacity:.5}.str-chat__message-replies-count-button{background:none;border:none;color:#006cff;color:var(--primary-color);cursor:pointer;display:block;font-size:12px;font-size:var(--sm-font);font-weight:700;font-weight:var(--font-weight-bold);line-height:15px;margin-top:8px;margin-top:var(--xs-m);padding:0}.str-chat__message-replies-count-button svg{fill:#ecebeb;fill:var(--grey-whisper);margin-right:4px;margin-right:var(--xxs-m)}.dark.str-chat .str-chat__message-replies-count-button svg{fill:#ffffff1a;fill:var(--white10)}.dark.str-chat.team .str-chat__message-replies-count-button svg{fill:#0006;fill:var(--black40)}.str-chat__modal{align-items:center;background:#000000e3;background:var(--modal-overlay-color);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.str-chat__modal--open{display:flex}.str-chat__modal__inner{background:#fff;background:var(--white);border-radius:8px;border-radius:var(--border-radius-md);max-width:667px;padding:24px;padding:var(--md-p)}.str-chat__modal__close-button{align-items:center;background-color:initial;border:none;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:14px;font-size:var(--md-font);line-height:10px;padding:24px;padding:var(--md-p);position:absolute;right:0;top:0}.str-chat__modal__close-button svg{fill:#fff;fill:var(--white);margin-left:8px;margin-left:var(--xs-m);position:relative;top:1px}.str-chat__modal__close-button:hover{opacity:.79}.str-chat__modal .str-chat__edit-message-form{min-width:300px}.str-chat__modal .str-chat__input-emojiselect,.str-chat__modal .str-chat__input-fileupload{padding:0;position:relative;right:auto;top:auto;width:auto}.str-chat.dark.messaging .str-chat__modal__inner{background:#000;background:var(--black);border:2px solid #fff;border:2px solid var(--white)}.str-chat__exit{display:flex;justify-content:space-between;width:86px}.str-chat__message .str-chat__reaction-list,.str-chat__message .str-chat__reaction-list:after,.str-chat__message .str-chat__reaction-list:before,.str-chat__message-commerce .str-chat__reaction-list,.str-chat__message-commerce .str-chat__reaction-list:after,.str-chat__message-commerce .str-chat__reaction-list:before{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAABlCAYAAADzoZs0AAAAAXNSR0IArs4c6QAAB1xJREFUeAHtWlmIHUUUnTiOuEaNcU0M6KeKC4gGRVETTRTXAUX9yY8EQQioCC5ffsQvlw+JIkIURBH8EB0DiismioIhGjEKUZGZSeIoJrhmcT3nTZ83t8vqruruybzunnfhvHvrbn1vVfXr5b05A/l0JMzDwFnAIuBkYAioC+1GIT8C48B64F3ge8BLc7zagYHjoV8JXA0cnOHjU/8LJXOSkyTrOCH7ZFT2Zyj+H4SOAGuACTeNirD6czB4DDjaKhsm70G99wNv27oH7QDyDcDDwOEAJ6Kp4Km2HPgD+AzokF3Zc6FZC1jdpFezP+9C+W+yBTV2COSXgQWJTucchimiv84bGiTLv6o9dbASA9/xuaWvBXYckCS8B3whoObJfaC7fKwsX6uzcqxdfmW5PaZkLuQqDfjN+xagxqlvG/FbetmB+OB11P2iim02tI3dPEX93fiyY/a3nM2eVzYD4rjdSOKu3DGaD/mJh/xNaGXxYjZ7KmAPXjlrTRMsZLPEbGh2Pr+U2GwsaVLIrax4q5OP5fSTj2Isl83GWNmNd/3z7J1GeTN9lD1iQNYBbGKfzpdGfuJ5Pnk2G++TfbpdXNUtwEm+zC3Tbec23gRwJuoAzq9vVcrWZvOtZ5LjgPeAOj2nopxpJV7fl3JlfwB4o1x29poQ9wb6G2WhJJ6z64C5HLSM+CDAx70x3Sb+isE4cBVgVwrD3HPItXNsSZOpnLRJZ+Usu81V1v9eBH7MYDVLeSvAvb2Yg4RUWFYxrl1+4kwjHyvH2uUnbnNYWXbLaX8ceJYCyTbLMWeAr2POBmxg0+S9qP8+4BmgS2zCR09AyS3dNOKjHL9sVwOjbvFZzfJm4wWgyhORe6z9MeYK7gJ2AO8DfNvyHeClrGbpzJdu7wB8uI8hzuqXwAfA5wl2gv8O/AX0nPKaZXEXAs8DvB5n0W8wvARw609kOdVB735BuTWNQcFr8BmuIRm/Cn4zwIs2V7DxxNvJbwE2LvAydR3QSnoOXfGmg/gauAxoLd2GzrYluKm1XSaN8dcCNrum7Y2yv3nAZoAvnBtLg5GV/wk/Xrw3RfrX0i10nT0BVV8KXATw55FjgTqt7j7UwysEbw0/BXgH9Qvgpaxmedd0B3ANkHdD4SYNvfEP2d187jgUvwcBvPY/DfClRIp8zS6Bx0NAkV/cU0lrMPgJNdwJdH+bZU1usyugu5uGFhC3+IPAiHqxzV4O5aMytITz4YQLyPO5u7InQuZe59blBPDc8JFsmqTQOVTU7jtmEZ2vPn55DQN7del5AIPTATVB7gPUXR8ry9fqrBxrl19Zbo8pmb928HF1A5PyqYZPLUW+deHeKOLz9BK+keBrRq1w0Q5C29TNV9TfjS87HkLg9WyWNwxliTuDJO7KHaP5kJ94yN+EVhYXs1n+Rc8evHLWmiY4hc3OnyXNDvFLqciqypfcyhh2yOrkYzmd5DMZkf6UzcZY2Y13/fPsg2yWbwBtwjw5L5k9MP18ZH18x2GMfGLiXX/FKre17+Y23g4soLbltIUruwHQTPSac761OlYuW5fNsZHNrgN4/asDqVE1x5qkK1OfYvnyYYTNjgK8g9IB2shfR3871TmvtVQ0+RkW5XvpZ2ivBCZ0m8hXGfxxaBlgVxbD1DbS5MjHtXNsKeQfsttclIv6M4YP8ZspqFnKXwFMdj4HCYWSu3aOLZhGPlaWj9VZWXaXWx8ru34aPwKnF+lIss1y/BEwDlwC8LKkoCbytaifzXaJTfhoEZR8xuXbC36JNY34ImKVW7S7srLzpH4NeAWgfBDAieGjEle8zvQhilsJ/O9ymrWyvWiGk3gEMA/gW5MzgQuA04DYOnk3uBTw/nwamwTxPSO+SbkduBE4LKeKv2G7BeD3TuNpLjp4EuBNkA+rG9+hp4Fh6L4Bxgy2Qj4GaCVdga74b4DxBLzMtJpuRXfbEqxodadJc08lzfKbu/XEl99fAIfGdJp1UxETWweffSiC/8P6JKYYXmc7P/rEODfdh/e9eTcWspH7wP7lQ7kqKZeOxXzS+XLLFuWv+1wF5SXMs+XF++LydDaXZHFfnLVJFk/5s1mvIeXVkkHo8U0TQW7lrPatj5Wz/F29jbGy/KzOyrLn8piVVVImkizuS25tksV9/q7O+koWp69Ptjo3X3cc02zXuelCaBuH+tOMkls5FCe7jbGy7EW5zWHlTp7pWFklZULJ4jHFWl/J4jHxro+Nldzh09Gse7DajmdVs1XP2dquoq+wWbWybJakE3lyFP/Zq3+/xFdoPKuurCZJnKmtbA7Ve7Fqs73voEAFbrON2pbos1C9Omc1P9qC4tRbWX514apNPLded2Xr0sR+qWOmmy207dBxUf/cSXK3ca7zNBi13cSZ0sruIWQTD/m78anxTK9s6uAzPQg1624jtz7OuHxcm28sX3JSKL6o/2TWqc9UfGgba/uIT6WZkvJsU16TknzFqbVyVf+YeNenP+7PQH8G+jPQn4H+DPRnoD8D/RnozwBn4D+v+waVAaJgXQAAAABJRU5ErkJggg==) no-repeat;background-size:59px 101px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:2dppx){.str-chat__message .str-chat__reaction-list,.str-chat__message .str-chat__reaction-list:after,.str-chat__message .str-chat__reaction-list:before,.str-chat__message-commerce .str-chat__reaction-list,.str-chat__message-commerce .str-chat__reaction-list:after,.str-chat__message-commerce .str-chat__reaction-list:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHYAAADKCAYAAABwr7QfAAAAAXNSR0IArs4c6QAAD1xJREFUeAHtXWvMXUUVBQSk8ioIRIhAkQQ0IIGGIopYIEgKqIAYkD9YhRjiDx9Rf8kPfER+KaaRBJGnIsRKFWtaNSEgKNiCQEEJUIVaq7xBbHlYS8G17nfX7b7T85pzz7nfnfPtnazOPjN79sysfWfOOXPO+brtNs3IAXBzJHAE8G5gT2B3YGfAJZuB15H9KrAeWAf8HfgTcDfwGjCSbDtCbQbv9D4YTJdmGNgINyuB2/t4qY7bOoHdAw1dAJwD7FinUa9TmYH/wvL6Pji7K0tMYLeD188ADOrbKrfghk0w8CKcXAEsAbiEl0rVwO4HT98Gjir16AZtMrAazj8PPFXWyFvKDFB+HPBDYA7AH4IFDnvHTCn6ocjG5lld5WFqbaiH0rT/SfcXjn8vZPC65kHg6bDQHpcF9mQYfxeYZSsZPZYYVlUd42agqoxpFmgoG6vL1uZRD0V18+zLysftT/1UyvYZi48AzwGPAplSFFhWvhTYPrOmZ04nA4zbicAzwCNZHdEvNCybi4yrgTCobyKPdZhmicry/MbWH9U+7E/oLyzPGpPNC+vbMupl/mLrl9nzQupC4H42biUrAFzHFwN7W0PXJ5aBf6NnvPUcOufyFsYKA30Z4EG1rEy2zn2Fy4Gh1XXoAIVnA35LAxISk0PR33OBn6jfdinmpsNygEuxS3oMcBNjAdDbobJXxbzx5T2rS5oM8DaIF1sr2X3N2J2g/x7wrUKykq7wqdDJwEu6eOJuhgc13YCq55y1XI63UWDPUomnyTNwIkfAq+J9AG5IuHSDgWMwjFmcsUd3Yzw+ij4Db0V6AmcsX2nRRVS/rHJStuVFv7KhU+lMKWXlU1Zb/i2zD8u31GxHC8cTthL2J7QvK6/r71gG9vCwdsQxO0ZROnU0/K8tk640rKt8pcOepo5smXSlob+s+k3mqV2lWb5tmXSlYX+Vr7Suvzlcit+eVdvzkmZgfwZ2NsBfSBY4uiq/HtUN7VW3arnslI7qr6y+2slLw/o8tsJ6FNWX3svs5yvP2uaVy49S1c2zzyvfhQ4eBuwOlJx4mi4DmzljN6Xbf+95HgO8eOI2FHcsXLrDwGucsRu6Mx4fSZ+BlxnYfzgdnWPgSS7FfwU+1LmhzewBreGMfWhmc9DJ0a/g7Q4f190L7NDJIc68Qf0PQz6GSzFfpVjFA8AlfQbuwxBe5VJM+eVU4v92gIHbOAYuxRR+DrkC2JUHLskywM8u5wMvcimmcF3+ObAQcEmXAb5+yrcVBzOWOr9QvwPwXSiykZ7wy3fO1lfYdZ1jqTPSP6BiREs1U6vLxObJpihlPdWxelGdojLrg3qZqG35pL3ysuqqLM8+LJddXhq2F1s/9Gv9XYmDXlBtJnUKK/4KeA8PXJJh4HH09FRgs3psZyzz+OrG54D/8MAlCQa4BF8IDILKXmspoG6FW4xXAbq4smWuTw4D/Izy08BdYZfyHrCvheEzwElAXvBDX348fga+hSZ56txK8gJLQ75ZwWe1x/PAZaIY4ExlUK/L61VRYFnnfoDvqc4DOHMd08/BesThs0DmTEV+T8oCSyOu3/sCo7ymSj8uozPwBFycB/y5zFXM+fNqOOM512X8DPAuhX+SifsMXIZLJSawO8Dbz4AjS726QVMMcO/3JuA7wMsxTmMCS7+7AEuBd/HApRUGuG//AHArwP37F4BoiQ0sG+D5lo/5+JXeJAk3V1ISbihwRnIb8ElgLfAH4NfAYGsQei2pE1g29F5gCcAr5raFBHDgvHDg+1m8DVsDcGkiARv6emqBRbfbk7qBZY/OB77ZUtf4S14J8NfLpX/kXzB8zCgZJbAkildp/DRefjhrqGv2SFc5ioYktH8IpdcAy4GNQ5Z+EMVAHuFVnewGwzuBPatWyLHjy3S88rs7p9yzIxmoskFR5JKz6jmg9wctigxzyh5DPndRvgesy7Hx7BoMjDpj1eRvofAZbrj0hkutyt+A7XXANwDqLg0zMOqMVXd4cXNa/8D+WKQzlf409AuBGwCdi6G6NMmAyG7C5x/h5J0ljv6G8rMAPhx2aZGBpmYsuzgL4CM+zc4wfQJlZwIeVJDQtmzXYANFj5EYVJ+pDZJd5qrJwK5FY09lNMi3H88GmLqMiYEmA8su3wfYJZhXvF8AeEvkMkYGmg4s70utXIuD222G6+NhoOnAcjmW/AXKJTrwNG0GjkD39QjqkLSHknbvm56xfGWV8lNgdU/zfzrBAB8K8EUr3tO6TCMDTW5QcBh8KM7/B4avdrhMIwO8NWlCOEPfD8wD5gD7A5y9/PsW2wMu2QzwLRC+gfgC8CjA59GrgH8CI8kogZ2Nlk/s431Ix/GazEiDTajyw+jrMoBvkHAFjJY6geUs/BRwPuDn0mjKoypshPVNwDXA+piaMYHlksqtwYuAUd+YiOmj2069uHcFiLgBqPSos2pg94XDRYDfm4KEaZR70PbXgGfL+lDlqvgoOOHnBbwg4g/BAoe9Y6YU/VBkY/OsrvIwtTbUQ2na/6T7C8fP591nANzV40ZQrmhgeQZ81HYxwM87XCaHAZ57vwzcmdelohn7cVT6OlBkk+fX89tlgNc7pwBrgMezmsqbsXNhfBUQzlSeuFkn7wSusjy/sfVHtQ/7E/oLyzG0Qgnrh8Zl/mLrl9lvQgd4d8LboyHJCsA7YLEY2GPI0g8mlQG+3HAOMPTKUbjMcopfC/Ak7ZIGA7uim4cBS213GUgr5+LgUJvhehIMHIteng5wt6ondinmjtJvgD2nivzfxBjg+9qnAfy+duiKlztKxzPTJUkG+FH6ZuBe9l4zlhv6twK+90tW0hU+KZoPbNIbFAtw4EFNN6Dq+e5QPswDBfYklXiaPAPcWOo9BOdMnQdoWWa+S7oM8Ap5N87YEwB/SA4SOiKM6VzexzLCdWdr2ZYX/coG6kBnHqWsfMpqy79l9mH5lprtaBqbxhO2EvYntC8rr+uvF9g5Ye2IY3aMonTqaPhfWyZdaVhX+UqHPU0d2TLpSkN/WfWbzFO7SrN82zLpSsP+Kl9pXX+HcdryOatLtxjYi4HljS1/IVngcKv8elQ3tFfdquWyUzqqv7L6aicvDevz2ArrUVRfei+zn688a5tXLj9KVTfPPq98Ns+x3ErMk6zOhLayYb50pTbP6nnltLEiO6Usy9Kz8qxtXrltK0tXPaVFNlXakx+ltk6R7zx75SuVv105Y21mlnPPS4+BTZyxrwF89OPSHQZ6/7cd30Z36RYDG7gUF77t1q3xzpjRrOVSvAY4esYMeWYMdDVn7IqZMdYZNcoHeUXM2517gB1n1NC7O9hXMbSjuRRT4V97+QDgkj4DjOXrXIopt00l/m8HGLiFY9DmBF9g+x3gb1GAhISFfySNK+9mLsUUZvA7zAt44JIsA4vRc77QNpix1HcG7gD4YptLegysR5f5lukr7LrOsdSZcSUVI1qqmVpdJjZPNkUp66mO1YvqFJVZH9TLRG3LJ+2Vl1VXZXn2Ybns8tKwvdj6oV/r7/s46AXVZlKn8COsZcDBPHBJhoFV6Cn/2sBA9IsZZEA5APgF4EuyZWVydV4ffRTglwADyQosC48DrgV0ccU8l8ljgB9ALwRWhl0Lv7ZT+TooG4D5yvB04hjg1e9XgMw9iLzAchRct/nJAGevvcjCocsEMHAJ+nBzXj/ylmJrz8BeDvDzAZfJYOAydGNRUVeqzMS74OBM4IkiR142NgauR0uFQWVPipZi29OXcHAjwG8v+fX0ToDL+Bngn+D7apVmqyzFoR++rso/RXMe4AEO2WnvmFe+5PyNKk1UnbHWF2ftHQD3lp8H+N3PPkAdX6jmUoGBx2DzSYB/JaaS1JmxWY65z3wq8EHgQGA/gHmc0W3dC78J321IU5w01Te+k/YxgJOoskzaICp3vEVDXlDydGNxEI55bXEIQH1fYBwrFF+COANYDUSJBzaKroEx38Mm4QuAY4C2PkPltczNQLR4YKMp26oCTzfcq10IHA6QU50mpOfxTDvZQB3ozFsCfImZdSSvwTq+vM7UR+RfBBFzRyTjWdSfDwwew8X688DGMlbNnh+TXwocXM18K6uLkLN8q9yIjCo7TxHu3LTPwAqk/OstPwa0LLNIE4mp1VkmeQDKSEGlo3Fc2anDMy3lRgKfvDBQfGWFV9kUBdTqCjTTi4HHWTiK2EZG8eN1ixnYC8W3AAcWm/X243luHVl8KR6ZwkoOnofVWcA6wM7OUP9RJW8VjHzGViCpQZO94WspsH+GT56LeTX9XEZZdJbP2GjKRqrAoH0CWJ/hZS3yGgkqfXtgMxhuOetf8M9Hb5yhdim+t8l2PbBNslnd1zKY8umYlUftgevpMsBJdTvAGUycArh0hIEjMA5eKfPR3EEdGZMPo8/AIqQMLD9Ad+kQA7thLI8Ajd56+pbi9P9CNqILfDn/wSa7wl/JqiYduq/JYMBvdyYjDo33wgPbOKWT4ZBvEDZ60p6MYXkvfMZ29Dfgge1oYH0p7mhgfcZ6YDvKQEeH5UtxRwPrS7EHtqMMdHRYvhR3NLC+FHtgO8pAR4flS3FHA+tLsQe2owx0dFi+FHc0sL4Ue2ArMaCH9kytXqlyUCervs2zelX/bdvZPlm9aru2jtVV3+ZZXeWDtI2lWA2yEelKBw0XKNZWulLr0+q2vMD1WIpsX6QrrdIBaytdqR2z1W15rw1fiqtQnaCNBzbBoFXpchtLcZV23aZlBnzGtkzwdLlXYHny1QlY6XT1ybarvrTVv7b927HU0Wv3L1yKraM6HWmjjvpE39KVNtGe9SVdaRP+R/Vh+yJdaa5vzdhcAy9IkwEPbJpxK+11uBSXVnCDNBjwGZtGnKJ76YGNpiyNCr4UpxGn6F76jI2mLI0KHtg04hTdS1+KoylLo4LP2DTiFN1LD2w0ZWlU8KU4jThF99JnbDRlaVSIDayeKjDNAkctmyoMyFa+yuq3bV/W57B99VtpWf9D/6G/svqV7essxXIedtJ2qsgmrGdtpSsNbW0bVm/SPqtNm1elrSIb68uOwepF9W2ZdKUD37EzdlDRlclmwAM72fGp3bs6S3Htxrzi+BjwGTs+rsfaUmxgdZJmavW6nbY+rF7Vn61j9ar1Y+1sG1aP9SN768PqKi9LbR2rl9XzcmfAGXAGnAFnwBlwBpwBZ8AZcAacAWfAGXAGnAFnwBlwBpwBZ8AZcAacAWfAGXAGnAFnwBlwBpwBZ8AZcAacAWfAGXAGajLwfxl32/D8bG1CAAAAAElFTkSuQmCC)}}@media only screen and (-webkit-min-device-pixel-ratio:3),only screen and (min-resolution:3dppx){.str-chat__message .str-chat__reaction-list,.str-chat__message .str-chat__reaction-list:after,.str-chat__message .str-chat__reaction-list:before,.str-chat__message-commerce .str-chat__reaction-list,.str-chat__message-commerce .str-chat__reaction-list:after,.str-chat__message-commerce .str-chat__reaction-list:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAAEvCAYAAAAKMiBCAAAAAXNSR0IArs4c6QAAHeNJREFUeAHtXQmsdVdVBimltAwtQyw1yv+DUMpQShlsGCwVLAQKyGBAsYQhIIJGA0ExRghGRQMkxSBUNFRmCDKDIMpQCgIFymQLUuBv6ShzaWkZW7/vvfc91lv/OfdM+9x7zn3fStZba++19tprf3e98/aZ7rv2tZZLB2K6o8B3At8BfHPwoeAbbUnaTdNH4KdI8UrwD7b4YsjztvhcyHPAPwMvha69hFkOxxwPAt8PfCT4ALBpvRFgcZ8FPhP8n+BLwaPRWEV8CDI+EXwS+K6jZe/Ac0DgGiT5afA7we8DXwUuSqWL+CBk9xjwE8A3Lpqpg60DAt/DIl4NfiP4ilILKlXE10VCjwA/Gcx97qqIv/VcEyVJet06x/bfzGJ5P8deT9f4dSu/HIbTwK8C/6TOqW1/3Yfbdjz9eIL2fPAt2TAZgQ4I7IMva+cTHcbs5zqkiH8B0Z4EfirYJ2v7QeuODgi8Gb5/D/5RhzHbrn2L+BaI8LfgY7cjWTECwxD4CoY/E3xe1zB9ivj2mORUMK/vdqVSe6qu807F3+v/+XkKPxPWnzBhm9eenwU+g422dJ22jlt+PPKygHlzog/pl4Yy6n1izXFMXHPU57iWPjnHNUddsXiB4AFg3jz5sjqbZJcivieCvQR8cFNQ243AAAR4rnU/8GXgL7SJ07aIj0ewF4Ov1yaofYxAAQTujRgXghuPyG2K+NYIxC0ECzj+CYg6TJOkmGPU+yYbY0S9b7yxx8Uco9533hgj6n3jNY27Lxz4HMbXFzkqkTofbh14d2VPnYP7jcDICPBkj3eB99XNw/3HIno+jHsWOdhmBEZGgAfSF4EPrJtn0XbiKRjE3wCTEVg1AjdFAnyc4UNVidQV8a3g/EJw05Fa2xHKqGuu2Bd12bvKGCPqdXGiD/XMHCefuhiL+jVWcXO8Jvui2FW2rvGyv/KUzPlWzbmoL8fP8Zrsi2Jn21Ho+AyYJ3s7SJPs6ETj5WBeUjMZgSkhcB6SeTh4x0NDVUfiX4cTn4cwGYGpIcC7xCxgPp+8TflIzKJ+G3jvtocVIzAtBPgc8v3B288j5z3v78DoAp7Wh+ZsdiJwAzRPjl3xSEyd70PxCTU+lEFiX3xAY6Mz/JCtzr/JHkJtqNk/23M+2T/b8/gm/yb7suPl+fL6ppZv6fzq1s83RHg0/iEd4pH4XmizgElMhkyS3Gzt/ClbnX+TfWe0n8+leFnSXzGjLr/YRz2Txtb5N9mXHU95SnJ+5Rj1Ovuy8405Rb1vfhonqZiHQXkwG6RYxHy9yGQE5oLAQ5WoiviG6DhBnZZGYAYI3A05HsE8VcQPg64HfHTopiRJRj36dNFjjKjXxYg+UZd/7Iu67FlGn6hnP7WjT9Rl7ypjjKjXxYk+UZd/7Iu67FlGn6hnP7WjT9Rl7ypjjKjXxYk+UZf/g9ipIj6ejQqiM0mDpG909vjRNV6Tf5M9pzi2f54vt0vPXzre0Hzz+Nwune9xnEBFfMc8m9tGYAYI3Bk5XodFvAfsLzoBCKbZIcBvmjr6APzgBlmH+dmtomPCXa+rdgw/efd1XP/tWcTHTB76cgnql1WSkaNebqZpRtJaJddh/Xu5ndi4TDFNzJ2VEWhEYA+LmE8GmYzAXBE4gkW86KROf3Yoq5gLlw/1oaRYmovx1Dc0dp/xmlv5ZFk6vzxf6fhdMcj5THH9B3NPzC9CUbJVi2xjW+RTFXNRX4wlXXLRuLFsi+aWTbJEDjGWdMkS8bvGWDS3bJJdY1f5x1jSJav8D+aRmJcpTEZgrggcwiLeeJxtritw3kaARcz3+nm41iFbsgod2er8h9qr5uzSl+dXnpKMJZ+o19nz3Bpb5z/Unufr2s7zK0/JuOao19nz/Dl+jBH1unhN4/N8bdpXck/MIhbFSdSXpXzYL10y9kW9i53jhlCcK8eRTZL2Kj321cWIY6N/lV7VVzc+z9e1HefKY2WTjDlEPdrrYtT5x7HSJeOYqEd7nq+pfRWPxPxPNyYjMFcErmQR82s0TUZgrghcwiL+8lyzd95GAAiczz3xl8BD9iRTRnIdH3jpgvduWP8+FvHZXVCZma9+OSWZftRntpzO6Wqtkuu4/rO5nbgQPOq/Le0MvQcYgXYI8KLEWSxi0sc3hX8agVkh8HlkezW3E6QPgPlFbbthD8X11pHXv7ndIg4kbkOEyUbHxH5sHHy1VzoIyX0STGkyAnNA4Gok+Rvgi7Sd4PMTHwKbjMBcEPgsEr2IyaqIqb+WP0xGYCYIvEN5xiLm/uJ8GWYitR2ijPpM0h+cZlxz1AcHnniAy5DfW5SjTuzUfjWUv1RjJlIfHtOVLjmTJQxKM65VuuSgwBMe/DrkdpXyy4vll2yfDj5cDpZGYGII8Now/1Hj5corbifY9zPwv8hoaQQmiMBpyGm7gJlfPhKzj4X9bvBtwbpGqOuG6FopMV/lxESkl8pv7PhDwRs7v7HjD13/BQhwInjHP55h0lV0NDr/DczthckITAWBJyKR03MydUX6f3DkW9B3yQPcNgIrQuDtmPflVXPXHYnpy20F/6/zsWyYjMAKEfga5ua/N/hxVQ75xC768Lbe74MvjZ0Nun4pKKOuYbEv6rJnGX2oZ6a/fKIuv9hHPZPGtvXP43O7KV6TvSme8pSkv2JGvc7eFD/GyL5t2sqlbv4me56D/ryb/HRwZQFzgIJSryN+d/Hrwf5+ijqE3D8WArxa9jQw/6tXLdXtieOAb6DBtz/41fJt/ONY60agLwK84vQcMPfCC6ltUZ6HKDzZuz+4zdEbbiYj0BsBFvALwae1idC2iBnrHPCPwLxbYjICYyHALQQffWhVwEyiSxHTn/8Y+kDwPcA6Ikuia0ef+iWr7LRFjj5Rjz5d9Bgj6m1jxDFR1/jYF/W2dvlJxhhRl72rjDGi3jZOHBN1jY99UW9rl58kn4f4E/DbGKwtdS1ixv1v8M3AvCHCyUlKQvpG51a/+qKv7FlGn6hnv7btGCPqpcbHmFFX/NgXddmzjD5Rz35t2zFG1EuNjzGjrvixL+qyR7kPjceBPxE72+h9iphxPwi+FfhINkxGYCACfDb4CWCed3Um/XZ0HogBHPtqMP8ntMkI9EGAb9rzCgQPir1pSBFzUr6T92bwHdgwGYGWCFwBv1eCTwHveJin5fgdbkOLmMFuAua1vF9mw2QEFiBwGWy8cfZS8PcX+HUylShiTnhLMF8XuSkbJiMQELgG+ufBvOLwBvD2GxnQi1CpImYyvFrBJA9mw7SrEWChfgH8cfCbwBeAR6OSRcwkTwDzcbnrsrEC4nr4m691SacsQXwoaso09vq1dt6Q4IM5LFbypeDzwF8F86h7JnhpWOnDxpzF6PGI9Lxi0cYNRKAvAe8Dfxn8v+Bvg/nt+Tz5IPOdLr4OQ2maIAJjFDGX+Y/gkya43u8ip4+CzwJ/Dsw/ebyVbpoxAmMV8fWAyXvBvCGyavomEjgdzCsoZ4BLbS0QyjQFBMYqYq7t1mC+cHp9NraI82mfyi7ppQuL24B3gnnFhPsz0xojcJ0R18Y/3TwBuA+YxatfGEl07eiTzxD5PcR8BfjJ4PeALwKb1hyBWFBjLZXFNPYdvW9hjleBTwXzrNm0ixBYRhHfDnhyWzHGZTceeV8G5he+DL59iRimGSIw5nZCcPAoeRj4WHUUkvzF+D3wR8BLuyZZKHeHKYjAMo7ETPcQME+wbsTGAsonesxPfRrG67jPAH9AHZa7G4FlHImJMP/U3wD8a2wsIP1SUUZdQz4D5ZHgs9VhaQRUKMtAgs9UsAgp+xCffvozcOnLcX1y8ZgJIbDoy1NKp8lbue/rGZRXHv4U7ALuCeA6D1tmERNHPhykrUJb+RqM+QsONhmBKgSWXcR8VoGvpLQlFvCft3W23+5EYNlFTJQ/3BJq7oGf3dLXbrsYgVUUMe/gNRH3zs9qcrLdCBCBZV6dEOJ8wo3P7h6gjiS53TgBzBNBkxFoRGAVR2I+v3teTWY/Rv9TwS7gGoDcvT8CqyhiZlF3cvci2Hgt2WQEWiOwqiKuekTyDGT9ktaZ29EIbCGwqiK+IH0CfPviKanPTSPQCoG6k6tWgwc4fQ1j40nlX6H9/QHxPHQXI7CqI/H5AfNPQedrRCYjMCsE9iLbi8FfB992Vpk72ckhsKojsS6hvQGI8JqxyQjMDgE+HM/nKOKb0LNbhBOeBgLLeig+r5ZvQfNtaF8Tzsi43RmBeIWg8+AeA/hLc3vwbcB7tvgISL6+ROYD86u6YoKpTR0Q4J1XflUrmS/sfgP8P1v8Jcilvbi7jCI+HAv6TfA9wHcF932zA0NNM0GABfxF8H+B+cAX7wOMRmMVMfe6J4IfAmbhjjUPQpsmjgDfxjkT/C4wi/oqcFEqXVx8GfTR4JPBhxbN1MHWAYHvYBH8jpA3gYttN0oVMb8Y5XHgJ4BvCF4V6fV+vYvH9amvKifZxvKvmnPMvrHX0zV+3VovgeHlYH7JI0/yB1GJIj4OGfANjL2DMvHg3YjAuVg0Xz+j7E1DipgPt7N4H9F7dg80Ate6Fp8hPwX82r5g9L1OvAcT8s/BvfpO7HFGYAsB1iDr6Bjwx8CdT/z6HIn5Va0vAPe5VFZqT4XpZ0le/+aVKuJAYv0JE7Z5rZmP5PIpx9bUtYh5yex5YN+QaA2xHTsiwBsnfEXtnLbjumwnfhdBnwte1UNDbddkv3kjcBDSfyD4LPClbZbStohPQjAWsMkILAOBAzHJg8CfA1/UNGGb7QT3wP8AZsHnPYz2M5RTpNL5lo43Nmal8y0dr2n9fNuHN88WFjKTWkR7YXwDuM9J3KK4thmBtgh8CY78MnU+cFRJi7YTPKT/M/jwypHuNALLQeBmmOYW4PfXTbeoiJ+DQfeuG+h+I7BEBI7EXLxqwUc996O67cRx8ORRuIma9khN9qb42d41XvbP8Ybu6XP8HK/JnvNpaneNl/1z/Jxvtje1c/wcr8neFD/auZ3gJV4+d7GDOEkmPszzVvCebHDbCKwYgf/A/M/MOVRd830inPZkR7eNwAQQeAByuEvOIx+J+TwwH1ymNBmBKSLAfzrEy27blI/EJ8PiAt6Gx8oEEbgDcvqtmFcsYt7ueyw4Hp2lU1YxY8kn6vKNfVGXPcvoQz2T5tI42tUXddmzjD5Rl1/si7rsWUafqMsv9kVd9iyjD/VM9CdpnPSNzq1+9cknStnq/JvsMRb1Jv8me1O8zRl+/lNzcsu7TbGIH4zew7YsCs6mBm6ZdgjZ6vyb7DuChbkUL0v6K2bU5Rf7qGfS2Dr/Jvuy4ylPSc6vHKNeZ192vjGnqPfNT+MkFfPWUI5mgxSL+KGbXf5pBGaBwKOUpYr4CHTcTZ2WRmAGCPBKBe8qbx+J+cSQDtlR0odtkfTo00VnHMWIel2M6BN1+ce+qMueZfSJevZTO/pEXfauMsaIel2c6BN1+ce+qMueZfSJevZTO/pEXfauMsaIel2c6BN1+vOFZD6yuV3EvENXRXQmaRLpG509fnSN1+TfZM8pju2f58vt0vOXjjc03zw+t0vne19OwO0En5+4MxsmIzAzBO7EfFnEPMs7hA2TEZgZAr+EfG/Cd+WOAuswP7M1dE636QGVzgFnNmAd1393FvHemX0QQ9LVL6skY0V9SOw5jNVaJddh/cdwO7F3Dug7RyNQg8ARLGJeIzYZgbkicCiLeNH7c/qzQ1nFXLh8qA8lxdJcjKe+obH7jNfcyifL0vnl+UrH74pBzmeK6z+Ue2IWsZKtWmQb2yKfqpiL+mIs6ZKLxo1lWzS3bJIlcoixpEuWiN81xqK5ZZPsGrvKP8aSLlnlv3Ek9uW1KmjcNxcEDuZ2wmQE5ozAVSxi/k85Hq51yJasWphsdf5D7VVzdunL8ytPScaST9Tr7Hluja3zH2rP83Vt5/mVp2Rcc9Tr7Hn+HD/GiHpdvKbxeb427au4J+ZXad5oyztOUhdAPrRLl4x9Ue9i57ghFOfKcWSTpL1Kj311MeLY6F+lV/XVjc/zdW3HufJY2SRjDlGP9roYdf5xrHTJOCbq0Z7na2pfqSNxk6PtRmCqCFzBIt7vPf6pZuu8jEAFAheyiM+vMLjLCMwFgXO5J94HHrInmfJi1/GBly5474b1n8Mi5nv860r65ZTkOqO+ruvWurRWyXVc/9ncTpwF/oFWbWkEZoTAV5Hr5Sziq8Gfn1HiTtUICIGPUuF2gvRx8D3Bu2EPxfXWkde/ud0iDiRuQ4TJRsfEfmx8Z7H2Snwc84NgHplNRmAOCPBfIdwdfLWK9mI0PjuHzJ2jEdhC4H2Q3ArvOPK+Y8toYQTmgMCrlKSOxGy/BXyZDDOR2g5RRn0m6Q9OM6456oMDTzwA/1HjF5WjTuzY5oNArwM/jY0ZkT48pixdckbL6J1qXKt0yd5BJz7wX2N+ebH8aqCPgP2gfETJ+pQQ2IdkTgTrCsqOPTETvRx8GhWTEZgoAqcir+0CZo75SMw+/uMZnvn9CpjO9NkxCO1VkXJR3qXzGzv+UNzGzm/s+EPXz5tyj8hBVAy5/3h0vCJ3um0EVoiA/gUYbzXvoHh1IhpOR+PtscO6EVgxAtxG7FfAzKnuSEwbv8D438F72TAZgRUicAbmfnzd/HVHYvr/GMzLbT9koyXpl4Iy6hoe+6Iue5bRh3pm+ssn6vKLfdQzaWxb/zw+t5viNdmb4ilPSforZtTr7E3xY4zs26atXOrmb7LnOeh/Pvjp2RDbChr7ss6vlX8JmN9jbDICy0SAz0c8Ely5jVAibQqTAb4NPgHcpugV29IIDEGAO4AngSv/KXkM3KaI6f8F8E/A9wS7kAGCaVQEfobofwz+cJtZ2hYxY30KzCMyL78t2kvDbDICgxB4Lka/tW2ELkXMmDwinwu+H5g3RUjxyCydMuobjqlPPlHST+OiHn266DFG1NvGiGOirvGxL+pt7fKTjDGiLntXGWNEvW2cOCbqGh/7ot7WLj9JxngBuNM9Cg7uQ0di0MvAe/sM9hgjUIPAS9HPIu5EXY/ECs5txRvBvDXNgjYZgaEIvAYB/rpPkL5FzLl+Cn4vmFsM/jdSfZ8bVJMR6IQAn9V5RqcRwbnvdiKE2FC5P2YSJ4NvsNHjH0agHQKfhtujwTwo9qIhR+I44dVo8PVp/kngL8ZtwAeBTUZgEQK8SPAYcJe7wvvFK1XECswnjfhQ/SvB3wEfCv5FcKkjPkKZ1gSBS7GO3wZ/d+h6llFct0SSvHV4HPhO4OuDTbsbAb7L+Sgwj8SDaRlFHJPkTZJ7gI8G/yqYBX4LMAub2w/ykL8OXM81YK1LOuXcqM8NpTmsn1sHnjt9stQHog+7VDzHKYcAP5tDwDxRFvM/XVG/Kfh24NuC94K5ZetT9Bi2dOIFgDeXnPWAksEcqygC/OtxxRY3BeZfsGPAdwTzcue9wFO85Pl65FW0gBFv+88uddP6IMCj8gngh4HvA74JeNXE74p4CLj3pbS6BXg7UYfMevXzyPxw8Elgnn/oc8/nDOxXH9Rtfeg5xfcRi8+lX8ygpUmLKR3X8aaJALcYfMSR12ZvuMQUn425XjfWfC7isZCddlyeMP4h+LFgXssfk85EcF5OG42GXM4aLSkHHh2Bn2AG3mHlI4/co/KE8Hrg0sTLafxFGfU7/uZyWaY0uI63iQDvsJ4CPh78gc2uoj/5uO7Xi0asCObtRAUou7jrwVj734FvvIVBPtHrAs234MwbWzzqj0o+Eo8K7+yCvxsZPxD8RbAOcJJdF/NPGDB6ATOpvgl2XZD954UAb4K9GPzQnmnzoZ5jwcWvCVfl4yNxFSruY/E9HfzWnlC8E+OWUsDMz1cnen5Ku2TYe7DOW4GPAuuvtiQhkE4p5o0RXr4b9YoE4m+Tj8TbUFipQeCP0P/2LVsuWnarb8tl4/HK89VYhnQRLwPl+c/BrQW3CG3og22cSvq4iEuiud6x/gDL+1iLJb6rhU9Rl/ynoGhwB1s7BHiL+kPgm9es7AfoPxI89IGhmvDV3T4SV+Pi3moEvodunrTxu9Kq6CvoXGoBMwkXcdVH4b5FCPBFYN7IqKILqjrH7nMRj43wesb/GyzrrIqlXVjRN3qXi3h0iNd2gidiZbwWHM+rlnppTci6iIWEZVcEvokBL9waxEImf3WrbWEEZoXA+5EtXzsiHzGrzJ2sEdhC4K6Q3AuziJf5ytPW9BZGoAwCpyLMJWA+/WYyArNE4DBkzWeQV0J+im0lsK/dpHyX7nLw51axMp5RfnYVE3tOI1AKAV9iK4Wk46wMARfxyqD3xKUQcBGXQtJxVoZAUxFzz0zSHRnpG50VP4b6ax7JPF/X+BUpdurqOt9Qf61b0uvfeVu7El9e15Oh7tONdumSVWOiTbpkk3+2a5wk7VV67MsxhrZjbOmSVbGjTbpkk3+2a5wk7VV67MsxhrZjbOmSVbGjTbpkk3+2a5wk7fvpTUfiHNRtIzA5BFzEk/tInFBXBHIR61BNWcWML582c8lXsZrGl/YfGk95SzblnzEZOn/TfE3xm+xN+Wrdkk35NMVrGt8r36o9sQLlhGICi3zyuOgrXTL7xjmiPsQ/jpUu2TR/tmucZLZXtaOvdMll+Me5pEs2zZ/tGieZ7VXt6Ctdsoh/PhJXBXWfEZg0Ai7iSX88Tq4NAi7iNijZZ9IIqIi5R9E+RZKJS6+zD11c6fhd4zX5N9m9/mEIFME3n9jFoEpPfWxLl5TPEBljSZfsEzeOlS5ZFS/apEvSv0qPfVUxu/TFWNIlu8SRbxwrXVI+UUabdEn6VemxL8bqo8dY0iVbxdORuJWznYzAFBFwEU/xU3FOnRBoKmId1imrmJPJp9PENc6KpblKx6+ZtrY756O8JEvnl+crHb92oTWGnI/WLVk6vzxfq/h5T1y1FgVeZFvkUzVuUV+MJV1y0bixbIvmlk2yRA4xlnTJEvG7xlg0t2ySXWNX+cdY0iWr/P1dbJWouHNWCDRtJ2a1GCe7OxFwEe/Oz32tVp2LWHsPyqhPZdExp6iXyi/GjHqp+EPjxJyiPjSuxseYUZd91TLmtK1XndjJyISlS656ETGnqJfML8aSLun1rx6B+Fls6PlIvPoUnYER6IiAi7gjYHafHgIqYh6WdZiWnEK2ymWs/MaOPxTDsfMbO/5S1p/3xHFRQxMoNV45MZ50yRJzxFjSJUvEHxoj5iJdcmhsjo+xpEuWiD80RsxFuuRGbB2Jh07k8UZgZQi4iFcGvScuhYCLuBSSjrMyBPKeeGWJeGIj0BcBH4n7Iudxk0HARTyZj8KJ9EXARdwXOY+bDAIu4sl8FE6kLwI+seuLnMdNBgEfiSfzUTiRvgi4iPsi53GTQcBFPJmPwon0RcB74r7IedxkEPCReDIfhRPpi4CLuC9yHjcZBFzEk/konEhfBFzEfZHzuMkg4BO7yXwUTqQvAj4S90XO4yaDgIt4Mh+FE+mLgIu4L3IeNxkESu+Jr8HK+CYqJUm63k5tsm+Omu/PpvU12ee78s3Mm9bXZO+1fhZxSVKxSjJ2lV7VVzKPVcXSuiS9/iV8/t5OrKrcPW8xBFzExaB0oFUh4CJeFfKetxgCpU/siiXmQEagLQI+ErdFyn6TRcBFPNmPxom1RcBF3BYp+00WgXXfE49ycX2yn+b+ie2K9Ze+2bE/jKvt0U0HSWYT9dVmN/7sWqvkWq7f24nxC8kzjIyAi3hkgB1+fAS0ndCfm7yHyhnQTz7Z1qetWJSkHL/Jvjmq/c+meNmeI+f8sr1rO8+X4zfZx54vx8/5ZXvXdtP6muwb8zGpr3Wd2f5GYEoIeDsxpU/DufRCwEXcCzYPmhICLuIpfRrOpRcCQ2925I13TiKfCGT/JvvQeHl86XZeT47ftL4m+9B4eXzp9iTWTxD3lV6Z4xmBZSLg7cQy0fZcoyDgIh4FVgddJgJdi5jbDxJlFctGScr+sS/qihX7ol5np0+kPJ/GSdJXPnFcW11jFS/LHD/7l7bnvPN8Tfnl8U3trvGz/9jrb8rfdiNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBI2AEjIARMAJGwAgYASNgBIyAETACRsAIGAEjYASMgBEwAkbACBgBIzANBP4fpjltSVA86WoAAAAASUVORK5CYII=)}}.str-chat__message .str-chat__reaction-list,.str-chat__message-commerce .str-chat__reaction-list{background-position:0 -66px;background-repeat:repeat-x;height:33px;position:absolute;right:15px;top:-28px;width:auto;z-index:1}.str-chat__message .str-chat__reaction-list ul,.str-chat__message-commerce .str-chat__reaction-list ul{display:flex;font-size:16px;font-size:var(--lg-font);justify-content:center;line-height:26px;list-style-type:none;margin:-1px -16px 0 0;padding:0;position:relative;z-index:888}.str-chat__message .str-chat__reaction-list ul button,.str-chat__message-commerce .str-chat__reaction-list ul button{background-color:initial;border:none;cursor:pointer;display:flex}.str-chat__message .str-chat__reaction-list .emoji-mart-emoji,.str-chat__message-commerce .str-chat__reaction-list .emoji-mart-emoji{display:flex}.str-chat__message .str-chat__reaction-list:after,.str-chat__message .str-chat__reaction-list:before,.str-chat__message-commerce .str-chat__reaction-list:after,.str-chat__message-commerce .str-chat__reaction-list:before{content:"";height:33px;position:absolute;top:0}.str-chat__message .str-chat__reaction-list:after,.str-chat__message-commerce .str-chat__reaction-list:after{background-position:-33px -33px;right:-26px;width:26px}.str-chat__message .str-chat__reaction-list:before,.str-chat__message-commerce .str-chat__reaction-list:before{background-position:0 -33px;left:-13px;width:13px}.str-chat__message .str-chat__reaction-list--reverse,.str-chat__message-commerce .str-chat__reaction-list--reverse{left:15px;position:absolute;right:auto}.str-chat__message .str-chat__reaction-list--reverse ul,.str-chat__message-commerce .str-chat__reaction-list--reverse ul{margin:-1px -4px 0 -16px}.str-chat__message .str-chat__reaction-list--reverse:after,.str-chat__message-commerce .str-chat__reaction-list--reverse:after{background-position:-46px 0;right:-13px;width:13px}.str-chat__message .str-chat__reaction-list--reverse:before,.str-chat__message-commerce .str-chat__reaction-list--reverse:before{background-position:0 0;left:-26px;width:26px}.str-chat__message .str-chat__reaction-list li,.str-chat__message-commerce .str-chat__reaction-list li{align-items:center;display:flex}.str-chat__message .str-chat__reaction-list li button,.str-chat__message-commerce .str-chat__reaction-list li button{padding:0}.str-chat__message .str-chat__reaction-list--counter,.str-chat__message-commerce .str-chat__reaction-list--counter{color:#fff;color:var(--button-background);font-size:12px;font-size:var(--sm-font)}.str-chat__message--me .str-chat__message-commerce-inner>.str-chat__reaction-list,.str-chat__message--right .str-chat__message-commerce-inner>.str-chat__reaction-list,.str-chat__message-commerce--me .str-chat__message-commerce-inner>.str-chat__reaction-list,.str-chat__message-commerce--right .str-chat__message-commerce-inner>.str-chat__reaction-list{left:46px}.str-chat__message--me .str-chat__reaction-list,.str-chat__message--right .str-chat__reaction-list,.str-chat__message-commerce--me .str-chat__reaction-list,.str-chat__message-commerce--right .str-chat__reaction-list{left:16px;right:auto}.str-chat__message--me .str-chat__reaction-list ul,.str-chat__message--right .str-chat__reaction-list ul,.str-chat__message-commerce--me .str-chat__reaction-list ul,.str-chat__message-commerce--right .str-chat__reaction-list ul{margin:-1px 0 0 -16px}.str-chat__message--me .str-chat__reaction-list:after,.str-chat__message--right .str-chat__reaction-list:after,.str-chat__message-commerce--me .str-chat__reaction-list:after,.str-chat__message-commerce--right .str-chat__reaction-list:after{background-position:-46px 0;right:-13px;width:13px}.str-chat__message--me .str-chat__reaction-list:before,.str-chat__message--right .str-chat__reaction-list:before,.str-chat__message-commerce--me .str-chat__reaction-list:before,.str-chat__message-commerce--right .str-chat__reaction-list:before{background-position:0 0;left:-26px;width:26px}.str-chat__message--me .str-chat__reaction-list--reverse,.str-chat__message--right .str-chat__reaction-list--reverse,.str-chat__message-commerce--me .str-chat__reaction-list--reverse,.str-chat__message-commerce--right .str-chat__reaction-list--reverse{left:auto;right:15px}.str-chat__message--me .str-chat__reaction-list--reverse ul,.str-chat__message--right .str-chat__reaction-list--reverse ul,.str-chat__message-commerce--me .str-chat__reaction-list--reverse ul,.str-chat__message-commerce--right .str-chat__reaction-list--reverse ul{margin:-1px -16px 0 0}.str-chat__message--me .str-chat__reaction-list--reverse:after,.str-chat__message--right .str-chat__reaction-list--reverse:after,.str-chat__message-commerce--me .str-chat__reaction-list--reverse:after,.str-chat__message-commerce--right .str-chat__reaction-list--reverse:after{background-position:-33px -33px;right:-26px;width:26px}.str-chat__message--me .str-chat__reaction-list--reverse:before,.str-chat__message--right .str-chat__reaction-list--reverse:before,.str-chat__message-commerce--me .str-chat__reaction-list--reverse:before,.str-chat__message-commerce--right .str-chat__reaction-list--reverse:before{background-position:0 -33px;left:-13px;width:13px}.str-chat__message-commerce-inner>.str-chat__reaction-list{left:auto;right:46px}.str-chat__message-commerce--right .str-chat__message-commerce-inner>.str-chat__reaction-list{left:46px;right:auto}.str-chat__message-reactions-list{display:flex;list-style-type:none;margin:0;padding:0}.str-chat__message-reactions-list-item{font-size:22px;font-size:var(--xl-font);line-height:0;margin:0 4px;margin:0 var(--xxs-m);position:relative}.str-chat__message-reactions-list-item button{padding:0}.str-chat__message-reactions-list-item span[role=img]{display:block;position:relative;top:-2px;transition:transform .1s ease}.str-chat__message-reactions-list-item span[role=img]:hover{transform:scale(1.4)}.str-chat__message-reactions-list-item__count{color:#fff;color:var(--white);font-size:10px;font-size:var(--xs-font);font-weight:700;font-weight:var(--font-weight-bold);left:6px;position:absolute;top:28px}.str-chat__message-reactions-list-item .latest-user{height:20px;left:0;position:absolute;top:-24px;width:20px}.str-chat__message-reactions-list-item .latest-user-tooltip{background:#000c;background:var(--black80);background-image:linear-gradient(-180deg,#0000,#00000080);background-image:linear-gradient(-180deg,#0000,var(--black50));border-radius:4px;border-radius:var(--border-radius-sm);bottom:calc(100% + 5px);color:#fff;color:var(--white);display:none;font-size:12px;font-size:var(--sm-font);left:50%;max-width:237px;padding:4px 8px;padding:var(--xxs-p) var(--xs-p);position:absolute;text-align:center;transform:translate(-50%)}.str-chat__message-reactions-list-item .latest-user-tooltip:after{background-color:#343434;background-color:var(--dark-grey);content:"";height:7px;left:50%;position:absolute;top:calc(100% - 4px);transform:translate(-50%) rotate(45deg);width:7px}.str-chat__message-reactions-list-item .latest-user-not-found{background-color:var(--secondary-color)}.str-chat__message-reactions-list-item .latest-user img,.str-chat__message-reactions-list-item .latest-user-not-found{border:1.5px solid #fff;border:1.5px solid var(--white);border-radius:999px;border-radius:var(--border-radius-round);height:inherit;width:inherit}.str-chat__message-reactions-list-item .latest-user img{object-fit:cover}.str-chat__message-reactions-list-item .latest-user:hover .latest-user-tooltip{display:block}button.str-chat__message-reactions-list-item{background-color:initial;border:none;display:flex;padding:0}.str-chat__reaction-selector{align-items:center;background:#000;background:var(--black);background-image:linear-gradient(-180deg,#0000,#00000014);background-image:linear-gradient(-180deg,#0000,var(--border));border:1px solid #ffffff0d;border:1px solid var(--white5);border-radius:999px;border-radius:var(--border-radius-round);box-shadow:0 3px 1px 0 #00000014,0 11px 8px 0 #00000014;box-shadow:0 3px 1px 0 var(--border),0 11px 8px 0 var(--border);display:flex;height:60px;position:absolute;width:auto;z-index:999}.str-chat__reaction-selector ul{margin:0 16px;margin:0 var(--sm-m);position:relative;z-index:1000}.str-chat__reaction-selector-tooltip{background:#000;background:var(--black);border-radius:4px;border-radius:var(--border-radius-sm);bottom:calc(100% + 15px);color:#fff;color:var(--white);font-size:12px;font-size:var(--sm-font);max-width:100%;min-height:24px;min-width:85px;padding:4px 8px;padding:var(--xxs-p) var(--xs-p);position:absolute;text-align:center}.str-chat__reaction-selector-tooltip .arrow{background-color:#000;background-color:var(--black);height:7px;left:50%;position:absolute;top:calc(100% - 4px);transform:translate(-50%) rotate(45deg);width:7px}.str-chat__reaction-selector .emoji-mart-emoji:hover{cursor:pointer;transform:scale(1.2);transition:.1s}.str-chat__message .str-chat__reaction-selector,.str-chat__message-commerce .str-chat__reaction-selector,.str-chat__message-livestream .str-chat__reaction-selector,.str-chat__message-simple .str-chat__reaction-selector,.str-chat__message-team .str-chat__reaction-selector{left:0;top:-65px}.str-chat__message-commerce--right .str-chat__reaction-selector{left:auto;right:0}.str-chat__message-livestream .str-chat__reaction-selector{left:auto;right:0;top:-70px}.str-chat__message-team .str-chat__reaction-selector{left:auto;right:0;top:-60px}.str-chat__message-simple .str-chat__reaction-selector{left:0;right:auto}.str-chat__message-simple .str-chat__reaction-selector--reverse,.str-chat__message-simple--me .str-chat__reaction-selector{left:auto;right:0}.str-chat__message-simple--me .str-chat__reaction-selector--reverse{left:0;right:auto}.str-chat__send-button{background:0;border:0;margin-left:8px;margin-left:var(--xs-m);outline:0}.str-chat__send-button:focus{outline:5px auto -webkit-focus-ring-color}@media screen and (min-width:768px){.str-chat__send-button{display:none}}.str-chat__simple-reactions-list{border:1px solid #00000014;border:1px solid var(--border);border-radius:4px;border-radius:var(--border-radius-sm);display:inline-flex;line-height:1;list-style-type:none;margin:8px 0 0;margin:var(--xs-m) 0 0 0;padding:4px 4px 2px;padding:var(--xxs-p) var(--xxs-p) calc(var(--xxs-p)/2) var(--xxs-p);position:relative}.str-chat__simple-reactions-list-tooltip{background:#0009;background:var(--overlay-dark);background-image:linear-gradient(-180deg,#0000,#00000080);background-image:linear-gradient(-180deg,#0000,var(--black50));border-radius:4px;border-radius:var(--border-radius-sm);bottom:calc(100% + 10px);color:#fff;color:var(--white);font-size:12px;font-size:var(--sm-font);left:50%;max-width:275px;min-height:24px;padding:4px 8px;padding:var(--xxs-p) var(--xs-p);position:absolute;text-align:center;transform:translate(-50%);width:auto}.str-chat__simple-reactions-list-tooltip>.arrow{border-left:4px solid #0000;border-right:4px solid #0000;border-top:4px solid #0009;border-top:4px solid var(--overlay-dark);height:0;left:50%;position:absolute;top:100%;transform:translate(-50%);width:0}.str-chat__simple-reactions-list-item{cursor:pointer;margin:0}.str-chat__simple-reactions-list-item>span{line-height:1}.str-chat__simple-reactions-list-item .emoji-mart-emoji:hover{transform:scale(1.2);transition:transform .2s ease-in-out}.str-chat__simple-reactions-list-item--last-number{align-items:center;color:#000;display:flex;font-size:10px;font-size:var(--xs-font)}.dark.str-chat .str-chat__simple-reactions-list{border:1px solid #ffffff1a;border:1px solid var(--white10);border-radius:4px;border-radius:var(--border-radius-sm)}.dark.str-chat .str-chat__simple-reactions-list-item--last-number{color:#fff;color:var(--white)}.str-chat__small-message-input{display:flex;flex-wrap:wrap;margin:8px;margin:var(--xs-m);padding:8px;padding:var(--xs-m);position:relative;z-index:1000}.str-chat__small-message-input .rfu-file-previewer,.str-chat__small-message-input .rfu-image-previewer{flex:1 1 100%}.str-chat__small-message-input__wrapper{position:relative;width:100%;z-index:0}.str-chat__small-message-input-emojiselect,.str-chat__small-message-input-fileupload{background-color:initial;border:none;cursor:pointer;padding:0}.str-chat__small-message-input-emojiselect{bottom:10px;right:6px}.str-chat__small-message-input .rfu-file-upload-button{bottom:9px;right:26px}.str-chat__small-message-input--textarea-wrapper{flex:1 0;flex-wrap:wrap;position:relative}.str-chat__small-message-input .rfu-file-upload-button,.str-chat__small-message-input-emojiselect{fill:#7a7a7a;fill:var(--grey);align-items:center;background-size:44px 44px;cursor:pointer;display:inline-flex;height:22px;justify-content:center;position:absolute;width:22px}.str-chat__small-message-input .rfu-file-upload-button:hover,.str-chat__small-message-input-emojiselect:hover{fill:#000;fill:var(--black)}.str-chat__small-message-input-emojipicker{bottom:100%;position:absolute;right:0;transform:scale(.8);transform-origin:100% 100%}.str-chat__small-message-input--send-button{background:none;border:none;cursor:pointer;flex:0 1;outline:0}.str-chat__small-message-input--send-button:hover{opacity:.69}@media screen and (min-width:768px){.str-chat__small-message-input--send-button{display:none}}.str-chat__small-message-input textarea{background:#ecebeb;background:var(--grey-whisper);color:#000;color:var(--black);font-size:12px;font-size:var(--sm-font);min-height:36px;padding:10px 44px 8px 8px}.str-chat__small-message-input textarea:focus{height:36px}.str-chat__small-message-input .str-chat__emojisearch{bottom:100%}.str-chat__small-message-input .str-chat__user-item{font-size:14px;font-size:var(--md-font)}.str-chat__small-message-input .rfu-file-upload-button{cursor:pointer;position:absolute;right:28px}.str-chat__small-message-input .rfu-dropzone .rfu-dropzone__notifier{z-index:1000}.dark.str-chat .str-chat__small-message-input textarea{background:#ffffff0d;background:var(--white5);border:1px solid #0003;border:1px solid var(--black20);border-radius:4px;border-radius:var(--border-radius-sm);color:#fff;color:var(--white)}.dark.str-chat .str-chat__small-message-input .rfu-file-upload-button svg,.dark.str-chat .str-chat__small-message-input .str-chat__small-message-input-emojiselect svg{fill:#fff;fill:var(--white)}.str-chat__thread{background:#ecebeb;background:var(--grey-whisper);display:flex;flex:1 0 300px;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);max-height:100%;max-width:300px;min-width:300px;overflow-y:hidden;overflow:hidden;padding-top:0}.str-chat__thread--full{max-width:100%}.str-chat__thread-header{align-items:center;background:#ecebeb;background:var(--grey-whisper);box-shadow:0 1px 1px 0 #00000014;box-shadow:0 1px 1px 0 var(--border);display:flex;height:70px;justify-content:space-between;min-height:70px;padding:0 16px;padding:0 var(--sm-p);position:relative;top:0;width:100%}.str-chat__thread-header-details{font-size:14px;font-size:var(--md-font)}.str-chat__thread-header-details small{display:block;font-size:12px;font-size:var(--sm-font)}.str-chat__thread-start{background:#ecebeb;background:var(--grey-whisper);border-radius:4px;border-radius:var(--border-radius-sm);font-size:12px;font-size:var(--sm-font);margin:8px 8px 0;margin:var(--xs-m) var(--xs-m) 0 var(--xs-m);padding:8px;padding:var(--xs-p);text-align:center}.str-chat__thread-list{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;padding-top:16px;padding-top:var(--sm-p)}.str-chat__thread-list .str-chat__list{padding:0}.str-chat__thread-list .str-chat__message:first-of-type .str-chat__message-inner{margin-left:0;margin-right:0}.str-chat__thread-list .str-chat__message-attachment.str-chat__message-attachment--file{border-bottom:1px solid #ecebeb;border-bottom:1px solid var(--grey-whisper);border-radius:8px;border-radius:var(--border-radius-md)}.str-chat__thread-list .quoted-message{align-items:flex-end;display:flex;margin-bottom:4px;margin-bottom:var(--xxs-m)}.str-chat__thread-list .quoted-message-inner{align-items:flex-end;background:#ecebeb;background:var(--grey-whisper);border-radius:8px 8px 8px 0;border-radius:var(--border-radius-md) var(--border-radius-md) var(--border-radius-md) 0;display:flex;max-width:408px;padding:4px 8px;padding:var(--xxs-p) var(--xs-p);text-align:start}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment.str-chat__message-attachment--file{display:none}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment-card.str-chat__message-attachment-card--image{border-radius:0;border-radius:initial}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment.str-chat__message-attachment--card{border:none;border-radius:8px;border-radius:var(--border-radius-md)}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment--image:first-of-type{max-height:48px;max-width:48px}.str-chat__thread-list .quoted-message-inner .str-chat__message-attachment img{border-radius:8px;border-radius:var(--border-radius-md)}.str-chat__thread-list .quoted-message-inner :nth-child(2){margin-left:8px;margin-left:var(--xs-m)}.messaging.str-chat .str-chat__thread,.str-chat__thread-list .quoted-message.mine .quoted-message-inner{background:#fff;background:var(--white)}.messaging.str-chat .str-chat__thread{border-radius:8px 8px 0 0;border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;display:flex;flex-direction:column;margin-right:8px;margin-right:var(--xs-m);margin-top:16px;margin-top:var(--sm-m);max-height:100%;overflow:hidden;padding-top:0}.messaging.str-chat .str-chat__thread.str-chat__thread--full{background:#fff;background:var(--white);height:100vh;margin:0;max-width:100%;position:fixed;right:0;top:0;width:100vw;z-index:1000}.messaging.str-chat .str-chat__thread .str-chat__gallery{border-radius:0;justify-content:flex-end}.messaging.str-chat .str-chat__thread .str-chat__gallery-image,.messaging.str-chat .str-chat__thread .str-chat__gallery-placeholder{height:100px;width:100px}.messaging.str-chat .str-chat__thread-list{padding:16px 16px 0;padding:var(--sm-p) var(--sm-p) 0 var(--sm-p)}.messaging.str-chat .str-chat__thread-list>.str-chat__list{background:#0000;padding:0}.messaging.str-chat .str-chat__thread-list>.str-chat__list .str-chat__list--thread{padding:0}.messaging.str-chat .str-chat__thread-header{background:#fff;background:var(--white);border:none;box-shadow:0 2px 9px 0 #00000014,0 1px 0 0 #00000014;box-shadow:0 2px 9px 0 var(--border),0 1px 0 0 var(--border)}.messaging.str-chat .str-chat__thread-header .str-chat__square-button{cursor:pointer}.messaging.str-chat .str-chat__thread-start{margin-top:24px;margin-top:var(--md-m)}@media screen and (max-width:960px){.messaging.str-chat .str-chat__thread{background:#fff;background:var(--white);height:100vh;margin:0;max-width:100%;position:fixed;right:0;top:0;width:100vw;z-index:1000}}.messaging.str-chat.dark .str-chat__thread{background:#ffffff0d;background:var(--white5)}.messaging.str-chat.dark .str-chat__thread-header{background:#000c;background:var(--black80);box-shadow:0 7px 9px 0 #0000000d,0 1px 0 0 #0000000d;box-shadow:0 7px 9px 0 var(--black5),0 1px 0 0 var(--black5);color:#fff;color:var(--white)}.messaging.str-chat.dark .str-chat__thread-start{color:#fff;color:var(--white)}@media screen and (max-width:960px){.messaging.str-chat.dark .str-chat__thread{background:#343434;background:var(--dark-grey)}}.team.str-chat .str-chat__thread{background:#fff;background:var(--white)}@media screen and (max-width:960px){.team.str-chat .str-chat__thread{background:#fff;background:var(--white);height:100vh;margin:0;max-width:100%;position:fixed;right:0;top:0;width:100vw;z-index:1000}}.team.str-chat .str-chat__thread-header{height:80px}.team.str-chat.dark .str-chat__thread{background:#1d1f22;background:var(--dt-bg-team)}.livestream.str-chat .str-chat__thread,.str-chat .str-chat__thread{background:#0000}.livestream.str-chat .str-chat__thread--full,.str-chat .str-chat__thread--full{background:#fff;background:var(--white);height:100vh;margin:0;max-width:100%;position:fixed;right:0;top:0;width:100vw;z-index:1000}.livestream.str-chat .str-chat__thread-header,.str-chat .str-chat__thread-header{background:#ffffff4d;background:var(--white30)}.livestream.str-chat .str-chat__list--thread,.str-chat .str-chat__list--thread{padding:0 8px;padding:0 var(--xs-p)}.livestream.str-chat.dark .str-chat__thread,.str-chat.dark .str-chat__thread{background:#343434;background:var(--dark-grey)}.livestream.str-chat.dark .str-chat__thread-header,.str-chat.dark .str-chat__thread-header{background:#ffffff0d;background:var(--white5);box-shadow:0 1px 1px 0 #0000004d;box-shadow:0 1px 1px 0 var(--black30);color:#fff;color:var(--white)}.livestream.str-chat.dark .str-chat__thread-start,.str-chat.dark .str-chat__thread-start{background:#0000000d;background:var(--black5);border-radius:4px;border-radius:var(--border-radius-sm);color:#fff;color:var(--white)}.str-chat__typing-indicator{align-items:center;display:flex;visibility:hidden}.str-chat__typing-indicator--typing{visibility:visible}.str-chat__typing-indicator__avatars{display:flex}.str-chat__typing-indicator__avatars .str-chat__avatar{margin-right:-8px;margin-right:calc(var(--xs-m)*-1)}.str-chat__typing-indicator__avatars .str-chat__avatar:last-of-type{margin-right:8px;margin-right:var(--xs-m)}.str-chat__typing-indicator__dots{background:#fff;background:var(--white);border:1px solid #0000001a;border:1px solid var(--black10);border-radius:16px 16px 16px 2px;border-radius:var(--border-radius) var(--border-radius) var(--border-radius) 2px;padding:4px 8px;padding:var(--xxs-p) var(--xs-m);position:relative}.str-chat__typing-indicator__dot{animation:wave 1.1s linear infinite;background:#006cff;background:var(--primary-color);border-radius:999px;border-radius:var(--border-radius-round);display:inline-block;height:6px;margin-right:4px;margin-right:var(--xxs-m);width:6px}.str-chat__typing-indicator__dot:nth-child(2){animation-delay:-.9s;opacity:.5}.str-chat__typing-indicator__dot:nth-child(3){animation-delay:-.8s;opacity:.2}.dark.str-chat .str-chat__typing-indicator__avatars .str-chat__avatar{border-color:#343434;border-color:var(--dark-grey)}.dark.str-chat .str-chat__typing-indicator__dots{background:#ffffff0d;background:var(--white5)}@keyframes wave{0%,60%,to{transform:none}30%{transform:translateY(-8px)}}.str-chat__tooltip{background:#000;background:var(--black);border-radius:4px;border-radius:var(--border-radius-sm);bottom:calc(100% + 10px);color:#fff;color:var(--white);display:flex;font-size:10px;font-size:var(--xs-font);max-width:300px;padding:4px 8px;padding:var(--xxs-p) var(--xs-p);position:absolute;right:0}.str-chat__tooltip button{background:none;border:none;color:#006cff;color:var(--primary-color);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--second-font);font-size:10px;font-size:var(--xs-font);outline:none;outline:0}.str-chat__tooltip a{color:#006cff;color:var(--primary-color);text-decoration:none}.str-chat__tooltip:after{background:#000;background:var(--black);bottom:-2px;content:"";height:5px;position:absolute;right:5px;transform:rotate(45deg);width:5px}.str-chat__virtual-list{font-size:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper{padding:1px 40px;padding:1px var(--xl-p);width:100%}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple{padding-bottom:16px;padding-bottom:var(--sm-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first{padding-bottom:0;padding-left:40px;padding-left:var(--xl-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first .str-chat__avatar,.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first .str-chat__message-data.str-chat__message-simple-data{display:none}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first.str-chat__message-simple--me{padding-left:0;padding-right:40px;padding-right:var(--xl-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first.str-chat__message-simple--me.str-chat__virtual-message__wrapper--end{padding-right:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first.str-chat__virtual-message__wrapper--end{padding-bottom:8px;padding-bottom:var(--xs-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--first.str-chat__virtual-message__wrapper--end .str-chat__message-data.str-chat__message-simple-data{display:block;position:relative;width:100%}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--group{align-items:center;padding-bottom:0;padding-left:40px;padding-left:var(--xl-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--group.str-chat__message-simple--me{padding-left:0;padding-right:40px;padding-right:var(--xl-p)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--group.str-chat__message-simple--me.str-chat__virtual-message__wrapper--end{padding-right:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--group .str-chat__message-data.str-chat__message-simple-data{display:block;position:relative;width:100%}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--end{padding-bottom:8px;padding-bottom:var(--xs-p);padding-left:0}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--end .str-chat__avatar,.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple.str-chat__virtual-message__wrapper--end .str-chat__message-data.str-chat__message-simple-data{display:block}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message{align-items:flex-end;display:flex;margin-bottom:4px;margin-bottom:var(--xxs-m)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner{align-items:flex-end;background:#ecebeb;background:var(--grey-whisper);border-radius:8px 8px 8px 0;border-radius:var(--border-radius-md) var(--border-radius-md) var(--border-radius-md) 0;display:flex;max-width:408px;padding:4px 8px;padding:var(--xxs-p) var(--xs-p);text-align:start}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner .str-chat__message-attachment-card.str-chat__message-attachment-card--image{border:none;border-radius:8px;border-radius:var(--border-radius-md)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner .str-chat__message-attachment--image:first-of-type{border-radius:8px;border-radius:var(--border-radius-md);max-height:48px;max-width:48px}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner .str-chat__message-attachment img{border-radius:8px;border-radius:var(--border-radius-md)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner .str-chat__message-attachment--file:first-of-type{background:#fff;background:var(--white);border-bottom:1px solid #ecebeb;border-bottom:1px solid var(--grey-whisper);border-radius:8px;border-radius:var(--border-radius-md);min-width:33%}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message-inner :nth-child(2){margin-left:8px;margin-left:var(--xs-m)}.str-chat__virtual-list .str-chat__virtual-list-message-wrapper .str-chat__message-simple .quoted-message.mine .quoted-message-inner{background:#fcfcfc;background:var(--white-snow)}.str-chat__virtual-list .str-chat__message.str-chat__message--deleted{align-items:normal;margin:0}.str-chat__virtual-list .str-chat__typing-indicator{padding:5px 40px}.giphy-preview-message{background:#fcfcfc;background:var(--white-snow);border-top:2px solid #00000014;border-top:2px solid var(--border)}.str-chat__virtual-message__wrapper{display:flex;flex-direction:row;padding:10px 40px;position:relative}.str-chat__virtual-message__wrapper:hover{background:#f8f8ff}.str-chat__virtual-message__wrapper>.str-chat__avatar{margin:0}.str-chat__virtual-message__wrapper>.str-chat__virtual-message__content{padding-left:12px}.str-chat__virtual-message__wrapper .str-chat__avatar--rounded{border-radius:16px;border-radius:var(--border-radius)}.str-chat__virtual-message__wrapper .str-chat__avatar-fallback{background-color:#789}.str-chat__virtual-message__meta{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.str-chat__virtual-message__data{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between;margin-left:auto;min-width:70px}.str-chat__virtual-message__author{color:#006cff;color:var(--primary-color);font-size:1rem}.str-chat__virtual-message__date{display:block;font-size:.7rem;margin-left:auto;opacity:.5;padding-left:8px}.str-chat__virtual-message__actions{cursor:pointer;position:relative}.str-chat__virtual-message__actions svg{fill:#000;fill:var(--black);opacity:.5}.str-chat__virtual-message__actions:hover svg{opacity:1}.str-chat__virtual-message__actions .str-chat__message-actions-box{border-radius:16px 16px 2px 16px;border-radius:var(--border-radius) var(--border-radius) calc(var(--border-radius-sm)/2) var(--border-radius);bottom:10px;left:auto;right:100%}.str-chat__virtual-message__content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.str-chat__virtual-message__content .str-chat__message--deleted-inner{padding:8px 0}.str-chat__virtual-message__text{display:flex;font-size:.9rem;justify-content:space-between;padding-top:5px;width:100%;word-break:break-word}.str-chat__virtual-message__text p{padding-right:16px}.str-chat__virtual-message__text a{color:#006cff;color:var(--primary-color);font-weight:700;font-weight:var(--font-weight-bold);text-decoration:none}.str-chat__virtual-message__wrapper--group{padding-top:0}.str-chat__virtual-message__wrapper--group .str-chat__virtual-message__author,.str-chat__virtual-message__wrapper--group>.str-chat__avatar{display:none}.str-chat__virtual-message__wrapper--group .str-chat__virtual-message__content{padding-left:50px}.str-chat__virtual-message__wrapper--group .str-chat__virtual-message__content .str-chat__gallery{justify-content:normal;margin:0;width:100%}.dark .str-chat__virtual-message__wrapper:hover{background:#0003;background:var(--black20)}.dark .str-chat__virtual-message__text{color:#f8f8ff}.dark .str-chat__virtual-message__date{color:#fff;color:var(--white)}.App{text-align:center}.App-logo{animation:App-logo-spin 20s linear infinite;height:40vmin;pointer-events:none}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.b1,.b1-semi-bold,.b2,.b2-semi-bold,.b3,.b3-semi-bold,.b4,.caption,.caption-semi-bold,.h1,.h2,.h2-semi-bold,.h3,.h4,.h5,.h6,.h6-semi-bold,.h7,.h7-semi-bold,.h8-semi-bold,.label,.label-button,.label-semi-bold,.label2,.label2-semi-bold,.semi-bold-ul,h1,h2,h3,h4,h5,h6,header,label,li,p,strong,td,tr,ul{color:var(--black)}input{color:var(--gray-950)}body{background-color:var(--smooth-ivory)}p [data-theme=dark]{color:var(--black)}.CommunityNavbar_navbar-logo-left-container__pfezq{background-color:initial;margin-left:auto;margin-right:auto;max-width:100%;padding:15px 20px;width:1030px;z-index:5}@media screen and (max-width:767px){.CommunityNavbar_navbar-logo-left-container__pfezq{max-width:100%}}.CommunityNavbar_navbar-logo-left-container__pfezq.CommunityNavbar_shadow-three__V8HM8{background-color:#fff;border-radius:0;bottom:auto;font-family:Roobert;justify-content:flex-start;left:0;margin-bottom:0;max-width:1140px;padding-bottom:20px;padding-top:20px;position:static;right:0;text-align:center;top:0;width:100%}.CommunityNavbar_navbar-logo-left__x2vH0{background-color:#fff;border-radius:20px;left:0;margin-left:auto;margin-right:auto;position:static;right:0}.CommunityNavbar_container-2__YQ1Gk{grid-column-gap:16px;grid-row-gap:16px;display:block;grid-auto-columns:1fr;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;margin-left:20px;margin-right:20px;max-width:none;overflow:hidden;width:auto}@media screen and (max-width:991px){.CommunityNavbar_container-2__YQ1Gk{max-width:728px}}@media screen and (max-width:479px){.CommunityNavbar_container-2__YQ1Gk{max-width:none}}.CommunityNavbar_navbar-wrapper__PnA5g{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:767px){.CommunityNavbar_navbar-brand__VWsbh{padding-left:0}}@media screen and (max-width:991px){.CommunityNavbar_nav-menu-wrapper__USbEj{background-color:initial}}.CommunityNavbar_nav-menu-two__U-o7h{align-items:center;display:flex;justify-content:space-between;margin-bottom:0}@media screen and (max-width:991px){.CommunityNavbar_nav-menu-two__U-o7h{align-items:center;background-color:#fff;border-radius:50px;box-shadow:0 8px 50px 0 #0000000d;display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:10px;padding:20px}}@media screen and (max-width:767px){.CommunityNavbar_nav-menu-two__U-o7h{border-radius:20px;flex-direction:column;padding-bottom:30px}}@media screen and (max-width:479px){.CommunityNavbar_nav-menu-two__U-o7h{flex-direction:column}}.CommunityNavbar_nav-link__7GFeK{color:#1a1b1f;font-size:14px;letter-spacing:.25px;line-height:20px;margin-left:5px;margin-right:5px;padding:5px 10px;text-decoration:none}.CommunityNavbar_nav-link__7GFeK:hover{color:#1a1b1fbf}.CommunityNavbar_nav-link__7GFeK:focus-visible{border-radius:4px;color:#0050bd;outline-color:#0050bd;outline-offset:0;outline-style:solid;outline-width:2px}@media screen and (max-width:991px){.CommunityNavbar_nav-link__7GFeK{padding-left:5px;padding-right:5px}}@media screen and (max-width:767px){.CommunityNavbar_nav-link__7GFeK{display:inline-block;padding-bottom:10px;padding-top:10px}}.CommunityNavbar_nav-dropdown__C1xcB{margin-left:5px;margin-right:5px}@media screen and (max-width:767px){.CommunityNavbar_nav-dropdown__C1xcB{align-items:center;display:flex;flex-direction:column}}.CommunityNavbar_nav-dropdown-toggle__o5w5a{font-size:14px;letter-spacing:.25px;line-height:20px;padding:5px 30px 5px 10px}.CommunityNavbar_nav-dropdown-toggle__o5w5a:hover{color:#1a1b1fbf}.CommunityNavbar_nav-dropdown-toggle__o5w5a:focus-visible{border-radius:5px;color:#0050bd;outline-color:#0050bd;outline-offset:0;outline-style:solid;outline-width:2px}@media screen and (max-width:767px){.CommunityNavbar_nav-dropdown-toggle__o5w5a{padding-bottom:10px;padding-top:10px}}.CommunityNavbar_nav-dropdown-icon__u40EI{margin-right:10px}.CommunityNavbar_nav-dropdown-list__xpesK{background-color:#fff;border-radius:12px}.CommunityNavbar_nav-dropdown-list__xpesK.w--open{padding-bottom:10px;padding-top:10px}@media screen and (max-width:991px){.CommunityNavbar_nav-dropdown-list__xpesK.CommunityNavbar_shadow-three__V8HM8.w--open{position:absolute}}@media screen and (max-width:767px){.CommunityNavbar_nav-dropdown-list__xpesK.CommunityNavbar_shadow-three__V8HM8{box-shadow:0 8px 50px 0 #0000000d}.CommunityNavbar_nav-dropdown-list__xpesK.CommunityNavbar_shadow-three__V8HM8.w--open{position:relative}}.CommunityNavbar_nav-dropdown-list__xpesK.CommunityNavbar_shadow-three__V8HM8.CommunityNavbar_mobile-shadow-hide__\+CooL{font-family:Roobert}@media screen and (max-width:767px){.CommunityNavbar_nav-dropdown-list__xpesK.CommunityNavbar_shadow-three__V8HM8.CommunityNavbar_mobile-shadow-hide__\+CooL{box-shadow:none}}.CommunityNavbar_nav-dropdown-link__qWRW-{font-size:14px;padding-bottom:5px;padding-top:5px}.CommunityNavbar_nav-dropdown-link__qWRW-:focus-visible{border-radius:5px;color:#0050bd;outline-color:#0050bd;outline-offset:0;outline-style:solid;outline-width:2px}.CommunityNavbar_nav-divider__x87Vo{background-color:#e4ebf3;height:22px;margin-left:15px;margin-right:15px;width:1px}@media screen and (max-width:767px){.CommunityNavbar_nav-divider__x87Vo{height:1px;margin-bottom:10px;margin-top:10px;max-width:100%;width:200px}}.CommunityNavbar_nav-link-accent__vQYi1{color:#1a1b1f;font-size:14px;font-weight:700;letter-spacing:.25px;line-height:20px;margin-left:5px;margin-right:20px;padding:5px 10px;text-decoration:none}.CommunityNavbar_nav-link-accent__vQYi1:hover{color:#1a1b1fbf}@media screen and (max-width:767px){.CommunityNavbar_nav-link-accent__vQYi1{display:inline-block;margin-right:5px;padding-bottom:10px;padding-top:10px}}@media screen and (max-width:991px){.CommunityNavbar_menu-button__T\+4n4{padding:12px}.CommunityNavbar_menu-button__T\+4n4.w--open{background-color:#a6b1bf;color:#fff}}.CommunityNavigator_navbar-logo-left-container-2__JdTne{background-color:initial;margin-left:auto;margin-right:auto;max-width:100%;padding:15px 20px;width:1030px;z-index:5}@media screen and (max-width:767px){.CommunityNavigator_navbar-logo-left-container-2__JdTne{max-width:100%}}.CommunityNavigator_navbar-logo-left-container-2__JdTne.CommunityNavigator_shadow-three__E4l-t{margin-bottom:0;padding:20px 5%;width:100%}.CommunityNavigator_container-10__h69fE{margin-left:auto;margin-right:auto;width:100%}@media screen and (max-width:991px){.CommunityNavigator_container-10__h69fE{max-width:728px}}@media screen and (max-width:479px){.CommunityNavigator_container-10__h69fE{max-width:none}}.CommunityNavigator_navbar-wrapper-2__xM\+Yz{align-items:center;display:flex;justify-content:space-between;max-width:1380px}@media screen and (min-width:1440px){.CommunityNavigator_navbar-wrapper-2__xM\+Yz{margin-left:auto;margin-right:auto}}.CommunityNavigator_navbar-brand-2__YmsPN{margin-left:20px}@media screen and (max-width:767px){.CommunityNavigator_navbar-brand-2__YmsPN{padding-left:0}.CommunityNavigator_image-27__EXvLi{max-width:80%}}@media screen and (max-width:991px){.CommunityNavigator_nav-menu-wrapper-2__0sHdF{background-color:initial}}.CommunityNavigator_nav-menu-two-2__oUtCj{grid-column-gap:5px;grid-row-gap:5px;align-items:center;display:flex;justify-content:flex-end;margin-bottom:0}@media screen and (max-width:991px){.CommunityNavigator_nav-menu-two-2__oUtCj{align-content:center;align-items:center;background-color:#fff;border-radius:50px;box-shadow:0 8px 50px 0 #0000000d;display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:10px;padding:20px}}@media screen and (max-width:767px){.CommunityNavigator_nav-menu-two-2__oUtCj{border-radius:20px;flex-direction:column;padding-bottom:30px}}@media screen and (max-width:479px){.CommunityNavigator_nav-menu-two-2__oUtCj{flex-direction:column}}.CommunityNavigator_nav-link-2__4Fcc7{color:#1a1b1f;font-size:14px;letter-spacing:.25px;line-height:20px;margin-left:5px;margin-right:5px;padding:5px 10px;text-decoration:none}.CommunityNavigator_nav-link-2__4Fcc7:hover{color:#1a1b1fbf}.CommunityNavigator_nav-link-2__4Fcc7:focus-visible{border-radius:4px;color:#0050bd;outline-color:#0050bd;outline-offset:0;outline-style:solid;outline-width:2px}@media screen and (max-width:991px){.CommunityNavigator_nav-link-2__4Fcc7{padding-left:5px;padding-right:5px}}@media screen and (max-width:767px){.CommunityNavigator_nav-link-2__4Fcc7{display:inline-block;padding-bottom:10px;padding-top:10px}}.CommunityNavigator_nav-divider-2__IjGoU{background-color:#e4ebf3;height:22px;margin-left:15px;margin-right:15px;width:1px}@media screen and (max-width:767px){.CommunityNavigator_nav-divider-2__IjGoU{height:1px;margin-bottom:10px;margin-top:10px;max-width:100%;width:200px}.CommunityNavigator_mobile-margin-top-10__qEMdf{margin-top:10px}}.CommunityNavigator_button-primary-6__qn9Ki{background-color:initial;border:2px solid #606060;border-radius:11px;color:#000;font-size:12px;letter-spacing:2px;line-height:20px;padding:12px 25px;text-transform:uppercase;transition:all .2s ease}.CommunityNavigator_button-primary-6__qn9Ki:hover{background-color:#32343a;color:#fff}.CommunityNavigator_button-primary-6__qn9Ki:active{background-color:#43464d}@media screen and (max-width:991px){.CommunityNavigator_menu-button-2__ljkI-{padding:12px}.CommunityNavigator_menu-button-2__ljkI-.w--open{background-color:#a6b1bf;color:#fff}}.EngineEarsFooter2024_engineears-footer__WBgUb{grid-column-gap:54px;grid-row-gap:54px;align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;font-family:Roobert;justify-content:center;margin-top:120px;padding-bottom:50px;padding-top:50px}@media screen and (min-width:1920px){.EngineEarsFooter2024_engineears-footer__WBgUb{width:auto}}@media screen and (min-width:1440px){.EngineEarsFooter2024_engineears-footer__WBgUb{width:auto}}.EngineEarsFooter2024_btt-link__K\+u5V{align-items:center;background-color:#f2f2f2;color:#5e5e5e;display:flex;font-size:16px;font-weight:600;justify-content:center;max-height:60px;min-height:60px;min-width:100%;text-decoration:none}.EngineEarsFooter2024_btt-link__K\+u5V:hover{background-color:#ececec}.EngineEarsFooter2024_waves-top-footer-2__MeOqi{grid-column-gap:84px;grid-row-gap:84px;align-items:flex-start;box-sizing:border-box;color:#fff;display:flex;justify-content:space-between;max-width:1230px;padding-left:24px;padding-right:24px;width:100%}@media screen and (max-width:991px){.EngineEarsFooter2024_waves-top-footer-2__MeOqi{grid-row-gap:64px;align-items:center;flex-direction:column}}@media screen and (max-width:767px){.EngineEarsFooter2024_waves-top-footer-2__MeOqi{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-left:0;padding-right:0}}@media screen and (max-width:479px){.EngineEarsFooter2024_waves-top-footer-2__MeOqi{width:97%}}.EngineEarsFooter2024_waves-top-left-footer-2__G\+7wC{grid-column-gap:84px;grid-row-gap:84px;align-items:flex-start;display:flex;flex-direction:row;justify-content:center}@media screen and (max-width:991px){.EngineEarsFooter2024_waves-top-left-footer-2__G\+7wC{align-items:center;max-width:495px;text-align:center;width:100%}}@media screen and (max-width:767px){.EngineEarsFooter2024_waves-top-left-footer-2__G\+7wC{align-items:flex-start;display:none;flex-direction:column}}@media screen and (max-width:479px){.EngineEarsFooter2024_waves-top-left-footer-2__G\+7wC{width:95%}}.EngineEarsFooter2024_waves-column-links-footer-2__Mgd-1{grid-row-gap:30px;align-items:flex-start;display:flex;flex-direction:column}@media screen and (max-width:767px){.EngineEarsFooter2024_waves-column-links-footer-2__Mgd-1{align-items:flex-start}}.EngineEarsFooter2024_footer-h3__15WoA{color:#fff;font-size:1.5rem;font-weight:600;line-height:130%;margin-bottom:0;margin-top:0}.EngineEarsFooter2024_waves-links-wrap-footer-2__-tSUL{grid-row-gap:16px;align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;min-width:100%}.EngineEarsFooter2024_waves-link-footer-2__Hn0zM{color:#fff;font-size:.875rem;font-weight:300;letter-spacing:1.04px;line-height:18px;margin-left:0;text-decoration:none;text-transform:capitalize;transition:all .3s ease-in;white-space:nowrap}.EngineEarsFooter2024_waves-link-footer-2__Hn0zM:hover{text-decoration:underline}.EngineEarsFooter2024_waves-link-footer-2__Hn0zM.EngineEarsFooter2024_disabled__lloRd{color:#4b4b4b}.EngineEarsFooter2024_waves-top-right-footer-2__7yVP1{grid-column-gap:30px;grid-row-gap:30px;align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:495px;min-width:320px;width:100%}@media screen and (max-width:767px){.EngineEarsFooter2024_waves-top-right-footer-2__7yVP1{grid-row-gap:80px;align-items:center;flex-direction:column;text-align:center}}.EngineEarsFooter2024_form-block-6__NMXsP{align-items:stretch;display:flex;flex-direction:column;min-width:100%}.EngineEarsFooter2024_newsletter-signup__hLumn{grid-column-gap:30px;grid-row-gap:30px;display:flex;flex-direction:column;justify-content:flex-start}.EngineEarsFooter2024_waves---paragraph-big-8__3gava{color:#fff;font-size:1.5rem;font-weight:600;line-height:28px}@media screen and (max-width:991px){.EngineEarsFooter2024_waves---paragraph-big-8__3gava{text-align:center}}.EngineEarsFooter2024_flex-block-8__KZPnh{flex-direction:row;justify-content:space-between;transition:color .2s ease-in}.EngineEarsFooter2024_flex-block-8__KZPnh:active,.EngineEarsFooter2024_flex-block-8__KZPnh:focus{color:#000}.EngineEarsFooter2024_flex-block-8__KZPnh.EngineEarsFooter2024_newsletter-alt__XzGDl{display:none}.EngineEarsFooter2024_text-field-8__lA0r6{border-radius:10px;font-family:Roobert;font-size:16px;font-weight:300;height:50px;letter-spacing:.5px;max-height:50px;min-width:100%}.EngineEarsFooter2024_text-field-8__lA0r6:focus{color:#000}.EngineEarsFooter2024_text-field-8__lA0r6::placeholder{color:var(--dark-grey)}@media screen and (max-width:479px){.EngineEarsFooter2024_text-field-8__lA0r6{min-width:250px;width:100%}}.EngineEarsFooter2024_text-field-8__lA0r6.EngineEarsFooter2024_newsletter--alt__mhnYy::placeholder{color:var(--waves-library-black)}.EngineEarsFooter2024_submit-button-8__yj48c{background-color:#0000;background-image:url(https://uploads-ssl.webflow.com/6356e5735110b93b46145859/65a59d887795e43a88220b64_Arrow%20Button_Filled.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:auto;color:#9a9a9a;font-size:32px;height:50px;line-height:10px;margin-left:-150px;max-height:50px;padding:10px}.EngineEarsFooter2024_submit-button-8__yj48c:focus{background-image:url(https://uploads-ssl.webflow.com/6356e5735110b93b46145859/65a5a3f676bdbd487fd89cff_Arrow%20Button_Filled-1.svg);color:#000}.EngineEarsFooter2024_submit-button-8__yj48c.EngineEarsFooter2024_newsletter-alt__XzGDl{background-image:url(https://uploads-ssl.webflow.com/6356e5735110b93b46145859/65a5a3f676bdbd487fd89cff_Arrow%20Button_Filled-1.svg);display:none}.EngineEarsFooter2024_success-message__8e5lw{background-color:var(--boomy-orange);border-radius:10px}.EngineEarsFooter2024_error-message__4t--O{border-radius:10px;color:#ff3a3a}.EngineEarsFooter2024_flex-block-9__ssHMZ{grid-column-gap:24px;grid-row-gap:24px;align-items:center;display:flex;flex-direction:row}@media screen and (max-width:991px){.EngineEarsFooter2024_flex-block-9__ssHMZ{flex-direction:column;justify-content:center}}@media screen and (max-width:767px){.EngineEarsFooter2024_flex-block-9__ssHMZ{display:none}}.EngineEarsFooter2024_flex-block-9__ssHMZ.EngineEarsFooter2024_alt__XSM-J{display:none}@media screen and (max-width:767px){.EngineEarsFooter2024_flex-block-9__ssHMZ.EngineEarsFooter2024_alt__XSM-J{align-items:center;display:flex;flex-direction:column;justify-content:center}}.EngineEarsFooter2024_waves---paragraph-small-3__uwJdj{font-size:1.5rem;font-weight:600;line-height:28px}@media screen and (max-width:991px){.EngineEarsFooter2024_waves---paragraph-small-3__uwJdj{font-size:1.75rem}}.EngineEarsFooter2024_waves-bottom-right-footer-2__791cv{grid-column-gap:8px;align-items:center;display:flex;justify-content:flex-end}.EngineEarsFooter2024_waves-icon-24__JcBLz{height:24px;width:24px}.EngineEarsFooter2024_waves-expandable-master-faq-3__Vhv-3{display:none;max-width:545px}@media screen and (max-width:767px){.EngineEarsFooter2024_waves-expandable-master-faq-3__Vhv-3{display:block;width:100%}}@media screen and (max-width:479px){.EngineEarsFooter2024_waves-expandable-master-faq-3__Vhv-3{max-width:100%;width:99%}}.EngineEarsFooter2024_waves---expandable-wrap-3__urywM{display:flex;flex-direction:column;width:100%}@media screen and (max-width:479px){.EngineEarsFooter2024_waves---expandable-wrap-3__urywM{width:99%}}.EngineEarsFooter2024_waves---expandable-item-3__oHugy{align-items:flex-start;border-top:1px solid var(--wavesLibraryBlack-d656d06e);cursor:pointer;display:flex;height:auto;justify-content:space-between;padding-bottom:32px;padding-top:32px}@media screen and (max-width:767px){.EngineEarsFooter2024_waves---expandable-item-3__oHugy{grid-column-gap:30px;grid-row-gap:30px;align-items:flex-start;border-top:1.5px solid #5e5e5e;justify-content:center;margin-left:auto;margin-right:auto;padding-bottom:20px;padding-top:20px;width:95%}}@media screen and (max-width:479px){.EngineEarsFooter2024_waves---expandable-item-3__oHugy{margin-left:auto;margin-right:auto;padding-top:20px;width:98%}}.EngineEarsFooter2024_waves---expandable-content-3__dif\+g{height:auto;margin-right:24px;width:100%}@media screen and (max-width:479px){.EngineEarsFooter2024_waves---expandable-content-3__dif\+g{flex:0 1 auto;max-width:none}}.EngineEarsFooter2024_waves---expandable-open-3__E6rkX{transform-origin:50% 0}.EngineEarsFooter2024_waves---expand-space-3__2H-DO{height:24px}.EngineEarsFooter2024_waves---expand-icon-wrap-3__786lB{align-items:center;display:flex;height:16px;justify-content:center;margin-top:2px;width:16px}@media screen and (max-width:767px){.EngineEarsFooter2024_waves---expand-icon-wrap-3__786lB{background-image:url(https://uploads-ssl.webflow.com/6356e5735110b93b46145859/65a5b847064407ea20c9e51d_angle-down%20f107%20regular.svg);background-position:50% 50%;background-size:auto;height:28px;width:28px}}@media screen and (max-width:479px){.EngineEarsFooter2024_waves---expand-icon-wrap-3__786lB{flex:0 0 auto}}.EngineEarsFooter2024_waves-bottom-footer-2__EGJbN{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;max-width:1230px;min-height:35px;padding-left:24px;padding-right:24px;width:100%}@media screen and (max-width:991px){.EngineEarsFooter2024_waves-bottom-footer-2__EGJbN{grid-row-gap:32px;flex-direction:column;justify-content:flex-start;text-align:center}}@media screen and (max-width:767px){.EngineEarsFooter2024_waves-bottom-footer-2__EGJbN{padding-left:0;padding-right:0}}@media screen and (max-width:479px){.EngineEarsFooter2024_waves-bottom-footer-2__EGJbN{width:97%}}.EngineEarsFooter2024_flex-block-10__ybFn4{grid-column-gap:24px;grid-row-gap:24px;align-items:center;display:flex;flex-direction:row;height:35px;max-height:35px;max-width:495px;width:100%}@media screen and (max-width:991px){.EngineEarsFooter2024_flex-block-10__ybFn4{flex-direction:column;height:100%;justify-content:center;max-height:150px}}@media screen and (max-width:767px){.EngineEarsFooter2024_flex-block-10__ybFn4{align-items:center;flex-direction:column;justify-content:center;min-width:100%;width:100%}}.EngineEarsFooter2024_link-block-19__MeXwb{margin-left:0;margin-right:0}.EngineEarsFooter2024_image-75__qFxRj{max-height:100%;max-width:none}.EngineEarsFooter2024_flex-block-11__y2bYu{grid-column-gap:2px;grid-row-gap:2px;font-size:12px;line-height:16px;min-height:100%}.EngineEarsFooter2024_text-block-34__adYSp{font-size:.75rem;font-weight:600}.EngineEarsFooter2024_link-7__1ceP1{color:#fff;text-decoration:none}.EngineEarsFooter2024_link-7__1ceP1:hover{text-decoration:underline}@media screen and (max-width:479px){.EngineEarsFooter2024_link-7__1ceP1{color:#fff;text-decoration:none}.EngineEarsFooter2024_link-7__1ceP1:hover{text-decoration:underline}}.EngineEarsFooter2024_flex-block-12__ea3\+L{grid-column-gap:8px;grid-row-gap:8px;align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;min-width:100%}@media screen and (max-width:991px){.EngineEarsFooter2024_flex-block-12__ea3\+L{justify-content:center}}.EngineEarsFooter2024_link-6__U4ceQ{color:#c9c9c9;font-size:.75rem;font-weight:300;margin-left:0;margin-right:0;text-decoration:none}.EngineEarsFooter2024_link-6__U4ceQ:hover{text-decoration:underline}.EngineEarsFooter2024_text-block-33__Zlp9b{color:#c9c9c9}.Footer_footer-subscribe__PDo8O{border-bottom:1px solid #e4ebf3;padding:50px 30px 40px;position:relative}@media screen and (max-width:767px){.Footer_footer-subscribe__PDo8O{padding-left:15px;padding-right:15px}}.Footer_container-2__AVMvt{grid-column-gap:16px;grid-row-gap:16px;display:block;grid-auto-columns:1fr;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;margin-left:20px;margin-right:20px;max-width:none;overflow:hidden;width:auto}@media screen and (max-width:991px){.Footer_container-2__AVMvt{max-width:728px}}@media screen and (max-width:479px){.Footer_container-2__AVMvt{max-width:none}}.Footer_footer-form-two__IyEjx{background-color:var(--whiteSmoke-11a12020);margin-bottom:40px;padding:64px}@media screen and (max-width:991px){.Footer_footer-form-two__IyEjx{padding:40px}}@media screen and (max-width:479px){.Footer_footer-form-two__IyEjx{padding:20px}}.Footer_footer-form-container-two__6I--9{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:767px){.Footer_footer-form-container-two__6I--9{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.Footer_footer-form-title__6vubN{font-size:24px;line-height:32px}@media screen and (max-width:991px){.Footer_footer-form-title__6vubN{margin-right:15px}}@media screen and (max-width:767px){.Footer_footer-form-title__6vubN{margin-right:0}}.Footer_footer-form-block-two__\+bztM{align-items:center;display:flex;justify-content:flex-end;position:relative}@media screen and (max-width:767px){.Footer_footer-form-block-two__\+bztM{margin-top:20px;width:100%}}@media screen and (max-width:479px){.Footer_footer-form-block-two__\+bztM{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.Footer_footer-form-input__YZbJO{border:1px #000;height:48px;margin-bottom:0;padding:12px 180px 12px 20px;width:460px}.Footer_footer-form-input__YZbJO::placeholder{color:#1a1b1fcc}@media screen and (max-width:991px){.Footer_footer-form-input__YZbJO{padding-right:180px;width:400px}}@media screen and (max-width:767px){.Footer_footer-form-input__YZbJO{width:100%}}@media screen and (max-width:479px){.Footer_footer-form-input__YZbJO{margin-bottom:10px;padding-right:20px}}.Footer_button-primary__yzABI{background-color:#1a1b1f;color:#fff;font-family:Roobert;font-size:12px;letter-spacing:2px;line-height:20px;padding:12px 25px;text-transform:uppercase;transition:all .2s ease}.Footer_button-primary__yzABI:hover{background-color:#32343a;color:#fff}.Footer_button-primary__yzABI:active{background-color:#43464d}.Footer_button-primary__yzABI.Footer_footer-form-button__7w4qX{padding:8px 18px;position:absolute;right:8px}@media screen and (max-width:479px){.Footer_button-primary__yzABI.Footer_footer-form-button__7w4qX{position:relative;right:0}}.Footer_footer-wrapper-three__W3dbS{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:991px){.Footer_footer-wrapper-three__W3dbS{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.Footer_footer-block-three__u\+pFk{align-items:center;display:flex;justify-content:flex-start;margin-left:-20px;margin-right:-20px}@media screen and (max-width:767px){.Footer_footer-block-three__u\+pFk{align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start}}.Footer_footer-link-three__z5dn-{color:#1a1b1f;margin-left:20px;margin-right:20px;text-decoration:none}.Footer_footer-link-three__z5dn-:hover{color:#1a1b1fbf}@media screen and (max-width:767px){.Footer_footer-link-three__z5dn-{margin-bottom:10px}}.Footer_footer-social-block-three__obCWT{align-items:center;display:flex;justify-content:flex-start;margin-left:-32px}@media screen and (max-width:991px){.Footer_footer-social-block-three__obCWT{margin-top:40px}}@media screen and (max-width:767px){.Footer_footer-social-block-three__obCWT{margin-top:10px}}.Footer_footer-social-link-three__veciS{margin-left:32px}.Footer_footer-divider-two__5F22K{background-color:#e4ebf3;height:1px;margin-bottom:40px;margin-top:40px;width:100%}.Footer_footer-bottom__fQDE5{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:767px){.Footer_footer-bottom__fQDE5{align-items:flex-start;flex-direction:column;justify-content:flex-start}}@media screen and (max-width:479px){.Footer_footer-bottom__fQDE5{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.Footer_footer-copyright__Huym1{color:#3a4554}@media screen and (max-width:767px){.Footer_footer-copyright__Huym1{font-size:14px;line-height:20px}}.Footer_footer-legal-block__M9q\+a{align-items:center;display:flex;justify-content:flex-start}@media screen and (max-width:767px){.Footer_footer-legal-block__M9q\+a{margin-left:-24px;margin-top:15px}}.Footer_footer-legal-link__NBGSd{color:#3a4554;margin-left:24px}.Footer_footer-legal-link__NBGSd:hover{color:#3a4554}@media screen and (max-width:767px){.Footer_footer-legal-link__NBGSd{font-size:14px;line-height:20px}}.Header_brix---section-extra-small__PQPuc{overflow:hidden;padding-bottom:32px;padding-top:0;position:relative;z-index:1}@media screen and (max-width:991px){.Header_brix---section-extra-small__PQPuc{padding-bottom:100px;padding-top:100px}}@media screen and (max-width:767px){.Header_brix---section-extra-small__PQPuc{padding-bottom:40px;padding-top:40px}}@media screen and (max-width:479px){.Header_brix---section-extra-small__PQPuc{padding-bottom:96px;padding-top:48px}}.Header_text-block-8__i4Mkl{align-self:center;color:#fff;display:block;font-family:Roobert;font-size:24px;font-weight:300;margin-top:0;text-align:center}@media screen and (min-width:1440px){.Header_text-block-8__i4Mkl{font-family:Roobert;font-size:22px}}@media screen and (max-width:991px){.Header_text-block-8__i4Mkl{font-size:10px}}@media screen and (max-width:479px){.Header_text-block-8__i4Mkl{font-size:9px}}.StudiosHeader_studios---header-wrapper__7gQlk{grid-column-gap:15px;grid-row-gap:15px;align-items:flex-start;display:flex;flex-direction:column;max-width:1230px}.StudiosHeader_breadcrumb---wrapper__ylQ5G{align-items:center;display:flex;height:24px}@media screen and (max-width:991px){.StudiosHeader_breadcrumb---wrapper__ylQ5G{display:none}}.StudiosHeader_breadcrumb__UdGWd{color:var(--darkGrey-96b86b19);font-family:Roobert;font-size:12px;font-weight:300;letter-spacing:1px;line-height:16px;margin-right:4px;text-transform:uppercase}.StudiosHeader_brix---text-200__Q5klZ{color:var(--boomyOrange-7c3cf0b7);font-family:Roobert;font-size:18px;line-height:20px}@media screen and (max-width:767px){.StudiosHeader_brix---text-200__Q5klZ{font-size:16px;line-height:18px}}@media screen and (max-width:479px){.StudiosHeader_brix---text-200__Q5klZ{font-size:15px;line-height:16px}}.StudiosHeader_div-block-60__3kAjg{grid-column-gap:15px;grid-row-gap:15px;display:flex}.StudiosHeader_studios__\+kZC1{font-family:Roobert;font-size:56px;font-weight:600;line-height:58px;margin-bottom:0;margin-top:0;overflow:hidden;white-space:nowrap}@media screen and (max-width:767px){.StudiosHeader_studios__\+kZC1{font-size:30px;line-height:34px}}.StudiosHeader_studios__\+kZC1.StudiosHeader_studio-name__sZszr{font-weight:400}.StudiosHeader_sub-heading---details__WmKAw{grid-column-gap:15px;grid-row-gap:15px;align-items:center}@media screen and (max-width:767px){.StudiosHeader_sub-heading---details__WmKAw{grid-column-gap:5px;grid-row-gap:5px;align-items:flex-start;flex-direction:column}}.StudiosHeader_reviews---wrapper__cOGda{grid-column-gap:5px;grid-row-gap:5px}.StudiosHeader_star-rating---wrapper__0cnCd{grid-column-gap:2px;grid-row-gap:2px;align-items:center;display:flex}.StudiosHeader_bold-text__fnwwF{font-size:16px;font-weight:600}@media screen and (max-width:767px){.StudiosHeader_bold-text__fnwwF{font-size:12px;line-height:14px}}.StudiosHeader_faq-question-text__zSMA2{color:#333;font-weight:400}@media screen and (max-width:767px){.StudiosHeader_faq-question-text__zSMA2{font-size:20px;line-height:24px}.StudiosHeader_text-block-24__1fXDA{font-size:12px;line-height:14px}}.StudiosHeader_link-4__RRgvJ{color:var(--offBlack-0d13a4ec);font-size:16px;font-weight:600}@media screen and (max-width:767px){.StudiosHeader_link-4__RRgvJ{font-size:12px;line-height:14px}}.StudiosHeader_studios---location-wrapper__GwP6G{grid-column-gap:3px;grid-row-gap:3px;color:var(--darkGrey-96b86b19);display:flex;font-family:Roobert;font-size:16px;font-weight:300}.StudiosHeader_labels-w-icon__8dC2p{grid-column-gap:5px;grid-row-gap:5px;align-items:center;display:flex}@media screen and (max-width:767px){.StudiosHeader_labels-w-icon__8dC2p{display:none}}.StudiosHeader_icons__FUV56{align-items:center;display:flex;flex-direction:column;height:24px;justify-content:center;width:24px}.StudiosHeader_atmos-enabled__qv\+cL{font-size:16px;font-weight:600}.StudiosHeader_div-block-58__0Rwhg{align-self:stretch;display:flex;justify-content:space-between;max-width:100%}@media screen and (max-width:767px){.StudiosHeader_div-block-58__0Rwhg{display:none}}.StudiosHeader_div-block-62__JbHPc{grid-column-gap:10px;grid-row-gap:10px;align-items:center;display:flex}.StudiosHeader_studios---basic-label__bBwdh{font-size:16px;font-weight:400}.StudiosHeader_div-block-61__80SLH{grid-column-gap:10px;grid-row-gap:10px;align-items:center;display:flex;flex-direction:row}.StudiosHeader_alt-text-labels__dawlk{font-size:12px;letter-spacing:1px;line-height:16px}.button-default{align-items:center;border:0;border-radius:var(--border-radius-md);box-sizing:border-box;color:var(--text-primary-color);cursor:pointer;display:flex;font-weight:600;justify-content:center;line-height:1;min-height:44px;padding:var(--button-padding);text-align:center;text-decoration:none;text-transform:none;transition:all ease-in-out var(--button-transition-duration);width:fit-content}.button-full-width{width:100%}.button-primary{background-color:var(--button-primary-color);color:var(--white-0);&:hover{background-color:var(--button-primary-color--hover)}}.button-primary--disabled{background-color:var(--button-disabled-color);color:var(--white-0)!important;cursor:not-allowed;&:hover{background-color:var(--button-disabled-color)}}.button-success{background-color:var(--green-600);color:var(--white-0);&:hover{background-color:var(--green-700)}}.button-success--disabled{background-color:var(--green-300);color:var(--white-0);cursor:not-allowed}.button-error{background-color:var(--red-500);color:var(--white-0);&:hover{background-color:var(--red-700)}}.button-error--disabled{background-color:var(--red-300);color:var(--white-0);cursor:not-allowed}.button-outlined{background-color:var(--button-outlined-color);border:1px solid var(--text-primary-color);color:var(--text-primary-color);&:hover{background-color:var(--button-outlined-color--hover)}}.button-outlined--disabled{background-color:var(--button-outlined-color);border:1px solid var(--button-disabled-color);color:var(--button-disabled-color);cursor:not-allowed}.button-gradient{background:linear-gradient(88.08deg,var(--echo-orange) 0,var(--boomy-orange) 100%);color:var(--black-0);&:hover{filter:brightness(85%)}}.button-gradient--disabled{background:linear-gradient(88.08deg,var(--echo-orange) 0,var(--boomy-orange) 100%);color:var(--black-0)!important;cursor:not-allowed;opacity:.5}.button-unstyled{background-color:initial;border:none;height:auto;padding-block:0;padding-inline:0;&:hover{background-color:initial}}.button-unstyled--disabled{background-color:initial;border:none;color:var(--text-tertiary-color);cursor:not-allowed;height:auto;padding-block:0;padding-inline:0}.button-ghost{background-color:initial;border:none;color:var(--text-secondary-color);outline:none;&:hover{background-color:var(--midground-color)}}.button-ghost--disabled{color:var(--button-disabled-color);cursor:not-allowed}.button-tertiary{background-color:var(--button-tertiary-color);path{fill:var(--text-primary-color)}}.button-active--disabled,.button-tertiary--disabled{background-color:var(--button-disabled-color);color:var(--white-no-dark-theme)!important;cursor:not-allowed;path{fill:var(--white-no-dark-theme)}}.button-active{background-color:var(--mint-green);color:var(--black-no-dark-theme);path{fill:var(--black-no-dark-theme)}&:hover{background-color:var(--mint-green)}}.button-text{background-color:initial;color:var(--text-primary-color);font-weight:400;height:auto;padding:0;text-decoration:underline;text-underline-offset:2px;&:hover{background-color:initial;text-decoration:underline}}.button-text--disabled{background-color:initial;color:var(--text-tertiary-color);cursor:not-allowed;height:auto;padding:0;svg{color:var(--text-tertiary-color)}}.tooltip{cursor:pointer;display:inline-block;position:relative}.tooltip:hover .tooltiptext{visibility:visible}.checkbox-container-primary{align-items:center;background-color:var(--checkbox-color--disabled);border-radius:50%;cursor:pointer;display:flex;height:12px;justify-content:center;min-width:12px;padding:2px;width:12px}.checkbox-container-primary.checked{background-color:var(--primary-color)}.checkbox-container-primary.disabled{cursor:not-allowed;opacity:.7}.checkbox-container-outlined{align-items:center;border:1px solid var(--text-secondary-color);border-radius:var(--border-radius-xs);cursor:pointer;display:flex;height:1rem;justify-content:center;width:1rem}.checkbox-container-outlined.disabled{border:1px solid var(--text-tertiary-color);cursor:not-allowed;opacity:.7}.checkbox-input{-webkit-appearance:none;appearance:none;width:0}.checkbox-label{align-items:center;display:flex;gap:10px;&:hover{cursor:pointer}}.star-rating{align-items:center;color:var(--light-grey);display:flex;flex-direction:row-reverse;font-size:12px;font-style:normal;font-weight:400;justify-content:center;line-height:16px;margin-left:25px;transform:translateX(-20%)}.star-rating.mobile{flex-direction:row;margin-left:auto;margin-right:auto;margin-top:5px;transform:translateX(0)}.star-on{color:var(--boomy-orange);height:24.28px;transform:matrix(1,0,0,1,0,0);width:24.28px}.star-rating-text{color:var(--light-grey);font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-left:100px}.star-rating-text.mobile{font-size:10px;margin-bottom:5px;margin-left:0}.project-review-rating{margin-bottom:10px;margin-top:10px;transform:translateX(-3%)}.project-review.card-container>.v1-button{margin-left:auto}.has-review{transform:translateX(0)}.show-edit-review-button{animation:fadeIn 1s;animation-fill-mode:forwards;transform:translateX(0)}.hide-edit-review-button{animation:fadeOut 1s;animation-fill-mode:forwards;transform:translateX(100%)}.project-review.card-container{align-items:flex-start;flex-direction:column;height:auto;margin-bottom:var(--project-screen-element-margin);padding:20px}.manage-budget-approvers-container{width:100%}.manage-budget-approver-modal{display:flex;flex-direction:column;min-height:100px;padding:10px}.manage-budget-approver-modal-button-container{display:flex;flex-direction:row;justify-content:space-between;margin-top:10px;width:100%}.manage-budget-approver-modal-button-container>*{flex:1 1;margin:0 5px}.editable-text-field{all:unset;color:var(--black);transition:all .5s ease-in}.editable-text-field:enabled:not([type=submit]){border:1px solid var(--light-grey);border-radius:10px;box-sizing:border-box;padding:10px}.editable-text-field:enabled:not([type=submit]):focus{border:1px solid var(--deep-blue)}.editable-text-field:focus{outline:none}.max-width-text-field{height:69px;margin-bottom:20px;width:100%}.update-project-title-text-field{width:100%}.textfield{background:var(--white);border:.75px solid var(--light-grey);border-radius:8px;height:45px;padding:10px}.custom-textfield,.textfield{box-sizing:border-box;width:100%}.custom-textfield{border:1px solid #000;border-radius:12px;outline:none;padding:2px 10px}.custom-textfield-container{display:flex;flex-direction:column}.custom-textfield-label{color:var(--text-field-label-black);font-size:12px;font-weight:600}.validated-text-field,.validated-text-field input{width:100%}.purchase-order-request-view{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.budget-manager-purchase-order-request-view>.purchase-order-request-view{padding:0}.purchase-order-request-view.has-back-drop{background-color:var(--white);opacity:.93}.purchase-order-form-container,.purchase-order-request-view.has-back-drop{align-items:center;display:flex;flex-direction:column;justify-content:center}.purchase-order-admin-email-field.textfield,.purchase-order-form-container,.purchase-order-form-container .v1-button,.purchase-order-form-container>.editable-text-field,.update-admin-emails-button{width:100%}.budget-approver-legend{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.drop-down-selector-container{border-radius:5px;box-shadow:none;display:flex;height:40px!important;min-height:40px!important;min-width:100px;outline:none;width:100%}.drop-down-select-content{position:relative;width:100%}.select-container{align-items:center;border:thin solid var(--light-grey);border-radius:5px;color:var(--dark-grey);cursor:inherit;display:flex;flex-direction:row;font-family:inherit;font-size:inherit;height:100%;justify-content:flex-start;line-height:inherit;margin:0;outline:none;position:relative}.select-arrow-container{align-items:center;border-left:thin solid var(--light-grey);display:flex;height:60%;justify-content:center;position:absolute;right:0;width:40px}.select-container>p{color:var(--dark-grey);margin-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%}.select-container:hover{border-color:var(--light-grey)}.select-container-active{border-color:var(--sky-light-blue)}.drop-down-select-content>.select-container:focus{outline:none}.select-dropdown-menu{background-color:var(--white);border:thin solid var(--light-grey);border-radius:5px;max-height:180px;overflow:hidden;overflow-y:auto;position:relative;z-index:1000}.select-dropdown-menu.show-select-menu{display:block;margin-top:10px}.select-dropdown-menu.hide-select-menu{display:none}.drop-down-option{align-items:center;background-color:var(--white);display:flex;flex-direction:row;justify-content:flex-start;min-height:40px;padding-left:20px}.drop-down-slector-loading-indicator{bottom:0;right:5px;top:0}.drop-down-selected-clear-search,.drop-down-slector-loading-indicator{align-items:center;display:flex;justify-content:center;position:absolute}.drop-down-selected-clear-search{height:60%;opacity:.5;right:40px;width:25px}.drop-down-option-active{background-color:var(--timbre-tan)}.select-dropdown-menu:not(:hover){.drop-down-option-active:not(:hover)>p{color:var(--black-no-dark-theme)}}.select-dropdown-menu:hover>.drop-down-option-active{background-color:initial}.drop-down-option:hover{background-color:var(--timbre-tan)!important;cursor:pointer}.drop-down-option:hover>p{color:#000!important}.select-container-search-input{background-color:initial;border:none;color:var(--black);margin-left:10px;outline:none;width:calc(100% - 80px)}.select-container-search-input:placeholder-shown{text-overflow:ellipsis}.search-selector-pill{background-color:var(--mint-green);border-radius:14px;color:var(--black);display:inline-block;height:20px;padding:4px 14px}.single-value-pill-container{align-items:center;background-color:inherit;bottom:0;display:flex;flex-direction:row;justify-content:flex-start;left:10px;pointer-events:none;position:absolute;right:100px;top:0}.hide-select-container-search-input{opacity:0}.drop-down-no-options-message>p{color:var(--medium-grey)}.switch{display:inline-block;height:34px;position:relative;width:60px}.toggle-switch-small{height:14px;width:26px}.toggle-switch-medium,.toggle-switch-small{min-width:0!important;min-width:auto!important}.toggle-switch-medium{height:16px;width:36px}.switch>input{height:0;opacity:0;width:0}.slider{background-color:var(--light-grey);bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.slider.disabled{cursor:default}.slider:before{background-color:var(--white);bottom:4px;content:"";height:26px;left:4px;position:absolute;transition:.4s;width:26px}.toggle-slider-small:before{bottom:2px;height:10px;left:2px;width:10px}.toggle-slider-medium:before{bottom:2px;height:12px;left:2px;width:12px}.switch>input:checked+.slider{background-color:var(--boomy-orange)}.switch>input:focus+.slider{box-shadow:0 0 1px #2196f3}.switch>input:checked+.slider:before{transform:translateX(26px)}.toggle-switch-small>input:checked+.toggle-slider-small:before{transform:translateX(12px)}.toggle-switch-medium>input:checked+.toggle-slider-medium:before{transform:translateX(20px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.switch.toggle-switch-background-color-disabled>input:checked+.slider{background-color:var(--light-grey)}.mp4-column{align-self:center;margin-top:var(--project-screen-element-margin);width:90%}.mp4-playback-row{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:350px;padding:var(--project-screen-element-margin);padding-left:0}.mp4-download-button{margin-right:var(--project-screen-element-margin)}.audio-playback-mp4{height:44px;width:90%}.error-lottie-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1em;margin-top:1em;width:210px}.dolby-atmos-title{color:var(--stereo-black);display:flex;font-size:30px;justify-content:center}.error-message-device-not-supported{background-color:var(--light-grey);border-radius:10px;margin-bottom:20px;margin-top:20px;padding:20px}@media screen and (max-width:768px){.mp4-playback-row{margin-top:300px}}.user-profile-image{cursor:pointer;object-fit:cover;position:relative}.user-profile-image>.save-profile-button{bottom:.5em;position:absolute;right:.5em}.user-profile-circle{border-radius:50%}.over-lay-container{flex-direction:column}.square-radius{border-radius:15px}#bottom,#top{left:0;position:absolute;top:0}#bottom,#top{height:100%;width:100%}#top{align-items:center;background-color:var(--transparent-grey);display:flex;justify-content:center;z-index:10}.upload-text{text-align:center}.favorite-heart-container{background-color:initial;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border:none;cursor:pointer;height:20px;outline:none;width:23px}.save-profile-button>p{margin-right:.5em}.save-profile-button{align-items:center;background-color:var(--warm-light-grey);border:none;border-radius:var(--border-radius-md);cursor:pointer;display:flex;flex-direction:row;height:36px;justify-content:center;outline:none;padding:8px 12px}@media screen and (max-width:768px){.save-profile-button{border-radius:50%;height:36px;justify-content:center;width:36px;z-index:1}.save-profile-button>p{display:none}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}#waveform-0,#waveform-1{animation:fadeIn 2s}.rc-pagination{gap:8px!important}.rc-pagination-item{border-radius:var(--border-radius-xs)!important}.rc-pagination-item-active{background-color:var(--primary-color)!important;color:var(--white-0)!important;text-decoration:none!important}.rc-pagination-item a{color:var(--text-tertiary-color)!important;&:hover{color:var(--text-primary-color)!important}}.rc-pagination-item-active a{color:var(--white-0)!important;&:hover{color:var(--white-0)!important}}.artist-review-file-download-button-container{align-items:center;cursor:pointer;display:flex;font-size:12px;font-weight:700;transition:all .3s ease-in}.artist-review-file-download-button-container:hover{transform:scale(.9)}.artist-review-download-text{margin-right:8px}.track-table-options-container{overflow:visible}.track-table-options-container:hover{cursor:pointer}.pop-over-relative-container{overflow:visible;position:relative}.track-table-menu.card-container{border-radius:5px;bottom:30px;flex-direction:column;height:auto;overflow:initial;overflow:hidden;position:absolute;right:5px;transition:visibility .5s,opacity .5s linear;z-index:500}.track-table-menu.card-container.hide{opacity:0;visibility:hidden}.track-table-menu.card-container.show{opacity:1;visibility:visible}.track-table-option{align-items:flex-start;border-bottom:thin solid var(--light-grey);display:flex;flex-direction:column;justify-content:center;min-width:200px}.track-table-option.artist-share-button{border:none;display:flex;flex-direction:row;min-width:0;min-width:auto}.track-table-option.artist-share-button:hover{background-color:initial}.track-table-option.artist-share-button>*{height:40px;padding-left:calc(var(--project-screen-element-margin)/2);padding-right:calc(var(--project-screen-element-margin)/2);@media (max-width:600px){padding-left:calc(var(--project-screen-element-margin)/3);padding-right:calc(var(--project-screen-element-margin)/3)}}.track-table-option>p{align-items:center;display:flex;justify-content:flex-start;width:100%}.track-table-option:last-child{border:none}.track-table-option:hover{background-color:var(--light-grey)}.track-table-option>p{transition:all .3s ease-in}.track-table-option>p:hover{transform:scale(.9)}.track-table-option>*{height:40px;padding-left:var(--project-screen-element-margin);padding-right:var(--project-screen-element-margin)}.comment-instructions-text{font-size:12px!important;margin-left:30px}.dolby-logo{left:-15px;position:absolute}.dolby-mp4-player-container{background-color:var(--white);background-position:50%;background-repeat:no-repeat;border-radius:15px;display:flex;flex-direction:column-reverse;height:490px;justify-content:center;width:700px}.dolby-mp4-player-button .v1-button{margin-bottom:20px;width:250px}@media screen and (max-width:768px){.dolby-logo{display:none}.dolby-mp4-player-container{width:300px}}.nav-tab-items-container{align-items:flex-end;background:var(--background-color);border-top:1px solid var(--smooth-ivory);box-shadow:0 0 6px var(--box-shadow-color);box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;padding:12px 8px;position:sticky;transition:.3s ease;width:100%;z-index:var(--bottom-nav-z-index)!important}.overlay-above-bottom-nav{bottom:0;display:flex;height:fit-content;left:0;position:relative;right:0;transition:.5s ease;width:100%;&>div{width:100%}}.overlay-children-view.no-padding{padding:0}.overlay-children-view{background:var(--background-color);border-top:1px solid var(--smooth-ivory);box-shadow:0 0 6px var(--box-shadow-color);padding:1rem;width:100%}.overlay-children-view:has(div.drawer){padding:0;& .footer-actions{display:none}}.focused-overlay{bottom:0;position:absolute;z-index:var(--modal-index)}.project-workflow-sticky-footer-content{background-color:var(--background-color);border-top:1px solid var(--gray-200);margin:0 -24px -24px;padding:24px;width:100%}.editable-text-area{background-color:var(--white);border:none;box-shadow:none;color:var(--stereo-black);display:flex;font-family:Roobert,serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;outline:none;overflow:auto;resize:none;transition:all .5s linear;width:100%}.editable-text-area:enabled:not([type=submit]){border:thin solid var(--light-grey);border-radius:10px;box-sizing:border-box;font-size:14px;font-style:normal;font-weight:400;line-height:18px;padding:12px}.editable-text-area:enabled:not([type=submit]):focus{border:2px solid var(--deep-blue)}.editable-text-area-container{position:relative;width:100%}.character-count{animation:fadeIn .5s ease-in-out;bottom:10px;color:var(--light-grey);position:absolute;right:10px}.sign-in-modal{background-color:var(--white);border-radius:10px;padding:15px}.sign-in-modal>.redirect-button{margin-bottom:20px;text-align:right;text-decoration:none}.sign-in-modal>.redirect-button>.b2-semi-bold{text-decoration:none}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.account-info-modal.card-container{flex-direction:column;justify-content:space-evenly;padding:30px;position:relative;transition:height .2s ease-in .5s;width:540px}@media screen and (max-width:650px){.account-info-modal.card-container{width:80vw}}.contact-info-modal-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px;width:100%}.contact-info-form{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:space-evenly;width:100%}.contact-info-text-fields{width:100%}.account-info-modal-input-container{margin-bottom:5px;margin-top:5px;width:100%}.success-screen-overlay{align-content:center;align-items:center;background-color:var(--white);display:flex;flex-direction:column;opacity:0}.success-screen-overlay,.verify-number-overlay{bottom:1em;display:flex;flex-direction:column;height:100%;justify-content:flex-start;left:1em;position:absolute;right:1em;top:50px;transition:all .5s linear;width:inherit}.success-screen-overlay{justify-content:center;top:auto}.success-screen-overlay.hide,.verify-number-overlay.hide{transform:translateX(200%)}.verify-number-overlay.show{animation:fadeIn 1s ease-in;transform:translateX(0)}.success-screen-overlay.show{animation:slideInSuccessModal .5s linear,fadeInSuccessModal .5s ease-in;animation-delay:0ms,.5s;animation-fill-mode:forwards;transform:translateX(0)}.success-lottie-container{animation:scaleInSuccessLottie 1s linear;animation-delay:1s;animation-fill-mode:forwards;text-align:center}@keyframes scaleInSuccessLottie{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes fadeInSuccessModal{0%{opacity:0}to{opacity:1}}@keyframes slideInSuccessModal{0%{-webkit-transform:translateX(200%)}to{-webkit-transform:translateX(0)}}.account-info-modal-input-container.hide{animation:fadeOut .5s;transform:translateX(120%)}.account-info-modal-input-container>.v1-button{margin-top:10px;width:100%}.contact-modal-input.verify-number-input{margin:0;width:95%}.resend-verify-text-code-text{cursor:pointer}.resend-verify-text-code-text:hover{transform:scale(1.1);transition:all .5s linear}.resend-verify-text-code-text:active{filter:brightness(85%);transform:scale(1);transition:all .5s linear}.resend-verify-text-code-text.show{cursor:inherit;transform:scale(1)}.account-info-modal-input-container.show,.resend-verify-text-code-text.show{animation:fadeIn .5s;transform:translateX(0)}.contact-modal-input.input-text.PhoneInput{background:var(--white);border:.75px solid var(--light-grey);border-radius:8px;padding:10px;width:calc(100% - 20px)}.contact-modal-input.input-text.PhoneInput>.PhoneInputInput{border:none}.contact-modal-input.input-text.PhoneInput>.PhoneInputInput:focus{outline:none}.verify-number-text{animation:fadeOut .5s;display:none}@keyframes fadeOutIn{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.unauthenticated-modal{flex-direction:column;transition:all 1s ease;width:100%}.unauthenticated-modal.card-container.hide-login{height:130px}.unauthenticated-modal.card-container.show-login,.unauthenticated-modal.card-container.show-login.sign-up-form{height:fit-content}.unauthenticated-modal.card-container.show-login>.storybook-sign-in-form{animation:slideDown 1s}.unauthenticated-modal-header{margin-bottom:20px;width:97%}.unauthenticated-modal-button-container{display:flex;flex-direction:row;justify-content:space-evenly;transition:all 1s ease-in;width:100%}.unauthenticated-modal-button-container>:first-child{margin-right:1em}.unauthenticated-modal-button-container.show{animation:fadeIn 1s;transform:translateX(0)}.unauthenticated-modal-button-container.hide{animation:fadeOut 1s;transform:translateX(100%)}@keyframes slideDown{0%{opacity:0;-webkit-transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0)}}.side-panel-overlay--closed{background-color:#0000;height:0}.side-panel-overlay--closed,.side-panel-overlay--open{position:fixed;right:0;top:0;transition:background-color .4s ease-in-out;width:100%;z-index:var(--side-panel-z-index)!important}.side-panel-overlay--open{background-color:#000c;height:100%}.side-panel-background{background-color:initial;height:100%;overflow-x:hidden;position:fixed;top:0;transition:all .6s ease-in-out;width:100%;z-index:var(--side-panel-z-index)!important}.side-panel-container{background-color:var(--background-color);box-sizing:border-box;height:100%;overflow-x:hidden;padding:12px;position:absolute;top:0;width:60%}.side-panel-closed-left{left:0;transform:translateX(-100%);transition:transform .6s ease-in-out}.side-panel-closed-right{right:0;transform:translateX(100%);transition:transform .6s ease-in-out}.side-panel-background.open{transform:translateX(0);transition:all .6s ease-in-out}.side-panel-open{overflow-y:auto;transform:translateX(0);transition:transform .6s ease-in-out}.side-panel-header{display:flex;justify-content:flex-end}.side-panel--no-padding{padding:0}.side-panel--rounded-border{border-radius:var(--border-radius-lg) 0 0 var(--border-radius-lg)}#side-panel-bottom-drawer-container{.side-panel-bottom-drawer,.side-panel-bottom-drawer__backdrop{z-index:var(--side-panel-z-index)}.side-panel-bottom-drawer__content{padding:24px 12px}.side-panel-bottom-drawer{background-color:var(--background-color);color:var(--text-primary-color)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.component-wrapper{position:relative}.tool-tip-bubble.card-container{animation-delay:2s;animation:fadeIn .5s ease-in forwards,bounce 2s linear;box-sizing:border-box;flex-direction:column;height:auto;max-width:min(340px,40vw);min-width:min(300px,45vw);padding:var(--project-screen-element-margin);position:absolute;z-index:var(--tooltip-text-z-index)}.tool-tip-bubble.card-container>.header-container>.exit-icon{right:0;top:0}.tool-tip-bubble.card-container>.header-container>.header-font{color:var(--black);font-size:16px;font-weight:600;letter-spacing:-.02em;line-height:20px}.tool-tip-bubble.card-container>.body-font{color:var(--black)}.header-container{align-items:center;display:flex;justify-content:space-between;padding-bottom:5px;width:100%}.feedback-form-container{align-items:center;background:var(--smooth-ivory);border-radius:13px;display:flex;flex-direction:column;justify-content:flex-start;max-width:500px;overflow:hidden;width:95vw}.umg-feed-back-form>.react-tabs>.react-tabs__tab-list>.react-tabs__tab--selected:focus:after{background:#0000;bottom:0;content:none;height:0;left:0;position:absolute;right:0}.umg-feed-back-form>.react-tabs>.react-tabs__tab-list>.react-tabs__tab--selected{border-bottom:2px solid var(--black)}.umg-feed-back-form{height:100%;width:100%}.umg-feed-back-form>.react-tabs>.react-tabs__tab-list{align-items:center;display:flex;flex-direction:row;height:60px;justify-content:flex-start;margin-bottom:0;margin-top:0}.umg-feed-back-form>.react-tabs .react-tabs__tab-panel--selected{color:var(--black);display:flex;height:100vh;margin-bottom:20px;margin-left:auto;margin-right:auto;max-height:390px;overflow:hidden;width:90%}@media screen and (max-width:768px){.umg-feed-back-form>.react-tabs .react-tabs__tab-panel--selected{max-height:430px}}.feedback-form .textfield{width:100%}.faq-link{text-decoration:none}.non-umg-form-container{padding:20px}.video-list-container{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.feedback-form>.check-box-container.b2.mt-2,.feedback-form>.contact-modal-input.input-text.fade-in-phone-number,.feedback-form>.drop-down-selector-container,.feedback-form>.textfield{margin-bottom:10px}.video-list{bottom:0;justify-content:flex-start;left:0;overflow-y:scroll;position:absolute;right:0;top:0}.video-list,.video-list-item{display:flex;flex-direction:column}.video-list-item{background-color:var(--smooth-ivory);border-bottom:thin solid var(--light-grey);padding:1em}.video-list-item:hover{background-color:var(--light-grey);cursor:pointer}.detail-video-view{background-color:var(--black);bottom:0;display:flex;left:500px;overflow:hidden;position:absolute;top:0;transition:left .5s ease-in-out;width:inherit;z-index:100}.detail-video-view.show-video{left:0}.close-video-button-detail-video{background-color:initial;border:none;position:absolute;right:10px;top:10px}.order-breakdown-container{width:100%}.order-breakdown-table-body-loading{opacity:.4}.order-breakdown-loader{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.order-breakdown-header-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.order-breakdown-header-switches{display:flex;.tooltip:first-of-type{margin-right:15px}}@media (max-width:768px){.order-breakdown-header-container{align-items:flex-start;flex-direction:column}.order-breakdown-header-switches{margin-top:10px}}.order-breakdown-table{background-color:var(--order-breakdown-background-color);border-collapse:collapse;border-radius:8px;color:var(--text-primary-color);min-height:60px;outline:solid 1px var(--order-breakdown-border-color);position:relative;width:100%}.order-breakdown-table td,.order-breakdown-table th{color:var(--text-primary-color);padding:8px 1px}.order-breakdown-table hr{color:var(--text-primary-color);width:100%}.order-breakdown-table th{padding-top:12px}.order-breakdown-table th:first-of-type{padding-left:16px;text-align:left;width:45%}.order-breakdown-table th:nth-of-type(2){text-align:center}.order-breakdown-table th:nth-of-type(3){text-align:left}.order-breakdown-table th:last-of-type{padding-right:16px;text-align:right}.order-breakdown-table tr td:first-of-type{padding-left:16px}.order-breakdown-table tr td:nth-of-type(2){text-align:center}.order-breakdown-table tr td:nth-of-type(3){text-align:left}.order-breakdown-table tr td:last-of-type{padding-right:16px;text-align:right}.order-breakdown-table tr:last-of-type td{padding-bottom:12px;padding-top:10px}.order-breakdown-table-footer{background-color:var(--order-breakdown-footer-color)}.order-breakdown-table-footer td:first-of-type{border-bottom-left-radius:8px}.order-breakdown-table-footer td:last-of-type{border-bottom-right-radius:8px}.order-breakdown-spacer td{position:relative;top:1px}.order-breakdown-spacer td:after{background-color:var(--text-secondary-color);content:"";height:1px;left:0;position:absolute;top:-1px;width:100%}.order-breakdown-spacer td:first-child:after,.order-breakdown-spacer td:last-child:after{width:calc(100% - 16px)}.order-breakdown-spacer td:first-child:after{left:auto;right:0}.order-breakdown-bold-row td{font-weight:600}.tooltip-row .tooltip{display:inline-flex}.order-breakdown-recording-eng{padding-left:32px!important}@media (max-width:768px){.order-breakdown-table th:first-of-type{width:50%}.order-breakdown-table th:nth-of-type(3),.order-breakdown-table tr td:nth-of-type(3){display:none}}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{background:none;min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;line-height:16px;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.estimated-delivery-date-picker-selected{background-color:var(--primary-color)!important;clip-path:circle(25% at 50% 50%)}.estimated-delivery-date-calendar{border:none!important;max-width:none!important}.project-page-container,.project-page-flex-container{align-items:center;background-color:var(--smooth-ivory);display:flex;justify-content:center}.project-page-flex-container{bottom:0;height:calc(100% - 105px);left:0;position:absolute;right:0;top:105px;width:100%}.play-audio-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;position:relative;width:100%}.play-audio-section{height:100%;position:relative;width:100%}.play-audio-section-loader{align-items:center;background-color:inherit;bottom:0;display:flex;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .5s linear}.play-audio-section-loader.loading{opacity:1;pointer-events:auto}.play-audio-top-section{height:100%;width:100%}.play-audio-button{align-items:center;align-self:center;display:flex;height:32px;justify-content:center;margin-right:12px;width:32px}.play-audio-button:hover{cursor:pointer}.sound-wave-container{align-self:center;display:flex;height:100%;width:100%}.play-audio-sound-wave{align-self:center;height:16px;width:100%}.label-container{display:flex;flex-direction:column;height:50px;justify-content:center;margin-right:10px;min-width:40px}.label-container>p{align-items:center;display:flex;font-size:10px;font-style:normal;font-weight:400;letter-spacing:.04em;line-height:14px;text-align:left;text-transform:uppercase}.disable-button{opacity:.5}.pill-container{align-items:center;background-color:var(--black);border-radius:12.5px;display:flex;flex-direction:row;height:26px;justify-content:center;margin:5px;min-width:91px;padding-left:10px;padding-right:10px}.pill-container>p{align-items:center;color:var(--white);display:flex;font-size:12px;font-style:normal;font-weight:400;letter-spacing:.04em;line-height:16px;text-align:center;text-transform:uppercase}.react-sweet-progress{align-items:center;display:flex;justify-content:center;width:100%}.react-sweet-progress-symbol{align-items:center;color:#000000b3;display:flex;font-weight:200;height:20px;justify-content:flex-start;padding-left:10px;width:35px}.react-sweet-progress-symbol-absolute{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.react-sweet-progress-symbol-absolute .react-sweet-progress-symbol{padding:0;width:100%}.react-sweet-progress-circle-outer{display:inline-block;position:relative;vertical-align:middle}.react-sweet-progress-line{background-color:#efefef;border-radius:100px;vertical-align:middle;width:100%}.react-sweet-progress-line-inner{border-radius:100px;min-height:10px;position:relative;transition:width .3s ease}.react-sweet-progress-line-inner-status-active:before{animation:active-anim 2s cubic-bezier(.25,1,.6,1) infinite;background:#fff;border-radius:10px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0}@keyframes active-anim{0%{opacity:.1;width:0}20%{opacity:.5;width:0}to{opacity:0;width:100%}}.react-sweet-progress-circle path{stroke-linecap:round}.progress-bar-label{color:var(--light-grey);margin-bottom:0;margin-top:0;padding-right:5px}.progress-bar-label.count-down-label{color:var(--boomy-orange)}.past-due-container{align-items:center;display:flex;flex-direction:row;gap:.5em;height:20px}.v1-button{border:1px solid var(--text-primary-color);border-radius:var(--border-radius-md);color:var(--text-primary-color);cursor:pointer;display:inline-block;font-weight:400;height:44px;line-height:1;padding:var(--button-padding);text-decoration:none;text-transform:uppercase;transition:all ease-in-out var(--button-transition-duration);width:157px}.v1-button:disabled{cursor:not-allowed;opacity:.8}.v1-button:hover:enabled{filter:brightness(85%)}.v1-button-primary{background-color:var(--button-primary-color);border:none;color:var(--black-0);cursor:pointer}.v1-button-secondary{background-color:var(--button-secondary-color);cursor:pointer}.v1-button--small{border-radius:6px;font-size:.75rem;padding:10px 16px}.v1-button--medium{font-size:.7rem}.v1-button--large{font-size:1rem;padding:12px 24px;width:250px}.v1-button-gradient{background:linear-gradient(88.08deg,var(--echo-orange) 0,var(--boomy-orange) 100%);color:var(--black-no-dark-theme)}.v1-button-disabled-text-container{height:fit-content;position:absolute;width:10%}.v1-button-disabled-text{background-color:var(--stereo-black);border-radius:10px;color:var(--warm-light-grey);padding:10px}@media screen and (max-width:900px){.version-one-button{width:80px}.version-one-button--medium{font-size:.7rem;padding:7px 15px}.v1-button-disabled-text-container{width:25%}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.purchase-order-main-page{display:flex;justify-content:center;margin-bottom:50px}.purchase-order-page-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-bottom:100px}.purchase-order-page-container td{padding:15px;text-align:start}.paginator-container{display:flex;justify-content:flex-start}.amenity-card{align-items:center;background-color:var(--white);border:2px solid var(--warm-light-grey);border-radius:5px;display:flex;flex-direction:column;height:80px;justify-content:center;margin:5px;transition:background-color .5s ease;width:80px}@media (max-width:768px){.amenity-card{height:74px;margin:3px;width:74px}}.amenity-label{color:var(--black);font-size:10px;font-style:normal;font-weight:400;letter-spacing:.04em;line-height:14px;text-align:center;text-transform:uppercase}.amenity-list-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.amenity-icon{color:var(--black);margin-bottom:4px}.amenity-card.selected{background-color:var(--mint-green)}.amenity-card.selected,.amenity-card.selected>.amenity-icon,.amenity-card.selected>p{color:var(--black-no-dark-theme)}.amenity-card.edit-mode{cursor:pointer}.amenity-card.no-card{background:#0000;border:none}.user-profile-container{align-items:center;color:var(--black);display:flex;line-height:20px}.user-profile-data{margin-left:12px}.user-profile-display-name{font-size:16px;font-weight:600}.user-profile-time-on-platform{font-size:14px}.review-component-container{font-size:16px;line-height:20px}.review-component-rating{align-items:center;display:flex}.review-component-rating>.star-rating{display:inline-block;margin:0;padding-top:6px;width:90px}.review-component-date{color:var(--dark-grey)}.collapsable-header{align-items:center;color:var(--medium-grey);font-size:14px;font-weight:600;letter-spacing:.04em;line-height:18px;margin-bottom:5px;text-transform:uppercase}.extend-text-container{&:hover{cursor:pointer}}.expandable-text-area .extend-text{color:var(--black);cursor:pointer;margin-right:5px}.body-text{background-color:inherit;border:none;color:var(--black);-webkit-mask-image:unset;mask-image:none;outline:none;resize:none;white-space:pre-wrap;width:100%}.body-text-clamped{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis}.body-text-fade{-webkit-mask-image:linear-gradient(to bottom,var(--black) 50%,#0000 100%);mask-image:linear-gradient(to bottom,var(--black) 50%,#0000 100%)}.reviews-list-container{height:100%;overflow-y:auto;padding:40px;width:100%}.reviews-list-header{align-items:center;color:var(--black);display:flex;font-size:24px;font-weight:600;height:54px;line-height:28px}.reviews-list-average-rating{align-items:center;border-right:1px solid var(--light-grey);display:flex;height:100%;padding-right:16px;img{margin-bottom:8px;margin-right:5px}}.reviews-list-ratings-count{padding-left:16px}.reviews-list-reviews-container{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:10px;width:100%}.reviews-list-review-wrapper{padding-top:30px;width:45%}.reviews-list-load-more{display:flex;justify-content:center;padding-top:30px;width:100%}@media (max-width:768px){.reviews-list-header{font-size:18px;line-height:22px}.reviews-list-review-wrapper{width:100%}}.booking-calendar-container{display:flex;height:297px;justify-content:center;padding-bottom:15px;width:314px}.react-calendar{background-color:var(--white)}.selected-tiles-calendar{position:relative;z-index:1}.selected-tiles-calendar>abbr{color:var(--white)!important}.selected-tiles-calendar:before{background:var(--disabled-boomy-orange);bottom:0;clip-path:circle(28% at 50% 50%);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.booking-calendar-container .react-calendar abbr{font-weight:600;text-decoration:none!important}.react-calendar__navigation__label__labelText{color:var(--black)}.react-calendar__tile--now{background-color:inherit!important;color:inherit!important}.react-calendar__tile:disabled{background:var(--white)!important;color:var(--light-grey)!important;text-decoration:line-through}.react-calendar__month-view__days__day--weekend{color:inherit!important}.react-calendar__month-view__days__day--neighboringMonth{background-color:initial!important;color:var(--light-grey)!important;text-decoration:none!important}.deselect-tile-calendar{color:var(--black)!important}.deselect-now-tile-calendar{background:var(--echo-orange)!important}.react-calendar__tile:enabled:hover{clip-path:circle(28% at 50% 50%);transition:.15s}.react-calendar__tile--active{color:#000!important}.react-calendar__tile--active,.react-calendar__tile:enabled:focus{background:var(--white)!important}.react-calendar button{color:var(--black)!important}.booking-calendar-container>.react-calendar .react-calendar__month-view__weekdays{color:var(--black);font-size:16px;font-weight:400;line-height:20px;pointer-events:none}.booking-calendar-container>.react-calendar>.react-calendar__navigation{border-bottom:1px solid var(--black);margin-bottom:30px}.booking-calendar-container>.react-calendar>.react-calendar__navigation:hover,.booking-calendar-container>.react-calendar>.react-calendar__navigation>.react-calendar__navigation__label{background-color:initial}.booking-calendar-container .react-calendar__navigation__label__labelText{color:var(--black);font-size:24px;font-weight:600;line-height:28px}.booking-calendar-container .react-calendar__navigation__next-button,.booking-calendar-container .react-calendar__navigation__prev-button{border-radius:var(--border-radius-md);display:flex;flex-direction:row;justify-content:center;padding:0!important;transition:.15s}.booking-calendar-container .react-calendar__navigation__next-button:hover,.booking-calendar-container .react-calendar__navigation__prev-button:hover{background-color:initial}@media screen and (max-width:768px){.booking-calendar-container{height:297px;width:330px}.booking-calendar-container .react-calendar__navigation__label__labelText{font-size:20px}.booking-calendar-container>.react-calendar .react-calendar__month-view__weekdays{font-size:12px}}.studio-calendar-widget-container{align-items:center;background-color:var(--white);border-radius:10px;box-shadow:0 2px 30px #00000026;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;margin-left:auto;max-width:495px;overflow:hidden;padding:30px;width:80%}.recording-calendar-room-options-container{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:30px;margin-top:10px;width:100%}.recording-calendar-room-option-container{display:flex;flex:1 1;flex-direction:column}.recording-calendar-room-option-container:first-child{margin-right:10px}.recording-calendar-room-option-container>.drop-down-selector-container>.drop-down-select-content>.select-container{border:.75px solid var(--light-grey);border-radius:8px;height:45px;margin-top:.5em}.recording-calendar-room-option-container>.drop-down-selector-container>.drop-down-select-content>.select-container>.select-arrow-container{border:none}.calendar-text-view{margin-bottom:30px;margin-top:30px;width:100%}.calendar-text-view>p{color:var(--medium-grey);text-align:center}.studio-calendar-container{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;width:100%}.studio-calendar-widget-button{border-color:var(--light-grey);border-width:.5px;font-weight:600;margin-top:24px;text-transform:inherit}.studio-calendar-header-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.studio-calendar-header-container-row{display:flex;flex-direction:row;justify-content:space-between;width:100%}.price-container{position:relative}.edit-service-button{cursor:pointer;position:absolute;right:-20px;top:0}.studio-calendar-header-container-row:not(:first-child)>p{color:var(--medium-grey)}.studio-calendar-widget-header-text{margin-bottom:10px}.studio-calendar-disable-button{color:var(--grey);cursor:not-allowed}.studio-calendar-booking-status-switch{margin-top:10px}.studio-calendar-discount-rates-container{align-items:flex-start;display:flex;flex-direction:row;height:inherit;justify-content:flex-start;overflow-x:auto;width:100%}.studio-calendar-widget-container>.studio-calendar-discount-rates-container{margin-bottom:5px;margin-top:5px}.studio-calendar-discount-rates-container>.studio-calendar-discount-rate-container{margin-right:10px}.studio-calendar-discount-rate-container{align-items:center;border:1px solid var(--black);border-radius:50px;cursor:pointer;display:flex;flex-direction:column;height:fit-content;justify-content:center;margin-bottom:10px;padding:10px 15px;width:fit-content}.studio-calendar-discount-rate-selected{background-color:var(--black);text-decoration-color:var(--white)}.studio-calendar-discount-rate-selected>p{color:#fff}@media screen and (max-width:768px){.studio-calendar-discount-rates-container{overflow-x:scroll;width:300px}}.studio-calendar-container>.booking-calendar-container{height:fit-content;padding:0;width:100%}.studio-calendar-container>.booking-calendar-container>.react-calendar{background-color:var(--white);border:none;max-width:none}.studio-rooom-calendar-breakdown-view{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;width:100%}.studio-rooom-calendar-breakdown-view>p:first-of-type{text-transform:capitalize}.studio-rooom-calendar-breakdown-view:last-child{border-top:1px solid var(--medium-grey);margin-top:15px;padding-top:15px}.studio-rooom-calendar-breakdown-view:last-child>p{font-weight:600}.studio-calendar-header-container.recording-booking{margin-bottom:30px}.invalid-session-date--selected{position:relative;z-index:1}.invalid-session-date--selected>abbr{color:var(--notification-indicator-color)}.invalid-session-date--selected:before{background:var(--checkbox-color--disabled);bottom:0;clip-path:circle(25% at 50% 50%);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.completed-session-date:before,.not-currently-selected-date:before{clip-path:circle(25% at 50% 50%)}@media screen and (max-width:768px){.studio-calendar-container>.booking-calendar-container{height:297px;max-width:none}.studio-calendar-discount-rates-container{flex-wrap:nowrap}.studio-calendar-header-container-row:not(:first-child)>p:not(:first-child){display:none}}@media screen and (max-width:991px){.studio-calendar-widget-container{margin-right:auto}}@media screen and (min-width:992px) and (min-height:968px){.studio-calendar-widget-container{position:sticky;top:calc(var(--header-height) + 8px)}}.exit-icon{color:var(--black);cursor:pointer;padding:14px;position:absolute;right:30px;top:35px;z-index:var(--modal-exit-icon-z-index)}.exit-icon.hide{display:none}.base-modal-header{display:flex;justify-content:flex-end;position:relative;width:100%;z-index:1}.buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;height:100%;width:100%}.spinner___27VUp{animation-duration:1s;animation-iteration-count:infinite;animation-name:spin___S3UuE;animation-timing-function:linear;border:4px solid #a9a9a9;border-radius:30px;border-top-color:#000;height:30px;left:calc(50% - 15px);position:absolute;top:calc(50% - 15px);width:30px}@keyframes spin___S3UuE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container___2O72F{height:100%;overflow:hidden;position:relative;width:100%}.overlay___IV4qY{bottom:0;cursor:zoom-in;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{background-color:#f4f4f4;bottom:0;left:0;position:absolute;right:0;top:0}.slide___3-Nqo{box-sizing:border-box;display:block;height:0;list-style-type:none;margin:0;position:relative}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}[dir=rtl] .slideHorizontal___1NzNV{direction:rtl;transform:scaleX(-1)}.slideInner___2mfX9{height:100%;left:0;position:absolute;top:0;width:100%}.focusRing___1airF{bottom:5px;left:5px;outline-color:Highlight;outline-style:solid;outline-width:5px;pointer-events:none;position:absolute;right:5px;top:5px}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-color:-webkit-focus-ring-color;outline-style:auto}}.horizontalSlider___281Ls{overflow:hidden;position:relative;touch-action:pan-y pinch-zoom}[dir=rtl] .horizontalSlider___281Ls{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{overflow:hidden;position:relative}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;margin:0;padding:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{background-color:#f4f4f4;bottom:0;left:0;position:absolute;right:0;top:0}.image-carousel-container{margin:auto;position:relative;width:100%}.view-all-photos-button{align-items:center;background-color:var(--white);border-radius:100px;bottom:10%;cursor:pointer;display:flex;height:50px;justify-content:center;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;text-align:center;width:194px}@media (max-width:768px){.view-all-photos-button{height:40px;width:160px}}.view-all-photos-text{display:inline-block;line-height:49px;vertical-align:middle}@media (max-width:768px){.view-all-photos-text{line-height:40px}}.image-carousel-upload-button{align-items:center;background-color:var(--white-no-dark-theme);border-radius:100px;cursor:pointer;display:flex;font-size:20px;height:16px;justify-content:space-between;padding:10px 15px;position:absolute;right:3em;top:1em;width:76px}.image-carousel-delete-button,.image-carousel-upload-button,.image-carousel-upload-button>.h8-semi-bold{color:var(--black-no-dark-theme)}.image-carousel-delete-button{align-items:center;background:var(--white-no-dark-theme);border-radius:17.5px;cursor:pointer;display:flex;height:35px;justify-content:center;margin-top:4px;position:absolute;right:1em;top:1em;transition:all .2s ease-in-out;width:35px}.image-slide-container{position:relative}.image-carousel-add-modal{background-color:var(--warm-light-grey);border:1px solid #000;border-radius:10px;height:150px;padding:15px;width:350px}.image-carousel-add-modal,.image-carousel-dropzone{align-items:center;display:flex;justify-content:center}.image-carousel-dropzone{border:2px dashed var(--boomy-orange);border-radius:15px;cursor:pointer;height:100vh;max-height:426px;width:100vw}.image-carousel-dropzone:hover{background-color:#ff89661a}.image-carousel-empty-container{display:flex;padding-left:75px;padding-right:75px}.image-carousel-placeholder-container{align-items:center;display:flex;flex-direction:column}.image-carousel-placeholder-image{align-items:center;background-color:var(--boomy-orange);border-radius:50%;display:flex;font-size:64px;height:125px;justify-content:center;margin-bottom:15px;width:125px}.placeholder-text{margin-bottom:15px;text-align:center}@media screen and (max-width:768px){.image-carousel-empty-container{padding-left:15px;padding-right:15px}.image-carousel-dropzone{max-height:210px;max-width:100%}.image-carousel-placeholder-image{font-size:44px;height:88px;width:88px}}.image-carousel-file-input{align-items:center;border:1px dashed var(--black-no-dark-theme);border-radius:10px;cursor:pointer;display:flex;justify-content:center}.go-back-button{background-color:#ffffff1a;border:1px solid var(--smooth-ivory);border-radius:10px;color:var(--smooth-ivory);cursor:pointer;font-size:20px;left:1em;padding:10px;position:absolute;top:1em}@media screen and (max-width:768px){.go-back-button{font-size:15px}}.delete-photo-modal{align-items:center;background-color:var(--white);border-radius:10px;height:fit-content;justify-content:center;max-width:690px;padding:60px;width:75vw}.delete-photo-modal-text{font-family:Roobert Woff\ 2;padding-bottom:15px;text-align:center}.delete-photo-modal-buttons{display:flex;justify-content:space-between;width:100%}.image-carousel-secondary-button{margin-right:16px}@media screen and (max-width:768px){.delete-photo-modal{padding:30px}.delete-photo-modal-buttons{flex-direction:column-reverse;justify-content:center}.image-carousel-secondary-button{margin-right:0;margin-top:16px}}.image-index-container{align-items:center;background-color:#00000080;border-radius:3px;bottom:1em;color:var(--white-no-dark-theme);display:flex;height:13px;justify-content:center;padding:10px;position:absolute;right:1em;width:44px}.image-carousel-no-photos-container{align-items:center;color:var(--medium-grey);display:flex;height:100vh;justify-content:center;max-height:210px;max-width:399px;width:auto}.studio-room-image.image-carousel-no-photos-container{align-items:center;background-color:#0000001a;border:2px dashed var(--medium-grey);border-radius:10px;display:flex;height:160px;justify-content:center;max-height:none!important;max-width:min(260px,100vw);width:100%}.primary-entity-photo{height:100%;object-fit:cover;width:100%}.studio-room-image>.primary-entity-photo{border-radius:10px;height:160px;max-width:min(260px,100vw);object-fit:cover}.image-carousel-dropzone-more-photos-container{align-items:center;background-color:var(--transparent-white);border:2px dashed var(--boomy-orange);border-radius:15px;cursor:pointer;display:flex;height:100%;justify-content:center;max-height:426px;width:100%}.image-carousel-modal-placeholder-container{align-items:center;display:flex;flex-direction:column;height:268px;justify-content:center;padding:initial;width:340px}.go-back-button-no-photos{border:1px solid var(--black);color:var(--black);left:5em}@media screen and (max-width:768px){.go-back-button-no-photos{left:2em}}.room-name-container{align-items:center;background-color:#00000080;border-radius:3px;bottom:1em;color:var(--white-no-dark-theme);display:flex;height:fit-content;justify-content:center;padding:10px;position:absolute;right:50%;text-align:center;width:128px}@media screen and (max-width:768px){.primary-entity-photo{max-height:210px}.room-name-container{left:1em;right:auto;width:fit-content}}.studio-modal{background-color:var(--white);border-radius:4px;box-shadow:0 0 10px 0 #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:744px;min-height:395px;overflow:hidden;width:97vw}.studio-room-modal{min-height:200px}.modal-footer{gap:8px;justify-content:flex-end!important}.modal-header{background-color:var(--white);border-bottom:1px solid var(--light-grey);border-top:1px solid var(--light-grey);display:flex;flex-direction:row;height:fit-content;justify-content:space-between;padding:16px;position:relative}.modal-header>h2{width:100%}.modal-header:first-child{border-top:none}.close-modal-button{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-bottom:auto;margin-top:auto}.modal-body{display:flex;flex-direction:column;flex-grow:1;margin:.2em;overflow-y:scroll;padding:16px}.modal-body>*{margin-bottom:.5em}.studio-save-button{margin-left:auto!important}.date-input-studio-birthdate{all:unset;border:1px solid var(--light-grey);border-radius:10px;box-sizing:border-box;color:var(--black);padding:10px;transition:all .5s ease-in}.remove-studio-calendar-integration-container{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-top:1em;text-align:center}.edit-studio-modal-checkbox .check-box-container{padding-left:0}.edit-modal-primary-image{display:flex;height:300px;min-height:300px;width:100%}.edit-modal-primary-image .primary-entity-photo{height:300px!important;object-fit:contain;width:100%}.pac-container{z-index:var(--location-auto-complete-z-index)!important}.calendar-setup-loading-container{align-items:center;display:flex;height:200px;justify-content:center;width:100%}.calendar-setup-container{align-items:center;display:flex;flex-direction:column;height:200px;justify-content:flex-start;width:100%}.calendar-setup-container>p{padding:1em;text-align:center}.calendar-setup-button{align-items:center;background-color:var(--white);border:1px solid var(--black);border-radius:5px;color:var(--black);cursor:pointer;display:flex;flex-direction:row;height:50px;justify-content:center;width:80%}.calendar-setup-button:hover{filter:brightness(.9)}.google-product-span{display:inline-block;font-size:16px!important;font-weight:600!important;line-height:20px!important}details{background:#0000;cursor:pointer;font-size:100%;vertical-align:initial}details[open] summary~*{animation:sweep .5s ease-in-out}@keyframes sweep{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}details>summary{color:var(--dark-grey)}summary[open]{rotate:90deg}details>p{cursor:auto;margin-top:5px;padding-left:10px}.b1.collapsable-component-hint-primary{color:var(--text-primary-color)}.b1.collapsable-component-hint-secondary{color:var(--text-secondary-color)}.b1.collabsable-component-hint-bold{font-weight:600}.location-input:enabled:not([type=submit]){background-color:var(--white);border:thin solid var(--light-grey);border-radius:10px;box-sizing:border-box;color:var(--black);font-size:14px;font-style:normal;font-weight:400;line-height:18px;padding:10px;width:100%}.location-input:focus{border:2px solid var(--deep-blue)!important;outline:none}.pac-container{z-index:var(--modal-index)}.add-engineer-service-container{align-items:center;background-color:var(--white);height:fit-content}.add-engineer-service-container,.add-engineer-service-form-column{display:flex;flex-direction:column;justify-content:center;width:100%}.add-engineer-service-form-column{align-items:flex-start}.engineering-service-create-service-button-container{display:flex;flex-direction:row;justify-content:flex-end;margin-left:auto;margin-top:auto;padding-bottom:20px;width:100%}.engineering-service-button{min-width:124px}.engineering-service-create-service-button-container>.engineering-service-button:last-child{margin-left:var(--project-screen-element-margin)}@media screen and (max-width:768px){.engineering-service-create-service-button-container{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}.engineering-service-button{margin-left:0;margin-right:5px}}.alt-percentage-slider{width:100%}.add-engineer-service-form-row-input>.location-input{flex:2 1}.add-engineer-service-form-row{flex-direction:row}.add-engineer-service-form-col,.add-engineer-service-form-row{align-items:center;display:flex;justify-content:space-between;margin:0 0 25px;width:100%}.add-engineer-service-form-col{flex-direction:column}.add-engineer-service-form-row-label{margin:10px 0;max-width:120px}.add-engineer-service-form-row-input{display:flex;justify-content:flex-end;width:75%}.add-engineer-service-form-row:not(:has(.add-engineer-service-form-row-input.alt-percentage-slider))>.add-engineer-service-form-row-label{max-width:none;width:100%}.revision-selector{width:80px}.collapsable-remove-calender-integration-container{display:flex;justify-content:flex-start;margin-bottom:var(--project-screen-element-margin);text-align:left;width:100%}.calendar-setup-button{margin-left:auto;margin-right:auto}.add-engineer-service-form-row-label.b3-semi-bold.row-header-options{max-width:none}.row-header-options{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.view-more-options{color:var(--dark-grey);cursor:pointer;margin-left:10px;margin-right:5px}.discount-options-individual-discount-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:0 0 25px;width:fit-content;width:100%}.discount-options-container{display:flex;flex-direction:column}.discount-options-individual-discount-container>.drop-down-selector-container{width:inherit}.add-discount-rates-for-recording-service-container{width:100%}.discount-options-individual-discount-container>.add-engineer-service-form-column{margin-right:15px}.discount-options-fixed-range-number-field{background:#fff;background:var(--foreground-color,#fff);border:.75px solid #c9c9c9;border:.75px solid var(--light-grey,#c9c9c9);border-radius:3px;color:var(--text-primary-color);height:38px;padding-left:15px;width:100%}.discount-options-prices-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.discount-options-prices-container>.b3-semi-bold{margin-right:15px;white-space:pre}.discount-options-delete-button{color:var(--dark-grey);cursor:pointer;text-decoration-line:underline}.discount-options-prices-container>.drop-down-selector-container{width:50px}@media screen and (max-width:768px){.discount-options-individual-discount-container{flex-direction:column}.discount-options-prices-container{margin-top:10px}}.percentage-slider-container{position:relative;width:100%}.percentage-slider{-webkit-appearance:none;appearance:none;background:var(--warm-light-grey);height:5px;opacity:.7;transition:opacity .2s;width:100%}.percentage-slider:hover{opacity:1}.percentage-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--boomy-orange);border-radius:12.5px;cursor:pointer;height:25px;width:25px}.percentage-slider::-moz-range-thumb{background:var(--boomy-orange);border-radius:12.5px;cursor:pointer;height:25px;width:25px}.percentage-label{position:absolute;right:0}.weekdays-row-container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin-bottom:20px;margin-right:15px}.weekday-pill{background-color:var(--timbre-tan);margin-bottom:8px;margin-right:5px}.weekday-pill>p{color:var(--black)}.weekday-pill:hover{cursor:pointer}.weekday-pill{margin-bottom:5px;transition:all .5s ease-in}.selected{background-color:var(--black)}.selected>p{color:var(--white)}.dark-mode-weekday-picker .weekday-pill{background-color:var(--grey)}.dark-mode-weekday-picker .weekday-pill.selected{background-color:var(--black)}.select-time-drop-down-container{display:flex;flex-direction:row}.select-time-drop-down-container>.drop-down-selector-container:first-child{flex:7 1;margin-right:10px}.select-time-drop-down-container>.drop-down-selector-container:nth-child(2){flex:3 1;margin-right:10px}.submit-available-hours-button{width:100%}.select-working-hours-component-container{align-self:center;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;padding-top:var(--header-height);width:80%}.back-arrow{display:flex;flex-direction:row;padding:auto;position:relative}.back-arrow>.left-arrow-button{left:0;top:0;width:20%}.add-block-discount-button-container{display:flex}.add-block-discount-button-button{margin-right:12px}.studio-room-hosted-by-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.studio-room-hosted-by-name:hover{cursor:pointer;text-decoration:underline}.studio-room-hosted-by-description{color:var(--dark-grey)}.studio-room-hosted-by-studio-img{border-radius:50%;height:75px;object-fit:cover;width:75px}.dashboard-card-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px;width:100%}.dashboard-card-header__title{color:var(--medium-grey);font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-transform:uppercase}.verified-user-container{cursor:default;display:flex;flex-direction:row;justify-content:center;position:relative}.verified-icon-image{content:"";display:inline-block;height:18px;width:18px}@media screen and (max-width:600px){.verified-icon-image{height:13px;width:13px}}.studio-teammates-modal-container{background-color:var(--white);border-radius:4px;box-shadow:0 0 10px 0 #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:600px;min-height:395px;overflow:hidden;padding:30px;width:97vw}.studio-teammates-header-content{align-items:center;border-bottom:1px solid var(--light-grey);display:flex;flex-direction:column;padding-bottom:30px;padding-top:20px}.studio-teammates-close-modal{cursor:pointer;display:flex;margin-left:auto}.studio-teammates-modal-body{height:100%;overflow-y:scroll}.studio-teammates-modal-section{padding-top:15px}.studio-teammates-display-container{align-items:center;display:flex;padding:10px 0}.studio-teammates-display-container img{border:1px solid var(--light-grey);border-radius:50%;cursor:pointer;height:85px}.studio-teammates-display-name{color:var(--black);cursor:pointer;padding:0 10px}.studio-teammates-modal-section-title{color:var(--medium-grey);text-transform:uppercase}.team-panel-container{display:flex;flex-direction:column;height:100%;width:100%}.team-panel-scroll-container{height:100%;overflow-x:hidden;overflow-y:auto;width:100%}.team-panel-info-container{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:240px}.team-panel-body-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.team-panel-empty-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.team-panel-body-container>.team-member-container:not(:last-child){margin-bottom:10px}.team-panel-body-header{color:var(--medium-grey);display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:10px;text-transform:uppercase;width:100%}.team-panel-invite-container{align-items:flex-start;background-color:var(--white);box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:345px;z-index:var(--side-panel-z-index)}.team-panel-invite-exit{margin-left:auto;margin-right:0}.team-panel-invite-body,.team-panel-invite-header{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.team-panel-invite-item{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.team-panel-invite-body>.team-panel-invite-item:not(:last-child){margin-bottom:25px}.team-side-panel-container{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;box-sizing:border-box;height:100%;max-height:none;overflow-y:hidden;padding-top:15px}.team-side-panel-header-col{color:var(--medium-grey);white-space:nowrap}.team-panel-body-header>.b3-semi-bold.team-side-panel-header-col{margin-left:auto;margin-right:auto;padding-right:56px}.team-panel-info-container>.b3-semi-bold.team-side-panel-header-col:first-child{margin-right:10px}.team-invite-phone-input{background:var(--white);border:.75px solid var(--light-grey);border-radius:8px;box-sizing:border-box;height:25px;padding:10px;width:100%}.team-invite-phone-input.PhoneInput>.PhoneInputInput{border:none;height:inherit}@media (max-width:768px){.team-panel-container{background:#0000;border:initial;border-radius:0;border-radius:initial;box-sizing:border-box;height:100%;max-height:none;width:100%}.team-panel-header{margin-bottom:15px}.team-side-panel-container{box-sizing:border-box;height:100%}}.team-panel-invite-button-footer{margin-top:15px}.pending-team-spacer{height:15px}.team-member-container{background-color:var(--white);border:1px solid var(--warm-light-grey);border-radius:5px;color:var(--black);height:24px;padding:12px;position:relative;width:calc(100% - 26px)}.team-member-container,.team-member-info-container{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.team-member-info-container{width:240px}.team-member-message-icon{cursor:pointer}.member-online-icon{border-radius:50%;height:9px;width:9px}.team-member-icons-container{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;width:44px}.team-member-info-container>.member-online-icon{margin-right:15px}.team-member-image{border-radius:50%}.team-member-info-container>.team-member-image{margin-right:10px}.team-member-info-container>.b2,.team-member-info-container>.b2-semi-bold{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-member-info-container>.b2-semi-bold{margin-right:11px}.team-member-container>.b2-semi-bold{margin-left:auto;margin-right:auto;white-space:nowrap}.team-member-menu-container{align-items:center;background-color:var(--white);border:1px solid var(--warm-light-grey);border-radius:5px;display:flex;flex-direction:column;justify-content:center;position:absolute;right:25px;width:fit-content;z-index:1}.team-member-icon{cursor:pointer}.team-member-menu-item{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:5px;width:calc(100% - 10px)}.team-member-menu-item:hover{background-color:var(--warm-light-grey)}@media screen and (max-width:1024px){.team-member-info-container{width:fit-content}}@media screen and (max-width:768px){.team-member-icons-container{width:fit-content}}.studio-teammates-container{display:flex;flex-direction:column;padding-bottom:30px;width:100%}.studio-teammates-label{color:var(--medium-grey);margin-bottom:5px}.studio-teammates-images{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;margin-right:30px;padding-bottom:10px;padding-top:20px;width:100%}.studio-teammates-image{cursor:pointer;font-size:12px;font-weight:600;padding-bottom:10px;text-align:center;width:90px}.studio-teammates-image img{border:1px solid var(--light-grey);border-radius:50%;height:85px}.studio-teammates-view-all{color:var(--black);cursor:pointer;text-decoration:underline}.studio-teammates-images-username{overflow:hidden;text-overflow:ellipsis}.engineer-booking-link-setting{margin-top:10px}.badge{padding:5rem}.badge--img{height:25px;position:relative;top:50%;transform:translateY(-50%);width:25px}.full-width-badge-container{display:flex;flex-direction:column;justify-content:center;margin-right:var(--project-screen-element-margin);min-width:200px}.full-width-badge{height:40px;width:90%}.card-container{align-items:center;background:var(--white);border-radius:17px;box-shadow:0 0 6px 0 var(--box-shadow-color);display:flex;flex-direction:row;height:100%;justify-content:center;overflow:hidden;padding:0}@media (max-width:768px){.card-container{border-radius:10px}}.muso-card-container{align-items:center;background-color:var(--smooth-ivory);border-radius:12px;display:flex;flex-direction:column;height:281px;justify-content:center;max-width:243px;width:100%}.muso-card-button{border:1px solid;max-width:200px;width:100%}.muso-card-icon{padding-bottom:20px}.muso-card-button-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}@media screen and (max-width:480px){.muso-card-container{height:200px;max-width:none}}.full-width-trophy-item,.trophy-list-item{display:flex;margin-bottom:1em;margin-left:1em;width:100%}.full-width-trophy-item{height:40px;position:relative;width:100%}@media screen and (max-width:1200px){.trophy-card-container>.full-width-trophy-item{max-width:200px}}@media screen and (max-width:500px){.trophy-card-container>.trophy-list-item{max-width:200px}}.trophy-texts{display:flex;flex-direction:column;margin-left:10px}.studio-subheader-badges-container .trophy-texts{margin-left:5px}.trophy-list-text,.trophy-list-textStatus{align-items:left;display:flex;font-weight:bolder;margin:0;padding-left:15px;padding-right:5px;text-align:left}.trophy-list-textStatus{color:var(--medium-grey);flex:1 1;font-weight:400}.badge-list{min-width:220px}.trophy-card-container{display:flex;flex-direction:row;height:fit-content;justify-content:flex-start;width:100%}@media screen and (max-width:991px){.badge-list{margin-left:25px;min-width:210px;width:100%}}@media screen and (max-width:767px){.badge-list{margin:0;min-width:0;min-width:auto;width:100%}}.trophy-container.card-container{background-color:var(--smooth-ivory);flex-wrap:wrap;justify-content:flex-start;padding-top:20px}.trophy-list-shared-muso-container{align-items:flex-start;display:flex;flex-direction:row;height:100%;justify-content:space-between;padding-bottom:10px;width:100%}.trophy-list-single-column-container{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:50%}.trophy-list-single-column-container>.trophy-list-item{max-width:220px}.trophy-column-header{display:flex;flex-direction:row}.trophy-list-header{align-items:baseline;display:flex;justify-content:space-between}@media screen and (max-width:1200px){.trophy-card-container{flex-direction:column}.trophy-card-container ul{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}}.trophy-loader{filter:grayscale(100%)}.trophy-column-container{background-color:var(--white);display:flex;flex-direction:column;height:calc(100% - 70px);justify-content:flex-start;overflow:auto;padding:35px 30px;width:calc(100% - 60px)}.trophy-items-container{align-content:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:0;width:100%}.view-more-container{align-items:flex-start;align-self:flex-start;color:var(--black);cursor:pointer;display:flex}.trophy-items-container>.trophy-list-item{max-width:220px}@media screen and (max-width:480px){.trophy-column-container{height:calc(100% - 60px);padding:30px 15px;width:calc(100% - 30px)}.trophy-items-container{height:100%;width:100%}.trophy-items-container>.trophy-list-item{max-width:100%}}@media screen and (max-width:600px){.trophy-texts{margin-right:auto;overflow:hidden;padding-right:15px;position:relative}}.map-container{height:100%;overflow:hidden;position:relative;width:100%}@keyframes slideUp{0%{bottom:-100%}to{bottom:0}}@keyframes slidingDown{0%{bottom:0}to{bottom:-100%}}.entity-photos-screen{background-color:var(--white);bottom:-100%;display:flex;flex-direction:column;left:0;opacity:0;overflow:hidden;position:fixed;transition:opacity .5s ease-out,bottom .5s ease-out;width:100%;z-index:var(--entity-photo-screen-z-index)!important}.entity-photos-screen.sliding-up{animation:slideUp .5s ease-out forwards;opacity:1}.entity-photos-screen.sliding-down{animation:slidingDown .5s ease-out forwards;opacity:0}.entity-photos-screen__body{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;max-height:100%;overflow-y:scroll;position:relative}.entity-photos-screen__header__item{align-items:center;cursor:pointer;display:flex;flex-direction:row;justify-content:center}.entity-photos-screen__header__item>p{margin-right:4px}.detail-image-row{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;margin-bottom:8px;width:100%}.detail-image-row__item{display:flex;flex:1 1;margin:4px;position:relative}.entity-photo-room-name{bottom:12px;left:12px;position:absolute}.entity-photo-modification-buttons{bottom:12px;display:flex;flex-direction:row;gap:10px;justify-content:center;min-width:25px;position:absolute;right:12px;z-index:var(--entity-photo-screen-buttons-z-index)}.entity-photo-button{background-color:var(--white);border:thin solid #fff;border-radius:var(--border-radius-sm);cursor:pointer;padding:10px}.entity-image{height:100%;object-fit:cover;width:100%}.entity-image-full-screen{max-height:100%;max-width:100%;object-fit:contain}@media screen and (max-width:768px){.entity-photo-room-name{bottom:6px;left:6px;position:absolute}.entity-delete-photo-button{bottom:6px;position:absolute;right:6px}.entity-photos-screen__header{justify-content:space-between}}.image-carousel-overlay{background-color:#fff;bottom:-100%;display:flex;flex-direction:column;left:0;opacity:1;pointer-events:none;position:absolute;transition:background-color 1s ease-out,opacity 1s ease-out;width:100%;z-index:1000}.image-carousel-overlay.sliding-up{animation:slideUp .5s ease-out forwards;background-color:#000;opacity:1;pointer-events:all}.image-carousel-overlay.sliding-down{animation:slidingDown .5s ease-out forwards;background-color:#fff;opacity:1;pointer-events:none}.image-carousel-overlay>.entity-photos-screen__header{justify-content:space-between}.image-carousel-overlay>.entity-photos-screen__header>:nth-child(2)>p{color:#fff}.image-carousel-overlay>.entity-photos-screen__header>.entity-photos-screen__header__item>p{text-align:center;width:100%}.image-carousel-overlay-body{display:flex;flex:1 1;flex-direction:row}.detail-image-carousel-container{display:flex;flex:8 1;flex-direction:column;justify-content:center}.image-carousel-arrow{cursor:pointer}.detail-image-carousel-container>:first-child{display:flex;flex-direction:column;justify-content:center;width:100%}.image-carousel-overlay-carousel-navigator{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.detail-image-carousel-image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.detail-entity-photo{display:inline-block;height:100%;max-width:100%;position:relative}@media screen and (max-width:768px){.image-carousel-overlay-body{flex:1 1;flex-direction:column;padding-bottom:60px}.image-carousel-overlay-carousel-navigator{display:none}.image-carousel-overlay>.entity-photos-screen__header{height:50px}.detail-entity-photo{display:inline-block;height:max-content;position:relative;width:max-content}}.share-button-container{align-items:center;background-color:var(--smooth-ivory);border:none;border-radius:var(--border-radius-md);color:var(--black);column-gap:4px;cursor:pointer;display:flex;height:36px;justify-content:center;max-height:36px;max-width:91px;outline:none;padding:8px 12px;position:relative;width:100%}.fa-icon{color:var(--black)}@media screen and (max-width:768px){.share-button-container{border-radius:100%;height:36px;padding:initial;width:36px;z-index:1}.share-button-container>p{margin-right:0}}.direct-message-button{width:100%}.direct-message-card{flex-direction:column;max-width:700px;min-width:300px;padding:var(--project-screen-element-margin)}.submit-message-request-button{margin-top:var(--project-screen-element-margin);width:100%}.direct-message-card>p{align-self:self-start;margin-bottom:var(--project-screen-element-margin)}.remove-icon-animation{animation:fadeIn 1s;width:auto}.delete-icon{align-items:center;background-color:var(--white);border-radius:12.5px;display:flex;height:0;justify-content:center;position:relative;transition:all .3s ease-in-out;width:20px}.delete-icon:hover{cursor:pointer;transform:scale(1.5)}.icon-button-container{display:flex}.icon-button-container .remove-icon-animation{right:4px}.icon-button{background:#0000;border:none;cursor:pointer}.svg-icon{width:38px}.icon-button-edit{background:#0000;border:none;cursor:pointer}.social-media-buttons-list{display:flex;gap:10px}.add-on-menu{display:flex;flex-direction:column;gap:1vh;width:20vw}.add-on-menu>.drop-down-selector-container .css-ljgy9j-control{border-radius:8px}.add-handle-field{display:flex;justify-content:space-between;width:100%}.add-handle-field>.textfield{margin-right:5px;width:100%}.add-handle-field>button{border-radius:8px}.add-on-button-container{align-items:center;display:flex;gap:10px}@media screen and (max-width:736px){.add-on-menu{width:100%}}@media screen and (max-width:768px){.social-media-buttons-list{flex-wrap:wrap}}.studio-screen{align-items:center;display:flex;flex-direction:column;margin-left:30px;margin-right:30px;max-width:100vw!important}.studio-header-metadata{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:30px;margin-top:5px}.studio-header-metadata-child{align-items:center;display:flex;flex-direction:row}.studio-header-metadata-action-btns{align-items:center;column-gap:8px;display:flex;justify-content:flex-end}.studio-hero-section{align-items:center;display:flex;flex-direction:column;max-height:460px;overflow:hidden;position:relative;width:100%}.studio-hero-section .image-carousel-container{max-height:460px;width:100vw}.studio-hero-image{height:100%;object-fit:cover;width:100%}.studio-row.header{align-items:center;align-self:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;margin-top:60px;text-align:center}@media (max-width:768px){.studio-row.header{margin-top:30px}}.studio-split-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;width:100%}.studio-split-row-column{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;max-width:540px;min-height:600px}.studio-split-row-column:first-child{margin-right:1em}@media screen and (max-width:992px){.studio-split-row-column{max-width:100%}.studio-split-row-column:first-child{margin-right:0}}.studio-split-row-column-row{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin:10px}.studio-room-screen{margin-top:60px}.studio-divider,.studio-screen-divider{background-color:var(--calendar-hover-tile-grey);height:1px;width:100%}@media screen and (max-width:768px){.studio-divider{display:none}.studio-room-screen{margin-top:30px}.studio-header-metadata{margin-left:8px;margin-right:8px}}@media screen and (max-width:992px){.studio-split-row{flex-direction:column}.studio-split-row-column:first-child>.studio-split-row-column-row:nth-child(2){display:none}.studio-split-row-column:nth-child(2)>.studio-split-row-column-row:last-child{display:flex}}.studio-name-header{display:flex;flex-direction:row;justify-content:flex-start;margin-top:15px}.studio-room-recording-service-button{text-align:center;width:100%}.studio-screen-subheader-row{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-left:6px;position:relative}@media (max-width:768px){.studio-screen-subheader-row{align-items:flex-start;flex-direction:column}}.studio-screen-subheader-row-left{display:flex;justify-content:flex-start;margin-bottom:15px;width:100%}@media (max-width:768px){.studio-screen-subheader-row-left{flex-direction:column}.studio-screen-subheader-row-left>.trophy-list-item{margin-left:0}}.studio-screen-subheader-row-left>.trophy-list-item{animation:fadeIn .5s ease-in-out;margin-bottom:0!important;margin-left:0;margin-top:0!important;width:200px}@media (max-width:768px){.studio-screen-subheader-row>.trophy-list-item{margin-bottom:0;margin-left:0;margin-top:10px!important}}.studio-screen-subheader-row-left>.trophy-list-item>.trophy-list-text,.studio-screen-subheader-row>.trophy-list-item>.trophy-list-text{font-size:16px;font-weight:600;letter-spacing:-.02em;line-height:20px;margin-left:5px}.studio-screen-subheader-row-left>.trophy-list-item>.badge--medium>.badge--img{height:20px;width:20px}.edit-studio-button{color:var(--black);cursor:pointer}.studio-section-header{color:var(--medium-grey);margin-bottom:5px;text-transform:uppercase}.studio-facilities-section{margin-bottom:30px}@media (max-width:768px){.studio-facilities-section{margin-bottom:15px}}.studio-location-text{margin-right:8px!important}.studio-row-header-subtitle{margin-top:10px}.benefit-item:last-of-type{margin-bottom:0!important}.studio-map-section{margin-bottom:60px}.bread-crumb-container{align-items:baseline;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:10px;margin-left:6px}.bread-crumb-container>.back-button{margin-left:10px;margin-right:10px}.bread-crumb-link{text-decoration:none}.bread-crumb-link,.bread-crumb-link:visited{color:var(--medium-grey)}.bread-crumb-link.selected-link{text-decoration:underline}.map-display-container{border-radius:8px;display:flex;height:275px;margin-bottom:30px}.studio-name-header-left{align-items:center;display:flex;flex:1 1;.edit-studio-button{margin-left:8px}}.studio-screen-fixed-footer-button{align-self:center;border-radius:0}.studio-screen-button-container-fixed>button{@media (max-width:768px){flex:1 1}}.studio-screen-book-now-button{font-size:14px;font-weight:600;margin-left:8px}.studio-screen-fixed-footer-button-styles{@media (max-width:768px){border-radius:0!important;height:50px;margin-left:0;width:100vw}}.studio-screen-location{align-items:center;display:flex;margin-bottom:15px}.studio-screen-reviews-container{margin-bottom:60px}@media (max-width:768px){.studio-screen{margin-left:8px;margin-right:8px}.main-screen-share-button{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}.main-screen-share-button>:last-child{margin-left:10px;margin-right:10px}.map-display-container{align-self:center;height:195px;width:95%}.studio-screen-location,.studio-screen-reviews-container{padding-left:15px;padding-right:15px}}.studio-screen-message-button{font-size:14px}.studio-screen-message-button.sticky{width:100%}.studio-screen-location>.b1{color:var(--medium-grey)}.studio-subheader-badges-container{align-items:baseline;display:flex;justify-content:flex-start;margin-top:8px}.studio-subheader-badges-container .badge--img{height:16px;width:16px}.studio-subheader-badges-container__vertical-separator{align-self:stretch;background-color:var(--light-grey);margin:2px 8px;width:1px}.studio-split-row-column-row .trophy-texts,.studio-subheader-badges-container .trophy-texts{align-self:center}.studio-subheader-badges-container .trophy-list-item{margin:initial;width:auto}.studio-subheader-badges-container .trophy-list-text{font-size:16px;font-style:normal;font-weight:400;line-height:20px;padding:0}.studio-split-row-column-row .trophy-list-item{animation:fadeIn .5s ease-in-out;margin-left:0}.studio-split-row-column-row .trophy-list-text{font-size:16px;font-weight:600;letter-spacing:-.02em;line-height:20px;padding-left:0}.studio-screen-trophy-divider{border-right:1px solid var(--light-grey);display:flex;height:20px;margin-bottom:3px;margin-right:10px}.studio-screen-subheader-subrow-left{display:flex;height:30px;justify-content:flex-start;margin-bottom:30px;width:100%}.studio-review-img{transform:translateY(1px)}@media (max-width:768px){.studio-review-img{transform:none}}.studio-split-row-column-row .direct-message-button{padding-left:33px;padding-right:33px;width:auto}.studio-reviews-card,.studio-room-reviews-card{max-width:var(--max-screen-width)}.studio-room-reviews-card{margin-bottom:30px}.entity-photo-grid-container{border-radius:15px;display:flex;flex-direction:row;flex-wrap:nowrap;height:346px;justify-content:flex-start;overflow:hidden;position:relative;width:100%}.entity-photo-grid-container>.view-all-photos-button{bottom:8px;left:auto;right:8px}.entity-photo-grid-container-section{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;width:50%}.entity-photo-grid-container-section:first-child{margin-right:8px}.entity-photo-grid-container-section-row{display:flex;flex:1 1;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start}.entity-photo-grid-container-section-row:first-child{margin-bottom:8px}.entity-photo-item{background-color:var(--light-grey);cursor:pointer;flex:1 1}.entity-photo-item>img{height:0;min-height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in;width:100%}.entity-photo-item:hover{filter:brightness(.8);transition:filter smooth .5s}.no-entity-photo-image{align-items:center;display:flex;justify-content:center}@keyframes pulse-animation{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.entity-photo-item-loading{animation:pulse-animation 1s infinite}.fade-in-entity-image>img{opacity:1}.fade-in-no-image-icon{animation:fade-in 1s ease-in}.check-box-container{align-items:center;cursor:pointer;display:flex;font-size:22px;position:relative;-webkit-user-select:none;user-select:none}.check-box-container--disabled{cursor:not-allowed}.check-box-container input{height:0;opacity:0;position:absolute;width:0}.check-box-checkmark{background-color:var(--light-grey);border-radius:50%;height:25px;margin-top:3px;width:25px}.sign-up{transform:scale(.7) translateY(-7px)}.check-box-container:hover input~.check-box-checkmark{background-color:var(--light-grey)}.check-box-container input:checked~.check-box-checkmark{background-color:var(--boomy-orange)}.check-box-checkmark--disabled{opacity:.6}.check-box-checkmark:after{content:""}.check-box-container input:checked~.check-box-checkmark:after{align-self:center;display:flex;height:25px;justify-content:center;width:25px}.check-box-container .check-box-checkmark:after{background-image:url(/static/media/checkmark.ff1618bb2e2dc78f36b7.svg);background-position:50%;background-repeat:no-repeat;background-size:15px 15px;height:15px;width:15px}.checkbox-text-color{color:var(--black);flex:1 1}.manage-payments-settings-container{display:flex;flex-direction:column}.manage-payments-settings-header{align-items:center;display:flex;width:100%}.manage-payments-settings-content{padding:20px 0}.money{align-items:center;display:flex;font-family:Roobert;font-size:24px;font-style:normal;font-weight:400;line-height:28px;text-align:center}.stereoblack{color:var(--stereo-black)}.lightgrey{color:var(--light-grey)}.review-aggregate-container{align-items:center;background-color:var(--white-no-dark-theme);border-radius:5px;display:flex;flex-direction:row;flex-shrink:0;justify-content:center;min-height:13px;padding:4px 4px 4px 5px;width:fit-content}.review-aggregate-spacing{margin-right:2px}.review-aggregate-text{color:var(--black-no-dark-theme)}.trending-profile-card-container{cursor:pointer;height:fit-content;max-height:302px;min-height:269px;position:relative;width:285px}.trending-profile-image-container{border-radius:10px;height:160px;margin-bottom:5px;object-fit:cover;width:inherit}.trending-profile-location-text{color:var(--medium-grey)}.trending-profile-badge-container{align-items:center;display:flex;justify-content:flex-start;margin-bottom:10px;margin-top:10px;max-height:32px}.trending-profile-badge-container>.trophy-list-item{margin-bottom:0;margin-left:0;margin-right:5px;width:fit-content}.trending-profile-name{color:var(--black)}.trending-profile-info-container{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:285px}.trending-discipline-text-container{align-items:center;background-color:var(--warm-light-grey);border-radius:100px;color:var(--dark-grey);display:flex;justify-content:flex-start;padding:2px 10px;white-space:nowrap;width:fit-content}.trending-profile-badge-container>.trophy-list-item>.b3.trophy-list-text{flex-wrap:wrap;margin-left:5px;width:fit-content}.trending-profile-badge-container>.badge--small>.badge--img{transform:none}.trending-profile-credits{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--black);display:-webkit-box;overflow:hidden}.trending-profile-image-icon-container{border-radius:10px;display:flex;flex-direction:row;justify-content:flex-start;padding-left:15px;padding-top:15px;position:absolute;width:calc(100% - 30px)}.trending-dollar-sign-container{align-items:center;background-color:var(--white-no-dark-theme);border-radius:5px;display:flex;flex-direction:row;flex-shrink:0;justify-content:center;min-height:13px;padding:5px;width:fit-content}.trending-profile-link-container{text-decoration:none;text-decoration:initial}.trending-profile-image-icon-container>.trending-dollar-sign-container{margin-right:10px}.trending-dollar-sign-container>.money{font-size:12px;line-height:12px}.trending-dollar-sign-container>.money>.stereoblack{color:var(--black-no-dark-theme)}.trending-dollar-sign-container>.money>.lightgrey{color:var(--light-grey-no-dark-theme)}.trending-profile-rate-container{align-items:baseline;display:flex;flex-direction:row;justify-content:flex-start}.trending-dollar-sign-container>.money{font-weight:600}.trending-profile-badge-container>.trophy-list-item>.badge--medium.badge-component>.badge--img{height:20px;width:20px}.trending-profile-image-icon-container>.review-aggregate-container{margin-right:10px}.trending-favorite-container{justify-self:flex-end;margin-left:auto;right:0}.trending-profile-image-icon-container>.badge--medium.badge-component>.badge--img{height:20px;width:20px}@media screen and (max-width:768px){.trending-profile-card-container{min-height:302px;width:345px}.trending-profile-image-container{height:194px}}.account-details-container.card-container{display:flex;flex-direction:column;height:auto;min-width:300px;padding:30px}@media screen and (max-width:330px){.account-details-container.card-container{min-width:0;min-width:auto}}.account-details-input{border:.75px solid;border-color:var(--light-grey);border-radius:4px;color:var(--gray);height:35px;margin-bottom:var(--project-screen-element-margin);margin-top:var(--project-screen-element-margin);outline:none;padding-left:10px;white-space:nowrap;width:100%}.studio-sub-button-row{align-items:center;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.studio-row,.studio-sub-button-row{display:flex;flex-direction:row}.studio-row.studio-rooms{column-gap:15px;flex-wrap:wrap;justify-content:flex-start;row-gap:30px}@media screen and (max-width:768px){.studio-row.studio-rooms{align-items:center;justify-content:center}}.studio-row .image-carousel-no-photos-container,.studio-row .primary-entity-photo{max-width:none}.studio-row.studio-rooms>.card-container.studio-room{margin-bottom:30px}.studio-room-add-icon{bottom:0;cursor:pointer;flex-direction:column;padding:20px;right:0;text-align:center;transition:all .2s ease-in-out;z-index:1000}.studio-card-badge-container,.studio-room-add-icon{align-items:center;display:flex;justify-content:center;position:absolute}.studio-card-badge-container{flex-direction:row;right:15px;top:15px}.studio-card-review-container{align-items:center;background-color:#fff;border-radius:4px;display:flex;justify-content:space-around;left:15px;min-width:75px;padding:2px 0;position:absolute;top:15px}.studio-card-link-wrapper{max-width:min(260px,100vw);position:relative;text-decoration:none;text-decoration:initial}.disable-studio-link{cursor:default;pointer-events:none}.studio-card-link-wrapper>.studio-card-badge-container>.badge--medium{align-items:center;background-color:var(--white-no-dark-theme);border:2px solid var(--white-no-dark-theme);border-radius:50%;display:flex;height:23px;justify-content:center;position:relative;width:23px}.studio-card-link-wrapper>.studio-card-badge-container>.badge-component,.studio-card-link-wrapper>.studio-card-badge-container>.favorite-heart-container{margin-left:5px}.studio-card-link-wrapper>.studio-card-badge-container>.badge--medium>.badge--img{height:23px;position:relative;top:auto;transform:none;width:23px}.studio-room-add-icon:hover{transform:scale(.75)}.studio-room{cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;text-align:left}.studio-room-location-text{color:var(--medium-grey);font-style:normal;font-weight:400}.studio-room .studio-room-location-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-room-share-icon{cursor:pointer}.studio-room-calendar-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.studio-room-card-title{margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-room-card-name{margin-right:10px}.studio-room-card-pricing{align-items:baseline;column-gap:10px;display:flex;justify-content:flex-start;margin-top:10px}.studio-room-card-minimum-time{color:var(--medium-grey)}.studio-screen-reviews-score-container{align-items:baseline;color:var(--text-primary-color);display:flex;flex-direction:row;justify-content:flex-start;margin-right:15px}.studio-screen-reviews-score{color:var(--black);margin-left:2px;white-space:inherit}.studio-screen-reviews-score-container__vertical-separator{align-self:stretch;background-color:var(--black);margin:2px 5px;width:1px}@media screen and (min-width:768px){.studio-screen-reviews-score-container__vertical-separator{margin:4px 5px;width:2px}}.studio-reviews-count{color:var(--black);text-decoration:underline;white-space:inherit}@media screen and (max-width:768px){.studio-screen-reviews-score-container{align-items:end}}.studio-room-add-room-card{cursor:pointer}.underlined-room-text{text-decoration:underline}.project-stepper-container{animation:fadeIn 1s linear;width:100%}.banner{align-items:center;background-repeat:no-repeat;background-size:cover;display:flex;height:214px;justify-content:center;transition:height .5s ease-in;vertical-align:middle}@media screen and (max-width:1040px){.banner{height:138px}}.over-lay-container{align-items:center;display:flex;flex-direction:row;justify-content:center;overflow:hidden;position:relative;transition:all .5s ease-in}.banner-edit-icon{filter:brightness(50%);margin-left:6px;margin-top:-2px}.circle-picker div span div{border-style:solid!important;border:2px;border-color:var(--white)}.editmode:hover{cursor:pointer}.payment-plan-checkbox{background:var(--smooth-ivory);border-radius:15px;height:311px;left:505px;top:808px;width:289px}.payment-plan-checkbox input{border:#000;cursor:pointer;opacity:0;position:absolute}.custom-checkmark{position:relative;top:6px;visibility:hidden}.checked{visibility:visible}.payment-plan-checkbox .benefit-unordered-list{border-bottom:initial;padding-bottom:0}.secondary-payment-plan{background:var(--white);border:1px solid #c9c9c9;border-radius:15px;box-sizing:border-box}.subscription-card-container{border-radius:15px;box-shadow:0 0 6px #6d6d6d2e;display:flex;flex-direction:column;height:100%;max-height:600px;overflow:hidden;width:308px}.subscription-card-container.recommended{border:2px solid var(--boomy-orange)}.subscription-card-header{align-items:center;border-bottom:.5px solid var(--dark-grey);display:flex;flex-direction:column;justify-content:center;padding:22px}.subscription-name-header{font-size:24px}.what-included-subscription-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:22px}.benefit-unordered-list{display:flex;flex-direction:column}.sub-price-wrapper{position:relative}.benefit-list-item{line-height:20px;list-style:/static/media/check_checklist.1c4d2dcba41291ffdf6f.svg outside url(/static/media/check_checklist.1c4d2dcba41291ffdf6f.svg);padding:10px}.subscription-price-container{border-top:1px solid var(--dark-grey);display:flex;justify-content:center;margin-top:auto;padding:22px}.subscription-price-section{color:var(--dark-grey)}.subscription-price-section:before{align-self:center;content:"$";font-size:16px;left:-10px;line-height:20px;margin-bottom:20px;top:0}.subscription-price-section:after,.subscription-price-section:before{color:var(--light-grey);font-style:normal;font-weight:400;position:absolute}.subscription-price-section:after{content:"Per\A month";font-size:14px;line-height:18px;margin-left:4px;white-space:pre}.subscribe-button{align-items:center;background-color:var(--boomy-orange);cursor:pointer;display:flex;justify-content:center;min-height:49px;text-transform:uppercase}.subscribe-button:hover{filter:brightness(75%)}.disabled-subscribe-button{filter:brightness(65%)}.hide-price{height:408px}.hide-price .benefit-unordered-list{border-bottom:initial}.payment-plans-view{display:flex}.payment-plans-container{display:grid;grid-template-columns:auto auto;margin-left:4em;margin-right:4em;width:500px}.payment-plans-container>*{margin-right:1em}.payment-plans-footer{display:flex}.payment-plans-footer>*{margin-right:1em}@media screen and (max-width:576px){.payment-plans-view{align-items:center;flex-direction:column-reverse}.payment-plans-container{gap:1em;grid-template-columns:none;width:auto}.payment-plans-footer{flex-direction:column;width:100%}}.included-checkmark{content:url(/static/media/checkmark_accepted.edc83b3ddb72ae4876a0.svg);margin:15px}.included{margin:15px}.plan-feature-card{align-items:center;background-color:var(--warm-light-grey);border-radius:15px;display:flex;flex-direction:column;justify-content:center;margin:10px;padding:10px;width:200px}.subscription-plan-item{white-space:pre-line}.subscription-feature{margin:15px}.feature-list{display:flex;flex-direction:column;justify-content:flex-start;margin:10px;max-width:400px;padding:10px}.feature-row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.feature-row>.feature-list,.feature-row>.plan-feature-card{box-sizing:border-box;flex-shrink:0;margin-top:var(--bs-gutter-y);padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5)}.subscription-selection-section>.row{margin-top:var(--project-screen-element-margin)}@media screen and (max-width:768px){.subscription-selection-section{align-items:center;flex-direction:column;justify-content:center}.subscription-selection-section>*{margin-bottom:1em}}.add-subscription-flow-container{border-radius:13px;overflow:auto;padding:25px}.subscription-step-header{max-width:90vw;text-align:center}.subscription-form{align-items:center;display:flex;justify-content:center}.subscription-form>*{margin-right:.8em}.subscription-form .textfield{width:64px}.subscription-step-view>*{margin-bottom:1em}.subscription-step-view .v1-button{width:246px}.subscription-step-view{align-items:center;display:flex;flex-direction:column;height:100%}.dollar-sign{color:var(--dark-grey);font-size:25px;font-weight:500;margin-left:auto;margin-top:25px}.more-button-container>.more-options-button{margin-top:15px}@media screen and (max-width:568px){.subscription-step-view{height:fit-content}.subscription-step-view .v1-button{width:100%}.subscription-step-view>.more-options-button{margin-top:0}}.centered-continue-button{margin-left:auto;margin-right:auto}.add-subscription-container{display:flex;height:40vh;justify-content:center}.add-subscription-container .project-stepper-container{width:93px!important}.subscription-setup-container{text-align:center}.action-items-container{align-items:flex-start;display:flex;flex-direction:column;height:calc(100% - 30px);justify-content:flex-start;overflow:auto;padding:15px;width:calc(100% - 30px)}.action-items-scroll-container{overflow-y:scroll;width:100%}.action-items-header{justify-content:flex-start;padding-left:15px;width:calc(100% - 15px)}.action-items-header,.action-items-row-container{align-items:flex-start;display:flex;flex-direction:row}.action-items-row-container{justify-content:space-evenly;width:100%}.action-items-empty-list-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.empty-text{text-align:center;white-space:normal}.action-items-side-panel-container{height:calc(100% - 120px)}.action-items-column-container{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.action-items-column-container>.action-item-row-container{margin-bottom:10px}.action-items-header-container{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;padding-bottom:15px;padding-top:15px;width:100%}.dashboard-card-header__title.active{text-decoration:underline}.action-items-header-container>.dashboard-card-header__title:first-child{margin-right:10px}@media screen and (min-width:768px){.action-items-container{border-radius:15px;height:calc(100% - 30px);padding:15px 30px;width:calc(100% - 60px)}.action-items-header{justify-content:space-between;padding-bottom:15px;padding-top:0}.action-items-scroll-container{max-height:600px}.action-items-side-panel-container{align-items:flex-start;display:flex;flex-direction:column;height:calc(100% - 60px);justify-content:flex-start;padding:0 30px;width:calc(100% - 60px)}.action-items-column-container{height:100%;overflow:auto}}.action-item-table-element-container{align-items:flex-start;background-color:var(--white);border-bottom:1px solid var(--warm-light-grey);border-top:1px solid var(--warm-light-grey);display:flex;flex-direction:row;height:65px;justify-content:space-between;padding:10px;width:calc(100% - 20px)}.action-item-row-container{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;width:100%}.action-item-column-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.action-item-image-container{color:var(--black);display:flex;flex-direction:row;height:fit-content;justify-content:center}.action-item-image{border:1px solid var(--warm-light-grey);border-radius:50%;height:21px;width:21px}.action-item-image-container>.action-item-image:first-child{margin-right:5px}.action-item-element-button{display:flex;flex-direction:column;font-size:12px;max-height:36px}.action-item-column-container>.action-item-image-container:first-child{margin-right:5px}@media screen and (min-width:768px){.action-item-table-element-container{flex-direction:row;justify-content:space-between}.action-item-column-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.action-item-image-container,.action-item-row-container{align-items:center;flex-direction:row}.action-item-row-container{justify-content:space-between}.action-item-checkbox{margin-right:10px}.action-item-element-button{max-height:48px}}.platform-activity-notification-row{align-items:center;background:var(--white);border:1px solid var(--warm-light-grey);border-radius:5px;display:flex;flex-direction:row;justify-content:flex-start;overflow:clip;padding:13px 15px;position:relative}.platform-activity-notification-row__user-image{border-radius:50%;height:24px;margin-right:10px;width:24px}.platform-activity-notification-row-bolded-text:first-child{text-transform:capitalize}.platform-activity-notification-row-bolded-text{color:var(--stereo-black);font-size:14px;font-style:normal;font-weight:600;line-height:18px;margin-right:5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-activity-notification-row__user-display-name:last-child{text-transform:none}.platform-activity-notification-row>.platform-activity-notification-row__user-username{color:var(--medium-grey);font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-right:5px;text-transform:capitalize}.platform-activity-notification-row__text-container__created{color:var(--medium-grey);font-size:14px;font-style:normal;font-weight:400;line-height:18px;text-align:right}.platform-activity-notification-row__text-container>p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-activity-notification-row__text-container{align-items:flex-end;display:flex;flex-direction:column;justify-content:center;margin-left:auto;position:relative}.left-gradient-edge{background:linear-gradient(90deg,#fff0,#fff);bottom:0;left:-35px;position:absolute;top:0;width:35px}.left-gradient-edge.dark{background:linear-gradient(90deg,#0000,#000)}.platform-activity-table{border-radius:15px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:100%;max-height:576px;max-width:600px;overflow-y:hidden;width:100%}.platform-activity-table>.platform-activity-notification-row{margin-bottom:10px}.platform-activity-table>.platform-activity-notification-row:last-child{margin-bottom:0}.platform-activity-side-panel-container{background-color:initial;border:initial;flex:1 1;max-height:none;max-width:none;width:100%}.platform-activity-empty-container{align-items:center;display:flex;justify-content:center;width:100%}@media screen and (max-width:768px){.platform-activity-table{background-color:initial;border:initial;box-sizing:border-box;max-width:none;padding:initial;width:100%}.platform-activity-side-panel-container{overflow-y:hidden}}.rc-pagination{font-size:14px;margin:0;padding:0}.rc-pagination ol,.rc-pagination ul{list-style:none;margin:0;padding:0}.rc-pagination:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}.rc-pagination-item,.rc-pagination-total-text{display:inline-block;height:28px;line-height:26px;margin-right:8px;vertical-align:middle}.rc-pagination-item{background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;cursor:pointer;font-family:Arial;list-style:none;min-width:28px;outline:0;text-align:center;-webkit-user-select:none;user-select:none}.rc-pagination-item a{color:#000000d9;display:block;padding:0 6px;transition:none}.rc-pagination-item a:hover{text-decoration:none}.rc-pagination-item:focus,.rc-pagination-item:hover{border-color:#1890ff;transition:all .3s}.rc-pagination-item:focus a,.rc-pagination-item:hover a{color:#1890ff}.rc-pagination-item-active{background:#fff;border-color:#1890ff;font-weight:500}.rc-pagination-item-active a{color:#1890ff}.rc-pagination-item-active:focus,.rc-pagination-item-active:hover{border-color:#40a9ff}.rc-pagination-item-active:focus a,.rc-pagination-item-active:hover a{color:#40a9ff}.rc-pagination-jump-next,.rc-pagination-jump-prev{outline:0}.rc-pagination-jump-next button,.rc-pagination-jump-prev button{background:#0000;border:none;color:#666;cursor:pointer}.rc-pagination-jump-next button:after,.rc-pagination-jump-prev button:after{content:"•••";display:block}.rc-pagination-jump-next,.rc-pagination-jump-prev,.rc-pagination-prev{margin-right:8px}.rc-pagination-jump-next,.rc-pagination-jump-prev,.rc-pagination-next,.rc-pagination-prev{border-radius:2px;color:#000000d9;cursor:pointer;display:inline-block;font-family:Arial;height:28px;line-height:28px;list-style:none;min-width:28px;text-align:center;transition:all .3s;vertical-align:middle}.rc-pagination-next,.rc-pagination-prev{outline:0}.rc-pagination-next button,.rc-pagination-prev button{color:#000000d9;cursor:pointer;-webkit-user-select:none;user-select:none}.rc-pagination-next:hover button,.rc-pagination-prev:hover button{border-color:#40a9ff}.rc-pagination-next .rc-pagination-item-link,.rc-pagination-prev .rc-pagination-item-link{background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;display:block;font-size:12px;height:100%;outline:none;text-align:center;transition:all .3s;width:100%}.rc-pagination-next:focus .rc-pagination-item-link,.rc-pagination-next:hover .rc-pagination-item-link,.rc-pagination-prev:focus .rc-pagination-item-link,.rc-pagination-prev:hover .rc-pagination-item-link{border-color:#1890ff;color:#1890ff}.rc-pagination-prev button:after{content:"‹";display:block}.rc-pagination-next button:after{content:"›";display:block}.rc-pagination-disabled,.rc-pagination-disabled:focus,.rc-pagination-disabled:hover{cursor:not-allowed}.rc-pagination-disabled .rc-pagination-item-link,.rc-pagination-disabled:focus .rc-pagination-item-link,.rc-pagination-disabled:hover .rc-pagination-item-link{border-color:#d9d9d9;color:#00000040;cursor:not-allowed}.rc-pagination-slash{margin:0 10px 0 5px}.rc-pagination-options{display:inline-block;margin-left:16px;vertical-align:middle}@media (-ms-high-contrast:none){.rc-pagination-options,.rc-pagination-options ::-ms-backdrop{vertical-align:top}}.rc-pagination-options-size-changer.rc-select{display:inline-block;margin-right:8px;width:auto}.rc-pagination-options-quick-jumper{display:inline-block;height:28px;line-height:28px;vertical-align:top}.rc-pagination-options-quick-jumper input{margin:0 8px;width:50px}.rc-pagination-simple .rc-pagination-next,.rc-pagination-simple .rc-pagination-prev{height:24px;line-height:24px;vertical-align:top}.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link,.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link{background-color:initial;border:0;height:24px}.rc-pagination-simple .rc-pagination-next .rc-pagination-item-link:after,.rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link:after{height:24px;line-height:24px}.rc-pagination-simple .rc-pagination-simple-pager{display:inline-block;height:24px;margin-right:8px}.rc-pagination-simple .rc-pagination-simple-pager input{background-color:#fff;border:1px solid #d9d9d9;border-radius:2px;box-sizing:border-box;height:100%;margin-right:8px;outline:none;padding:0 6px;text-align:center;transition:border-color .3s}.rc-pagination-simple .rc-pagination-simple-pager input:hover{border-color:#1890ff}.rc-pagination.rc-pagination-disabled{cursor:not-allowed}.rc-pagination.rc-pagination-disabled .rc-pagination-item{background:#f5f5f5;border-color:#d9d9d9;cursor:not-allowed}.rc-pagination.rc-pagination-disabled .rc-pagination-item a{background:#0000;border:none;color:#00000040;cursor:not-allowed}.rc-pagination.rc-pagination-disabled .rc-pagination-item-active{background:#dbdbdb;border-color:#0000}.rc-pagination.rc-pagination-disabled .rc-pagination-item-active a{color:#fff}.rc-pagination.rc-pagination-disabled .rc-pagination-item-link{background:#f5f5f5;border-color:#d9d9d9;color:#00000040;cursor:not-allowed}.rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon{opacity:0}.rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis{opacity:1}@media only screen and (max-width:992px){.rc-pagination-item-after-jump-prev,.rc-pagination-item-before-jump-next{display:none}}@media only screen and (max-width:576px){.rc-pagination-options{display:none}}.user-card-container{background-color:var(--smooth-ivory);display:flex;font-family:Roobert;font-size:12px;font-weight:400;height:64px;justify-content:flex-start;width:auto}.profile-icon{padding-right:10px}.profile-info{display:flex;flex-direction:column}.profile-username-display{display:flex}.profile-username-display p{display:flex;font-size:22px;font-weight:600;justify-content:space-between;letter-spacing:-.48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.verified-user-container{align-items:center;padding-left:5px}.account-types{color:var(--gray-500)}.profile-stats{align-items:center;display:flex;justify-content:flex-start}.profile-stats span{color:var(--gray-500);padding-right:2px}.profile-rating{align-items:center;border-radius:5px;display:flex;padding:3px 4px 4px 5px;width:fit-content}.profile-rating span{font-weight:800!important;letter-spacing:-.24px}@media (max-width:768px){.user-card-container{width:100%}.profile-username-display{font-size:18px;justify-content:flex-start}.profile-username-display span{padding-right:5px}.profile-stats{margin-top:-5px}.profile-rating{margin-top:5px}}.admin-dashboard-screen-container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:30px 0}.admin-dashboard-header{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:64px;width:100%}.admin-dashboard-row-container{align-items:flex-start;display:flex;justify-content:flex-start;max-width:1290px;width:100%}.admin-dashboard-columns-container{display:flex;flex-direction:row;gap:20px;justify-content:space-around;max-width:1290px;width:100%}.admin-dashboard-left-column-container,.admin-dashboard-right-column-container{max-width:660px;overflow:hidden;width:100%}.admin-dashboard-left-column-container{display:flex;flex-direction:column;gap:20px}.admin-dashboard-shared-container{height:100%;width:100%}@media screen and (max-width:768px){.admin-dashboard-screen-container{align-items:center;flex-direction:column;height:100%;justify-content:center;padding:initial;width:100%}.admin-dashboard-screen-container.container>.admin-dashboard-column-container:first-child{padding:initial}.admin-dashboard-shared-container{align-items:flex-start;display:flex;height:100%;justify-content:flex-start;overflow-y:auto;padding:initial;width:100%}.admin-dashboard-columns-container{align-items:center;flex-direction:column;height:100%;max-width:none}.admin-dashboard-left-column-container{max-width:none}.admin-dashboard-right-column-container{height:100%;max-width:none}}.dashboard-card{background:var(--white);border-radius:var(--border-radius-lg)}.dashboard-card,.dashboard-card-content-only{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:30px}.dashboard-card-content{overflow-y:auto;width:100%}.no-overflow-content{overflow-y:visible;overflow-y:initial}.dashboard-card-content-only.dashboard-flex,.dashboard-card-content.dashboard-flex{display:flex;flex:1 1;flex-direction:column;overflow-y:visible;overflow-y:initial}@media (max-width:480px){.dashboard-card{border-radius:0;border-radius:initial;padding:24px}.dashboard-card-content-only{padding:24px}}.home-view-link{align-items:center;cursor:pointer;display:flex;margin-bottom:20px;margin-top:20px;text-decoration:none}.home-view-link h4{font-weight:400}.home-view-list-item{list-style-type:none}.customer-portal-item-icon{height:36px;width:36px}.customer-portal-title{color:var(--black);cursor:pointer;margin-left:10px;text-decoration:none}.session-event-bubble-container{display:flex;height:inherit;position:absolute;z-index:100}.render-as-block{display:block;position:relative}.session-event-bubble{align-items:center;background-color:var(--deep-green);border-radius:10px;color:var(--black-0);cursor:pointer;display:flex;flex-direction:column;height:40px;justify-content:center;margin-bottom:auto;margin-top:auto;overflow:hidden;padding-bottom:5px;padding-top:5px;width:100%}.session-event-bubble__tablet{height:3.6875rem;margin-top:4.6875rem}.session-event-bubble.pending-acceptance{background-color:var(--boomy-orange-500)}.session-event-bubble.pending-acceptance .session_event_title,.session-event-bubble.pending-acceptance .session_event_title__small{color:var(--white-0)}.render-as-block>.session-event-bubble{min-height:3.625rem}.bookable-bubble-container{align-items:center;display:flex;flex-direction:column;height:4.0625rem;justify-content:center;position:absolute;z-index:100}.bookable-bubble-container__tablet{margin-top:3.125rem}.hide-bookable-bubble-container{opacity:0;transition:opacity .2s ease-in-out}.hide-bookable-bubble-container:hover{opacity:1}.bookable-bubble{align-items:center;border-radius:10px;cursor:pointer;display:flex;height:3.125rem;justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:100%}.bookable-bubble__tablet{height:69px}.bookable-bubble-backdrop{align-items:center;background-color:var(--white);border:1px solid var(--text-primary-color);border-radius:10px;bottom:1px;display:flex;justify-content:center;left:1px;position:absolute;right:1px;top:1px}.session_event_title,.session_event_title__small{color:var(--black-0);font-weight:var(--text-weight-semibold);margin-left:auto;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:90%}.session_event_title__small{font-size:10px;text-align:center}.session-users-row{align-items:center;display:flex;flex-direction:row;height:16px;justify-content:flex-start;margin-bottom:2px;margin-left:auto;margin-right:auto;position:relative;width:90%}.session-users-row.short_event{justify-content:center;width:100%}.session-user-image{border:1px solid #fff;border-radius:50%;height:16px;position:absolute;width:16px}.artist-name-session-bubble{color:#000!important;margin-left:1.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-calendar.session-calendar{background:inherit;border:none;display:flex;flex-direction:column;max-width:none;padding-top:24px;width:100%}.react-calendar.session-calendar .react-calendar__tile--active{background:inherit;color:var(--text-primary-color)}.react-calendar.session-calendar .react-calendar__navigation__label__labelText{color:var(--text-primary-color);font-size:var(--text-size-xxlg)}.react-calendar.session-calendar .react-calendar__tile:enabled:hover{background:inherit!important;clip-path:none}.react-calendar.session-calendar abbr{display:none}.react-calendar.session-calendar .react-calendar__month-view__weekdays__weekday abbr{display:inline;display:initial}.react-calendar.session-calendar>.react-calendar__navigation{align-items:baseline;display:flex;flex-direction:row;gap:24px;margin-bottom:24px;margin-right:auto;margin-top:24px}@media (max-width:768px){.react-calendar.session-calendar>.react-calendar__navigation{margin-right:0}}.react-calendar.session-calendar>.react-calendar__navigation>button:disabled{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.react-calendar.session-calendar>.react-calendar__viewContainer{width:100%}.react-calendar.session-calendar>.react-calendar__navigation>.react-calendar__navigation__next-button,.react-calendar.session-calendar>.react-calendar__navigation>.react-calendar__navigation__prev-button{align-items:center;border:thin solid var(--black);border-radius:50%;display:flex;height:32px;justify-content:center;min-width:0;min-width:auto;width:32px}.react-calendar.session-calendar>.react-calendar__navigation>.react-calendar__navigation__label{color:var(--text-primary-color);font-size:var(--text-size-lg);font-style:normal;font-weight:var(--text-weight-semibold);letter-spacing:-.48px;line-height:var(--text-line-height-long)}.promo-switch-container{display:flex;flex-direction:column;width:100%}.engineear-campaign-header{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:flex-start;padding:10px 0;position:relative;width:90%}.platform-opt-in-more-info{cursor:pointer}@media screen and (max-width:768px){.engineear-campaign-header>.tooltip-helper-container.tooltip>.tooltiptext{transform:translate(-100%,25px)}}.switch{min-width:54px}.competition-modal{animation:fadeIn .5s ease-in-out;color:var(--black);display:block;flex-direction:column;height:fit-content;max-height:80hv;overflow-y:auto;padding:var(--project-screen-element-margin);width:90%}.engineer-promo-list-item{align-items:center;border-bottom:thin solid var(--light-grey);display:flex;flex-direction:row;height:50px;min-height:50px;width:100%}.download-promo-assets-link{border-bottom:1px solid var(--black);color:var(--black);text-decoration:none}.engineer-promo-list-item-column{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:center;text-align:center;width:150px}@media screen and (max-width:1200px){.engineer-promo-list-item-column{min-width:0;min-width:auto;width:25%}}.engineer-promo-list-item-column>p{word-wrap:break-word;overflow-x:hidden;text-overflow:ellipsis}.engineer-promo-list-container{display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;margin-left:auto;margin-right:auto;overflow:hidden;position:relative;width:100%}.engineer-promo-list-container.scrollable{height:200px;overflow-y:auto}.add-promo-code-section{background-color:var(--white);width:100%;z-index:1000}.add-promo-code-section .engineer-promo-list-item .engineer-promo-list-item-column{justify-content:flex-start}.add-promo-code-section .engineer-promo-list-item-column{padding-left:var(--project-screen-element-margin)}.add-promo-code-section.slide-down{bottom:300px}.no-promo-code-view{height:inherit;width:100%}.no-promo-code-view,.promo-check-box-column{align-items:center;display:flex;justify-content:center}.promo-check-box-column>.check-box-container{margin-left:0;margin-top:0!important}.promo-code-discount.textfield{border:none;color:var(--black)}.promo-code-text-field{border:none!important}.create-promo-code-button{border:none;border-radius:0;height:50px;width:100%}.delete-promocode-button{cursor:pointer}.delete-promocode-button>button{background-color:inherit;border:none}.promo-code-name-container{width:30px}.promo-code-link-icon{cursor:pointer}.add-promo-code-button{margin-top:auto}.campaign-card-header{margin-left:30px;margin-right:auto;margin-top:30px;text-align:left}.campaign-card-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.cashout-container{align-items:center;background:var(--white);box-shadow:0 0 6px 0 #6d6d6d2e;display:flex;flex-direction:column;height:calc(100% - 30px);justify-content:flex-start;padding:0 30px 30px;width:calc(100% - 60px)}.cashout-header{align-items:center;display:flex;flex-direction:row;height:61px;justify-content:space-between;width:100%}.cashout-title{text-transform:uppercase}.cashout-title,.icon-chevron-right{color:#999;font-size:12px}.cashout-content{align-items:flex-start;display:flex;flex-direction:row;margin-top:4px;width:100%}.cashout-content-left{align-items:flex-start;flex:1 1}.cashout-content-left,.cashout-content-right{display:flex;flex-direction:column;justify-content:center}.cashout-content-right{align-items:flex-end}.cashout-content-right>p{align-self:center;color:var(--black);font-size:12px;font-style:normal;font-weight:600;line-height:16px;margin-top:10px;text-decoration-line:underline}.cashout-amount{font-size:24px;margin:0}.cashout-available{color:#999;font-size:12px}.cashout-transactions{background:none;border:none;color:#000;cursor:pointer;font-size:12px;padding:0;text-decoration:underline}.cashout-actions{display:flex;flex-direction:column}.cashout-total-balance{color:var(--black);font-size:24px;font-style:normal;font-weight:600;letter-spacing:-.48px;line-height:28px;margin-bottom:5px}.cashout-available-to-pay-out{color:var(--medium-grey);font-size:12px;font-style:normal;font-weight:400;line-height:16px;margin-bottom:5px}.cashout-transaction-history{background:var(--white);border:none;color:var(--black);cursor:pointer;font-size:12px;font-style:normal;font-weight:600;line-height:18px;padding:0;text-decoration-line:underline}.withdraw-funds-button{word-wrap:break-word;color:var(--white-no-dark-theme);font-family:Roobert;font-size:16px;font-weight:600;line-height:20px;width:100%}@media screen and (max-width:600px){.cashout-container{align-items:center;display:flex;flex-direction:column;height:calc(100% - 45px);justify-content:flex-start;padding:15px 15px 30px;width:calc(100% - 30px)}.cashout-header{align-items:flex-start;flex-direction:column;height:auto}.cashout-content{flex-direction:column;width:100%}.cashout-content-left{align-items:flex-start;justify-content:flex-start}.cashout-content-right{width:100%}.cashout-button-group-container{align-items:center;display:flex;height:100%;justify-content:center;margin-top:32px;width:100%}}.cash-out-modal.project-page-modal{max-width:500px;width:90%}.drop-down-selector-container{height:42px!important}.select-container{border-radius:10px!important}.performance-chart-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:hidden;width:100%}.performance-chart-title{display:flex;flex-direction:row;height:16px;justify-content:space-between;width:100%}.performance-chart-chart-header{align-items:flex-start;display:flex;flex-direction:column;height:84px;justify-content:space-between;padding-top:15px;width:100%}.chart-header-buttons{-ms-overflow-style:none;align-items:center;display:flex;flex-direction:row;height:fit-content;justify-content:flex-start;max-height:26px;max-width:fit-content;scrollbar-width:none;width:100%}.chart-header-buttons::-webkit-scrollbar{display:none}.chart-header-buttons-selected.no-data{align-items:center;background:var(--black);border:none;border-radius:5px;color:var(--white);cursor:pointer;display:flex;height:100%;justify-content:center;margin-right:5px;max-height:26px;padding:5px;white-space:nowrap;width:100%}.chart-header-buttons-selected.no-data>.trending-percentage-container>.chart-header-button-text{color:var(--white)}.chart-header-buttons-selected.chart-header-buttons-negative{background:#e7bcbc;margin-right:10px}.chart-header-buttons-selected,.chart-header-buttons-selected.chart-header-buttons-negative{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;height:100%;justify-content:center;max-height:26px;padding:5px;white-space:nowrap;width:100%}.chart-header-buttons-selected{background:#e0efd1;margin-right:3px}.chart-header-buttons-unselected{align-items:center;background:var(--white);border:1px solid var(--medium-grey);border-radius:5px;cursor:pointer;display:flex;height:100%;justify-content:center;margin-right:3px;max-height:26px;padding:5px;white-space:nowrap;width:100%}.profile-visits-coming-soon-tooltip{display:inline-flex;margin-left:8px}.chart-header-money{display:flex;flex-direction:row;height:28px;margin-bottom:15px;margin-top:15px}.current-total{color:var(--black);font-size:24px;font-weight:600;line-height:28px}.current-total,.previous-total{word-wrap:break-word;font-family:Roobert}.previous-total{color:var(--medium-grey);font-size:12px;font-weight:400;line-height:16px;padding-left:5px;padding-top:10px}.performance-chart-chart{height:360px;width:100%}.chart-navigation-bar{display:flex;flex-direction:row;height:44px;justify-content:space-between;width:100%}.date-range-dropdown-select-content{border:none}.date-range-dropdown-unselected{cursor:pointer}.date-range-dropdown-selected{outline:var(--black) solid medium;@media (max-width:480px){margin-left:5px}}.chart-navigation-bar-button-selected{background:var(--black);border-color:var(--black);border-radius:10px;color:var(--white)}.chart-navigation-bar-button-selected,.chart-navigation-bar-button-unselected{word-wrap:break-word;align-items:center;cursor:pointer;display:flex;font-family:Roobert;font-size:18px;font-weight:600;height:100%;justify-content:center;line-height:22px;margin-right:5px;max-height:44px;padding:14px 15px;width:auto}.chart-navigation-bar-button-unselected{background:var(--white);border:none;color:var(--medium-grey)}.chart-navigation-bar-date-picker.selected{background:var(--black);border-color:var(--black);border-radius:10px}.chart-navigation-bar-date-picker,.chart-navigation-bar-date-picker.selected{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:7px}.chart-navigation-bar-date-picker{background:var(--white);border:none;margin-left:15px}.custom-date-picker.selected{align-items:center;background:var(--black);color:var(--white);display:flex;justify-content:space-between}.custom-date-picker,.custom-date-picker.selected{word-wrap:break-word;border:none;font-family:Roobert;font-size:18px;font-weight:600;line-height:22px;margin-left:5px;width:60px}.custom-date-picker{background:var(--white);color:var(--medium-grey)}.custom-date-picker-popper{z-index:var(--custom-date-picker-popper-z-index)!important}.chart-visual-data{height:100%;margin-top:5px;max-height:213px;width:100%}.chart-visual-data-title{display:flex;flex-direction:row;height:100%;max-height:53.5px;width:100%}.chart-visual-data-title>h3{word-wrap:break-word;color:var(--black);font-family:Roobert;font-size:14px;font-weight:600;line-height:18px;margin-left:15px;margin-top:15px}.chart-visual-data-line-graph-container{height:100%;max-height:213px;width:100%}.chart-visual-data-footer{height:100%;max-height:68px;width:100%}.chart-visual-data-footer-chart-information{display:flex;flex-direction:row;height:100%;justify-content:space-between;max-height:16px;width:100%}.chart-visual-data-footer-chart-information>span{word-wrap:break-word;color:var(--medium-grey);font-family:Roobert;font-size:12px;font-weight:400;line-height:16px}.chart-visual-data-footer-selections{align-items:center;display:flex;flex-wrap:nowrap;height:100%;justify-content:flex-start;margin-top:14px;max-height:40px;overflow-x:auto}.footer-button-selected{justify-content:center;text-align:center;text-decoration:underline}.footer-button-selected,.footer-button-unselected{align-items:center;background:var(--white);border:none;cursor:pointer;display:flex;margin-right:5px;max-height:40px;padding:14px 10px}.footer-button-text-selected{color:var(--black);line-height:20px}.footer-button-text-selected,.footer-button-text-unselected{cursor:pointer;font-family:Roobert;font-size:15px;font-weight:600}.footer-button-text-unselected{color:var(--medium-grey);line-height:16px;padding-left:5px}.chart-footer-selection-circle{height:15px;padding-right:5px;width:15px}.performance-chart-add-studio-container{align-items:center;background:var(--midground-color);border-radius:12px;display:flex;justify-content:center;margin-top:24px;max-width:540px;padding:24px 33px 25px 27px}.performance-chart-add-studio-button{border:none;cursor:pointer;font-weight:600;margin-bottom:0!important;text-decoration-line:underline}.view-transactions-container{align-items:center;background:var(--midground-color);border-radius:12px;display:flex;height:100%;justify-content:center;margin-top:15px;max-height:82px;width:100%}.view-transactions-text{align-items:center;border:none;cursor:pointer;font-weight:600;margin-right:50px;text-decoration:underline}@media (max-width:768px){.chart-navigation-bar{overflow-x:auto}.chart-header-buttons,.chart-navigation-bar{-ms-overflow-style:none;display:flex;flex-direction:row;height:44px;scrollbar-width:none;width:100%}.chart-header-buttons{max-width:none}.chart-header-buttons::-webkit-scrollbar{display:none}}@media (max-width:1400px){.chart-navigation-bar-date-picker{padding:0}.chart-header-buttons-selected,.chart-header-buttons-unselected{padding:5px}.footer-button-text-selected,.footer-button-text-unselected{font-size:12px}}@media (max-width:480px){.chart-navigation-bar{justify-content:space-between;margin-top:5px;overflow-x:visible;overflow-x:initial}.chart-navigation-bar>.drop-down-selector-container{height:42px!important}.chart-navigation-bar::-webkit-scrollbar{display:none}.chart-navigation-bar-date-picker{padding:0}.performance-chart-chart-header{height:fit-content;margin-bottom:10px}.chart-header-buttons{height:50px;max-height:none;overflow:visible;overflow:initial;width:100%}.chart-header-buttons-selected,.chart-header-buttons-unselected{padding:5px}.chart-visual-data-footer-selections{-ms-overflow-style:none;display:flex;flex-direction:row;overflow-x:auto;scrollbar-width:none;white-space:nowrap;width:100%}.chart-visual-data-footer-selections::-webkit-scrollbar{display:none}.footer-button-text-selected,.footer-button-text-unselected{font-size:12px}.chart-header-buttons>.drop-down-selector-container{height:42px!important;max-width:100%}.view-transactions-container{min-height:72px}}.trending-percentage-container{align-items:center;color:inherit;display:flex;justify-content:center}.chart-header-button-icon{color:var(--data-green);height:12px;width:13.5px}.chart-header-button-icon.negative-icon{color:var(--data-red);height:12px;width:13.5px}.chart-header-button-percentage{color:var(--data-green)}.chart-header-button-percentage,.chart-header-button-percentage.negative-percentage{word-wrap:break-word;font-family:Roobert;font-size:12px;font-weight:400;line-height:16px;padding-left:5px}.chart-header-button-percentage.negative-percentage{color:var(--data-red)}.chart-header-button-text{word-wrap:break-word;color:var(--medium-grey);font-family:Roobert;font-size:12px;font-weight:600;line-height:16px;padding-left:5px}.add-a-studio-container.card-container{display:flex;flex-direction:column;height:auto;min-width:300px;padding:30px}@media screen and (max-width:330px){.add-a-studio-container.card-container{min-width:0;min-width:auto}}.add-a-studio-input{border:.75px solid;border-color:var(--light-grey);border-radius:4px;color:var(--gray);height:35px;margin-bottom:var(--project-screen-element-margin);margin-top:var(--project-screen-element-margin);outline:none;padding-left:10px;white-space:nowrap;width:100%}.add-studio-button{margin-bottom:15px}.error-message{color:var(--error-red);margin-bottom:20px;width:336px}.error-message>a,.error-message>span{color:var(--stereo-black)}.submit-purchase-order .v1-button{height:inherit;width:inherit}.submit-purchase-order input{border:1px solid;border-color:var(--light-grey);border-radius:5px;height:25px;margin:5px}.transaction-status{padding-left:10px}.transactions-table-row{background-color:var(--smooth-ivory);border:1px solid var(--warm-light-grey);border-radius:5px;display:flex;height:68px;justify-content:space-evenly;width:100%}.transactions-table-row th{align-items:center;display:flex;flex:1 1;justify-content:center}.transactions-table-row td>p{padding:14px 4px 4px;text-align:center;vertical-align:middle}.odd-transaction-row{background-color:var(--white);border:none}.transactions-table-row td{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:120px;text-align:center;width:100%}.transaction-user-row{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;overflow:visible;width:100%}.transaction-user-info-column>p{overflow:hidden;padding-left:10px;text-align:center;text-overflow:ellipsis;transition:width .5s;white-space:nowrap;width:110px}@media screen and (max-width:1500px){.transaction-user-info-column>p{width:55px}}.transaction-user-info-column{display:flex;flex-direction:column}@media screen and (max-width:1024px){.transactions-table-row td{min-width:0;min-width:auto}}.transactions-table{table-layout:fixed;width:100%}.table-headers{align-items:flex-start;background-color:var(--background-color);display:flex;justify-content:space-between;margin-bottom:15px;max-height:40px}.filter-header{align-items:center;background-color:initial;color:var(--text-primary-color);display:flex;flex:content;justify-content:space-evenly}.table-headers td>b2-semi-bold{padding:4px;text-align:center;vertical-align:middle}.table-headers-sort-options{border:1px solid var(--warm-light-grey);border-radius:5px;padding-left:15px;padding-right:25px}.table-headers-sort-options,.table-headers-sort-options>th{align-items:center;background-color:var(--smooth-ivory);display:flex;justify-content:space-around;max-height:30px;overflow:hidden}.table-headers-sort-options>th{color:var(--text-primary-color)}@media (max-width:768px){.table-headers-sort-options{justify-content:space-evenly;padding:0}.table-headers-sort-options>th{flex:1 1;justify-content:space-evenly;white-space:nowrap}}.date-picker{align-items:center;border:1px solid var(--light-grey);border-radius:10px;color:var(--dark-grey);cursor:pointer;display:flex;font-family:inherit;height:32px;justify-content:space-evenly;padding-left:5px;position:relative;transition:all .5s ease-in}.search-field{width:fit-content}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon,.react-datepicker__year-read-view--down-arrow{border-color:var(--black-no-dark-theme);border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border:8px solid #0000;box-sizing:initial;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{border-bottom-color:var(--dark-grey)}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-bottom-color:var(--light-grey);border-top:none}.react-datepicker-wrapper{border:0;display:inline-block;padding:0;width:100%}.react-datepicker{color:var(--black-no-dark-theme);cursor:pointer;display:inline-block;font-family:Roobert Woff\ 2;font-size:.8rem;position:relative}.react-datepicker__header{background-color:var(--twilight-blue);border-bottom:1px solid #aeaeae;border-top-left-radius:16px;border-top-right-radius:16px;padding:8px 0;position:relative;text-align:center}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:var(--black-no-dark-theme);font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *{border-color:var(--light-grey)}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px;left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px;right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{background-color:var(--white);border-radius:16px;float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day{color:var(--black)}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{background-color:initial;cursor:default}.react-datepicker__day{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:var(--light-grey);border-radius:50%}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:var(--boomy-orange);border-radius:50%;color:var(--white-no-dark-theme)}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:var(--light-grey);cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial;cursor:not-allowed}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:var(--light-grey)}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:12px;top:0;transform:rotate(135deg)}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:flex-start;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-family:inherit;font-size:1.44rem;padding:10px}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:var(--twilight-blue);border:1px solid var(--black-no-dark-theme);border-radius:.3rem;color:var(--black);left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.download-csv-text{background-color:var(--white);border:1px solid var(--dark-grey);border-radius:10px;cursor:pointer;float:right;margin-right:20px;margin-top:-54px;padding:12px 30px}.csv-download-icon{margin-right:10px}.rc-pagination{align-items:center;display:flex;justify-content:center}.rc-pagination-item{background-color:initial;border:none!important;font-family:Roobert;font-size:16px;font-weight:600;margin:0;padding:0}.rc-pagination-item-active{color:var(--black);text-decoration:underline}.rc-pagination-item a{color:var(--medium-grey)}.rc-pagination-item-active a{color:var(--black)}.rc-pagination-jump-next button:after,.rc-pagination-jump-prev button:after{color:var(--medium-grey)}.rc-pagination-next,.rc-pagination-prev{margin-right:0}.rc-pagination-next button,.rc-pagination-prev button{background:#0000!important;border:none!important}.rc-pagination-next button:after,.rc-pagination-prev button:after{background-color:initial;color:var(--black);font-size:28px;position:relative;top:-5px}@media screen and (max-width:768px){.download-csv-text{float:none;margin-bottom:20px;margin-left:auto;max-width:100px}}.centered-empty-state-message{align-items:center;height:100px;text-align:center}.centered-empty-state-message,.paginator-container-transactions{display:flex;justify-content:center}.order-arrows-container{cursor:pointer;height:18px;position:relative;width:18px}.order-arrow{left:6;position:absolute}.transactions-history-card{align-self:center;flex-direction:column;padding-left:15px;padding-right:15px;width:calc(100% - 30px)}.download-invoice-tooltip{display:inline-flex;margin-left:8px}.transactions-history-card-header{align-items:center;display:flex;margin-right:auto;padding-left:30px;padding-top:30px;text-align:left}.transaction-table-container{overflow-x:hidden;overflow-y:auto;width:100%}@media screen and (max-width:768px){.transactions-history-card{min-width:0;min-width:auto;width:90%}.transactions-history-card-header{justify-content:flex-start;padding-left:0}}.dashboard-number-card{flex:1 1;height:fit-content;min-height:224px;min-width:100px;padding:0 16px}.dashboard-number-card>div{align-items:center;display:flex;flex-direction:column;gap:8px;width:100%}@media (max-width:768px){.dashboard-number-card{height:95px;min-height:0;min-height:auto;min-width:0;min-width:auto;width:85px}}.dashboard-number{color:var(--boomy-orange);margin-bottom:0;margin-top:24px}@media (max-width:768px){.dashboard-number{margin-top:16px}}.dashboard-number-card>.card-container{flex-direction:column}.view-projects-button{font-size:var(--text-size-sm);height:30px;margin-top:24px}@media (max-width:768px){.view-projects-button{display:none}}.dashboard-container{align-items:center;display:flex;flex-direction:column;padding:40px 0}.dashboard-header{align-items:center;display:flex;flex-direction:row;height:64px;padding-bottom:25px;width:100%}.dashboard-single-column-container{max-width:650px;width:100%}@media (max-width:576px){.dashboard-single-column-container{max-width:100%}.dashboard-header{max-width:calc(100vw - 20px)}.dashboard-cards-mobile-container{border-radius:0;border-radius:initial}}.dashboard-single-column-container>.card-container{margin-bottom:10px}.dashboard-columns-container{display:flex;justify-content:space-between;width:100%}.dashboard-left-column{width:650px}.dashboard-left-column>.card-container{margin-bottom:25px}.dashboard-right-column{width:650px}.dashboard-right-column>.card-container{margin-bottom:25px}@media (max-width:1400px){.dashboard-left-column,.dashboard-right-column{width:560px}}.dashboard-upcoming-sessions{justify-content:flex-start;padding:.5rem}.dashboard-upcoming-projects,.dashboard-upcoming-sessions{display:flex;flex-direction:row;gap:8px;margin-bottom:30px}.dashboard-upcoming-projects{justify-content:space-between}.dashboard-reviews-list{width:100%}.dashboard-view-profile-button{margin-left:auto;min-width:140px}.dashboard-start-a-project-button{animation:fadeIn .5s ease-in-out;margin-left:10px;transition:all .5s ease-in-out}@media screen and (max-width:1024px){.dashboard-header{max-width:650px}}@media screen and (max-width:768px){.dashboard-header{align-items:center;flex-direction:column;height:fit-content;justify-content:center;max-width:calc(100vw - 20px)}.dashboard-view-profile-button{display:none;min-width:0;min-width:auto}.dashboard-upcoming-projects{align-self:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:8px;padding:0 8px;width:calc(100% - 16px)}}.dashboard-start-a-project-button-fixed{background-color:var(--background-color);box-shadow:0 0 6px var(--box-shadow-color);box-sizing:border-box;left:0;padding:12px 16px;position:relative;right:0;transition:.3s ease;width:100%}.full-width-header-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-left:50px;padding-right:50px;padding-top:30px}.full-width-header-item{max-width:950px;text-align:center}.full-width-header-item>p,h1{margin-bottom:20px}@media screen and (max-width:800px){.full-width-header-container{margin-left:15px;margin-right:15px}.full-width-header-item{margin-left:5px;margin-right:5px}}.explore-section-header-text{font-size:24px;font-weight:600;letter-spacing:-.48px;line-height:28px}.explore-header-container{align-items:baseline;border-bottom:1px solid var(--light-grey);display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px;padding-bottom:15px;width:100%}.explore-view-more-top-button{justify-content:center}.explore-view-more-bottom-button,.explore-view-more-top-button{align-items:center;cursor:pointer;display:flex;flex-direction:row}.explore-view-more-bottom-button{justify-content:flex-end;margin-bottom:30px;margin-left:auto;width:fit-content}.verified-list-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px;min-height:335px;width:100%}.verified-list-container>.trending-profile-link-container>.trending-profile-card-container{margin:.1em .1em 30px}@media screen and (max-width:768px){.verified-list-container{justify-content:center}.explore-header-container{margin-left:auto;margin-right:auto;width:calc(100% - 30px)}}.request-modal-container{align-items:flex-start;background-color:var(--white);border-radius:15px;display:flex;flex-direction:column;justify-content:flex-start;padding:30px 40px 33px}.request-modal-setup-profile{align-items:center;display:flex;justify-content:flex-start;padding-bottom:10px}.request-modal-setup-profile-alt-exit-button{cursor:pointer}.request-modal-body{overflow-y:auto}.request-modal-header{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.request-modal-header>.studio-screen-request-logo{margin-bottom:10px}.request-modal-header>.b1{color:var(--transparent-grey);margin-bottom:15px}.request-body-element{display:flex;flex-direction:column;justify-content:center;text-align:left}.request-modal-body>.request-body-element{margin-bottom:15px}.request-body-element>.b3-semi-bold{margin-bottom:4px}.request-modal-checkbox{margin-bottom:30px}.request-modal-checkbox>.check-box-container{padding-left:0}.request-modal-body>.v1-button{border:initial;width:100%}.request-modal-success-screen-overlay{background-color:var(--white);border-radius:15px;bottom:1em;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;left:1em;position:absolute;right:1em;top:1em;transition:all .5s linear;width:inherit;z-index:1}.request-modal-success-screen-overlay.hide{transform:translateX(200%)}.request-modal-success-screen-overlay.show{transform:translateX(0)}.request-body-element>.drop-down-selector-container>select{border:.75px solid var(--light-grey);border-radius:8px}.request-body-element>select{background-color:var(--white);border-radius:8px;color:var(--black);text-align:left}.request-body-element>select,.request-studio-phone-input{border:.75px solid var(--light-grey);height:45px;width:100%}.request-studio-phone-input{background:var(--white);border-radius:8px;box-sizing:border-box;padding:10px}.request-studio-phone-input>.PhoneInputInput{border:none}.request-studio-phone-input>.PhoneInputInput:focus{outline:none}@media screen and (max-width:1290px){.request-modal-success-screen-overlay{border-radius:15px;display:flex;flex-direction:column;height:100%;justify-content:space-evenly;position:absolute;transition:all .5s linear;width:inherit}.request-modal-body{height:350px;overflow-y:auto;width:auto}}@media screen and (max-width:768px){.request-modal-container{padding-left:30px;padding-right:30px}}.studio-screen-request-container{align-items:center;background-color:var(--white);border:1px solid var(--black);border-radius:10px;display:flex;flex-direction:row;height:189px;justify-content:space-evenly;margin-bottom:25px;margin-left:25px;margin-right:25px}.browse-studio-screen>.studio-screen-request-container{margin-bottom:30px}.studio-screen-request-button{align-items:center;display:flex;flex-direction:column;justify-content:center}.studio-screen-request-button>.b1{color:var(--transparent-grey);margin-bottom:15px}.studio-screen-request-button>.studio-screen-request-logo{margin-bottom:10px}.studio-request-centered-text{text-align:center}.custom-map-marker{align-items:center;border-radius:12.5px;box-shadow:0 2px 15px 0 #00000026;color:var(--black-no-dark-theme);cursor:pointer;display:flex;height:26px;justify-content:center;width:52px;z-index:10}.custom-map-marker-studio{background-color:var(--sky-light-blue);border:1px solid var(--deep-blue)}.custom-map-marker-user{background-color:var(--echo-orange);border:1px solid var(--boomy-orange)}.map-search-display-center-button{align-items:center;background-color:var(--white-no-dark-theme);border-radius:50%;box-shadow:5px 5px 10px var(--gray-no-dark-theme);cursor:pointer;display:flex;height:40px;justify-content:center;left:20px;padding:4px;position:relative;top:70px;width:40px;z-index:10}.map-search-display-center-icon{height:20px;margin-right:3px;margin-top:3px;width:20px}.map-search-display-notification{background-color:var(--smooth-ivory-no-dark-theme);border:1px solid var(--black-no-dark-theme);display:flex;font-weight:600;justify-content:center;left:calc(50% - 125px);padding:8px;position:relative;top:0;width:250px;z-index:10}.map-search-display-profile-container{background-color:var(--white-no-dark-theme);border-radius:5px;box-shadow:5px 5px 10px var(--gray-no-dark-theme);left:-50vw;margin:10px;padding:10px;position:fixed;top:-25vh;z-index:10}@media (min-width:768px){.map-quadrant-TopLeft{left:-10px;position:absolute;top:20px}.map-quadrant-TopRight{left:-262px;position:absolute;top:20px}.map-quadrant-BottomLeft{left:-10px;position:absolute;top:-306px}.map-quadrant-BottomRight{left:-262px;position:absolute;top:-306px}}.map-search-display-empty-state{border-radius:10px;box-shadow:5px 5px 10px var(--gray-no-dark-theme);left:calc(50% - 400px);position:relative;top:100px;width:800px;z-index:10}@media (max-width:768px){.map-search-display-empty-state{border-radius:10px;box-shadow:5px 5px 10px var(--gray-no-dark-theme);left:calc(50% - 50vw + 10px);position:relative;top:100px;width:calc(100vw - 20px);z-index:10}}.map-search-display-empty-state .studio-screen-request-container{border:none;margin:0}.map-search-display-header{align-items:center;display:flex;justify-content:space-between}.map-search-pill-icon{margin-right:4px}.filter-row{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.filter-row>label{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px;margin-top:50px;position:relative;width:100%}.advanced-filter-button{align-items:center;background-color:inherit;border:none;bottom:0;display:flex;flex-direction:row;justify-content:center;position:absolute;right:0;top:0}.advanced-filter-button>p{color:var(--dark-grey)}.filter-row:first-child>label{margin-top:30px}.filter-row>.label2{color:var(--dark-grey)}.filter-row-options{display:flex;flex-direction:row;flex-wrap:wrap;max-width:600px;width:100%}.filter-button{background:none;border:none;border:thin solid var(--black);border-radius:100px;cursor:pointer;margin:0;padding:10px 15px}.filter-button.active{background-color:var(--mint-green);border:thin solid var(--mint-green)}.filter-button.active>p{color:#000}.filter-row-options>.filter-button{margin-bottom:15px;margin-right:10px}.search-filters-modal-container{background-color:var(--white);border-radius:10px;overflow:hidden;padding:20px;position:relative;width:100%}.search-filters-scrollable-container{padding-bottom:100px}.search-filters-modal-container>.search-filters-scrollable-container{max-height:500px;overflow-y:scroll}.search-filter-container-header{align-items:baseline;border-bottom:thin solid var(--warm-light-grey);padding-bottom:15px}.filters-footer,.search-filter-container-header{display:flex;flex-direction:row;justify-content:space-between}.filters-footer{align-items:center;background-color:var(--white);border-top:thin solid var(--warm-light-grey);bottom:0;box-shadow:0 2px 15px 0 #00000026;left:0;padding:20px;position:absolute;right:0;width:calc(100% - 40px)}.search-filter-drawer{background-color:var(--white)!important;margin-bottom:60px;z-index:var(--search-filter-drawer-z-index)!important}.search-filter-drawer__backdrop{z-index:var(--search-filter-drawer-backdrop-z-index)!important}.filter-row-advance-budget-container{display:flex;flex-direction:row}.amenity-filter-container{justify-content:flex-start;max-width:none;width:100%}.filter-row-advance-budget-number-field{background:var(--white);border:.75px solid var(--dark-grey);border-radius:8px;padding:12.5px 0 12.5px 12px;width:246px}.filter-budget-text-field{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.filter-row-advance-budget-container>.filter-budget-text-field:first-child{margin-right:24px}@media screen and (max-width:768px){.filter-row-advance-budget-number-field{width:112px}}.quickfilter-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:10px}.quickfilter-button{margin-right:10px;margin-top:10px}.quickfilter-button>.filter-button{align-items:center;background-color:var(--white);border:thin solid var(--black);justify-content:center}.quickfilter-button>.filter-button>p{color:var(--black)}.quickfilter-button>.filter-button.active{background-color:var(--black)}.quickfilter-button>.filter-button.active>p{color:var(--white)}.advanced-settings-text,.clear-all-button-text,.search-filter-close-icon{cursor:pointer}.entity-search-result-list-item>img{border-radius:5px;margin-right:10px}.entity-search-result-list-item,.entity-search-result-list-item-description{align-items:center;display:flex;flex-direction:row}.entity-search-result-list-item{cursor:pointer;margin-bottom:10px}@media screen and (max-width:768px){.entity-search-result-list-item{padding-left:15px;padding-right:15px}}.entity-search-result-list{height:260px;margin-bottom:20px;margin-top:20px;overflow-y:scroll}.entity-search-result-list.loading-autocomplete-results{align-items:center;display:flex;justify-content:center}.entity-search-result-list-item-description>.b2-semi-bold{color:var(--black)}.entity-search-result-list-item-description>.b3{color:var(--medium-grey)}.entity-search-result-icon{align-items:center;border-radius:5px;display:flex;height:44px;justify-content:center;margin-right:10px;width:44px}.search-result-overlay{margin-bottom:20px;position:relative}.disable-search-icon{cursor:not-allowed;pointer-events:none}.search-result-overlay-result-drop-down{background-color:var(--smooth-ivory);height:auto;left:0;max-height:500px;overflow:hidden;position:absolute;transition:max-height .2s ease-in-out;width:100%;z-index:100}.search-result-overlay-result-drop-down.active{max-height:100%;transition:max-height .3s ease-in-out}.ee-company-name-search-input{font-weight:700;width:200px}.search-overlay-search-bar{align-items:center;background-color:var(--warm-light-grey);display:flex;flex-direction:row;height:54px;justify-content:space-between;margin-left:auto;margin-right:auto;position:relative;width:100%}.overlay-search-input{-webkit-appearance:none;appearance:none;background-color:initial;border:none;color:var(--black);font-size:16px;font-weight:700;height:100%;line-height:24px;margin:0;outline:none;padding:0 0 0 16px;width:100%}.overlay-search-input::placeholder{font-weight:400}.search-result-overlay-filter-button{background-color:var(--white);color:var(--black);justify-content:space-evenly;min-width:100px;width:100px}.search-result-overlay-button,.search-result-overlay-filter-button{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:44px;margin-right:5px}.search-result-overlay-button{background-color:var(--black);border-radius:5px;justify-content:center;min-width:44px;width:44px}.overlay-search-input::-ms-clear{display:none}.overlay-search-input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.auto-complete-selected-filter-row>.autocomplete-filter{margin-right:10px}.autocomplete-filter{background-color:var(--mint-green);border:thin solid var(--mint-green);border-radius:15px;cursor:pointer;height:50%;margin-bottom:auto;margin-top:auto;padding-left:10px;padding-right:10px}.autocomplete-filter>p{border-radius:15px;color:var(--black-no-dark-theme);padding:5px;text-align:center;white-space:nowrap}.autocomplete-filter>p>span{font-style:italic;font-weight:700}.auto-complete-selected-filter-row{display:flex;flex-direction:row;position:absolute;right:0}@media screen and (max-width:768px){.autocomplete-filter{display:none}.search-overlay-search-bar{width:calc(100% - 30px)}.ee-company-name-search-input{display:none}}.search-results-overlay-filter-container,.search-results-search-view-container{align-items:center;display:flex;justify-content:space-between}.search-results-search-view-container{flex-direction:row;margin-right:5px;margin-top:15px}.search-results-view{align-items:center;color:var(--black);cursor:pointer;display:flex;height:20px;justify-content:center;margin-left:4px;>img{margin-right:2px}}.active-search-results-view{cursor:not-allowed;font-weight:600}.screen-wrapper{margin-top:35px;position:relative}@keyframes fade-in-screen{0%{opacity:0}to{opacity:1}}.screen-overlay{animation:fade-in-screen .3s ease-in-out;background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.asset-review-drop-down-container{margin-bottom:20px;width:80%}.asset-review-modal-input{border:.75px solid;border-color:var(--dark-grey);border-radius:4px;box-sizing:border-box;color:var(--dark-gray);height:40px;outline:none;padding-left:10px;white-space:nowrap;width:100%}.chat-room-header{align-items:flex-start;border-bottom:thin solid var(--warm-light-grey);display:flex;flex-direction:column;height:auto;justify-content:flex-start;padding:1em;width:100%}.chat-room-member-row{display:flex;flex-direction:row;overflow-x:scroll;width:100%}.chat-room-member-row>.flex-column{margin-right:1em}.message-details-container{width:100%}.chat-partner-text{text-align:center}.chat-room-body{display:flex;flex-direction:column;max-height:622px;overflow-y:scroll;width:100%}.chat-room-footer{align-items:center;border-top:thin solid var(--warm-light-grey);display:flex;justify-content:center;min-height:53px;width:100%}.chat-room-text-field{all:unset;padding:5px;transition:all .5s ease-in;width:100%}.chat-room-text-field:enabled:not([type=submit]){border-radius:10px;box-sizing:border-box;padding:10px}.chat-room-text-field:focus{outline:none}.footer-icon{padding:10px}.str-chat__date-separator-date{color:var(--text-primary-color)}.str-chat-channel.messaging .str-chat__main-panel{padding:0}.chat-room-container>.str-chat__thread{border-left:thin solid var(--warm-light-grey);margin:0;padding:0}.chat-room-container>.messaging.str-chat .str-chat__thread{background-color:var(--white);margin:0;padding:0}.messaging.str-chat .str-chat__thread-header{border-radius:15px}@media screen and (max-width:480px){.str-chat.messaging,.str-chat__container,.str-chat__list,.str-chat__main-panel{background-color:var(--smooth-ivory);min-width:100vw}}.chat-room-container>.str-chat.messaging{max-width:860px;width:100%}.str-chat__message-simple-text-inner,.str-chat__message-text-inner{background-color:var(--sky-light-blue)}.str-chat__message--me .str-chat__message-text-inner,.str-chat__message-simple--me .str-chat__message-text-inner{background-color:var(--timbre-tan)}.chat-room-container>.str-chat-channel .str-chat__container{border:thin solid var(--chat-border);border-radius:15px!important;overflow:hidden;width:100%}@media screen and (max-width:1392px){.chat-room-container>.str-chat-channel .str-chat__container{border-radius:0!important}}@media screen and (max-width:960px){.chat-room-container .str-chat-channel .str-chat__container{border-radius:15px!important;max-height:100%;width:100%}.chat-room-container .str-chat__main-panel>.str-chat__list{height:100%;max-height:100%!important}.str-chat-channel-list.commerce,.str-chat-channel-list.messaging,.str-chat-channel-list.team{left:-100vw}.str-chat-channel-list--open.commerce,.str-chat-channel-list--open.messaging,.str-chat-channel-list--open.team{left:0}}@media screen and (max-width:576.2px){.chat-room-container>.str-chat-channel .str-chat__container{border-radius:0!important}}.str-chat__input-flat .str-chat__textarea>textarea,.str-chat__message-text-inner p{color:#000!important}.str-chat__input-flat-emojiselect svg{fill:#000!important}.over-view-screen-tab-list-container{display:flex;width:100%}.over-view-screen-tab-list-container:first-child{margin-right:auto}.project-collaborators-header{display:none}.project-overview-flex-container{display:flex;flex-direction:row;margin-bottom:100px;margin-left:auto;margin-right:auto;margin-top:var(--project-screen-element-margin);width:95%}.project-overview-left-column{margin-right:var(--project-screen-element-margin)}.project-overview-main-view{flex:1 1}.project-overview-main-view>div:first-of-type{margin-bottom:var(--project-screen-element-margin);width:100%}.project-overview-title-row{display:flex;flex-direction:row}.project-overview-title-row>.title-card{flex:3 1}.purchase-order-approval-container{display:flex;flex:2 1;margin-left:1em}.asset-approval-modal,.asset-review-card{display:flex;flex-direction:column}.asset-review-card{align-items:flex-start;height:100%;justify-content:space-between;min-height:200px;overflow:visible;padding:30px;width:100%}.asset-review-card>.asset-review-drop-down-container,.asset-review-card>.asset-review-drop-down-container>button{width:100%}.asset-review-card>p>span{font-weight:700;margin-right:.5em}@media screen and (max-width:1128px){.project-overview-title-row{align-items:center;flex-direction:column}.purchase-order-approval-container{display:flex;flex:3 1;margin-left:0;width:100%}.project-overview-flex-container{align-items:center;flex-direction:column}.project-overview-left-column{display:none}.project-collaborators-header{align-items:flex-start;display:flex;flex-direction:column;width:100%}.project-collaborators-header>.collaborators-title{margin-bottom:5px}.project-overview-main-view{align-items:center;display:flex;flex-direction:column;width:100%}}.checkout-calendar-container p{margin-bottom:10px;margin-top:10px;text-align:center;width:95%!important}.dolby-button-footer{display:flex;justify-content:flex-end;width:100%}.atmos-review-link{color:var(--black)}.checkout-screen-header-container{position:relative}.card-header-row{align-items:center;display:flex;justify-content:space-around;width:100%}.checkout-header{font-size:24px;line-height:28px;margin-bottom:10px;text-align:center}.card-header,.checkout-header{font-style:normal;font-weight:600;letter-spacing:-.02em}.card-header{font-size:16px;line-height:22px}@media (max-width:576px){.checkout-header{font-size:18px;width:100%}}.card-header-div{align-items:center;display:flex;flex-direction:column;width:100%}.calendar-container{display:flex;justify-content:center;margin-bottom:10px;max-width:450px;width:100%}.react-calendar__navigation__next2-button,.react-calendar__navigation__prev2-button{display:none}.react-calendar__navigation__next-button,.react-calendar__navigation__prev-button{align-items:center;display:flex;justify-content:center}.selected-tiles{background:var(--white)!important;color:var(--white)!important;position:relative;z-index:0}.selected-tiles:before{background:var(--boomy-orange)!important;bottom:0;clip-path:circle(20% at 50% 35%);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.date-price{color:var(--dark-grey);display:block;font-size:12px;font-style:normal;font-weight:400;line-height:16px}.react-calendar{border:.934581px solid var(--light-grey);border-radius:5px;box-sizing:border-box;font-family:inherit;line-height:1.125em;max-width:450px;width:100%}.calendar-container .react-calendar abbr{font-weight:400;text-decoration:none!important}.react-calendar__month-view__weekdays{color:var(--dark-grey);font-weight:400;text-transform:inherit}.react-calendar__navigation__label__labelText{font-weight:700}.react-calendar__tile--now{color:var(--black)}.react-calendar__tile:disabled{color:var(--calendar-disabled-grey-text)!important}.react-calendar__month-view__days__day--weekend{color:inherit}.react-calendar__month-view__days__day--neighboringMonth{color:var(--calendar-neighboring-month-grey)}.deselect-tile{background:var(--white)!important;color:inherit}.deselect-now-tile{background:var(--echo-orange)!important}.react-calendar__tile:enabled:hover{background:var(--calendar-hover-tile-grey)!important;clip-path:circle(35% at 50% 50%)}.react-calendar__tile--active{color:inherit}.react-calendar__tile--active,.react-calendar__tile:enabled:focus{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial}.project-alts-cart-table th{text-align:left}.song-line-item{cursor:pointer;height:30px}.song-line-item:hover{background-color:var(--echo-orange);max-height:30px}.selected-song{background-color:var(--boomy-orange);color:var(--white);max-height:30px}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-left:auto;margin-right:auto;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{box-sizing:border-box;flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.h1,h1{font-size:74px;font-weight:600;letter-spacing:-.02em;line-height:78px;margin:0}@media (max-width:768px){.h1,h1{font-size:40px;line-height:44px}}.h2,h2{font-size:56px;font-weight:600;letter-spacing:-.02em;line-height:58px;margin:0}@media (max-width:768px){.h2,h2{font-size:30px;font-weight:400;line-height:34px}.h2-semi-bold{font-size:36px;font-weight:600;line-height:34px}}.h3,h3{font-size:36px;font-weight:600;letter-spacing:-.02em;line-height:40px;margin:0}@media (max-width:768px){.h3,h3{font-size:24px;line-height:28px}}.h4,h4{font-size:30px;font-weight:600;letter-spacing:-.02em;line-height:34px;margin:0}@media (max-width:768px){.h4,h4{font-size:18px;line-height:22px}}.h5,h5{font-size:30px;font-weight:400;line-height:34px;margin:0}@media (max-width:768px){.h5,h5{font-size:24px;line-height:28px}}.h6-semi-bold{font-weight:600}.h6,.h6-semi-bold,h6{font-size:24px;line-height:28px}.h6,h6{font-weight:400;letter-spacing:-.02em;margin:0}@media (max-width:768px){.h6,h6{font-size:18px;line-height:22px}}.h7-semi-bold{font-weight:600}.h7,.h7-semi-bold{font-size:18px;letter-spacing:-.02em;line-height:22px;margin:0}.h7{font-weight:400}@media (max-width:768px){.h7{font-size:16px;line-height:20px}}.h8-semi-bold{font-weight:600;letter-spacing:-.02em;margin:0}.b1,.h8-semi-bold{font-size:16px;line-height:20px}.b1{font-weight:400}@media (max-width:768px){.b1{font-size:16px;font-weight:400;line-height:20px}}.b1-semi-bold{font-size:16px;font-weight:600;letter-spacing:-.02em;line-height:20px}@media (max-width:768px){.b1-semi-bold{font-size:12px;line-height:15px}}.b2{font-size:14px;font-weight:400;line-height:18px}@media (max-width:768px){.b2{font-size:12px;font-weight:400;line-height:16px}}.b2-semi-bold{font-size:14px;font-weight:600;line-height:18px}@media (max-width:768px){.b2-semi-bold{font-size:14px;line-height:18px}}.b3{font-size:12px;font-weight:400;line-height:16px}@media (max-width:768px){.b3{font-size:12px;font-weight:400;line-height:16px}}.b3-semi-bold{font-size:12px;font-weight:600;line-height:16px}@media (max-width:768px){.b3-semi-bold{font-size:12px;line-height:16px}}.b4{font-size:10px;font-weight:400;line-height:14px}@media (max-width:768px){.b4{font-size:10px;font-weight:400;line-height:14px}}.label{font-size:14px;font-weight:400;letter-spacing:.04em;line-height:18px;text-transform:uppercase}@media (max-width:768px){.label{font-size:14px;font-weight:400;line-height:18px}}.label-semi-bold{font-size:14px;font-weight:600;letter-spacing:.04em;line-height:18px;text-transform:uppercase}@media (max-width:768px){.label-semi-bold{font-size:14px;line-height:18px}}.label2{font-size:12px;font-weight:400;letter-spacing:.04em;line-height:16px;text-transform:uppercase}@media (max-width:768px){.label2{font-size:12px;font-weight:400;line-height:16px}}.label2-semi-bold{font-size:12px;font-weight:600;letter-spacing:.04em;line-height:16px;text-transform:uppercase}@media (max-width:768px){.label2-semi-bold{font-size:12px;line-height:16px}}.label-button{font-size:14px;font-weight:400;letter-spacing:.04em;line-height:18px;text-transform:uppercase}@media (max-width:768px){.label-button{font-size:12px;line-height:18px}}.caption{font-size:10px;font-weight:400;letter-spacing:.04em;line-height:14px;text-transform:uppercase}@media (max-width:768px){.caption{font-size:10px;line-height:14px}}.caption-semi-bold{font-size:10px;font-weight:600;letter-spacing:.04em;line-height:14px;text-transform:uppercase}@media (max-width:768px){.caption-semi-bold{font-size:10px;line-height:14px}}.semi-bold-ul{font-size:60px;font-weight:600;letter-spacing:-.02em;line-height:64px}:root{--white-0:#fff;--black-0:#000;--gray-25:#fcfcfc;--gray-50:#f2f2f2;--gray-100:#ececec;--gray-200:#d2d2d2;--gray-300:#a9a9a9;--gray-400:#7c7c7d;--gray-500:#5e5e5e;--gray-600:#484848;--gray-700:#393939;--gray-800:#313131;--gray-900:#2c2c2c;--gray-950:#1e1e1e;--gray-1000:#111;--boomy-orange-50:#fff4f1;--boomy-orange-200:#ffd4c7;--boomy-orange-400:#ff8966;--boomy-orange-500:#f8663b;--boomy-orange-600:#e54b1d;--boomy-orange-700:#c13c14;--boomy-orange-800:#9e2e0d;--boomy-orange-950:#481607;--boxy-yellow-100:#fbedca;--red-300:#ff9595;--red-400:#ff5959;--red-500:#ff2626;--red-600:#fc0606;--red-700:#d40000;--mint-green-500:#e0efd1;--mint-green-600:#588230;--deep-blue-50:#f1f9fe;--deep-blue-200:#bee3f9;--deep-blue-300:#6ec3f2;--deep-blue-800:#0f537d;--deep-blue-950:#0c2c45;--green-300:#90e5a3;--green-600:#28a745;--deep-green:#c4d0a1;--deep-green-500:#80954d;--green-700:#1f7634;--background-color:var(--gray-25);--modal-backdrop-color:#6d6d6dbf;--midground-color:var(--gray-50);--foreground-color:var(--white-0);--primary-color:var(--boomy-orange-400);--border-radius-xs:4px;--border-radius-sm:6px;--border-radius-md:8px;--border-radius-lg:16px;--border-color:var(--gray-200);--text-primary-color:var(--gray-950);--text-secondary-color:var(--gray-500);--text-tertiary-color:var(--gray-300);--text-invert-color:var(--white-0);--text-error-color:var(--red-700);--text-size-xxs:0.625rem;--text-size-xs:0.75rem;--text-size-sm:0.875rem;--text-size-md:1rem;--text-size-lg:1.5rem;--text-size-xlg:2rem;--text-size-xxlg:2.25rem;--text-weight-semibold:600;--text-weight-bold:bold;--text-line-height-short:0.875rem;--text-line-height-long:1.25rem;--button-primary-color:var(--primary-color);--button-primary-color--hover:var(--boomy-orange-500);--button-secondary-color:var(--background-color);--button-secondary-color--hover:var(--gray-50);--button-outlined-color:var(--background-color);--button-outlined-color--hover:var(--gray-100);--button-tertiary-color:var(--gray-50);--button-disabled-color:var(--gray-300);--playback-button-primary-color:var(--gray-950);--playback-button-secondary-color:var(--gray-500);--button-border-radius:var(--border-radius-md);--button-padding:12px 16px;--button-transition-duration:150ms;--horizontal-line-color:var(--gray-100);--checkbox-color--disabled:var(--gray-200);--order-breakdown-background-color:var(--deep-blue-50);--order-breakdown-footer-color:var(--deep-blue-200);--order-breakdown-border-color:var(--deep-blue-50);--box-shadow-color:#6d6d6d2e;--box-shadow-color-2:var(--gray-200);--box-shadow-size-and-color:0 4px 4px 0 var(--box-shadow-color);--box-shadow-header-size-and-color:0px 3px 4px 0px #0000000a,0px 1px 2px 0px #0000000a,0px -1px 2px 0px #0000000a;--nav-button-color--hover:var(--gray-200);--nav-button-color--selected:var(--boomy-orange-500);--nav-profile-dropdown-transition--down:max-height 0.5s ease-in-out,box-shadow 0.5s ease-in-out;--nav-profile-dropdown-transition--up:max-height 0.1s ease-in-out,box-shadow 0.1s ease-in-out;--bottom-nav-height:73px;--main-header-height:80px;--header-height:calc(var(--main-header-height) + 36px);--header-height-tablet:calc(var(--main-header-height) + 8px);--main-content-aside-max-width:1200px;--max-screen-width:83rem;--project-screen-element-margin:1.5em;--playback-footer-height:80px;--playback-footer-container-height:54px;--playback-footer-max-height:559px;--notification-indicator-color:var(--red-700);--nav-profile-drop-down-z-index:-1;--modal-exit-icon-z-index:1;--nav-profile-menu-z-index:1;--find-my-engineer-z-index:1;--custom-date-picker-popper-z-index:1;--search-filter-drawer-backdrop-z-index:100;--search-filter-drawer-z-index:101;--empty-messages-screen-z-index:100;--card-steps-z-index:100;--floating-chat-button-z-index:500;--livestream-overlay-z-index:501;--bottom-nav-z-index:1000;--studio-screen-fixed-footer-button-z-index:1000;--message-screen-container-z-index:1001;--top-nav-z-index:1001;--entity-photo-screen-z-index:1002;--entity-photo-screen-buttons-z-index:500;--side-panel-z-index:1002;--total-page-overlay-z-index:1003;--modal-index:1004;--location-auto-complete-z-index:1005;--project-chat-panel-z-index:10000;--tooltip-text-z-index:10001;--file-dropdown-z-index:1002;--chat-z-index:1005;--playback-row-comment-container-z-index:1000;--footer-player-z-index:999;--dashboard-number-card--completed-projects:var(--mint-green-600);--dashboard-number-card--pending-projects:var(--deep-blue-300);--dashboard-number-card--default:var(--primary-color);--tooltip-background-color:var(--gray-500);--success-color:var(--green-600);--failed-color:var(--red-700);--pending-color:var(--gray-100);--bs-gutter-x:0;--bs-gutter-y:0;--white:#fff;--black-rgb:0,0,0;--white-no-dark-theme:#fff;--black-no-dark-theme:#000;--light-grey-no-dark-theme:#c9c9c9;--black:#000;--off-black-no-dark-theme:#121212;--gray:#999;--gray-no-dark-theme:#999;--smooth-ivory:#fcfcfc;--smooth-ivory-no-dark-theme:#fcfcfc;--background-no-dark-theme:#212121;--white-smoke:#f4f4f4;--warm-light-grey:#f5f4f4;--warm-light-grey-no-dark-theme:#f5f4f4;--boomy-orange:var(--boomy-orange-400);--disabled-boomy-orange:#ff8966ac;--deep-blue:#6ec3f2;--deep-pink:#ffcef4;--echo-orange:#f3ba99;--dark-grey:#6d6d6d;--medium-grey:#9a9a9a;--light-grey:#c9c9c9;--chat-border:#c9c9c9;--stereo-black:#0c0c0c;--muddy-brown:#d9bba5;--boxy-yellow:#fadc8f;--sky-light-blue:#ccedff;--header-text:#212429;--timbre-tan:#ecdfd3;--crush-orange:#ff6c3e;--heart-filled-red:#db6a57;--error-red:#ff483e;--transparent-white:#fffc;--transparent-grey:#6d6d6d80;--icon-button-hover-grey:#110909;--text-field-label-black:#212429;--project-row-hover:#e6e6e6;--calendar-hover-tile-grey:#e6e6e6;--calendar-neighboring-month-grey:#757575;--calendar-disabled-grey-text:#1010104d;--mint-green:#e0efd1;--data-green:#067b00;--data-red:#580202;--light-grey-blue:#d7ecec;--twilight-blue:#f0faff;--toastify-color-error:var(--boomy-orange);--toastify-color-progress-error:var(--boomy-orange);--toastify-color-success:var(--deep-green);--toastify-color-progress-success:var(--deep-green);font-family:Roobert Woff\ 2,Roobert,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace!important;overflow-x:hidden}@font-face{font-family:Roobert Woff\ 2;src:url(/static/media/Roobert-Regular.dabbfe10b47eac456b66.woff2) format("woff2")}@font-face{font-family:Roobert Woff\ 2;font-weight:700;src:url(/static/media/Roobert-SemiBold.833c0acbabf18cc14bb0.woff2) format("woff2")}@font-face{font-family:Roobert;src:url(/static/media/Roobert-Regular.ccd5598260c0a11df741.woff) format("woff")}@font-face{font-family:Roobert;font-weight:700;src:url(/static/media/Roobert-SemiBold.656d0b5011580990b28e.woff) format("woff")}[data-theme=dark]{--background-color:var(--gray-950);--midground-color:var(--gray-800);--foreground-color:var(--gray-800);--border-color:var(--gray-200);--primary-color:var(--boomy-orange-400);--text-primary-color:var(--gray-25);--text-secondary-color:var(--gray-200);--text-tertiary-color:var(--gray-300);--text-invert-color:var(--gray-800);--text-error-color:var(--red-400);--button-primary-color:var(--primary-color);--button-primary-color--hover:var(--boomy-orange-500);--button-secondary-color:var(--background-color);--button-secondary-color--hover:var(--gray-700);--button-outlined-color:var(--background-color);--button-outlined-color--hover:var(--gray-700);--button-tertiary-color:var(--gray-800);--playback-button-primary-color:var(--gray-25);--playback-button-secondary-color:var(--gray-500);--notification-indicator-color:var(--red-400);--horizontal-line-color:var(--gray-700);--checkbox-color--disabled:var(--gray-600);--order-breakdown-background-color:var(--deep-blue-950);--order-breakdown-footer-color:var(--deep-blue-800);--order-breakdown-border-color:var(--deep-blue-300);--box-shadow-color:#b6b4b42e;--box-shadow-color-2:var(--gray-1000);--box-shadow-size-and-color:0 4px 4px 0 var(--box-shadow-color-2);--nav-button-color--hover:var(--gray-600);--nav-button-color--selected:var(--boomy-orange-400);--dashboard-number-card--completed-projects:var(--mint-green-500);--tooltip-background-color:var(--gray-300);--overlay:#fff3;--overlay-dark:#fff9;--white:#151515;--black:#fff;--modal-overlay-color:#ffffffe3;--black-rgb:255,255,255;--gray:#aeaeae;--smooth-ivory:#212121;--warm-light-grey:#252525;--dark-grey:#b8b8b8;--medium-grey:#a1a1a1;--light-grey:#3f3f3f;--stereo-black:#f0f0f0;--header-text:#bac4d5;--transparent-white:#000c;--transparent-grey:#95949480;--icon-button-hover-grey:#e4dbdb;--text-field-label-black:#d6dae0;--project-row-hover:#f0efef4d;--calendar-neighboring-month-grey:#b8b6b6;--calendar-disabled-grey-text:#000;--background:#212121;--chat-border:#252525}#root{height:100%}#root>div:first-child{display:flex;flex-direction:column;height:100%;max-height:100vh;overflow:auto;position:relative}p{margin:0}.app-bar-content-container{align-items:center;animation:fadeIn .5s ease-in-out;display:flex;flex-direction:row;width:100%}@media (max-width:768px){.app-bar-content-container{margin-top:0}}svg{display:inline-block;vertical-align:top}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container,.container-fluid{--bs-gutter-x:unset}body.no-scroll{overflow:hidden;position:fixed;width:100%}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body,html{height:100%}.container.fill{display:flex;flex:1 1;flex-direction:column}.text-center{text-align:center}#root:has(#twitch-embed),#root:has(.iframe-overlay){height:100%;&>div{display:flex;flex-direction:column;height:100%}}.centered-screen{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.h-full{height:100%}.arrow-button-container{max-width:400px}.left-arrow-button{cursor:pointer;filter:grayscale(100%);font-size:14px;font-style:normal;font-weight:400;gap:10px;height:inherit;left:var(--project-screen-element-margin);line-height:18px;position:absolute;top:35px;width:150px}.left-arrow-button label{cursor:pointer}@media (max-width:768px){.left-arrow-button{left:0;top:15px}}.dark-color{filter:brightness(0) invert(1)}.checkout-tooltips{margin-bottom:10px;margin-left:20px;margin-top:10px}.add-alts-form{display:grid;width:100%}.alts-header{font-size:14px;font-style:normal;font-weight:600;grid-row:1;letter-spacing:.04em;line-height:18px;margin-left:0;text-transform:uppercase}.alts-sub-header{display:flex;grid-row:2;justify-content:space-between}.alts-checkbox-container{display:grid;grid-row:3;grid-template:"a b" auto "c d" auto}.alt-checkbox>input{margin:revert}.alt-checkbox>label{cursor:pointer;margin-left:10px}.order-details,.order-summary-table{text-align:left}.order-details{max-width:300px;padding-left:0}.order-details>.included-list{padding-left:0}.old-price{text-decoration-line:line-through}.promo-code-container{display:flex;justify-content:center;margin-top:10px}.order-summary-card-alt-breakdown>td{font-size:14px}.checkout-content-container{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;width:100%}.checkout-content-container>*{flex:1 1;min-width:300px}@media screen and (max-width:768px){.checkout-content-container{align-items:center;flex-direction:row}}.order-summary-prev-button{cursor:pointer;display:flex;flex-direction:row;height:35px;justify-content:flex-start;padding:1vh;position:relative;width:100%}.label-association-option{display:flex;flex-direction:row;justify-content:space-between;width:95%}.label-association-option img{height:20px}.purchase-order-form-multi-email{-webkit-tap-highlight-color:var(--white);align-content:flex-start;align-items:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--border-radius-md);color:var(--dark-grey);display:flex;flex:1 0 auto;flex-wrap:wrap;line-height:1.21428571em;margin:var(--project-screen-element-margin) 0;max-width:100%;outline:0;padding:.4em .5em;position:relative;text-align:left;transition:box-shadow .1s ease,border-color .1s ease}.purchase-order-form-multi-email>span[data-placeholder]{display:none;left:.5em;line-height:1.21428571em;padding:.4em;position:absolute;top:.4em}.purchase-order-form-multi-email.focused{background:var(--warm-light-grey)}.purchase-order-form-multi-email.empty>span[data-placeholder]{background-color:var(--white);color:var(--dark-grey);display:inline}.purchase-order-form-multi-email.focused>span[data-placeholder]{display:none}.purchase-order-form-multi-email>input{background-color:initial;border:0!important;color:var(--text-primary-color);display:inline-block!important;flex:1 1;line-height:1;outline:none!important;padding:.4em .1em!important;vertical-align:initial!important;width:100%!important}.purchase-order-form-multi-email [data-tag]{align-items:center;background-color:var(--white);background-image:none;border:1px solid var(--gray-200);border-radius:var(--border-radius-md);color:var(--header-text);display:flex;font-size:.8rem;font-weight:600;height:28px;justify-content:flex-start;line-height:1.2;margin:4px;max-width:100%;padding:0 10px;text-transform:none;transition:background .1s ease;vertical-align:initial}.budget-approval-email-field{cursor:pointer}.approval-not-required-email{background-color:var(--light-grey)!important;color:var(--text-primary-color)!important}.circle-icon-small{border-radius:50%;display:inline-block;height:20px;width:20px}.purchase-order-form-multi-email [data-tag] [data-tag-item]{max-width:100%;overflow:hidden}.purchase-order-form-multi-email [data-tag]:first-child{margin-left:0}.purchase-order-form-multi-email [data-tag] [data-tag-handle]{cursor:pointer;margin-left:.833em}.purchase-order-footer{align-items:center;display:flex;flex-direction:row;gap:8px;margin-bottom:1rem;margin-top:1rem}.scroll-overflow{overflow:auto}.project-titles-table th{text-align:inherit}.add-alts-form .textfield{margin-right:10px;width:80%}.card-header-row{border-bottom:thin solid #000;margin-top:var(--project-screen-element-margin);padding-bottom:var(--project-screen-element-margin)}.card-header-row .textfield{height:20px;width:auto}.pagination-div{display:flex;justify-content:center;max-width:450px}.checkout-screen{display:flex;margin-top:var(--project-screen-element-margin);padding-left:var(--project-screen-element-margin);padding-right:var(--project-screen-element-margin)}.checkout-card,.checkout-screen{flex-direction:column;margin-bottom:var(--project-screen-element-margin)}.checkout-card{height:100%;max-width:450px;overflow-y:scroll;padding:15px;width:100%}.payment-screen-column{flex-direction:column;margin-bottom:auto;max-width:400px;overflow-y:auto;position:relative;width:100%}.checkout-card-row-container{align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:var(--project-screen-element-margin);margin-top:var(--project-screen-element-margin);max-width:1000px;width:100%}.checkout-card-row-container.payment-screen{align-items:center;justify-content:space-evenly}.checkout-footer-previous-button{margin-right:auto}.checkout-footer-next-button{margin-left:auto}.calendar-checkout-container{align-items:center;justify-content:flex-start;min-width:450px;text-align:center}.calendar-checkout-container,.project-alts-cart-table{display:flex;flex:1 1;flex-direction:column;margin-bottom:var(--project-screen-element-margin)}.project-alts-cart-table{background:var(--white);border-collapse:collapse;border-radius:15px;box-shadow:0 0 6px #6d6d6d2e;height:100%;max-width:450px;padding:var(--project-screen-element-margin);width:100%}.project-booking-card-body{height:fit-content;margin-bottom:var(--project-screen-element-margin);max-height:250px;overflow-y:scroll}.checkout-loading-page{align-items:center;display:flex;flex-direction:column;height:521px;justify-content:center;width:100%}@media (max-width:1115px){.checkout-card,.payment-screen-column{height:auto;max-height:none;max-width:none}.project-alts-cart-table{display:block;height:auto}.project-booking-card-body{height:auto}}@media (max-width:500px){.calendar-checkout-container{min-width:100%}}.competition-promo-modal{align-items:center;display:flex;flex-direction:column;height:300px;justify-content:center;text-align:center}.competition-subheader{font-size:26px;font-weight:400}@media (max-width:768px){.competition-subheader{font-size:18px}}.competition-text-content{margin-top:40px;padding:20px}.competition-buttons{display:flex;flex-direction:row;justify-content:space-evenly}.competition-no-thanks{cursor:pointer;font-size:14px;margin-bottom:auto;margin-right:20px;margin-top:auto;text-decoration:underline}.competition-quotation{color:#ea0053}.reschedule-screen-alts{align-items:center;background-color:var(--white);border-radius:17px;box-shadow:0 0 6px #6d6d6d2e;display:flex;flex-direction:column;justify-content:center;padding:var(--project-screen-element-margin);text-align:left;width:calc(100% - 3em)}.alt-lists-reschedule{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-left:20px;width:100%}.payment-screen-column>.v1-button{width:100%}.cart-container{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-bottom:var(--project-screen-element-margin);max-width:450px;text-align:center;width:100%}.reschedule-button{margin-left:auto;margin-right:auto;max-width:450px;width:100%}.reschedule-button-container{margin-left:auto;max-width:450px;padding-right:var(--project-screen-element-margin)}.reschedule-button-confirm-container,.reschedule-button-container{display:flex;flex-direction:row;justify-content:space-evenly;width:100%}@media screen and (max-width:768px){.reschedule-button-container{justify-content:space-evenly;max-width:none;padding-left:0;padding-right:0;width:100%}}.mobile-project-review .calendar-container{justify-content:center;margin-left:auto;margin-right:auto;width:95%}@media screen and (max-width:576px){.mobile-project-review .pagination-div{flex-direction:column}.mobile-project-review .rescheduler th{width:auto!important}}.clickable-credit-row{cursor:pointer}.muso-credits-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.small-padding{margin:0;padding-left:5px;padding-right:1px}.muso-credit-table{border:1px var(--light-grey);border-radius:8px;box-shadow:0 0 6px #6d6d6d2e;margin-left:auto;margin-right:auto;padding:10px;width:95%}.muso-credit-table th{width:inherit}.muso-credit-table td,.muso-credit-table th{margin:10px;padding:10px 20px;text-align:start}.muso-credit-table-row{border-top:1.5px thin var(--light-grey);min-height:80px}.submit-selected-muso-credits-button{align-items:center;display:flex;justify-content:space-between;margin:20px;width:100%}.credit-count{justify-content:flex-end}.credit-count,.selected-credits{align-items:center;display:flex;padding:15px 20px;width:100%}.paginate-button{background-color:var(--white);border:1px solid var(--light-grey);border-radius:4px;cursor:pointer;font-size:20px;height:35px;margin-right:4px;outline:none;text-align:center;transition:all .3s;width:35px}.sign-in-screen-container{background-color:var(--echo-orange);background-image:url(/static/media/floating-image-left-right.2ef51a5c1b258bf82aba.png);background-position:0 40%;background-repeat:no-repeat;background-size:100%;flex:1 1;height:fit-content;width:100%}.sign-in-form-container,.sign-in-screen-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.sign-in-form-container{flex:1 1}.sign-in-form-container>div{align-items:center;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:376px) and (min-height:800px){.sign-in-screen-container{background-image:url(/static/media/floating-image-left-right-mobile.cc8365605a000d878194.png);background-position:50% 25%;background-repeat:no-repeat;background-size:90%}.sign-in-form-container{max-height:0;position:relative;top:20%;width:100%}.menu{position:inherit!important}}@media screen and (max-width:700px) and (min-height:1200px){.sign-in-screen-container{background-image:url(/static/media/floating-image-left-right-mobile.cc8365605a000d878194.png);background-position:50% 25%;background-repeat:no-repeat;background-size:90%}.sign-in-form-container{max-height:0;position:relative;top:20%;width:100%}.menu{position:inherit!important}}@media screen and (max-width:700px) and (max-height:800px){.sign-in-screen-container{background:var(--echo-orange)}.sign-in-form-container{top:0}.menu{z-index:1}}@media screen and (max-width:700px) and (max-height:1200px) and (min-width:376px) and (min-height:800px){.sign-in-screen-container{background:var(--echo-orange)}.sign-in-form-container{top:0}.menu{z-index:1}}.sign-up-screen-container{align-items:center;background-color:var(--sky-light-blue);background-image:url(/static/media/floating-image-left-right.2ef51a5c1b258bf82aba.png);background-position:0 40%;background-repeat:no-repeat;background-size:100%;display:flex;flex:1 1;flex-direction:column;height:fit-content;justify-content:center;width:100%}#sign-up-screen-title{color:var(--header-text);font-size:56px;font-style:normal;font-weight:600;letter-spacing:-.02em;line-height:58px;margin-bottom:3vh;margin-top:1vh}.waveform{padding:20px}.soundoftomorrow-instruction{padding:20px;text-align:center}.login-link{box-sizing:border-box;color:var(--black);display:flex;font-size:12px;gap:15px;margin-bottom:20px;padding:20px;text-decoration:none;width:336px}.sign-up-form-container{flex:1 1;flex-direction:column;padding-bottom:1rem}.sign-up-form-container,.sign-up-form-container>div{align-items:center;display:flex;justify-content:center}.sign-up-form-container>div{flex-direction:column}.sign-up-footer{padding-bottom:2em}@media screen and (max-width:376px) and (min-height:800px){.sign-up-screen-container{background-image:url(/static/media/floating-image-left-right-mobile.cc8365605a000d878194.png);background-position:50% 18%;background-repeat:no-repeat;background-size:80%}.sign-up-form-container{position:relative;width:100%}.waveform{margin-top:3vh;padding:0}.menu{position:inherit!important}#sign-up-screen-title{font-size:2.5rem;margin-bottom:0}}@media screen and (max-width:700px) and (min-height:1200px){.sign-up-screen-container{background-image:url(/static/media/floating-image-left-right-mobile.cc8365605a000d878194.png);background-position:50% 18%;background-repeat:no-repeat;background-size:80%}.sign-up-form-container{max-height:0;position:relative;top:15vh;width:100%}.waveform{margin-top:3vh;padding:0}.menu{position:inherit!important}#sign-up-screen-title{font-size:2.5rem;margin-bottom:0}}@media screen and (max-width:700px) and (max-height:800px){.sign-up-screen-container{background:var(--sky-light-blue)}.sign-up-form-container{top:0}.menu{z-index:1}#sign-up-screen-title{font-size:2.5rem;margin-bottom:0}.waveform{padding:20px}}@media screen and (max-width:700px) and (max-height:1200px) and (min-width:376px) and (min-height:800px){.sign-up-screen-container{background:var(--sky-light-blue)}.sign-up-form-container{top:0}.menu{z-index:1}#sign-up-screen-title{font-size:2.5rem;margin-bottom:0}.waveform{padding:20px}}.country-selector-div{flex-direction:column;max-width:300px;min-width:165px;width:100%}.setup-stepper-container{margin-bottom:40px;margin-left:auto;margin-right:auto;width:50%}.stripe-setup-redirect-container{box-sizing:border-box;padding:1rem}.more-options-button{background:none;border:none;color:grey;cursor:pointer}.subscription-selection-section{display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}@media screen and (max-width:768px){.subscription-selection-section{height:auto;max-width:100%}}.more-button-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:1em}.more-button-container>.more-options-button{margin-bottom:10px}.subscription-selection-section>*{margin-left:var(--project-screen-element-margin);margin-right:var(--project-screen-element-margin)}.select-basic-modal{align-items:center;background:var(--white);border-radius:15px;display:flex;flex-direction:column;height:250px;padding:10px;width:500px}.select-basic-modal-footer{display:flex;justify-content:flex-end;width:100%}.select-basic-modal-footer>*{margin-right:1em}.subscription-selection-section>.subscription-card-container{height:auto;margin-bottom:var(--project-screen-element-margin);margin-top:var(--project-screen-element-margin)}@media screen and (max-width:768px){.subscription-selection-section{align-items:center;flex-direction:row;justify-content:center}.more-button-container{margin-top:0;width:100%}}.studio-subscription-container{display:flex;height:100%;justify-content:center}.studio-subscription-container .project-stepper-container{width:93!important}.team-invite-container{align-items:center;padding:200px 40px;text-align:center}.team-invite-button-container,.team-invite-container{display:flex;flex-direction:column}@media (min-width:768px){.team-invite-button-container{flex-direction:row}}.team-invite-button-container>button{margin:10px}.transaction-booking-screen_container{box-sizing:border-box;max-width:var(--max-screen-width);padding:24px;width:100%}.transaction-booking-screen_header{align-items:center;display:flex;margin-bottom:48px}.transaction-booking-screen_header-disabled{pointer-events:none}.transaction-booking-screen_header-text{flex:1 1;text-align:center}.transaction-booking-screen_header-x{align-items:center;background-color:var(--midground-color);cursor:pointer;display:flex;justify-content:center;padding:12px}.transaction-booking-screen_content-container{display:flex;gap:32px}.transaction-booking-screen_content-container-disabled{pointer-events:none}.transaction-booking-screen_content-container-column{display:flex;flex:1 1;flex-direction:column}.transaction-booking-screen_booking-details-container,.transaction-booking-screen_booking-details-header,.transaction-booking-screen_booking-details-input,.transaction-booking-screen_select-service-container{margin-bottom:16px}.transaction-booking-screen_select-service-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.transaction-booking-screen_select-services-subtext{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between}.transaction-booking-screen_item-container{margin-bottom:32px}@media screen and (max-width:970px){.transaction-booking-screen_content-container{flex-direction:column}}.transaction-booking-service-type-dropdown_select-container{border:1px solid var(--text-primary-color);color:var(--text-primary-color)}.transaction-booking-service-type-dropdown_select-container:hover{border-color:var(--text-primary-color)}.transaction-booking-service-type-dropdown_label-text{color:var(--text-primary-color)!important}.transaction-booking-service-type-dropdown_arrow-container{border-left:none!important}.transaction-booking-service-type-dropdown_container{max-width:250px}.generate-booking-select-service_container{align-items:flex-start;border-radius:var(--border-radius-md);box-sizing:border-box;display:flex;flex-direction:row;margin-bottom:8px;padding:8px;transition:all .1s;width:100%}.generate-booking-select-service_container--selected{background-color:var(--midground-color)}.generate-booking-select-service_children{width:100%}.generate-booking-select-service_container:hover,.generate-booking-select-service_index{background-color:var(--midground-color)}.generate-booking-select-service_index{border-radius:50%;height:24px;min-width:24px;position:relative}.generate-booking-select-service_index-mix-master{margin:14px 12px 14px 0}.generate-booking-select-service_index-recording{margin:10px 10px 10px 0}.generate-booking-select-service_index-number{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.generate-booking-select-service_controls-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:16px;row-gap:12px}.generate-booking-select-service_controls-container>*{margin-left:16px}.generate-booking-select-service_delete-container{align-items:center;background-color:initial;border:none;color:var(--text-tertiary-color);display:flex;padding-block:0;padding-inline:0}.generate-booking-select-service_delete-container--selected{color:var(--text-primary-color)!important}.generate-booking-select-service_delete-container--disabled{cursor:not-allowed!important}.generate-booking-select-service_controls-container-text{color:inherit!important}.generate-booking-select-service_delete-container>svg{color:inherit!important;margin-right:4px}.generate-booking-select-service_delete-container:hover{color:var(--text-primary-color);cursor:pointer}.generate-booking-select-service_toggle-label{margin-left:6px!important;margin-right:0!important}.generate-booking-select-service_alts-container{align-items:flex-end;column-gap:8px;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-left:36px;margin-top:16px;row-gap:12px}.generate-booking-select-service_alts-checkmark{margin-right:8px;margin-top:0!important}@media (max-width:768px){.generate-booking-select-service_container{flex-direction:column}}.generate-booking-select-service_alts-checkmark-text{font-weight:400!important}.generate-booking-select-service-dropdown_container{align-items:center;display:flex;width:100%}.generate-booking-select-service-dropdown_quantity-container{align-items:center;background-color:var(--white);border:1px solid var(--border-color);border-bottom-left-radius:var(--border-radius-md);border-top-left-radius:var(--border-radius-md);display:flex;height:20px;line-height:20px;padding:16px}.generate-booking-select-service-dropdown_quantity-container>button,.generate-booking-select-service-dropdown_quantity-container>p{width:24px}.generate-booking-select-service-dropdown_quantity-selector{background-color:initial;border:none;cursor:pointer;padding-block:0;padding-inline:0}.generate-booking-select-service-dropdown_dropdown-container{background-color:var(--white);border:1px solid var(--border-color);border-bottom-right-radius:var(--border-radius-md);border-left:none;border-top-right-radius:var(--border-radius-md);flex:1 1}.generate-booking-select-service-dropdown_dropdown-element-container{height:52px!important}.generate-booking-select-service-dropdown_dropdown-element-select-container{border:none;text-align:left}.generate-booking-select-service-dropdown_dropdown-element-label-text{margin-left:16px!important}.generate-booking-select-service-dropdown_dropdown-element-arrow-container{cursor:pointer}.generate-booking-select-service-dropdown_number-quantity-container{border:initial;color:var(--black-no-dark-theme);display:flex;font-size:var(--text-size-md);text-align:center}.generate-booking-select-service-dropdown_number-quantity-container :focus{outline:var(--border-color) auto 1px}.share-booking-link-container{color:var(--text-primary-color)}.share-booking-link-header{padding-bottom:16px}.share-booking-link-multi-email{align-items:center;background:var(--white-no-dark-theme);border:1px solid var(--gray-200);border-radius:8px;box-sizing:border-box;color:var(--dark-grey);display:flex;flex-wrap:wrap;font-size:16px;gap:8px;max-width:100%;outline:0;padding:16px;text-align:left}.share-booking-link-multi-email>span[data-placeholder]{display:none;position:absolute}.share-booking-link-multi-email.empty>span[data-placeholder]{background-color:var(--white-no-dark-theme);color:var(--dark-grey);display:inline;position:relative}.share-booking-link-multi-email.focused>span[data-placeholder]{display:none}.share-booking-link-multi-email>input{background-color:var(--white-no-dark-theme);border:0!important;display:inline-block!important;outline:none!important;vertical-align:initial!important;width:100%}.share-booking-link-multi-email [data-tag]{align-items:center;border:1px solid var(--gray-200);border-radius:8px;display:flex;justify-content:center;margin-right:8px;max-width:100%;padding:8px}.share-booking-link-multi-email [data-tag-handle]{cursor:pointer;display:flex;img{align-self:center;height:12px;margin-left:8px;width:12px}}.share-booking-link-buttons{display:flex;justify-content:flex-end;padding-top:16px;width:100%;a,button{margin-left:8px}svg{margin-right:8px}}@media (max-width:768px){.share-booking-link-buttons{padding-top:0}}.apply-discount-container{background-color:var(--midground-color);border-radius:var(--border-radius-md);box-sizing:border-box;color:var(--text-primary-color);font-size:16px;padding:16px;width:100%}.apply-discount-header{font-weight:600;padding-bottom:16px}.apply-discount-discounts-container{display:flex;flex-wrap:wrap;gap:0 8px;justify-content:space-between;button{flex-grow:1}button,input{margin-top:16px}input{border:1px solid var(--border-color);border-radius:var(--border-radius-md);flex:2 1;height:42px}input:focus{border:1px solid var(--black);outline:none}}.apply-discount-custom-input{padding-left:8px}.promo-code{display:flex}.promo-code>.editable-text-field{margin-right:20px;text-transform:uppercase}.apply-promo-code-button>.v1-button{border-radius:10px;width:80px}@media screen and (max-width:768px){.promo-code>.editable-text-field{margin-bottom:10px;margin-right:20px;text-transform:uppercase}}.apply-promo-code-textfield{background-color:var(--white);flex:1 1;margin-right:8px!important}.recording-booking-details-container{margin-bottom:30px}.recording-booking-details{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding-left:14px}.recording-booking-details-container>header,.session-header{margin-bottom:30px}.session-header{align-items:center;border-bottom:.2px solid var(--medium-grey);display:flex;flex-direction:row;justify-content:space-between}.sessions-header>p{color:var(--medium-grey);font-size:14px;font-weight:600}.add-session-button{cursor:pointer;display:flex;flex-direction:row}.recording-detail-row{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:5px}.recording-detail-item{align-items:flex-start;cursor:pointer;justify-content:space-between;margin-bottom:30px;width:100%}.recording-detail-row-container{display:flex;flex-direction:column;width:70%}.recording-detail-aside{align-items:flex-start;display:flex;flex-direction:row;justify-content:center;margin-bottom:5px}.selected-recording-detail{color:var(--boomy-orange)}.recording-detail-clickable-text,.recording-detail-clickable-text-clear-selections{text-decoration:underline;text-transform:capitalize}.recording-detail-clickable-text-clear-selections{color:var(--dark-grey);text-align:right}.recording-detail-column{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.text-dropdown{position:relative}.booking-detail-drop-down-container{background-color:var(--white);border:1px solid var(--medium-grey);border-radius:4px;max-height:200px;min-width:300px;overflow-y:scroll;position:absolute;right:0;top:30px;width:100%;z-index:1}.booking-detail-drop-down-container>p{cursor:pointer;padding:10px;text-transform:capitalize}.selected-recording-date-option{background-color:var(--timbre-tan)!important;text-transform:capitalize}.booking-detail-drop-down-container:hover>.selected-recording-date-option{background-color:initial!important}.booking-detail-drop-down-container:hover>.selected-recording-date-option:hover,.booking-detail-drop-down-container>p:hover{background-color:var(--timbre-tan)!important}.selected-recording-date-option--valid{color:var(--text-primary-color)}.selected-recording-date-option--invalid{color:var(--notification-indicator-color)}.recording-detail-row,.recording-detail-tracking-engineer{position:relative}.start-end-hour-row{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;position:relative}.start-end-hour-seperator{flex:0 1;justify-content:center}.recording-detail-tracking-engineer>p{text-transform:capitalize}.complete-booking-button{margin-top:30px}.aside-session-details{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start;margin-right:20px}.delete-session-confirmation-modal{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px}.delete-session-modal-action-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.delete-session-modal-action-container>button:first-child{margin-right:5px}.delete-session-modal-action-container>button:not(:first-child){margin-left:5px}@media only screen and (max-width:768px){.complete-booking-button{font-size:14px}}.add-session-checkout-text{margin-left:6px}.recording-detail-mobile-menu{background-color:var(--smooth-ivory)!important;height:fit-content!important;min-height:40%;pointer-events:auto}.recording-detail-mobile-menu-container>div{padding:12px;width:100%}.recording-detail-mobile-menu-container>div:hover{background-color:var(--timbre-tan)}.selected-option-text{color:var(--boomy-orange)}.recording-detail-mobile-menu-container>header{margin-bottom:30px;position:relative;text-align:center;width:100%}.recording-detail-mobile-menu-container>header>:not(:first-child){position:absolute;right:10px;top:0}.recording-detail-mobile-menu .drop-down-option{padding:0!important;text-transform:capitalize}.engineer-selected.drop-down-option .select-tracking-engineer-option span{color:var(--boomy-orange);text-transform:capitalize}.recording-booking-mobile-menu-option{padding:12px;width:100%;&:hover{background-color:var(--timbre-tan)}}.select-tracking-engineer-option{align-items:center;display:flex;justify-content:space-between;padding:8px}.select-tracking-engineer-option-left{align-items:center;display:flex}.select-tracking-engineer-option img{border-radius:50%;height:40px;width:40px}.recording-booking-calendar-container{align-items:center;background-color:var(--white);border:1px solid var(--border-color);border-radius:var(--border-radius-md);display:flex;flex-direction:column;height:auto;justify-content:center;padding:30px;width:calc(100% - 60px)}.recording-booking-calendar-container>.booking-calendar-container{height:fit-content;width:100%}.recording-booking-calendar-container>.booking-calendar-container>.react-calendar{background-color:var(--white);border:none;max-width:none}@media screen and (max-width:768px){.recording-booking-calendar-container>.booking-calendar-container{height:297px;max-width:none}}.completed-session-date,.not-currently-selected-date{position:relative;z-index:1}.recording-booking-calendar--unselectable:enabled:hover{background:inherit!important;clip-path:circle(35% at 50% 50%);cursor:default!important}.invalid-session-date{position:relative;z-index:1}.invalid-session-date>abbr{color:var(--notification-indicator-color)}.invalid-session-date--unselected{position:relative;z-index:1}.invalid-session-date--unselected>abbr{color:var(--notification-indicator-color)}.invalid-session-date--unselected:before{background:var(--light-grey)}.completed-session-date:before,.invalid-session-date--unselected:before{bottom:0;clip-path:circle(28% at 50% 50%);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.completed-session-date:before{background:var(--boomy-orange)!important}.completed-session-date>abbr{color:#000!important}.not-currently-selected-date:before{background:var(--light-grey);bottom:0;clip-path:circle(28% at 50% 50%);content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.session-date-modal{background-color:var(--white);border-radius:10px;max-width:555px;position:relative;width:95vw}.session-date-modal>.studio-calendar-container>.booking-calendar-container,.studio-calendar-header-container.recording-booking{height:fit-content;width:90%}.session-date-modal__close-button{color:var(--black);cursor:pointer;font-size:20px;text-align:center;text-decoration:underline;text-transform:capitalize}.generate-booking-dropdown_dropdown-container{background-color:var(--white);border:1px solid var(--border-color);flex:1 1}.generate-booking-dropdown_dropdown-element-container{height:44px!important}.generate-booking-dropdown_dropdown-element-select-container{border:none;text-align:left}.generate-booking-dropdown_dropdown-element-label-text,.generate-booking-dropdown_dropdown-element-label-text--selected{font-size:var(--text-size-md)!important;margin-left:16px!important;width:100%}.generate-booking-dropdown_dropdown-element-label-text--selected{color:var(--nav-button-color--selected)!important}.generate-booking-dropdown_dropdown-element-label-text--completed{color:var(--text-primary-color)!important;font-size:var(--text-size-md)!important;margin-left:16px!important;width:100%}@media (max-width:768px){.generate-booking-dropdown_dropdown-element-label-text,.generate-booking-dropdown_dropdown-element-label-text--selected{font-size:var(--text-size-md)!important;white-space:inherit!important}}.generate-booking-dropdown_dropdown-element-arrow-container{border-left:none;cursor:pointer;margin-left:auto;position:static}.generate-booking-dropdown_dropdown-element-option{padding:0 10px;text-align:left}.generate-booking-dropdown_round-border-top-left{border-top-left-radius:var(--border-radius-md)}.generate-booking-dropdown_round-border-top-right{border-top-right-radius:var(--border-radius-md)}.generate-booking-dropdown_round-border-bottom-left{border-bottom-left-radius:var(--border-radius-md)}.generate-booking-dropdown_round-border-bottom-right{border-bottom-right-radius:var(--border-radius-md)}.generate-booking-dropdown_no-border-left{border-left:none}.generate-booking-dropdown_no-border-right{border-right:none}.generate-booking-dropdown_no-border-top{border-top:none}.generate-booking-dropdown_no-border-bottom{border-bottom:none}.generate-booking-session-detail_date-time-row{display:flex;flex-direction:row}.generate-booking-session-detail_date-container{flex-basis:34%}.generate-booking-session-detail_time-duration-container{display:flex;flex-basis:66%;flex-direction:row;flex-grow:1}.generate-booking-session-detail_time{width:100%}@media screen and (max-width:768px){.generate-booking-session-detail_date-time-row{flex-direction:column}}.invoice-container{background-color:var(--white)}.invoice-breakdown{background-color:var(--twilight-blue);border-top-left-radius:8px;border-top-right-radius:8px}.invoice-subtotal{display:flex;justify-content:space-between;padding:10px}.breakdown-text{color:var(--gray-no-dark-theme)}.invoice-service{display:flex;justify-content:space-between;padding-bottom:5px;padding-left:10px;padding-right:10px}.invoice-total{background-color:var(--sky-light-blue);border-bottom-left-radius:8px;border-bottom-right-radius:8px}.invoice-calculated{display:flex;justify-content:space-between;padding:5px 10px}.invoice-subtotal-text{color:var(--gray-no-dark-theme)}.invoice-total-text{color:var(--black-no-dark-theme)}.invoice-breakdown:first-child{padding-top:5px}.extend-session-modal-selector-container{min-height:150px}.rescheduler-modal-container.card-container{align-items:center;display:flex;flex-direction:column;height:fit-content;justify-content:center;padding:var(--project-screen-element-margin);width:400px}.rescheduler-modal-container.card-container>.container-fluid.centered-screen{height:fit-content;min-height:400px}.rescheduler-modal-body{display:flex;flex-direction:column;max-width:fit-content;overflow:auto}.rescheduler-modal-body,.rescheduler-modal-body>.booking-calendar-container>.react-calendar>.react-calendar__navigation>.react-calendar__navigation__next-button,.rescheduler-modal-body>.booking-calendar-container>.react-calendar>.react-calendar__navigation>.react-calendar__navigation__prev-button{align-items:center;justify-content:center}.rescheduler-modal-requested-datetime-container,.rescheduler-modal-selector-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:15px}.rescheduler-modal-selector-container{width:75%}.rescheduler-modal-selector-container>.b1{margin-bottom:15px}@media screen and (max-width:450px){.rescheduler-modal-container.card-container{flex-direction:column;padding:var(--project-screen-element-margin);width:85vw}}.nav-login-container{display:flex;width:100%}.nav-login-container--column{flex-direction:column;padding:0 8px;width:calc(100% - 16px)}.nav-login-button{min-width:108px}.nav-link-secondary{margin:0 8px}.nav-link-secondary--column{margin-bottom:12px}.profile-nav-header{align-items:center;background-color:var(--background-color);border:none;border-radius:var(--border-radius-sm);cursor:pointer;display:flex;height:fit-content;justify-content:space-between;padding:.75rem;width:100%;&:hover{background-color:var(--button-secondary-color--hover)}}.profile-nav-header.show{border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0}@media (max-width:480px){.profile-nav-header.show{border-radius:0}}.profile-nav-header-left{align-items:center;display:flex}.profile-nav-header-text-container{overflow:hidden;transition:all .2s ease-in-out;width:0}.profile-nav-header-text-container.show{margin-right:5px;width:110px}.profile-nav-header-text{overflow:hidden;padding:.1rem 0;text-align:start;text-overflow:ellipsis;white-space:nowrap}.profile-nav-header-image{border:thin solid var(--gray-100);border-radius:50%;height:42px;margin-right:.75rem;width:42px}.profile-nav-header-image-mobile{border:thin solid var(--gray-100);border-radius:50%;height:30px;width:30px}.profile-nav-header-icon{transition:all .2s ease-in-out}.profile-nav-header-icon.expanded{transform:rotate(180deg)}.nav-profile-content{list-style-type:none;margin:0;padding:0}.nav-profile-content>hr{border:1px solid var(--horizontal-line-color);margin:0 .75rem}.profile-row-li{align-items:center;background-color:var(--background-color);display:flex;justify-content:flex-start;max-width:calc(100% - 1.5rem);padding:.75rem;transition:var(--nav-profile-dropdown-transition--up);width:100%}.profile-row-li.drop-down-enabled{max-height:100px;transition:var(--nav-profile-dropdown-transition--down)}.profile-row-li:hover,.profile-row-li:hover>*{background-color:var(--button-secondary-color--hover)!important}.nav-list-item-container{display:flex;list-style-type:none}.nav-list-item-link{background-color:var(--background-color);border:none;color:var(--text-primary-color);cursor:pointer;padding:.75rem;text-align:start;text-decoration:none;transition:.2s;width:100%;&:hover{background-color:var(--button-secondary-color--hover)}}.profile-row{align-items:center;background:var(--background-color);cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;width:100%}.profile-row:hover{background-color:var(--button-secondary-color--hover)}.profile-row-right,.profile-row__image{align-items:center;display:flex}.profile-row__image{justify-content:center}.profile-row__image>img{border:thin solid var(--gray-100);border-radius:50%;height:24px;margin-right:.5rem;width:24px}.profile-row__info__name{display:block;height:100%;max-width:115px;width:100%}.profile-row-checkbox{margin-top:0!important}@media (max-width:480px){.profile-row__info__name{max-width:140px}}.profile-row__info__name>p{overflow:hidden;text-align:start;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.profile-row__info__selected{margin-left:.5rem}.profile-drop-down{align-items:center;background-color:var(--background-color);border-radius:0 0 var(--border-radius-sm) var(--border-radius-sm);cursor:pointer;display:flex;position:relative}.profile-drop-down.drop-down-enabled{box-shadow:var(--box-shadow-size-and-color)}.drop-down-list{background-color:var(--background-color);border-radius:0 0 var(--border-radius-sm) var(--border-radius-sm);left:0;max-height:0;overflow-y:hidden;padding:0;position:absolute;top:0;transition:var(--nav-profile-dropdown-transition--up);width:100%;z-index:var(--nav-profile-drop-down-z-index)}.drop-down-list.drop-down-enabled{box-shadow:var(--box-shadow-size-and-color);max-height:1500px;transition:var(--nav-profile-dropdown-transition--down)}.nav-profile-menu{background-color:var(--background-color);border-radius:var(--border-radius-sm) var(--border-radius-sm) 0 0;cursor:pointer;transition:all .5s;z-index:var(--nav-profile-menu-z-index)}.nav-profile-menu.drop-down-enabled{box-shadow:0 4px 4px 0 var(--box-shadow-color)}.nav-search-bar-container{margin:0 16px;position:relative;width:100%}.nav-search-bar{background-color:var(--midground-color);border:none;border-radius:var(--border-radius-md);display:flex;outline:none;width:100%}.nav-search-bar.show{border-radius:var(--border-radius-md) var(--border-radius-md) 0 0;box-shadow:var(--box-shadow-size-and-color)}.nav-input{border:none;border-radius:var(--border-radius-md);height:inherit;overflow:hidden;padding:.75rem 0 .75rem .75rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.nav-input,.nav-search-button{background-color:initial;color:var(--text-primary-color);outline:none}.nav-search-button{align-items:center;border:none;border-radius:0 var(--border-radius-md) var(--border-radius-md) 0;cursor:pointer;display:flex;font-weight:600;padding:.75rem 1rem;transition:all .15s;&:hover{background-color:var(--nav-button-color--hover)}}.nav-search-button.show{border-radius:0 var(--border-radius-md) 0 0}.nav-filter-button{border-radius:0}.nav-search-results-container--attached{top:42px}@media only screen and (max-width:950px){.nav-filter-button{display:none!important}}.nav-search-results-container{background-color:var(--foreground-color);border-radius:0 0 var(--border-radius-md) var(--border-radius-md);left:0;max-height:0;overflow:hidden;padding-left:16px;position:absolute;transition:max-height .2s ease-in-out;width:calc(100% - 16px);z-index:1}.nav-search-results-container.show{box-shadow:var(--box-shadow-size-and-color);max-height:1500px;transition:max-height .5s ease-in-out}.nav-entity-search-result-list{margin:0!important;padding:16px 0 6px}.navigation-row{align-items:center;display:flex}@media (max-width:768px){.navigation-row-top-nav{display:none}}.nav-button{align-items:center;background-color:var(--button-secondary-color);border:none;border-radius:var(--button-border-radius);color:var(--text-primary-color);cursor:pointer;display:flex;font-weight:600;margin-right:.5rem;padding:var(--button-padding);text-decoration:none;transition-duration:var(--button-transition-duration);&:hover{background-color:var(--button-secondary-color--hover);transition-duration:var(--button-transition-duration)}}.nav-button-text{display:inline-block}.notification-indicator:after{animation:presentUnreadCountIndicator 1s;background:var(--notification-indicator-color);border-radius:50%;content:"";height:8px;position:absolute;right:-7px;top:0;transform:translateY(-4px);width:8px}.hide-indicator{animation:hideUnreadCountIndicator 2s}@keyframes presentUnreadCountIndicator{0%{opacity:0;-webkit-transform:translateY(0)}to{opacity:1;-webkit-transform:translateY(-4px)}}@keyframes hideUnreadCountIndicator{0%{opacity:1;-webkit-transform:translate(10%,-50%)}to{opacity:0;-webkit-transform:translateX(30%)}}.notification-div{align-items:center;border-bottom:thin solid var(--light-grey);cursor:pointer;display:flex;height:fit-content;padding:15px;position:relative}.notification-date-time-stamp{color:#9b9b9b;font-size:12px;margin-bottom:4px;margin-right:8px}.notification-div .badge--img{height:20px;margin-left:20px;position:relative;top:auto;transform:none;width:20px}.notification-text{margin-left:14px;padding-right:10px}.read-key{border-radius:12px;margin-left:auto;margin-right:8px;min-height:12px;min-width:12px}.notifications-table{flex:1 1;max-width:400px;width:100%}.notifications-table>tbody{width:inherit}@media screen and (max-width:768px){.notifications-table{max-width:100%}}.notifications-row{background-color:var(--white)}.notifications-row:hover{filter:brightness(95%)}.notification-link{color:inherit;text-decoration:none}.load-more-link{align-self:center;background-color:initial;border:none;cursor:pointer;height:30px;margin-bottom:50px;outline:none;text-transform:uppercase;width:100%}.no-notifications-text{margin:24px}.notification-content{background-color:var(--foreground-color);border:solid var(--background-color);border-radius:15px;box-shadow:0 8px 16px 0 #0003;display:none;height:auto;left:-200px;max-height:400px;overflow-y:scroll;padding:0;position:absolute;top:40px;width:400px;z-index:999}.notification-content.show{display:block}.dropdown-container.hide{display:none}.logged-in-base-icons{cursor:pointer;margin-right:20px}.logged-in-header-container{align-content:flex-end;align-items:center;display:flex;flex-direction:row;margin-right:auto}.user-name-section-header{white-space:break-spaces}.logged-in-header-container>.user-profile-image{margin-left:20px}.center-nav-section,.nav-icon-row{align-items:center;display:flex;width:100%}.nav-icon-row{justify-content:space-evenly}.center-nav-section>.search-input{border:.75px solid var(--light-grey);box-sizing:border-box;margin:28px 19px 28px auto;max-width:257px;padding:6px}.center-nav-section>.search-input>.input{font-size:14px;height:100%}@media screen and (max-width:1400px){.center-nav-section>.search-input{display:none}}@media screen and (max-width:1200px){.nav-icon-row{display:none}}.three-dot-drop-down-button{cursor:pointer}.three-dot-drop-down-button.notification-content{height:50px;left:-100px;top:20px;width:150px}.log-out-button-container{align-items:center;background-color:var(--white);display:flex;height:100%;justify-content:center}.log-out-button-container:hover{filter:brightness(85%)}.search-button{align-items:center;border-radius:10px;cursor:pointer;display:flex;font:inherit;margin-right:30px;padding-right:5px;text-align:left;vertical-align:middle;width:150px!important}.search-button>img{margin-right:9px;vertical-align:sub}.search-button>p:hover{text-decoration:underline}.feedback-button{align-items:center;background-color:var(--boomy-orange);border:none;border-radius:5px;cursor:pointer;display:flex;justify-content:center;margin-right:5px;outline:none;padding:5px;width:100%}.feedback-button:hover{background-color:var(--boomy-orange);transform:scale(.95);transition:all .2s ease-in-out}.feedback-button>p{color:var(--white);font-size:12px;letter-spacing:.1em;line-height:16px;text-align:center;text-transform:capitalize!important;white-space:nowrap!important}.new-feature-pill{min-width:40px;width:40px}.announcement-header-container{background-color:var(--primary-color);display:flex;justify-content:center;min-height:.5rem;width:100%}.announcement-header-content{display:flex;justify-content:space-between;max-width:var(--max-screen-width);padding:.69rem var(--project-screen-element-margin);width:100%}.announcement-header-links-container{display:flex;justify-content:flex-end;width:100%}.announcement-header-link{color:var(--text-invert-color);text-decoration:none;&:hover{text-decoration:underline}}@media only screen and (max-width:768px){.announcement-header-content{display:none}}.nav-profile-button-mobile{background-color:var(--background-color);border:none;border-radius:var(--border-radius-sm);cursor:pointer;padding:12px;&:hover{background-color:var(--button-secondary-color--hover)}}.nav-profile-side-panel-logo{height:1.25rem;margin:8px 0 16px 8px;width:7.375rem}.nav-profile-side-bar-container{display:flex;flex-direction:column;height:calc(100% - 24px);justify-content:space-between}.sticky-header-container{box-shadow:var(--box-shadow-header-size-and-color);position:fixed;transition:.3s ease;width:100%;z-index:var(--top-nav-z-index)}.app-bar-main-content-container{background-color:var(--background-color);display:flex;justify-content:center}.app-bar-main-content{align-items:center;background-color:var(--background-color);display:flex;height:var(--main-header-height);margin:0;max-width:var(--max-screen-width);padding:0 var(--project-screen-element-margin);position:relative;width:100%}.engineears-logo{margin-right:16px}.engineears-logo>img{height:37.4px;width:220px}.shopping-cart{display:flex;padding:.75rem}@media (max-width:768px){.engineears-logo{margin-right:0}.engineears-logo>img{height:30px;width:180px}.app-bar-main-content{align-items:center;justify-content:center}}.chat-room-wrapper{flex:1 1;height:100%}.channel-list-wrapper,.chat-room-wrapper{max-height:100%;overflow:auto}.str-chat__channel-list-messenger{background-color:var(--smooth-ivory)}.str-chat{height:100%;max-height:none}.str-chat.messaging,.str-chat__container,.str-chat__list,.str-chat__main-panel{background-color:var(--smooth-ivory);max-height:none}.str-chat.str-chat-channel.messaging{max-height:100vh}.str-chat__list{flex-grow:1;max-height:70vh;min-height:36vh}.str-chat__message-input{bottom:0;position:sticky}.str-chat__modal__inner{height:80%;width:95%;& .image-gallery,& .image-gallery-content,& .image-gallery-slide-wrapper,& .image-gallery-slides{height:100%}& .image-gallery-slides{align-items:center;display:flex;flex-direction:column;justify-content:center;& .image-gallery-slide{position:relative}}}.project-chat-panel{align-items:center;background:var(--white)!important;border-top-left-radius:17px;border-top-right-radius:17px;bottom:0;box-shadow:0 0 6px #6d6d6d2e!important;display:flex;flex-direction:column;height:auto;justify-content:center;overflow-x:scroll;padding:0;position:fixed;right:0;transition:all .5s ease-in-out;width:auto;z-index:var(--project-chat-panel-z-index)}.project-chat-header{border-bottom:thin solid var(--light-grey);display:flex;flex-direction:row;justify-content:center;padding-bottom:1em;padding-top:1em;position:relative}.x-icon-container{display:flex;justify-content:center;position:absolute;right:10px;transition:all .5s ease-in}.x-icon-container:hover{cursor:pointer;transform:scale(1.2)}.project-chat-panel .str-chat__input-flat{padding:10px}.floating-chat-button-container{animation:fadeIn 1s ease-in-out;bottom:16px;position:fixed;right:5vw;z-index:var(--floating-chat-button-z-index)}.project-chat-panel:not(.show){transform:translateY(125%)}@media screen and (max-width:768px){.floating-chat-button-container{bottom:calc(var(--bottom-nav-height) + 8px)}.str-chat__main-panel{min-width:100vw}}@media screen and (max-width:960px){.str-chat-channel-list .str-chat__channel-list-messenger__main{background-color:var(--white);border:thin solid #d3d3d3;border-radius:0;padding:0}.message-screen-container{align-items:flex-start}}.maintenance-screen{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;text-align:center}
/*# sourceMappingURL=main.9a42a9ef.css.map*/