@-webkit-keyframes hs-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes hs-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-up {
    0% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-up {
    0% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-up-small {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-up-small {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-dd-center-fade-in-up-small {
    0% {
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
}

@keyframes hs-dd-center-fade-in-up-small {
    0% {
        -webkit-transform: translateX(-50%) translateY(20px);
        transform: translateX(-50%) translateY(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-up-tiny {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-up-tiny {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-left {
    0% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-left {
    0% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-left-small {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-left-small {
    0% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-dd-middle-fade-in-left-small {
    0% {
        -webkit-transform: translateX(20px) translateY(50%);
        transform: translateX(20px) translateY(50%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) translateY(50%);
        transform: translateX(0) translateY(50%);
        opacity: 1
    }
}

@keyframes hs-dd-middle-fade-in-left-small {
    0% {
        -webkit-transform: translateX(20px) translateY(50%);
        transform: translateX(20px) translateY(50%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) translateY(50%);
        transform: translateX(0) translateY(50%);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-left-tiny {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-left-tiny {
    0% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-right {
    0% {
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-right {
    0% {
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-right-small {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-right-small {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-dd-middle-fade-in-right-small {
    0% {
        -webkit-transform: translateX(-20px) translateY(50%);
        transform: translateX(-20px) translateY(50%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) translateY(50%);
        transform: translateX(0) translateY(50%);
        opacity: 1
    }
}

@keyframes hs-dd-middle-fade-in-right-small {
    0% {
        -webkit-transform: translateX(-20px) translateY(50%);
        transform: translateX(-20px) translateY(50%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0) translateY(50%);
        transform: translateX(0) translateY(50%);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-right-tiny {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-right-tiny {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-in-down-small {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes hs-fade-in-down-small {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-dd-center-fade-in-down-small {
    0% {
        -webkit-transform: translateX(-50%) translateY(-20px);
        transform: translateX(-50%) translateY(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
}

@keyframes hs-dd-center-fade-in-down-small {
    0% {
        -webkit-transform: translateX(-50%) translateY(-20px);
        transform: translateX(-50%) translateY(-20px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes hs-fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes hs-fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes hs-fade-out-up-small {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@keyframes hs-fade-out-up-small {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0
    }
}

@-webkit-keyframes hs-fade-out-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
        opacity: 0
    }
}

@keyframes hs-fade-out-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(400px);
        transform: translateY(400px);
        opacity: 0
    }
}

@-webkit-keyframes hs-fade-out-down-small {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@keyframes hs-fade-out-down-small {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0
    }
}

@-webkit-keyframes hs-move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

@keyframes hs-move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}

@-webkit-keyframes hs-rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes hs-rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hs-wobble {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    25% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg)
    }

    75% {
        -webkit-transform: rotateZ(-1deg);
        transform: rotateZ(-1deg)
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }
}

@keyframes hs-wobble {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    25% {
        -webkit-transform: rotateZ(1deg);
        transform: rotateZ(1deg)
    }

    75% {
        -webkit-transform: rotateZ(-1deg);
        transform: rotateZ(-1deg)
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }
}

@-webkit-keyframes hs-typing-indicator {
    0% {
        opacity: 0.3
    }

    40% {
        opacity: 0.7
    }

    80% {
        opacity: 0.3
    }

    100% {
        opacity: 0.3
    }
}

@keyframes hs-typing-indicator {
    0% {
        opacity: 0.3
    }

    40% {
        opacity: 0.7
    }

    80% {
        opacity: 0.3
    }

    100% {
        opacity: 0.3
    }
}

input[type=text],input[type=password],input[type=search],input[type=email],input[type=tel],input[type=url],input[type=number],textarea {
    font-family: custom, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #576066;
    height: auto;
    padding: 8px 12px;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    outline: 0;
    -webkit-transition: border-color .125s ease-out;
    transition: border-color .125s ease-out;
    width: 100%;
    color: #576066;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c8cacc;
    -webkit-box-shadow: rgba(0,0,0,.12) 0 1px 4px inset;
    box-shadow: rgba(0,0,0,.12) 0 1px 4px inset
}

input[type=text]::-webkit-input-placeholder,input[type=text]::-moz-placeholder,input[type=text]:-ms-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=password]::-moz-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=search]::-moz-placeholder,input[type=search]:-ms-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=email]::-moz-placeholder,input[type=email]:-ms-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=tel]::-moz-placeholder,input[type=tel]:-ms-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=url]::-moz-placeholder,input[type=url]:-ms-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=number]::-moz-placeholder,input[type=number]:-ms-input-placeholder,textarea::-webkit-input-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder {
    color: #859199
}

input[type=text]:focus,input[type=text].focus,input[type=password]:focus,input[type=password].focus,input[type=search]:focus,input[type=search].focus,input[type=email]:focus,input[type=email].focus,input[type=tel]:focus,input[type=tel].focus,input[type=url]:focus,input[type=url].focus,input[type=number]:focus,input[type=number].focus,textarea:focus,textarea.focus {
    color: #383f44;
    border-radius: 4px;
    background: #fff;
    border: 1px solid;
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9);
    background: #fff;
    background: var(--hs-foreground-color, #fff);
    -webkit-box-shadow: rgba(0,0,0,.12) 0 1px 4px inset;
    box-shadow: rgba(0,0,0,.12) 0 1px 4px inset;
    outline-width: 0
}

input[type=text][readonly],input[type=text][readonly=readonly],input[type=text].readonly,input[type=password][readonly],input[type=password][readonly=readonly],input[type=password].readonly,input[type=search][readonly],input[type=search][readonly=readonly],input[type=search].readonly,input[type=email][readonly],input[type=email][readonly=readonly],input[type=email].readonly,input[type=tel][readonly],input[type=tel][readonly=readonly],input[type=tel].readonly,input[type=url][readonly],input[type=url][readonly=readonly],input[type=url].readonly,input[type=number][readonly],input[type=number][readonly=readonly],input[type=number].readonly,textarea[readonly],textarea[readonly=readonly],textarea.readonly {
    color: #383f44;
    border-radius: 4px
}

input[type=text][readonly]:focus,input[type=text][readonly=readonly]:focus,input[type=text].readonly:focus,input[type=password][readonly]:focus,input[type=password][readonly=readonly]:focus,input[type=password].readonly:focus,input[type=search][readonly]:focus,input[type=search][readonly=readonly]:focus,input[type=search].readonly:focus,input[type=email][readonly]:focus,input[type=email][readonly=readonly]:focus,input[type=email].readonly:focus,input[type=tel][readonly]:focus,input[type=tel][readonly=readonly]:focus,input[type=tel].readonly:focus,input[type=url][readonly]:focus,input[type=url][readonly=readonly]:focus,input[type=url].readonly:focus,input[type=number][readonly]:focus,input[type=number][readonly=readonly]:focus,input[type=number].readonly:focus,textarea[readonly]:focus,textarea[readonly=readonly]:focus,textarea.readonly:focus {
    color: #383f44;
    border-radius: 4px
}

input[type=text][disabled],input[type=text][disabled=disabled],input[type=text].disabled,input[type=password][disabled],input[type=password][disabled=disabled],input[type=password].disabled,input[type=search][disabled],input[type=search][disabled=disabled],input[type=search].disabled,input[type=email][disabled],input[type=email][disabled=disabled],input[type=email].disabled,input[type=tel][disabled],input[type=tel][disabled=disabled],input[type=tel].disabled,input[type=url][disabled],input[type=url][disabled=disabled],input[type=url].disabled,input[type=number][disabled],input[type=number][disabled=disabled],input[type=number].disabled,textarea[disabled],textarea[disabled=disabled],textarea.disabled {
    color: #859199;
    border-radius: 4px;
    cursor: not-allowed
}

input[type=text].error,input[type=text].error-highlight,input[type=password].error,input[type=password].error-highlight,input[type=search].error,input[type=search].error-highlight,input[type=email].error,input[type=email].error-highlight,input[type=tel].error,input[type=tel].error-highlight,input[type=url].error,input[type=url].error-highlight,input[type=number].error,input[type=number].error-highlight,textarea.error,textarea.error-highlight {
    color: #576066;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #f66;
    -webkit-box-shadow: rgba(0,0,0,.12) 0 1px 4px inset;
    box-shadow: rgba(0,0,0,.12) 0 1px 4px inset
}

input[type=text].success,input[type=text].success-highlight,input[type=password].success,input[type=password].success-highlight,input[type=search].success,input[type=search].success-highlight,input[type=email].success,input[type=email].success-highlight,input[type=tel].success,input[type=tel].success-highlight,input[type=url].success,input[type=url].success-highlight,input[type=number].success,input[type=number].success-highlight,textarea.success,textarea.success-highlight {
    color: #576066;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #43bf6c;
    -webkit-box-shadow: rgba(0,0,0,.12) 0 1px 4px inset;
    box-shadow: rgba(0,0,0,.12) 0 1px 4px inset
}

input[type=text].small,input[type=password].small,input[type=search].small,input[type=email].small,input[type=tel].small,input[type=url].small,input[type=number].small,textarea.small {
    font-family: custom, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #576066;
    height: auto;
    padding: 4px 8px;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    outline: 0;
    -webkit-transition: border-color .125s ease-out;
    transition: border-color .125s ease-out
}

input[type=text].x-small,input[type=password].x-small,input[type=search].x-small,input[type=email].x-small,input[type=tel].x-small,input[type=url].x-small,input[type=number].x-small,textarea.x-small {
    font-family: custom, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #576066;
    height: auto;
    padding: 4px 8px;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    outline: 0;
    -webkit-transition: border-color .125s ease-out;
    transition: border-color .125s ease-out
}

.hs-page--mobile input[type=text],.hs-page--mobile input[type=password],.hs-page--mobile input[type=search],.hs-page--mobile input[type=email],.hs-page--mobile input[type=tel],.hs-page--mobile input[type=url],.hs-page--mobile input[type=number],.hs-page--mobile textarea {
    font-size: 16px
}

textarea {
    height: 108px;
    min-height: 108px
}

textarea.small {
    height: 90px;
    min-height: 90px
}

label {
    color: #383f44
}

.svg-content-color {
    fill: #11182780;
    fill: var(--hs-content-color-opacity-50, #11182780)
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [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
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    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-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html,body {
    height: 100%
}

html {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,*::before,*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-family: custom, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 400;
    line-height: 1.5;
    color: #576066;
    background: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.hs-faq iframe {
    max-width: 100%
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
    padding: 0;
    margin: 0
}

p {
    margin-bottom: 16px;
    font-size: inherit;
    line-height: 1.5;
    color: #576066;
    text-rendering: optimizeLegibility
}

em:not([class*=ion-]),i:not([class*=ion-]) {
    font-style: italic;
    line-height: inherit
}

strong,b {
    font-weight: 600;
    line-height: inherit
}

small {
    font-size: 12px;
    line-height: inherit
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    text-transform: none
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    font-size: 80%;
    line-height: 0;
    color: #859199
}

h1 {
    font-size: 32px;
    line-height: 32px
}

h2 {
    font-size: 21px;
    line-height: 28px
}

h3 {
    font-size: 18px;
    line-height: 24px
}

h4 {
    font-size: 16px;
    line-height: 20px
}

h5 {
    font-size: 14px;
    line-height: 18px
}

h6 {
    font-size: 12px;
    line-height: 16px
}

a {
    line-height: inherit;
    color: #453fb9;
    color: var(--hs-primary-color, #453fb9);
    text-decoration: underline;
    cursor: pointer
}

a:hover,a:focus {
    color: #6a65c7;
    color: var(--hs-primary-light, #6a65c7)
}

a img {
    border: 0
}

hr {
    height: 0;
    max-width: 100%;
    margin: 20px auto;
    clear: both;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #d4d7d9;
    border-left: 0
}

ul,ol,dl {
    margin-bottom: 16px;
    line-height: 1.5;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    margin-left: 20px;
    list-style-type: disc
}

ol {
    margin-left: 20px
}

ul ul,ul ol,ol ul,ol ol {
    margin-bottom: 0;
    margin-left: 20px
}

dl {
    margin-bottom: 16px
}

dl dt {
    margin-bottom: 4px;
    font-weight: 600
}

pre,code {
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    font-weight: 400
}

code {
    padding: 2px 5px 1px;
    color: #576066;
    background-color: #f8f9f9;
    border: 1px solid #d4d7d9
}

kbd {
    font-family: Consolas,"Liberation Mono",Menlo,Courier,monospace;
    font-weight: 400;
    color: #383f44
}

body .hs-button {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    color: var(--hs-action-text-color, #fff);
    cursor: pointer;
    background-color: #453fb9;
    background-color: var(--hs-action-color, #453fb9);
    border: 1px solid transparent;
    border-radius: 4px
}

body .hs-button:hover,body .hs-button:focus {
    background-color: #6a65c7;
    background-color: var(--hs-action-light, #6a65c7)
}

body .hs-button:active {
    background-color: #373294;
    background-color: var(--hs-action-dark, #373294)
}

body .hs-button:disabled {
    cursor: not-allowed;
    opacity: .5
}

body .hs-button:disabled:hover,body .hs-button:disabled:focus {
    background-color: #453fb9;
    background-color: var(--hs-action-color, #453fb9)
}

body .hs-button--hollow {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    background-color: transparent;
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9)
}

body .hs-button--hollow:hover,body .hs-button--hollow:focus {
    color: #6a65c7;
    color: var(--hs-action-light, #6a65c7);
    background-color: transparent;
    border-color: #6a65c7;
    border-color: var(--hs-action-light, #6a65c7)
}

body .hs-button--hollow:active {
    color: #373294;
    color: var(--hs-action-dark, #373294);
    background-color: transparent;
    border-color: #373294;
    border-color: var(--hs-action-dark, #373294)
}

body .hs-button--hollow:disabled {
    cursor: not-allowed;
    opacity: .5
}

body .hs-button--hollow:disabled:hover,body .hs-button--hollow:disabled:focus {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    background-color: transparent
}

body .hs-button--empty {
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    border: none
}

body .hs-form-field {
    position: relative;
    margin-bottom: 12px
}

body .hs-form-field__label {
    font-size: 12px;
    font-weight: 500
}

body .hs-form-field--error .hs-form-field__input {
    border-color: #e94b4b;
    border-color: var(--hs-secondary-color, #e94b4b)
}

body .hs-form-field__error-icon {
    position: absolute;
    top: 28px;
    right: 4px
}

body .hs-form-field__error-icon path {
    fill: #e94b4b;
    fill: var(--hs-secondary-color, #e94b4b)
}

body .hs-star-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

body .hs-star-rating__icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 56px;
    margin: 0px 4px
}

body .hs-star-rating__icon-wrapper:first-child {
    margin-left: 0
}

body .hs-star-rating__icon-wrapper:last-child {
    margin-right: 0
}

body .hs-star-rating__inactive-icon path {
    fill: none;
    stroke: #11182780;
    stroke: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-star-rating__active-icon path {
    fill: #f2b230;
    fill: var(--hs-csat-accent-color, #f2b230);
    stroke: #f2b230;
    stroke: var(--hs-csat-accent-color, #f2b230)
}

body .hs-star-rating__active-label-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 12px
}

body .hs-star-rating__label {
    display: -webkit-box;
    margin-top: 12px;
    overflow: hidden;
    font-size: 10px;
    line-height: 12px;
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780);
    text-align: center;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

body .hs-star-rating__active-label {
    display: -webkit-box;
    overflow: hidden;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #111827;
    color: var(--hs-content-color, #111827);
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

body .hs-star-rating--edit-mode .hs-star-rating__icon,body .hs-star-rating--edit-mode .hs-star-rating__active-icon {
    cursor: pointer
}

body .hs-star-rating--read-only .hs-star-rating__icon-wrapper {
    min-width: unset
}

body .hs-star-rating--read-only .hs-star-rating__icon,body .hs-star-rating--read-only .hs-star-rating__active-icon {
    cursor: default
}

body .hs-csat__feedback-bot-csat-star-rating .hs-star-rating__icon-wrapper {
    min-width: 44px
}

body .hs-dnd-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: auto
}

body .hs-dnd-wrapper__drop-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8px;
    color: #859199;
    text-align: center;
    background-color: #fff;
    border: 2px dashed;
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9);
    border-radius: 4px
}

body .hs-file-input {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px
}

body .hs-file-input__file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

body .hs-file-input--primary-label-color .hs-file-input__info-text {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9)
}

body .hs-file-input--no-padding {
    padding: 0
}

body .hs-file-input:focus-within {
    outline-width: 2px;
    outline-style: solid;
    outline-color: rgba(0,103,244,.4);
    outline-color: var(--hs-focus-ring-color, rgba(0, 103, 244, 0.4))
}

body .hs-file-input--disabled {
    cursor: not-allowed;
    opacity: .4
}

body .hs-file-input--disabled .hs-file-input__info-text {
    opacity: .4
}

body .hs-file-input--invisible {
    display: none
}

body .hs-view-wrapper {
    height: 100%
}

body .hs-jump-to-latest {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 9px 8px;
    cursor: pointer;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12)
}

body .hs-jump-to-latest__icon {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

body .hs-jump-to-latest__unread-icon {
    position: absolute;
    top: 0;
    right: -1px;
    width: 12px;
    height: 12px;
    background-color: #e94b4b;
    background-color: var(--hs-secondary-color, #e94b4b);
    border-radius: 50%
}

body .hs-page {
    height: 100%;
    overflow: hidden;
    border-radius: 8px
}

body .hs-page--mobile,body .hs-page--full-screen {
    border-radius: 0
}

body .hs-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background-color: #f0f2f4;
    background-color: var(--hs-background-color, #f0f2f4)
}

body .hs-view--safari-fix {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

body .hs-view--overflow-hidden .hs-view__scroll-wrapper {
    overflow-y: hidden
}

body .hs-view--overflow-hidden .hs-picker__options-container {
    overflow-y: auto
}

body .hs-view__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto
}

body .hs-view__content:focus {
    outline-offset: -3px
}

body .hs-view__scroll-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body .hs-view__skip-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 4px 20px 12px;
    padding-right: calc(max(20px, env(safe-area-inset-right)))
}

body .hs-view *:focus {
    outline-offset: -2px;
    outline-width: 2px;
    outline-style: solid;
    outline-color: rgba(0,103,244,.4);
    outline-color: var(--hs-focus-ring-color, rgba(0, 103, 244, 0.4))
}

body .hs-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    padding: 0px 16px;
    padding-top: calc(max(0px, env(safe-area-inset-top)));
    padding-right: calc(max(4px, env(safe-area-inset-right)));
    padding-left: calc(max(16px, env(safe-area-inset-left)));
    font-weight: 500;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    color: #111827;
    color: var(--hs-primary-text-color, #111827);
    background: linear-gradient(98deg, #453fb9, #453fb9bf 130%);
    background: linear-gradient(98deg, var(--hs-primary-color, #453fb9), var(--hs-gradient-primary-color, #453fb9bf) 130%)
}

body .hs-header__avatar-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0
}

body .hs-header__text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0
}

body .hs-header__back-btn-link,body .hs-header__close-chat-btn-link,body .hs-header__close-hs-widget-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111827;
    color: var(--hs-primary-text-color, #111827);
    text-decoration: none
}

body .hs-header__back-btn-link:focus,body .hs-header__close-chat-btn-link:focus,body .hs-header__close-hs-widget-btn:focus {
    outline-offset: 2px;
    outline-color: #111827;
    outline-color: var(--hs-primary-text-color, #111827)
}

body .hs-header__close-chat-btn-link-background-el,body .hs-header__close-hs-widget-btn-background-el {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    min-width: 48px;
    border-radius: 50%
}

body .hs-header__close-chat-btn-link-background-el:hover,body .hs-header__close-hs-widget-btn-background-el:hover {
    background-color: #0000001a
}

body .hs-header__close-chat-icon path,body .hs-header__close-hs-widget-icon path {
    fill: #111827;
    fill: var(--hs-primary-text-color, #111827)
}

body .hs-header__avatar {
    margin-right: 8px
}

body .hs-header__title-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600
}

body .hs-header__title-nickname-text {
    font-size: 12px;
    font-weight: 400;
    color: #111827b3;
    color: var(--hs-primary-text-color-opacity-70, #111827b3)
}

body .hs-header__back-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    min-width: 48px;
    margin-right: 8px;
    border-radius: 50%
}

body .hs-header__back-icon-wrapper:hover {
    background: #0000001a
}

body .hs-header--lite-sdk {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    background: #453fb9;
    background: var(--hs-primary-color, #453fb9);
    padding-left: calc(max(4px, env(safe-area-inset-left)))
}

body .hs-header--lite-sdk .hs-header__avatar-title-wrapper {
    margin: 0 auto 0 4px
}

body .hs-header--lite-sdk .hs-ion-icon {
    padding: 12px
}

body .hs-header--mobile {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body .hs-header--safari-mobile-ellipses-fix .hs-header__title-text {
    max-width: 300px
}

body .hs-header--landscape-fix {
    height: 38px
}

body .hs-header__hs-widget {
    padding: 0px 4px
}

body .hs-header__faq-view--desktop {
    padding: 0px 4px
}

body .hs-header__close-chat-avatar-title-wrappar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .hs-avatar__avatar {
    border-radius: 50%
}

body .hs-avatar__avatar--hidden {
    display: none
}

body .hs-avatar__wrapper {
    position: relative
}

body .hs-avatar__presence-status-badge {
    position: absolute;
    top: 28px;
    left: 28px;
    width: 8px;
    height: 8px;
    background-color: #43bf6c;
    border-radius: 50%
}

body .hs-message-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px 20px 20px;
    padding-right: calc(max(20px, env(safe-area-inset-right)));
    padding-left: calc(max(20px, env(safe-area-inset-left)))
}

body .hs-message-list--with-avatar {
    padding-left: 56px;
    padding-left: calc(max(56px, env(safe-area-inset-left)))
}

body .hs-message-list__date-separator {
    margin: 4px 0px;
    color: #859199;
    text-align: center
}

body .hs-message-list__typing-indicator {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    padding: 16px 0px;
    margin-top: 12px;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.08),0 0 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.08),0 0 1px 0 rgba(0,0,0,.12)
}

body .hs-message-list__typing-dot {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hs-typing-indicator;
    animation-name: hs-typing-indicator;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 8px;
    height: 8px;
    margin: 0px 2px;
    background: #111827;
    background: var(--hs-content-color, #111827);
    border-radius: 50%
}

body .hs-message-list__typing-anim-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

body .hs-message-list__typing-anim-2 {
    -webkit-animation-delay: .075s;
    animation-delay: .075s
}

body .hs-message-list__typing-anim-3 {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

body .hs-message-list__pills-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px
}

body .hs-message-list__pill-heading {
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--hs-content-color-opacity-70, )
}

body .hs-message-list__pill-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    outline: none
}

body .hs-message-list__pill-option {
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding: 12px 16px;
    margin: 4px 0px 4px 8px;
    font-weight: 400;
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    background: #fff;
    background: var(--hs-foreground-color, #fff);
    border-color: transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12)
}

body .hs-message-list__pill-option:hover {
    color: #fff;
    color: var(--hs-action-text-color, #fff);
    background: #453fb9;
    background: var(--hs-action-color, #453fb9);
    border-color: transparent
}

body .hs-message-list__pill-option-label {
    display: -webkit-box;
    overflow: hidden;
    line-height: 21px;
    text-align: start;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

body .hs-message-list__skip-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 4px
}

body .hs-message-list__branding-wrapper {
    padding-bottom: 8px
}

@supports(padding-top: constant(safe-area-inset-top)) {
    body .hs-message-list {
        padding-right:calc(20px + constant(safe-area-inset-right));
        padding-left: calc(20px + constant(safe-area-inset-left))
    }

    body .hs-message-list--with-avatar {
        padding-left: calc(56px + constant(safe-area-inset-left))
    }
}

body .hs-chat-view__msg-loading-failed-txt {
    opacity: .8
}

body .hs-chat-view__jump-to-latest-wrapper {
    position: absolute;
    right: 24px;
    bottom: 64px
}

body .hs-chat-view__msgs-loader-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0px
}

body .hs-chat-view__msg-loading-failed-link {
    margin-left: 4px;
    color: #453fb9;
    color: var(--hs-primary-color, #453fb9);
    font-weight: 600;
    text-decoration: underline
}

body .hs-chat-view__msgs-loader-spinner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4px
}

body .hs-chat-view__msgs-loader-spinner path {
    fill: #453fb9;
    fill: var(--hs-primary-color, #453fb9)
}

body .hs-chat-view--no-footer-branding {
    bottom: 16px
}

@-webkit-keyframes message-slide-up {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes message-slide-up {
    0% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body .hs-message {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 85%;
    margin-top: 2px
}

body .hs-message__item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%
}

body .hs-message__smart-form-attachment-format {
    font-size: 10px;
    color: var(--hs-primary-text-color-opacity-70, #111827b3)
}

body .hs-message__smart-form-attachment-size {
    margin: 0;
    font-size: 10px;
    color: var(--hs-primary-text-color-opacity-70, #111827b3)
}

body .hs-message__details-and-msg-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

body .hs-message__avatar {
    position: absolute;
    top: 0;
    left: -40px;
    margin-top: 32px
}

body .hs-message__item {
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    position: relative;
    max-width: 100%;
    padding: 12px 16px;
    overflow: hidden;
    color: #111827;
    color: var(--hs-content-color, #111827);
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.08),0 0 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.08),0 0 1px 0 rgba(0,0,0,.12)
}

body .hs-message__item a {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9)
}

body .hs-message__item a:hover {
    color: #6a65c7;
    color: var(--hs-action-light, #6a65c7)
}

body .hs-message__csat-rating-title {
    margin-top: 12px
}

body .hs-message__active-csat-star-rating path {
    fill: #111827;
    fill: var(--hs-primary-text-color, #111827);
    stroke: #111827;
    stroke: var(--hs-primary-text-color, #111827)
}

body .hs-message__inactive-csat-star-rating path {
    fill: none;
    stroke: #111827;
    stroke: var(--hs-primary-text-color, #111827)
}

body .hs-message__request-screenshot-button {
    display: inline-block;
    padding: 4px 12px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9)
}

body .hs-message__bot-attach-file-button {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border: 1px solid;
    border-radius: 8px;
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9)
}

body .hs-message__bot-attach-file-button:hover {
    background: #453fb933;
    background: var(--hs-primary-color-opacity-20, #453fb933)
}

body .hs-message__bot-attach-file-button--invisible {
    display: none
}

body .hs-message__file-attachment,body .hs-message__image-attachment {
    margin-top: 4px;
    cursor: pointer;
    border-radius: 8px
}

body .hs-message__file-attachment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

body .hs-message__file-attachment path {
    color: #111827b3;
    color: var(--hs-primary-text-color-opacity-70, #111827b3)
}

body .hs-message__file-attachment-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 12px
}

body .hs-message__file-attachment-icon {
    margin-top: 2px
}

body .hs-message__file-attachment-name {
    margin-bottom: 4px;
    text-decoration: underline
}

body .hs-message__file-attachment-size-detail {
    font-size: 10px;
    color: #111827b3;
    color: var(--hs-primary-text-color-opacity-70, #111827b3)
}

body .hs-message__image-attachment {
    width: 200px;
    height: 200px;
    padding: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

body .hs-message__sending-msg-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-color: #e94b4b;
    border-color: var(--hs-secondary-color, #e94b4b);
    opacity: 50%
}

body .hs-message__sending-msg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

body .hs-message__app-review-request a {
    display: block;
    padding-top: 8px;
    margin-top: 8px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-top: solid 1px;
    border-color: #1118271a;
    border-color: var(--hs-content-color-opacity-10, #1118271a);
    color: #453fb9;
    color: var(--hs-action-color, #453fb9)
}

body .hs-message__app-review-request--disabled a {
    color: var(--hs-content-color-opacity-60, );
    pointer-events: none
}

body .hs-message--shift-up-animation {
    -webkit-animation-duration: .32s;
    animation-duration: .32s;
    -webkit-animation-name: message-slide-up;
    animation-name: message-slide-up;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

body .hs-message--lazy-image-attachment {
    background-image: none !important
}

body .hs-message--left .hs-message__details-and-msg-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

body .hs-message--left .hs-message__file-attachment-name {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9)
}

body .hs-message--left .hs-message__file-attachment-size-detail {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-message--left .hs-message__file-attachment path {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-message--right {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

body .hs-message--right .hs-message__details-and-msg-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

body .hs-message--right .hs-message__item-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

body .hs-message--right .hs-message__item {
    color: #fff;
    color: #111827;
    color: var(--hs-primary-text-color, #111827);
    background-color: #453fb9;
    background-color: var(--hs-primary-color, #453fb9)
}

body .hs-message--right .hs-message__item a {
    color: #fff;
    text-decoration: underline
}

body .hs-message--right .hs-message__sis-parent {
    padding-bottom: 4px;
    font-size: 12px;
    color: #111827b3;
    color: var(--hs-primary-text-color-opacity-70, #111827b3)
}

body .hs-message--right .hs-message__sis-child {
    color: #111827;
    color: var(--hs-primary-text-color, #111827)
}

body .hs-message--right .hs-message__form-field {
    padding: 6px 0px
}

body .hs-message--right .hs-message__form-field__label {
    font-size: 12px;
    color: #111827b3;
    color: var(--hs-primary-text-color-opacity-70, #111827b3)
}

body .hs-message--right .hs-message__form-field__value {
    color: #111827;
    color: var(--hs-primary-text-color, #111827)
}

body .hs-message--right .hs-message__image-attachment,body .hs-message--right .hs-message__file-attachment {
    margin: 0
}

body .hs-message--right .hs-message__image-attachment--multiple,body .hs-message--right .hs-message__file-attachment--multiple {
    margin-bottom: 8px
}

body .hs-message--right .hs-message__details {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

body .hs-message--right .hs-message__previewable-smart-form-attachment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 32px
}

body .hs-message--right .hs-message__non-previewable-smart-form-attachment button {
    color: #111827;
    color: var(--hs-primary-text-color, #111827);
    margin-top: 2px
}

body .hs-message .hs-bot-attachment__placeholder {
    font-size: 12px;
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-message__suggested-faqs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2px;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.08),0 0 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.08),0 0 1px 0 rgba(0,0,0,.12)
}

body .hs-message__suggested-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px;
    color: #111827;
    color: var(--hs-content-color, #111827);
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid;
    border-color: #1118270d;
    border-color: var(--hs-content-color-opacity-5, #1118270d)
}

body .hs-message__suggested-faq:hover {
    background-color: #453fb91a;
    background-color: var(--hs-action-color-opacity-10, #453fb91a)
}

body .hs-message__suggested-faq:hover:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

body .hs-message__suggested-faq:hover:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

body .hs-message__suggested-faq:last-child {
    border: none
}

body .hs-message__suggested-faq-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-align: start;
    -webkit-box-orient: vertical
}

body .hs-message__suggested-faq-title--single-line-clamp {
    -webkit-line-clamp: 1
}

body .hs-message__suggested-faq-icon {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780);
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 4px
}

body .hs-message__hr {
    height: 1px;
    margin: 20px 0px;
    background: #11182780;
    background: var(--hs-content-color-opacity-50, #11182780);
    opacity: .2
}

body .hs-message__conversation-redacted {
    padding: 12px 0px;
    margin-right: 36px;
    font-size: 12px;
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780);
    text-align: center;
    opacity: .5
}

body .hs-message--redacted {
    opacity: .5
}

body .hs-message--redacted+.hs-message__action-card {
    width: auto;
    padding: 12px 16px
}

body .hs-message__details {
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    font-size: 12px;
    hyphens: auto;
    letter-spacing: -0.5px
}

body .hs-message__agent-name {
    color: #111827;
    color: var(--hs-content-color, #111827);
    margin-right: 4px
}

body .hs-message__timestamp {
    color: var(--hs-content-color-opacity-70, )
}

body .hs-message__icon-error {
    margin-right: 4px
}

body .hs-message__icon-error path {
    fill: #111827;
    fill: var(--hs-primary-text-color, #111827)
}

body .hs-message__text-icon-error {
    margin-right: 4px;
    margin-left: 12px
}

body .hs-message__text-icon-error path {
    fill: #111827;
    fill: var(--hs-primary-text-color, #111827)
}

body .hs-message__refresh-icon-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20px;
    height: 20px
}

body .hs-message__refresh-icon {
    margin-right: 4px;
    fill: none;
    stroke: #453fb9;
    stroke: var(--hs-primary-color, #453fb9)
}

body .hs-message__refresh-icon path {
    fill: none;
    stroke: #453fb9;
    stroke: var(--hs-primary-color, #453fb9)
}

body .hs-message__attachment-error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #e94b4b;
    color: var(--hs-secondary-color, #e94b4b)
}

body .hs-message__error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #e94b4b;
    color: var(--hs-secondary-color, #e94b4b)
}

body .hs-message__failed-img {
    opacity: .5
}

body .hs-message__refresh-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .hs-message--error .hs-message__item {
    border-color: #e94b4b;
    border-color: var(--hs-secondary-color, #e94b4b);
    opacity: 50%
}

body .hs-message__height-finder {
    width: 100%;
    opacity: 0
}

body .hs-message__chat-separator-wrapper {
    margin-left: -36px
}

body .hs-message__chat-separator-content-text {
    padding: 4px 12px;
    background: #fff;
    background: var(--hs-foreground-color, #fff);
    border: 1px solid;
    border-color: #1118271a;
    border-color: var(--hs-content-color-opacity-10, #1118271a);
    border-radius: 12px
}

body .hs-message__show-conversation-id {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px
}

body .hs-message--timestamp,body .hs-message--info-text {
    max-width: 100%;
    font-size: 12px;
    color: var(--hs-content-color-opacity-70, );
    text-align: center
}

body .hs-message--timestamp {
    margin: 20px 0px 8px
}

body .hs-message__grouped-messages {
    margin-top: 8px
}

body .hs-message--info-text {
    margin-top: 28px
}

body .hs-message__action-card {
    width: 200px;
    padding: 0;
    margin-top: 4px
}

body .hs-message__action-card-image {
    width: 200px;
    height: 150px;
    cursor: default;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

body .hs-message__action-card-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px;
    font-size: 12px;
    color: #111827;
    color: var(--hs-content-color, #111827);
    text-align: center;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-bottom: 1px solid;
    border-bottom-color: #11182733;
    border-bottom-color: var(--hs-content-color-opacity-20, #11182733)
}

body .hs-message__action-card-action {
    padding: 12px;
    font-size: 14px;
    color: #453fb9;
    color: var(--hs-primary-color, #453fb9);
    text-align: center;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff)
}

body .hs-message--with-avatar {
    padding-left: calc(max(0px, env(safe-area-inset-left)))
}

body .hs-message--full-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 100%
}

body .hs-message--left+.hs-message--right {
    margin-top: 4px
}

body .hs-message--right+.hs-message--left {
    margin-top: 4px
}

@supports(padding-top: constant(safe-area-inset-top)) {
    body .hs-message--with-avatar {
        padding-left:calc(0px + constant(safe-area-inset-left))
    }
}

body .hs-file-input__bot {
    padding: 8px 16px
}

body .hs-footer {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12)
}

body .hs-footer__btn {
    color: #fff;
    background-color: #453fb9;
    background-color: var(--hs-action-color, #453fb9);
    border-radius: 18px
}

body .hs-footer__btn:hover {
    color: #fff;
    color: var(--hs-foreground-color, #fff);
    background-color: #6a65c7;
    background-color: var(--hs-action-light, #6a65c7)
}

body .hs-footer--intents-closed {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1)
}

body .hs-footer--intents-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 100%
}

body .hs-footer--center-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px
}

body .hs-footer__vertical-items-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .hs-footer--active {
    border-color: #1118271a;
    border-color: var(--hs-content-color-opacity-10, #1118271a)
}

body .hs-footer--full-screen {
    border-radius: 0
}

body .hs-footer--failure {
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    margin: 0px 16px;
    border-top: 0
}

body .hs-footer--failure .hs-chat-footer__field {
    background-color: inherit
}

body .hs-footer--error {
    border: 1px solid;
    border-color: #e94b4b;
    border-color: var(--hs-secondary-color, #e94b4b)
}

body .hs-footer--list-picker-opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 100%
}

body .hs-footer--with-list-picker {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1)
}

body .hs-footer--mobile {
    background-color: inherit;
    border: solid 1px;
    border-color: #11182733;
    border-color: var(--hs-content-color-opacity-20, #11182733);
    border-radius: 0
}

body .hs-footer--desktop {
    margin: 0px 16px
}

body .hs-footer--desktop.smart-intents {
    margin-top: 16px
}

body .hs-footer--desktop-no-branding {
    margin-bottom: 12px
}

body .hs-footer--emoji-widget-opened .hs-chat-footer__misc-actions-wrapper {
    bottom: calc(100% + 8px)
}

body .hs-footer--emoji-widget-opened .hs-chat-footer__emoji-icon {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9)
}

body .hs-footer--emoji-widget-opened .hs-chat-footer__emoji-icon circle,body .hs-footer--emoji-widget-opened .hs-chat-footer__emoji-icon path {
    fill: #453fb9;
    fill: var(--hs-action-color, #453fb9)
}

body .hs-footer--emoji-widget-opened .hs-chat-footer__emoji-icon circle:last-child {
    fill: none
}

body .hs-footer:has(.hs-captcha-verification-failure__user-action-message) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

body .hs-widget-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 4px 24px 16px
}

body .hs-widget-footer__branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .hs-start-conv {
    padding: 16px;
    text-align: center
}

body .hs-faq {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px 16px 0px 16px;
    padding-right: calc(max(16px, env(safe-area-inset-right)));
    padding-bottom: calc(max(0px, env(safe-area-inset-bottom)));
    padding-left: calc(max(16px, env(safe-area-inset-left)))
}

body .hs-faq__title {
    color: #111827;
    color: var(--hs-content-color, #111827);
    line-height: inherit
}

body .hs-faq__body {
    color: #111827;
    color: var(--hs-content-color, #111827);
    font-size: 16px
}

body .hs-faq__body * {
    padding: revert;
    margin: revert
}

body .hs-faq__body a {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9)
}

body .hs-faq__body a:hover {
    color: #6a65c7;
    color: var(--hs-action-light, #6a65c7)
}

body .hs-faq__body p {
    color: #111827;
    color: var(--hs-content-color, #111827)
}

body .hs-faq__body pre {
    padding: 2px 4px;
    word-wrap: break-word;
    white-space: pre-line;
    border-radius: 4px;
    direction: ltr;
    background: #453fb933;
    background: var(--hs-action-color-opacity-20, #453fb933)
}

body .hs-faq__body blockquote {
    padding: 16px 32px 16px 44px;
    margin: 16px 0px;
    line-height: 1.5;
    border-left: 8px solid;
    border-radius: 4px;
    border-left-color: #453fb9;
    border-left-color: var(--hs-primary-color, #453fb9);
    background: #f0f2f4;
    background: var(--hs-background-color, #f0f2f4)
}

body .hs-faq__body blockquote::after {
    content: ""
}

body .hs-faq__body table {
    width: 100%;
    max-width: 100%;
    border: 1px solid;
    border-collapse: collapse;
    border-color: #11182733;
    border-color: var(--hs-content-color-opacity-20, #11182733)
}

body .hs-faq__body td,body .hs-faq__body tr {
    border: 1px solid;
    border-color: #11182733;
    border-color: var(--hs-content-color-opacity-20, #11182733)
}

body .hs-faq__body td {
    padding: 4px
}

body .hs-faq__body code {
    padding: 2px 4px;
    border-radius: 4px;
    background: #453fb933;
    background: var(--hs-action-color-opacity-20, #453fb933)
}

body .hs-faq__body div[data-hs-editor-attribute=callout] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: padding(8);
    border-radius: 2px;
    background: #453fb90d;
    background: var(--hs-action-color-opacity-5, #453fb90d)
}

body .hs-faq__body div[data-hs-editor-attribute=callout] path {
    fill: #111827;
    fill: var(--hs-content-color, #111827)
}

@supports(padding-top: constant(safe-area-inset-top)) {
    body .hs-faq {
        padding-right:calc(16px + constant(safe-area-inset-right));
        padding-bottom: calc(0px + constant(safe-area-inset-top));
        padding-left: calc(16px + constant(safe-area-inset-left))
    }
}

@-webkit-keyframes slide-up {
    0% {
        opacity: .5;
        -webkit-transform: translateY(55px);
        transform: translateY(55px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-up {
    0% {
        opacity: .5;
        -webkit-transform: translateY(55px);
        transform: translateY(55px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body .hs-chat-footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 52px;
    padding: 8px;
    padding-right: calc(max(8px, env(safe-area-inset-right)));
    padding-bottom: calc(max(8px, env(safe-area-inset-bottom)));
    padding-left: calc(max(8px, env(safe-area-inset-left)));
    outline: none
}

body .hs-chat-footer__buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .hs-chat-footer__misc-actions-wrapper {
    position: absolute;
    right: 0;
    bottom: calc(100% + 2px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-right: calc(max(0px, env(safe-area-inset-right)))
}

body .hs-chat-footer__misc-actions-wrapper--only-callout {
    bottom: calc(0% - 12px)
}

body .hs-chat-footer__jump-to-latest-wrapper {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0px 8px 8px 0px
}

body .hs-chat-footer__emoji-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    margin-right: 4px
}

body .hs-chat-footer__attachment-button {
    margin-right: 4px
}

body .hs-chat-footer__emoji-icon {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-chat-footer__emoji-icon circle,body .hs-chat-footer__emoji-icon path {
    fill: #11182780;
    fill: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-chat-footer__emoji-icon circle:last-child {
    fill: none
}

body .hs-chat-footer__submit-btn-background-el {
    position: absolute;
    top: 6px;
    right: 4px;
    z-index: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    background: var(--hs-action-text-color, #fff);
    border-radius: 50%
}

body .hs-chat-footer__new-conversation-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 12px 56px;
    margin: 8px 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    background-color: #453fb9;
    background-color: var(--hs-action-color, #453fb9);
    color: #fff;
    color: var(--hs-action-text-color, #fff);
    cursor: pointer;
    border: none;
    border-radius: 8px
}

body .hs-chat-footer__new-conversation-button-icon {
    margin-right: 8px
}

body .hs-chat-footer__new-conversation-button-icon path {
    fill: #fff;
    fill: var(--hs-action-text-color, #fff)
}

body .hs-chat-footer__button {
    padding: 4px 12px;
    margin: 0px 16px;
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9);
    border-radius: 6px
}

body .hs-chat-footer__button:hover {
    color: #6a65c7;
    color: var(--hs-action-light, #6a65c7);
    border-color: #6a65c7;
    border-color: var(--hs-action-light, #6a65c7)
}

body .hs-chat-footer__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff)
}

body .hs-chat-footer__action-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

body .hs-chat-footer__picker-field {
    max-width: 100%
}

body .hs-chat-footer__title,body .hs-chat-footer__error-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 12px
}

body .hs-chat-footer__title {
    color: #111827;
    color: var(--hs-content-color, #111827)
}

body .hs-chat-footer__error-text {
    color: #e94b4b;
    color: var(--hs-secondary-color, #e94b4b)
}

body .hs-chat-footer__text-field {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

body .hs-chat-footer__text-field:focus {
    outline: none
}

body .hs-chat-footer__text-area {
    height: 20px;
    min-height: 20px;
    border-radius: 0;
    resize: none
}

body .hs-chat-footer__text-area.disabled {
    color: #859199;
    cursor: not-allowed;
    opacity: .4
}

body .hs-chat-footer__text-field,body .hs-chat-footer__text-area {
    padding: 0px 0px 0px 4px;
    color: #111827;
    color: var(--hs-content-color, #111827);
    background-color: inherit;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body .hs-chat-footer__text-field:focus,body .hs-chat-footer__text-area:focus {
    color: #111827;
    color: var(--hs-content-color, #111827);
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

body .hs-chat-footer__text-field[disabled],body .hs-chat-footer__text-area[disabled] {
    opacity: .4
}

body .hs-chat-footer__text-field[type=number],body .hs-chat-footer__text-area[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

body .hs-chat-footer__text-field[type=number]::-webkit-inner-spin-button,body .hs-chat-footer__text-field[type=number]::-webkit-outer-spin-button,body .hs-chat-footer__text-area[type=number]::-webkit-inner-spin-button,body .hs-chat-footer__text-area[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

body .hs-chat-footer__text-field[type=date]::-webkit-inner-spin-button,body .hs-chat-footer__text-field[type=date]::-webkit-clear-button,body .hs-chat-footer__text-area[type=date]::-webkit-inner-spin-button,body .hs-chat-footer__text-area[type=date]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
    appearance: none
}

body .hs-chat-footer__attachment-icon path {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-chat-footer__submit {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    cursor: pointer
}

body .hs-chat-footer__submit[aria-disabled=true] {
    cursor: not-allowed;
    opacity: .4
}

body .hs-chat-footer__submit svg {
    z-index: 1
}

body .hs-chat-footer__submit path {
    fill: #453fb9;
    fill: var(--hs-action-color, #453fb9)
}

body .hs-chat-footer__heading {
    color: #111827;
    color: var(--hs-content-color, #111827);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 32px 0px 20px;
    text-align: center
}

body .hs-chat-footer__reply-heading {
    margin: 16px 0px
}

body .hs-chat-footer__skip-btn {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    min-width: auto;
    padding: 4px 8px;
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    background-color: transparent;
    border-radius: 8px
}

body .hs-chat-footer__skip-btn:hover {
    background-color: #453fb933;
    background-color: var(--hs-action-color-opacity-20, #453fb933)
}

body .hs-chat-footer__skip-btn--secondary {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780);
    border-color: #11182780;
    border-color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-chat-footer__skip-btn--secondary:hover {
    background-color: #1118271a;
    background-color: var(--hs-content-color-opacity-10, #1118271a);
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780);
    border-color: #11182780;
    border-color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-chat-footer--form-error .hs-chat-footer__submit {
    padding: 6px 0px
}

body .hs-chat-footer--form-error .hs-chat-footer__submit path {
    fill: #e94b4b;
    fill: var(--hs-secondary-color, #e94b4b)
}

body .hs-chat-footer__icon {
    font-size: 22px
}

body .hs-chat-footer__icon path {
    fill: #453fb9;
    fill: var(--hs-primary-color, #453fb9)
}

body .hs-chat-footer__icon-error path {
    fill: #e94b4b;
    fill: var(--hs-secondary-color, #e94b4b)
}

body .hs-chat-footer__field-item {
    margin-left: 6px;
    color: #453fb9;
    color: var(--hs-primary-color, #453fb9);
    font-weight: 600;
    text-decoration: underline
}

body .hs-chat-footer--mobile .hs-chat-footer__text-field[type=number],body .hs-chat-footer--mobile .hs-chat-footer__text-field[type=date] {
    font-size: 16px
}

body .hs-chat-footer--no-padding {
    padding: 0
}

body .hs-chat-footer--list-picker-opened {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%
}

body .hs-chat-footer--list-picker-opened .hs-chat-footer__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

body .hs-chat-footer--slide-up-animation {
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-animation-delay: .085s;
    animation-delay: .085s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: slide-up;
    animation-name: slide-up;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@supports(padding-top: constant(safe-area-inset-bottom)) {
    body .hs-chat-footer {
        padding-right:calc(8px + constant(safe-area-inset-right));
        padding-bottom: calc(8px + constant(safe-area-inset-bottom));
        padding-left: calc(8px + constant(safe-area-inset-left))
    }

    body .hs-chat-footer__misc-actions-wrapper {
        padding-right: calc(0px + constant(safe-area-inset-right))
    }
}

body .hs-branding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 16px
}

body .hs-branding--hidden {
    display: none
}

body .hs-business-hours {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body .hs-business-hours:focus {
    border: none;
    outline-offset: -3px
}

body .hs-business-hours__text-area {
    resize: none
}

body .hs-business-hours__form-label,body .hs-business-hours__thank-you-message {
    color: #111827;
    color: var(--hs-content-color, #111827)
}

body .hs-business-hours__offline-message {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-business-hours__form-input {
    color: #111827;
    color: var(--hs-content-color, #111827);
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-color: #11182733;
    border-color: var(--hs-content-color-opacity-20, #11182733);
    -webkit-box-shadow: none;
    box-shadow: none
}

body .hs-business-hours__form-input:focus {
    color: #111827;
    color: var(--hs-content-color, #111827);
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9)
}

body .hs-business-hours__attachment-wrapper {
    margin-bottom: 8px
}

body .hs-business-hours__attachment-wrapper.error {
    border: 1px solid;
    border-color: #e94b4b;
    border-color: var(--hs-secondary-color, #e94b4b);
    border-radius: 4px
}

body .hs-business-hours__attachment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
    margin: 8px 0px 4px;
    color: #111827;
    color: var(--hs-content-color, #111827);
    border: 1px solid;
    border-color: #11182733;
    border-color: var(--hs-content-color-opacity-20, #11182733);
    border-radius: 4px
}

body .hs-business-hours__attachment:first-child {
    margin-top: 0
}

body .hs-business-hours__attachment:last-child {
    margin-bottom: 0
}

body .hs-business-hours__attachment-with-error {
    border-color: #e94b4b;
    border-color: var(--hs-secondary-color, #e94b4b)
}

body .hs-business-hours__small-icon {
    margin-right: 4px;
    font-size: 12px;
    outline-offset: 3px;
    fill: #ff8c8c
}

body .hs-business-hours__remove-icon {
    width: 24px;
    height: 24px;
    cursor: pointer
}

body .hs-business-hours__remove-icon path {
    fill: #11182780;
    fill: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-business-hours__attachment-placeholder {
    width: 100%;
    margin: 0px 0px 8px;
    cursor: pointer;
    border: 1px dashed;
    border-color: #11182733;
    border-color: var(--hs-content-color-opacity-20, #11182733);
    border-radius: 4px
}

body .hs-business-hours__attachment-placeholder:hover,body .hs-business-hours__attachment-placeholder:focus {
    border: 1px dashed;
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9)
}

body .hs-business-hours__attachment-placeholder-text {
    color: #111827;
    color: var(--hs-content-color, #111827);
    opacity: .4
}

body .hs-business-hours__attachment-details-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #111827;
    color: var(--hs-content-color, #111827)
}

body .hs-business-hours__attachment-details-wrapper svg {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-business-hours__attachment-name,body .hs-business-hours__attachment-size {
    padding-left: 4px
}

body .hs-business-hours__attachment-size {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-business-hours__attachment-error,body .hs-business-hours__create-issue-failure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 8px 8px;
    font-size: 12px;
    color: #e94b4b;
    color: var(--hs-secondary-color, #e94b4b)
}

body .hs-business-hours__create-issue-failure {
    padding: 0px 18px 8px
}

body .hs-business-hours__attachment-limit-error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 4px 4px;
    color: #e94b4b;
    color: var(--hs-secondary-color, #e94b4b)
}

body .hs-business-hours__message-feed {
    padding: 20px;
    margin-top: auto
}

body .hs-business-hours__form {
    background: #1118270d;
    background: var(--hs-content-color-opacity-5, #1118270d)
}

body .hs-business-hours__form-title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    color: var(--hs-content-color, #111827);
    border-bottom: 1px solid;
    border-bottom-color: #1118271a;
    border-bottom-color: var(--hs-content-color-opacity-10, #1118271a)
}

body .hs-business-hours__form-content-wrapper {
    padding: 20px
}

body .hs-business-hours__offline-message,body .hs-business-hours__form-content {
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-radius: 8px
}

body .hs-business-hours__form-fields {
    padding: 20px 16px 0px;
    border-radius: 10px 10px 0 0
}

body .hs-business-hours__offline-message {
    padding: 20px
}

body .hs-business-hours__message {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 85%
}

body .hs-business-hours__message-item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%
}

body .hs-business-hours__details-and-msg-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

body .hs-business-hours__agent-name {
    color: #111827;
    color: var(--hs-content-color, #111827);
    margin-right: 4px
}

body .hs-business-hours__timestamp {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-business-hours__details {
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    hyphens: auto;
    letter-spacing: -0.5px;
    opacity: .8
}

body .hs-business-hours__close-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 16px
}

body .hs-business-hours__item {
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 8px 12px;
    margin-top: 4px;
    overflow: hidden;
    color: #111827;
    color: var(--hs-content-color, #111827);
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.08);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.08)
}

body .hs-business-hours__item a {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9)
}

body .hs-business-hours__item a:hover {
    color: #6a65c7;
    color: var(--hs-action-light, #6a65c7)
}

body .hs-business-hours__submit-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px 0px 16px;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff)
}

body .hs-business-hours__form-submit-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    color: #fff;
    color: var(--hs-action-text-color, #fff)
}

body .hs-business-hours__arrow-icon {
    margin-left: 4px;
    font-size: 12px;
    color: #fff;
    color: var(--hs-action-text-color, #fff)
}

body .hs-business-hours__offline-close-btn {
    padding: 8px 16px;
    margin: 0;
    color: #fff;
    color: var(--hs-action-text-color, #fff);
    border-radius: 8px
}

body .hs-business-hours--with-avatar .hs-business-hours__message-feed {
    padding-left: 56px
}

body .hs-info-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .hs-info-view__loader path {
    fill: #453fb9;
    fill: var(--hs-primary-color, #453fb9)
}

body .hs-info-view__title,body .hs-info-view__subtitle {
    margin-bottom: 8px
}

body .hs-info-view__title {
    font-weight: 500
}

body .hs-info-view__subtitle {
    color: #859199
}

body .hs-list-picker-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #383f44;
    opacity: .2
}

body .hs-app-error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

body .hs-app-error__title {
    font-size: 16px
}

body .hs-app-error__subtitle {
    font-size: 14px;
    color: #576066
}

body .hs-app-error__icon {
    margin-bottom: 4px
}

body .hs-app-error__icon path {
    fill: #576066
}

body .hs-user-auth-failure-error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

body .hs-user-auth-failure-error__title {
    font-size: 16px
}

body .hs-user-auth-failure-error__subtitle {
    font-size: 14px;
    color: #576066
}

body .hs-user-auth-failure-error__icon {
    margin-bottom: 4px
}

body .hs-user-auth-failure-error__icon path {
    fill: #576066
}

body .hs-non-blocking-error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 20px;
    color: #e65050;
    background: rgba(230,80,80,.15)
}

body .hs-non-blocking-error__icon {
    margin-right: 4px
}

body .hs-non-blocking-error__icon path {
    fill: #e65050
}

body .hs-ion-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

body .hs-ion-icon--spinning {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: hs-rotate360;
    animation-name: hs-rotate360;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

body .hs-ion-icon--spinning path {
    fill: #111827b3;
    fill: var(--hs-primary-text-color-opacity-70, #111827b3)
}

@keyframes slide-up {
    0% {
        opacity: .5;
        -webkit-transform: translateY(55px);
        transform: translateY(55px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

body .hs-csat {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 52px;
    padding: 8px;
    padding-right: calc(max(8px, env(safe-area-inset-right)));
    padding-bottom: calc(max(8px, env(safe-area-inset-bottom)));
    padding-left: calc(max(8px, env(safe-area-inset-left)));
    outline: none
}

body .hs-csat__wrapper {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12)
}

body .hs-csat__wrapper--full-screen {
    border-radius: 0
}

body .hs-csat__wrapper--desktop {
    margin: 0px 16px 16px 16px
}

body .hs-csat__wrapper--desktop-no-branding {
    margin-bottom: 12px
}

body .hs-csat__wrapper--slide-up-animation {
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-animation-delay: .085s;
    animation-delay: .085s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: slide-up;
    animation-name: slide-up;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

body .hs-csat__submit-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

body .hs-csat__submit-button {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 8px
}

body .hs-csat__hr {
    padding: 0;
    margin-top: 12px;
    font-size: 12px;
    line-height: 0;
    text-align: center;
    border-bottom: 1px solid;
    border-bottom-color: #1118270d;
    border-bottom-color: var(--hs-content-color-opacity-5, #1118270d)
}

body .hs-csat__hr-text {
    padding: 0px 8px;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-csat__start-new-conversation {
    margin: 40px 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    text-align: center;
    cursor: pointer;
    background: none;
    border: none
}

body .hs-csat__input {
    width: auto;
    min-height: 104px;
    margin: 0px 8px 20px;
    color: #111827;
    color: var(--hs-content-color, #111827);
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-color: #11182733;
    border-color: var(--hs-content-color-opacity-20, #11182733);
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none
}

body .hs-csat__input::-webkit-input-placeholder {
    color: var(--hs-content-color-opacity-85, )
}

body .hs-csat__input::-moz-placeholder {
    color: var(--hs-content-color-opacity-85, )
}

body .hs-csat__input:-ms-input-placeholder {
    color: var(--hs-content-color-opacity-85, )
}

body .hs-csat__input::-ms-input-placeholder {
    color: var(--hs-content-color-opacity-85, )
}

body .hs-csat__input::placeholder {
    color: var(--hs-content-color-opacity-85, )
}

body .hs-csat__input:focus {
    border-color: #453fb9;
    border-color: var(--hs-primary-color, #453fb9)
}

body .hs-csat__input[disabled] {
    opacity: .4
}

body .hs-csat__heading {
    color: #111827;
    color: var(--hs-content-color, #111827);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 32px 0px 20px;
    text-align: center
}

body .hs-csat__heading-text {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%
}

body .hs-csat__feedback-bot-csat-heading-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .hs-csat__feedback-bot-csat-star-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0px 12px;
    overflow-x: auto
}

body .hs-csat__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 0px 20px
}

body .hs-csat__feedback-bot-csat-star-rating+.hs-csat__submit-button-wrapper {
    padding-top: 8px
}

body .hs-view__scroll-wrapper+.hs-csat__hr {
    margin-bottom: 20px
}

@media(orientation: landscape) {
    body .hs-csat {
        padding:6px;
        padding-right: calc(max(6px, env(safe-area-inset-right)));
        padding-bottom: calc(max(6px, env(safe-area-inset-bottom)));
        padding-left: calc(max(6px, env(safe-area-inset-left)))
    }

    body .hs-csat__heading {
        margin: 12px 0px 16px
    }

    body .hs-csat__footer {
        padding: 0px
    }

    body .hs-csat__start-new-conversation {
        margin: 20px 0px
    }

    body .hs-csat__feedback-bot-csat-heading-text {
        text-align: center
    }
}

body .hs-view__scroll-wrapper>.hs-csat__hr>.hs-csat__hr-text {
    padding-bottom: 12px;
    background-color: #f0f2f4;
    background-color: var(--hs-background-color, #f0f2f4)
}

body .hs-plan-limit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: #f8f9f9
}

body .hs-plan-limit__title {
    width: 100%;
    font-size: 16px;
    text-align: center
}

body .hs-plan-limit__description {
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    text-align: center
}

body .hs-plan-limit__icon {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

body .hs-picker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

body .hs-picker--full-height {
    min-height: 100%
}

body .hs-picker--auto-height {
    height: auto
}

body .hs-picker__header-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    border-bottom: 1px solid;
    border-bottom-color: #1118271a;
    border-bottom-color: var(--hs-content-color-opacity-10, #1118271a)
}

body .hs-picker__header-backgroun-el {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f0f2f4;
    background: var(--hs-background-color, #f0f2f4)
}

body .hs-picker__options-container {
    padding-right: calc(max(0px, env(safe-area-inset-right)));
    padding-left: calc(max(0px, env(safe-area-inset-left)));
    background: #1118270d;
    background: var(--hs-content-color-opacity-5, #1118270d)
}

body .hs-picker__options-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: 20px;
    background: #fff;
    background: var(--hs-foreground-color, #fff);
    border-radius: 8px;
    outline-offset: -3px
}

body .hs-picker__no-search-results {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 12px 0px;
    color: #859199;
    text-align: center
}

body .hs-picker--mobile .hs-picker-header__input {
    font-size: 16px
}

body .hs-picker--branding-margin .hs-branding {
    padding-top: 8px;
    margin-bottom: calc(max(8px, env(safe-area-inset-bottom) - 10px))
}

@supports(padding-top: constant(safe-area-inset-top)) {
    body .hs-picker__options-container {
        padding-right:calc(0px + constant(safe-area-inset-right));
        padding-left: calc(0px + constant(safe-area-inset-left))
    }
}

body .hs-picker-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    padding-right: calc(max(12px, env(safe-area-inset-right)));
    padding-left: calc(max(12px, env(safe-area-inset-left)));
    background-color: #1118270d;
    background-color: var(--hs-content-color-opacity-5, #1118270d)
}

body .hs-picker-header__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border: 0;
    outline: none;
    caret-color: #111827;
    caret-color: var(--hs-content-color, #111827)
}

body .hs-picker-header__input::-ms-clear {
    display: none
}

body .hs-picker-header__input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

body .hs-picker-header__search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 8px
}

body .hs-picker-header__search-label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: var(--hs-content-color-opacity-70, )
}

body .hs-picker-header__search-label,body .hs-picker-header__input {
    padding: 4px 0px
}

body .hs-picker-header__input {
    background-color: inherit
}

body .hs-picker-header__close-search-icon {
    height: 20px;
    margin: 4px;
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    cursor: pointer
}

body .hs-picker-header__search-icon,body .hs-picker-header__clear-search-icon {
    height: 20px;
    margin: 4px;
    cursor: pointer
}

body .hs-picker-header__search-icon path,body .hs-picker-header__clear-search-icon path {
    fill: #11182780;
    fill: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-picker-header__clear-search-icon {
    margin-left: 12px
}

body .hs-picker-header__skip-button {
    padding: 0px 8px 0px 8px
}

@supports(padding-top: constant(safe-area-inset-top)) {
    body .hs-picker-header {
        padding-right:calc(12px + constant(safe-area-inset-right));
        padding-left: calc(12px + constant(safe-area-inset-left))
    }
}

body .hs-picker-options {
    width: 100%;
    margin: 0;
    list-style: none
}

body .hs-picker-options__option-item {
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0px;
    cursor: pointer;
    border-bottom: 1px solid;
    background-clip: padding-box;
    border-bottom-color: #1118270d;
    border-bottom-color: var(--hs-content-color-opacity-5, #1118270d);
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

body .hs-picker-options__option-item:hover {
    background-color: #453fb91a;
    background-color: var(--hs-action-color-opacity-10, #453fb91a)
}

body .hs-picker-options__option-item:last-child {
    border: none
}

body .hs-picker-options__option-item-highlighted {
    background-color: #453fb91a;
    background-color: var(--hs-action-color-opacity-10, #453fb91a)
}

body .hs-picker-options__option-item-highlighted:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

body .hs-picker-options__option-item-highlighted:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

body .hs-picker-options__option-item-button {
    width: 100%;
    padding: 0px 8px 0px 16px;
    text-align: start;
    color: #111827;
    color: var(--hs-content-color, #111827)
}

body .hs-picker-options__option-item-parent-option {
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780);
    opacity: .7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

body .hs-picker-options__option-item-parent-option-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .hs-picker-options__option-item-label {
    display: -webkit-box;
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

body .hs-picker-options__option-item-label-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .hs-intents-picker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-right: calc(max(0px, env(safe-area-inset-right)));
    padding-left: calc(max(0px, env(safe-area-inset-left)));
    background-color: #1118270d;
    background-color: var(--hs-content-color-opacity-5, #1118270d)
}

body .hs-intents-picker__header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .hs-intents-picker__header-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 12px 0px;
    background: #1118270d;
    background: var(--hs-content-color-opacity-5, #1118270d)
}

body .hs-intents-picker__header-background-el {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f0f2f4;
    background: var(--hs-background-color, #f0f2f4)
}

body .hs-intents-picker__options-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline-offset: -3px
}

body .hs-intents-picker__options {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 20px 20px 16px 20px;
    list-style: none;
    background: #fff;
    background: var(--hs-foreground-color, #fff);
    border-radius: 8px;
    -webkit-filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.08))
}

body .hs-intents-picker__option-item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 12px 0px 12px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid;
    border-bottom-color: #1118270d;
    border-bottom-color: var(--hs-content-color-opacity-5, #1118270d);
    color: #111827;
    color: var(--hs-content-color, #111827);
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

body .hs-intents-picker__option-item:last-child {
    border: none
}

body .hs-intents-picker__option-item-highlighted,body .hs-intents-picker__option-item:active {
    background-color: #453fb91a;
    background-color: var(--hs-action-color-opacity-10, #453fb91a)
}

body .hs-intents-picker__option-item-highlighted:first-child,body .hs-intents-picker__option-item:active:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

body .hs-intents-picker__option-item-highlighted:last-child,body .hs-intents-picker__option-item:active:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

body .hs-intents-picker__option-item-label {
    display: -webkit-box;
    overflow-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    margin: 12px 0px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-align: left;
    -webkit-box-orient: vertical
}

body .hs-intents-picker__option-item-icon {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-intents-picker__header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid;
    border-bottom-color: #1118271a;
    border-bottom-color: var(--hs-content-color-opacity-10, #1118271a)
}

body .hs-intents-picker__header-text {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
    font-weight: 600;
    color: var(--hs-content-color-opacity-70, )
}

body .hs-intents-picker__header-toggle-icon {
    margin: 0px 12px;
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    cursor: pointer
}

body .hs-intents-picker--no-header-icon {
    margin-left: 20px
}

body .hs-intents-picker--branding-margin .hs-branding {
    margin-bottom: 8px
}

body .hs-intents-picker__eis--mobile .hs-branding {
    padding-top: 12px;
    margin-bottom: calc(max(8px, env(safe-area-inset-bottom) - 10px))
}

@supports(padding-top: constant(safe-area-inset-top)) {
    body .hs-intents-picker {
        padding-right:calc(0px + constant(safe-area-inset-right));
        padding-left: calc(0px + constant(safe-area-inset-left))
    }
}

body .hs-emoji-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
    height: 360px;
    max-width: 320px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    color: #111827;
    color: var(--hs-content-color, #111827)
}

body .hs-emoji-widget--small {
    height: 312px
}

body .hs-emoji-widget__grid {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

body .hs-emoji-widget__header {
    border-bottom: solid 1px;
    border-bottom-color: #1118271a;
    border-bottom-color: var(--hs-content-color-opacity-10, #1118271a)
}

body .hs-emoji-widget__header-category-icon {
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-emoji-widget__header-category-icon circle {
    fill: #11182780;
    fill: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-emoji-widget__header-category-icon:hover {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9)
}

body .hs-emoji-widget__header-category-icon:hover circle {
    fill: #453fb9;
    fill: var(--hs-action-color, #453fb9)
}

body .hs-emoji-widget__search {
    padding: 12px;
    border-bottom: solid 1px;
    border-bottom-color: #1118271a;
    border-bottom-color: var(--hs-content-color-opacity-10, #1118271a)
}

body .hs-emoji-widget__grid-category {
    padding-top: 8px
}

body .hs-emoji-widget__grid-category:nth-child(2) {
    padding-top: 16px
}

body .hs-emoji-widget__grid-category-header {
    margin-left: 16px;
    font-size: 12px;
    text-transform: uppercase;
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-emoji-widget__search-results,body .hs-emoji-widget__grid-category-cells {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 16px
}

body .hs-emoji-widget__search-results {
    margin-top: 40px
}

body .hs-emoji-widget__grid-category-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 24px;
    text-align: center;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body .hs-emoji-widget__grid-category-cell.highlighted {
    background-color: #1118271a;
    background-color: var(--hs-content-color-opacity-10, #1118271a)
}

body .hs-emoji-widget__grid-category-cell:hover {
    cursor: pointer
}

body .hs-emoji-widget__emoji-showcase {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .hs-emoji-widget__fixed-header-wrapper {
    position: absolute
}

body .hs-emoji-widget__fixed-header {
    position: -webkit-sticky;
    position: sticky;
    width: 320px;
    height: 44px;
    padding: 0px 16px 16px;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    background: var(--hs-foreground-color, #fff);
    color: #11182780;
    color: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-emoji-widget__fixed-header strong {
    position: fixed;
    padding-top: 12px
}

body .hs-emoji-widget__search-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body .hs-emoji-widget__search-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4px
}

body .hs-emoji-widget__search-icon path {
    fill: #11182780;
    fill: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-emoji-widget__search-input:focus,body .hs-emoji-widget__search-input {
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #111827;
    color: var(--hs-content-color, #111827)
}

body .hs-emoji-widget__search-input::-webkit-input-placeholder {
    color: var(--hs-content-color-opacity-60, )
}

body .hs-emoji-widget__search-input::-moz-placeholder {
    color: var(--hs-content-color-opacity-60, )
}

body .hs-emoji-widget__search-input:-ms-input-placeholder {
    color: var(--hs-content-color-opacity-60, )
}

body .hs-emoji-widget__search-input::-ms-input-placeholder {
    color: var(--hs-content-color-opacity-60, )
}

body .hs-emoji-widget__search-input::placeholder {
    color: var(--hs-content-color-opacity-60, )
}

body .hs-emoji-widget__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 16px;
    border-top: 1px solid;
    border-top-color: #1118271a;
    border-top-color: var(--hs-content-color-opacity-10, #1118271a)
}

body .hs-emoji-widget__showcase-emoji {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 22px;
    text-align: center
}

body .hs-emoji-widget__showcase-name {
    margin-left: 4px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap
}

body .hs-emoji-widget__first-skin-tone-choice {
    font-size: 22px
}

body .hs-emoji-widget__first-skin-tone-choice:hover {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body .hs-emoji-widget__skin-tone-choices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

body .hs-emoji-widget__skin-tone-option {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body .hs-emoji-widget__skin-tone-option:hover {
    cursor: pointer
}

body .hs-emoji-widget__other-skin-tone-choices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 22px
}

body .hs-emoji-widget__no-search-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

body .hs-emoji-widget__no-search-result-emoji {
    margin-bottom: 8px;
    font-size: 22px
}

body .hs-emoji-widget__search-box-close-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .hs-emoji-widget__search-box-close-btn path {
    fill: #11182780;
    fill: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-emoji-widget__search-box-close-btn:hover {
    cursor: pointer
}

body .hs-emoji-widget__header-emoji-category-icon path {
    fill: #11182780;
    fill: var(--hs-content-color-opacity-50, #11182780)
}

body .hs-emoji-widget__header-emoji-category-icon circle:last-child {
    fill: none
}

body .hs-emoji-widget__header-emoji-category-icon:hover path {
    fill: #453fb9;
    fill: var(--hs-action-color, #453fb9)
}

body .hs-emoji-widget__header-emoji-category-icon:hover circle:last-child {
    fill: none
}

body .hs-emoji-widget__active-header-emoji-category-icon path {
    fill: #453fb9;
    fill: var(--hs-action-color, #453fb9)
}

body .hs-emoji-widget__active-header-emoji-category-icon circle {
    fill: #453fb9;
    fill: var(--hs-action-color, #453fb9)
}

body .hs-emoji-widget__active-header-emoji-category-icon circle:last-child {
    fill: none !important
}

body .tabs {
    padding: 0px 16px 0px
}

body .tabs__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

body .tabs__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0px;
    text-align: center;
    cursor: pointer
}

body .tabs__title.active {
    color: #576066;
    border-bottom: solid 1px;
    border-bottom-color: #453fb9;
    border-bottom-color: var(--hs-action-color, #453fb9)
}

body .tabs__title.active svg {
    color: #453fb9;
    color: var(--hs-action-color, #453fb9)
}

body .tabs__title.active circle {
    fill: #453fb9;
    fill: var(--hs-action-color, #453fb9)
}

body .tabs__title.disabled {
    color: #d5dfe6
}

body .tabs__title:hover {
    color: #576066;
    text-decoration: none
}

body .tabs__title:first-child,body .tabs__title .is-first {
    margin-left: 0
}

body .tabs__title:last-child,body .tabs__title .is-last {
    margin-right: 0
}

body .tabs__error-icon {
    margin: 0px 4px;
    font-size: 16px;
    color: #f66
}

body .tabs__content {
    padding-top: 32px;
    margin-bottom: 32px
}

body .tabs--full .tabs__header {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

body .tabs--full .tabs__title {
    width: 100%;
    margin: 0px 8px
}

body .tabs--caps .tabs__title {
    text-transform: uppercase
}

body .tabs--no-padding .tabs__title {
    padding: 0px 0px 4px 0px
}

body .tabs--no-padding .tabs__content {
    padding-top: 0
}

body .hs-error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 4px 20px 0px
}

body .hs-error__text {
    font-size: 12px;
    color: #e94b4b;
    color: var(--hs-secondary-color, #e94b4b)
}

body .hs-chat-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    background: #1118270d;
    background: var(--hs-content-color-opacity-5, #1118270d)
}

body .hs-chat-form__wrapper {
    padding: 20px 0px;
    margin: 20px;
    background: #fff;
    background: var(--hs-foreground-color, #fff);
    border-radius: 8px
}

body .hs-chat-form__error-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff)
}

body .hs-chat-form__error-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 12px;
    color: #e94b4b;
    color: var(--hs-secondary-color, #e94b4b)
}

body .hs-chat-form__submit-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px 16px;
    margin: 0px 16px;
    color: #fff;
    color: var(--hs-action-text-color, #fff);
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9);
    border-radius: 8px
}

body .hs-chat-form__submit-btn:hover {
    border-color: #6a65c7;
    border-color: var(--hs-action-light, #6a65c7)
}

body .hs-chat-form__submit-btn--landscape {
    -webkit-box-flex: .5;
    -webkit-flex: .5;
    -ms-flex: .5;
    flex: .5
}

body .hs-chat-form__submit-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0px 0px;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff)
}

body .hs-chat-form__form-fields {
    padding: 0px 16px;
    border-radius: 10px 10px 0px 0px
}

body .hs-chat-form__form-label {
    color: #111827;
    color: var(--hs-content-color, #111827)
}

body .hs-chat-form--number-input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

body .hs-chat-form__form-input {
    color: #111827;
    color: var(--hs-content-color, #111827);
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border-color: #11182733;
    border-color: var(--hs-content-color-opacity-20, #11182733);
    -webkit-box-shadow: none;
    box-shadow: none
}

body .hs-chat-form__form-input:focus {
    color: #111827;
    color: var(--hs-content-color, #111827);
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9);
    outline: none
}

body .hs-chat-form__form-input--error {
    border: 1px solid;
    border-color: #e94b4b;
    border-color: var(--hs-secondary-color, #e94b4b)
}

body .hs-chat-form__form-input[type=number]::-webkit-inner-spin-button,body .hs-chat-form__form-input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

body .hs-chat-form__text-area {
    resize: none
}

body .hs-chat-form--branding-margin .hs-branding {
    margin-bottom: 8px
}

body .hs-live-messaging__system-message span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 12px 0px 0px -36px;
    text-align: center;
    color: var(--hs-content-color-opacity-70, )
}

body .hs-live-messaging__system-message span::before,body .hs-live-messaging__system-message span::after {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    min-width: 10%;
    margin: auto;
    border-bottom: 1px solid;
    content: ""
}

body .hs-live-messaging__system-message span::before {
    margin-right: 12px
}

body .hs-live-messaging__system-message span::after {
    margin-left: 12px
}

body .hs-error-callout {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 12px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(233, 75, 75, 0.1)), to(rgba(233, 75, 75, 0.1))),#fff;
    background: linear-gradient(0deg, rgba(233, 75, 75, 0.1) 0%, rgba(233, 75, 75, 0.1) 100%),#fff;
    border-left: 4px solid #f66;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1)
}

body .hs-error-callout__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

body .hs-error-callout__warning-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 100%
}

body .hs-error-callout__text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 6px auto 6px 0;
    font-size: 12px;
    color: #383f44
}

body .hs-error-callout__close-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: transparent;
    border: none
}

body .hs-user-action-message {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    background-color: var(--hs-foreground-color, #fff);
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.12),0 0 1px 0 rgba(0,0,0,.12)
}

body .hs-user-action-message__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 52px;
    padding: 8px;
    padding-right: calc(max(8px, env(safe-area-inset-right)));
    padding-bottom: calc(max(8px, env(safe-area-inset-bottom)));
    padding-left: calc(max(8px, env(safe-area-inset-left)));
    outline: none
}

body .hs-user-action-message__card--no-padding {
    padding: 0px
}

body .hs-user-action-message--full-screen {
    border-radius: 0
}

body .hs-user-action-message--desktop {
    margin: 0px 16px 16px 16px
}

body .hs-user-action-message--desktop-no-branding {
    margin-bottom: 12px
}

body .hs-user-action-message__action-text {
    color: #111827;
    color: var(--hs-content-color, #111827);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 32px 0px 20px;
    text-align: center
}

body .hs-user-action-message__action-text-with-title {
    margin: 0px 24px;
    font-size: 12px;
    color: var(--hs-content-color-opacity-70, )
}

body .hs-user-action-message__buttons-wrapper,body .hs-user-action-message__footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

body .hs-user-action-message__buttons-wrapper {
    margin-bottom: 32px
}

body .hs-user-action-message__buttons-wrapper-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 24px 24px 24px;
    gap: 16px
}

body .hs-user-action-message__button-full {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px
}

body .hs-user-action-message__button {
    padding: 4px 12px;
    margin: 0px 8px;
    color: #453fb9;
    color: var(--hs-action-color, #453fb9);
    border-color: #453fb9;
    border-color: var(--hs-action-color, #453fb9);
    border-radius: 6px
}

body .hs-user-action-message__button:hover {
    color: #6a65c7;
    color: var(--hs-action-light, #6a65c7);
    border-color: #6a65c7;
    border-color: var(--hs-action-light, #6a65c7)
}

body .hs-user-action-message__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    gap: 4px
}

body .hs-user-action-message__title--error {
    color: #e94b4b;
    color: var(--hs-secondary-color, #e94b4b)
}

body .hs-user-action-message__error-icon path {
    fill: #e94b4b;
    fill: var(--hs-secondary-color, #e94b4b)
}

body .hs-captcha-verification-failure__user-action-message--mobile,body .hs-captcha-verification-failure__user-action-message--full-screen {
    margin-bottom: 16px
}

body .hs-captcha-verification-failure__user-action-message-action-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 12px 0px 16px;
    color: #111827;
    color: var(--hs-content-color, #111827)
}

body .hs-captcha-verification-failure__user-action-message-card {
    padding: 24px
}

body .hs-captcha-verification-failure__user-action-message-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body .hs-captcha-verification-failure__user-action-message-title-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #e94b4b;
    color: var(--hs-secondary-color, #e94b4b)
}

body .hs-captcha-verification-failure__user-action-message-footer-text {
    font-size: 18px;
    font-weight: 600
}

/*# sourceMappingURL=chatbox.css.map*/
