.elementor-2261 .elementor-element.elementor-element-aa6a002{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2261 .elementor-element.elementor-element-aa6a002:not(.elementor-motion-effects-element-type-background), .elementor-2261 .elementor-element.elementor-element-aa6a002 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#100F1E;}.elementor-2261 .elementor-element.elementor-element-c31cedd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2261 .elementor-element.elementor-element-c31cedd.e-con{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-2261 .elementor-element.elementor-element-8c85284{text-align:left;}[data-theme="dark"] .elementor-2261 .elementor-element.elementor-element-8c85284{color:#ffffff;}.elementor-2261 .elementor-element.elementor-element-ce541d1{column-gap:5px;}[data-theme="dark"] .elementor-2261 .elementor-element.elementor-element-ce541d1{color:#ffffff;}@media(min-width:768px){.elementor-2261 .elementor-element.elementor-element-c31cedd{--width:99.05%;}}/* Start custom CSS for text-editor, class: .elementor-element-ce541d1 */.footer-links a {
    color: #fff;
    text-decoration: none;
    font-family: 'Verdana', Sans-serif;
    font-size: 11px !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    word-spacing: 0px;
    margin-right: 10px;
    margin-left: 10px;
}

.footer-links div {
    margin: 0 5px;
}

.hide-on-mobile {
    display: inline-block;
}

.separator {
    display: none;
}

@media screen and (max-width: 1024px) {
    .footer-links {
        text-align: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .footer-links a {
        margin-right: 0;
        margin-left: 0;
        line-height: 1.5;
    }

    .hide-on-mobile {
        display: none;
    }

    .separator {
        display: inline-block;
        background-color: white;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        margin: 0 10px;
    }
}
.copyright-info {
    font-family: 'Verdana', Sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1px;
    letter-spacing: 1.8px;
    word-spacing: 0px;
    margin-top: 23px;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .copyright-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .copyright-info .item {
        margin-top: 30px;
    }
}/* End custom CSS */