@font-face {
    font-family: "Satoshi";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Satoshi"), url("../fonts/Satoshi-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Satoshi"), url("../fonts/Satoshi-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Satoshi"), url("../fonts/Satoshi-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Satoshi"), url("../fonts/Satoshi-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Stanley";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Stanley"), url("../fonts/Stanley.woff2") format("woff2");
}

:root {
    --saf: "Satoshi", sans-serif;
    --stf: "Stanley", sans-serif;
    --nf: "nitti", monospace;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, footer, header, main, nav, section {
    display: block;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    position: relative;
    font-size: 1rem;
    width: 100%;
    min-width: 320px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.admin-bar .main {
    min-height: calc(100vh - 32px);
}

.page-template-dashboard .main {
    overflow: initial;
}

header ul, header ol, footer ul, footer ol, aside ul, aside ol, nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hv-modal {
    font-family: var(--saf);
    color: #0E3139;
}

.hv-vanilla-modal .hv-modal {
    display: block;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.2s, z-index 0s 0.2s;
}

.hv-vanilla-modal .hv-modal > * {
    display: inline-flex;
    white-space: normal;
    vertical-align: middle;
    text-align: initial;
}

.hv-vanilla-modal.hv-modal-visible {
    overflow-y: hidden;
}

.hv-vanilla-modal.hv-modal-visible .hv-modal {
    z-index: 9999999999;
    opacity: 1;
    transition: opacity 0.2s;
}

.hv-vanilla-modal.hv-modal-visible .hv-modal .hv-modal-box {
    transform: none;
    opacity: 1;
    z-index: 100;
}

.hv-vanilla-modal.hv-modal-visible #acf-popup {
    opacity: 0 !important;
}

.hv-modal-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hv-modal-content {
    width: 100%;
}

.hv-modal-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.2s;
}

.hv-modal-box {
    position: relative;
    width: 100%;
    max-width: 40.5rem;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 0.625rem;
    overflow: hidden;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 1);
    transition: transform 0.3s, opacity 0.3s;
}

.hv-modal-box.modal-content-wide {
    max-width: 43.75rem;
}

.hv-modal-close {
    display: flex;
    align-items: center;
    font-family: var(--nf);
    font-size: 0.875rem;
    margin-left: 1.25rem;
    letter-spacing: 0.035rem;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 1;
}

.hv-modal-close:hover svg {
    transform: rotate(90deg);
}

.hv-modal-close svg {
    fill: currentColor;
    margin-left: 0.375rem;
    transition: transform 0.2s;
}

.hv-modal-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.375rem 1rem 0.375rem 1.25rem;
    line-height: 1.7;
    background-color: #F4EDED;
}

.hv-modal-heading {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.045rem;
}

.hv-modal-body {
    padding: 1.5rem 1.25rem 2rem;
}

.hv-tooltip-container {
    position: relative;
}

.hv-js-tooltip {
    position: relative;
    font-weight: normal;
    letter-spacing: 0;
}

.hv-js-tooltip:hover .hv-tooltip-message {
    opacity: 1;
    visibility: visible;
}

.hv-js-tooltip._text .hv-tooltip-message {
    text-transform: initial;
}

.hv-js-tooltip._nowrap .hv-tooltip-message {
    white-space: nowrap;
}

.hv-js-tooltip._bottom .hv-tooltip-message, .hv-js-tooltip._left .hv-tooltip-message, .hv-js-tooltip._right .hv-tooltip-message {
    bottom: initial;
}

.hv-js-tooltip._bottom .hv-tooltip-message > div::after, .hv-js-tooltip._left .hv-tooltip-message > div::after, .hv-js-tooltip._right .hv-tooltip-message > div::after {
    top: initial;
    border-top: 0.5rem solid transparent;
}

.hv-js-tooltip._bottom .hv-tooltip-message {
    top: 100%;
    padding: 0.75rem 0 0;
}

.hv-js-tooltip._bottom .hv-tooltip-message > div::after {
    bottom: 100%;
    border-bottom: 0.5rem solid var(--bg-color);
}

.hv-js-tooltip._left .hv-tooltip-message, .hv-js-tooltip._right .hv-tooltip-message {
    top: 50%;
    transform: translateY(-50%);
}

.hv-js-tooltip._left .hv-tooltip-message > div::after, .hv-js-tooltip._right .hv-tooltip-message > div::after {
    top: 50%;
    margin: -0.5rem 0 0;
}

.hv-js-tooltip._left._bottom .hv-tooltip-message > div::after, .hv-js-tooltip._right._bottom .hv-tooltip-message > div::after {
    bottom: initial;
    border-bottom: 0.5rem solid transparent;
}

.hv-js-tooltip._left .hv-tooltip-message {
    left: initial;
    right: 100%;
    padding: 0 0.75rem 0 0;
}

.hv-js-tooltip._left .hv-tooltip-message > div::after {
    left: calc(100% - 0.03125rem);
    border-left: 0.5rem solid var(--bg-color);
}

.hv-js-tooltip._right .hv-tooltip-message {
    left: 100%;
    padding: 0 0 0 0.75rem;
}

.hv-js-tooltip._right .hv-tooltip-message > div::after {
    left: initial;
    right: calc(100% - 0.03125rem);
    border-right: 0.5rem solid var(--bg-color);
}

.hv-js-tooltip-visible {
    position: relative;
}

.hv-js-tooltip-visible .hv-tooltip-message {
    opacity: 1;
    visibility: visible;
}

.hv-tooltip-message {
    --text-color: #fff;
    --bg-color: #0E3139;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    border-radius: 10px;
    padding-bottom: 12px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: opacity 0.1s;
}

.hv-tooltip-message._visible {
    opacity: 1;
    visibility: visible;
}

.hv-tooltip-message.hv-tooltip-message-nowrap {
    white-space: nowrap;
}

.hv-tooltip-message > div {
    position: relative;
    display: block;
    font-family: var(--nf);
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: var(--text-color);
    background-color: var(--bg-color);
    padding: 8px 10px;
    border-radius: 8px;
}

.hv-tooltip-message > div.hv-tooltip-group {
    padding: 8px 0;
}

.hv-tooltip-message > div.hv-tooltip-group .hv-tooltip-link,
.hv-tooltip-message > div.hv-tooltip-group > a {
    display: block;
    color: var(--text-color);
    padding: 6px 10px;
    text-decoration: none;
    cursor: pointer;
}

.hv-tooltip-message > div.hv-tooltip-group .hv-tooltip-link.disabled,
.hv-tooltip-message > div.hv-tooltip-group > a.disabled {
    pointer-events: none;
    color: gray;
}

.hv-tooltip-message > div.hv-tooltip-group .hv-tooltip-link:hover,
.hv-tooltip-message > div.hv-tooltip-group > a:hover {
    background-color: #1E75FF;
}

.hv-tooltip-message > div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid var(--bg-color);
}

.hv-tooltip-message > div .hvt-confirm:hover,
.hv-tooltip-message > div .hvt-cancel:hover {
    text-decoration: underline;
}

.hv-tooltip-message > div .hvt-confirm {
    color: #F66355;
}

.hv-tooltip-message > div .hvt-cancel {
    color: #9EA3A8;
}

.hv-tooltip-group-scroll {
    overflow-y: auto;
}

.hv-tooltip-group-scroll .simplebar-scrollbar:before {
    background-color: #fff;
}

.hv-tooltip-group-scroll .simplebar-track.simplebar-vertical {
    width: 7px;
}

.row-buttons.g-0 .hv-btn-circle-sm {
    margin-left: 0.5rem;
}

.row-buttons:hover .hv-btn-circle-sm,
.socials:hover .hv-btn-circle-sm {
    opacity: 1;
    visibility: visible;
}

.hv-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    fill: currentColor;
    background-color: #0E3139;
    text-decoration: none;
    line-height: 1.5;
    padding: 10px 18px;
    letter-spacing: 0.64px;
    outline: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.hv-btn.loading span {
    opacity: 0;
}

.hv-btn.loading .btn-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    fill: currentColor;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.hv-btn > svg:first-child {
    margin-right: 6px;
}

.hv-btn.hv-btn-wide {
    width: 100%;
}

.hv-btn.hv-btn-styled {
    font-family: var(--stf);
    font-size: 18px;
    line-height: normal;
    letter-spacing: 1.32px;
    text-transform: uppercase;
}

.hv-btn.hv-btn-styled:hover {
    color: #fff;
    background-color: #1E75FF;
}

.hv-btn.hv-btn-secondary {
    background-color: #1E75FF;
}

.hv-btn.hv-btn-secondary:hover {
    color: #fff;
    background-color: #0E3139;
}

.hv-btn.hv-btn-danger {
    background-color: #FF5702;
}

.hv-btn.hv-btn-danger:hover {
    color: #fff;
    background-color: #D14600;
}

.hv-btn.hv-btn-white {
    background-color: #ffffff;
    color: #0E3139;
}

.hv-btn.hv-btn-white:hover {
    background-color: #1E75FF;
    color: #ffffff;
}

.hv-btn.hv-btn-outline {
    color: #0E3139;
    background-color: transparent;
}

.hv-btn.hv-btn-outline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid currentColor;
    transition: border-color 0.2s;
}

.hv-btn:hover {
    color: #0E3139;
    background: #C9F5E1;
}

.hv-btn.disabled, .hv-btn:disabled {
    color: #fff !important;
    background-color: #89979B !important;
    pointer-events: none;
}

.hv-btn-loader {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 20px;
    opacity: 1;
}

.hv-btn-loader span, .hv-btn-loader::before, .hv-btn-loader::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: currentColor;
    animation: move 0.6s infinite ease-in-out;
}

.hv-btn-loader::before {
    left: 0;
    animation-delay: 0s;
}

.hv-btn-loader span {
    left: 7px;
    animation-delay: 0.2s;
}

.hv-btn-loader::after {
    left: 14px;
    animation-delay: 0.4s;
}

.hv-btn-loader-text {
    font-family: var(--nf);
    text-transform: uppercase;
}

.hv-link {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: 0.04rem;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}

.hv-link.lg {
    font-size: 1.125rem;
}

.hv-link:hover {
    text-decoration: none;
}

.hv-btn-add {
    display: flex;
    align-content: center;
    line-height: 1.375rem;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.hv-btn-add:hover .hv-btn-add-icon {
    fill: #0E3139;
    background-color: transparent;
}

.hv-btn-add-icon {
    position: relative;
    height: 1.375rem;
    min-width: 1.375rem;
    width: 1.375rem;
    border-radius: 50%;
    background-color: #0E3139;
    border: 1px solid #0E3139;
    fill: #ffffff;
    margin-right: 0.5rem;
    transition: all 0.2s;
}

.hv-btn-add-icon svg {
    width: 100%;
    height: 100%;
}

.wp-core-ui .button,
.wp-core-ui .button-primary,
.wp-core-ui .button-secondary {
    font-family: var(--saf);
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    fill: currentColor;
    background-color: #0E3139;
    line-height: 1.5;
    padding: 0.5rem 1.125rem;
    letter-spacing: 0.04rem;
    border-radius: 0.625rem;
    border: none;
    transition: all 0.2s;
}

.wp-core-ui .button:focus,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-secondary:focus {
    outline: none;
    border: none;
}

.wp-core-ui .button:hover,
.wp-core-ui .button-primary:hover,
.wp-core-ui .button-secondary:hover {
    color: #0E3139;
    background: #C9F5E1;
}

.wp-core-ui .button-primary {
    background-color: #1E75FF;
}

.wp-core-ui .button-secondary {
    background-color: #0E3139;
}

.wp-media-buttons .button {
    padding: 0.4375rem 1rem;
    margin-bottom: 0.5rem;
}

.wp-media-buttons .button .wp-media-buttons-icon {
    display: none;
}

.col-button-add {
    line-height: 0;
}

.hv-btn-circle-sm {
    --bg-color: #0E3139;
    --text-color: #fff;
    position: relative;
    display: inline-flex;
    width: 1.375rem;
    min-width: 1.375rem;
    height: 1.375rem;
    color: var(--text-color);
    border: 1px solid var(--bg-color);
    background-color: var(--bg-color);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: background-color 0.2s, color 0.2s;
}

.hv-btn-circle-sm._visible {
    opacity: 1;
    visibility: visible;
}

.hv-btn-circle-sm.-add::before, .hv-btn-circle-sm.-remove::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.625rem;
    height: 0.125rem;
    margin-top: -0.0625rem;
    margin-left: -0.3125rem;
    background-color: currentColor;
}

.hv-btn-circle-sm.-add::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.625rem;
    height: 0.125rem;
    margin-top: -0.0625rem;
    margin-left: -0.3125rem;
    background-color: currentColor;
    transform: rotate(90deg);
}

.hv-btn-circle-sm:hover {
    background-color: transparent;
    color: var(--bg-color);
}

.hv-btn-circle {
    --bg-color: #0E3139;
    --text-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    fill: var(--text-color);
    background-color: var(--bg-color);
    cursor: pointer;
    z-index: 1;
    transition: background-color 0.2s;
}

.hv-btn-circle.-add::before, .hv-btn-circle.-add::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 3.56px;
    margin-left: -8px;
    margin-top: -1.78px;
    background-color: var(--text-color);
}

.hv-btn-circle.-add::after {
    transform: rotate(90deg);
}

.hv-btn-circle:hover {
    background-color: #1E75FF;
}

.col-button-clone,
.col-social-clone {
    display: none !important;
}

@media (min-width: 767px) {
    .hv-btn {
        padding: 0.75rem 1.25rem;
    }

    .hv-btn.hv-btn-styled {
        font-size: 1.375rem;
        padding: 0.625rem 1.25rem;
    }
}

.section-footer {
    position: relative;
    z-index: 5;
}

.hv-hidden {
    display: none !important;
}

.hv-js-form-editor iframe {
    height: 250px !important;
}

.hv-form-field-after {
    display: none;
    font-family: var(--saf);
    font-size: 18px;
    line-height: 115%;
    letter-spacing: 0.72px;
    margin-top: 20px;
}

.hv-form-field-after.active {
    display: block;
}

.hv-form-field-after-error {
    position: relative;
    display: none;
    padding-top: 14px;
}

.hv-form-field-after-error::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #FF5702;
}

.hv-form-field-after-error.active {
    display: block;
}

.hv-form-field-after-content {
    display: none;
}

.hv-form-field-after-content > * {
    margin-bottom: 20px;
}

.hv-form-field-after-content > *:last-child {
    margin-bottom: 0;
}

.hv-form-field-after-content.active {
    display: block;
}

.hv-js-colors-errors {
    display: none;
    font-size: 0.875rem;
    font-weight: normal;
    margin: -0.375rem 0 0.5rem 0;
    color: #C70000;
}

.hv-js-colors-errors.active {
    display: block;
}

.hv-form-item {
    margin-top: 2.5rem;
}

.hv-form-item:first-child {
    margin-top: 0;
}

.hv-form-item._mt_2rem {
    margin-top: 2rem;
}

.hv-form-item._mt_1_25rem {
    margin-top: 1.25rem;
}

.hv-form-errors {
    display: none;
    color: #C70000;
}

.hv-form-errors.text {
    color: #0E3139;
}

.hv-form-errors.active {
    display: block;
}

.hv-form-field {
    position: relative;
}

.hv-form-field .pristine-error,
.hv-form-field label.error {
    position: absolute;
    left: 0;
    bottom: -1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #C70000;
}

.hv-form-field .hv-form-control-hidden {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
}

.hv-form-field._mb-2rem {
    margin-bottom: 2rem;
}

.hv-form-label-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.hv-form-label-wrap {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
}

.hv-form-label-wrap.lg {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}

.hv-form-label-wrap.lg .hv-js-tooltip {
    --tooltip-size: 1.125rem;
    margin-top: 0.0625rem;
    margin-left: 0.5rem;
}

.hv-form-label-wrap.lg .hv-form-instruction {
    font-size: 0.9375rem;
}

.hv-form-label-wrap.mb-0_625 {
    margin-bottom: 0.625rem;
}

.hv-form-label-wrap.mb-1 {
    margin-bottom: 1rem;
}

.hv-form-label-wrap.mb-1_5 {
    margin-bottom: 1.5rem;
}

.hv-form-label-wrap.mb-2 {
    margin-bottom: 2rem;
}

.hv-form-label-wrap.mb-none {
    margin-bottom: 0;
}

.hv-form-label-wrap.fw-500 .hv-form-label {
    font-weight: 500;
}

.hv-form-label-wrap.styled .hv-form-label {
    font-family: var(--nf);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.hv-form-label-wrap.styled-default .hv-form-label {
    font-family: var(--nf);
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.32px;
    margin-bottom: 4px;
}

.hv-form-label-wrap._flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hv-form-label-wrap._desc_0_875rem .hv-form-instruction {
    font-size: 0.875rem;
}

.hv-form-label {
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.055rem;
}

.hv-form-label .hv-js-tooltip {
    --tooltip-size: 0.875rem;
    position: relative;
    cursor: pointer;
    margin-left: 0.25rem;
    margin-top: 0.125rem;
}

.hv-form-label .hv-js-tooltip > svg {
    display: block;
    width: var(--tooltip-size);
    height: var(--tooltip-size);
}

.hv-form-label .required {
    color: #FF5702;
    margin-left: 0.375rem;
}

.hv-form-instruction {
    font-size: 0.75rem;
    line-height: 1.4;
    margin: 0;
}

.hv-form-instruction.lg {
    font-size: 1rem;
}

.hv-form-password-group {
    position: relative;
    border-radius: 10px;
}

.hv-form-password-group::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #C70000;
    background-color: #FFE5E5;
}

.hv-form-password-group .hv-form-control {
    position: relative;
    border-color: #C70000;
    z-index: 1;
}

.hv-form-password-group.valid::before {
    border-color: #0D9F22;
    background-color: #D7F2DB;
}

.hv-form-password-group.valid .hv-form-control {
    border-color: #0D9F22;
}

.hv-form-password-group.valid .hv-form-password-label-weak {
    display: none;
}

.hv-form-password-group.valid .hv-form-password-label-strong {
    display: block;
}

.hv-form-password-label {
    position: relative;
    text-align: center;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.64px;
    padding: 6px 16px;
    z-index: 1;
}

.hv-form-password-label-strong {
    display: none;
}

.hv-form-control {
    display: block;
    font-family: var(--saf);
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    width: 100%;
    border: 1px solid #0E3139;
    border-radius: 0.625rem;
    background: #fff;
    outline: none;
    color: #0E3139;
    box-shadow: none;
    appearance: none;
    letter-spacing: 0.045rem;
    transition: all 0.2s;
}

.hv-form-control.md {
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.hv-form-control.sm {
    font-size: 0.75rem;
    border-radius: 0.5rem;
    letter-spacing: 0.03rem;
    padding: 0.25rem 0.625rem;
}

.hv-form-control._groups {
    padding-right: 2.8125rem;
}

.hv-form-control:focus {
    background: #F4EDED;
}

.hv-form-control.error, .hv-form-control[aria-invalid=true] {
    border-color: #C70000;
}

.hv-form-control-after {
    font-size: 0.75rem;
    line-height: 1;
    margin-left: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
}

.hv-form-groups {
    position: relative;
}

.hv-form-groups.open {
    z-index: 2;
}

.hv-form-groups.open .hv-form-list-groups {
    opacity: 1;
    visibility: visible;
}

.hv-form-control-groups {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    list-style: none;
    padding: 0;
    margin: -0.5rem 0 0 -0.5rem;
}

.hv-form-control-groups > li {
    display: flex;
    align-items: center;
    margin: 0.5rem 0 0 0.5rem;
}

.hv-form-control-groups > li:not(.hv-form-control-group-clear) {
    line-height: 1.5rem;
    padding: 0 0.5rem;
    border-radius: 3px;
    background: #F4EDED;
}

.hv-form-control-groups::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 0.8125rem;
    height: 0.5625rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M1 1L6.5 7L12 1" stroke="%230E3139" stroke-width="2" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.hv-form-control-groups.has-value + .hv-form-control-group-placeholder {
    opacity: 0;
    visibility: hidden;
}

.hv-form-control-group-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem 1rem;
    pointer-events: none;
    transition: all 0.1s;
}

.hv-form-control-group-delete {
    width: 0.875rem;
    min-width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.5rem;
    border-radius: 50%;
    background-color: #0E3139;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M3.68299 4.78864L4.53999 3.93164L9.74698 9.13864L8.88998 9.99563L3.68299 4.78864Z" fill="white"/><path d="M4.55053 10.0062L3.68303 9.13867L8.89002 3.93168L9.75752 4.79917L4.55053 10.0062Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.hv-form-list-groups {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 1rem;
    margin-top: -1px;
    border: 1px solid #0E3139;
    border-radius: 0.625rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.2s;
}

.hv-form-control-choices + .tag-editor {
    font-family: var(--saf);
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.3125rem 1rem 0.3125rem 0.5rem;
    width: 100%;
    border: 1px solid #0E3139;
    border-radius: 0.625rem;
}

.hv-form-control-choices + .tag-editor li {
    margin: 0.1875rem 0;
}

.hv-form-control-choices + .tag-editor .tag-editor-tag {
    color: #0E3139;
    border-radius: 3px 0 0 3px;
    background: #F4EDED;
    padding-left: 0.5rem;
    padding-right: 0.25rem;
}

.hv-form-control-choices + .tag-editor .tag-editor-delete {
    background: #F4EDED;
    border-radius: 0 3px 3px 0;
    padding: 0 0.375rem 0 0.25rem;
}

.hv-form-control-choices + .tag-editor .tag-editor-delete i {
    position: relative;
    top: 0.125rem;
    display: inline-flex;
    line-height: 1;
}

.hv-form-control-choices + .tag-editor .tag-editor-delete i::before {
    content: "";
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.25rem;
    border-radius: 50%;
    background-color: #0E3139;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M3.68299 4.78864L4.53999 3.93164L9.74698 9.13864L8.88998 9.99563L3.68299 4.78864Z" fill="white"/><path d="M4.55053 10.0062L3.68303 9.13867L8.89002 3.93168L9.75752 4.79917L4.55053 10.0062Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.hv-form-control-choices + .tag-editor .placeholder {
    color: #0E3139;
}

.hv-form-control-choices + .tag-editor .placeholder div {
    padding: 0;
}

.hv-form-select {
    position: relative;
}

.hv-form-select select {
    padding-right: 2.8125rem;
}

.hv-form-select::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 0.8125rem;
    height: 0.5625rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M1 1L6.5 7L12 1" stroke="%230E3139" stroke-width="2" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.hv-form-select.hv-form-select-lg-arrow select {
    padding-right: 4rem;
}

.hv-form-select.hv-form-select-lg-arrow::after {
    right: 1.25rem;
    width: 1.5rem;
    height: 0.75rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="12" viewBox="0 0 24 12" fill="none"><path d="M1.5 1L12.5 10.5L22.5 1" stroke="%230E3139" stroke-width="2" stroke-linecap="round"/></svg>');
}

.hv-form-image.has-value .hv-form-image-upload {
    display: none;
}

.hv-form-image.has-value .hv-form-image-thumbnail {
    display: block;
}

.hv-form-image-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.42;
    letter-spacing: 0.04rem;
    min-height: 7.25rem;
    max-width: 16rem;
    border-radius: 0.625rem;
    text-align: center;
    background-color: #EEEDED;
    padding: 1rem;
    cursor: pointer;
}

.hv-form-image-thumbnail {
    display: none;
    max-width: 40rem;
}

.hv-form-image-thumbnail.hv-form-logo-thumbnail {
    max-width: 15.625rem;
}

.hv-form-image-thumbnail.hv-form-logo-thumbnail img {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.33));
}

.hv-form-image-thumbnail.hv-form-logo-thumbnail .hv-form-image-btns {
    margin-top: 1rem;
}

.hv-form-image-thumbnail.hv-form-favicon-thumbnail {
    max-width: 12.5rem;
}

.hv-form-image-thumbnail.hv-form-favicon-thumbnail .hv-form-image-btns {
    margin-top: 1rem;
}

.hv-form-image-btns {
    display: flex;
    flex-wrap: wrap;
    margin: 1.25rem 0 -1.25rem -1.25rem;
}

.hv-form-image-btns .hv-link {
    margin: 0 0 1.25rem 1.25rem;
}

.hv-form-logo-label .hv-tooltip-message {
    width: 350px;
}

.hv-form-range {
    display: flex;
    align-items: center;
}

.hv-form-range .hv-form-control {
    margin-left: 0.625rem;
    width: 3rem;
    cursor: default;
    text-align: center;
}

.hv-form-range-control {
    --progress-x: 50%;
    display: block;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 0.75rem;
    background: #D9D9D9;
    border: none;
    outline: none;
    border-radius: 1rem;
    margin: 0;
    background-image: linear-gradient(#1E75FF, #1E75FF);
    background-size: var(--progress-x) 100%;
    background-repeat: no-repeat;
}

.hv-form-range-control::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.125rem;
    height: 1.125rem;
    background: #1E75FF;
    border-radius: 50%;
    cursor: pointer;
}

.hv-form-range-control::-moz-range-thumb {
    width: 1.125rem;
    height: 1.125rem;
    background: #1E75FF;
    border-radius: 50%;
    cursor: pointer;
}

.hv-form-range-control::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.hv-form-range-control::-moz-range-track {
    box-shadow: none;
    border: none;
    background: transparent;
}

.hv-radio-group-colors {
    align-items: flex-end;
    margin: -1.25rem 0 0 -1.75rem;
}

.hv-radio-group-colors .hv-radio {
    max-width: 26.75rem;
    margin: 1.25rem 0 0 1.75rem;
}

.hv-radio-label-color-pallete .hv-radio-label-text {
    margin-right: 1.25rem;
}

.hv-radio-colors {
    display: flex;
    width: 100%;
    height: 30px;
    max-width: 25rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
    border-radius: 0.5rem;
    overflow: hidden;
}

.hv-radio-color {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    background: var(--color);
    overflow: hidden;
}

.hv-radio-color .hv-form-label-wrap {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

.hv-radio-color._dark .hv-form-label-wrap {
    color: var(--light);
}

.hv-radio-color._light .hv-form-label-wrap {
    color: var(--dark);
}

.hv-radio-color._accent1 .hv-form-label-wrap {
    color: var(--accent-contrast);
}

.hv-radio-color._accent2 .hv-form-label-wrap {
    color: var(--accent2-contrast);
}

.hv-form-color-control .clr-field input,
.hv-form-color-control .clr-field button {
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer;
}

.hv-form-color-control .clr-field input:focus,
.hv-form-color-control .clr-field button:focus {
    outline: none;
}

.hv-form-color-control .clr-field button::after {
    box-shadow: none;
}

.hv-term-clone {
    display: none !important;
}

/* Begin radio */
.hv-radio-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1.25rem;
}

.hv-radio-group.vertical {
    margin: -1.25rem 0 0 -1.25rem;
}

.hv-radio-group.vertical > * {
    width: auto;
    margin: 1.25rem 0 0 1.25rem;
}

.hv-radio-group > * {
    margin-top: 1.25rem;
    width: 100%;
}

.hv-radio {
    position: relative;
}

.hv-radio-control {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.hv-radio-control:hover + .hv-radio-label::before {
    border-color: #1E75FF;
}

.hv-radio-control:checked + .hv-radio-label::after {
    opacity: 1;
}

.hv-radio-control:checked + .hv-radio-label::before {
    border-color: #1E75FF;
}

.hv-radio-label {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin: 0;
    padding: 0.0625rem 0 0 1.75rem;
    cursor: pointer;
}

.hv-radio-label.hv-radio-label-color-pallete {
    display: block;
    width: 100%;
}

.hv-radio-label.hv-radio-label-color-pallete::before {
    top: 0.4375rem;
}

.hv-radio-label.hv-radio-label-color-pallete::after {
    top: 0.6875rem;
}

.hv-radio-label.hv-radio-label-color-pallete .hv-radio-js-text {
    display: block;
    margin-bottom: 0.75rem;
}

.hv-radio-label.hv-radio-label-color-pallete._custom::before {
    top: 0.0625rem;
}

.hv-radio-label.hv-radio-label-color-pallete._custom::after {
    top: 0.3125rem;
}

.hv-radio-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.0625rem;
    display: flex;
    width: 1.125rem;
    height: 1.125rem;
    min-width: 1.125rem;
    border: 2px solid #0E3139;
    border-radius: 50%;
    transition: all 0.2s;
}

.hv-radio-label::after {
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.3125rem;
    width: 0.625rem;
    height: 0.625rem;
    background: #1E75FF;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s;
}

/* End radio */
/* Begin checkbox */
.hv-checkbox-group .hv-checkbox {
    margin-top: 1.25rem;
}

.hv-checkbox-group .hv-checkbox:first-child {
    margin-top: 0;
}

.hv-checkbox-group._m-1 .hv-checkbox {
    line-height: 1;
    margin-top: 1rem;
}

.hv-checkbox-group._m-1 .hv-checkbox:first-child {
    margin-top: 0;
}

.hv-checkbox {
    position: relative;
}

.hv-checkbox-control {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.hv-checkbox-control:hover + .hv-checkbox-label::before {
    border-color: #1E75FF;
}

.hv-checkbox-control:checked + .hv-checkbox-label::after {
    opacity: 1;
}

.hv-checkbox-control:checked + .hv-checkbox-label::before {
    border-color: #1E75FF;
    background-color: #1E75FF;
}

.hv-checkbox-label {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin: 0;
    padding: 0.0625rem 0 0 1.75rem;
    cursor: pointer;
}

.hv-checkbox-label._fw-400 {
    font-weight: 400;
}

.hv-checkbox-label::before, .hv-checkbox-label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.0625rem;
    width: 1.125rem;
    height: 1.125rem;
    min-width: 1.125rem;
    border-radius: 0.25rem;
    overflow: hidden;
    transition: all 0.2s;
}

.hv-checkbox-label::before {
    display: flex;
    border: 2px solid #0E3139;
}

.hv-checkbox-label::after {
    opacity: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M14.5294 3.85986L15.1631 4.71199C12.2665 7.45991 9.89796 10.7153 8.17479 14.317L3 9.24524L4.54007 7.90191L7.31333 9.99067C9.34344 7.54256 11.7855 5.46779 14.5294 3.85986Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

/* End checkbox */
.hv-form-check {
    --dimension: 1.125rem;
    position: relative;
    display: flex;
    font-size: 1rem;
    line-height: var(--dimension);
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.hv-form-check._inline {
    display: inline-flex;
    margin-right: 1rem;
}

.hv-form-check:last-child {
    margin-bottom: 0;
}

.hv-form-check input {
    position: relative;
    display: block;
    height: var(--dimension);
    width: var(--dimension);
    min-width: var(--dimension);
    color: #fff;
    border-radius: 0.25rem;
    border: 2px solid #0E3139;
    margin: 0 0.5rem 0 0;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.2s;
}

.hv-form-check input::before {
    content: "";
    position: absolute;
    opacity: 0;
    background-color: currentColor;
    transition: opacity 0.2s;
}

.hv-form-check input:last-child {
    margin-right: 0;
}

.hv-form-check input[type=checkbox]::before {
    left: -0.125rem;
    top: -0.125rem;
    width: var(--dimension);
    height: var(--dimension);
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M14.5294 3.85986L15.1631 4.71199C12.2665 7.45991 9.89796 10.7153 8.17479 14.317L3 9.24524L4.54007 7.90191L7.31333 9.99067C9.34344 7.54256 11.7855 5.46779 14.5294 3.85986Z"/></svg>');
}

.hv-form-check input[type=radio] {
    border-radius: 50%;
}

.hv-form-check input[type=radio]::before {
    left: 0.125rem;
    top: 0.125rem;
    width: calc(var(--dimension) - 0.5rem);
    height: calc(var(--dimension) - 0.5rem);
    background-color: #1E75FF;
    border-radius: 50%;
}

.hv-form-check input:hover {
    border-color: #1E75FF;
}

.hv-form-check input:checked {
    border-color: #1E75FF;
}

.hv-form-check input:checked[type=checkbox] {
    background-color: #1E75FF;
}

.hv-form-check input:checked::before {
    opacity: 1;
}

/* Begin switch */
.hv-form-label-flex > .hv-form-switch-wrap {
    margin-left: 1rem;
}

.hv-form-switch-wrap {
    cursor: pointer;
}

.hv-form-switch-wrap input[type=checkbox] {
    position: absolute;
    opacity: 0;
    margin: 0;
}

.hv-form-switch-wrap input[type=checkbox]:checked + .hv-form-switch {
    background-color: #1E75FF;
}

.hv-form-switch-wrap input[type=checkbox]:checked + .hv-form-switch._w_sm .hv-form-switch-slider {
    transform: translateX(1.5rem);
}

.hv-form-switch-wrap input[type=checkbox]:checked + .hv-form-switch._w_md .hv-form-switch-slider {
    transform: translateX(2.875rem);
}

.hv-form-switch-wrap input[type=checkbox]:checked + .hv-form-switch .hv-form-switch-slider {
    transform: translateX(2.375rem);
}

.hv-form-switch-wrap input[type=checkbox]:checked + .hv-form-switch .hv-form-switch-on {
    opacity: 1;
}

.hv-form-switch-wrap input[type=checkbox]:checked + .hv-form-switch .hv-form-switch-off {
    opacity: 0;
}

.hv-form-switch {
    position: relative;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
    text-align: center;
    height: 1.5rem;
    width: 4.375rem;
    color: #fff;
    background-color: rgba(14, 49, 57, 0.6);
    border-radius: 0.25rem;
    transition: background-color 0.3s;
}

.hv-form-switch._w_sm {
    width: 3.4375rem;
    min-width: 3.4375rem;
}

.hv-form-switch._w_sm .hv-form-switch-on,
.hv-form-switch._w_sm .hv-form-switch-off {
    width: 1.75rem;
}

.hv-form-switch._w_sm .hv-form-switch-slider {
    width: 1.6875rem;
}

.hv-form-switch._w_md {
    width: 4.875rem;
}

.hv-form-switch._w_md .hv-form-switch-on,
.hv-form-switch._w_md .hv-form-switch-off {
    width: 3rem;
}

.hv-form-switch-on,
.hv-form-switch-off {
    position: absolute;
    top: 0;
    line-height: 1.5rem;
    width: 2.5rem;
    transition: opacity 0.3s;
}

.hv-form-switch-on {
    left: 0;
    opacity: 0;
}

.hv-form-switch-off {
    right: 0;
}

.hv-form-switch-slider {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 1.75rem;
    height: 1.25rem;
    border-radius: 0.25rem;
    background-color: #fff;
    transition: transform 0.3s;
}

.hv-form-switch-text {
    font-weight: 700;
    margin-right: 1rem;
}

/* End switch */
.hv-form-to-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.625rem;
    border: 1px solid #F4EDED;
    background: #F4EDED;
    padding: 0.5rem 1rem;
}

.hv-form-to-copy-value {
    font-weight: 700;
    letter-spacing: 0.04rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hv-form-to-copy-btn {
    font-family: var(--nf);
    font-size: 1.0625rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 1rem;
}

.hv-form-to-copy-btn > svg {
    display: block;
    margin-right: 0.5rem;
}

.hv-form-dark-box {
    min-height: 100%;
    padding: 2rem 2rem 3rem 2rem;
    border-radius: 0.625rem;
    background-color: #0E3139;
    color: #fff;
}

.hv-form-dark-box .hv-form-control {
    border-color: #fff;
}

.hv-form-db-heading {
    font-size: 1.125rem;
    line-height: 1.7;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.055rem;
    margin-bottom: 1rem;
}

.hv-form-db-col {
    margin-top: 1.25rem;
}

.hv-form-db-col:first-child {
    margin-top: 0;
}

/* Begin button group */
.hv-form-button-group {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    text-align: center;
}

.hv-form-button-group > li {
    position: relative;
    min-width: 4rem;
    line-height: 1.5rem;
    padding: 0 0.75rem;
    border: 1px solid #0E3139;
    border-right: none;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.hv-form-button-group > li:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.hv-form-button-group > li:last-child {
    border-right: 1px solid #0E3139;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.hv-form-button-group > li:hover {
    background-color: #C9F5E1;
}

.hv-form-button-group > li.active {
    color: #fff;
    background-color: #1E75FF;
    border-color: #1E75FF;
}

.hv-form-button-group.vertical {
    flex-direction: column;
}

.hv-form-button-group.vertical > li {
    border-right: 1px solid #0E3139;
    border-bottom: none;
}

.hv-form-button-group.vertical > li:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.hv-form-button-group.vertical > li:last-child {
    border-bottom: 1px solid #0E3139;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.hv-form-button-group.vertical > li.active {
    border-color: #1E75FF;
}

.hv-form-button-group._site-mode {
    flex-wrap: wrap;
    font-size: 1.125rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.7;
    margin: -1.25rem 0 0 -1.25rem;
}

.hv-form-button-group._site-mode > li {
    border: none;
    padding: 0;
    border: none;
    background-color: transparent;
    margin: 1.25rem 0 0 1.25rem;
}

.hv-form-button-group._site-mode > li img {
    border-radius: 0.25rem;
    overflow: hidden;
}

.hv-form-button-group._site-mode > li > div {
    margin-top: 0.375rem;
}

.hv-form-button-group._site-mode > li:hover {
    background-color: transparent;
}

.hv-form-button-group._site-mode > li.active {
    color: initial;
}

.hv-form-button-group._site-mode > li.active img {
    outline: 0.375rem solid #1E75FF;
}

/* End button group */
/* Begin link */
.hv-form-link-wrap.has-value .hv-form-link {
    display: inline-flex;
}

.hv-form-link-wrap.has-value .hv-link {
    display: none;
}

.hv-form-link-wrap .hv-link {
    line-height: 3rem;
}

.hv-form-link {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #0E3139;
    border-radius: 0.625rem;
    padding: 0.6875rem 0.75rem;
    line-height: 1.5rem;
    letter-spacing: 0.04rem;
    word-wrap: break-word;
    word-break: break-all;
}

.hv-form-link svg {
    fill: currentColor;
}

.hv-form-link-title {
    display: inline-block;
    font-weight: bold;
    margin: 0 0.3125rem;
}

.hv-form-link-url {
    text-decoration: underline;
    margin: 0 0.3125rem;
    line-height: 1rem;
}

.hv-form-link-url:hover {
    text-decoration: none;
}

.hv-form-link-icon {
    position: relative;
    display: inline-block;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    padding: 0.25rem;
    margin: 0 0.125rem;
  /*&::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 1px solid currentColor;
      opacity: 0;
  }*/
}

.hv-form-link-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* End link */
/* Begin repeater */
/* Begin file */
.hv-form-file-wrap.has-value .hv-form-file {
    display: flex;
}

.hv-form-file-wrap.has-value .hv-link {
    display: none;
}

.hv-form-file-wrap .hv-link {
    line-height: 3rem;
}

.hv-form-file {
    display: none;
    align-items: center;
    min-height: 3rem;
}

.hv-form-file-icon {
    line-height: 0;
}

.hv-form-file-name {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.045rem;
    margin: 0 1rem;
}

.hv-form-file-remove {
    cursor: pointer;
    min-width: 1.375rem;
    width: 1.375rem;
    height: 1.375rem;
}

.hv-form-file-remove svg {
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) {
    .hv-form-file-name {
        font-size: 1.125rem;
    }
}
/* End file */
.hvfr-max-rows .hvf-repeater-actions {
    display: none;
}

.hvfr-max-rows.hvfr-has-instructions .hvf-repeater-actions {
    display: flex;
}

.hvfr-max-rows.hvfr-has-instructions .hvf-repeater-actions .hv-btn {
    display: none;
}

.hvfr-max-rows.hvfr-has-instructions .hvf-repeater-actions .hvf-repeater-instructions {
    padding-right: 0;
}

.hvf-repeater-rows {
    margin-bottom: -1.25rem;
}

.hvf-repeater-rows-with-couter {
    counter-reset: ordered;
}

.hvf-repeater-rows-with-couter .hvf-repeater-row {
    margin-left: 1.625rem;
}

.hvf-repeater-rows-with-couter .hvf-repeater-row::before {
    content: "";
    position: absolute;
    left: -1.625rem;
    top: 50%;
    font-family: var(--nf);
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
    content: counter(ordered);
    counter-increment: ordered;
    transform: translateY(-50%);
    z-index: 1;
}

.hvf-repeater-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    border: 1px solid #000;
    border-radius: 0.625rem;
    background-color: #F4EDED;
}

.hvf-repeater-row-clone {
    display: none !important;
}

.hvf-repeater-col {
    width: 100%;
    padding: 1.5rem 1rem;
    border-top: 1px solid #000;
}

.hvf-repeater-col:first-child {
    border: none;
}

.hvf-repeater-col .hv-form-field {
    width: 100%;
}

.hvf-repeater-auto {
    flex: 0 0 auto;
    width: auto;
}

.hvf-repeater-row-actions {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
}

.hvf-repeater-row-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.375rem;
    min-width: 1.375rem;
    height: 1.375rem;
    border: 1px solid #0E3139;
    background-color: #0E3139;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s;
}

.hvf-repeater-row-btn svg {
    fill: currentColor;
    width: 1.375rem;
    height: 1.375rem;
}

.hvf-repeater-row-btn:hover {
    color: #0E3139;
    background-color: transparent;
}

.hvf-repeater-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 1.25rem;
}

.hvf-repeater-instructions {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 3rem;
    padding-right: 1rem;
}

@media (min-width: 767px) {
    .hvf-repeater-col {
        display: flex;
        flex: 1 0 0;
        align-items: center;
        padding: 2rem 1rem;
        border-left: 1px solid #000;
        border-top: none;
    }
}

@media (min-width: 992px) {
    .hvf-repeater-row-actions {
        position: absolute;
        top: 50%;
        right: -1.875rem;
        transform: translateY(-50%);
    }
}

@media (min-width: 1200px) {
    .hvf-repeater-row-actions {
        right: -2.25rem;
    }
}

@media (max-width: 766.98px) {
    .hvf-repeater-col .hv-form-label-wrap {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
}
/* Repeater btns */
.hvf-repeater-buttons .hvf-repeater-col:nth-child(5), .hvf-repeater-buttons .hvf-repeater-col:nth-child(6) {
    width: 50%;
}

.hvf-repeater-buttons .hvf-repeater-col:nth-child(6) {
    border-left: 1px solid #000;
}

@media (min-width: 410px) {
    .hvf-repeater-buttons .hvf-repeater-col:nth-child(1), .hvf-repeater-buttons .hvf-repeater-col:nth-child(2) {
        width: 50%;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(2) {
        border-top: none;
        border-left: 1px solid #000;
    }
}

@media (min-width: 600px) {
    .hvf-repeater-buttons .hvf-repeater-col {
        flex: none;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(4) {
        width: 100%;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(5), .hvf-repeater-buttons .hvf-repeater-col:nth-child(6), .hvf-repeater-buttons .hvf-repeater-col:nth-child(7) {
        flex: 0 0 auto;
        width: auto;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(5) {
        border-left: none;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(5), .hvf-repeater-buttons .hvf-repeater-col:nth-child(6), .hvf-repeater-buttons .hvf-repeater-col:nth-child(7) {
        width: 33.3%;
        border-top: 1px solid #000;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(7) {
        border-left: 1px solid #000;
    }
}

@media (min-width: 767px) {
    .hvf-repeater-buttons .hvf-repeater-col:nth-child(1), .hvf-repeater-buttons .hvf-repeater-col:nth-child(2), .hvf-repeater-buttons .hvf-repeater-col:nth-child(3) {
        width: 33.3%;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(4) {
        border-left: none;
        border-top: 1px solid #000;
    }
}

@media (min-width: 1200px) {
    .hvf-repeater-buttons .hvf-repeater-col:nth-child(1) {
        flex: none;
        width: 7.5rem;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(2) {
        flex: none;
        width: 6.875rem;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(3) {
        flex: none;
        width: 8.375rem;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(4) {
        border-top: none;
        border-left: 1px solid #000;
        width: calc(100% - 22.75rem);
    }

    .hvf-repeater-buttons .hvf-repeater-row .hv-form-select select {
        padding-right: 2.3125rem;
    }

    .hvf-repeater-buttons .hvf-repeater-row .hv-form-select::after {
        right: 0.75rem;
    }

    .hvf-repeater-buttons .hvf-repeater-row .hv-form-select .hv-form-control {
        padding-left: 1rem;
    }
}

@media (min-width: 1400px) {
    .hvf-repeater-buttons .hvf-repeater-col {
        flex: 1 0 0;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(5), .hvf-repeater-buttons .hvf-repeater-col:nth-child(6), .hvf-repeater-buttons .hvf-repeater-col:nth-child(7) {
        border-top: none;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(5) {
        width: 10.75rem;
        border-left: 1px solid #000;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(6) {
        width: 11.5rem;
    }

    .hvf-repeater-buttons .hvf-repeater-col:nth-child(7) {
        width: 9.5rem;
    }

    .hvf-repeater-buttons .hvf-repeater-row .hv-form-select select {
        padding-right: 2.3125rem;
    }

    .hvf-repeater-buttons .hvf-repeater-row .hv-form-select::after {
        right: 0.75rem;
    }

    .hvf-repeater-buttons .hvf-repeater-row .hv-form-select .hv-form-control {
        padding-left: 1rem;
    }
}

@media (max-width: 1199.98px) {
    .hvf-repeater-buttons .hv-form-button-group {
        flex-direction: row;
    }

    .hvf-repeater-buttons .hv-form-button-group > li {
        border-bottom: 1px solid #0E3139;
    }

    .hvf-repeater-buttons .hv-form-button-group > li:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .hvf-repeater-buttons .hv-form-button-group > li:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
}
/* Repeater socials */
@media (min-width: 767px) {
    .hvf-repeater-socials .hvf-repeater-col:nth-child(1) {
        flex: 0 0 auto;
        width: 12rem;
    }
}

@media (min-width: 1200px) {
    .hvf-repeater-socials .hvf-repeater-col:nth-child(1) {
        width: 15rem;
    }
}
/* Repeater socials */
@media (min-width: 767px) {
    .hvf-repeater-font-variations .hvf-repeater-col:nth-child(1) {
        flex: 0 0 auto;
        width: 12rem;
    }
}
/* End repeater */
/* Begin WYSIWYG Editor */
.wp-switch-editor {
    top: 1px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    height: auto;
    padding: 0.5rem 1rem;
    border: 1px solid #0E3139;
    color: #0E3139;
    background: #EADEDE;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    margin: 0.375rem 0 0 0.625rem;
    transition: all 0.2s;
}

.html-active .switch-html,
.tmce-active .switch-tmce {
    background: transparent;
    color: #0E3139;
    background: #F4EDED;
    border-bottom: 1px solid #F4EDED;
}

.dp-col-form-label .hv-form-control-editor .wp-editor-container {
    border-radius: 0.625rem;
}

.dp-col-form-label .hv-form-control-editor .wp-editor-tabs {
    display: none;
}

.wp-editor-container {
    border-radius: 0.625rem;
    border-top-right-radius: 0;
    border: 1px solid #0E3139;
    overflow: hidden;
}

div.mce-toolbar-grp,
.quicktags-toolbar {
    background: #F4EDED;
    border: none;
}

div.mce-toolbar-grp > div,
.quicktags-toolbar {
    padding: 1rem;
}

.mce-top-part::before {
    content: none !important;
}

.mce-toolbar .mce-btn-group > div {
    background-color: #F6F7F7;
}

.mce-btn.mce-active button, .mce-btn.mce-active:hover button,
.mce-btn.mce-active i, .mce-btn.mce-active:hover i {
    color: #fff;
    background-color: #0E3139;
}

.wp-core-ui .quicktags-toolbar .button,
.wp-core-ui .quicktags-toolbar .button-primary,
.wp-core-ui .quicktags-toolbar .button-secondary {
    border-radius: 0.25rem;
}

/* End WYSIWYG Editor */
.hv-form-donations-header {
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #0E3139;
    margin-bottom: 2.5rem;
}

.hv-form-donations-body {
    position: relative;
    max-width: 30rem;
    background-color: #F4EDED;
    border-radius: 0.625rem;
    padding: 2.25rem 1.875rem;
}

.hvfdb-p {
    font-size: 1.125rem;
    margin: 1rem 0;
    letter-spacing: 0.045rem;
    line-height: 1.4;
}

.hvfdb-btn {
    margin: 1.5rem 0;
}

.hvfdb-btn .hv-btn {
    font-size: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.hvfdb-ph {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.625rem;
}

.hvfdb-ul {
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.035rem;
    margin: 0;
    padding: 0 0 0 1.5rem;
}

.hvfdb-ul ul {
    padding-left: 1.25rem;
}

@media (min-width: 767px) {
    .hv-form-db-heading {
        font-size: 1.375rem;
    }

    .hv-form-label-wrap.lg {
        font-size: 1.375rem;
    }

    .hv-form-label-wrap.lg .hv-js-tooltip {
        --tooltip-size: 1.375rem;
    }

    .hv-form-control {
        font-size: 1.125rem;
        padding: 0.59375rem 1.25rem;
    }
}

.is-light-mode .bg-contrast:not(.page-template-dashboard) .hv-btn-circle-sm,
.is-dark-mode:not(.page-template-dashboard) .hv-btn-circle-sm,
.bg-dark:not(.page-template-dashboard) .hv-btn-circle-sm {
    --bg-color: #fff;
    --text-color: #0E3139;
}

.is-light-mode .bg-contrast:not(.page-template-dashboard) .hv-section-header-position,
.is-light-mode .bg-contrast:not(.page-template-dashboard) .hv-tooltip-message,
.is-dark-mode:not(.page-template-dashboard) .hv-section-header-position,
.is-dark-mode:not(.page-template-dashboard) .hv-tooltip-message,
.bg-dark:not(.page-template-dashboard) .hv-section-header-position,
.bg-dark:not(.page-template-dashboard) .hv-tooltip-message {
    --text-color: #0E3139;
    --bg-color: #fff;
}

.is-light-mode .bg-contrast:not(.page-template-dashboard) .hv-editor-popover .hv-btn-circle-sm,
.is-light-mode .bg-contrast:not(.page-template-dashboard) .hv-editor-popover .hv-tooltip-message,
.is-dark-mode:not(.page-template-dashboard) .hv-editor-popover .hv-btn-circle-sm,
.is-dark-mode:not(.page-template-dashboard) .hv-editor-popover .hv-tooltip-message,
.bg-dark:not(.page-template-dashboard) .hv-editor-popover .hv-btn-circle-sm,
.bg-dark:not(.page-template-dashboard) .hv-editor-popover .hv-tooltip-message {
    --text-color: #fff;
    --bg-color: #0E3139;
}

.is-dark-mode .bg-contrast:not(.page-template-dashboard) .hv-btn-circle-sm {
    --bg-color: #0E3139;
    --text-color: #fff;
}

.is-dark-mode .bg-contrast:not(.page-template-dashboard) .hv-section-header-position,
.is-dark-mode .bg-contrast:not(.page-template-dashboard) .hv-tooltip-message {
    --text-color: #fff;
    --bg-color: #0E3139;
}

.is-dark-mode .bg-contrast:not(.page-template-dashboard) .hv-editor-popover .hv-btn-circle-sm,
.is-dark-mode .bg-contrast:not(.page-template-dashboard) .hv-editor-popover .hv-tooltip-message {
    --text-color: #0E3139;
    --bg-color: #fff;
}