@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÁÉÍÓÚÜÑáéíóúüñÇç);

#help_center_widget {
    font-size: var(--hcw-font-med);
    line-height: 1
}

* {
    font-family: var(--hcw-primary-font)
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:focus {
    outline: none
}

li, ul {
    border: none;
    list-style: none;
    margin: 0;
    padding: 0
}

input, select, textarea {
    border: none;
    color: #191919;
    font-family: var(--hcw-primary-font);
    font-size: 16px;
    line-height: 1.2;
    outline: none;
    overflow: auto;
    resize: none
}

input::placeholder, select::placeholder, textarea::placeholder {
    color: #bcbec7
}

a {
    text-decoration: none;
    transition: color .3s ease, background-color .3s ease
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: color .2s ease, background-color .2s ease, opacity .2s ease, top .2s ease, box-shadow .2s ease
}

iframe {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%
}

[class*=nlf] {
    display: flex
}

[class*=nlf][class*=":middle"] {
    align-items: center
}

[class*=nlf][class*=":baseline"] {
    align-items: baseline
}

[class*=nlf][class*=":center"] {
    justify-content: center
}

[class*=nlf][class*=":between"] {
    justify-content: space-between
}

[class*=nlf][class*=":end"] {
    justify-content: flex-end
}

[class*=nlf][class*=":column"] {
    flex-direction: column
}

::-webkit-scrollbar {
    background: none;
    height: 12px;
    width: 12px
}

::-webkit-scrollbar-track {
    background: #bcbec7
}

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: hsla(229, 9%, 76%, .502);
    border: 2px solid #0000;
    border-radius: 12px
}

::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0
}

::-webkit-scrollbar-corner {
    background-color: #0000
}

::-webkit-scrollbar-track {
    background: none
}

html {
    /*scrollbar-color: #a9a9a9 #d3d3d3;*/
    /*scrollbar-width: thin*/
}

body, html {
    /*scrollbar-color: hsla(229,9%,76%,.502) #bcbec7*/
}

body {
    /*scrollbar-color: hsla(229,9%,76%,.502) #0000;*/
    /*scrollbar-width: thin*/
}

.header-padding {
    padding: var(--hcw-vert-header-padding) var(--hcw-side-padding);
    transition: padding .3s ease
}

.help-center.expanded .header-padding {
    padding-top: 36px
}

.content-zone-padding {
    padding: 36px var(--hcw-side-padding) var(--hcw-vert-padding) var(--hcw-side-padding);
    transition: padding .3s ease
}

.button-zone-padding {
    padding: 16px var(--hcw-button-zone-padding);
    transition: padding .3s ease
}

.help-center.expanded {
    --hcw-side-padding: 64px
}

.connect-form {
    flex: 1 1 auto;
    overflow: auto
}

@media (max-width: 767px) {
    .connect-form {
        max-height: 100%
    }
}

.connect-form header {
    padding-bottom: 12px
}

.connect-form header strong {
    color: var(--hcw-primary);
    display: inline;
    font-size: 18px;
    line-height: 1em;
    margin: 0
}

.connect-form header strong.small {
    color: var(--hcw-black);
    font-size: 18px;
    line-height: 20px
}

.connect-form header span {
    color: #86898f;
    display: inline-block;
    font-size: var(--hcw-font-sm);
    line-height: 22px;
    margin-top: 4px
}

.connect-form header > :last-child {
    margin-bottom: 0
}

.connect-form header.header-icon {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 8px 0
}

.connect-form header.header-icon strong {
    color: var(--hcw-primary);
    font-size: 16px;
    line-height: 24px
}

.connect-form header.header-icon svg {
    background-color: var(--hcw-buttons);
    fill: var(--hcw-white);
    border-radius: 10px;
    height: 44px;
    margin-right: 10px;
    padding: 12px;
    width: 44px
}

.connect-form p {
    color: var(--hcw-input-label);
    font-size: var(--hcw-font-sm);
    font-weight: 500;
    line-height: 22px;
    margin: 8px 0
}

.connect-form p:first-child {
    margin: 0
}

.connect-form .center {
    text-align: center
}

.connect-form input {
    border: 1px solid var(--hcw-input-border);
    border-radius: 8px;
    height: 100%;
    padding: .489em .556em;
    width: 100%
}

.connect-form input:focus {
    border-color: var(--hcw-buttons)
}

.connect-form select {
    -webkit-appearance: auto;
    appearance: auto;
    border: 1px solid var(--hcw-input-border);
    border-radius: .333em;
    height: 100%;
    padding: .489em .556em;
    width: 100%
}

.connect-form select:focus {
    outline: solid 1px var(--hcw-buttons)
}

.connect-form .input, .connect-form .input-row {
    margin-bottom: 12px
}

.connect-form .input input {
    margin-top: 2px
}

.connect-form .input .google-autocomplete-input-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.connect-form .input .google-autocomplete-input-container label {
    margin: 0
}

.connect-form .input:nth-last-child(2) {
    margin-bottom: 16px
}

.connect-form .input:last-child {
    margin-bottom: 0
}

.connect-form .credit-card-input {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.connect-form .credit-card-input .cred-card {
    position: relative
}

.connect-form .credit-card-input .cred-card svg {
    position: absolute;
    right: 6px;
    top: 6px;
    width: auto;
    fill: none
}

.connect-form .credit-card-input > div {
    border: 1px solid var(--hcw-input-border);
    border-radius: .333em;
    font-family: inherit;
    font-size: .889em;
    outline: none;
    padding: .489em .556em
}

.connect-form .credit-card-input > div.cred-card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.connect-form .credit-card-input > div.cvc, .connect-form .credit-card-input > div.exp {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.connect-form .credit-card-input > div.exp {
    border-bottom-right-radius: 0
}

.connect-form .credit-card-input > div.cvc {
    border-bottom-left-radius: 0;
    border-left: none
}

.connect-form .header-row {
    margin-bottom: 8px
}

.connect-form .header-row b {
    font-size: var(--hcw-font-sm);
    margin-right: 4px
}

.connect-form .header-row strong {
    color: var(--hcw-buttons)
}

.connect-form label:not(.custom-label) {
    color: var(--hcw-input-label);
    display: inline-block;
    font-size: 12px;
    line-height: 1.333;
    position: relative
}

.connect-form label:not(.custom-label) + div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.connect-form label.required:after {
    color: #d12b1c;
    content: "*";
    font-size: 16px;
    left: calc(100% + 4px);
    position: absolute;
    top: 0
}

.connect-form label + div, .connect-form label + input, .connect-form label + textarea {
    margin-top: 2px
}

.connect-form .full {
    line-height: 1;
    width: 100%
}

.connect-form .full.center {
    align-items: center;
    display: flex;
    justify-content: center
}

.connect-form .half {
    line-height: 1;
    width: 50%
}

.connect-form .half a {
    font-size: var(--hcw-font-sm)
}

.connect-form .input-mark {
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    justify-content: flex-start;
    line-height: 1em;
    padding: 0;
    position: relative
}

.connect-form .input-mark input {
    inset: 0;
    opacity: 0;
    position: absolute
}

.connect-form .input-mark input + .replace {
    align-items: center;
    background-color: var(--hcw-white);
    border: 2px solid var(--hcw-color-grey);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    height: 24px;
    justify-content: center;
    pointer-events: none;
    position: relative;
    transition: opacity .3s ease 0s, border-color .3s ease 0s, background-color .3s ease 0s, box-shadow .3s ease 0s;
    width: 24px
}

.connect-form .input-mark input + .replace svg {
    stroke: var(--hcw-buttons);
    align-items: center;
    box-shadow: none;
    display: flex;
    justify-content: flex-start;
    opacity: 0;
    text-align: center;
    top: -1px;
    width: 12px
}

.connect-form .input-mark input[type=checkbox]:checked + .replace {
    background-color: #007ffd;
    border: 1px solid #007ffd
}

.connect-form .input-mark input[type=checkbox]:checked + .replace svg {
    opacity: 1;
    stroke: #fff
}

.connect-form .input-mark input[type=checkbox]:checked + .replace.removeme:before {
    align-items: center;
    box-shadow: none;
    color: var(--hcw-secondary);
    content: "✔";
    display: flex;
    font-size: 1.5em;
    justify-content: flex-start;
    line-height: 1em;
    opacity: 1;
    text-align: center;
    top: -1px
}

.connect-form .input-mark input[type=radio] + .replace {
    border-radius: 50%
}

.connect-form .input-mark input[type=radio]:checked + .replace {
    background-color: #fff;
    border: 6px solid #007ffd
}

.connect-form .input-mark input + .replace + label {
    color: var(--hcw-color-grey);
    cursor: pointer;
    flex: 1 1 auto;
    font-size: 1em;
    margin-bottom: 0;
    transition: opacity .3s ease 0s, box-shadow .3s ease 0s, color .3s ease 0s, background-color .3s ease 0s;
    -webkit-user-select: none;
    user-select: none
}

.connect-form .input-mark input + .replace + label:not(.tile) {
    padding-left: .5em
}

.connect-form .input-mark input + .replace + label.auto {
    flex: 1 1 auto
}

.connect-form .flex li {
    padding: 0 1em
}

.connect-form textarea {
    border: 1px solid var(--hcw-input-border);
    border-radius: .333em;
    height: 5em;
    height: 100%;
    padding: 8px;
    width: 100%
}

.connect-form button:not(.simple) {
    align-items: center;
    background-color: var(--hcw-buttons);
    border: 1px solid var(--hcw-buttons);
    border-radius: 6px;
    color: var(--hcw-text-alt);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 10px;
    width: 100%
}

.connect-form button:not(.simple):focus {
    outline: solid 1px var(--hcw-buttons)
}

.connect-form button:not(.simple):hover {
    background-color: var(--hcw-inner-bg-alt);
    border-color: var(--hcw-inner-bg-alt)
}

.connect-form button:not(.simple):hover:focus {
    outline: solid 1px var(--hcw-inner-bg-alt)
}

.connect-form button.outline {
    background-color: #0000;
    border: 1px solid var(--hcw-buttons);
    border-radius: .333em;
    box-shadow: inset 0 0 0 var(--hcw-buttons);
    color: var(--hcw-buttons);
    width: 100%
}

.connect-form button.outline:hover {
    background-color: #0000;
    border-color: var(--hcw-buttons);
    box-shadow: inset 0 0 4px var(--hcw-buttons)
}

.connect-form button.outline:hover:focus {
    outline: solid 1px var(--hcw-buttons)
}

.connect-form button.simple {
    align-items: center;
    color: var(--hcw-buttons);
    display: flex;
    font-size: var(--hcw-font-sm);
    justify-content: center
}

.connect-form button.simple:hover {
    color: var(--hcw-inner-bg-alt)
}

.connect-form button.disable {
    opacity: .5;
    pointer-events: none
}

.connect-form button svg {
    margin-right: 8px
}

.connect-form .ui-scroll {
    overflow: auto;
    overflow: overlay
}

.connect-form .ui-scroll::-webkit-scrollbar {
    height: .56rem !important;
    width: .28rem !important
}

.connect-form .ui-scroll::-webkit-scrollbar-thumb {
    border: 0;
    border-radius: 12px
}

.connect-form .ui-scroll::-webkit-scrollbar-track {
    border-radius: 12px;
    box-shadow: none
}

.connect-form .info-card {
    align-items: center;
    color: var(--hcw-black);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    position: relative;
    text-align: center;
    width: 100%
}

.connect-form .info-card.stacked {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0
}

.connect-form .info-card.row {
    align-items: center;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 12px
}

.connect-form .info-card.row.summary {
    align-items: flex-start;
    border-radius: 8px;
    justify-content: flex-start;
    text-align: left
}

.connect-form .info-card.row:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 12px
}

.connect-form .info-card.row:nth-child(odd) {
    background-color: #f2f2f5
}

.connect-form .info-card.row:nth-child(2n) {
    background-color: #86898f33
}

.connect-form .info-card > :not(:last-child) {
    margin-bottom: 16px
}

.connect-form .info-card.row > * {
    margin-bottom: 0
}

.connect-form .info-card.row.summary > :first-child {
    flex: 0 0 auto;
    margin-right: 12px
}

.connect-form .info-card.row.summary > :nth-child(2) {
    flex: 0 1 auto;
    overflow-wrap: anywhere
}

.connect-form .info-card.row.summary > :last-child {
    flex: 0 1 auto
}

.connect-form .info-card strong {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 8px
}

.connect-form .info-card.row strong {
    font-size: 16px;
    line-height: 24px
}

.connect-form .info-card.row span {
    color: #545454;
    font-size: var(--hcw-font-sm);
    line-height: 22px
}

.connect-form .info-card small {
    font-size: 16px;
    line-height: 22px
}

.connect-form .info-card .icon {
    background-color: var(--hcw-primary);
    border-radius: 10px;
    padding: 10px
}

.connect-form .info-card .icon svg {
    fill: #fff
}

.connect-form .info-card.summary .icon {
    background-color: #0000;
    padding: 0
}

.connect-form .info-card.summary .icon svg {
    fill: var(--hcw-buttons)
}

.connect-form .info-card .details {
    color: var(--hcw-color-grey);
    overflow-wrap: anywhere
}

.connect-form .info-card address {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: var(--hcw-font-sm);
    line-height: 18px
}

.connect-form .info-card .close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px
}

.connect-form .input-cards {
    height: 100%;
    overflow-y: auto
}

.connect-form .input-cards.center {
    align-items: center;
    display: flex;
    justify-content: center
}

.connect-form .input-cards .checkbox-list .card a, .connect-form .input-cards .checkbox-list .card label {
    font-size: var(--hcw-font-sm);
    overflow-wrap: anywhere;
    width: 100%
}

.connect-form .input-cards .card {
    position: relative
}

.connect-form .input-cards .card input {
    height: 16px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 16px
}

.connect-form .input-cards .card input[type=radio] {
    opacity: 0
}

.connect-form .input-cards .card a, .connect-form .input-cards .card label {
    align-items: center;
    background-color: #eee;
    border: 2px solid #0000;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: flex-start;
    padding: 16px 12px
}

.connect-form .input-cards .card a.center, .connect-form .input-cards .card label.center {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.connect-form .input-cards .card a svg, .connect-form .input-cards .card label svg {
    margin-right: 10px
}

.connect-form .input-cards .card a p, .connect-form .input-cards .card label p {
    font-size: var(--hcw-font-sm);
    margin: 4px 0 0
}

.connect-form .input-cards .card.large label {
    padding: 24px
}

.connect-form .input-cards .card a:focus, .connect-form .input-cards .card input + label:focus, .connect-form .input-cards .card input:focus + label {
    background-color: #f1f7fd;
    border-color: #007ffd
}

.connect-form .input-cards .card a.selected, .connect-form .input-cards .card a:hover, .connect-form .input-cards .card input + label:hover, .connect-form .input-cards .card input:checked + label {
    background-color: #d9ecff;
    border-color: #007ffd
}

.connect-form .radio-cards {
    padding: 12px 0
}

.connect-form .radio-cards .card {
    display: flex;
    position: relative;
    width: 100%
}

.connect-form .radio-cards .card + .card {
    margin: 8px 0 0
}

.connect-form .radio-cards .card input[type=radio] {
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 1px
}

.connect-form .radio-cards .card label {
    align-items: center;
    background-color: #f2f2f5;
    border: 2px solid #f2f2f5;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    width: 100%
}

.connect-form .radio-cards .card label:hover {
    border-color: rgba(0, 126, 253, .522)
}

.connect-form .radio-cards .card label > div strong {
    color: #222831;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.connect-form .radio-cards .card label > div small {
    color: #86898f;
    display: block;
    font-size: 12px;
    line-height: 18px
}

.connect-form .radio-cards .card label > .amount {
    color: #222831;
    font-size: 16px;
    font-weight: 500
}

.connect-form .radio-cards .card.small label {
    padding: 16px 24px
}

.connect-form .radio-cards .card input:checked + label {
    border-color: #007ffd
}

.connect-form .suggestions-panel {
    display: block;
    margin-top: 4px;
    position: relative
}

.connect-form .suggestions-panel .suggestions {
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.connect-form .suggestions-panel .suggestions.inline {
    left: auto;
    position: relative;
    top: auto
}

.connect-form .suggestions-panel .suggestions .suggestion {
    border-bottom: 1px solid #dddee3;
    color: var(--hcw-black);
    cursor: pointer;
    display: block;
    font-size: var(--hcw-font-sm);
    padding: 10px 8px
}

.connect-form .suggestions-panel .suggestions .suggestion:last-child {
    border-bottom: 0
}

.connect-form .suggestions-panel .suggestions .suggestion:focus, .connect-form .suggestions-panel .suggestions .suggestion:hover {
    background-color: #d9ecff;
    border-color: #007ffd
}

.connect-form .suggestions-panel .suggestions .suggestion .address-suggestion-second-line {
    color: #626265;
    font-size: 12px;
    font-weight: 500
}

.connect-form .suggestions-panel .suggestions .address-suggestion-second-line {
    color: #626265;
    display: inline-block;
    font-size: 12px;
    margin-top: 6px
}

.connect-form .suggestions-panel .powered-by-google {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: flex-end
}

.connect-form .suggestions-panel .powered-by-google svg {
    margin-left: 4px
}

.button-row, .card-list, .input-row {
    display: flex;
    gap: 8px
}

.button-row > .half, .card-list > .half, .input-row > .half {
    width: calc(50% - 4px)
}

.button-filler {
    height: 4rem
}

.button-container {
    background-color: #fff;
    border-top: 1px solid #d0d0d0;
    bottom: 0;
    position: sticky
}

.button-row {
    width: calc(20.833em - var(--hcw-button-zone-padding) * 2)
}

@media (max-width: 767px) {
    .button-row {
        width: 100%
    }
}

.card-list .card {
    display: flex
}

.card-list .card a, .card-list .card label, .card-list .card:not(.half) {
    width: 100%
}

.payment-error {
    color: red;
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 8px 0 12px
}

.stripe-checkout {
    background-color: #f8f8fa;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    text-align: center
}

.stripe-checkout button {
    margin-bottom: 16px
}

.stripe-checkout span {
    color: #86898f;
    font-size: 16px;
    line-height: 24px
}

.stripe-checkout svg {
    fill: none;
    margin: 0 auto 8px;
    max-width: 222px
}

.address-loading {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 12px
}

.scheduler-header-container {
    background-color: #f8f8fd;
    border-bottom: 1px solid #dddee3
}

.scheduler-header-header-block {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: space-between
}

.scheduler-header-text {
    color: var(--hcw-black);
    cursor: default;
    font-size: 16px;
    font-weight: 600;
    gap: 6px;
    position: relative;
    transition: opacity .2s cubic-bezier(.17, 0, .17, 1), font-size .2s cubic-bezier(.17, 0, .17, 1)
}

.scheduler-header-text.expanded {
    animation: header-out .2s cubic-bezier(.17, 0, .17, 1) 0ms, header-in .3s cubic-bezier(.17, 0, .17, 1) .2s forwards, header-font .5s cubic-bezier(.17, 0, .17, 1) 0ms forwards;
    font-size: 24px
}

.scheduler-header-text:after {
    border-bottom: 1px solid;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .2s cubic-bezier(.17, 0, .17, 1);
    width: 100%
}

.scheduler-header-text.clickable {
    color: var(--hcw-black);
    cursor: pointer
}

.scheduler-header-text.clickable:hover:after {
    opacity: 1
}

.scheduler-header-text:not(.clickable) .dropdown-icon {
    display: none
}

.scheduler-header-text .dropdown-icon {
    fill: currentColor;
    transition: rotate .2s cubic-bezier(.17, 0, .17, 1)
}

.scheduler-header-text .dropdown-icon.rotated {
    rotate: 180deg
}

@keyframes header-out {
    0% {
        opacity: 1;
        translate: 0 0
    }

    to {
        opacity: 0;
        translate: 0 10px
    }
}

@keyframes header-in {
    0% {
        opacity: 0;
        translate: 0 -20px
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@keyframes header-font {
    0% {
        font-size: 16px
    }

    to {
        font-size: 24px
    }
}

.scheduler-header-button-group {
    display: flex;
    justify-content: flex-end;
    transition: translate .3s ease
}

.scheduler-header-button-group.no-text {
    width: 100%
}

.scheduler-header-button-group button {
    background-color: #0000;
    border: none
}

.scheduler-header-button-group button:first-child {
    margin-right: 12px
}

.scheduler-header-button-group button > svg {
    fill: var(--hcw-black)
}

.help-center.expanded .scheduler-header-button-group {
    translate: 46px -28px
}

.help-center.expanded .scheduler-header-button-group.confirmation-step {
    translate: 46px -24px
}

.scheduler-header-appointment-details-block {
    color: var(--hcw-black);
    display: flex;
    flex-direction: column;
    margin-top: 8px
}

.expanded-scheduler-header-appointment-details-block, .scheduler-header-appointment-details-block.scheduler-header-appointment-details-block-full-page {
    flex-direction: row;
    justify-content: space-between
}

.scheduler-header-appointment-details {
    align-items: center;
    color: var(--hcw-black);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: fit-content;
    padding: 6px 0
}

.scheduler-header-appointment-details > svg {
    align-self: baseline;
    display: flex;
    margin-right: 8px;
    fill: #626265
}

.scheduler-header-appointment-non-location-details, .wizard-panel {
    display: flex;
    flex-direction: column
}

.wizard-panel {
    height: 100%;
    overflow: hidden
}

.step, .step-form-wrapper {
    height: 100%
}

.step {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.animated-appointment-details-in {
    animation: details-in .3s cubic-bezier(.17, 0, .17, 1) 0ms forwards;
    opacity: 0;
    overflow: hidden
}

.animated-appointment-details-in.expanded-scheduler-header-appointment-details-block {
    animation: details-in .5s cubic-bezier(.17, 0, .17, 1) .2s forwards
}

.animated-appointment-details-out {
    animation: details-out .3s cubic-bezier(.17, 0, .17, 1) 0ms forwards;
    opacity: 0;
    overflow: hidden
}

@keyframes details-in {
    0% {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        translate: 0 -10px
    }

    to {
        margin-top: 8px;
        max-height: 500px;
        opacity: 1;
        translate: 0
    }
}

@keyframes details-in-expanded {
    0% {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        translate: 0 -10px
    }

    50% {
        margin-top: 0;
        max-height: 500px;
        opacity: 0;
        translate: 0 -10px
    }

    to {
        margin-top: 8px;
        max-height: 500px;
        opacity: 1;
        translate: 0
    }
}

@keyframes details-out {
    0% {
        margin-top: 8px;
        max-height: 500px;
        opacity: 1;
        translate: 0 0
    }

    to {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        translate: 0 10px
    }
}

.date-outer-con {
    overflow: hidden
}

.date-outer-con.loader-container {
    display: flex;
    height: 100%;
    justify-content: center
}

.loader {
    display: flex;
    flex-direction: column
}

.date-inner-con {
    gap: 24px;
    overflow: hidden
}

.dates-switches {
    gap: 8px;
    overflow: hidden
}

.input-cards.day-picker {
    flex: 0 0 auto;
    overflow-y: scroll;
    scrollbar-width: none;
    white-space: nowrap;
    -ms-overflow-style: none;
    -webkit-user-select: none;
    user-select: none
}

.input-cards.day-picker::-webkit-scrollbar {
    display: none
}

.date-picker-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--hcw-form-gap);
    height: 100%;
    overflow: hidden
}

.time-tab-switch {
    background-color: #e0e0e0;
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto
}

.tab-item {
    border-radius: 7px;
    cursor: pointer;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 500;
    padding: 2px;
    transition: padding .3s ease, background-color .3s ease, border .3s ease
}

.tab-item span {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 #19191900;
    display: block;
    height: 100%;
    padding: 4px 6px;
    text-align: center;
    transition: padding .3s ease, background-color .3s ease, box-shadow .3s ease, border .3s ease;
    width: 100%
}

.help-center.expanded .tab-item span {
    padding: 12px
}

.tab-item.active span {
    background-color: #fff;
    box-shadow: 0 0 3px 0 #1919194d
}

.wizard-confirmation-panel {
    align-items: center;
    display: flex;
    justify-content: center
}

.confirmation-panel-header {
    font-size: 24px;
    font-weight: 600
}

.confirmation-panel-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%
}

.confirmation-panel-details.expanded {
    width: 75%
}

.confirmation-panel-subheader {
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px
}

.confirmation-screen-details {
    align-items: center;
    color: var(--hcw-black);
    display: flex;
    font-size: 14px;
    text-align: left
}

.confirmation-screen-details > svg {
    margin-right: 8px;
    fill: #626265
}

.confirmation-screen-details.address-component {
    margin-bottom: 4px;
    margin-top: 0
}

.confirmation-details-container {
    background-color: #f2f2f5;
    border-radius: 6px;
    color: var(--hcw-color-grey);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 24px
}

.confirmation-screen-location-container {
    align-items: flex-start;
    display: flex;
    flex-direction: row
}

.confirmation-screen-location-container > svg {
    fill: #626265
}

.expand-confirmation-details-button {
    background-color: #f8f8fd;
    border-radius: 6px;
    color: var(--hcw-buttons);
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
    padding: 12px 0
}

.expand-confirmation-details-button:hover {
    cursor: pointer
}

.time-slots-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: var(--hcw-form-gap);
    overflow: hidden
}

.date-form-wrapper {
    gap: 16px;
    height: 100%
}

.availability-card-text {
    font-size: 12px;
    padding-top: 6px
}

.connect-form.contact-request-form {
    height: 90%
}

.contact-request-form-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.email-request-form-inputs-block {
    overflow-y: auto
}

.email-request-form-button-block {
    background-color: #fff;
    bottom: 0;
    position: sticky
}

.scheduler-form {
    padding: 0
}

.location-input-wrapper {
    align-items: center;
    border: 1px solid var(--hcw-input-border);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin-top: 4px;
    padding: 0 .556em
}

.location-input-wrapper > input {
    border-width: 0;
    margin: 0 4px;
    padding: .489em 0
}

.location-input-wrapper.focused {
    border-color: #007ffd
}

.location-input-wrapper button > svg, .location-input-wrapper > svg {
    fill: var(--hcw-black)
}

.empty-location-suggestions-container {
    align-items: center;
    background-color: #f2f2f5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    padding: 24px
}

.empty-location-suggestions-container p {
    color: var(--hcw-black);
    font-size: 16px;
    font-weight: 600
}

.missing-location-icon-container {
    background-color: var(--hcw-primary);
    border-radius: 8px;
    padding: 8px
}

.missing-location-icon-container > svg {
    fill: #fff
}

.full-name-inputs {
    gap: var(--hcw-side-padding)
}

strong.lead-form-header-container {
    margin-bottom: 4px
}

.step-header {
    color: var(--hcw-black);
    display: block;
    font-size: 16px;
    font-weight: 600;
    transition: font-size .3s ease
}

.help-center.expanded .step-header {
    font-size: 22px
}

header:not(:first-child) .step-header {
    margin-top: 24px
}

.thank-you-container {
    align-items: center;
    display: flex;
    flex: 1 1 auto
}

.chat-feedback-input-container {
    flex-direction: column
}

.thank-you-card {
    border-radius: 6px;
    padding: 12px 24px
}

.address-suggestion-first-line {
    color: var(--hcw-black);
    font-size: 16px;
    font-weight: 500
}

.connect-form .suggestions-panel .suggestions .suggestion.add-manually-button {
    border-bottom: 0;
    display: flex
}

.connect-form .suggestions-panel .suggestions .suggestion.add-manually-button > svg {
    fill: var(--hcw-black);
    margin-right: 12px
}

.address-components-container {
    margin-left: 8px
}

.address-second-line {
    display: inline-block;
    margin-top: 6px
}

.days-scroller-container {
    position: relative
}

.day-scroll-button {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px #19191933;
    cursor: pointer;
    display: flex;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: calc(50% - 18px);
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    z-index: 9
}

.day-scroll-button > svg {
    height: 24px;
    width: 24px
}

.day-scroll-button.left {
    left: 0;
    transform: rotate(0deg)
}

.day-scroll-button.right {
    right: 0;
    transform: rotate(180deg)
}

.days-scroller-container:hover .day-scroll-button {
    opacity: 1;
    visibility: visible
}

.booking-flow-name-inputs-container {
    height: 100%
}

svg.dates-loader-icon {
    fill: var(--hcw-primary)
}

.loader-text {
    color: #626265;
    font-size: var(--hcw-font-sm);
    font-style: normal;
    font-weight: 400;
    text-align: center
}

.app-icon {
    display: inline-block;
    transition: color .3s ease;
    fill: var(--hcw-color-grey);
    height: 24px;
    width: 24px
}

.app-icon.size-6 {
    height: 6px;
    width: 6px
}

.app-icon.size-8 {
    height: 8px;
    width: 8px
}

.app-icon.size-10 {
    height: 10px;
    width: 10px
}

.app-icon.size-12 {
    height: 12px;
    width: 12px
}

.app-icon.size-14 {
    height: 14px;
    width: 14px
}

.app-icon.size-18 {
    height: 18px;
    width: 18px
}

.app-icon.size-19 {
    height: 19px;
    width: 19px
}

.app-icon.size-24 {
    height: 24px;
    width: 24px
}

.app-icon.size-32 {
    height: 32px;
    width: 32px
}

.app-icon.size-40 {
    height: 40px;
    width: 40px
}

.app-icon.size-80 {
    height: 80px;
    width: 80px
}

.app-icon.size-full {
    height: auto;
    width: 100%
}

.app-icon.left-arrow {
    fill: #0000;
    stroke: var(--hcw-color-grey)
}

.app-icon.color-blue {
    fill: #007ffd
}

.app-icon.color-primary {
    fill: var(--hcw-primary)
}

.app-icon.color-green {
    fill: #23bf57
}

.app-icon.color-red {
    fill: #d12b1c
}

svg.left-arrow {
    fill: #0000;
    stroke: var(--hcw-color-grey)
}

.dimmed-icon {
    opacity: .8
}

.activity-menu {
    padding: 12px 18px
}

.activity-menu li {
    border-bottom: 1px solid #b2b2b24d;
    padding-bottom: 0;
    padding-top: 0
}

.activity-menu li:last-child {
    border-bottom: 0
}

.activity-menu li button {
    align-items: center;
    background-color: #0000;
    color: var(--hcw-black);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: flex-start;
    padding: 16px 0;
    text-align: left;
    width: 100%
}

.activity-menu li button span {
    margin-left: var(--hcw-side-padding)
}

.activity-menu li button:hover {
    background-color: #e6f1ff;
    color: var(--hcw-black)
}

.activity-menu li button:hover .icon svg {
    fill: var(--hcw-black)
}

.activity-menu li button .icon {
    margin-left: 4px;
    margin-right: 12px;
    fill: #626265
}

.activity-menu li button .live-btn {
    background-color: #e9f9ee;
    border-radius: 8px;
    color: #23bf57;
    font-size: var(--hcw-font-sm);
    margin-left: 6px;
    opacity: .8;
    padding: 4px 8px;
    text-transform: capitalize
}

#help_center_widget {
    bottom: 0;
    position: fixed;
    right: 0;
    width: 20.833em;
    z-index: 200
}

@media (max-width: 767px) {
    #help_center_widget {
        width: 100%
    }
}

.help-center-wrapper {
    width: 100%
}

.help-center {
    background-color: var(--hcw-white);
    border-radius: 1rem;
    bottom: 65px;
    box-shadow: 0 0 10px 5px #0000001a;
    display: flex;
    flex-direction: column;
    height: 600px;
    max-height: calc(100vh - 120px);
    opacity: 0;
    position: absolute;
    right: 20px;
    transition: width .4s ease, height .4s ease;
    visibility: hidden;
    width: 100%
}

.help-center.animate {
    animation: connect-fade-in .2s var(--hcw-cb-ease-out) forwards, widget-open .6s var(--hcw-cb-ease-out) forwards
}

.help-center.expanded {
    height: 785px;
    max-height: calc(100vh - 160px);
    max-width: 67vw;
    width: 976px
}

.help-center.open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.help-center.open.cta-clicked {
    animation: widget-nudge .7s var(--hcw-cb-ease-out);
    visibility: visible
}

.help-center.open.cta-clicked:before {
    animation: draw-border 1s var(--hcw-cb-ease-in-out);
    border: 4px solid var(--hcw-buttons);
    border-radius: 1rem;
    content: "";
    inset: 0;
    position: absolute;
    transition: all 1s !important;
    z-index: 3
}

.help-center.closed {
    animation: connect-fade-out .2s var(--hcw-cb-ease-out);
    opacity: 0;
    visibility: hidden
}

@media (max-width: 767px) {
    .help-center {
        border-radius: 0;
        bottom: 0;
        display: none;
        height: 100%;
        max-height: none;
        right: 0;
        transform-origin: bottom left;
        width: 100%;
        z-index: 4
    }
}

@media (max-height: 600px) {
    .help-center {
        height: 100%;
        max-height: 100vh
    }
}

@media (max-width: 767px) {
    .help-center.open {
        display: flex;
        position: fixed
    }
}

.help-center.v1 {
    bottom: 70px
}

@media (max-width: 767px) {
    .help-center.v1 {
        bottom: auto;
        top: 0
    }
}

.help-center.v2 {
    bottom: 65px
}

@media (max-width: 767px) {
    .help-center.v2 {
        bottom: auto;
        top: 0
    }
}

.help-center .active-page {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.help-center .active-page:after {
    background-color: #00264d;
    border-radius: 1rem;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 2
}

@media (max-width: 767px) {
    .help-center .active-page:after {
        border-radius: 0
    }
}

.help-center .active-page.fade:after {
    opacity: .25
}

#help_center_widget .widget-toggle {
    align-items: center;
    background-color: var(--hcw-buttons);
    border-radius: 50%;
    bottom: 10px;
    box-shadow: 0 0 3px #000;
    cursor: pointer;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 20px;
    width: 60px
}

#help_center_widget .widget-toggle.closed .close, #help_center_widget .widget-toggle.open .open {
    display: none
}

@keyframes grow {
    0% {
        transform: scale(.7)
    }

    to {
        transform: scale(1)
    }
}

.pop-in {
    background-color: #fff;
    border-radius: 1rem;
    bottom: 0;
    box-shadow: 0 0 10px 5px #0000001a;
    display: none;
    height: 100%;
    max-height: 90vh;
    overflow-y: hidden;
    position: absolute;
    right: 0;
    transition: width .4s ease, height .4s ease;
    width: 100%;
    z-index: 2
}

.pop-in.open {
    animation: popin-open .3s var(--hcw-cb-ease-out) forwards
}

.pop-in.closed, .pop-in.open {
    display: flex;
    flex-direction: column
}

.pop-in.closed {
    animation: popin-close .2s var(--hcw-cb-ease-out) forwards
}

.pop-in.expanded {
    height: 785px;
    max-height: calc(100vh - 160px);
    max-width: 67vw;
    width: 976px
}

@media (max-width: 767px) {
    .pop-in {
        max-height: 90%
    }
}

.pop-in > header {
    border-bottom: 1px solid #dddee3;
    color: #191919;
    font-size: 26px;
    font-weight: 600;
    padding: 16px var(--hcw-side-padding);
    position: relative
}

.pop-in > header .buttons {
    gap: 4px;
    position: absolute;
    right: 8px;
    top: 8px
}

.pop-in .panel {
    height: 100%;
    overflow: auto;
    position: relative
}

.pop-in .connect-form, .pop-in .connect-form > form, .pop-in .panel {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column
}

.pop-in .inner-form {
    flex: 1 1 auto;
    width: 100%
}

.scheduler-pop-in {
    height: 100%
}

.scheduler-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.pop-in-header {
    background-color: #f8f8fd;
    border-bottom: 1px solid #dddee3
}

.pop-in-title-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px
}

.pop-in-title-container.no-text {
    margin-bottom: 0
}

.pop-in-title {
    color: #191919;
    font-size: 16px;
    font-weight: 600
}

.pop-in-title.expanded {
    font-size: 32px
}

.pop-in-subtitle {
    color: #191919;
    font-size: 14px;
    line-height: 18px
}

.pop-in-subtitle.expanded {
    font-size: 16px
}

.content-with-branding {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

#help_center_widget {
    --hcw-white: #fff;
    --hcw-black: #191919;
    --hcw-primary: var(--scp-primary, #191919);
    --hcw-secondary: var(--scp-secondary, #a86645);
    --hcw-color-grey: var(--scp-color-grey, #86898f);
    --hcw-color-grey-light: var(--scp-color-grey-light, #dadbdd);
    --hcw-inner-bg-alt: var(--scp-inner-bg-alt, #215fb1);
    --hcw-text-alt: var(--scp-text-alt, #fff);
    --hcw-accent-alt: var(--scp-accent-alt, #7f7f62);
    --hcw-input-border: var(--scp-input-border, #bcbec7);
    --hcw-input-label: var(--scp-input-label, #626265);
    --hcw-buttons: var(--scp-buttons, #404e59);
    --hcw-buttons-primary: var(--scp-buttons-primary, #404e59);
    --hcw-primary-font: "Inter", Arial, sans-serif;
    --hcw-font-sm: 14px;
    --hcw-font-med: 18px;
    --hcw-vert-header-padding: 16px;
    --hcw-vert-padding: 24px;
    --hcw-side-padding: 18px;
    --hcw-button-zone-padding: 18px;
    --hcw-form-gap: 16px;
    --hcw-cb-ease-out-back: cubic-bezier(0.17, 1.15, 0.17, 1.05);
    --hcw-cb-ease-out: cubic-bezier(0.17, 0, 0.17, 1);
    --hcw-cb-ease-in-out: cubic-bezier(0.83, 0, 0.17, 1)
}

.connect-cta {
    background-color: var(--hcw-primary);
    border-radius: 8px;
    bottom: 0;
    box-shadow: 0 0 10px 5px #0000001a;
    color: var(--hcw-white);
    font-size: 12px;
    opacity: 0;
    padding: 8px 16px;
    position: absolute;
    right: 24px;
    visibility: hidden;
    width: 100%;
    z-index: 3
}

.connect-cta.open {
    opacity: 1;
    visibility: visible
}

.connect-cta.animate {
    animation: connect-fade-in .2s var(--hcw-cb-ease-out) forwards, cta-open .7s var(--hcw-cb-ease-out-back) forwards
}

.connect-cta.nudge {
    animation: cta-nudge-bounce 1s var(--hcw-cb-ease-out) forwards
}

.connect-cta.nudge:before {
    animation: draw-border 1s var(--hcw-cb-ease-in-out) forwards;
    border: 2px solid var(--hcw-buttons);
    border-radius: 6px;
    content: "";
    inset: 0;
    position: absolute;
    transition: all 1s !important;
    z-index: 3
}

@media (max-width: 767px) {
    .connect-cta {
        border-radius: 0;
        bottom: 0;
        justify-content: space-between;
        width: 100%
    }
}

.connect-cta .connect.live-chat {
    width: 100%
}

.connect-cta .connect.live-chat .chat-bubble {
    background-color: var(--hcw-primary);
    border: 2px solid #fff;
    border-radius: 50%;
    height: 28px;
    padding: 4px;
    position: relative;
    width: 28px
}

.connect-cta .connect.live-chat .chat-bubble svg {
    fill: #fff
}

.connect-cta .connect.live-chat strong {
    margin-left: 8px
}

.connect-cta .connect.live-chat.unread .chat-bubble:after {
    background-color: #06cf06;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 12px
}

.connect-cta .ctas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.connect-cta .ctas li {
    padding: 0 8px
}

@media (max-width: 767px) {
    .connect-cta .ctas li {
        text-align: center;
        width: 100%
    }
}

.connect-cta .ctas li a, .connect-cta .ctas li button {
    background-color: color-mix(in srgb, var(--hcw-primary) 90%, #fff)
}

.connect-cta .ctas li a.call-btn.tel, .connect-cta .ctas li button.call-btn.tel {
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (min-width: 768px) {
    .connect-cta .ctas li a.call-btn.tel, .connect-cta .ctas li button.call-btn.tel {
        display: none
    }
}

.connect-cta .ctas li a.call-btn.tel > strong, .connect-cta .ctas li button.call-btn.tel > strong {
    margin-top: 5px
}

@media (max-width: 767px) {
    .connect-cta .ctas li a.call-btn.page, .connect-cta .ctas li button.call-btn.page {
        display: none
    }
}

.connect-cta .ctas li a span, .connect-cta .ctas li button span {
    display: none
}

.connect-cta .ctas li svg {
    fill: #fff
}

.connect-cta.connect-cta-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    padding: 0;
    right: 20px
}

.connect-cta.connect-cta-container .connect {
    border-right: 1px solid #ffffff40;
    padding: 16px 24px;
    position: relative
}

.connect-cta.connect-cta-container .connect.lonely {
    border: none;
    display: flex;
    justify-content: center;
    width: 100%
}

@media (max-width: 767px) {
    .connect-cta.connect-cta-container {
        border-top-left-radius: 8px;
        justify-content: stretch;
        right: 0;
        width: 100%
    }
}

.connect-cta.connect-cta-container .connect, .connect-cta.connect-cta-container .ctas a, .connect-cta.connect-cta-container .ctas button {
    color: var(--hcw-white)
}

.connect-cta.connect-cta-container .connect:hover, .connect-cta.connect-cta-container .ctas a:hover, .connect-cta.connect-cta-container .ctas button:hover {
    background-color: color-mix(in srgb, var(--hcw-inner-bg-alt) 70%, #fff)
}

.connect-cta.connect-cta-container .connect:hover svg, .connect-cta.connect-cta-container .ctas a:hover svg, .connect-cta.connect-cta-container .ctas button:hover svg {
    fill: #fff
}

.connect-cta.connect-cta-container .connect.highlight, .connect-cta.connect-cta-container .ctas a.highlight, .connect-cta.connect-cta-container .ctas button.highlight {
    background-color: var(--hcw-buttons)
}

.connect-cta.connect-cta-container .ctas {
    flex: 1 1 auto;
    width: auto
}

.connect-cta.connect-cta-container .ctas li {
    border-right: 1px solid #ffffff40;
    padding: 0
}

.connect-cta.connect-cta-container .ctas li:last-child {
    border: none
}

.connect-cta.connect-cta-container .ctas li a, .connect-cta.connect-cta-container .ctas li button {
    align-items: center;
    display: flex;
    justify-content: center
}

.connect-cta.connect-cta-container .ctas li a span, .connect-cta.connect-cta-container .ctas li button span {
    display: none
}

.connect-cta.connect-cta-container .ctas li a svg, .connect-cta.connect-cta-container .ctas li button svg {
    color: #0000;
    display: block;
    margin: 0 auto
}

.tooltip {
    background-color: var(--hcw-white);
    border-radius: 8px;
    bottom: 70px;
    box-shadow: 0 0 10px 5px #0000001a;
    color: var(--hcw-black);
    cursor: pointer;
    opacity: 0;
    padding: 12px;
    position: absolute;
    right: 20px;
    transform: translateY(55px);
    visibility: hidden;
    width: 100%;
    z-index: 3
}

@media (max-width: 767px) {
    .tooltip {
        bottom: 60px;
        right: 0
    }
}

.tooltip p {
    margin: 0;
    padding: 0
}

.tooltip p.tooltip-header {
    align-items: center;
    display: flex;
    font-size: var(--hcw-font-sm);
    font-weight: 700
}

.tooltip p.tooltip-header svg {
    margin-left: 4px;
    fill: var(--hcw-primary)
}

.tooltip p.tooltip-message {
    font-size: var(--hcw-font-sm);
    line-height: 18px;
    margin-top: 8px
}

@media (max-width: 767px) {
    .tooltip p.tooltip-message {
        font-size: 12px
    }
}

.nudge.open + .tooltip {
    display: none
}

.nudge.closed + .tooltip {
    animation: tooltip-nudge .5s var(--hcw-cb-ease-out-back) .5s forwards
}

@media (max-width: 767px) {
    .nudge.connect-cta-container + .tooltip {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
}

.cta-item-container {
    padding: 5px 0;
    width: 100%
}

.cta-button {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    text-align: center;
    width: 100%
}

.cta-label {
    font-family: var(--hcw-primary-font);
    font-weight: 600;
    margin-top: 5px
}

.larsons-triangle {
    background-color: var(--hcw-primary);
    border-color: #ffffff40 #ffffff40 #0000 #0000;
    border-style: solid;
    border-width: 1px;
    left: calc(100% - 2px);
    padding: 2px;
    position: absolute;
    transform: rotate(45deg)
}

.connect:hover .larsons-triangle {
    background-color: color-mix(in srgb, var(--hcw-inner-bg-alt) 70%, #fff)
}

.connect-label {
    color: var(--hcw-white);
    margin-left: 5px;
    margin-top: 2px
}

.chat-container {
    display: flex;
    flex: 1 0 auto;
    height: 50%;
    justify-content: space-between
}

.chat-container .consent {
    color: #8c8d94;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 16px
}

.chat-container .consent a {
    color: var(--hcw-buttons)
}

.chat-messages {
    align-self: stretch;
    flex: 1 1;
    overflow: auto;
    padding: var(--hcw-vert-padding) var(--hcw-side-padding)
}

@media screen and (min-width: 768px)and (min-height: 600px) {
    .chat-messages {
        min-height: 150px
    }
}

.chat-messages .message-list {
    background: #fff;
    z-index: 1
}

.chat-messages .message {
    color: var(--hcw-black);
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    max-width: 90%
}

.chat-messages .message .body {
    border-radius: 1rem;
    font-size: var(--hcw-font-sm);
    line-height: 20px;
    margin-bottom: 4px;
    padding: 12px
}

.chat-messages .message .body.nudge {
    position: relative
}

.chat-messages .message .body.nudge:before {
    animation: message-nudge .5s linear, pulse-box-shadow 1.5s var(--hcw-cb-ease-out) 1s;
    border: 2px solid var(--hcw-buttons);
    border-radius: 1rem 1rem 1rem 0;
    content: "";
    inset: 0;
    position: absolute;
    transition: all .5s !important
}

.chat-messages .message .body .info-card {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    text-align: center
}

.chat-messages .message .body .info-card .icon {
    background-color: var(--hcw-primary);
    border-radius: 10px;
    padding: .5em .65em
}

.chat-messages .message .body .info-card .icon svg {
    fill: #fff
}

.chat-messages .message .body .info-card strong {
    font-size: 18px;
    line-height: 24px;
    margin: 12px 0 8px
}

.chat-messages .message .body .info-card p {
    color: var(--hcw-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0
}

.chat-messages .message small {
    color: #bcbec7;
    font-size: 12px
}

.chat-messages .message small > * {
    margin-right: 4px
}

.chat-messages .message small > .dot {
    font-size: 4px
}

.chat-messages .message.you small {
    align-items: center;
    color: var(--hcw-black);
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 400
}

.chat-messages .message.agent {
    align-self: flex-start;
    animation: chat-message-agent .35s var(--hcw-cb-ease-out)
}

.chat-messages .message.agent .body {
    background-color: #f2f2f5;
    border-bottom-left-radius: 0
}

.chat-messages .message.agent small {
    align-items: center;
    align-self: flex-start;
    display: flex;
    justify-content: center
}

.chat-messages .message.you {
    align-self: flex-end;
    animation: chat-message-you .35s var(--hcw-cb-ease-out)
}

.chat-messages .message.you .body {
    background-color: #d8eaff;
    border-bottom-right-radius: 0
}

.chat-messages .message.you small {
    align-self: flex-end
}

.chat-messages .message.system {
    margin-bottom: 8px
}

.chat-messages .message.system .body {
    color: #86898f;
    font-size: 12px;
    margin-bottom: 0;
    padding: 0
}

.chat-messages button.quick-actions {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    padding-top: 8px;
    position: relative;
    text-align: left;
    z-index: 1
}

.chat-messages button.quick-actions strong {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: 8px;
    text-transform: uppercase
}

.chat-messages button.quick-actions .arrow {
    fill: var(--hcw-primary);
    rotate: 0deg;
    transition: rotate .3s var(--hcw-cb-ease-out) .1s
}

.chat-messages button.quick-actions .arrow.expanded {
    rotate: 180deg
}

.chat-messages button.quick-actions:after {
    content: ""
}

.chat-messages button.quick-actions div.line {
    display: block;
    flex: 1 1 auto;
    position: relative
}

.chat-messages button.quick-actions div.line:after {
    background-color: var(--hcw-color-grey);
    content: "";
    display: block;
    height: 1px;
    left: 10%;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 90%
}

.chat-messages .chat-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 8px;
    z-index: 0
}

.chat-messages .chat-buttons.open {
    animation: chat-buttons-open .4s var(--hcw-cb-ease-out) forwards
}

.chat-messages .chat-buttons.closed {
    animation: chat-buttons-close .3s var(--hcw-cb-ease-out) forwards;
    display: none
}

.chat-button {
    align-items: center;
    background-color: color-mix(in srgb, var(--hcw-buttons) 10%, #fff);
    border: 1px solid #0000;
    border-radius: 8px;
    color: var(--hcw-buttons);
    display: flex;
    font-size: var(--hcw-font-sm);
    font-weight: 500;
    line-height: 22px;
    padding: 6px 10px
}

.chat-button:hover {
    border: 1px solid var(--hcw-buttons)
}

.chat-button:focus {
    background-color: color-mix(in srgb, var(--hcw-buttons) 25%, #fff)
}

.chat-button svg {
    fill: var(--hcw-buttons);
    display: inline-block;
    height: 19px;
    margin-right: 4px;
    vertical-align: middle;
    width: 19px
}

.chat-button.more {
    font-size: var(--hcw-font-sm);
    line-height: 22px;
    padding-right: 2px
}

.chat-button.more svg {
    display: inline-block;
    vertical-align: middle;
    fill: var(--hcw-buttons);
    height: 18px;
    margin-right: 2px;
    width: 18px
}

.chat-button.expand {
    max-width: 56%;
    padding-right: 2px
}

.chat-button.expand svg {
    display: inline-block;
    vertical-align: middle;
    fill: var(--hcw-buttons);
    height: 4px;
    margin-left: 6px;
    width: 12px
}

.chat-system {
    align-items: center;
    color: #626265;
    display: flex;
    font-size: 12px
}

.chat-system svg {
    margin-right: 8px
}

.chat-system.typing {
    margin-bottom: 4px
}

.chat-system.typing span.bubble {
    background-color: #f2f2f5;
    border-radius: 16px 16px 16px 0;
    margin-right: 8px;
    padding: 4px 8px
}

.chat-system.typing span.bubble svg {
    height: 14px;
    width: 30px;
    fill: #bcbec7;
    margin-right: 0
}

.chat-system.loading {
    color: #86898f;
    margin-bottom: 4px
}

.chat-system.loading svg {
    height: 30px;
    width: 30px;
    fill: var(--hcw-buttons)
}

.chat-system.loading.stacked {
    flex-direction: column;
    justify-content: center
}

.chat-system.loading.stacked svg {
    height: 48px;
    width: 48px
}

.chat-system.loading.compact {
    margin: 0
}

.chat-system.loading.compact span {
    line-height: 16px;
    vertical-align: middle
}

.chat-system.loading.compact svg {
    height: 14px;
    line-height: 0;
    margin: 0;
    width: 14px;
    fill: #fff;
    display: inline-block
}

.chat-status-bar {
    background-color: #f2f2f5;
    border-bottom: 1px solid var(--hcw-color-grey-light);
    border-top: 1px solid var(--hcw-color-grey-light);
    color: #86898f;
    font-size: 12px;
    padding: 4px 16px
}

.chat-status-bar svg {
    fill: var(--hcw-primary);
    height: 12px;
    margin-left: 2px
}

.chat-textbox {
    align-content: center;
    border: 2px solid var(--hcw-primary);
    border-radius: 8px;
    margin: 12px var(--hcw-side-padding) 4px;
    padding: 8px;
    position: relative
}

.chat-textbox .newer-messages {
    background-color: var(--hcw-buttons);
    border-radius: 4px;
    bottom: calc(100% + 10px);
    color: var(--hcw-text-alt);
    cursor: pointer;
    font-size: 12px;
    padding: 5px;
    position: absolute;
    right: 0;
    z-index: 1
}

.chat-textbox textarea {
    border-radius: 0;
    height: 100%;
    margin-bottom: 4px;
    padding: 2px;
    width: 100%
}

.chat-textbox textarea:disabled {
    cursor: not-allowed
}

.chat-textbox button.send {
    border: 1.5px solid var(--hcw-buttons);
    border-radius: 8px;
    padding: 4px 12px
}

.chat-textbox button.send:hover {
    background-color: var(--hcw-buttons)
}

.chat-textbox button.send:hover svg {
    fill: #fff
}

.chat-textbox button.send:disabled {
    border-color: var(--hcw-color-grey)
}

.chat-textbox button.send:disabled:hover {
    background-color: var(--hcw-white);
    cursor: not-allowed
}

.chat-textbox button.send:disabled svg {
    fill: var(--hcw-color-grey)
}

.chat-textbox button.send svg {
    width: 16px;
    fill: var(--hcw-primary)
}

.chat-transcript-review {
    animation: chat-ended .35s var(--hcw-cb-ease-out);
    text-align: center
}

.chat-transcript-review p {
    color: var(--hcw-primary);
    font-size: 16px;
    margin: 10px 0 4px
}

.chat-transcript-review span {
    color: #626265;
    font-size: var(--hcw-font-sm)
}

.chat-transcript-review .btns {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px 4px 12px
}

.chat-transcript-review button {
    align-items: center;
    border-radius: 8px;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0 8px;
    width: 36px
}

.chat-transcript-review button svg {
    height: 18px;
    width: 18px
}

.chat-transcript-review button.thumbs-up {
    background-color: #e9f9ee
}

.chat-transcript-review button.thumbs-up svg {
    fill: #23bf57
}

.chat-transcript-review button.thumbs-down {
    background-color: hsla(220, 4%, 54%, .063)
}

.chat-transcript-review button.thumbs-down svg {
    fill: var(--hcw-black);
    transform: rotate(180deg)
}

.consent-and-message-input-container {
    max-height: 500px;
    overflow: hidden
}

.consent-and-message-input-container.collapsed {
    max-height: 0;
    transition: max-height .5s ease
}

.navbar-edge-item-container {
    display: flex;
    width: 20%
}

.navbar-edge-item-container:first-child {
    justify-content: flex-start
}

.navbar-edge-item-container:last-child {
    justify-content: flex-end
}

.payment-wrap .payment-form {
    --hcw-black: #191919;
    --grey1: #f2f2f5;
    --grey2: #bcbec7;
    --grey3: #626265;
    --blue1: #007ffd;
    --blue2: #66aeff;
    --rose: #d12b1c;
    --fadeOpacity: 0.3;
    --illuminatedOpacity: 1
}

.payment-wrap .payment-form .loader {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.payment-wrap .payment-form .loader-spinner {
    margin-bottom: 1rem
}

.payment-wrap .payment-form .spinner {
    color: var(--hcw-black);
    height: 5rem;
    width: 5rem
}

.payment-wrap .payment-form .spinner-body {
    animation: bodyFade 4s infinite
}

.payment-wrap .payment-form .spinner-pincerLeft {
    animation: pincerLeftFade 4s infinite
}

.payment-wrap .payment-form .spinner-pincerRight {
    animation: pincerRightFade 4s infinite
}

.payment-wrap .payment-form .spinner-stinger {
    animation: stingerFade 4s infinite
}

.payment-wrap .payment-form .hidden {
    opacity: 0;
    visibility: hidden
}

.payment-wrap .payment-form .validationError {
    color: var(--rose);
    margin-top: 1rem
}

.payment-wrap .payment-form .error {
    color: var(--rose) !important;
    font-weight: 700 !important;
    left: 10%
}

@keyframes bodyFade {
    0% {
        opacity: var(--fadeOpacity)
    }

    13.334% {
        opacity: var(--illuminatedOpacity)
    }

    66.667% {
        opacity: var(--illuminatedOpacity)
    }

    to {
        opacity: var(--fadeOpacity)
    }
}

.payment-wrap .payment-form #addressLine1, .payment-wrap .payment-form #addressLine2, .payment-wrap .payment-form #applepay-googlepay-buttons-container h4, .payment-wrap .payment-form .decorative-box, .payment-wrap .payment-form .line-behind, .payment-wrap .payment-form label, .payment-wrap .payment-form p.h2 {
    display: none
}

.payment-wrap .payment-form input {
    border: 1px solid var(--hcw-input-border);
    border-radius: .333em;
    font-size: .889em;
    height: 100%;
    padding: .489em .556em;
    width: 100%
}

.payment-content-zone-padding {
    padding: 36px var(--hcw-side-padding) var(--hcw-vert-padding) var(--hcw-side-padding)
}

.chat-info-bar {
    background-color: #f2f2f5;
    border-bottom: 1px solid var(--hcw-color-grey-light);
    border-top: 1px solid var(--hcw-color-grey-light);
    cursor: pointer;
    font-size: 12px;
    padding: 6px var(--hcw-side-padding);
    transition: height .3s ease
}

.business-name-label {
    color: var(--hcw-black)
}

.ai-label {
    margin-left: 2px;
    padding-top: 2px
}

.disclaimer-text {
    color: var(--hcw-color-grey);
    display: block;
    line-height: 16px;
    max-height: 60px;
    overflow-x: hidden;
    width: 100%
}

.disclaimer-text.expanded {
    animation: disclaimer-open .2s var(--hcw-cb-ease-out) forwards
}

.disclaimer-text.collapsed {
    animation: disclaimer-close .2s var(--hcw-cb-ease-out) forwards
}

.expand-disclaimer-icon {
    transition: translate .3s ease, rotate .3s ease
}

.expand-disclaimer-icon.expanded {
    rotate: 180deg;
    translate: 0 -3px
}

.expand-disclaimer-icon.collapsed {
    rotate: 0deg;
    translate: 0 3px
}

.feedback-panel-button {
    color: var(--hcw-primary);
    cursor: pointer;
    display: block;
    font-size: var(--hcw-font-sm);
    margin: 8px 8px 16px;
    text-align: center
}

.end-chat {
    border-bottom: 1px solid var(--hcw-color-grey-light);
    padding: 12px
}

.end-chat-header {
    color: var(--hcw-buttons);
    font-size: 18px;
    font-weight: 700;
    margin: 4px 12px 16px;
    text-align: center
}

.end-chat-disclaimer {
    color: var(--hcw-input-label);
    font-size: var(--hcw-font-sm);
    margin: 4px 0;
    text-align: center
}

.end-chat-buttons-container {
    margin: 12px 0
}

.grateful-text {
    color: var(--hcw-input-label);
    font-size: var(--hcw-font-sm);
    margin-left: 10px
}

.end-chat-icon-container {
    display: flex;
    justify-content: center
}

.end-chat-icon {
    background-color: var(--hcw-primary);
    border-radius: 12px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 40px;
    padding: 10px
}

.end-chat-message-text {
    font-size: var(--hcw-font-sm)
}

.negative-feedback-icon {
    transform: rotate(180deg)
}

.end-conversation-message-button-container {
    margin-top: 10px
}

.end-conversation-message-button-container button:nth-child(2) {
    margin-left: 10px
}

.chat-feedback-buttons-block {
    margin-top: 80px
}

.chat-feedback-buttons-block button {
    border-radius: 8px;
    margin: 0 10px;
    padding: 6px
}

.chat-feedback-buttons-block button.close-button {
    border: 1px solid var(--hcw-primary) !important;
    color: var(--hcw-primary);
    font-size: 16px
}

.chat-feedback-buttons-block button.close-button:hover {
    background-color: var(--hcw-primary);
    color: #fff
}

.chat-feedback-buttons-block button.new-chat-button {
    background-color: color-mix(in srgb, var(--hcw-buttons) 90%, #fff);
    color: #fff;
    font-size: 16px
}

.end-chat-button {
    background-color: var(--hcw-color-grey-light);
    border-radius: 8px;
    margin: 5px;
    padding: 8px
}

.end-chat-button:hover {
    background-color: #e9f9ee
}

.end-chat-button:hover svg {
    fill: #23bf57 !important
}

.end-chat-button.dislike {
    transform: rotate(180deg)
}

.end-chat-button.dislike:hover {
    background-color: #faeae8
}

.end-chat-button.dislike:hover svg {
    fill: #d12b1c !important
}

.consent-label-container {
    border: 1px solid #dddee3;
    border-radius: 8px;
    box-shadow: 0 4px 12px 0 #19191933;
    display: flex;
    flex-direction: row;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 12px;
    position: relative
}

.consent-label-container .consent-label-body-container {
    padding-right: 12px
}

.consent-label-container button {
    padding: 12px 8px;
    position: absolute;
    right: 4px;
    top: 0
}

.consent-label-container button svg {
    margin-right: 0
}

.feedback-length-counter {
    align-self: flex-end;
    color: var(--hcw-color-grey);
    display: block;
    font-size: 12px;
    margin: 5px 0 10px;
    text-align: right
}

.footer {
    background-color: var(--hcw-white-bg);
    color: var(--hcw-black);
    font-size: 12px;
    margin: 12px 0;
    opacity: .6
}

@media (max-width: 767px) {
    .footer {
        padding: 4px 0
    }
}

.footer a {
    color: currentColor
}

.footer svg {
    margin-right: .25em;
    fill: currentColor
}

.header {
    background-color: var(--hcw-primary) !important;
    border-radius: 1rem 1rem 0 0;
    display: block;
    position: relative;
    text-align: center;
    transition: padding .5s ease-in-out
}

@media (max-height: 600px) {
    .header {
        padding: 0
    }
}

.header.expanded {
    padding: 18px var(--hcw-side-padding) 10px
}

@media (max-width: 767px) {
    .header.expanded {
        border-radius: 0
    }
}

@media (max-height: 768px) {
    .header.expanded {
        padding: 5px var(--hcw-side-padding)
    }
}

.header.expanded .close {
    top: 16px
}

@media (max-height: 768px) {
    .header.expanded .close {
        top: 4px
    }

    .header.expanded.no-logo {
        padding: 10px var(--hcw-side-padding) 10px
    }
}

.header img {
    display: block;
    margin: 0 auto;
    max-height: 0;
    max-width: calc(100% - 70px);
    transition: padding .5s ease-in-out, max-height .5s ease-in-out;
    width: auto
}

.header img.header-image-expanded {
    max-height: 74px
}

.header .title {
    color: var(--hcw-color-grey-light);
    font-size: .667em;
    letter-spacing: .133em;
    margin: 0;
    text-transform: uppercase
}

.header img + .title {
    margin-top: 16px
}

@media (max-height: 768px) {
    .header img + .title {
        margin-top: 0
    }
}

.header .close {
    background-color: hsla(0, 0%, 100%, .376);
    border-radius: 50%;
    display: block;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 24px
}

.header .close > svg {
    height: 10px;
    width: 10px
}

.connect.nlf\:middle {
    display: none;
}

@media (max-height: 768px) {
    .header .close {
        top: 4px
    }
}

.header .close svg {
    fill: var(--hcw-white)
}

.header .close:hover {
    opacity: 75%
}

@keyframes connect-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes connect-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes cta-open {
    0% {
        transform: translateY(72px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes widget-open {
    0% {
        transform: translateY(16px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes popin-open {
    0% {
        max-height: 0
    }

    to {
        max-height: 86vh
    }
}

@keyframes popin-close {
    0% {
        max-height: 86vh
    }

    to {
        max-height: 0
    }
}

@keyframes disclaimer-open {
    0% {
        max-height: 0;
        padding-top: 0
    }

    to {
        margin-top: 4px;
        max-height: 60px
    }
}

@keyframes disclaimer-close {
    0% {
        display: block;
        margin-top: 4px;
        max-height: 60px
    }

    99% {
        display: block;
        max-height: 0;
        padding-top: 0
    }

    to {
        display: none;
        max-height: 0;
        padding-top: 0
    }
}

@keyframes chat-buttons-open {
    0% {
        max-height: 0;
        padding-top: 0
    }

    to {
        max-height: 10em;
        padding-top: 8px
    }
}

@keyframes chat-buttons-close {
    0% {
        display: flex;
        max-height: 10em;
        padding-top: 8px
    }

    99% {
        display: flex;
        max-height: 0;
        padding-top: 0
    }

    to {
        display: none;
        max-height: 0;
        padding-top: 0
    }
}

@keyframes chat-message-you {
    0% {
        transform: scale(0);
        transform-origin: bottom right
    }

    to {
        transform: scale(1)
    }
}

@keyframes chat-message-agent {
    0% {
        transform: scale(0);
        transform-origin: bottom left
    }

    to {
        transform: scale(1)
    }
}

@keyframes chat-ended {
    0% {
        scale: 0
    }

    to {
        scale: 100%
    }
}

@keyframes message-nudge {
    0%, to {
        clip-path: inset(0 95% 0 0)
    }

    25% {
        clip-path: inset(0 0 95% 0)
    }

    50% {
        clip-path: inset(0 0 0 95%)
    }

    75% {
        clip-path: inset(95% 0 0 0)
    }
}

@keyframes pulse-box-shadow {
    0% {
        box-shadow: 0 0 0 0 #66aeff
    }

    to {
        box-shadow: 0 0 0 10px #66aeff00
    }
}

@keyframes cta-nudge-border {
    0% {
        clip-path: inset(0 95% 0 0)
    }

    25% {
        clip-path: inset(0 0 95% 0)
    }

    50% {
        clip-path: inset(0 0 0 95%)
    }

    75% {
        clip-path: inset(95% 0 0 0)
    }

    to {
        clip-path: inset(0 95% 0 0)
    }
}

@keyframes cta-nudge-border-autohide {
    0% {
        clip-path: polygon(0 0, 0 0, 0 0, 0 0)
    }

    40% {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
    }

    45% {
        clip-path: polygon(0 0, 100% 0, 100% 2px, 0 0)
    }

    85% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }

    90% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 2px)
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

@keyframes draw-border {
    0% {
        clip-path: polygon(min(8%, 13px) min(8%, 13px), calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) min(8%, 13px), 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    0.1% {
        clip-path: polygon(min(8%, 13px) min(8%, 13px), calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) min(8%, 13px), 0 0, 0 0, 0 min(8%, 13px), min(8%, 13px) min(8%, 13px), 0 0, 0 0, 0 0, calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), 100% 100%, 100% 100%, calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), 0 100%, 0 100%, min(8%, 13px) calc(100% - min(8%, 13px)))
    }

    23.9% {
        clip-path: polygon(min(8%, 13px) min(8%, 13px), calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) min(8%, 13px), 0 0, 100% 0, calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) 0, 100% 0, 100% 0, calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), 100% 100%, 100% 100%, calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), 0 100%, 0 100%, min(8%, 13px) calc(100% - min(8%, 13px)))
    }

    50% {
        clip-path: polygon(min(8%, 13px) min(8%, 13px), calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) min(8%, 13px), 0 0, 100% 0, calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), 100% 100%, 100% 0, calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), 100% 100%, 100% 100%, calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), 0 100%, 0 100%, min(8%, 13px) calc(100% - min(8%, 13px)))
    }

    73.9% {
        clip-path: polygon(min(8%, 13px) min(8%, 13px), calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) min(8%, 13px), 0 0, 100% 0, calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), 100% 100%, 100% 0, calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), 0 100%, 100% 100%, calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), 0 100%, 0 100%, min(8%, 13px) calc(100% - min(8%, 13px)))
    }

    to {
        clip-path: polygon(min(8%, 13px) min(8%, 13px), calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) min(8%, 13px), 0 0, 100% 0, calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), 100% 100%, 100% 0, calc(100% - min(8%, 13px)) min(8%, 13px), calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), 0 100%, 100% 100%, calc(100% - min(8%, 13px)) calc(100% - min(8%, 13px)), min(8%, 13px) calc(100% - min(8%, 13px)), min(8%, 13px) min(8%, 13px), 0 0, 0 100%, min(8%, 13px) calc(100% - min(8%, 13px)))
    }
}

@keyframes cta-nudge-bounce {
    0%, 20%, 50%, 80%, to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-6px)
    }
}

@keyframes widget-nudge {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes tooltip-nudge {
    0% {
        opacity: 0;
        transform: translateY(55px);
        visibility: hidden
    }

    to {
        opacity: 1;
        transform: translateY(0);
        visibility: visible
    }
}

.navbar {
    background-color: var(--hcw-primary);
    padding: 8px 10px;
    transition: border-radius .2s ease
}

.navbar.no-logo {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    transition: border-radius .3s ease .4s
}

@media (max-width: 767px) {
    .navbar.no-logo {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

.navbar button {
    color: var(--hcw-white);
    line-height: 1
}

.navbar button svg {
    fill: var(--hcw-white)
}

.navbar button svg.dropdown-icon {
    height: 8px;
    margin-bottom: 2px;
    margin-left: 8px;
    width: 8px
}

.navbar button .app-icon {
    opacity: 100%;
    transition: opacity .3s ease, fill .3s ease
}

.navbar button:hover .app-icon {
    fill: var(--hcw-white);
    opacity: 75%
}

.navbar button.close-button {
    background-color: hsla(0, 0%, 100%, .376);
    border-radius: 50%;
    height: 24px;
    width: 24px
}

.navbar button.close-button > svg {
    height: 10px;
    width: 10px
}

.nav-menu {
    font-family: var(--hcw-primary);
    font-size: 18px;
    font-weight: 500
}

.nav-menu-button-group {
    display: flex;
    flex-direction: row
}

.expand-button {
    background-color: hsla(0, 0%, 100%, .376);
    border-radius: 50%;
    margin-right: 12px;
    width: 24px
}

.lb-fullscreen {
    background-color: black !important;
}

.ps-images > li {
    display: none;
}

.ps-images > li.active {
    display: flex;
}

.dialog-s {
    display: none;
}

.input-text p {
    margin: 0;
}

.input-text p br {
    display: none;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-response-output {
    display: none;
}

.inp-mrk p {
    margin: 0;
}

.inp-mrk p br {
    display: none;
}

.img-bg .tab {
    display: none;
}

.img-bg .mob {
    display: none;
}

#ValuesV2 .flx.f_m.mrg_tp-40.f_c.ta_ {
    display: none;
}

.pop-in[hidden] {
    display: none !important;
}

#ae_launcher {
    display: none !important;
}

#ae_app {
    opacity: 0 !important;
    visibility: hidden !important;
    display: none !important;
}

.cnt-stl p.MsoNormal {
    margin: 1em 0;
}

.cnt-stl p {
    margin: 1em 0;
}

.cnt-stl > *:last-child {
    margin-bottom: 0 !important;
}

[aria-hidden="true"] {
    visibility: visible;
}

@media screen and (max-width: 1279px) {
    .img-bg .tab {
        display: block;
    }

    .img-bg .web {
        display: none;
    }

    #ValuesV2 .flx.f_m.mrg_tp-40.f_c.ta_ {
        display: flex;
    }
}

@media screen and (max-width: 500px) {
    .img-bg .mob {
        display: block;
    }

    .img-bg .tab {
        display: none;
    }
}