.elementor-243 .elementor-element.elementor-element-73eade6{--display:flex;}.elementor-243 .elementor-element.elementor-element-a008ef4{--display:flex;}.elementor-243 .elementor-element.elementor-element-e46f703 > .elementor-widget-container{padding:50px 50px 50px 50px;}.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form,
						.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form-modern-checkout,
						.cartflows_step-template .select2-container--default .select2-results__option--highlighted[aria-selected],
						.cartflows_step-template .select2-container--default .select2-results__option--highlighted[data-selected]{--wcf-primary-color:#003BB3;}.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce form .form-row input.input-text:focus,
						.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce form .form-row textarea:focus,
						.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce #order_review .wcf-custom-coupon-field input.input-text:focus{box-shadow:0 0 0 1px #003BB3;}.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps .step-one.wcf-current:before,
						.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-steps .step-two.wcf-current:before{background-color:#003BB3;}.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-note:before{border-top-color:#003BB3;}.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form-two-step .woocommerce .wcf-embed-checkout-form-nav-btns .wcf-next-button,
						.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form-two-step .wcf-embed-checkout-form-note,
						.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form .wcf-custom-coupon-field button.wcf-submit-coupon,
						.elementor-243 .elementor-element.elementor-element-e46f703 .wcf-embed-checkout-form .woocommerce #order_review button,
						body .wcf-pre-checkout-offer-wrapper #wcf-pre-checkout-offer-content button.wcf-pre-checkout-offer-btn{background-color:#003BB3;border-color:#003BB3;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-243 .elementor-element.elementor-element-73eade6{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-a008ef4 */.elementor-243 .elementor-element.elementor-element-a008ef4{
    position: relative;
    border-radius: 20px;
    padding: 2px; /* Border thickness */
    overflow: hidden;
    z-index: 1;
    background: #0b0b0b;
}

/* Animated Moving Border */
.elementor-243 .elementor-element.elementor-element-a008ef4::before{
    content: "";
    position: absolute;
    width: 300%;
    height: 300%;
    top: -100%;
    left: -100%;

    background: conic-gradient(
        from 0deg,
        #00f0ff,
        #0066ff,
        #7a00ff,
        #ff00c8,
        #00f0ff
    );

    animation: rotateBorder 3s linear infinite;
    z-index: -2;
}

/* Inner Background */
.elementor-243 .elementor-element.elementor-element-a008ef4::after{
    content: "";
    position: absolute;
    inset: 3px;
    background: #fff;
    border-radius: 18px;
    z-index: -1;
}

/* Smooth Rotation */
@keyframes rotateBorder{
    100%{
        transform: rotate(360deg);
    }
}/* End custom CSS */