body.compensate-for-scrollbar {
overflow: hidden
}
.esgbox-active {
height: auto
}
.esgbox-is-hidden {
left: -9999px;
margin: 0;
position: absolute!important;
top: -9999px;
visibility: hidden
}
.esgbox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
transform: translateZ(0.01px);
width: 100%;
z-index: 99992
}
.esgbox-container * {
box-sizing: border-box
}
.esgbox-bg,
.esgbox-inner,
.esgbox-outer,
.esgbox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0
}
.esgbox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto
}
.esgbox-bg {
background: #1e1e1e;
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.esgbox-is-open .esgbox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.esgbox-caption,
.esgbox-infobar,
.esgbox-navigation .esgbox-button,
.esgbox-toolbar {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997
}
.esgbox-show-caption .esgbox-caption,
.esgbox-show-infobar .esgbox-infobar,
.esgbox-show-nav .esgbox-navigation .esgbox-button,
.esgbox-show-toolbar .esgbox-toolbar {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible
}
.esgbox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 30px;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.esgbox-toolbar {
right: 0;
top: 0
}
.esgbox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994
}
.esgbox-is-open .esgbox-stage {
overflow: hidden
}
.esgbox-slide {
-webkit-backface-visibility: hidden;
display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: transform, opacity;
white-space: normal;
width: 100%;
z-index: 99994
}
.esgbox-slide:before {
content: "";
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0
}
.esgbox-is-sliding .esgbox-slide,
.esgbox-slide--current,
.esgbox-slide--next,
.esgbox-slide--previous {
display: block
}
.esgbox-slide--image {
overflow: hidden;
padding: 44px 0
}
.esgbox-slide--image:before {
display: none
}
.esgbox-slide--html {
padding: 6px
}
.esgbox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle
}
.esgbox-slide--image .esgbox-content {
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
transform-origin: top left;
transition-property: transform, opacity;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995
}
.esgbox-can-zoomOut .esgbox-content {
cursor: zoom-out
}
.esgbox-can-zoomIn .esgbox-content {
cursor: zoom-in
}
.esgbox-can-pan .esgbox-content,
.esgbox-can-swipe .esgbox-content {
cursor: grab
}
.esgbox-is-grabbing .esgbox-content {
cursor: grabbing
}
.esgbox-container [data-selectable=true] {
cursor: text
}
.esgbox-image,
.esgbox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%
}
.esgbox-spaceball {
z-index: 1
}
.esgbox-slide--iframe .esgbox-content,
.esgbox-slide--map .esgbox-content,
.esgbox-slide--pdf .esgbox-content,
.esgbox-slide--video .esgbox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%
}
.esgbox-slide--video .esgbox-content {
background: #000
}
.esgbox-slide--map .esgbox-content {
background: #e5e3df
}
.esgbox-slide--iframe .esgbox-content {
background: #fff
}
.esgbox-iframe,
.esgbox-video {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%
}
.esgbox-iframe {
left: 0;
position: absolute;
top: 0
}
.esgbox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%
}
.esgbox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0
}
.esgbox-button,
button.esgbox-button:not(.toggle) {
background-color: rgba(30, 30, 30, .6);	
}
.esgbox-button,
button.esgbox-button:not(.toggle):not(.esgbox-button--arrow_left):not(.esgbox-button--arrow_right) {
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;	
}
button.esgbox-button.esgbox-button--close:not(.toggle):not(.esgbox-button--arrow_left):not(.esgbox-button--arrow_right),
button.esgbox-button.esgbox-close-small:not(.toggle):not(.esgbox-button--arrow_left):not(.esgbox-button--arrow_right) {
position: absolute;
z-index:100000 !important;
}
.esgbox-toolbar button.esgbox-button.esgbox-button--close:not(.toggle):not(.esgbox-button--arrow_left):not(.esgbox-button--arrow_right),
.esgbox-toolvar button.esgbox-button.esgbox-close-small:not(.toggle):not(.esgbox-button--arrow_left):not(.esgbox-button--arrow_right) {
position:relative;
}
.esgbox-button,
.esgbox-button:link,
.esgbox-button:visited {
color: #fff
}
.esgbox-button:hover {
color: #fff;
}
.esgbox-button:focus {
outline: none
}
.esgbox-button.esgbox-focus {
outline: 1px dotted
}
.esgbox-button[disabled],
.esgbox-button[disabled]:hover {
opacity: 0.5;
cursor: default;
outline: none;
pointer-events: none;
}
.esgbox-button div {
height: 100%
}
.esgbox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%
}
.esgbox-button svg path {
fill: #fff;
stroke-width: 0
}
.esgbox-button--fsenter svg:nth-child(2),
.esgbox-button--fsexit svg:first-child,
.esgbox-button--pause svg:first-child,
.esgbox-button--play svg:nth-child(2) {
display: none
}
.esgbox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
transform: scaleX(0);
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998
}
.esgbox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401
}
.esgbox-close-small:hover {
color: #fff;
opacity: 1
}
.esgbox-slide--html .esgbox-close-small {
color: #fff;
padding: 10px;
right: 0;
top: 0
}
.esgbox-slide--image.esgbox-is-scaling .esgbox-content {
overflow: hidden
}
.esgbox-is-scaling .esgbox-close-small,
.esgbox-is-zoomable.esgbox-can-pan .esgbox-close-small {
display: none
}
.esgbox-navigation .esgbox-button {
background-clip: content-box;
height: 44px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 44px
}
.esgbox-navigation .esgbox-button div {
padding: 7px
}
.esgbox-navigation .esgbox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 0px;
}
.esgbox-navigation .esgbox-button--arrow_right {
padding: 0px;
right: 0;
right: env(safe-area-inset-right);
}
.esgbox-caption {
background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996
}
@supports (padding:max(0px)) {
.esgbox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
}
}
.esgbox-caption--separate {
margin-top: -50px
}
.esgbox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all
}
.esgbox-caption a,
.esgbox-caption a:link,
.esgbox-caption a:visited {
color: #ccc;
text-decoration: none
}
.esgbox-caption a:hover {
color: #fff;
text-decoration: underline
}
.esgbox-loading {
animation: a 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999
}
@keyframes a {
to {
transform: rotate(1turn)
}
}
.esgbox-animated {
transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.esgbox-fx-slide.esgbox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0)
}
.esgbox-fx-slide.esgbox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0)
}
.esgbox-fx-slide.esgbox-slide--current {
opacity: 1;
transform: translateZ(0)
}
.esgbox-fx-fade.esgbox-slide--next,
.esgbox-fx-fade.esgbox-slide--previous {
opacity: 0;
transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.esgbox-fx-fade.esgbox-slide--current {
opacity: 1
}
.esgbox-fx-zoom-in-out.esgbox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5)
}
.esgbox-fx-zoom-in-out.esgbox-slide--next {
opacity: 0;
transform: scale3d(.5, .5, .5)
}
.esgbox-fx-zoom-in-out.esgbox-slide--current {
opacity: 1;
transform: scaleX(1)
}
.esgbox-fx-rotate.esgbox-slide--previous {
opacity: 0;
transform: rotate(-1turn)
}
.esgbox-fx-rotate.esgbox-slide--next {
opacity: 0;
transform: rotate(1turn)
}
.esgbox-fx-rotate.esgbox-slide--current {
opacity: 1;
transform: rotate(0deg)
}
.esgbox-fx-circular.esgbox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.esgbox-fx-circular.esgbox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.esgbox-fx-circular.esgbox-slide--current {
opacity: 1;
transform: scaleX(1) translateZ(0)
}
.esgbox-fx-tube.esgbox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.esgbox-fx-tube.esgbox-slide--next {
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.esgbox-fx-tube.esgbox-slide--current {
transform: translateZ(0) scale(1)
}
@media (max-height:576px) {
.esgbox-slide {
padding-left: 6px;
padding-right: 6px
}
.esgbox-slide--image {
padding: 6px 0
}
.esgbox-close-small {
right: -6px
}
.esgbox-slide--image .esgbox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px
}
.esgbox-caption {
padding-left: 12px;
padding-right: 12px
}
@supports (padding:max(0px)) {
.esgbox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right))
}
}
}
.esgbox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center
}
.esgbox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px
}
.esgbox-share p {
margin: 0;
padding: 0
}
.esgbox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap
}
.esgbox-share__button:link,
.esgbox-share__button:visited {
color: #fff
}
.esgbox-share__button:hover {
text-decoration: none
}
.esgbox-share__button--fb {
background: #3b5998
}
.esgbox-share__button--fb:hover {
background: #344e86
}
.esgbox-share__button--pt {
background: #bd081d
}
.esgbox-share__button--pt:hover {
background: #aa0719
}
.esgbox-share__button--tw {
background: #1da1f2
}
.esgbox-share__button--tw:hover {
background: #0d95e8
}
.esgbox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
display: inline-block;
}
.esgbox-share__button svg path {
fill: #fff
}
.esgbox-share__input {
background: transparent;
border: none !important;	
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0;
outline: none;
padding: 10px 15px;
width: 100%
}
.esgbox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995
}
.esgbox-thumbs-x {
overflow-x: auto;
overflow-y: hidden
}
.esgbox-show-thumbs .esgbox-thumbs {
display: block
}
.esgbox-show-thumbs .esgbox-inner {
right: 212px
}
.esgbox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%
}
.esgbox-thumbs-x .esgbox-thumbs__list {
overflow: hidden
}
.esgbox-thumbs-y .esgbox-thumbs__list::-webkit-scrollbar {
width: 7px
}
.esgbox-thumbs-y .esgbox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.esgbox-thumbs-y .esgbox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px
}
.esgbox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px
}
.esgbox-thumbs__list a:before {
border: 6px solid #ff5268;
bottom: 0;
content: "";
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991
}
.esgbox-thumbs__list a:focus:before {
opacity: .5
}
.esgbox-thumbs__list a.esgbox-thumbs-active:before {
opacity: 1
}
@media (max-width:576px) {
.esgbox-thumbs {
width: 110px
}
.esgbox-show-thumbs .esgbox-inner {
right: 110px
}
.esgbox-thumbs__list a {
max-width: calc(100% - 10px)
}
}
.esgbox-button:hover {
background: #000 !important;
}:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--sep:20px;--bottom:var(--sep);--s:60px;--h:calc(var(--s)/2);display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--noanim{animation:none}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);width:var(--s);background:#25d366 var(--joinchat-ico) 50%/60% no-repeat;color:inherit;border-radius:50%;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background-color:#128c7e}.joinchat__button:active{background-color:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat__button__ico{position:absolute;inset:0;display:flex;border-radius:50%;overflow:hidden;color:hsl(0deg 0% clamp(0%,var(--bw)*1000%,100%)/clamp(70%,var(--bw)*1000%,100%))!important}.joinchat__button__ico svg{width:var(--ico-size,100%);height:var(--ico-size,100%);margin:calc((100% - var(--ico-size, 1))/2)}.joinchat__button:has(.joinchat__button__ico){background:hsl(var(--ch) var(--cs) var(--cl));box-shadow:1px 6px 24px 0 hsl(var(--ch) var(--cs) calc(var(--cl) - 10%)/24%)}.joinchat__button:has(.joinchat__button__ico):active,.joinchat__button:has(.joinchat__button__ico):hover{background:hsl(var(--ch) var(--cs) calc(var(--cl) + 20%))}.joinchat__button__image{position:absolute;inset:1px;border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img,.joinchat__button__image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--img .joinchat__button__image{opacity:1;animation:none}.joinchat__tooltip{position:absolute;top:calc(var(--h) - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;z-index:2;bottom:calc(var(--s) + 24px);right:8px;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--h) - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:8px;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--h) - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0;image-rendering:pixelated}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--sep:6px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover~.joinchat__qr{display:flex}}@media (prefers-reduced-motion){.joinchat{animation:none}}