
body {
    --body-background-color: #f8f8f880;
    --text-title-color: #b10701;
    --text-title-alt-color: white;
    --nav-color: #b10701;
    --group-box-color: #b10701;
    --primary-a: #bd801a;
    --pricing-page-background-gradient: linear-gradient(90deg,rgba(20, 20, 20, 1) 0%, rgba(54, 33, 33, 0.82) 50%, rgba(15, 130, 150, 0.87) 100%);
    background-color: #f8f8f880;
    margin-bottom: 6em !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

a {
    color: var(--primary-a);
}

a:link {
    color: var(--primary-a);
}

a:active {
    color: var(--primary-a);
}

a:visited {
    color: var(--primary-a);
}

a:hover {
    color: var(--primary-a);
    }

.top-right-box {
    position: absolute;
    top: 1em;
    right: 0.8em;
    z-index: 1000;
}

.top-left-box {
    position: absolute;
    top: 1em;
    left: 0.8em;
    z-index: 1000;
}

.logo {
    position: absolute;
    margin: 1em 0 0 -120px;
    width: 300px;
    cursor: pointer;
}

.landing-header-box {
    position: relative;
    width: 100%;
}

.landing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 20px 1em;
    width: 100%;
    height: fit-content;
    background: white;
}

.landing-header-item {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    margin: 0.5em 0;
    padding: 0.7em;
    text-align: center;
}

.landing-header-item-active {
    font-weight: bold;
    color: var(--nav-color) !important;
}

.landing-about-store-table-box:hover {
    filter: invert(0.5);
    transition: filter 0.7s ease-out;
}

.landing-about-store-table-img {
    width: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.6;
    cursor: pointer;
}

.landing-about-store-table-img-text {
    font-size: 0.7em;
    color: #333;
    margin-left: 0.5em;
    cursor: pointer;
    text-transform: uppercase;
}

.landing-about-local-intro {
    border: 3px solid #b10701;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 2em 1.5em;
    color: #0e3671;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
}

.landing-about-local-box-circle-container {
    width: 100%;
}

.landing-about-local {
    width: 100%;
}

.landing-about-local-box {
    width: 100%;
    margin: 1em 0;
    border: 3px solid #0f2d3e;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.landing-about-local-box table {
    width: 100%;
    justify-items: center;
    vertical-align: text-top;
}

.landing-about-local-box td {
    width: 25%;
    text-align: center;
    padding: 0.3em 4.8px 0em;
    vertical-align: text-top;
}

.landing-about-local-box-circle {
    position: relative;
    margin-top: -3em;
    border: 2pt solid #b10701;
    border-radius: 150px;
    width: 150px;
    height: 150px;
    padding: 1em 0 0;
    overflow: hidden;
    transform: rotate(270deg);
}

.landing-about-local-box-circle:after, .landing-about-local-box-circle:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: -1;
}

.landing-about-local-box-circle:before {
    background: #b10701;
    left: 0;
    top: 0;
}

.landing-about-local-box-circle:after {
    background: white;
    right: 0;
    top: 0;
}

.landing-about-local-box-circle-inner {
    position: absolute;
    top: 0;
    left: -0.6em;
    width: 100%;
    height: 100%;
    transform: rotate(90deg);
}

.landing-about-local-box-circle-img {
    height: 55px;
}

.landing-about-local-box-circle-text {
    font-size: 1.3em;
    color: white;
    font-weight: bold;
    margin-top: 0.8em;
    line-height: 0.9em;
}

.landing-about-local-box-text {
    font-size: 0.85em;
    color: #333;
    text-align: center !important;
    margin-top: 1em;
    padding: 0 1em 0;
    font-weight: bold;
}

.animated-center-borders::before,
.animated-center-borders::after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    height: 1px;
    background: var(--text-title-color);
    transition: left 0.3s ease, right 0.3s ease;
}

.animated-center-borders::before {
    top: 0;
}

.animated-center-borders::after {
    bottom: 0;
}

.animated-center-borders:hover::before,
.animated-center-borders:hover::after {
    left: 0;
    right: 0;
}

.landing-title {
    font-size: 2.5em;
    font-weight: bold;
    color: var(--text-title-color);
    margin: 20px 0;
}

.landing-sub-title {
    border-bottom: 1pt solid #ad5252;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.6;
    color: #776565;
    text-align: center;
    padding: 0.5em;
    margin: 1em;
}

.alt-color {
    color: var(--text-title-alt-color) !important;
}

.footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #0f2d3e;
    color: #ffffff;
    padding: 10px 0;
}

.landing-content {
    margin: 5%;
}

.landing-text {
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.text-center {
    text-align: center !important;
}

.custom-image-list {
    list-style: none;
    padding-left: 0;
}

.custom-image-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.custom-image-list li::before {
    filter: grayscale(1);
    font-size: 1.1em;
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    background-image: url('../Images/link icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.landing-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.landing-group-box-content {
    padding: 1em 1.5em;
}

.landing-feature-image {
    width: 100%;
    max-width: 400px;
    margin: -20px 0 0;
    transform: rotate(5deg);
}

.landing-separator-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.landing-page-page {
    display: none;
}

.landing-group-box {
    border: 1pt solid var(--group-box-color);
    border-radius: 10px;
    width: fit-content;
    margin: 2em 0;
    box-shadow: 0 6px 10px #95a8bb;
}

.landing-group-box-title {
    text-transform: uppercase;
    background-color: var(--group-box-color);
    color: white;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1em 1.2em;
}

.landing-group-box-title-img {
    width: 80px;
    height: 80px;
    margin-right: 0.5em;
}

.landing-group-box-list {
    margin: 1em 1.5em 1em 1em;
}

.landing-separator {
    margin: 2em 0 1.5em;
    border-bottom: 1px solid rgb(113 146 151 / 17%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.landing-support-contact {
    margin: 0em 0 0.5em;
    font-size: 1em;
}

.landing-price-intro {
    color: var(--text-title-alt-color);
    padding: 0 0 2em
}

.landing-support-contact-icon {
    width: 30px;
    margin: 0.2em 1em;
    filter: invert(1);
    cursor: pointer;
}

.landing-support-person-title {
    color: #bd801a !important;
    background-color: #ffffffd6;
    padding: 0.3em 1em;
    font-weight: bold;
    border-radius: 0.4em;
    margin: 0 0 1em;
}

.landing-support-intro {
    font-size: 0.95em;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.landing-form {
    max-width: 400px;
    padding: 2em !important;
}

.landing-form input[type=text] {
    color: #333;
}

.landing-form textarea {
    color: #333;
    height: 8em;
}

.form-label {
    margin: 0.3em 0 0.9em;
}

.form-error {
    color: #dd0202;
    font-size: 0.9em;
    font-variant: petite-caps;
    display: none;
}

.mobile-display {
    display: none;
}

@media (max-width: 767px) {
    .landing-separator-right {
        border-right: none;
    }
    
    .mobile-display {
        display: block;
    }

    .mobile-display {
        display: block;
    }

    .landing-header {
        display: block;
        justify-content: center;
        align-items: center;
        padding: 2em 20px 2em;
        width: 100%;
        padding: 1em 20px 1em;
        height: fit-content;
    }

    .landing-header-item {
        display: none;
        align-items: center;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .top-right-box {
        position: relative;
        top: 0;
        right: 0;
        height: 5em;
        padding-top: 1em;
        padding-bottom: 1em;
        margin-right: -16em;
        background-color: white;
    }

    .top-left-box {
        position: relative;
        top: 0;
        left: 0;
        height: 5em;
        padding-top: 1em;
        padding-bottom: 1em;
        margin-right: -16em;
        background-color: white;
    }

    .landing-about-local-box-text {
        font-size: 1.2em;
        margin-top: 1em;
        padding: 0 1em 4em;
    }
}

.glow-on-hover {
    font-size: 0.9em;
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #274d63, #0f2d3e, #041722, #ff4000, #ff006a, #274d63, #0f2d3e, #041722, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    color: white;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.logo-box {
    height: 5em;
    width: 100%;
    background: #c0d0d3;
    z-index: 0;
    position: relative;
}

/* Shine effect */

.gradient-glow {
}

/* Shine */
.gradient-glow:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    animation: slide 5s;
    /* 
CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
*/
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */
@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.hamburger {
    position: relative;
    width: 1em;
    height: 1em;
    font-size: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hamburger.is-sm {
    font-size: 1rem;
}

.hamburger.is-md {
    font-size: 1.5rem;
}

.hamburger.is-lg {
    font-size: 2rem;
}

.hamburger-line {
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.125em;
    border-radius: 0.125em;
    background: currentColor;
    transition: inherit;
}

.hamburger-line:nth-child(1) {
    top: 0.125em;
}

.hamburger.is-active .hamburger-line:nth-child(1), .w-nav-button.w--open .hamburger-line:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotateZ(-135deg);
}

.hamburger-line:nth-child(2) {
    top: 0.438em;
}

.hamburger.is-active .hamburger-line:nth-child(2), .w-nav-button.w--open .hamburger-line:nth-child(2) {
    right: 50%;
    width: 0;
}

.hamburger-line:nth-child(3) {
    top: 0.75em;
    width: 0.625em;
}

.hamburger.is-active .hamburger-line:nth-child(3), .w-nav-button.w--open .hamburger-line:nth-child(3) {
    top: 50%;
    width: 100%;
    transform: translateY(-50%) rotateZ(135deg);
}

.popup-box-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e0202d6;
    z-index: 9999;
}

.popup-box {
    position: relative;
    background-color: white;
    margin: 10em 0 0;
    max-width: 25em;
    height: fit-content;
    padding: 4em 2em 3em;
}

.popup-box-image {
    position: absolute;
    top: -3em;
    left: 50%;
    margin-left: -45px;
    width: 90px;
    filter: hue-rotate(64deg);
}

.popup-box-title {
    text-align: center;
    font-size: 1.3em;
}

.popup-box-text {
    font-size: 1.1em;
    margin: 2em 0 0;
    line-height: 1.8em;
    text-align: justify;
}

.popup-box-button {
    background-color: #1e5261;
    color: white;
    margin: 1.5em 0 0.5em;
    padding: 1em 0;
    text-align: center;
    width: 100%;
    border-radius: 7px;
}

.fieldset-group {
    padding: 1em 5em 3em 2em;
}

.form-label {
    margin: 1em 0 0em !important;
    display: block;
}

.settings-color-picker {
    position: relative;
    width: fit-content;
}

.settings-color-indicator {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -3em;
    border: 1pt solid #cccccc;
    border-radius: 3px;
    width: 26px;
    height: 26px;
    background-color: white;
}

.settings-color-image {
    cursor: pointer;
    position: absolute;
    top: 0.2em;
    right: 0.3em;
    width: 23px;
    height: 23px;
    padding: 0.15em;
    filter: invert(1);
}