.va-link{color:var(--va-link-color);cursor:pointer;font-family:var(--va-font-family)}.va-link:active{color:var(--va-link-color);filter:brightness(150%)}.va-link:visited{color:var(--va-link-color);filter:brightness(90%)}.va-link:hover{color:var(--va-link-color);filter:brightness(125%)}.va-link:focus-visible{outline:2px solid var(--va-focus)!important;border-radius:2px}.va-link-secondary{color:var(--va-link-color-secondary)}.va-title{font-size:.625rem;letter-spacing:.6px;line-height:1.2;font-weight:700;text-transform:uppercase}.va-title-info{color:var(--va-info)}.va-title-danger{color:var(--va-danger)}.va-title-warning{color:var(--va-warning)}.va-text-bold{font-weight:700}.va-text-highlighted{background-color:var(--va-text-highlighted)}.va-text-left{text-align:left!important}.va-text-right{text-align:right!important}.va-text-center{text-align:center!important}.va-text-justify{text-align:justify!important}.va-text-uppercase{text-transform:uppercase!important}.va-text-lowercase{text-transform:lowercase!important}.va-text-capitalize{text-transform:capitalize!important}.va-text-no-wrap{white-space:nowrap!important}.va-text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.va-text-code{font-size:14px;color:var(--va-dark);font-family:Source Code Pro;background-color:var(--va-background);padding:.1rem .2rem}.va-text-primary{color:var(--va-primary)}.va-text-secondary{color:var(--va-secondary)}.va-text-warning{color:var(--va-warning)}.va-text-success{color:var(--va-success)}.va-text-danger{color:var(--va-danger)}.va-text-info{color:var(--va-info)}.va-text-text-primary{color:var(--va-text-primary)}.va-text-text-inverted{color:var(--va-text-inverted)}.va-code-snippet{font-size:14px;color:#fff;padding:1rem;font-family:Source Code Pro;background-color:#34495e}.va-blockquote,.va-typography-block blockquote{border-left:.25rem solid var(--va-primary);border-radius:.125rem;padding:.4rem 0 .4rem .8rem;color:var(--va-secondary)}.va-blockquote p,.va-typography-block blockquote p{margin-bottom:.5rem}.va-blockquote p:last-child,.va-typography-block blockquote p:last-child{margin-bottom:0}.va-h1{color:currentColor;font-size:3rem;margin:.5rem 0;font-weight:700;line-height:3.5rem}.va-h2{color:currentColor;font-size:2.5rem;margin:.5rem 0;font-weight:700;line-height:3rem}.va-h3{color:currentColor;font-size:2rem;margin:.5rem 0;font-weight:700;line-height:2.5rem}.va-h4{color:currentColor;font-size:1.75rem;margin:.5rem 0;font-weight:700;line-height:2rem}.va-h5{color:currentColor;font-size:1.5rem;margin:.5rem 0;font-weight:700;line-height:1.75rem}.va-h6{color:currentColor;font-size:1.25rem;margin:.5rem 0;font-weight:700;line-height:1.5rem}ul.va-unordered{list-style:none;list-style-type:none;padding:0;margin:0;font-family:var(--va-font-family)}ul.va-unordered>li{list-style:none;padding:0 1rem;position:relative}ul.va-unordered>li:before{content:"";width:.5rem;height:.5rem;border-radius:50%;position:absolute;left:0;top:0;margin-top:.5rem;background-color:var(--va-li-background)}ul.va-unordered ul.va-unordered,ul.va-unordered ol.va-ordered{margin-bottom:0;margin-top:0}ol.va-ordered{list-style:none;list-style-type:none;padding:0;margin:0;font-family:var(--va-font-family);counter-reset:olCounter}ol.va-ordered>li{list-style:none;padding:0 1rem;position:relative}ol.va-ordered>li:before{counter-increment:olCounter;content:counter(olCounter) ". ";display:inline-block;min-width:.75rem;height:.75rem;position:relative;right:1rem;margin-right:-.75rem}ol.va-ordered ul.va-unordered,ol.va-ordered ol.va-ordered{margin-bottom:0;margin-top:0}.va-table th,.va-table td{text-align:left;padding:.625rem}.va-table th{font-size:.625rem;letter-spacing:.6px;line-height:1.2;font-weight:700;text-transform:uppercase;color:currentColor;border-bottom:2px solid currentColor}.va-table td{vertical-align:top}.va-table--striped tr:nth-child(2n) td{background-color:var(--va-background-element)}.va-table--hoverable tr:hover td{background-color:var(--va-background-element)}.va-table--clickable td{cursor:pointer}.va-text-block{padding:1.2rem;background-color:var(--va-background-element);color:var(--va-on-background-element, currentColor)}hr.va-separator{height:2px;background-color:var(--va-divider);border:none}p.va-paragraph{font-size:1rem;margin-top:0;margin-bottom:1rem}*,.va-typography-block{font-family:var(--va-font-family)}.va-typography-block h1{color:currentColor;font-size:3rem;margin:.5rem 0;font-weight:700;line-height:3.5rem}.va-typography-block h2{color:currentColor;font-size:2.5rem;margin:.5rem 0;font-weight:700;line-height:3rem}.va-typography-block h3{color:currentColor;font-size:2rem;margin:.5rem 0;font-weight:700;line-height:2.5rem}.va-typography-block h4{color:currentColor;font-size:1.75rem;margin:.5rem 0;font-weight:700;line-height:2rem}.va-typography-block h5{color:currentColor;font-size:1.5rem;margin:.5rem 0;font-weight:700;line-height:1.75rem}.va-typography-block h6{color:currentColor;font-size:1.25rem;margin:.5rem 0;font-weight:700;line-height:1.5rem}.va-typography-block i:not([class^=va]){font-style:italic}.va-typography-block p{font-size:1rem;margin-top:0;margin-bottom:1rem}.va-typography-block pre{margin-bottom:1rem;overflow-x:auto;white-space:inherit;word-wrap:normal;scrollbar-color:var(--va-primary) transparent;scrollbar-width:thin;transition:scrollbar-color .3s ease-in-out}.va-typography-block pre::-webkit-scrollbar{width:4px;height:4px}.va-typography-block pre::-webkit-scrollbar-track{box-shadow:none;border-radius:10px}.va-typography-block pre::-webkit-scrollbar-thumb{background:var(--va-primary);opacity:.3;border-radius:2px;-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.va-typography-block pre.code{font-size:14px;color:#fff;padding:1rem;font-family:Source Code Pro;background-color:#34495e}.va-typography-block code{display:inline-block;word-wrap:break-word}.va-typography-block strong,.va-typography-block b{font-weight:700}.va-typography-block ol:not([class^=va]){list-style:none;list-style-type:none;padding:0;margin:0;font-family:var(--va-font-family);counter-reset:olCounter}.va-typography-block ol:not([class^=va])>li{list-style:none;padding:0 1rem;position:relative}.va-typography-block ol:not([class^=va])>li:before{counter-increment:olCounter;content:counter(olCounter) ". ";display:inline-block;min-width:.75rem;height:.75rem;position:relative;right:1rem;margin-right:-.75rem}.va-typography-block ul:not([class^=va]){list-style:none;list-style-type:none;padding:0;margin:0;font-family:var(--va-font-family)}.va-typography-block ul:not([class^=va])>li{list-style:none;padding:0 1rem;position:relative}.va-typography-block ul:not([class^=va])>li:before{content:"";width:.5rem;height:.5rem;border-radius:50%;position:absolute;left:0;top:0;margin-top:.5rem;background-color:var(--va-li-background)}.va-typography-block figure{border-radius:0;border:none;box-sizing:border-box;box-shadow:0 4px 70px -18px #707070;word-wrap:break-word}.va-typography-block figure figcaption{flex:1 1 auto;padding:1.25rem}.va-typography-block figure p:last-child{margin-bottom:0}.va-typography-block table th,.va-typography-block table td{text-align:left;padding:.625rem}.va-typography-block table th{font-size:.625rem;letter-spacing:.6px;line-height:1.2;font-weight:700;text-transform:uppercase;color:currentColor;border-bottom:2px solid currentColor}.va-typography-block table td{vertical-align:top}.va-typography-block table--striped tr:nth-child(2n) td{background-color:var(--va-background-element)}.va-typography-block table--hoverable tr:hover td{background-color:var(--va-background-element)}.va-typography-block table--clickable td{cursor:pointer}.va-typography-block a:not([class^=va]){color:var(--va-link-color);cursor:pointer;font-family:var(--va-font-family)}.va-typography-block a:not([class^=va]):active{color:var(--va-link-color);filter:brightness(150%)}.va-typography-block a:not([class^=va]):visited{color:var(--va-link-color);filter:brightness(90%)}.va-typography-block a:not([class^=va]):hover{color:var(--va-link-color);filter:brightness(125%)}.va-typography-block a:not([class^=va]):focus-visible{outline:2px solid var(--va-focus)!important;border-radius:2px}.none{display:none}.pointer{cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;-webkit-clip-path:inset(100%);clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.fill-width{width:100%}html{min-height:100vh;line-height:1.15;-webkit-text-size-adjust:100%}body{height:100%;min-height:100vh;position:relative;line-height:1}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}h1,h2,h3,h4,h5,h6,strong,b{line-height:1.2;font-weight:600}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;box-sizing:border-box}a{text-decoration:none;background-color:transparent}input{padding:0;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}::-moz-focus-inner{border:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:none}:focus{outline:none}button{padding:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}:root,:host{--va-border: 0;--va-font-family: "Source Sans Pro", sans-serif;--va-letter-spacing: .0375rem;--va-block-border-radius: .375rem;--va-block-border: thin solid var(--va-background-element);--va-block-box-shadow: 0 2px 3px 0 rgba(52, 56, 85, .25);--va-control-box-shadow: none;--va-control-border: 0;--va-transition: .2s cubic-bezier(.4, 0, .6, 1);--va-swing-transition: .3s cubic-bezier(.25, .8, .5, 1);--va-outline-border-width: .125rem;--va-outline-box-shadow: none;--va-square-border-radius: .25rem;--va-form-padding: 1.25rem;--va-form-border-radius: .125rem;--va-text-selected: #b3d4fc;--va-text-highlighted: #ffc5274e;--va-link-color: var(--va-primary);--va-link-color-secondary: var(--va-secondary);--va-link-color-hover: var(--va-primary-lighten, --va-primary);--va-link-color-active: var(--va-primary);--va-link-color-visited: var(--va-primary-darken, --va-primary);--va-muted: #7f828b;--va-li-background: var(--va-primary);--va-text-block: var(--va-background-element);--va-stripe-border-size: .25rem;--va-box-shadow: 0 .25rem .5rem 0 var(--va-shadow);--va-z-index-teleport-overlay: 1000;--va-form-element-min-width: 50px;--va-form-element-default-width: 250px;--va-form-element-default-width-small: 120px;--va-form-element-border-width: 1px;--va-form-element-border-radius: .25rem;--va-gap-small: .25rem;--va-gap-medium: .375rem;--va-gap-large: .75rem}body{background-color:var(--va-background-primary);color:var(--va-on-background-primary);transition:var(--va-transition)}.ma-0,.my-0,.mt-0{margin-top:0!important}.ma-0,.my-0,.mb-0{margin-bottom:0!important}.ma-0,.mx-0,.mr-0{margin-right:0!important}.ma-0,.mx-0,.ml-0{margin-left:0!important}.ma-1,.my-1,.mt-1{margin-top:calc(var(--va-grid-spacing-base) * .25)!important}.ma-1,.my-1,.mb-1{margin-bottom:calc(var(--va-grid-spacing-base) * .25)!important}.ma-1,.mx-1,.mr-1{margin-right:calc(var(--va-grid-spacing-base) * .25)!important}.ma-1,.mx-1,.ml-1{margin-left:calc(var(--va-grid-spacing-base) * .25)!important}.ma-2,.my-2,.mt-2{margin-top:calc(var(--va-grid-spacing-base) * .5)!important}.ma-2,.my-2,.mb-2{margin-bottom:calc(var(--va-grid-spacing-base) * .5)!important}.ma-2,.mx-2,.mr-2{margin-right:calc(var(--va-grid-spacing-base) * .5)!important}.ma-2,.mx-2,.ml-2{margin-left:calc(var(--va-grid-spacing-base) * .5)!important}.ma-3,.my-3,.mt-3{margin-top:var(--va-grid-spacing-base)!important}.ma-3,.my-3,.mb-3{margin-bottom:var(--va-grid-spacing-base)!important}.ma-3,.mx-3,.mr-3{margin-right:var(--va-grid-spacing-base)!important}.ma-3,.mx-3,.ml-3{margin-left:var(--va-grid-spacing-base)!important}.ma-4,.my-4,.mt-4{margin-top:calc(var(--va-grid-spacing-base) * 2)!important}.ma-4,.my-4,.mb-4{margin-bottom:calc(var(--va-grid-spacing-base) * 2)!important}.ma-4,.mx-4,.mr-4{margin-right:calc(var(--va-grid-spacing-base) * 2)!important}.ma-4,.mx-4,.ml-4{margin-left:calc(var(--va-grid-spacing-base) * 2)!important}.ma-5,.my-5,.mt-5{margin-top:calc(var(--va-grid-spacing-base) * 3)!important}.ma-5,.my-5,.mb-5{margin-bottom:calc(var(--va-grid-spacing-base) * 3)!important}.ma-5,.mx-5,.mr-5{margin-right:calc(var(--va-grid-spacing-base) * 3)!important}.ma-5,.mx-5,.ml-5{margin-left:calc(var(--va-grid-spacing-base) * 3)!important}.mt-auto,.my-auto,.ma-auto{margin-top:auto!important}.mr-auto,.mx-auto,.ma-auto{margin-right:auto!important}.mb-auto,.my-auto,.ma-auto{margin-bottom:auto!important}.ml-auto,.mx-auto,.ma-auto{margin-left:auto!important}.pa-0,.py-0,.pt-0{padding-top:0!important}.pa-0,.py-0,.pb-0{padding-bottom:0!important}.pa-0,.px-0,.pr-0{padding-right:0!important}.pa-0,.px-0,.pl-0{padding-left:0!important}.pa-1,.py-1,.pt-1{padding-top:calc(var(--va-grid-spacing-base) * .25)!important}.pa-1,.py-1,.pb-1{padding-bottom:calc(var(--va-grid-spacing-base) * .25)!important}.pa-1,.px-1,.pr-1{padding-right:calc(var(--va-grid-spacing-base) * .25)!important}.pa-1,.px-1,.pl-1{padding-left:calc(var(--va-grid-spacing-base) * .25)!important}.pa-2,.py-2,.pt-2{padding-top:calc(var(--va-grid-spacing-base) * .5)!important}.pa-2,.py-2,.pb-2{padding-bottom:calc(var(--va-grid-spacing-base) * .5)!important}.pa-2,.px-2,.pr-2{padding-right:calc(var(--va-grid-spacing-base) * .5)!important}.pa-2,.px-2,.pl-2{padding-left:calc(var(--va-grid-spacing-base) * .5)!important}.pa-3,.py-3,.pt-3{padding-top:var(--va-grid-spacing-base)!important}.pa-3,.py-3,.pb-3{padding-bottom:var(--va-grid-spacing-base)!important}.pa-3,.px-3,.pr-3{padding-right:var(--va-grid-spacing-base)!important}.pa-3,.px-3,.pl-3{padding-left:var(--va-grid-spacing-base)!important}.pa-4,.py-4,.pt-4{padding-top:calc(var(--va-grid-spacing-base) * 2)!important}.pa-4,.py-4,.pb-4{padding-bottom:calc(var(--va-grid-spacing-base) * 2)!important}.pa-4,.px-4,.pr-4{padding-right:calc(var(--va-grid-spacing-base) * 2)!important}.pa-4,.px-4,.pl-4{padding-left:calc(var(--va-grid-spacing-base) * 2)!important}.pa-5,.py-5,.pt-5{padding-top:calc(var(--va-grid-spacing-base) * 3)!important}.pa-5,.py-5,.pb-5{padding-bottom:calc(var(--va-grid-spacing-base) * 3)!important}.pa-5,.px-5,.pr-5{padding-right:calc(var(--va-grid-spacing-base) * 3)!important}.pa-5,.px-5,.pl-5{padding-left:calc(var(--va-grid-spacing-base) * 3)!important}.pt-auto,.py-auto,.pa-auto{padding-top:auto!important}.pr-auto,.px-auto,.pa-auto{padding-right:auto!important}.pb-auto,.py-auto,.pa-auto{padding-bottom:auto!important}.pl-auto,.px-auto,.pa-auto{padding-left:auto!important}.va-spacing-x-0>*{margin-right:0}.va-spacing-x-0>*:last-child{margin-right:0}.va-spacing-x-1>*{margin-right:calc(var(--va-grid-spacing-base) * .25)}.va-spacing-x-1>*:last-child{margin-right:0}.va-spacing-x-2>*{margin-right:calc(var(--va-grid-spacing-base) * .5)}.va-spacing-x-2>*:last-child{margin-right:0}.va-spacing-x-3>*{margin-right:var(--va-grid-spacing-base)}.va-spacing-x-3>*:last-child{margin-right:0}.va-spacing-x-4>*{margin-right:calc(var(--va-grid-spacing-base) * 2)}.va-spacing-x-4>*:last-child{margin-right:0}.va-spacing-x-5>*{margin-right:calc(var(--va-grid-spacing-base) * 3)}.va-spacing-x-5>*:last-child{margin-right:0}.va-spacing-y-0>*{margin-bottom:0}.va-spacing-y-0>*:last-child{margin-bottom:0}.va-spacing-y-1>*{margin-bottom:calc(var(--va-grid-spacing-base) * .25)}.va-spacing-y-1>*:last-child{margin-bottom:0}.va-spacing-y-2>*{margin-bottom:calc(var(--va-grid-spacing-base) * .5)}.va-spacing-y-2>*:last-child{margin-bottom:0}.va-spacing-y-3>*{margin-bottom:var(--va-grid-spacing-base)}.va-spacing-y-3>*:last-child{margin-bottom:0}.va-spacing-y-4>*{margin-bottom:calc(var(--va-grid-spacing-base) * 2)}.va-spacing-y-4>*:last-child{margin-bottom:0}.va-spacing-y-5>*{margin-bottom:calc(var(--va-grid-spacing-base) * 3)}.va-spacing-y-5>*:last-child{margin-bottom:0}:root,:host{--va-media-ratio-default: var(--va-media-ratio, 1);--va-grid-gutter-default: .5rem;--va-grid-gutter-base: calc(var(--va-media-ratio-default) * var(--va-grid-gutter-default));--va-grid-spacing-default: 1rem;--va-grid-spacing-base: calc(var(--va-media-ratio-default) * var(--va-grid-spacing-default))}.layout{flex:1 1 100%;margin:auto;width:100%}@media only screen and (min-width: 768px){.layout{max-width:720px}}@media only screen and (min-width: 992px){.layout{max-width:930px}}@media only screen and (min-width: 1200px){.layout{max-width:1125px}}.layout.fluid{box-sizing:border-box;max-width:100%}.layout.fill-height{align-items:center;display:flex;height:100%}.layout.fill-height>.row{flex:1 1 auto;height:100%}.layout.va-gutter-1{padding:calc(var(--va-grid-gutter-base) * .25)}.layout.va-gutter-1 .row:only-child{margin:calc(calc(var(--va-grid-gutter-base) * .25) * -.5)}.layout.va-gutter-1 .row:not(:only-child){margin:auto calc(calc(var(--va-grid-gutter-base) * .25) * -.5)}.layout.va-gutter-1 *:not(:only-child) .row:first-child{margin-top:calc(calc(var(--va-grid-gutter-base) * .25) * -.5)}.layout.va-gutter-1 *:not(:only-child) .row:last-child{margin-bottom:calc(calc(var(--va-grid-gutter-base) * .25) * -.5)}.layout.va-gutter-1 .row .flex{padding:calc(calc(var(--va-grid-gutter-base) * .25) * .5)}.layout.va-gutter-2{padding:calc(var(--va-grid-gutter-base) * .5)}.layout.va-gutter-2 .row:only-child{margin:calc(calc(var(--va-grid-gutter-base) * .5) * -.5)}.layout.va-gutter-2 .row:not(:only-child){margin:auto calc(calc(var(--va-grid-gutter-base) * .5) * -.5)}.layout.va-gutter-2 *:not(:only-child) .row:first-child{margin-top:calc(calc(var(--va-grid-gutter-base) * .5) * -.5)}.layout.va-gutter-2 *:not(:only-child) .row:last-child{margin-bottom:calc(calc(var(--va-grid-gutter-base) * .5) * -.5)}.layout.va-gutter-2 .row .flex{padding:calc(calc(var(--va-grid-gutter-base) * .5) * .5)}.layout.va-gutter-3{padding:var(--va-grid-gutter-base)}.layout.va-gutter-3 .row:only-child{margin:calc(var(--va-grid-gutter-base) * -.5)}.layout.va-gutter-3 .row:not(:only-child){margin:auto calc(var(--va-grid-gutter-base) * -.5)}.layout.va-gutter-3 *:not(:only-child) .row:first-child{margin-top:calc(var(--va-grid-gutter-base) * -.5)}.layout.va-gutter-3 *:not(:only-child) .row:last-child{margin-bottom:calc(var(--va-grid-gutter-base) * -.5)}.layout.va-gutter-3 .row .flex{padding:calc(var(--va-grid-gutter-base) * .5)}.layout.va-gutter-4{padding:calc(var(--va-grid-gutter-base) * 2)}.layout.va-gutter-4 .row:only-child{margin:calc(calc(var(--va-grid-gutter-base) * 2) * -.5)}.layout.va-gutter-4 .row:not(:only-child){margin:auto calc(calc(var(--va-grid-gutter-base) * 2) * -.5)}.layout.va-gutter-4 *:not(:only-child) .row:first-child{margin-top:calc(calc(var(--va-grid-gutter-base) * 2) * -.5)}.layout.va-gutter-4 *:not(:only-child) .row:last-child{margin-bottom:calc(calc(var(--va-grid-gutter-base) * 2) * -.5)}.layout.va-gutter-4 .row .flex{padding:calc(calc(var(--va-grid-gutter-base) * 2) * .5)}.layout.va-gutter-5{padding:calc(var(--va-grid-gutter-base) * 3)}.layout.va-gutter-5 .row:only-child{margin:calc(calc(var(--va-grid-gutter-base) * 3) * -.5)}.layout.va-gutter-5 .row:not(:only-child){margin:auto calc(calc(var(--va-grid-gutter-base) * 3) * -.5)}.layout.va-gutter-5 *:not(:only-child) .row:first-child{margin-top:calc(calc(var(--va-grid-gutter-base) * 3) * -.5)}.layout.va-gutter-5 *:not(:only-child) .row:last-child{margin-bottom:calc(calc(var(--va-grid-gutter-base) * 3) * -.5)}.layout.va-gutter-5 .row .flex{padding:calc(calc(var(--va-grid-gutter-base) * 3) * .5)}.row{display:flex;flex:1 1 auto;flex-wrap:wrap;min-width:0}.row.row{flex-direction:row}.row.row.reverse{flex-direction:row-reverse}.row.column{flex-direction:column}.row.column.reverse{flex-direction:column-reverse}.row.column>.flex{max-width:100%}.row.no-wrap{flex-wrap:nowrap}.flex-center{display:flex;justify-content:center;align-items:center}.flex>*{flex:1 1 auto}@media all and (min-width: 0){.flex.xs1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-xs1{order:1}.flex.offset-xs1{margin-left:8.3333333333%}.flex.xs2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-xs2{order:2}.flex.offset-xs2{margin-left:16.6666666667%}.flex.xs3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-xs3{order:3}.flex.offset-xs3{margin-left:25%}.flex.xs4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-xs4{order:4}.flex.offset-xs4{margin-left:33.3333333333%}.flex.xs5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-xs5{order:5}.flex.offset-xs5{margin-left:41.6666666667%}.flex.xs6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-xs6{order:6}.flex.offset-xs6{margin-left:50%}.flex.xs7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-xs7{order:7}.flex.offset-xs7{margin-left:58.3333333333%}.flex.xs8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-xs8{order:8}.flex.offset-xs8{margin-left:66.6666666667%}.flex.xs9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-xs9{order:9}.flex.offset-xs9{margin-left:75%}.flex.xs10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-xs10{order:10}.flex.offset-xs10{margin-left:83.3333333333%}.flex.xs11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-xs11{order:11}.flex.offset-xs11{margin-left:91.6666666667%}.flex.xs12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-xs12{order:12}.flex.offset-xs12{margin-left:100%}}@media all and (min-width: 576px){.flex.sm1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-sm1{order:1}.flex.offset-sm1{margin-left:8.3333333333%}.flex.sm2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-sm2{order:2}.flex.offset-sm2{margin-left:16.6666666667%}.flex.sm3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-sm3{order:3}.flex.offset-sm3{margin-left:25%}.flex.sm4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-sm4{order:4}.flex.offset-sm4{margin-left:33.3333333333%}.flex.sm5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-sm5{order:5}.flex.offset-sm5{margin-left:41.6666666667%}.flex.sm6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-sm6{order:6}.flex.offset-sm6{margin-left:50%}.flex.sm7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-sm7{order:7}.flex.offset-sm7{margin-left:58.3333333333%}.flex.sm8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-sm8{order:8}.flex.offset-sm8{margin-left:66.6666666667%}.flex.sm9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-sm9{order:9}.flex.offset-sm9{margin-left:75%}.flex.sm10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-sm10{order:10}.flex.offset-sm10{margin-left:83.3333333333%}.flex.sm11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-sm11{order:11}.flex.offset-sm11{margin-left:91.6666666667%}.flex.sm12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-sm12{order:12}.flex.offset-sm12{margin-left:100%}}@media all and (min-width: 768px){.flex.md1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-md1{order:1}.flex.offset-md1{margin-left:8.3333333333%}.flex.md2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-md2{order:2}.flex.offset-md2{margin-left:16.6666666667%}.flex.md3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-md3{order:3}.flex.offset-md3{margin-left:25%}.flex.md4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-md4{order:4}.flex.offset-md4{margin-left:33.3333333333%}.flex.md5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-md5{order:5}.flex.offset-md5{margin-left:41.6666666667%}.flex.md6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-md6{order:6}.flex.offset-md6{margin-left:50%}.flex.md7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-md7{order:7}.flex.offset-md7{margin-left:58.3333333333%}.flex.md8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-md8{order:8}.flex.offset-md8{margin-left:66.6666666667%}.flex.md9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-md9{order:9}.flex.offset-md9{margin-left:75%}.flex.md10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-md10{order:10}.flex.offset-md10{margin-left:83.3333333333%}.flex.md11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-md11{order:11}.flex.offset-md11{margin-left:91.6666666667%}.flex.md12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-md12{order:12}.flex.offset-md12{margin-left:100%}}@media all and (min-width: 992px){.flex.lg1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-lg1{order:1}.flex.offset-lg1{margin-left:8.3333333333%}.flex.lg2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-lg2{order:2}.flex.offset-lg2{margin-left:16.6666666667%}.flex.lg3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-lg3{order:3}.flex.offset-lg3{margin-left:25%}.flex.lg4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-lg4{order:4}.flex.offset-lg4{margin-left:33.3333333333%}.flex.lg5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-lg5{order:5}.flex.offset-lg5{margin-left:41.6666666667%}.flex.lg6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-lg6{order:6}.flex.offset-lg6{margin-left:50%}.flex.lg7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-lg7{order:7}.flex.offset-lg7{margin-left:58.3333333333%}.flex.lg8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-lg8{order:8}.flex.offset-lg8{margin-left:66.6666666667%}.flex.lg9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-lg9{order:9}.flex.offset-lg9{margin-left:75%}.flex.lg10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-lg10{order:10}.flex.offset-lg10{margin-left:83.3333333333%}.flex.lg11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-lg11{order:11}.flex.offset-lg11{margin-left:91.6666666667%}.flex.lg12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-lg12{order:12}.flex.offset-lg12{margin-left:100%}}@media all and (min-width: 1200px){.flex.xl1{flex-basis:8.3333333333%;flex-grow:0;max-width:8.3333333333%}.flex.order-xl1{order:1}.flex.offset-xl1{margin-left:8.3333333333%}.flex.xl2{flex-basis:16.6666666667%;flex-grow:0;max-width:16.6666666667%}.flex.order-xl2{order:2}.flex.offset-xl2{margin-left:16.6666666667%}.flex.xl3{flex-basis:25%;flex-grow:0;max-width:25%}.flex.order-xl3{order:3}.flex.offset-xl3{margin-left:25%}.flex.xl4{flex-basis:33.3333333333%;flex-grow:0;max-width:33.3333333333%}.flex.order-xl4{order:4}.flex.offset-xl4{margin-left:33.3333333333%}.flex.xl5{flex-basis:41.6666666667%;flex-grow:0;max-width:41.6666666667%}.flex.order-xl5{order:5}.flex.offset-xl5{margin-left:41.6666666667%}.flex.xl6{flex-basis:50%;flex-grow:0;max-width:50%}.flex.order-xl6{order:6}.flex.offset-xl6{margin-left:50%}.flex.xl7{flex-basis:58.3333333333%;flex-grow:0;max-width:58.3333333333%}.flex.order-xl7{order:7}.flex.offset-xl7{margin-left:58.3333333333%}.flex.xl8{flex-basis:66.6666666667%;flex-grow:0;max-width:66.6666666667%}.flex.order-xl8{order:8}.flex.offset-xl8{margin-left:66.6666666667%}.flex.xl9{flex-basis:75%;flex-grow:0;max-width:75%}.flex.order-xl9{order:9}.flex.offset-xl9{margin-left:75%}.flex.xl10{flex-basis:83.3333333333%;flex-grow:0;max-width:83.3333333333%}.flex.order-xl10{order:10}.flex.offset-xl10{margin-left:83.3333333333%}.flex.xl11{flex-basis:91.6666666667%;flex-grow:0;max-width:91.6666666667%}.flex.order-xl11{order:11}.flex.offset-xl11{margin-left:91.6666666667%}.flex.xl12{flex-basis:100%;flex-grow:0;max-width:100%}.flex.order-xl12{order:12}.flex.offset-xl12{margin-left:100%}}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-baseline{align-items:baseline}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-space-between{align-content:space-between}.align-content-space-around{align-content:space-around}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-space-around{justify-content:space-around}.justify-space-between{justify-content:space-between}.justify-space-evenly{justify-content:space-evenly}.justify-self-start{justify-self:flex-start}.justify-self-end{justify-self:flex-end}.justify-self-center{justify-self:center}.justify-self-baseline{justify-self:baseline}.flex-direction-row{flex-direction:row}.flex-direction-row-reverse{flex-direction:row-reverse}.flex-direction-column{flex-direction:column}.flex-direction-column-reverse{flex-direction:column-reverse}.grow{flex-grow:1!important;flex-shrink:0!important}.shrink{flex-grow:0!important;flex-shrink:1!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-y{overflow-y:auto}.overflow-x{overflow-x:auto}.d-block{display:block!important}.d-flex{display:flex!important}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.va-sidebar-item-title a[data-v-b0628c9b]{color:#000}.va-sidebar-item-title a.router-link-exact-active[data-v-b0628c9b]{color:teal}.va-layout{z-index:999}.sidebar-bg{background:linear-gradient(315deg,#b4d7df,transparent);background-position-x:0;background-position-y:0px;background-size:468px 100%}.child-menu{padding:10px}.va-icon.va-icon{background:linear-gradient(to top,#2390dd,#05c699);-webkit-background-clip:text;background-clip:text;color:transparent}.va-sidebar-item--active .va-icon.va-icon{background-color:transparent;color:currentColor}.rtl .va-layout-fixed-wrapper__content--left{left:auto;right:0}.va-sidebar__item__content>*{margin:0 .5rem}:root{--va-sidebar-item-content-padding: .7rem}.rtl .va-sidebar-item{border-left:none;border-right:var(--va-sidebar-item-active-border-size) solid transparent}.rtl{direction:rtl}.ltr{direction:ltr}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-brands,.fab{font-family:var(--fa-style-family-brands)}#app{overflow:hidden;height:100vh}.app-fullscreen{display:block;width:100%}.app{display:flex;height:100%;font-family:Assistant,Open Sans,Courier New,Courier,monospace!important}*,.va-typography-block{font-family:Assistant,Open Sans,Courier New,Courier,monospace;--va-font-family: "Assistant", "Open Sans", "Courier New", Courier, monospace}.main-content{padding:90px 5% 20px 20px;flex-grow:1;overflow-y:auto;flex-basis:80%;overflow-x:hidden}.content-full{padding:90px 20px 20px}.table{width:100%;border:0}th,td{text-align:center}th,td{padding:8px;border-bottom:1px solid #3f3f3f}th{background-color:#f2f2f2}h1{font-size:28px;margin:17px 0}h2{font-size:21px;margin:17px 0}h3{font-size:18px;margin:40px 0 10px}.form-check-input:checked{background-color:#43a0b1;border-color:#43a0b1}.form-check-input:focus{border-color:#86b7fe}.align-left{text-align:left}.align-right{text-align:right}.login[data-v-5bcf96f5]{max-width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.google_btn[disabled=true][data-v-5bcf96f5]{pointer-events:none;opacity:.5}.switch-height{height:3em;line-height:3em}.switch-size{width:4em!important;height:2em;margin-top:10px;margin-right:10px}@keyframes rainbowDiagonal{0%{background-position:100% 100%}to{background-position:0% 0%}}.rainbow-background>.input-group>*{z-index:20}.rainbow-background>.input-group{--gradient-shadow: linear-gradient(45deg, red, red, orange, yellow, green, blue, indigo, violet, indigo, blue, green, yellow, orange, orange, red, red);background-size:1000% 100%;animation:rainbowDiagonal 15s linear infinite;border:0;opacity:.9;border-radius:7px;padding-left:1.5px;transition:3s all ease-in}.rtl .rainbow-background>.input-group{padding-right:1.5px;padding-left:0}.rainbow-background>.input-group:before,.rainbow-background>.input-group:after{content:"";position:absolute;filter:blur(10px);background:var(--gradient-shadow);background-size:1000% 100%;animation:rainbowDiagonal 15s linear infinite;opacity:.2;top:var(--rainbow-top);left:var(--rainbow-left);width:var(--rainbow-width);height:var(--rainbow-height);transition:3s;z-index:1}.rtl .rainbow-background>.input-group:before,.rtl .rainbow-background>.input-group:after{right:var(--rainbow-left);left:auto}.rainbow-background>.input-group:after{filter:blur(20px)}.rainbow-background>.input-group>*{opacity:var(--rainbow-opacity)}form[data-v-837c0121]{margin-top:20px}.third-width[data-v-837c0121]{width:33%}.integrations-container[data-v-837c0121]{max-height:600px;overflow-y:auto;border:1px solid #ccc;padding:20px;border-radius:5px;min-height:200px}.integration-item[data-v-837c0121]{padding:10px;border-bottom:1px solid #eee;display:inline-block;margin:20px}.va-tabs .va-tabs__content{width:100%!important}.phoneNumber .va-select-content .va-select-content__option{justify-content:flex-end;direction:ltr}.justify-end .va-select-option{justify-content:flex-end}.input-group-text{white-space:break-spaces}.title-holder{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.vuecal__weekdays-headings{border-bottom:1px solid #ddd;margin-bottom:-1px}.vuecal--week-numbers .vuecal__weekdays-headings,.vuecal--view-with-time .vuecal__weekdays-headings{padding-left:3em}.vuecal--view-with-time.vuecal--twelve-hour .vuecal__weekdays-headings{font-size:.9em;padding-left:4em}.vuecal--overflow-x.vuecal--view-with-time .vuecal__weekdays-headings{padding-left:0}.vuecal__heading{width:100%;height:2.8em;font-weight:400;justify-content:center;text-align:center;align-items:center;position:relative;overflow:hidden}.vuecal__heading>.vuecal__flex{width:100%;height:100%;align-items:initial!important}.vuecal--sticky-split-labels .vuecal__heading{height:3.4em}.vuecal--month-view .vuecal__heading,.vuecal--week-view .vuecal__heading,.vuecal--day-view .vuecal__heading{width:14.2857%}.vuecal--hide-weekends.vuecal--month-view .vuecal__heading,.vuecal--hide-weekends.vuecal--week-view .vuecal__heading,.vuecal--hide-weekends.vuecal--day-view .vuecal__heading,.vuecal--years-view .vuecal__heading{width:20%}.vuecal--year-view .vuecal__heading{width:33.33%}.vuecal__heading .weekday-label{flex-shrink:0;display:flex;justify-content:center;align-items:center}.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .small,.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal .vuecal__split-days-headers{align-items:center}@media screen and (max-width: 550px){.vuecal__heading{line-height:1.2}.vuecal__heading .small,.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .full,.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .small,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall{display:block}.vuecal--overflow-x .vuecal__heading .small,.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--small.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small{display:none}}@media screen and (max-width: 450px){.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .full,.vuecal__heading .small,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal--small.vuecal--overflow-x .vuecal__heading .small,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall{display:block}.vuecal--small.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small{display:none}}.vuecal__header button{outline:none;font-family:inherit}.vuecal__menu{padding:0;margin:0;list-style-type:none;justify-content:center;background-color:#00000005}.vuecal__view-btn{background:none;border:none;padding:.3em 1em;height:2.2em;font-size:1.3em;border-bottom:0 solid currentColor;cursor:pointer;color:inherit;box-sizing:border-box;transition:.2s}.vuecal__view-btn--active{border-bottom-width:2px;background:#ffffff26}.vuecal__title-bar{background-color:#0000001a;display:flex;align-items:center;text-align:center;justify-content:space-between;font-size:1.4em;line-height:1.3;min-height:2em}.vuecal--xsmall .vuecal__title-bar{font-size:1.3em}.vuecal__title{position:relative;justify-content:center}.vuecal__title button{cursor:pointer;background:none;border:none}.vuecal__title button.slide-fade--left-leave-active,.vuecal__title button.slide-fade--right-leave-active{width:100%}.vuecal__today-btn{position:relative;align-items:center;display:flex;font-size:.8em;background:none;border:none}.vuecal__today-btn span.default{font-size:.8em;padding:3px 6px;text-transform:uppercase;cursor:pointer}.vuecal__arrow{cursor:pointer;position:relative;z-index:1;background:none;border:none;white-space:nowrap}.vuecal__arrow--prev{margin-left:.6em}.vuecal__arrow--next{margin-right:.6em}.vuecal__arrow i.angle{display:inline-block;border:solid currentColor;border-width:0 2px 2px 0;padding:.25em;transform:rotate(-45deg)}.vuecal__arrow--prev i.angle{border-width:2px 0 0 2px}.vuecal__arrow--highlighted,.vuecal__today-btn--highlighted,.vuecal__view-btn--highlighted{position:relative;background-color:#0000000a}.vuecal__arrow--highlighted *,.vuecal__today-btn--highlighted *,.vuecal__view-btn--highlighted *{pointer-events:none}.vuecal__arrow--highlighted:before,.vuecal__arrow--highlighted:after,.vuecal__today-btn--highlighted:before,.vuecal__today-btn--highlighted:after,.vuecal__view-btn--highlighted:before,.vuecal__view-btn--highlighted:after{content:"";background-color:inherit;animation:sonar .8s infinite ease-out;position:absolute;top:50%;left:50%;pointer-events:none}.vuecal__arrow--highlighted:before,.vuecal__today-btn--highlighted:before,.vuecal__view-btn--highlighted:before{width:3em;height:3em;border-radius:3em;margin-top:-1.5em;margin-left:-1.5em}.vuecal__arrow--highlighted:after,.vuecal__today-btn--highlighted:after,.vuecal__view-btn--highlighted:after{animation-duration:1.5s;animation-delay:.1s;width:2.6em;height:2.6em;border-radius:2.6em;margin-top:-1.3em;margin-left:-1.3em}@keyframes sonar{0%,20%{opacity:1}to{transform:scale(2.5);opacity:0}}@media screen and (max-width: 450px){.vuecal__title{font-size:.9em}.vuecal__view-btn{padding-left:.6em;padding-right:.6em}}@media screen and (max-width: 350px){.vuecal__view-btn{font-size:1.1em}}.vuecal__event{color:#666;background-color:#f8f8f8cc;position:relative;box-sizing:border-box;left:0;width:100%;z-index:1;transition:box-shadow .3s,left .3s,width .3s;overflow:hidden}.vuecal--no-time .vuecal__event{min-height:8px}.vuecal:not(.vuecal--dragging-event) .vuecal__event:hover{z-index:2}.vuecal__cell .vuecal__event *{-webkit-user-select:text;-moz-user-select:text;user-select:text}.vuecal--view-with-time .vuecal__event:not(.vuecal__event--all-day){position:absolute}.vuecal--view-with-time .vuecal__bg .vuecal__event--all-day{position:absolute;top:0;bottom:0;z-index:0;opacity:.6;width:auto;right:0}.vuecal--view-with-time .vuecal__all-day .vuecal__event--all-day{position:relative;left:0}.vuecal__event--background{z-index:0}.vuecal__event--focus,.vuecal__event:focus{box-shadow:1px 1px 6px #0003;z-index:3;outline:none}.vuecal__event.vuecal__event--dragging{opacity:.7}.vuecal__event.vuecal__event--static{opacity:0;transition:opacity .1s}@-moz-document url-prefix(){.vuecal__event.vuecal__event--dragging{opacity:1}}.vuecal__event-resize-handle{position:absolute;bottom:0;left:0;right:0;height:1em;background-color:#ffffff4d;opacity:0;transform:translateY(110%);transition:.3s;cursor:ns-resize}.vuecal__event:hover .vuecal__event-resize-handle,.vuecal__event:focus .vuecal__event-resize-handle,.vuecal__event--focus .vuecal__event-resize-handle,.vuecal__event--resizing .vuecal__event-resize-handle{opacity:1;transform:translateY(0)}.vuecal__event--dragging .vuecal__event-resize-handle{display:none}.vuecal__event-delete{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:1.4em;line-height:1.4em;background-color:#dd3333d9;color:#fff;z-index:0;cursor:pointer;transform:translateY(-110%);transition:.3s}.vuecal__event .vuecal__event-delete{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal--full-height-delete .vuecal__event-delete{height:auto;bottom:0}.vuecal--full-height-delete .vuecal__event-delete:before{content:"";width:1.7em;height:1.8em;display:block;background-image:url('data:image/svg+xml;utf8,<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5a10.5 10.5 0 100 21 10.5 10.5 0 000-21zm5 14.1c.2 0 .2.2.2.2l-.1.3-1 1-.3.1h-.2L12 13.5l-3.5 3.6h-.3-.3l-1-1v-.4-.2l3.6-3.6-3.6-3.5A.4.4 0 017 8l1-1 .3-.2c.1 0 .2 0 .2.2l3.6 3.5L15.6 7l.2-.2c.1 0 .2 0 .3.2l1 1v.5L13.5 12z" fill="%23fff" opacity=".9"/></svg>')}.vuecal__event--deletable .vuecal__event-delete{transform:translateY(0);z-index:1}.vuecal__event--deletable.vuecal__event--dragging .vuecal__event-delete{opacity:0;transition:none}.vuecal--month-view .vuecal__event-title{font-size:.85em}.vuecal--short-events .vuecal__event-title{text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 3px}.vuecal__event-title,.vuecal__event-content{-webkit-hyphens:auto;hyphens:auto}.vuecal__event-title--edit{border-bottom:1px solid transparent;text-align:center;transition:.3s;color:inherit;background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M442 150l-39 39-80-80 39-39q6-6 15-6t15 6l50 50q6 6 6 15t-6 15zM64 368l236-236 80 80-236 236H64v-80z" fill="%23000" opacity=".4"/></svg>');background-repeat:no-repeat;background-position:120% .15em;background-size:.4em;outline:none;width:100%}.vuecal__event-title--edit:hover,.vuecal__event-title--edit:focus{border-color:#0006;background-position:99% .15em;background-size:1.2em}.vuecal__cell{position:relative;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;transition:.15s ease-in-out background-color}.vuecal__cells.month-view .vuecal__cell,.vuecal__cells.week-view .vuecal__cell{width:14.2857%}.vuecal--hide-weekends .vuecal__cells.month-view .vuecal__cell,.vuecal--hide-weekends .vuecal__cells.week-view .vuecal__cell,.vuecal__cells.years-view .vuecal__cell{width:20%}.vuecal__cells.year-view .vuecal__cell{width:33.33%}.vuecal__cells.day-view .vuecal__cell{flex:1}.vuecal--overflow-x.vuecal--day-view .vuecal__cell{width:auto}.vuecal--click-to-navigate .vuecal__cell:not(.vuecal__cell--disabled){cursor:pointer}.vuecal--view-with-time .vuecal__cell,.vuecal--week-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits),.vuecal--day-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits){display:block}.vuecal__cell.vuecal__cell--has-splits{flex-direction:row;display:flex}.vuecal__cell:before{content:"";position:absolute;z-index:0;top:0;left:0;right:-1px;bottom:-1px;border:1px solid rgba(196,196,196,.25)}.vuecal--overflow-x.vuecal--day-view .vuecal__cell:before{bottom:0}.vuecal__cell--today,.vuecal__cell--current{background-color:#f0f0ff66;z-index:1}.vuecal__cell--selected{background-color:#ebfff566;z-index:2}.vuecal--day-view .vuecal__cell--selected{background:none}.vuecal__cell--out-of-scope{color:#00000040}.vuecal__cell--disabled{color:#00000040;cursor:not-allowed}.vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal__cell-split.vuecal__cell-split--highlighted{background-color:#0000000a;transition-duration:5ms}.vuecal__cell-content{position:relative;width:100%;height:100%;outline:none}.vuecal--years-view .vuecal__cell-content,.vuecal--year-view .vuecal__cell-content,.vuecal--month-view .vuecal__cell-content{justify-content:center}.vuecal__cell .cell-time-labels{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column}.vuecal__cell .cell-time-label{flex-grow:1;font-size:.8em;opacity:.3;line-height:1.7}.vuecal__cell-split{display:flex;flex-grow:1;flex-direction:column;height:100%;position:relative;transition:.15s ease-in-out background-color}.vuecal__cell-events{width:100%}.vuecal__cell-events-count{position:absolute;left:50%;top:65%;transform:translate(-50%);min-width:12px;height:12px;line-height:12px;padding:0 3px;background:#999;color:#fff;border-radius:12px;font-size:10px;box-sizing:border-box}.vuecal__cell .vuecal__special-hours{position:absolute;left:0;right:0;box-sizing:border-box}.vuecal--overflow-x.vuecal--week-view .vuecal__cell,.vuecal__cell-split{overflow:hidden}.vuecal__no-event{padding-top:1em;color:#aaa;justify-self:flex-start;margin-bottom:auto}.vuecal__all-day .vuecal__no-event{display:none}.vuecal__now-line{position:absolute;left:0;width:100%;height:0;color:red;border-top:1px solid currentColor;opacity:.6;z-index:1}.vuecal__now-line:before{content:"";position:absolute;top:-6px;left:0;border:5px solid transparent;border-left-color:currentColor}.vuecal{height:100%;box-shadow:0 0 0 1px inset #00000014}.vuecal *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal--has-touch *:not(.vuecal__event-title--edit){-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal .clickable{cursor:pointer}.vuecal--resizing-event,.vuecal--drag-creating-event{cursor:ns-resize}.vuecal--dragging-event{cursor:move;cursor:grabbing}.vuecal .dragging-helper{position:absolute;width:60px;height:40px;background:#8abee6cc;border:1px solid #61a9e0;z-index:10}.vuecal--xsmall{font-size:.9em}.vuecal__flex{display:flex;flex-direction:row}.vuecal__flex[column]{flex-direction:column;flex:1 1 auto}.vuecal__flex[grow]{flex:1 1 auto;width:100%}.vuecal__flex[wrap]{flex-wrap:wrap}.vuecal__split-days-headers.slide-fade--right-leave-active{display:none}.vuecal--week-numbers.vuecal--month-view .vuecal__split-days-headers{margin-left:3em}.vuecal--day-view:not(.vuecal--overflow-x) .vuecal__split-days-headers{margin-left:3em;height:2.2em}.vuecal--day-view.vuecal--twelve-hour:not(.vuecal--overflow-x) .vuecal__split-days-headers{margin-left:4em}.vuecal__split-days-headers .day-split-header{display:flex;flex-grow:1;flex-basis:0;justify-content:center;align-items:center;height:100%}.vuecal__split-days-headers .vuecal--day-view.vuecal--overflow-x.vuecal--sticky-split-labels .day-split-header{height:1.5em}.vuecal__body{position:relative;overflow:hidden}.vuecal__all-day{min-height:1.7em;margin-bottom:-1px;flex-shrink:0}.vuecal__all-day-text{width:3em;box-sizing:border-box;color:#999;padding-right:2px;display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;border-bottom:1px solid #ddd;-webkit-hyphens:auto;hyphens:auto}.vuecal__all-day-text span{font-size:.85em;text-align:right;line-height:1.1}.vuecal--twelve-hour .vuecal__all-day>span{width:4em}.vuecal__bg{overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:60px;position:relative;width:100%}.vuecal--no-time .vuecal__bg{display:flex;flex:1 1 auto;overflow:auto}.vuecal__week-numbers{width:3em;flex-shrink:0!important}.vuecal__week-numbers .vuecal__week-number-cell{opacity:.4;font-size:.9em;align-items:center;justify-items:center;justify-content:center}.vuecal__scrollbar-check{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;visibility:hidden;z-index:-1}.vuecal__scrollbar-check div{height:120%}.vuecal__time-column{width:3em;height:100%;flex-shrink:0}.vuecal--twelve-hour .vuecal__time-column{width:4em;font-size:.9em}.vuecal--overflow-x.vuecal--week-view .vuecal__time-column{margin-top:2.8em;box-shadow:0 1px 1px #0000004d}.vuecal--overflow-x.vuecal--week-view.vuecal--sticky-split-labels .vuecal__time-column{margin-top:3.4em}.vuecal--overflow-x.vuecal--day-view.vuecal--sticky-split-labels .vuecal__time-column{margin-top:1.5em}.vuecal__time-column .vuecal__time-cell{color:#999;text-align:right;padding-right:2px;font-size:.9em}.vuecal__time-column .vuecal__time-cell-line:before{content:"";position:absolute;left:0;right:0;border-top:1px solid rgba(196,196,196,.3)}.vuecal__cells{margin:0 1px 1px 0}.vuecal--overflow-x.vuecal--day-view .vuecal__cells{margin:0}.vuecal--events-on-month-view.vuecal--short-events .vuecal__cells{width:99.9%}.vuecal--overflow-x.vuecal--day-view .vuecal__cells,.vuecal--overflow-x.vuecal--week-view .vuecal__cells{flex-wrap:nowrap;overflow:auto}.slide-fade--left-enter-active,.slide-fade--left-leave-active,.slide-fade--right-enter-active,.slide-fade--right-leave-active{transition:.25s ease-out}.slide-fade--left-enter-from,.slide-fade--right-leave-to{transform:translate(-15px);opacity:0}.slide-fade--left-leave-to,.slide-fade--right-enter-from{transform:translate(15px);opacity:0}.slide-fade--left-leave-active,.slide-fade--right-leave-active{position:absolute!important;height:100%}.vuecal__title-bar .slide-fade--left-leave-active,.vuecal__title-bar .slide-fade--right-leave-active{left:0;right:0;height:auto}.vuecal__heading .slide-fade--left-leave-active,.vuecal__heading .slide-fade--right-leave-active{display:flex;align-items:center}.vuecal--green-theme .vuecal__menu,.vuecal--green-theme .vuecal__cell-events-count{background-color:#42b983;color:#fff}.vuecal--green-theme .vuecal__title-bar{background-color:#e4f5ef}.vuecal--green-theme .vuecal__cell--today,.vuecal--green-theme .vuecal__cell--current{background-color:#f0f0ff66}.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected{background-color:#ebfff566}.vuecal--green-theme .vuecal__cell--selected:before{border-color:#42b98380}.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--green-theme .vuecal__cell-split--highlighted{background-color:#c3ffe180}.vuecal--green-theme .vuecal__arrow--highlighted,.vuecal--green-theme .vuecal__today-btn--highlighted,.vuecal--green-theme .vuecal__view-btn--highlighted{background-color:#88ecbf40}.vuecal--blue-theme .vuecal__menu,.vuecal--blue-theme .vuecal__cell-events-count{background-color:#42a3b9cc;color:#fff}.vuecal--blue-theme .vuecal__title-bar{background-color:#00a5bc4d}.vuecal--blue-theme .vuecal__cell--today,.vuecal--blue-theme .vuecal__cell--current{background-color:#f0f0ff66}.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected{background-color:#ebfdff66}.vuecal--blue-theme .vuecal__cell--selected:before{border-color:#73bfcc80}.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--blue-theme .vuecal__cell-split--highlighted{background-color:#00a5bc0f}.vuecal--blue-theme .vuecal__arrow--highlighted,.vuecal--blue-theme .vuecal__today-btn--highlighted,.vuecal--blue-theme .vuecal__view-btn--highlighted{background-color:#42a3b933}.vuecal--rounded-theme .vuecal__weekdays-headings{border:none}.vuecal--rounded-theme .vuecal__cell,.vuecal--rounded-theme .vuecal__cell:before{background:none;border:none}.vuecal--rounded-theme .vuecal__cell--out-of-scope{opacity:.4}.vuecal--rounded-theme .vuecal__cell-content{width:30px;height:30px;flex-grow:0;border:1px solid transparent;border-radius:30px;color:#333}.vuecal--rounded-theme.vuecal--day-view .vuecal__cell-content{width:auto;background:none}.vuecal--rounded-theme.vuecal--year-view .vuecal__cell{width:33.33%}.vuecal--rounded-theme.vuecal--year-view .vuecal__cell-content{width:85px}.vuecal--rounded-theme.vuecal--years-view .vuecal__cell-content{width:52px}.vuecal--rounded-theme .vuecal__cell{background-color:transparent!important}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell-content{background-color:#f1faf7}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{background-color:#42b983;color:#fff}.vuecal--rounded-theme.vuecal--green-theme .vuecal--day-view .vuecal__cell--today:before{background-color:#42b9830d}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{border-color:#42b983}.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell-split--highlighted{background-color:#c3ffe180}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell-content{background-color:#64b6ff33}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{background-color:#8fb7e4;color:#fff}.vuecal--rounded-theme.vuecal--blue-theme .vuecal--day-view .vuecal__cell--today:before{background-color:#8fb7e41a}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{border-color:#61a9e0}.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell-split--highlighted{background-color:#00a5bc0f}.vuecal--date-picker .vuecal__title-bar{font-size:1.2em}.vuecal--date-picker .vuecal__heading{height:2.2em;font-weight:500;opacity:.4}.vuecal--date-picker .vuecal__weekdays-headings{border:none}.vuecal--date-picker .vuecal__body{margin-left:1px}.vuecal--date-picker .vuecal__cell,.vuecal--date-picker .vuecal__cell:before{background:none;border:none}.vuecal--date-picker .vuecal__cell-content{height:26px;flex-grow:0;border:1px solid transparent;border-radius:25px;transition:background-color .2s cubic-bezier(.39,.58,.57,1)}.vuecal--date-picker.vuecal--years-view .vuecal__cell-content{flex:0;padding:0 4px;height:24px}.vuecal--date-picker.vuecal--year-view .vuecal__cell-content{flex:0;padding:0 15px}.vuecal--date-picker.vuecal--month-view .vuecal__cell-content{width:26px}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell-content:hover{background-color:#0000001a}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{background-color:#42b982;color:#fff}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--current .vuecal__cell-content,.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{border-color:#42b982}.integration-notice{background-color:#ffefc1;padding:1em;margin-bottom:1em;border:1px solid #f0c36d}.cancelled{background-color:#f8d7da;color:#721c24;border-color:#f5c6cb;text-decoration:line-through}label small[data-v-0d93b730]{font-size:14px;margin-left:4px}label[data-v-0d93b730]{white-space:break-spaces}table[data-v-fc0b6d8d]{width:100%;border-collapse:collapse}th[data-v-fc0b6d8d],td[data-v-fc0b6d8d]{border:1px solid #ddd;padding:8px}th[data-v-fc0b6d8d]{background-color:#f2f2f2}.integration-type-grid[data-v-5de798f8]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.integration-type-grid button[data-v-5de798f8]{padding:.5rem;border:1px solid #ccc;background:#fff;cursor:pointer}.integration-type-grid button.active[data-v-5de798f8]{background:#f0f0f0;border-color:#888}.integration-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.integration-type{position:relative;cursor:pointer}.integration-type.active .va-card{cursor:default;background:#abe4ab!important}.integration-type.disabled{opacity:.5;pointer-events:none}.delete-button{position:absolute;top:0;left:0}.integration-image{display:block;margin:0 auto;border-radius:15px;max-width:100px;height:auto}.integration-label{margin-top:8px;font-weight:700;text-align:center}.integrated-icon{position:absolute;top:8px;right:8px;color:#fff;background:transparent;font-size:24px}.summary-btn[data-v-582d07d5]{cursor:pointer;font-weight:bolder}.audio-player[data-v-93ed088f]{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.audio-player svg[data-v-93ed088f]{color:#fff}.audio-player svg.play[data-v-93ed088f]{margin-left:2px;margin-right:-2px}input[type=range][data-v-93ed088f]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;background:#43a0b1;border-radius:50%;cursor:pointer}.action-round-btn[data-v-93ed088f]{height:40px;width:40px;border:none;border-radius:100%;background:#43a0b1}.view-appointment[data-v-14f4b084]{color:#00f;text-decoration:none;cursor:pointer;font-weight:700}.meeting-time-holder[data-v-14f4b084]{display:flex;align-items:center;justify-content:space-around;flex-direction:column;flex-wrap:wrap}.meeting-time-holder p[data-v-14f4b084]:nth-child(1){font-size:1.2rem;font-weight:600}.meeting-time-holder p[data-v-14f4b084]:nth-child(2){font-size:1rem;font-weight:600}.message-holder[data-v-d47d3052]{position:relative;text-align:right;line-height:1.2rem;background:#1b78fb;color:#fff;padding:10px;border-radius:10px}.message-holder[data-v-d47d3052]:before{content:"";position:absolute;bottom:0;right:-8px;top:40%;width:10px;height:10px;background:inherit;clip-path:polygon(0 100%,100% 100%,0 0)}.message-holder[data-v-c80cba0f]{display:flex;align-items:center;justify-content:flex-end}.no-message[data-v-c80cba0f]{font-weight:bolder}.avatar[data-v-c80cba0f]{margin-top:16px;align-self:baseline}#notesHolder[data-v-b6a732f2]{width:100%;color:#fff}.notes-header[data-v-b6a732f2]{padding:10px 0 5px;background:#000}.notes-header p[data-v-b6a732f2]{font-size:14px;font-weight:800}.notes-content[data-v-b6a732f2]{padding:10px}.contact-holder[data-v-b810098f]{text-align:right}.contact-holder li[data-v-b810098f]{cursor:pointer;margin-bottom:15px;position:relative}.contact-holder span[data-v-b810098f]{margin-right:15px}.contact-holder li i[data-v-b810098f]{cursor:pointer;position:absolute;left:0;bottom:40%;padding-left:5px}.active[data-v-b810098f]{background-color:#44a0b1;color:#fff;font-weight:700;border-radius:5px}.active i[data-v-b810098f]{color:#fff}#summaryPage[data-v-11b11c3e]{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}#summaryPage div p[data-v-11b11c3e]:first-child{margin:1rem 0}.contact[data-v-11b11c3e],.notes[data-v-11b11c3e],.summary[data-v-11b11c3e]{text-align:center}.contact[data-v-11b11c3e]{flex:1 1 5%}.notes[data-v-11b11c3e]{flex:1 1 15%;height:500px;overflow-y:auto}.summary[data-v-11b11c3e]{flex:1 1 20%;margin:0 20px}.border-divider[data-v-11b11c3e]{border-right:1px solid #f1eeee;border-left:1px solid #f1eeee}.contact[data-v-11b11c3e]{height:550px;overflow-y:auto;overflow-x:hidden}.contacts-holder[data-v-11b11c3e]{margin:1rem auto}.list__title[data-v-11b11c3e]{margin-bottom:1rem;font-size:1rem}.list__item[data-v-11b11c3e]{display:inline-block;margin:0 .25rem}.va-list-item-label[data-v-11b11c3e]{cursor:pointer;opacity:.8}.selected-text[data-v-11b11c3e]{font-weight:700;opacity:1}
