@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:400,500,700);.vox-svg{position:relative;display:inline-flex;align-items:center;transition:all .12s}.vox-svg.disabled{pointer-events:none}.vox-svg__icon{display:inline-flex;align-items:center}.vox-svg-path{transition:fill .1s,transform .12s}.vox-svg-path--white{fill:var(--white)}.vox-svg-path--dark{fill:var(--darkViolet)}.vox-svg-path--violet{fill:var(--purple-100)}.vox-svg-path--dark-violet{fill:var(--purple-300)}.vox-svg-path--red{fill:var(--red-100)}.vox-svg-path--blue{fill:var(--blue-100)}.vox-svg-path--green{fill:var(--green-100)}.vox-svg-path--yellow{fill:var(--yellow-100)}.vox-svg-path--dark-gray{fill:var(--gray-800)}.vox-svg-path--gray{fill:var(--gray-700)}.vox-svg-path--ghost-gray{fill:var(--gray-400)}.vox-svg-path--black{fill:var(--gray-900)}.vox-svg-path--sui-gray-700{fill:var(--sui-gray-700)}.vox-svg-title{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);padding:6px 8px;font-size:12px;font-weight:400;line-height:20px;white-space:nowrap;color:var(--white);background-color:var(--gray-800);border-radius:var(--borderRadius);min-height:32px;transition:opacity .12s;z-index:999}.vox-svg-title:after{content:"";position:absolute;left:calc(50% - 6px);bottom:-12px;display:block;border:6px solid transparent;border-top:6px solid var(--gray-800)}.vox-svg-title.bottom:after{top:-12px;bottom:auto;border-top:6px solid transparent;border-bottom:6px solid var(--gray-800)}.vox-svg-title.bottom{bottom:auto}.vox-svg-title.left{left:auto}.vox-svg-title.left:after{left:auto;right:6px}.vox-svg-title.right--24{transform:translateX(-14px)}.vox-svg-title.right--16{transform:translateX(-10px)}.vox-svg-title.right--12{transform:translateX(-8px)}.vox-svg-title.right:after{left:6px}.vox-svg-title.hidden{opacity:0;pointer-events:none}.vox-button{display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--borderRadius);white-space:nowrap;font-family:var(--fontRoboto);font-weight:500;transition:background-color .3s ease}.vox-button.square{min-width:auto}.vox-button.square .vox-button__icon{margin-right:0}.vox-button.violet{color:var(--white);background-color:var(--purple-100)}.vox-button.violet:focus,.vox-button.violet:hover{background-color:var(--purple-200)}.vox-button.violet.active,.vox-button.violet:active{background-color:var(--purple-300)}.vox-button.gray{color:var(--gray-900);background-color:var(--gray-200)}.vox-button.gray:focus,.vox-button.gray:hover{background-color:var(--gray-300)}.vox-button.gray.active,.vox-button.gray:active{background-color:var(--gray-500);color:var(--white)}.vox-button.gray.active .vox-svg-path--black,.vox-button.gray:active .vox-svg-path--black{fill:var(--white)}.vox-button.yellow{color:var(--gray-900);background-color:var(--yellow-100)}.vox-button.yellow:focus,.vox-button.yellow:hover{background-color:var(--yellow-200)}.vox-button.yellow.active,.vox-button.yellow:active{background-color:var(--yellow-300)}.vox-button.transparent{color:var(--purple-100);background-color:transparent}.vox-button.transparent:focus,.vox-button.transparent:hover{background-color:var(--gray-200)}.vox-button.transparent.active,.vox-button.transparent:active{background-color:var(--gray-300)}.vox-button.outline{color:var(--gray-800);background-color:var(--white);border:var(--border-gray-400)}.vox-button.outline:focus,.vox-button.outline:hover{border:var(--border-gray-500)}.vox-button.outline.active,.vox-button.outline:active{background-color:var(--gray-200);border:var(--border-gray-500)}.vox-button.disabled,.vox-button:disabled{color:var(--white);background-color:var(--purple-100-disabled);cursor:auto;pointer-events:none}.vox-button.disabled.gray,.vox-button:disabled.gray{background-color:var(--gray-200);color:var(--gray-500)}.vox-button.disabled.transparent,.vox-button:disabled.transparent{color:var(--purple-100-disabled);background-color:transparent}.vox-button.disabled.outline,.vox-button:disabled.outline{color:var(--gray-800-disabled);background-color:var(--white);border-color:var(--gray-400-disabled)}.vox-button--xxs{height:24px;padding:0 8px;font-size:12px;min-width:58px}.vox-button--xxs.square{width:24px}.vox-button--xs{height:28px;padding:0 12px;font-size:12px;min-width:58px}.vox-button--xs.square{width:28px}.vox-button--s{height:32px;padding:0 16px;font-size:12px;min-width:58px}.vox-button--s.square{width:32px}.vox-button--m{height:36px;padding:0 16px;font-size:14px;min-width:86px}.vox-button--m.square{width:36px}.vox-button--l{height:40px;padding:0 16px;font-size:14px;min-width:96px;line-height:24px}.vox-button--l.square{width:40px}.vox-button--xl{height:46px;padding:0 16px;font-size:18px;min-width:96px}.vox-button--xl.square{width:46px}.vox-button--with-icon:not(.square).vox-button--xs{padding-left:6px}.vox-button--with-icon:not(.square):not(.vox-button--xs){padding-left:14px}.vox-button__icon{display:flex;align-items:center;justify-content:left;margin-right:4px}.vox-button__icon .disabled{opacity:.2}.vox-info{display:flex;font-weight:400;align-items:flex-start;font-size:12px;color:var(--gray-900)}.vox-info a,.vox-info a:active,.vox-info a:visited{color:var(--purple-100)}.vox-info__link{color:var(--purple-100);cursor:pointer}.vox-info__description,.vox-info__link{margin-top:4px;line-height:18px}.vox-info__description ol,.vox-info__description ul{margin-left:16px}.vox-info__description code{background-color:var(--gray-200);border-radius:2px;padding:0 2px;font-family:var(--fontRobotoMono)}.vox-info__icon{margin-right:4px}.vox-label{position:relative;display:flex;padding-right:24px;line-height:18px}.vox-label__wrapper{display:flex;flex-direction:column}.vox-label__label{word-break:normal;white-space:normal}.vox-label__optional{color:var(--gray-600)}.vox-label__info{display:flex;margin-left:6px;align-items:center;cursor:auto}.vox-label__comment{margin-bottom:4px}.vox-label__comment a{text-decoration:none}.vox-label__tooltip{white-space:normal;bottom:28px;width:-moz-max-content;width:max-content;max-width:100%;padding:16px;font-size:12px;line-height:20px;color:var(--gray-900);border:var(--border-gray-400);border-radius:var(--borderRadius);box-shadow:var(--shadowBig);opacity:0;z-index:-1;pointer-events:none}.vox-label__tooltip,.vox-label__tooltip-tag{position:absolute;left:0;background:var(--white)}.vox-label__tooltip-tag{content:"";bottom:-7px;width:12px;height:12px;border-top:var(--border-gray-400);border-left:var(--border-gray-400);transform:rotate(-135deg)}.vox-label__tooltip--bottom{bottom:-64px}.vox-label__tooltip--bottom .vox-label__tooltip-tag{top:-7px;transform:rotate(45deg)}.vox-label__tooltip.visible{opacity:1;z-index:5;pointer-events:all}@media screen and (max-width:1023px){.vox-label__label{white-space:normal}}.copy-to-clipboard{display:inline-flex;width:100%;padding-right:4px;align-items:center}.copy-to-clipboard__text{max-width:calc(100% - 16px);overflow-x:hidden;text-overflow:ellipsis}.copy-to-clipboard:focus .copy-to-clipboard__icon,.copy-to-clipboard:hover .copy-to-clipboard__icon{opacity:1}.copy-to-clipboard__icon{margin-left:4px;cursor:pointer}.copy-to-clipboard__icon:not(.constantly-visible){opacity:0}.copy-to-clipboard__icon--left .vox-svg-title{transform:none;left:auto;right:-4px}.copy-to-clipboard__icon--left .vox-svg-title:after{left:auto;right:4px;transform:none}.copy-to-clipboard__icon--right .vox-svg-title{transform:none;left:-4px;right:auto}.copy-to-clipboard__icon--right .vox-svg-title:after{left:4px;right:auto;transform:none}.vox-input-wrapper{display:flex;flex-direction:row;align-items:center}.vox-input-wrapper.column{flex-wrap:wrap}.vox-input-label{margin-bottom:0;margin-right:32px;font-size:12px;color:var(--gray-900)}.vox-input-label.column{margin-right:0;width:100%;padding:16px 0 8px}.vox-input-label.l,.vox-input-label.m{font-size:14px}.vox-input-button{margin-left:8px}.vox-input-button.l,.vox-input-button.m{margin-left:16px}.vox-input-stub{display:flex;margin-left:-8px;padding:8px 16px;height:30px;align-items:center;font-weight:400;background-color:var(--gray-300);border-right:var(--border-gray-400);border-radius:3px 0 0 3px}.vox-input-stub.xs{height:26px;padding:4px 8px}.vox-input-stub.m{height:34px}.vox-input-stub.l{margin-left:-16px;height:38px}.vox-input-and-btn{width:100%}.vox-input,.vox-input-and-btn{display:flex;align-items:center}.vox-input{position:relative;min-width:56px;flex-grow:1;justify-content:space-between;font-size:12px;color:var(--gray-900);background-color:var(--white);transition:border-color .18s}.vox-input--empty{color:var(--gray-800)}.vox-input--xs{padding:4px 8px;height:28px}.vox-input--xs .vox-input__icon{margin-right:4px}.vox-input--s{height:32px;padding:8px}.vox-input--m{height:36px;padding:8px}.vox-input--l{height:40px;padding:8px 16px;line-height:20px;font-size:14px;font-weight:600}.vox-input--bordered{border:var(--border-gray-400);border-radius:var(--borderRadius)}.vox-input--underlined{border-bottom:var(--border-gray-400);padding-left:0;padding-right:0}.vox-input--borderless{border:none;padding:8px 0}.vox-input:focus,.vox-input:focus .vox-input__number-controls,.vox-input:hover,.vox-input:hover .vox-input__number-controls{border-color:var(--gray-500)}.vox-input:focus .vox-input__svg,.vox-input:hover .vox-input__svg{fill:var(--gray-600)}.vox-input--active,.vox-input--active:focus,.vox-input--active:hover,.vox-input:active,.vox-input:focus-within{color:var(--gray-900);border-color:var(--purple-100)}.vox-input--active .vox-input__icon,.vox-input--active:focus .vox-input__icon,.vox-input--active:hover .vox-input__icon,.vox-input:active .vox-input__icon,.vox-input:focus-within .vox-input__icon{cursor:pointer}.vox-input--active .vox-input__svg,.vox-input--active:focus .vox-input__svg,.vox-input--active:hover .vox-input__svg,.vox-input:active .vox-input__svg,.vox-input:focus-within .vox-input__svg{fill:var(--purple-100)}.vox-input--active .vox-input__number-controls,.vox-input--active:focus .vox-input__number-controls,.vox-input--active:hover .vox-input__number-controls,.vox-input:active .vox-input__number-controls,.vox-input:focus-within .vox-input__number-controls{border-color:var(--purple-100)}.vox-input--error,.vox-input--error .vox-input__number-controls,.vox-input--error:focus,.vox-input--error:focus .vox-input__number-controls,.vox-input--error:focus-within,.vox-input--error:focus-within .vox-input__number-controls,.vox-input--error:hover,.vox-input--error:hover .vox-input__number-controls{border-color:var(--red-100)}.vox-input--disabled:not(.vox-input--disabled-with-error){opacity:.4;pointer-events:none}.vox-input--disabled-with-error,.vox-input--disabled-with-error:focus,.vox-input--disabled-with-error:hover{color:var(--gray-800-04);border-color:var(--red-100-04)}.vox-input--disabled-with-error path,.vox-input--disabled-with-error:focus path,.vox-input--disabled-with-error:hover path{fill:var(--red-100-04)}.vox-input--cleanable{display:flex;cursor:pointer}.vox-input--with-icon input{width:calc(100% - 32px)}.vox-input--with-icon--left input{margin-left:24px}.vox-input__number-controls{border:var(--border-gray-400);right:-1px;height:32px;min-width:24px;margin-right:-8px;margin-left:6px;align-items:center;border-top-right-radius:var(--borderRadius);border-bottom-right-radius:var(--borderRadius);position:relative;overflow:hidden}.vox-input__number-controls>*{width:100%;display:flex;justify-content:center;align-items:center;position:absolute;cursor:pointer;height:16px;background-color:var(--gray-300)}.vox-input__number-controls>:focus,.vox-input__number-controls>:hover{background-color:var(--gray-400)}.vox-input__number-down{top:50%;position:relative}.vox-input__number-down:before{content:"";width:100%;position:absolute;height:1px;background-color:var(--gray-400);top:0}.vox-input__number-down .vox-svg{transform:rotate(180deg)}.vox-input input{min-width:1ch;width:100%;font-size:inherit;font-weight:400;line-height:inherit;color:inherit;text-overflow:ellipsis;font-family:inherit}.vox-input input::-moz-placeholder{font-weight:400}.vox-input input::placeholder{font-weight:400}.vox-input input.stubbed{padding-left:8px}.vox-input input.stubbed.l{padding-left:16px}.vox-input input:invalid{box-shadow:none}.vox-input input:-moz-submit-invalid,.vox-input input:-moz-ui-invalid{box-shadow:none}.vox-input input[type=number]{-moz-appearance:textfield}.vox-input input[type=number]::-webkit-inner-spin-button,.vox-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.vox-input__copy{width:auto}.vox-input__icon{display:flex;margin-left:8px;height:16px;align-items:center}.vox-input__icon--left{position:absolute;left:0}.vox-input__icon:focus,.vox-input__icon:hover{cursor:pointer}.vox-input__icon:focus .vox-input__svg--copy,.vox-input__icon:hover .vox-input__svg--copy{fill:var(--purple-100)}.vox-input__svg{fill:var(--gray-500);transition:fill .18s}.vox-input__postscript{align-self:center;padding-left:8px}.vox-input__tooltip{position:absolute;left:0;top:-50%;max-width:30vw;padding:16px;font-size:12px;line-height:20px;white-space:pre-wrap;color:var(--gray-900);background:var(--white);border:var(--border-gray-400);border-radius:var(--borderRadius);box-shadow:var(--shadowBig);opacity:0;width:0;z-index:-1;pointer-events:none}.vox-input__tooltip:before{content:"";position:absolute;top:calc(100% - 6px);left:calc(50% - 7px);width:12px;height:12px;background:var(--white);border-top:var(--border-gray-400);border-left:var(--border-gray-400);transform:rotate(-45deg)}.vox-input__tooltip.visible{width:auto;opacity:1;z-index:99;pointer-events:all}.vox-input__tooltip--top:before{top:calc(100% - 6px);left:calc(50% - 7px);transform:rotate(-135deg)}.vox-input__tooltip--top.vox-input__tooltip--error:before{left:calc(100% - 20px)}.vox-input__tooltip--right:before{left:-7px;top:calc(50% - 6px)}.vox-input__tooltip--left:before{top:calc(50% - 6px);left:calc(100% - 6px);transform:rotate(135deg)}.vox-input__tooltip--bottom:before{top:-7px;left:calc(100% - 20px);transform:rotate(45deg)}.vox-textarea{height:64px}.vox-textarea:not(.vox-textarea--copyable){padding-right:1px}.vox-textarea textarea{width:100%;height:100%;padding-right:8px;font-family:inherit;font-size:12px;font-weight:400;resize:none}.vox-textarea textarea::-moz-placeholder{font-weight:400}.vox-textarea textarea::placeholder{font-weight:400}.vox-textarea .vox-input__icon{margin-right:8px}@media screen and (max-width:767px){.vox-input-wrapper{flex-direction:column;align-items:flex-start}.vox-input-label{margin-bottom:8px}.vox-input-label.column{width:auto}.vox-input-button{width:100%;margin-left:auto!important;margin-top:16px}.vox-input__tooltip{max-width:90vw}}@media screen and (max-width:768px){.vox-input-and-btn{flex-wrap:wrap}}.vox-tooltip{white-space:normal;position:absolute;left:0;bottom:30px;width:-moz-max-content;width:max-content;padding:16px;font-size:12px;line-height:20px;color:var(--gray-900);background:var(--white);border:var(--border-gray-400);border-radius:var(--borderRadius);box-shadow:var(--shadowBig);opacity:0;z-index:-1;pointer-events:none}.vox-tooltip:after{content:"";background-color:transparent;position:absolute;width:100%;height:100%}.vox-tooltip__container{display:flex;position:relative;overflow:hidden}.vox-tooltip__container.visible{overflow:initial}.vox-tooltip__content{display:flex;align-items:center;justify-content:center;position:relative}.vox-tooltip__tag{content:"";position:absolute;left:0;bottom:-7px;width:12px;height:12px;background:var(--white);border-top:var(--border-gray-400);border-left:var(--border-gray-400);transform:rotate(-135deg)}.vox-tooltip__text a,.vox-tooltip__text a:active,.vox-tooltip__text a:visited{cursor:pointer;color:var(--purple-100);text-decoration:none}.vox-tooltip--bottom{bottom:auto;top:36px}.vox-tooltip--bottom .vox-tooltip__tag{bottom:auto;top:-7px;transform:rotate(45deg)}.vox-tooltip.visible{opacity:1;z-index:5;pointer-events:all}.vox-boolean-picker .vox-tooltip__container{right:-8px}.vox-boolean-picker .vox-tooltip__container .vox-tooltip--bottom{bottom:auto;top:36px}.vox-boolean-picker .vox-tooltip__container .vox-tooltip--bottom .vox-tooltip__tag{bottom:auto;top:-7px;transform:rotate(45deg)}.vox-checkbox__info{position:relative}.second_label{margin-left:8px}.vox-checkbox__label,.vox-checkbox__label-left{font-size:12px;color:var(--gray-900)}.vox-checkbox__label-left{margin-right:8px}.vox-toggle{position:relative;height:32px;display:flex;align-items:center}.vox-toggle input[type=checkbox]+label{position:relative;display:flex;align-items:center;cursor:pointer;background-color:var(--gray-400);border-radius:40px;width:32px;height:16px;border:1px solid transparent;transform:translateZ(0)}.vox-toggle input[type=checkbox]+label:hover{background-color:var(--gray-500)}.vox-toggle input[type=checkbox]+label:active{background-color:var(--gray-600)}.vox-toggle input[type=checkbox]+label:focus{border:1px solid var(--purple-100)}.vox-toggle input[type=checkbox]{display:none}.vox-toggle input[type=checkbox]+label:before{background-color:var(--white);background-repeat:no-repeat;background-size:8px;background-position:50%;content:"";border-radius:40px;display:inline-block;width:12px;height:12px;transform:translateX(2px);color:transparent;transition:.3s;box-sizing:border-box}.vox-toggle input[type=checkbox]:checked+label{background-color:var(--purple-100)}.vox-toggle input[type=checkbox]:checked+label:hover{background-color:var(--purple-200)}.vox-toggle input[type=checkbox]:checked+label:active{background-color:var(--purple-300)}.vox-toggle input[type=checkbox]:checked+label:focus{border:1px solid var(--gray-900)}.vox-toggle input[type=checkbox]:checked+label:before{transform:translateX(18px)}.vox-toggle input[type=checkbox]:disabled+label{background-color:var(--gray-200)}.vox-toggle input[type=checkbox]:disabled+label:focus{border:1px solid transparent}.vox-toggle input[type=checkbox]:checked:disabled+label{background-color:var(--purple-50)}.vox-toggle input[type=checkbox]:checked:disabled+label:focus{border:1px solid transparent}.vox-toggle input[type=checkbox]:checked:disabled+label:before{pointer-events:none}.vox-checkbox{position:relative;height:32px;display:flex;align-items:center}.vox-checkbox.bold input[type=checkbox]+label:before{border-width:.2em}.vox-checkbox input[type=checkbox]+label{display:flex;cursor:pointer;align-items:center}.vox-checkbox input[type=checkbox]{display:none}.vox-checkbox input[type=checkbox]+label:before{background-color:var(--white);background-repeat:no-repeat;background-size:8px;background-position:50%;content:"";border:.1em solid var(--gray-400);border-radius:.2em;display:inline-block;width:12px;height:12px;color:transparent;transition:.3s;box-sizing:border-box}.vox-checkbox input[type=checkbox]:focus(:not(:disabled))+label:before,.vox-checkbox input[type=checkbox]:hover(:not(:disabled))+label:before{border-color:var(--purple-100)}.vox-checkbox input[type=checkbox]:checked+label:before{background-image:url(/img/true.17ccaa80.svg);background-color:var(--purple-100);color:var(--white);border:none}.vox-checkbox input[type=checkbox]:checked.unselect+label:before{background-color:var(--white);border-top:5px solid var(--purple-100);border-bottom:5px solid var(--purple-100);border-right:3px solid var(--purple-100);border-left:3px solid var(--purple-100)}.vox-checkbox input[type=checkbox]:checked:disabled+label:before,.vox-checkbox input[type=checkbox]:disabled+label:before{pointer-events:none;opacity:.4}.vox-checkbox__label{margin-left:8px}.dropdown{position:relative}.dropdown__head{display:flex;align-items:center;width:inherit}.dropdown__body{position:absolute;right:0;box-sizing:content-box;border:var(--border-gray-400);box-shadow:var(--shadowSmall);background:var(--white);border-radius:var(--borderRadius);opacity:0;z-index:-1;pointer-events:none}.dropdown__body--visible{opacity:1;z-index:2;pointer-events:all}.vox-list,.vox-list-wrapper{position:relative}.vox-list{font-size:12px}.vox-list__li{position:relative}.vox-list__li:focus .vox-list-item-sublist.right,.vox-list__li:hover .vox-list-item-sublist.right{opacity:1;pointer-events:all;z-index:1}.vox-list li:focus>.vox-list-item{background-color:var(--gray-200)}.vox-list li:focus>.vox-list-item.violet{background-color:var(--figViolet)}.vox-list li:focus>.vox-list-item .vox-list-item__toggler{border-left-color:var(--gray-300-01)}.vox-list__info{background-color:var(--white);border:var(--border-gray-300);border-radius:var(--borderRadius);box-shadow:var(--shadowMedium);left:100%;padding:12px;pointer-events:none;position:fixed;top:0;transition:opacity .12s;z-index:999}.vox-list__info:before{background:var(--white);border-left:var(--border-gray-400);border-top:var(--border-gray-400);content:"";height:12px;left:-7px;position:absolute;top:calc(50% - 6px);transform:rotate(-45deg);width:12px}.vox-list__info-left{color:#1f1c28;max-width:200px;font-size:12px;line-height:16px;padding:14px 16px;transform:translateY(-50%)}.vox-list__info-left:before{left:auto;right:-7px;width:8px;height:8px;transform:rotate(130deg)}.vox-list__sublist{border-left:var(--border-gray-300)}.vox-list-item{align-items:center;display:flex;height:inherit;transition:background-color .12s}.vox-list-item:focus+.vox-list-item__title,.vox-list-item:hover+.vox-list-item__title{opacity:1}.vox-list-item__title{background-color:var(--gray-800);border-radius:var(--borderRadius);color:var(--white);font-size:12px;font-weight:400;left:100%;line-height:20px;min-height:32px;opacity:0;padding:6px 8px;pointer-events:none;position:absolute;top:0;transition:opacity .12s;white-space:nowrap;z-index:999}.vox-list-item__title:after{border:6px solid transparent;border-right:6px solid var(--gray-800);content:"";display:block;left:-12px;position:absolute;top:10px}.vox-list-item.gray{color:var(--gray-600)}.vox-list-item.dark-violet{color:var(--darkViolet)}.vox-list-item.dark-gray{color:var(--gray-900)}.vox-list-item.violet{color:var(--gray-400)}.vox-list-item.sui-gray-700{color:var(--sui-gray-700)}.vox-list-item.xs{height:20px;padding:0 8px}.vox-list-item.s{height:28px;padding:0 8px}.vox-list-item.m{height:32px;padding:0 16px}.vox-list-item.m.violet.navigation-item{padding-left:8px}.vox-list-item.l{font-size:14px;height:48px;padding:0 16px}.vox-list-item.l .vox-list-label{left:40px}.vox-list-item.hover,.vox-list-item:focus,.vox-list-item:hover{background-color:var(--gray-200);cursor:pointer}.vox-list-item.hover.gray,.vox-list-item:focus.gray,.vox-list-item:hover.gray{color:var(--purple-100)}.vox-list-item.hover.gray path,.vox-list-item:focus.gray path,.vox-list-item:hover.gray path{fill:var(--purple-100)}.vox-list-item.hover.gray .vox-list-item__toggler:focus,.vox-list-item.hover.gray .vox-list-item__toggler:hover,.vox-list-item:focus.gray .vox-list-item__toggler:focus,.vox-list-item:hover.gray .vox-list-item__toggler:hover{background-color:var(--gray-400-07)}.vox-list-item.hover.violet,.vox-list-item:focus.violet,.vox-list-item:hover.violet{background-color:var(--figViolet)}.vox-list-item.hover .vox-list-item__toggler:before,.vox-list-item:focus .vox-list-item__toggler:before,.vox-list-item:hover .vox-list-item__toggler:before{background-color:var(--gray-300-01)}.vox-list-item:active.violet{background-color:var(--purple-300);color:var(--white)}.vox-list-item:active.violet path{fill:var(--white)}.vox-list-item.active{background-color:var(--gray-300);color:var(--purple-100)}.vox-list-item.active path{fill:var(--purple-100)}.vox-list-item.active.violet{background-color:var(--purple-100);color:var(--white)}.vox-list-item.active.violet path{fill:var(--white)}.vox-list-item.active .vox-list-item__toggler:before{background-color:var(--light-violet)}.vox-list-item.active .vox-list-item__toggler:focus{background-color:transparent}.vox-list-item.active .vox-list-item__toggler:hover{background-color:var(--darkViolet-025)}.vox-list-item.disabled,.vox-list-item.disabled:focus,.vox-list-item.disabled:hover{background-color:var(--gray-300);color:var(--gray-400);cursor:auto}.vox-list-item.divided{border-bottom:1px solid var(--gray-300)}.vox-list-item.divided:last-child{border-color:transparent}.vox-list-item a{color:inherit;text-decoration:none}.vox-list-item a:focus,.vox-list-item a:hover{color:inherit}.vox-list-item__content{align-items:center;display:flex;flex-grow:1;height:100%;position:relative;white-space:nowrap;width:100%}.vox-list-item__content-sup{vertical-align:super;font-size:10px}.vox-list-item__content-text{max-width:100%;overflow-x:hidden;text-overflow:ellipsis}.vox-list-item__toggler{align-items:center;border-radius:var(--borderRadius);display:flex;height:24px;justify-content:center;position:relative;transition:background-color .12s,transform .2s;width:24px}.vox-list-item__toggler:focus{background-color:transparent}.vox-list-item__toggler:hover{background-color:var(--darkViolet-05)}.vox-list-item__toggler:before{background-color:transparent;content:"";height:100%;left:-8px;position:absolute;top:0;width:1px}.vox-list-item__toggler .opened{transform:rotate(180deg)}.vox-list-label{margin-left:8px;white-space:nowrap}.vox-list-label-enter,.vox-list-label-leave-to{opacity:0}.vox-list-label-enter-to,.vox-list-label-leave{opacity:1}.vox-list-label-enter-active{transition:opacity .2s}.vox-list-item-sublist{margin:0;max-height:0;overflow:hidden;padding:8px 8px 0;padding:0;transition:all .2s ease}.vox-list-item-sublist.open{animation:hide-scroll .2s backwards;overflow:auto}.vox-list-item-sublist__divider{border-bottom:1px solid var(--gray-300-01);margin:8px 8px 0}.vox-list-item-sublist.xs{padding:6px 8px 0}.vox-list-item-sublist.xs .vox-list-item-sublist__divider{margin:6px 8px 0}.vox-list-item-sublist.gray .vox-list-item-sublist__divider{border-bottom-color:var(--gray-300)}.vox-list-item-sublist.right{left:100%;position:absolute}.vox-list-item-sublist .vox-list-item__content-text.vox-list-label{margin-left:12px}@keyframes hide-scroll{0%,to{overflow:hidden}}.vox-select{display:flex;align-items:center}.vox-select.disabled{pointer-events:none}.vox-select--s{width:100%}.vox-select--l{min-width:264px;width:100%}.vox-select__label{margin-right:24px;font-size:12px;font-weight:500}.vox-select__input{width:inherit;cursor:pointer}.vox-select__input:focus,.vox-select__input:hover{border-color:var(--purple-100)}.vox-select__input--expanded .vox-input__icon svg{transform:rotate(180deg)}.vox-select__input .vox-input__icon,.vox-select__input--no-input input{pointer-events:none}.vox-select__new-option{width:100%}.vox-select__new-option-info{padding:16px;display:flex;align-items:flex-start}.vox-select__new-option-info p{margin-top:5px;margin-left:4px}.vox-select__input-icon{margin-right:8px}.vox-select__dropdown{max-height:264px}.vox-select__options{left:0;right:auto;min-width:100%;min-height:16px;box-sizing:border-box}.vox-select__options--hidden{pointer-events:none;display:none;opacity:0}.vox-select__options--l{width:inherit;min-width:100%;min-height:24px;font-weight:500}.vox-select__options--l:focus path,.vox-select__options--l:hover path{fill:var(--purple-100)}.vox-select__options--l .vox-select__option{font-size:16px}.vox-select__placeholder{display:flex;align-items:center;flex-direction:column;padding:24px;min-width:150px}.vox-select__placeholder-text{font-size:12px;color:var(--gray-800);text-align:center}.vox-select__placeholder-text.bold{font-weight:500;color:var(--gray-900)}.vox-select__disabled{display:flex;width:100%;padding:0 16px;align-items:center;color:var(--gray-800);background-color:var(--gray-200);border-radius:var(--borderRadius);white-space:nowrap}.vox-select__disabled.xs{height:28px;padding:0 8px}.vox-select__disabled.s{height:32px}.vox-select__disabled.m{height:36px}.vox-select__disabled.l{height:48px;padding:0 24px}.vox-select__disabled.error{border:var(--borderRed)}.vox-select__disabled-link{display:flex;height:100%;padding:0 8px;align-items:center;color:var(--purple-100);cursor:pointer}.vox-list-select{position:relative}.vox-list-select__list{position:absolute;top:calc(100% - 28px);background-color:var(--white);border-radius:var(--borderRadius);box-shadow:var(--shadowBig);z-index:2}.vox-list-select__selected{display:flex;flex-wrap:wrap;padding:16px 0}.vox-list-select-selected-item{display:flex;height:20px;margin-bottom:8px;padding:0 6px;align-items:center;font-size:14px;font-weight:400;line-height:14px;background-color:var(--gray-300);border-radius:var(--borderRadius)}.vox-list-select-selected-item:not(:last-child){margin-right:8px}.vox-list-select-selected-item__remove{margin-left:4px;cursor:pointer}.vox-radio-buttons{display:flex;flex-wrap:wrap;position:relative}.vox-radio-buttons__wrapper{position:relative}.vox-radio-buttons__tooltip{bottom:calc(100% + 16px);top:auto}.vox-radio-buttons.vertical{flex-direction:column}.vox-radio-buttons.error{border:1px solid var(--red-100);border-radius:4px;padding:0 4px}.vox-radio-buttons input:checked+.vox-radio-buttons__input{border-color:var(--purple-100)}.vox-radio-buttons input:checked+.vox-radio-buttons__input .vox-radio-buttons__input-dot{background-color:var(--purple-100)}.vox-radio-buttons label{display:flex;margin-right:24px;height:32px;align-items:center;cursor:pointer}.vox-radio-buttons__label-text{font-size:12px;font-weight:500}.vox-radio-buttons__input{display:flex;margin-right:8px;width:15px;height:15px;justify-content:center;align-items:center;border:2px solid var(--gray-400);border-radius:50%;transition:border-color .12s;transform:scale(1)}.vox-radio-buttons__input-dot{width:5px;height:5px;background-color:transparent;border-radius:50%;transition:background-color .12s}.vox-radio-buttons__input.checked{border-color:var(--purple-100)}.vox-radio-buttons__input.checked .vox-radio-buttons__input-dot{background-color:var(--purple-100)}.vox-range{display:flex;align-items:center;justify-content:space-between;color:var(--gray-400);border-bottom:2px solid var(--gray-400);-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .1s}.vox-range,.vox-range__item{position:relative;width:100%}.vox-range__item{line-height:26px;text-align:right}.vox-range__item:first-child{width:auto;text-align:left}.vox-range__item .vox-range-num{display:inline-block;height:100%;cursor:pointer;transition:color .1s}.vox-range__item .vox-range-num:focus,.vox-range__item .vox-range-num:hover{color:var(--gray-500)}.vox-range__item .vox-range-num.selected{color:var(--purple-100)}.vox-range__border{position:absolute;bottom:-2px;border:var(--border-purple-100)}.vox-range__thumb{position:absolute;top:calc(100% - 4px);width:10px;height:10px;background-color:var(--white);border:2px solid var(--purple-100);border-radius:50%;z-index:1;cursor:pointer}.vox-range:focus{color:var(--gray-500);border-bottom:2px solid var(--gray-500)}.vox-slider-input{align-items:center;color:var(--gray-400);display:flex;flex-direction:column;justify-content:space-between;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.vox-slider-input__line{height:8px;position:relative;top:-3px;width:calc(100% - 4px);//background:red}.vox-slider-input__line:before{border-bottom:2px solid var(--gray-400);border-radius:4px;content:"";position:absolute;top:2px;transition:all .1s;width:100%}.vox-slider-input__line:focus{color:var(--gray-500)}.vox-slider-input__line:focus:before{border-bottom:2px solid var(--gray-500)}.vox-slider-input__line.active,.vox-slider-input__line:hover{cursor:pointer}.vox-slider-input__line.active:before,.vox-slider-input__line:hover:before{border-bottom:2px solid var(--gray-500)}.vox-slider-input__fill{border:var(--border-purple-100);border-radius:4px;bottom:4px;position:absolute}.vox-slider-input__thumb{background-color:var(--white);border:2px solid var(--purple-100);border-radius:50%;cursor:pointer;height:10px;position:absolute;top:-2px;transform:translateX(-5px);width:10px;z-index:1}.vox-slider-input__thumb.active,.vox-slider-input__thumb:focus,.vox-slider-input__thumb:hover{transform:translateX(-5px) scale(1.2)}.vox-slider-input__item{line-height:26px;position:relative;text-align:right;width:100%}.vox-slider-input__item:first-child{text-align:left;width:auto}.vox-slider-input__item .vox-slider-input-num{cursor:pointer;display:inline-block;height:100%;transition:color .1s}.vox-slider-input__item .vox-slider-input-num:focus,.vox-slider-input__item .vox-slider-input-num:hover{color:var(--gray-500)}.vox-slider-input__item .vox-slider-input-num.selected{color:var(--purple-100)}.vox-slider-input__input{width:100%}.vox-dropzone-wrapper{width:100%;position:relative}.vox-dropzone-wrapper .ellipsis-text{display:inline-block;max-width:calc(100% - 120px);vertical-align:middle;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis}.vox-dropzone-wrapper .vox-dropzone-input{position:absolute;left:0;top:0;width:inherit;height:100%;opacity:0;cursor:pointer}.vox-dropzone-wrapper .vox-dropzone{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:80px;padding:16px;border:1px dashed var(--gray-400);border-radius:var(--borderRadius);transition:border-color .1s;cursor:copy;margin-bottom:8px}.vox-dropzone-wrapper .vox-dropzone:hover{border-color:var(--gray-700)}.vox-dropzone-wrapper .vox-dropzone.active,.vox-dropzone-wrapper .vox-dropzone:focus{border-color:var(--purple-100)}.vox-dropzone-wrapper .vox-dropzone.error{border-color:var(--red-100)}.vox-dropzone-wrapper .vox-dropzone__tooltip{bottom:calc(100% + 16px);top:auto}.vox-dropzone-wrapper .vox-dropzone__content{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.vox-dropzone-wrapper .vox-dropzone__text{width:100%;text-align:center;line-height:24px;display:flex;align-items:center;justify-content:center}.vox-dropzone-wrapper .vox-dropzone__text-icon{margin-right:8px}.vox-dropzone-wrapper .vox-dropzone__note{margin-top:10px;font-style:normal;font-weight:400;font-size:12px;line-height:20px;color:var(--gray-500);text-align:center}.vox-dropzone-wrapper .vox-dropzone__button{z-index:1}.vox-dropzone-wrapper .vox-dropzone__uploaded-wrapper{margin-bottom:8px}.vox-dropzone-wrapper .vox-dropzone__uploaded-wrapper.error{border:1px dashed var(--red-100)}.vox-dropzone-wrapper .vox-dropzone__uploaded{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:var(--gray-200);border-radius:4px;height:28px}.vox-dropzone-wrapper .vox-dropzone__uploaded:not(:last-child){margin-bottom:8px}.vox-dropzone-wrapper .vox-dropzone__uploaded-icon{margin-right:4px}.vox-dropzone-wrapper .vox-dropzone__uploaded-size{white-space:nowrap;margin-right:16px}.vox-dropzone-wrapper .vox-dropzone__uploaded-name{overflow:hidden;text-overflow:ellipsis;margin-right:8px;white-space:nowrap}.vox-dropzone-wrapper .vox-dropzone__uploaded-btn{display:flex;align-items:center;justify-content:center;cursor:pointer;width:28px;flex:0 0 28px;height:28px}.vox-dropzone-wrapper .vox-dropzone__uploaded-btn.active path,.vox-dropzone-wrapper .vox-dropzone__uploaded-btn:active path,.vox-dropzone-wrapper .vox-dropzone__uploaded-btn:focus path,.vox-dropzone-wrapper .vox-dropzone__uploaded-btn:hover path{fill:var(--gray-800)}.vox-dropzone-wrapper .vox-dropzone-table-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.vox-dropzone-wrapper .vox-dropzone-table-wrapper .vox-dropzone-input{height:100%}.vox-dropzone-wrapper .vox-dropzone-table-scroll{position:relative;height:100%;border:var(--border-gray-300);border-radius:var(--borderRadius);overflow-y:hidden;overflow-x:auto}.vox-dropzone-wrapper .vox-dropzone-table{max-height:300px;height:100%;font-weight:500;color:var(--gray-900);pointer-events:none}.vox-dropzone-wrapper .vox-dropzone-table.blurred:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(to top,transparent 0,var(--gray-100) 1px,transparent 25%);pointer-events:none}.vox-dropzone-wrapper .vox-dropzone-table table{background-color:var(--white)}.vox-dropzone-wrapper .vox-dropzone-table__icon{margin:0 8px;cursor:pointer}.vox-dropzone-wrapper .vox-dropzone-table tr{height:32px}.vox-dropzone-wrapper .vox-dropzone-table tr:first-child td{border-top:none}.vox-dropzone-wrapper .vox-dropzone-table th{text-align:initial}.vox-dropzone-wrapper .vox-dropzone-table td{padding:8px 16px;text-align:center;border:var(--border-gray-300)}.vox-dropzone-wrapper .vox-dropzone-table td:first-child{text-align:left;border-left:none}.vox-dropzone-wrapper .vox-dropzone-table td:last-child{text-align:right;border-right:none}.vox-dropzone-wrapper .hover{border-color:var(--gray-600);cursor:copy}.vox-dropzone-wrapper .hidden{height:0;padding:0;opacity:0;z-index:-1;pointer-events:none}.vox-search__input{min-width:175px;max-width:50vw;font-size:12px}.vox-search__input .vox-input--xs{height:26px;padding-bottom:0}.vox-search__dropdown{max-height:264px}.vox-search__prompts{display:none;position:absolute;left:0;right:auto;margin-top:4px}.vox-search__prompts li{height:32px;font-size:14px}.vox-search__prompts--visible{display:block;min-width:100%;min-height:16px}.vox-dnd-list{color:var(--gray-600);font-size:14px;font-weight:400}.vox-dnd-list__row{display:flex;align-items:center;height:48px;padding:0 8px}.vox-dnd-list__row:focus .vox-dnd-list__label .vox-svg,.vox-dnd-list__row:hover .vox-dnd-list__label .vox-svg{display:inline-flex}.vox-dnd-list__row--placeholder{color:var(--gray-900);font-weight:500;font-size:12px;align-items:flex-start}.vox-dnd-list__placeholder-text{margin-top:4px;font-size:12px;line-height:18px}.vox-dnd-list__row-icon{width:24px;justify-content:center;margin-right:8px}.vox-dnd-list__label,.vox-dnd-list__row-icon{display:flex;align-items:center}.vox-dnd-list__label .vox-svg{display:none;margin-left:4px;cursor:pointer}.vox-dnd-list__draggable{font-size:14px;background-color:var(--white);border:var(--border-gray-300);border-radius:4px;margin-bottom:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:grab}.vox-dnd-list__draggable .drag-icon{fill:var(--gray-200)}.vox-dnd-list__draggable.dragged{box-shadow:var(--shadowBig);border:var(--border-gray-400);pointer-events:auto!important;cursor:grabbing!important}.vox-dnd-list__draggable.dragged:focus,.vox-dnd-list__draggable.dragged:hover{cursor:grabbing!important}.vox-dnd-list__draggable.dragged .drag-icon{fill:var(--gray-400)}.vox-dnd-list__header{font-weight:700;font-size:12px}.vox-dnd-list__warning-icon{display:flex;align-items:center;cursor:pointer}.vox-dnd-list__warning-msg{width:191px;padding:20px 24px;color:var(--gray-900);font-size:14px;line-height:20px}.vox-select-with-input__options{left:-8px;min-width:100%}.vox-select-with-input--hidden-input>.vox-input-and-btn>.vox-input>input{width:0;min-width:0}.vox-select-with-input--hidden-input .dropdown{width:100%}.vox-select-with-input--hidden-input .vox-select-with-input__options{width:calc(100 + 16px)}.vox-multiselect{flex-shrink:0}.vox-multiselect__head{cursor:pointer;height:32px;padding:8px;font-size:12px;border:var(--border-gray-400);border-radius:var(--borderRadius)}.vox-multiselect__head:hover{border-color:var(--gray-500)}.vox-multiselect__head.active,.vox-multiselect__head:active,.vox-multiselect__head:focus{border-color:var(--purple-100)}.vox-multiselect__body{left:0;min-width:-moz-fit-content;min-width:fit-content}.vox-multiselect__search{padding:8px;padding-bottom:0}.vox-multiselect__search .vox-svg{margin-right:4px}.vox-multiselect__checkboxes{width:350px;display:flex;flex-wrap:wrap;padding:16px;max-height:200px}.vox-multiselect__checkbox{flex:1 0 50%;font-size:12px}.vox-multiselect__selected{position:relative;display:flex;min-height:54px;padding:16px 16px 16px 8px;border-bottom:var(--border-gray-300);overflow:hidden}.vox-multiselect__selected:not(:last-child){margin-right:4px}.vox-multiselect__selected.collapsed{height:54px}.vox-multiselect__selected.collapsed .vox-multiselect__selected-tag{margin-bottom:17px}.vox-multiselect__selected.collapsed .vox-multiselect__selected-shevrone{transform:rotate(180deg)}.vox-multiselect__selected-items{position:absolute;display:flex;flex-wrap:wrap}.vox-multiselect__selected-shevrone{position:absolute;right:8px;top:18px;height:16px;transition:all .1s ease;cursor:pointer}.vox-multiselect__selected-tag{padding:2px 4px;background-color:var(--gray-200);border-radius:4px;width:auto;margin-right:8px;margin-bottom:8px;font-size:12px;line-height:16px;display:flex;align-items:center;height:20px;color:var(--gray-800)}.vox-multiselect__selected-close{font-weight:700;margin-left:4px;cursor:pointer;font-size:17px;width:10px;height:10px;background:url(/img/close.21446b95.svg) 50% no-repeat}.vox-multiselect__footer{display:flex;padding:16px;border-top:var(--border-gray-300)}.vox-multiselect__footer-btn{margin-right:16px}.vox-multiselect__placeholder{margin-top:8px;color:var(--gray-500);font-size:12px;line-height:18px;padding:0 8px;display:flex}.vox-multiselect__placeholder-text{margin-top:4px;margin-left:4px;font-weight:500;color:var(--gray-900)}@media screen and (max-width:767px){.vox-multiselect .vox-multiselect__body{width:100%;min-width:auto}.vox-multiselect .vox-multiselect__checkboxes{width:auto}.vox-multiselect .vox-multiselect__options{width:100%}}@media screen and (max-width:414px){.vox-multiselect .vox-multiselect__checkbox{flex:1 0 100%}}.vox-date-time-picker-wrapper.single{max-width:288px}.vox-date-time-picker-wrapper.single .vox-date-time-picker{width:288px}.vox-date-time-picker-wrapper.single .subpicker{width:calc(100% - 32px)}.vox-date-time-input{width:311px;cursor:pointer}.vox-date-time-input input{pointer-events:none}.vox-date-time-input.en12{width:350px}.vox-date-time-input.h12{width:352px}.vox-date-time-input.date-only{width:194px}.vox-date-time-input.single{width:100%}.vox-date-time-picker{left:0;right:auto;width:576px;font-size:14px}.vox-date-time-picker__input-tooltip{width:250px}.vox-date-time-picker__btn-container{display:flex;width:100%}.vox-date-time-picker__presets{display:flex;align-items:center;margin-bottom:16px}.vox-date-time-picker__presets-title{font-weight:500;font-size:12px;margin-right:8px}.vox-date-time-picker__presets-list{display:flex}.vox-date-time-picker__presets-item{font-size:12px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:10px;background-color:var(--white);padding:0 6px;color:var(--gray-600);cursor:pointer;transition:color .12s,background-color .12s;margin-left:4px;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vox-date-time-picker__presets-item:focus,.vox-date-time-picker__presets-item:hover{background-color:var(--gray-200)}.vox-date-time-picker__presets-item.active,.vox-date-time-picker__presets-item:active{color:var(--white);background-color:var(--purple-100)}.vox-date-time-picker__line-title{width:50%;font-weight:500}.vox-date-time-picker__line{min-height:48px}.vox-date-time-picker__line:not(:last-child):not(.inputs){border-bottom:var(--border-gray-300)}.vox-date-time-picker__line.double{display:flex;align-items:center}.vox-date-time-picker__line.double>*{width:50%;text-align:center}.vox-date-time-picker__line.divided>*{height:100%}.vox-date-time-picker__line.from-to{height:32px}.vox-date-time-picker__line.pickers{height:auto;align-items:flex-start}.vox-date-time-picker__line.footer{height:auto;display:flex;flex-direction:column;padding:11px 16px;justify-content:space-between;align-items:flex-start}.vox-date-time-picker__line.footer .vox-button:not(:first-child){margin-left:8px}.vox-date-time-picker__inputs-title{font-weight:500;margin-right:16px;margin-bottom:8px;display:none;text-align:left}.vox-date-time-picker__inputs{display:flex;padding:8px 16px;justify-content:space-between}.vox-date-time-picker__inputs.date-only .date-input{width:100%}.vox-date-time-picker__inputs .date-input .vox-input{width:82px}.vox-date-time-picker__inputs .h12-input .vox-input{width:88px}.vox-date-time-picker__inputs .h24-input{padding-left:16px}.vox-date-time-picker__inputs .vox-label,.vox-date-time-picker__inputs .vox-label__wrapper{margin-right:0}.vox-date-time-picker__inputs .vox-label{padding-right:8px}.vox-date-time-picker__h12{display:flex;margin-right:-4px;flex-basis:22px;height:20px;flex-shrink:0;align-items:center;justify-content:center;font-size:10px;background-color:var(--gray-300);border-radius:var(--borderRadius);transition:background-color .12s;cursor:pointer}.vox-date-time-picker__h12:focus,.vox-date-time-picker__h12:hover{background-color:var(--gray-400)}.vox-date-time-picker__switcher-btn{padding:4px 6px;border-radius:4px}.vox-date-time-picker__switcher-btn:focus,.vox-date-time-picker__switcher-btn:hover{background-color:var(--gray-200)}.vox-date-time-picker__switcher-btn.active,.vox-date-time-picker__switcher-btn:active{background-color:var(--gray-300)}.vox-date-time-picker__shift-btn{border-radius:4px}.vox-date-time-picker__shift-btn:focus,.vox-date-time-picker__shift-btn:hover{background-color:var(--gray-300)}.vox-date-time-picker__switcher{position:relative;display:flex;height:100%;padding:12px;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vox-date-time-picker__switcher button{font-size:inherit;font-family:inherit;color:inherit}.vox-date-time-picker__switcher .vox-svg{cursor:pointer}.vox-date-time-picker__switcher .vox-svg:focus path,.vox-date-time-picker__switcher .vox-svg:hover path{fill:var(--purple-100)}.vox-date-time-picker__switcher .vox-svg.disabled path{fill:var(--white);pointer-events:none}.vox-date-time-picker__switcher .vox-svg.arrow-l{padding-bottom:1px;transform:rotate(180deg)}.vox-date-time-picker__switcher .picked{display:flex;flex-basis:50%;justify-content:center}.vox-date-time-picker__switcher .picked div{cursor:pointer}.vox-date-time-picker__switcher .subpicker{position:absolute;top:47px;left:16px;display:none;width:calc(50% - 32px);font-size:12px;background-color:var(--white);border:var(--border-gray-300);border-radius:var(--borderRadius);box-shadow:var(--shadowMedium)}.vox-date-time-picker__switcher .subpicker.visible{display:block}.vox-date-time-picker__switcher .subpicker.right{left:auto;right:16px}.vox-date-time-picker__switcher .subpicker .months,.vox-date-time-picker__switcher .subpicker .years{display:flex;flex-wrap:wrap}.vox-date-time-picker__switcher .subpicker .months>button,.vox-date-time-picker__switcher .subpicker .years>button{width:33.33333%;padding:8px;text-align:center;border-radius:var(--borderRadius);transition:background-color .12s}.vox-date-time-picker__switcher .subpicker .months>button:focus:not(.current),.vox-date-time-picker__switcher .subpicker .months>button:hover:not(.current),.vox-date-time-picker__switcher .subpicker .years>button:focus:not(.current),.vox-date-time-picker__switcher .subpicker .years>button:hover:not(.current){background-color:var(--gray-200);cursor:pointer}.vox-date-time-picker__switcher .subpicker .months>button.current,.vox-date-time-picker__switcher .subpicker .years>button.current{color:var(--purple-100)}.vox-date-time-picker__switcher .subpicker .months>button.disabled,.vox-date-time-picker__switcher .subpicker .years>button.disabled{color:var(--gray-400);pointer-events:none}.vox-date-time-picker__switcher .subpicker .years>div{width:25%}.vox-date-time-picker__year-switcher{padding:4px 6px;border-radius:4px}.vox-date-time-picker__year-switcher:focus,.vox-date-time-picker__year-switcher:hover{background-color:var(--gray-200)}.vox-date-time-picker__picker{padding:12px 18px;min-height:225px}.vox-date-time-picker__picker .weekdays{display:grid;grid-row-gap:2px;grid-template-columns:repeat(7,1fr);height:22px;color:var(--gray-500);text-transform:uppercase;justify-content:space-between;justify-items:center}.vox-date-time-picker__picker .weekdays .weekday{padding:0 4px}.vox-date-time-picker__picker .dates{display:grid;width:251px;grid-row-gap:2px;grid-template-columns:repeat(7,1fr)}.vox-date-time-picker__picker .dates .date{display:flex;justify-content:center;transition:background-color .12s}.vox-date-time-picker__picker .dates .date:nth-child(7n+1){border-bottom-left-radius:var(--borderRadius);border-top-left-radius:var(--borderRadius)}.vox-date-time-picker__picker .dates .date:nth-child(7n){border-bottom-right-radius:var(--borderRadius);border-top-right-radius:var(--borderRadius)}.vox-date-time-picker__picker .dates .date .cute-box{color:inherit;font:inherit}.vox-date-time-picker__picker .dates .date.inRange{color:var(--white);background-color:var(--purple-100);transition:color .12s}.vox-date-time-picker__picker .dates .date.inRange:nth-child(7n){background:linear-gradient(-90deg,var(--white) 50%,var(--purple-100) 50%)}.vox-date-time-picker__picker .dates .date.inRange:nth-child(7n+1):not(:nth-child(7n)):not(.to){background:linear-gradient(90deg,var(--white) 50%,var(--purple-100) 50%)}.vox-date-time-picker__picker .dates .date.inRange .cute-box{background-color:var(--purple-100)}.vox-date-time-picker__picker .dates .date.inRange .cute-box:focus,.vox-date-time-picker__picker .dates .date.inRange .cute-box:hover{background-color:var(--purple-200)}.vox-date-time-picker__picker .dates .date.inRange.from{background:transparent;border-bottom-left-radius:var(--borderRadius);border-top-left-radius:var(--borderRadius)}.vox-date-time-picker__picker .dates .date.inRange.from:not(:nth-child(7n)):not(.last){background:linear-gradient(90deg,var(--white) 50%,var(--purple-100) 50%)}.vox-date-time-picker__picker .dates .date.inRange.from:not(:nth-child(7n)):not(.last) .cute-box{border-bottom-right-radius:0;border-top-right-radius:0}.vox-date-time-picker__picker .dates .date.inRange.from.last{background-color:transparent}.vox-date-time-picker__picker .dates .date.inRange.from .cute-box{background-color:var(--purple-300)}.vox-date-time-picker__picker .dates .date.inRange.from .cute-box.current{pointer-events:all}.vox-date-time-picker__picker .dates .date.inRange.to{background:transparent;border-bottom-right-radius:var(--borderRadius);border-top-right-radius:var(--borderRadius)}.vox-date-time-picker__picker .dates .date.inRange.to:not(:nth-child(7n+1)):not(.first){background:linear-gradient(-90deg,var(--white) 50%,var(--purple-100) 50%)}.vox-date-time-picker__picker .dates .date.inRange.to:not(:nth-child(7n+1)):not(.first) .cute-box{border-bottom-left-radius:0;border-top-left-radius:0}.vox-date-time-picker__picker .dates .date.inRange.to .cute-box{background-color:var(--purple-300)}.vox-date-time-picker__picker .dates .date.inRange.to .cute-box.current{pointer-events:all}.vox-date-time-picker__picker .dates .date.inRange.first:not(.outsider):not(.from):not(:nth-child(7n)){border-bottom-left-radius:var(--borderRadius);border-top-left-radius:var(--borderRadius)}.vox-date-time-picker__picker .dates .date.inRange.first:not(.outsider):not(.from):not(:nth-child(7n)):not(:nth-child(7n+1)):not(.to){margin-left:6px}.vox-date-time-picker__picker .dates .date.inRange.last:not(.outsider):not(.to):not(:nth-child(7n)){border-bottom-right-radius:var(--borderRadius);border-top-right-radius:var(--borderRadius)}.vox-date-time-picker__picker .dates .date.outsider{opacity:0;pointer-events:none}.vox-date-time-picker__picker .dates .date .cute-box{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:var(--borderRadius);transition:background-color .12s;cursor:pointer}.vox-date-time-picker__picker .dates .date .cute-box:focus,.vox-date-time-picker__picker .dates .date .cute-box:hover{background-color:var(--gray-200)}.vox-date-time-picker__picker .dates .date .cute-box.current{color:var(--white);background-color:var(--purple-100);transition:color .12s;pointer-events:none}.vox-date-time-picker__picker .dates .date .cute-box.today{border:var(--border-purple-100);transition:border-color .12s}.vox-date-time-picker__picker .dates .date .cute-box.today:focus,.vox-date-time-picker__picker .dates .date .cute-box.today:hover{border-color:var(--gray-600)}.vox-date-time-picker__picker .dates .date .cute-box.disabled{color:var(--gray-600);pointer-events:none}@media screen and (max-width:767px){.from-to.double{display:none}.vox-date-time-picker__inputs-wrapper{flex-wrap:wrap}.picked__left{display:none!important}.vox-date-time-picker__picker.left{display:none}.vox-date-time-picker{width:253px}.vox-date-time-picker .vox-date-time-picker__picker .dates{width:100%}.vox-date-time-picker .vox-date-time-picker__picker .date .cute-box{width:24px}.vox-date-time-picker__presets-title{display:none}.vox-date-time-picker__presets{align-items:flex-start}.vox-date-time-picker__presets-list{flex-wrap:wrap}.vox-date-time-picker__presets-item{margin-bottom:4px}.vox-date-time-picker__inputs{display:flex;align-items:flex-end}.vox-date-time-picker__inputs-title{display:block}.vox-date-time-picker-wrapper{flex:1 0 100%;max-width:100%;width:100%}.vox-date-time-input{width:100%!important}.vox-date-time-picker-wrapper.single{max-width:100%}.vox-date-time-picker-wrapper.single .vox-date-time-picker,.vox-date-time-picker__line.double>*{width:100%}}.icon-picker{width:48px}.icon-picker .dropdown__body{right:auto;left:0}.icon-picker__head{cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.icon-picker__body{display:grid;grid-template-columns:repeat(auto-fill,minmax(25px,1fr));width:148px;padding:4px;grid-gap:4px}.icon-picker__input{border-radius:var(--borderRadius);border:var(--border-gray-400);display:flex;align-items:center;justify-content:center;padding:2px;transition:all .3s ease}.icon-picker__input:focus,.icon-picker__input:hover{border-color:var(--gray-500)}.icon-picker__input.active{border-color:var(--purple-100)}.icon-picker__input path{fill:var(--purple-100)}.icon-picker__toggler{padding:0 2px}.icon-picker__icon{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:2px;border-radius:4px}.icon-picker__icon path{fill:var(--purple-100)}.icon-picker__icon:focus,.icon-picker__icon:hover{background-color:var(--gray-200)}.icon-picker__icon:active{background-color:var(--gray-300)}.vox-month-picker{font-weight:400}.vox-month-picker__container{width:100%}.vox-month-picker__wrapper{flex:1 0 100%;max-width:100%;width:100%}.vox-month-picker__input{width:100%;cursor:pointer}.vox-month-picker__months{display:grid;grid-gap:4px;align-items:center;grid-template-columns:repeat(3,1fr);padding:0 8px 8px 8px;border-bottom:var(--border-gray-300)}.vox-month-picker__month{text-align:center;cursor:pointer;padding:6px;border-radius:4px}.vox-month-picker__month:focus,.vox-month-picker__month:hover{background-color:var(--gray-200)}.vox-month-picker__month.selected{background-color:var(--purple-100);color:var(--white)}.vox-month-picker__month.selected:focus,.vox-month-picker__month.selected:hover{background-color:var(--purple-300)}.vox-month-picker__month.disabled{color:var(--gray-400);pointer-events:none}.vox-month-picker__year{pointer-events:none}.vox-month-picker__switcher{display:flex;padding:10px;width:100%;justify-content:space-between;align-items:center}.vox-month-picker__switcher .vox-svg{cursor:pointer}.vox-month-picker__switcher .vox-svg:focus path,.vox-month-picker__switcher .vox-svg:hover path{fill:var(--purple-100)}.vox-month-picker__switcher .vox-svg.disabled path{fill:var(--white);pointer-events:none}.vox-month-picker__switcher .vox-svg.arrow-l{padding-bottom:1px;transform:rotate(180deg)}.vox-month-picker__footer{display:flex;width:100%;justify-content:flex-end;padding:6px}.vox-wysiwyg{flex:1 0;width:100%;max-width:100%;position:relative}.vox-wysiwyg__container{font-size:14px;font-weight:400;border:1px solid var(--purple-100);border-radius:4px;width:100%;padding:8px;transition:border-color .18s}.vox-wysiwyg__container.bordered{border:var(--border-gray-400);border-radius:var(--borderRadius)}.vox-wysiwyg__container.underlined{border-bottom:var(--border-gray-400);padding-left:0;padding-right:0}.vox-wysiwyg__container.borderless{border:none;padding:0 0}.vox-wysiwyg__container:focus,.vox-wysiwyg__container:hover{border-color:var(--gray-500)}.vox-wysiwyg__container.active,.vox-wysiwyg__container.active:focus,.vox-wysiwyg__container.active:hover,.vox-wysiwyg__container:active,.vox-wysiwyg__container:focus-within{color:var(--gray-900);border-color:var(--purple-100)}.vox-wysiwyg__container.active .vox-input__icon,.vox-wysiwyg__container.active:focus .vox-input__icon,.vox-wysiwyg__container.active:hover .vox-input__icon,.vox-wysiwyg__container:active .vox-input__icon,.vox-wysiwyg__container:focus-within .vox-input__icon{cursor:pointer}.vox-wysiwyg__container.active .vox-input__svg,.vox-wysiwyg__container.active:focus .vox-input__svg,.vox-wysiwyg__container.active:hover .vox-input__svg,.vox-wysiwyg__container:active .vox-input__svg,.vox-wysiwyg__container:focus-within .vox-input__svg{fill:var(--purple-100)}.vox-wysiwyg__container.active .vox-input__number-controls,.vox-wysiwyg__container.active:focus .vox-input__number-controls,.vox-wysiwyg__container.active:hover .vox-input__number-controls,.vox-wysiwyg__container:active .vox-input__number-controls,.vox-wysiwyg__container:focus-within .vox-input__number-controls{border-color:var(--purple-100)}.vox-wysiwyg__container.error,.vox-wysiwyg__container.error .vox-input__number-controls,.vox-wysiwyg__container.error:focus,.vox-wysiwyg__container.error:focus .vox-input__number-controls,.vox-wysiwyg__container.error:focus-within,.vox-wysiwyg__container.error:focus-within .vox-input__number-controls,.vox-wysiwyg__container.error:hover,.vox-wysiwyg__container.error:hover .vox-input__number-controls{border-color:var(--red-100)}.vox-wysiwyg__content{min-height:80px;max-height:400px;max-width:100%;position:relative;font-family:inherit;font-size:14px;font-weight:400}.vox-wysiwyg__content>div{position:relative;min-height:calc(100% - 8px);max-width:100%}.vox-wysiwyg__content code{padding:0 4px;border-radius:4px;font-weight:700;background:var(--gray-200);color:var(--darkViolet)}.vox-wysiwyg__content pre{font-size:12px;background-color:var(--gray-200);padding:16px;font-family:var(--fontRobotoMono);color:var(--darkViolet);border-radius:8px;line-height:18px;margin:0;overflow-y:auto}.vox-wysiwyg__content pre::-webkit-scrollbar{width:8px;height:8px}.vox-wysiwyg__content pre::-webkit-scrollbar-track{background-color:transparent}.vox-wysiwyg__content pre::-webkit-scrollbar-thumb,.vox-wysiwyg__content pre::-webkit-scrollbar-track{border-right:4px solid var(--white);-webkit-transition:background-color .1s;transition:background-color .1s;border-right:none;border-radius:4px}.vox-wysiwyg__content pre::-webkit-scrollbar-thumb{background-color:var(--gray-400-07)}.vox-wysiwyg__content pre:focus::-webkit-scrollbar-track,.vox-wysiwyg__content pre:hover::-webkit-scrollbar-track{background-color:transparent}.vox-wysiwyg__content a,.vox-wysiwyg__content a:active,.vox-wysiwyg__content a:visited{color:var(--purple-100);text-decoration:none}.vox-wysiwyg__content td{border:var(--border-gray-400);padding:4px}.vox-wysiwyg__content ul{list-style-type:disc}.vox-wysiwyg__content ol,.vox-wysiwyg__content ul{padding-left:16px}.vox-wysiwyg__content h1{font-size:20px}.vox-wysiwyg__content h2{font-size:18px}.vox-wysiwyg__content h3{font-size:16px}.vox-wysiwyg__content blockquote,.vox-wysiwyg__content h1,.vox-wysiwyg__content h2,.vox-wysiwyg__content h3,.vox-wysiwyg__content ol,.vox-wysiwyg__content p,.vox-wysiwyg__content pre,.vox-wysiwyg__content ul{margin:8px 0}.vox-wysiwyg__content blockquote{border-left:3px solid var(--gray-400);padding-left:16px;font-style:italic}.vox-wysiwyg__menu button{margin-right:4px;display:inline-flex;align-items:center;justify-content:center;padding:2px 4px;border-radius:2px}.vox-wysiwyg__menu button path{fill:var(--gray-900)}.vox-wysiwyg__menu button:focus,.vox-wysiwyg__menu button:hover{background-color:var(--gray-200)}.vox-wysiwyg__menu button:focus path,.vox-wysiwyg__menu button:hover path{fill:var(--gray-800)}.vox-wysiwyg__menu button.active,.vox-wysiwyg__menu button:active{background-color:var(--gray-300)}.vox-wysiwyg__menu button.active path,.vox-wysiwyg__menu button:active path{fill:var(--gray-800)}.vox-wysiwyg__menu button svg{width:14px;height:14px}.vox-wysiwyg p.is-editor-empty:first-child:before{content:attr(data-empty-text);float:left;color:#aaa;pointer-events:none;height:0;font-weight:400}.vox-form{font-size:12px;font-weight:500}.vox-form__label-wrap{display:flex;line-height:20px;padding-bottom:4px}.vox-form .tablet-desktop-only{width:100%}.vox-form .vertical-align{vertical-align:top}.vox-form .vertical-align .vox-label{margin-top:7px}.vox-form__field:not(:first-child) .vox-form__input-wrapper,.vox-form__field:not(:first-child) .vox-form__label{margin-top:16px}.vox-form__field .vox-checkbox{height:16px}.vox-form__field .vox-dropzone-wrapper{margin-top:0}.vox-form__field-label{white-space:nowrap;width:.1%}.vox-form__label{align-items:center;display:flex}.vox-form__input-wrapper{display:flex;width:100%}.vox-form__input-258{width:258px}.vox-form__input{flex-grow:1}.vox-form__input-btn{margin-left:8px}.vox-form-error{color:var(--red-100);padding-top:8px}.vox-form-columns{align-items:end;display:none;flex-wrap:wrap;justify-content:space-between}.vox-form-columns--1{display:grid;grid-gap:16px;grid-template-columns:minmax(0,1fr);grid-template-rows:auto}.vox-form-columns--2{display:grid;grid-gap:16px;grid-template-columns:1fr 1fr;grid-template-rows:auto}.vox-form-columns--2 .full-width{grid-column:1/span 2;width:100%}.vox-form-columns--2 .half-width{grid-column:1/-1;width:calc(50% - 8px)}.vox-form-columns__item{position:relative;min-width:0}.vox-form-columns__item.dropzone,.vox-form-columns__item.radio{flex-basis:100%}.vox-form-columns .vox-label{flex-direction:row;line-height:20px;padding-bottom:4px}.vox-form-columns .vox-label__tooltip{bottom:32px}.vox-form-columns .vox-label__tooltip--bottom{bottom:-80px}.vox-form-table{width:100%}.fake-input{font-size:0;height:0;line-height:0;opacity:0;pointer-events:none;width:0;z-index:-1}.vox-inner-form__label{font-size:16px;line-height:20px;padding-top:16px}.vox-form-columns__item:first-of-type .vox-inner-form__label{padding-top:0}.vox-inner-form__label--with-form{padding-bottom:16px}@media screen and (max-width:767px){.vox-form .vox-form__field{display:block;margin-top:16px}.vox-form .vox-form__field-label{display:block;width:auto}.vox-form .vox-form__field-input{display:block;width:100%}.vox-form .vox-form__input-wrapper,.vox-form .vox-form__label{margin-top:0!important}.vox-form-columns{grid-template-columns:1fr}.vox-form-columns .full-width{grid-column:1/span 1}.vox-form-columns .half-width{width:100%}}.tooltip-wrap[data-v-83823f46]{position:relative;width:-moz-fit-content;width:fit-content}.tooltip-wrap .icon[data-v-83823f46]{position:absolute}.tooltip-wrap .tooltip[data-v-83823f46]{border:1px solid var(--gray-200);border-radius:4px;bottom:20px;box-shadow:var(--shadowBig);max-width:30vw;min-width:200px;padding:18px 16px 14px;position:absolute;width:-moz-max-content;width:max-content}.tooltip-wrap .message[data-v-83823f46]{font-size:12px;line-height:16px}.tooltip-wrap .button-close[data-v-83823f46]{cursor:pointer;position:absolute;right:6px;top:6px}.tooltip-wrap .white[data-v-83823f46]{background-color:var(--white);color:var(--sui-gray-900)}.tooltip-wrap .dark[data-v-83823f46]{background-color:var(--sui-gray-900);color:var(--white)}.closed[data-v-83823f46]{display:none}.right .tooltip[data-v-83823f46]{right:calc(100% - 40px)}.fade-enter-active[data-v-83823f46],.fade-leave-active[data-v-83823f46]{transition:opacity .2s}.fade-enter[data-v-83823f46],.fade-leave-to[data-v-83823f46]{opacity:0}.auth-key-indicator-list[data-v-b30e64dc]{display:grid;gap:32px 24px;grid-template-columns:repeat(2,1fr)}.auth-key-indicator-list .icon[data-v-b30e64dc]{margin-bottom:16px}.auth-key-indicator-list .icon[data-v-b30e64dc]:last-child{margin-bottom:0}.auth-key-indicator-list .header[data-v-b30e64dc]{font-weight:500;font-size:16px;line-height:24px;margin-bottom:4px}.auth-key-indicator-list .header[data-v-b30e64dc]:last-child{margin-bottom:0}.auth-key-indicator-list .description[data-v-b30e64dc]{font-size:16px;line-height:24px}.billing-address__address-info[data-v-3772fc2c]{margin-top:27px}.fade-enter-active[data-v-62c727a0],.fade-leave-active[data-v-62c727a0]{transition:opacity .15s linear}.fade-enter[data-v-62c727a0],.fade-leave-to[data-v-62c727a0]{opacity:0}.auth[data-v-62c727a0]{--auth-bg:#f7f8fb;--auth-gutter:16px;color:var(--sui-gray-900);display:grid;grid-auto-flow:column;grid-gap:20px;height:100vh;grid-template-columns:1fr;padding:29px 20px}.auth .tos .link[data-v-62c727a0]{color:var(--purple-100)}.form-content .header[data-v-62c727a0]{margin:40px 0 16px}.form-content .header .link[data-v-62c727a0]{display:block}.form-content .body[data-v-62c727a0]{margin:auto 0}.form-content .logo[data-v-62c727a0]{color:var(--sui-purple-900)}.form-content .container[data-v-62c727a0]{max-width:344px;margin:0 auto;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.form-content .recaptcha[data-v-62c727a0]{margin:40px 0}.frame[data-v-62c727a0]{height:100%;overflow:hidden;padding:calc(var(--auth-gutter)*2) var(--auth-gutter) 0;background-color:var(--auth-bg);display:none}.frame .header[data-v-62c727a0]{position:relative;background-color:var(--auth-bg);margin-bottom:52px}.frame .header .container[data-v-62c727a0]{max-width:617px;width:100%;margin:0 auto}.frame .header .key-list[data-v-62c727a0]{margin-top:32px}.frame .body[data-v-62c727a0]{position:relative;padding-bottom:81%;height:0;width:100%;margin-top:auto}.frame .title[data-v-62c727a0]{font-size:32px;font-weight:500;line-height:40px;margin-bottom:18px}.frame .lead[data-v-62c727a0]{font-size:16px;line-height:24px}.frame .video-container[data-v-62c727a0]{position:absolute;top:0;left:50%;transform:translate3d(-50%,0,0);width:calc(100% + var(--auth-gutter)*2);height:calc(100% + var(--auth-gutter)*2)}.frame .video-container .video[data-v-62c727a0]{height:100%;left:0;position:absolute;top:0;width:100%}.frame .video-container video[poster][data-v-62c727a0]{-o-object-fit:cover;object-fit:cover}@media screen and (min-width:1024px){.auth[data-v-62c727a0]{--auth-gutter:24px;grid-template-columns:repeat(2,1fr)}.frame[data-v-62c727a0]{display:flex;flex-direction:column;padding-bottom:calc(var(--auth-gutter)*2)}}@media screen and (min-width:1440px){.auth[data-v-62c727a0]{grid-gap:32px;padding:29px 32px}}.billing-address{padding-top:32px}.billing-address__title{font-size:16px;font-weight:500;line-height:24px;padding-bottom:8px}.billing-address__descr{color:var(--favorite);padding-bottom:32px}.billing-address__address{display:flex;flex-wrap:wrap}.billing-address__address-line{flex-basis:50%;max-width:50%;padding-top:24px}.billing-address__address-line-value{font-size:16px;font-weight:400;line-height:24px;padding-top:8px;word-wrap:break-word}.billing-address__btns{display:flex;margin-top:24px}.billing-address__btns>:not(:last-child){margin-right:24px}.billing-address .tooltip-form{right:16px}@media screen and (max-width:767px){.billing-address__address-line{flex-basis:100%}}.auth-form{display:flex;flex-direction:column}.auth-form__header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap}.auth-form__description{margin-top:8px;margin-bottom:48px;font-size:14px;line-height:21px;color:var(--gray-800)}.auth-form__title{font-weight:500;font-size:24px;line-height:28px;margin-right:8px}.auth-form__comment{font-style:normal;font-weight:400;font-size:12px;line-height:16px;margin-top:8px}.auth-form__comment a{font-weight:500;color:var(--purple-100)}.auth-form__body{margin-bottom:24px}.auth-form__body .vox-label{font-weight:500;margin-bottom:8px;font-size:12px;line-height:12px}.auth-form__body .vox-input-wrapper{flex-direction:column;align-items:flex-start}.auth-form__body>.vox-input-wrapper:not(:last-child){margin-bottom:24px}.auth-form__footer{flex:1 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-form__footer>.vox-button:not(.small-btn){width:100%}.auth-form__footer>.vox-button:not(:first-child){margin-top:24px}.small-info[data-v-3313498f]{font-size:10px;margin-top:20px}.bank-card-info[data-v-3313498f]{margin-bottom:24px;padding:0}.paypal-btn-container[data-v-3313498f]{height:40px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:150px;z-index:0}.paypal-btn-disabled[data-v-3313498f]:after{background:#fff;border-radius:4px;bottom:0;content:"";display:block;left:0;opacity:.6;position:absolute;right:0;top:0;z-index:100}.grecaptcha-badge{visibility:hidden!important}.recaptcha-tos{align-items:center;display:flex}.recaptcha-tos img{margin-right:12px}.recaptcha-tos,.vox-tos{font-size:10px;line-height:16px}.sign-up .checkbox{display:flex}.sign-up .checkbox,.sign-up .checkbox .vox-checkbox{align-items:flex-start}.sign-up__tos a{color:var(--purple-100)}.bank-card-limit{font-weight:500;padding-bottom:16px;padding-top:24px}.bank-card-limit li{list-style-type:disc;margin-left:24px;padding-top:4px}.bank-card-data,.billing-data{border-top:var(--border-gray-300)}.bank-card-data{display:flex;margin:32px -32px 0;padding:32px}.bank-card-data__form{padding-right:60px;width:calc(100% - 420px)}.bank-card-data__form.saved{padding-right:18px}.bank-card-data__form-row{align-items:flex-end;display:flex;padding-bottom:12px}.bank-card-data__form-row.wrapped{flex-wrap:wrap}.bank-card-data__btns{display:flex;justify-content:center;margin-top:24px}.bank-card-data__btns>:not(:last-child){margin-right:24px}.bank-card-data-title{font-size:16px;line-height:24px;padding-top:40px}.bank-card-data-info{align-items:flex-start;display:flex;padding-top:8px}.bank-card-data-info.gray{color:var(--gray-600)}.bank-card-data-icon{margin-right:4px;margin-top:-4px}.bank-card-data__convert-info{width:100%;font-size:12px;margin-bottom:10px}.bank-card-btn{margin-top:16px}.bank-card-input:not(:last-child){padding-right:16px}.bank-card-input.double{align-items:flex-end;display:flex;margin-right:0}.bank-card-input.half{width:50%}.bank-card-input.quarter{width:25%}.bank-card-input.threeQuarters{width:75%}.bank-card-input.card-num{min-width:204px}.bank-card-input.cvv{min-width:100px}.bank-card-input.amount{width:176px}.bank-card-input.amount-with-btn{width:100%!important}.bank-card-input.date{min-width:84px}.bank-card-picture{background-color:var(--gray-500);border-radius:16px;color:var(--white);height:260px;padding:32px 24px;width:420px}.bank-card-picture.saved{background-color:var(--blue-card)}.bank-card-picture__pay-system{display:flex;height:78px;justify-content:flex-end;margin-bottom:18px}.bank-card-picture__number{font-size:28px;font-weight:500;height:32px;margin-bottom:48px}.bank-card-picture__expiry{font-size:20px;line-height:24px}.bank-card-picture__bottom{display:flex;font-weight:400;justify-content:space-between}.bank-card-picture__holder{flex-basis:75%;font-size:16px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}@media screen and (max-width:767px){.billing-data{padding-top:24px}.bank-card-data{margin:16px -16px 0;padding:0 16px 16px}.bank-card-picture{display:none}}@media screen and (max-width:1023px){.bank-card-data{flex-direction:column}.bank-card-data__form{padding-right:0;width:100%}.bank-card-data__btns{flex-wrap:wrap;justify-content:flex-start}.bank-card-data__btns>:not(:last-child){margin-bottom:8px;margin-right:auto;width:100%}.bank-card-picture{height:260px;margin:32px 0 0;width:420px}}.flat .vox-button.transparent{color:var(--tooltip-text)}.flat .vox-button.transparent:hover{background-color:var(--sui-purple-800)}.flat .vox-button.transparent:active{background-color:var(--sui-purple-600)}.flat .vox-button.transparent:focus{background-color:transparent;box-shadow:inset 0 0 0 2px var(--sui-blue-500)}.new-feature-hint[data-v-859eb93e]{--close-position:20px;--close-size:20px;--padding-outside:40px;--arrow-bg:var(--tooltip-bg);--arrow-width:5px;--arrow-height:10px}.new-feature-hint.light[data-v-859eb93e]{--tooltip-bg:var(--white);--tooltip-text:var(--sui-gray-900)}.new-feature-hint.dark[data-v-859eb93e]{--tooltip-bg:var(--sui-purple-950);--tooltip-text:var(--white)}.new-feature-hint.top[data-v-859eb93e]{top:0}.new-feature-hint.top .arrow[data-v-859eb93e]{top:var(--arrow-height)}.new-feature-hint.bottom[data-v-859eb93e]{bottom:0}.new-feature-hint.bottom .arrow[data-v-859eb93e]{bottom:var(--arrow-height)}.new-feature-hint.left[data-v-859eb93e]{left:calc(100% + var(--arrow-width))}.new-feature-hint.left .arrow[data-v-859eb93e]{left:calc(var(--arrow-width)*-1)}.new-feature-hint.right[data-v-859eb93e]{right:calc(100% + var(--arrow-width))}.new-feature-hint.right .arrow[data-v-859eb93e]{right:calc(var(--arrow-width)*-1);transform:rotate(180deg)}.new-feature-hint[data-v-859eb93e]{position:absolute;border-radius:4px;padding:16px;background-color:var(--tooltip-bg);color:var(--tooltip-text);width:320px;min-height:50px;z-index:2}.new-feature-hint .arrow[data-v-859eb93e]{position:absolute;width:var(--arrow-width);height:var(--arrow-height)}.new-feature-hint .arrow svg[data-v-859eb93e]{width:100%;height:100%;display:block}.new-feature-hint .arrow svg path[data-v-859eb93e]{fill:var(--arrow-bg)}.new-feature-hint .header[data-v-859eb93e]{margin-bottom:8px}.new-feature-hint .footer[data-v-859eb93e]{margin-top:24px}.new-feature-hint .title[data-v-859eb93e]{font-weight:500;font-size:14px;line-height:20px;margin-bottom:4px}.new-feature-hint .text[data-v-859eb93e]{font-size:12px;line-height:16px;max-height:200px}.new-feature-hint .button-close[data-v-859eb93e]{cursor:pointer;position:absolute;right:var(--close-position);top:var(--close-position)}.new-feature-hint .button-close[data-v-859eb93e] svg{width:var(--close-size);height:var(--close-size)}.new-feature-hint .button-close[data-v-859eb93e] svg path{fill:var(--gray-600)}.new-feature-hint .icon[data-v-859eb93e] img{height:40px;max-width:100%;display:block}.new-feature-hint .grid[data-v-859eb93e]{display:flex;justify-content:space-between;align-items:center;margin:-16px -8px 0}.new-feature-hint .grid>.item[data-v-859eb93e]{margin-top:16px;padding:0 8px}.new-feature-hint .count[data-v-859eb93e]{font-size:14px;line-height:20px}.new-feature-hint .body[data-v-859eb93e]{padding-right:var(--padding-outside)}.body.no-cross[data-v-859eb93e],.new-feature-hint .header+.body[data-v-859eb93e]{padding-right:0}.btns-list[data-v-859eb93e]{display:flex;margin:-16px -8px 0}.btns-list>.item[data-v-859eb93e]{margin-top:16px;padding:0 8px}.closed[data-v-859eb93e]{display:none}:root{--blue-100-15:rgba(50,154,240,.15);--green-400:#5ad677;--red-50:#ff7875;--green-500:#2fbc4f;--purple-500:#662eff;--yellow-500:#ff991f;--green-600:#238d3b;--purple-600:#5729d0}body,html{font-family:var(--fontRoboto)}a{text-decoration:none}.mobile-only{display:none}.flexbox{display:flex}.view-container{width:100%;padding:0 16px}.max-width-150{max-width:150px}.max-width-150,.max-width-200{overflow:hidden;text-overflow:ellipsis}.max-width-200{max-width:200px}.max-width-300{overflow:hidden;max-width:300px;text-overflow:ellipsis}.vox-scroll-dark{overflow-y:auto}.vox-scroll-dark::-webkit-scrollbar{width:8px;height:8px}.vox-scroll-dark::-webkit-scrollbar-track{background-color:var(--darkViolet)}.vox-scroll-dark::-webkit-scrollbar-thumb,.vox-scroll-dark::-webkit-scrollbar-track{-webkit-transition:background-color .1s;transition:background-color .1s;border-right:4px solid var(--darkViolet);border-radius:2px}.vox-scroll-dark::-webkit-scrollbar-thumb{background-color:var(--gray-400-07)}.vox-scroll-dark:focus::-webkit-scrollbar-track,.vox-scroll-dark:hover::-webkit-scrollbar-track{background-color:var(--darkViolet-05)}.vox-scroll-dark:focus::-webkit-scrollbar-thumb,.vox-scroll-dark:hover::-webkit-scrollbar-thumb{background-color:var(--gray-400)}.vox-wysiwyg__content>.ProseMirror{min-height:inherit}.content{flex-grow:1;display:flex;flex-direction:column;background-color:var(--gray-100)}.timezone-note{font-size:11px;font-style:italic;color:var(--gray-600)}.timezone-info{position:relative;height:24px;margin-left:4px;cursor:pointer}.timezone-info:focus .info-tooltip,.timezone-info:hover .info-tooltip{opacity:1}.timezone-info .info-tooltip{line-height:16px;position:absolute;z-index:2;top:24px;right:0;width:130px;padding:12px 16px;white-space:pre-line;pointer-events:none;opacity:0;border:var(--border-gray-300);border-radius:var(--borderRadius);background-color:var(--white);box-shadow:var(--shadowBig)}.timezone-info .info-tooltip.right{left:-100%}.vox-panel{padding:32px;border:var(--border-gray-300);border-radius:var(--borderRadius);background-color:var(--white)}.vox-panel.green{padding:32px 24px;border-left:4px solid var(--green-100)}.vox-panel.blue{padding:32px 24px;border-left:4px solid var(--blue-100)}#app .apexcharts-toolbar{z-index:1}@media screen and (max-width:767px){.mobile-only{display:initial}.tablet-desktop-only{display:none}.vox-panel{padding:16px}}.vox-page-sidebar{z-index:3;position:sticky;height:calc(100vh - 80px - var(--survey-banner-height, 0px));top:calc(80px + var(--survey-banner-height, 0px));box-sizing:content-box;width:206px;flex-shrink:0;background-color:var(--white);border-right:var(--border-gray-300);transition:width .12s;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column}.vox-page-sidebar__title-mobile{display:none;cursor:pointer;min-width:100%;height:100%;position:absolute;font-weight:500;font-size:14px;line-height:40px;padding-left:16px}.vox-page-sidebar.collapsed{width:48px}.vox-page-sidebar.collapsed .vox-page-sidebar__item{min-width:32px;width:32px}.vox-page-sidebar.hidden{width:0;overflow:hidden}.vox-page-sidebar__menu{width:inherit;padding:8px 0}.vox-page-sidebar__menu .vox-svg{position:absolute}.vox-page-sidebar__menu .vox-list-label{margin-left:32px;font-size:14px}.vox-page-sidebar__item{min-width:48px;font-weight:500;color:var(--gray-900);border-radius:var(--borderRadius)}.vox-page-sidebar__item.vox-list-item{margin:0 8px 8px;padding:0 8px}.vox-page-sidebar__toggler{position:relative;bottom:8px;cursor:pointer;width:100%;padding:8px 0 0 8px;background:#fff}.vox-page-sidebar__toggler:focus .vox-page-sidebar-toggle-svg,.vox-page-sidebar__toggler:hover .vox-page-sidebar-toggle-svg{fill:var(--purple-100)}.vox-page-sidebar__toggler-mobile{position:absolute;right:16px;top:10px;display:none;cursor:pointer}.vox-page-sidebar__toggler-mobile .vox-svg{transform:rotate(180deg)}.vox-page-sidebar__toggler-mobile:focus .vox-page-sidebar-toggle-svg,.vox-page-sidebar__toggler-mobile:hover .vox-page-sidebar-toggle-svg{fill:var(--purple-100)}.vox-page-sidebar-toggle-svg{fill:var(--gray-500)}@media screen and (max-width:767px){.vox-page-sidebar{position:fixed;width:100%;height:40px;border-right:none;border-bottom:var(--border-gray-300)}.vox-page-sidebar.collapsed{width:100%}.vox-page-sidebar.collapsed .vox-page-sidebar__menu{display:none}.vox-page-sidebar.collapsed .vox-page-sidebar__menu .vox-menu-list{font-size:14px}.vox-page-sidebar.collapsed .vox-page-sidebar__item{min-width:auto;width:auto;margin-bottom:8px}.vox-page-sidebar.collapsed .vox-page-sidebar__toggler-mobile .vox-svg{transform:rotate(0deg)}.vox-page-sidebar .vox-page-sidebar__toggler{display:none}.vox-page-sidebar .vox-page-sidebar__title-mobile,.vox-page-sidebar .vox-page-sidebar__toggler-mobile{display:block}.vox-page-sidebar .vox-page-sidebar__menu{position:absolute;top:41px;width:100%;background:var(--white);border-bottom:var(--border-gray-300);box-shadow:var(--shadowSmall)}}.vox-page .app-call-lists__filter{margin-top:auto}.vox-page .app-call-lists__info{color:var(--gray-600);display:flex;font-size:12px;line-height:18px}.vox-page .app-call-lists__info-icon{align-self:flex-start;flex-shrink:0;margin-right:4px}.vox-page .app-call-lists__info-txt{color:var(--gray-900);font-weight:500;margin-top:4px}.vox-page .app-call-lists--append{margin-top:0}.vox-page .app-call-lists-table__stats{align-items:center;display:flex;height:40px;line-height:20px}.vox-page .app-call-lists-table__stats>:not(:first-child){margin-left:4px}.vox-page .app-call-lists-table__donut{align-items:center;display:flex}.vox-page .app-call-lists-table__donut-nums{padding-left:8px}.vox-page .app-call-lists-form{margin:24px auto 0;max-width:542px}.vox-page .app-call-lists-submit{bottom:0;pointer-events:none;position:absolute;width:100%}.vox-page .app-call-lists-submit__btn{margin:0 auto;pointer-events:all;width:542px}.vox-page .call-list-name{max-width:20vw}.vox-page .app-numbers{display:flex;flex-direction:column}.vox-page .app-numbers__placeholder .vox-empty-page{margin:12vh auto 0 auto}.vox-page .app-numbers__filters{-moz-column-gap:16px;column-gap:16px;display:grid;grid-auto-columns:min-content;grid-auto-flow:column}.vox-page .app-numbers__empty{align-items:center;display:flex;flex-direction:column;margin:180px auto 0}.vox-page .app-numbers__empty-text{color:var(--gray-900);font-size:18px;font-weight:500;padding:8px}.vox-page .app-numbers__empty-text--padded{padding:24px 0 16px}.vox-page .app-numbers__empty-link{color:var(--purple-100);cursor:pointer}.vox-page .app-numbers__pager{margin-left:2px}.vox-page .attach-number-popup__select .vox-select__options{width:100%}.vox-page .mass-action{align-items:center;-moz-column-gap:16px;column-gap:16px;display:grid;grid-auto-columns:max-content;grid-auto-flow:column}.vox-page .mass-action__message{color:var(--gray-800);font-size:12px}.vox-page .buy-number{height:100%;max-width:542px;position:relative}.vox-page .buy-number h1{font-size:20px;margin-bottom:16px}.vox-page .buy-number__wrapper{display:flex;height:100%;justify-content:center}.vox-page .buy-number__label{color:var(--gray-900);font-size:20px}.vox-page .buy-number__submit{bottom:16px;margin-top:16px;position:sticky;width:100%}.vox-page .buy-number__submit-btn{width:100%}.vox-page .buy-number__select-block{background:var(--white);display:flex;flex-wrap:wrap;justify-content:space-between;padding:8px 0;position:sticky;top:80px;z-index:1}.vox-page .buy-number__verifications{border-bottom:var(--border-gray-400);margin-bottom:16px;padding:8px 0 16px 0}.vox-page .buy-number__tabs{font-size:12px;margin:0 0 16px 0}.vox-page .buy-number__select{align-items:flex-start;flex-basis:calc(50% - 12px);flex-direction:column;margin-bottom:16px}.vox-page .buy-number__select .vox-select__label{font-size:12px;font-weight:500;margin-bottom:4px}.vox-page .buy-number__quantity{align-items:flex-end;display:flex}.vox-page .buy-number__quantity-input{align-items:flex-start;flex-basis:30%;flex-direction:column}.vox-page .buy-number__quantity-input .vox-input-label{font-size:12px;font-weight:500;margin-bottom:4px;width:100%}.vox-page .buy-number__quantity-input .vox-input{width:100%}.vox-page .buy-number__pay-data{flex:1 0;margin-left:16px;margin-top:16px}.vox-page .buy-number__pay-data-row{align-items:flex-end;display:flex;font-size:12px;justify-content:space-between}.vox-page .buy-number__pay-data-value{font-size:16px;font-weight:500;white-space:nowrap}.vox-page .buy-number__info{align-items:flex-start;display:flex}.vox-page .buy-number__info:not(:first-child){margin-top:12px}.vox-page .buy-number__info-comment{color:var(--gray-900);font-size:14px;font-weight:400;line-height:20px;margin-left:8px;margin-top:4px}.vox-page .buy-number__info-warn{color:var(--red-100)}.vox-page .buy-number__info-comment-btn{margin-top:16px}.vox-page .buy-number__error{color:var(--red-100);margin:8px 0}.vox-page .buy-number__verification{height:70vh;width:700px}.vox-page .buy-number__verification-iframe{border:none;height:70vh;position:relative;width:80vw}.vox-page .buy-number__send-request-number{font-size:14px;font-weight:700;margin-top:8px}.vox-page .numbers-popup__numbers-length{font-weight:700}.vox-page .numbers-popup__description,.vox-page .numbers-popup__key{color:var(--gray-900);font-size:12px;padding-top:16px}.vox-page .numbers-popup__value{font-weight:700;margin-left:4px}.vox-page .disabledByOnboarding{background-color:var(--gray-200);pointer-events:none}.vox-page .onboarding-highlight.row-control{z-index:0!important}.vox-page .vox-table-wrapper .vox-table__data--checkbox{z-index:0}.vox-page .ds-widget{align-content:flex-start;align-items:stretch;background:#fff;border:1px solid var(--gray-400-disabled);border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start}.vox-page .ds-widget__body{align-self:auto;flex:1 1 auto;order:0;padding:24px}.vox-page .ds-widget__links{align-self:auto;border-top:1px solid var(--gray-400-disabled);flex:0 1 auto;order:0;padding:12px 24px}.vox-page .ds-widget__links a{align-items:center;color:var(--gray-900);cursor:pointer;display:flex;font-family:var(--fontRoboto);font-size:12px;font-weight:500;text-decoration:none;transition:var(--link-transition)}.vox-page .ds-widget__links a:active,.vox-page .ds-widget__links a:focus,.vox-page .ds-widget__links a:hover{color:var(--purple-100);outline:0}.vox-page .ds-widget__links a>.vox-svg{margin-right:12px;vertical-align:middle}.vox-page .ds-widget__header{align-content:stretch;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.vox-page .ds-widget__header>*{align-self:auto;flex:0 1 auto}.vox-page .ds-widget__header-filler{flex:1 1 auto}.vox-page .ds-widget h2{font-family:var(--fontRoboto);font-size:16px;font-weight:500;margin:0;padding:0}.vox-page .ds-widget h2:not(:first-child){padding-left:8px}.vox-page .download-csv-table__title{font-size:20px;font-weight:500}.vox-page .download-csv-table__page-info{font-weight:500;margin-bottom:16px;margin-top:16px}.vox-page .download-csv-table__page-info .vox-info__description{max-width:630px}.vox-page .transaction-details .billing__title{padding-bottom:0}.vox-page .transaction-details__page-info{font-weight:500;margin-bottom:16px;margin-top:16px}.vox-page .transaction-details__new-export{margin:16px 0 24px}.vox-page .transactions-export-master{align-self:flex-start;margin-top:160px;min-width:640px}.vox-page .transactions-export-master__info{font-size:12px;font-weight:500;padding-top:16px}.vox-page .transactions-export-master__input{margin-bottom:16px}.vox-page .transactions-export-master__toggle{margin-bottom:8px}.vox-page .transactions-export-master .vox-date-time-input,.vox-page .transactions-export-master .vox-multiselect__checkboxes{width:100%}.vox-page .billing__title{font-size:20px;font-weight:500;padding-bottom:16px}.vox-page .billing__info{align-items:flex-start;color:var(--gray-600);display:flex;font-size:12px;line-height:18px}.vox-page .billing__info-icon{flex-shrink:0;margin-right:4px}.vox-page .billing__info-txt{color:var(--gray-900);font-weight:500}.vox-page .billing-filter{align-items:center;background-color:var(--white);border:1px solid var(--gray-300);border-radius:3px 3px 0 0;display:flex;justify-content:space-between;margin-bottom:-3px;padding:19px 32px;position:sticky;top:96px;z-index:2}.vox-page .billing-filter:before{background-color:var(--gray-100);content:"";height:16px;left:-1px;margin:0 -8px;position:absolute;top:-17px;width:calc(100% + 16px)}.vox-page .billing-filter__inputs{background:#fff;margin-top:0}.vox-page .billing-filter__total{align-items:baseline;color:var(--gray-900);display:flex;flex-wrap:wrap;font-size:16px;font-weight:500;margin-right:16px}.vox-page .billing-filter__total-title{margin-right:22px}.vox-page .billing-filter__total-value{font-size:24px}.vox-page .billing-filter__date,.vox-page .billing-filter__refresh{margin-left:16px}.vox-page .billing-filter__new-report{align-self:flex-start;flex-shrink:0;margin-left:16px;margin-top:16px}.vox-page .billing-table{border-radius:0 0 3px 3px;margin-top:0}.vox-page .billing-table .vox-table__data-content{min-height:38px}.vox-page .app-numbers__phone-number{display:flex;min-width:110px}.vox-page .cx-numbers{padding-bottom:30px}.vox-page .cx-numbers .buy-number__pay-data-row.monthly{margin-top:16px}.vox-page .cx-numbers .buy-number__pay-data-row.amount{border-top:var(--border-gray-300);margin-top:16px;padding:16px 0}.vox-page .cx-numbers__next-button,.vox-page .cx-numbers__tabs{margin-bottom:24px}.vox-page .cx-numbers__info-section{display:grid;grid-row-gap:24px}.vox-page .cx-numbers__available-table{border-top:none}.vox-page .cx-numbers__available-table .vox-table__row-header{display:none}.vox-page .cx-numbers__available-table .vox-table__row{cursor:pointer;transition:all .3s linear}.vox-page .cx-numbers__available-table .vox-table__row:focus,.vox-page .cx-numbers__available-table .vox-table__row:hover{background-color:var(--gray-200)}.vox-page .cx-numbers__select{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:16px;width:100%}.vox-page .cx-numbers__select .dropdown{width:100%}.vox-page .cx-numbers__select .vox-select__label{font-size:12px;font-weight:500;margin-bottom:4px}.vox-page .cx-numbers__pay-data{flex:1 0}.vox-page .cx-numbers__info{align-items:flex-start;background:var(--blue-100-15);display:flex;margin-top:0;padding:16px}.vox-page .cx-numbers .buy-number__info-comment-btn{grid-column:1/-1}.vox-page .cx-numbers__info-comment{border-radius:4px;color:var(--gray-900);font-size:12px;line-height:16px;margin-left:4px}.vox-page .endpoint__sidebar .vox-page-sidebar__toggler{bottom:46px}.vox-page .endpoint__sidebar-footer{align-items:center;border-top:var(--border-gray-300);bottom:0;display:flex;height:37px;justify-content:center;left:0;position:absolute;width:100%}.vox-page .endpoint__sidebar-logo{cursor:pointer;height:24px;margin-left:2px;margin-top:2px;overflow:hidden;transition:width .12s;width:105px}.vox-page .endpoint__sidebar-logo.collapsed{width:19px}.vox-page .endpoint__sidebar-logo img{-o-object-fit:contain;object-fit:contain}.vox-page .new-subuser{color:var(--darkViolet);margin:0 auto;max-width:542px;position:relative}.vox-page .new-subuser h2{font-size:20px;height:24px;margin:0 auto}.vox-page .new-subuser__placeholder{color:var(--gray-500);display:flex;font-size:12px;line-height:18px;margin-top:24px}.vox-page .new-subuser__placeholder-text{color:var(--gray-900);font-weight:500;margin-left:4px;margin-top:4px}.vox-page .new-subuser-form{margin:16px 0}.vox-page .new-subuser-submit{margin-top:24px}.vox-page .new-subuser-submit__btn{width:100%}.vox-page .new-rule-submit{margin-top:16px;width:100%}.vox-page .new-rule-submit__btn{margin:0 auto;width:542px}.vox-page .support__content{padding:24px 18px}.vox-page .support__header{color:var(--gray-900);font-size:20px;font-weight:500;margin-bottom:8px}.vox-page .support__description{color:var(--gray-700);font-size:14px;margin-bottom:24px}.vox-page .support__table .vox-table__head{cursor:default}.vox-page .support__table .vox-table__row:focus,.vox-page .support__table .vox-table__row:hover{box-shadow:none;cursor:default}.vox-page .support__table .vox-table__row:focus .vox-table__data,.vox-page .support__table .vox-table__row:hover .vox-table__data{border-bottom:none;border-top:var(--border-gray-300)}.vox-page .support__tickets-filters{align-items:center;background-color:var(--white);border:var(--border-gray-300);border-top-left-radius:var(--borderRadius);border-top-right-radius:var(--borderRadius);display:flex;padding:0 8px 0 16px}.vox-page .support__tickets-filters_no-top-border{border-right:none;border-top:none;border-top-left-radius:0;border-top-right-radius:0}.vox-page .support__tabs{background-color:var(--white);height:48px;margin:0;padding-top:0;width:100%}.vox-page .support__search{height:32px}.vox-page .support__table{border-top:none;cursor:pointer;margin-top:0}.vox-page .support .vox-table__head:first-child{border-top-left-radius:0}.vox-page .support .vox-table__head:last-child{border-top-right-radius:0}.vox-page .ticket__view-btn{height:28px}.vox-page .element-highlight,.vox-page .onboarding-highlight:not(.vox-table__row){position:relative;z-index:2}.vox-page .element-highlight:after,.vox-page .onboarding-highlight:not(.vox-table__row):after{animation:highlight 1.3s linear infinite;border-radius:4px;border:1px solid #13c2c2;box-shadow:0 0 0 0 #13c2c2;content:"";height:100%;left:50%;opacity:1;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.vox-page .onboarding-highlight.vox-table__row{position:relative;z-index:5}.vox-page .onboarding-highlight.vox-table__row:after{animation:highlight 1.3s linear infinite;border-radius:4px;border:1px solid #13c2c2;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.vox-page .onboarding-highlight.vox-table__row .applications_kebab{pointer-events:none}@keyframes highlight{0%{box-shadow:0 0 0 0 rgba(19,194,194,.8)}45%{box-shadow:0 0 0 7px #13c2c2}70%{box-shadow:0 0 0 10px rgba(19,194,194,0)}to{box-shadow:0 0 0 0 rgba(19,194,194,0)}}@media screen and (max-width:1023px){.vox-page .app-call-lists-submit__btn{margin-left:0;width:100%}}@media screen and (max-width:767px){.vox-page .transaction-details__new-export{width:100%}.vox-page .transactions-export-master{height:calc(100% - 16px);margin-top:8px;min-width:calc(100% - 16px)}.vox-page .billing-filter{flex-wrap:wrap;padding:8px 8px 16px 8px;position:relative;top:auto}.vox-page .billing-filter__new-report{margin-left:0;margin-top:0;width:100%}.vox-page .endpoint__sidebar-footer{display:none}}.vox-page-body{display:flex;flex-grow:1;left:180px}.vox-page-body.noheader{margin-top:0}.vox-page-main{flex-grow:1;background-color:var(--gray-100)}.vox-page-content{padding:24px 16px;min-height:calc(100% - 50px)}.vox-page{display:flex;width:100%;min-height:inherit;flex-direction:column;flex-grow:1}@media screen and (max-width:767px){.vox-page-body{flex-direction:column}.vox-page-main{width:100%}}:root{--sui-alert:var(--sui-red-500);--sui-blue-100:#bae7ff;--sui-blue-200:#91d5ff;--sui-blue-300:#69c0ff;--sui-blue-400:#40a9ff;--sui-blue-50:#e6f7ff;--sui-blue-500:#1890ff;--sui-blue-600:#096dd9;--sui-blue-700:#0050b3;--sui-blue-800:#003a8c;--sui-blue-900:#002766;--sui-caption-color:var(--sui-gray-700);--sui-cyan-100:#b5f5ec;--sui-cyan-200:#87e8de;--sui-cyan-300:#5cdbd3;--sui-cyan-400:#36cfc9;--sui-cyan-50:#e6fffb;--sui-cyan-500:#13c2c2;--sui-cyan-600:#08979c;--sui-cyan-700:#006d75;--sui-cyan-800:#00474f;--sui-cyan-900:#002329;--sui-dropdown-max-height:315px;--sui-ff-primary:Roboto,sans-serif;--sui-font-color-primary:var(--sui-gray-900);--sui-font-color-secondary:var(--sui-gray-700);--sui-font-color-tertiary:var(--sui-gray-500);--sui-go-to-input-width:1ch;--sui-gray-100:#f2f2f5;--sui-gray-200:#ebedf2;--sui-gray-300:#e3e4eb;--sui-gray-400:#c7c8d9;--sui-gray-50:#fafafc;--sui-gray-500:#abacc2;--sui-gray-600:#8e90a6;--sui-gray-75:#f7f7fa;--sui-gray-800:#2e283d;--sui-gray-900:#1f1c28;--sui-green-100:#ccfcd7;--sui-green-200:#adf3bd;--sui-green-300:#83e099;--sui-green-400:#5ad677;--sui-green-50:#d4fbdd;--sui-green-500:#2fbc4f;--sui-green-600:#238d3b;--sui-green-700:#1a6a2c;--sui-green-800:#144f21;--sui-green-900:#0f3b19;--sui-indigo-100:#d6e4ff;--sui-indigo-200:#adc6ff;--sui-indigo-300:#85a5ff;--sui-indigo-400:#597ef7;--sui-indigo-50:#f0f5ff;--sui-indigo-500:#2f54eb;--sui-indigo-600:#1d39c4;--sui-indigo-700:#10239e;--sui-indigo-800:#061178;--sui-indigo-900:#030852;--sui-link-color:var(--sui-purple-500);--sui-orange-100:#fff1b8;--sui-orange-200:#ffe58f;--sui-orange-300:#ffd666;--sui-orange-400:#ffc53d;--sui-orange-50:#fffbe6;--sui-orange-500:#faad14;--sui-orange-600:#d48806;--sui-orange-700:#ad6800;--sui-orange-800:#874d00;--sui-orange-900:#613400;--sui-pink-100:#ffd6e7;--sui-pink-200:#ffadd2;--sui-pink-300:#ff85c0;--sui-pink-400:#f759ab;--sui-pink-50:#fff0f6;--sui-pink-500:#eb2f96;--sui-pink-600:#c41d7f;--sui-pink-700:#9e1068;--sui-pink-800:#780650;--sui-pink-900:#520339;--sui-purple-100:#ecddff;--sui-purple-200:#d8bbff;--sui-purple-300:#c299ff;--sui-purple-400:#8b55ff;--sui-purple-50:#eee9ff;--sui-purple-500:#662eff;--sui-purple-600:#5729d0;--sui-purple-700:#4824a2;--sui-purple-800:#351877;--sui-purple-900:#25104f;--sui-purple-950:#221040;--sui-purple-955:#1b0d33;--sui-red-100:#ffccc7;--sui-red-200:#ffa39e;--sui-red-300:#ff7875;--sui-red-400:#ff4d4f;--sui-red-50:#fff1f0;--sui-red-500:#f5222d;--sui-red-600:#cf1322;--sui-red-700:#a8071a;--sui-red-800:#820014;--sui-red-900:#5c0011;--sui-shadow-01:0px 0px 1px rgba(40,41,61,.08),0px 1px 2px rgba(96,97,112,.08);--sui-shadow-02:0px 2px 3px rgba(28,28,40,.05);--sui-shadow-03:0px 0px 2px rgba(40,41,61,.04),0px 4px 8px rgba(96,97,112,.16);--sui-shadow-04:0px 2px 4px rgba(40,41,61,.04),0px 8px 16px rgba(96,97,112,.16);--sui-shadow-05:0px 2px 8px rgba(40,41,61,.04),0px 16px 24px rgba(96,97,112,.16);--sui-shadow-06:0px 2px 8px rgba(40,41,61,.08),0px 20px 32px rgba(96,97,112,.24);--sui-success:var(--sui-green-600);--sui-warning:var(--sui-orange-500);--sui-white:#fff;--sui-yellow-100:#ffffb8;--sui-yellow-200:#fffb8f;--sui-yellow-300:#fff566;--sui-yellow-400:#ffec3d;--sui-yellow-50:#feffe6;--sui-yellow-500:#fadb14;--sui-yellow-600:#d4b106;--sui-yellow-700:#ad8b00;--sui-yellow-800:#876800;--sui-yellow-900:#614700}.sui-h-900{font-size:32px;line-height:40px}.sui-h-800,.sui-h-900{font-family:var(--sui-ff-primary);font-style:normal;font-weight:500}.sui-h-800{font-size:28px;line-height:32px}.sui-h-700{font-size:24px;line-height:28px}.sui-h-600,.sui-h-700{font-family:var(--sui-ff-primary);font-style:normal;font-weight:500}.sui-h-600{font-size:20px;line-height:24px}.sui-h-500{font-family:var(--sui-ff-primary);font-size:16px;font-style:normal;font-weight:500;line-height:20px}.sui-h-400{font-size:14px}.sui-h-300,.sui-h-400{font-family:var(--sui-ff-primary);font-style:normal;font-weight:500;line-height:16px}.sui-h-300{font-size:12px}.sui-h-300-upp{letter-spacing:.4px;text-transform:uppercase}.sui-h-200,.sui-h-200-upp,.sui-h-300-upp{font-family:var(--sui-ff-primary);font-size:12px;font-style:normal;font-weight:500;line-height:16px}.sui-h-200-upp{letter-spacing:.4px;text-transform:uppercase}.sui-h-100,.sui-h-100-upp{font-family:var(--sui-ff-primary);font-size:10px;font-style:normal;font-weight:500;line-height:16px}.sui-h-100-upp{letter-spacing:.4px;text-transform:uppercase}.sui-text-16px-regular{font-size:16px}.sui-text-14px-regular,.sui-text-16px-regular{font-family:var(--sui-ff-primary);font-style:normal;font-weight:400;line-height:20px}.sui-text-14px-regular{font-size:14px}.sui-text-14px-medium{font-size:14px;font-weight:500;line-height:20px}.sui-text-12px-regular,.sui-text-14px-medium{font-family:var(--sui-ff-primary);font-style:normal}.sui-text-12px-regular{font-size:12px;font-weight:400;line-height:16px}.sui-text-12px-medium{font-size:12px;font-weight:500}.sui-text-10px-regular,.sui-text-12px-medium{font-family:var(--sui-ff-primary);font-style:normal;line-height:16px}.sui-text-10px-regular{font-size:10px;font-weight:400}.sui-link-12px-regular,.sui-link-14px{font-family:var(--sui-ff-primary);font-size:14px;font-style:normal;font-weight:500;line-height:20px}.sui-link-12px,.sui-link-14px{color:var(--sui-link-color);text-decoration:none}.sui-link-12px{font-family:var(--sui-ff-primary);font-size:12px;font-style:normal;font-weight:500;line-height:16px}.sui-link-12px:focus,.sui-link-12px:hover,.sui-link-14px:focus,.sui-link-14px:hover{text-decoration-line:underline}.sui-caption-regular{font-weight:400}.sui-caption-medium,.sui-caption-regular{color:var(--sui-caption-color);font-family:var(--sui-ff-primary);font-size:10px;font-style:normal;line-height:16px}.sui-caption-medium{font-weight:500}.scrollbars{scrollbar-color:var(--sui-gray-400) transparent;scrollbar-width:thin}.scrollbars::-webkit-scrollbar{background:transparent;height:10px;width:10px}.scrollbars::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:var(--sui-gray-400);border:3px solid transparent;border-radius:6px}.scrollbars::-webkit-scrollbar-corner{background-color:transparent}.sui-outline:focus{box-shadow:0 0 0 2px var(--sui-blue-500)}.sui-divider{height:1px;overflow-x:hidden;position:relative}.sui-divider:before{background-color:var(--sui-gray-200);content:"";height:1px;left:-10%;position:absolute;top:0;width:130%}.vox-modal-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(1,1,1,.4);z-index:10;display:flex;align-items:center;justify-content:center}.vox-popup{position:relative;min-width:500px;width:-moz-min-content;width:min-content;max-width:calc(100vw - 32px);min-height:130px;padding:24px;color:var(--gray-900);background:var(--white);border-radius:4px;box-shadow:0 2px 8px 0 rgba(0,0,0,.12);z-index:11}.vox-popup_large{width:800px}.vox-popup_medium{width:600px}.vox-popup_small{width:440px;min-width:440px}.vox-popup__header{display:flex;justify-content:space-between;align-items:flex-start}.vox-popup__close{width:24px;height:24px;margin-right:-8px}.vox-popup__close:focus path,.vox-popup__close:hover path{fill:var(--gray-800)}.vox-popup__title{font-size:20px;font-weight:500;display:flex;align-items:center}.vox-popup__description{padding-top:16px;font-size:14px;color:var(--gray-900);line-height:20px;word-break:break-word;overflow-x:hidden;text-overflow:ellipsis}.vox-popup__description span{font-weight:700}.vox-popup__content{margin-right:1px;padding:16px 0}.vox-popup__error{color:var(--red-100);font-size:12px;padding-top:16px}.vox-popup__footer{display:flex;padding-top:24px;border-bottom-right-radius:var(--borderRadius);border-bottom-left-radius:var(--borderRadius)}.vox-popup__footer.gray{border-top:1px solid var(--gray-300)}.vox-popup__footer .vox-button:not(:first-child){margin-left:16px}.vox-popup__hr{margin-left:-24px;width:calc(100% + 48px);border-top:1px solid var(--gray-300)}.vox-popup__hr+.vox-popup__footer{margin-bottom:-8px;padding-top:16px}.vox-popup-body{height:100%;overflow-x:initial}.vox-popup-body.vox-scroll{margin:0;overflow-y:initial}.popup-comment{font-size:14px;color:var(--gray-900);line-height:20px;margin-top:16px}.popup-comment--red{color:var(--red-100)}@media screen and (max-width:767px){.vox-popup{width:calc(100% - 16px);max-height:calc(100% - 16px);min-width:auto}.vox-popup__footer>*{display:flex;flex-wrap:wrap}.vox-popup-body{overflow-y:auto;overflow-x:hidden}.vox-popup-body.vox-scroll{margin:0 -32px;padding:16px}}.vox-page-banner{display:block;width:100%;min-height:48px;display:flex;align-items:center;justify-content:flex-start;padding:0 24px;color:var(--white)}.vox-page-banner.yellow{background-color:var(--yellow-100);color:var(--gray-900)}.vox-page-banner.red{background-color:var(--red-100)}.vox-page-banner.green{background-color:var(--green-100)}.vox-page-banner.blue{background-color:var(--blue-100)}.vox-page-banner__icon{margin-right:8px}.vox-page-banner__title{font-size:14px;line-height:20px}.vox-page-banner__close{cursor:pointer}.vox-locale-switch{padding-left:16px;padding-right:8px}.vox-locale-switch-input{width:100px}.vox-locale-switch-input .vox-input,.vox-locale-switch-input .vox-input input{background-color:transparent;color:var(--white)}.vox-locale-switch-input .vox-input .vox-input__icon path,.vox-locale-switch-input .vox-input:focus-within .vox-input__icon path{fill:var(--white)}.vox-locale-switch-list{top:40px}.vox-locale-switch .vox-list{color:var(--gray-600);width:100px}@media screen and (max-width:767px){.vox-locale-switch{padding-left:8px}.vox-locale-switch-input{width:36px}.vox-locale-switch-input input{display:none}.vox-locale-switch-input .vox-input{min-width:36px}.vox-locale-switch-input .vox-input__icon{margin-left:0}}.vox-header{position:sticky;top:0;display:flex;flex-direction:row;width:100%;height:40px;min-width:320px;max-width:100vw;padding:0 16px;justify-content:space-between;align-items:center}.vox-header.violet{background-color:var(--darkViolet);color:var(--white);border-bottom:1px solid var(--darkViolet)}.vox-header.white{background-color:var(--white);border-bottom:var(--border-gray-400)}.vox-header__left,.vox-header__right{display:flex}@media screen and (max-width:767px){.vox-header:not(.billing-endpoint__header).haveRightSlot+.vox-page-body .vox-page-sidebar{top:120px}}.timezone-modal__comment{font-size:14px;line-height:18px;padding:10px 0}.timezone-modal__controls{display:flex;justify-content:space-between;width:100%}.timezone-modal__actions{display:flex}.vox-messenger{position:relative;margin-top:16px;max-width:480px;transition:all .3s ease;opacity:1;background:#fff;border-radius:4px;display:flex;padding:16px;padding-right:56px;border:1px solid;box-shadow:var(--shadowSmall);line-height:20px}.vox-messenger:focus .vox-messenger__close,.vox-messenger:hover .vox-messenger__close{opacity:1}.vox-messenger__wrapper{position:fixed;justify-content:flex-start;top:0;left:0;width:100%;pointer-events:none}.vox-messenger__container,.vox-messenger__wrapper{display:flex;flex-direction:column;align-items:center;z-index:11}.vox-messenger__container{max-width:480px;pointer-events:auto}.vox-messenger-enter,.vox-messenger-leave-to{margin-top:-10px;opacity:0}.vox-messenger-enter-active,.vox-messenger-leave-active{transition:all .3s}.vox-messenger-leave-active{position:absolute}.vox-messenger-enter-to{margin-top:16px;opacity:1}.vox-messenger.blue{border-color:var(--blue-100)}.vox-messenger.yellow{border-color:var(--yellow-100)}.vox-messenger.green{border-color:var(--green-100)}.vox-messenger.red{border-color:var(--red-100)}.vox-messenger__icon{flex-shrink:0;margin-right:8px;align-self:flex-start}.vox-messenger__message{margin-top:3px;font-size:14px;color:var(--gray-900);word-break:break-word}.vox-messenger__message b{word-wrap:anywhere}.vox-messenger__close{position:absolute;top:16px;right:16px;cursor:pointer;transition:all .3s ease;opacity:0}.vox-messenger__link{text-decoration:none;color:var(--purple-100)}.vox-messenger__link:focus,.vox-messenger__link:hover{text-decoration:underline}@media screen and (max-width:767px){.vox-messenger{max-width:calc(100vw - 32px)}}@keyframes spin{to{transform:rotate(1turn)}}.vox-loader{display:flex;align-items:center;justify-content:center;height:100%;flex:1 0 100%}.vox-loader.fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--black04);z-index:999}.vox-loader__panel{background-color:var(--white);border-radius:var(--borderRadius)}.vox-loader__panel.transparent{background-color:rgba(1,1,1,0)}.vox-loader__panel.fullscreen{position:absolute;left:50%;top:50%;margin-left:-50px;margin-top:-50px;padding:22px}.vox-loader__panel.fullscreen.s{margin-left:-20px;margin-top:-20px;padding:8px}.vox-loader__panel.fullscreen.xs{margin-left:-12px;margin-top:-12px;padding:4px}.vox-loader__panel.fullscreen.xxs{margin-left:-8px;margin-top:-8px;padding:2px}.vox-loader__panel.fullscreen.with-message{padding:24px 64px}.vox-loader__spinner{margin:0 auto;width:56px;height:56px}.vox-loader__spinner.s{width:24px;height:24px}.vox-loader__spinner.xs{width:16px;height:16px}.vox-loader__spinner.xs .vox-spinner{stroke-width:2px}.vox-loader__spinner.xxs{width:12px;height:12px}.vox-loader__spinner.xxs .vox-spinner{stroke-width:2px}.vox-loader__spinner svg{animation:spin 1s linear infinite}.vox-loader__spinner .vox-spinner{fill:none;stroke-width:4px}.vox-loader__spinner .vox-spinner.bg{stroke:var(--electricViolet02)}.vox-loader__spinner .vox-spinner.animated{stroke-linecap:round;stroke-dasharray:130%,140%;stroke-dashoffset:-5%}.vox-loader__spinner.white .vox-spinner.bg{stroke:var(--white02)}.vox-loader__message{padding-top:8px;line-height:20px;font-size:14px;color:var(--gray-800)}.vox-confirm__footer{display:flex;justify-content:flex-end;width:100%;margin-top:8px}.vox-confirm__footer .vox-button:not(:first-child){margin-left:8px}.vox-confirm__icon{margin-right:8px}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--tablet:1023px;--mobile:767px;--tabletPlus:768px;--desktopPlus:1024px;--fontRoboto:"Roboto",sans-serif;font-size:20px;font-weight:400;--fontRobotoMono:"Roboto Mono",monospace;--red-100:#f03e3e;--red-100-01:rgba(240,62,62,.1);--red-100-04:rgba(240,62,62,.4);--red-200:#e03131;--red-300:#c92a2a;--red-400:#af2a2a;--purple-50:#e2d9fe;--purple-100:#6e42fe;--purple-100-disabled:#e4daff;--purple-200:#5e38d9;--purple-300:#5332bf;--purple-300-02:rgba(83,50,191,.15);--yellow-pale:#fffbe5;--yellow-light:#fff9ca;--yellow-100:#ffd43b;--yellow-100-03:rgba(255,212,59,.3);--yellow-200:#fcc419;--yellow-300:#fab005;--green-100:#12b886;--green-200:#0ca678;--green-300:#099268;--blue:#00f;--blue-100:#329af0;--blue-200:#228ae6;--blue-300:#1c7cd6;--blue-400:#1221a3;--blue-card:#284bdb;--gray-100:#fbfbfd;--gray-200:#f3f4f8;--gray-300:#eaedf3;--gray-300-01:rgba(234,237,243,.1);--gray-300-07:rgba(234,237,243,.7);--gray-400:#ced4da;--gray-400-07:rgba(206,212,218,.7);--gray-400-disabled:#e9edf4;--gray-500:#9fa6b3;--gray-500-disabled:#eceef0;--gray-600:#868e96;--gray-700:#6d747a;--sui-gray-700:#555770;--gray-800:#495057;--gray-800-04:rgba(220,225,229,.4);--gray-800-disabled:#dce1e5;--gray-900:#2d3033;--darkViolet:#1b0a43;--darkViolet-05:rgba(27,10,67,.55);--darkViolet-025:rgba(27,10,67,.25);--figViolet:#301872;--electricViolet02:rgba(102,46,255,.2);--violet:#9c36b5;--dark-violet:#891492;--light-violet:#8f66ff;--black:#000;--black04:rgba(0,0,0,.4);--white:#fff;--white02:hsla(0,0%,100%,.2);--favorite:#f56c6b;--pink:#fce0e0;--borderRadius:4px;--border-gray-600:1px solid var(--gray-600);--border-gray-500:1px solid var(--gray-500);--border-gray-400:1px solid var(--gray-400);--border-gray-300:1px solid var(--gray-300);--border-purple-100:1px solid var(--purple-100);--borderWhite:1px solid var(--white);--borderRed:1px solid var(--red-100);--borderTransparent:1px solid transparent;--shadowSmall:0 1px 3px 0 rgba(0,0,0,.06);--shadowMedium:0 2px 4px 0 rgba(0,0,0,.1);--shadowBig:0 2px 8px 0 rgba(0,0,0,.12);--shadowTop:0 -3px 3px 0 rgba(0,0,0,.06);--transition:0.3s ease;--link-transition:color 0.4s ease}[class^=vox]{font-family:var(--fontRoboto)}*{margin:0;padding:0;box-sizing:border-box;outline:none}table{border-collapse:collapse}ol,ul{margin:0;padding:0}ul{list-style-type:none}img,svg{max-height:100%}button{background:none;border:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}button:focus{outline:none}input,textarea{border:none}input[disabled],textarea[disabled]{background-color:transparent;cursor:inherit}input[type=radio],textarea[type=radio]{-webkit-appearance:radio}.flexspace{flex:1 0}.pointer{cursor:pointer}.vox-timezone-info{position:relative;margin-left:4px;height:24px;cursor:pointer}.vox-timezone-info:focus .info-tooltip,.vox-timezone-info:hover .info-tooltip{opacity:1}.vox-timezone-info .info-tooltip{position:absolute;top:24px;right:0;width:130px;padding:12px 16px;line-height:16px;white-space:pre-line;background-color:var(--white);border:var(--border-gray-300);border-radius:var(--borderRadius);box-shadow:var(--shadowBig);opacity:0;pointer-events:none;z-index:2}.vox-timezone-info .info-tooltip.right{left:-100%}.vox-scroll{margin:4px 0;overflow-y:auto}.vox-scroll::-webkit-scrollbar{width:8px;height:8px}.vox-scroll::-webkit-scrollbar-track{background-color:var(--gray-300-07)}.vox-scroll::-webkit-scrollbar-thumb,.vox-scroll::-webkit-scrollbar-track{border-right:4px solid var(--white);border-radius:2px;-webkit-transition:background-color .1s;transition:background-color .1s}.vox-scroll::-webkit-scrollbar-thumb{background-color:var(--gray-400-07)}.vox-scroll:focus::-webkit-scrollbar-track,.vox-scroll:hover::-webkit-scrollbar-track{background-color:var(--gray-300)}.vox-scroll:focus::-webkit-scrollbar-thumb,.vox-scroll:hover::-webkit-scrollbar-thumb{background-color:var(--gray-400)}.vox-scroll--horizontal{margin:0}.vox-scroll--horizontal::-webkit-scrollbar-track{background-color:transparent;border-right:none;border-radius:4px}.vox-scroll--horizontal::-webkit-scrollbar-thumb{border-right:none;border-radius:4px}.vox-scroll--horizontal:focus::-webkit-scrollbar-track,.vox-scroll--horizontal:hover::-webkit-scrollbar-track{background-color:transparent}@media screen and (max-width:767px){.tablet-desktop-only{display:none}}@media screen and (max-width:1023px){.desktop-only{display:none}}