.elementor-941 .elementor-element.elementor-element-cefa6f2{--display:flex;}.elementor-941 .elementor-element.elementor-element-999505f{--spacer-size:20px;}.elementor-941 .elementor-element.elementor-element-d2fa85f{--display:grid;--e-con-grid-template-columns:50% 50%;--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}@media(max-width:1024px){.elementor-941 .elementor-element.elementor-element-d2fa85f{--grid-auto-flow:row;}}@media(max-width:768px){.elementor-941 .elementor-element.elementor-element-d2fa85f{--e-con-grid-template-columns:1;--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for container, class: .elementor-element-d2fa85f *//* ========================================
   ARTINOVA CONTACT SECTION
======================================== */

.artinova-contact-heading,
.artinova-contact-info {
    color: #192b51;
}

.artinova-contact-info {
    padding-left: 52px;
    border-left: 1px solid #e3e7ec;
}


/* HEADINGS */

.artinova-heading-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.artinova-heading-line h2 {
    margin: 0;
    color: #192b51;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
}


/* DOT SYSTEM */

.artinova-dots {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.artinova-dots span {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.artinova-dots .navy {
    background: #192b51;
}

.artinova-dots .yellow {
    background: #fdb11b;
}

.artinova-dots .orange {
    background: #fc4f24;
}

.artinova-dots .teal {
    background: #33acae;
}


/* ========================================
   CONTACT INFO
======================================== */

.artinova-info-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 27px;
}

.artinova-info-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #f2f4f7;
}

.artinova-info-icon svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: #192b51;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.artinova-info-content {
    padding-top: 2px;
}

.artinova-info-content h3 {
    margin: 0 0 4px;

    color: #192b51;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
}

.artinova-info-content p {
    margin: 0;

    color: #4f5968;
    font-size: 14px;
    line-height: 1.5;
}

.artinova-info-content span {
    display: block;
    margin-top: 2px;

    color: #7b8491;
    font-size: 13px;
    line-height: 1.45;
}

.artinova-info-content a {
    color: #192b51;
    text-decoration: none;
}

.artinova-info-content a:hover {
    color: #fc4f24;
}


/* ========================================
   STORE COMING SOON
======================================== */

.artinova-store-block {
    margin-top: 36px;
}

.artinova-store-block .artinova-heading-line {
    margin-bottom: 18px;
}

.artinova-store-card {
    position: relative;

    padding: 30px 32px;

    border: 1px solid #e3e7ec;
    border-radius: 4px;

    background:
        radial-gradient(
            circle at 94% 15%,
            rgba(51,172,174,.08) 0,
            rgba(51,172,174,.08) 45px,
            transparent 46px
        ),
        #f8f9fa;
}

.artinova-store-label {
    display: inline-block;
    margin-bottom: 13px;

    color: #fc4f24;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.artinova-store-card h3 {
    max-width: 360px;
    margin: 0 0 10px;

    color: #192b51;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
}

.artinova-store-card p {
    max-width: 410px;
    margin: 0;

    color: #68717f;
    font-size: 13px;
    line-height: 1.6;
}


/* ========================================
   WPFORMS 4045
======================================== */

#wpforms-4045 {
    margin: 0;
}

#wpforms-4045 .wpforms-field {
    padding: 0 0 14px;
}

#wpforms-4045 .wpforms-field-label {
    margin-bottom: 7px;

    color: #596273;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}

#wpforms-4045 input[type="text"],
#wpforms-4045 input[type="email"],
#wpforms-4045 input[type="tel"],
#wpforms-4045 input[type="number"],
#wpforms-4045 select,
#wpforms-4045 textarea {
    width: 100%;
    max-width: 100%;

    padding: 12px 14px;

    color: #192b51;
    font-size: 14px;

    background: #fff;

    border: 1px solid #d9dee5;
    border-radius: 3px;

    box-shadow: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

#wpforms-4045 input[type="text"],
#wpforms-4045 input[type="email"],
#wpforms-4045 input[type="tel"],
#wpforms-4045 input[type="number"],
#wpforms-4045 select {
    min-height: 47px;
}

#wpforms-4045 textarea {
    min-height: 180px;
    resize: vertical;
}

#wpforms-4045 input:focus,
#wpforms-4045 select:focus,
#wpforms-4045 textarea:focus {
    outline: none;
    border-color: #33acae;
    box-shadow: 0 0 0 2px rgba(51,172,174,.1);
}


/* PLACEHOLDERS */

#wpforms-4045 input::placeholder,
#wpforms-4045 textarea::placeholder {
    color: #9aa1aa;
    opacity: 1;
}


/* CHECKBOX */

#wpforms-4045 input[type="checkbox"] {
    accent-color: #192b51;
}

#wpforms-4045 .wpforms-field-checkbox label {
    color: #69717d;
    font-size: 13px;
}


/* LINKS */

#wpforms-4045 a {
    color: #192b51;
    text-decoration: underline;
    text-underline-offset: 2px;
}


/* SUBMIT */

#wpforms-4045 .wpforms-submit-container {
    padding-top: 12px;
}

#wpforms-4045 button[type="submit"],
#wpforms-4045 .wpforms-submit {
    min-width: 190px;
    min-height: 50px;

    padding: 13px 27px;

    color: #fff !important;
    background: #fc4f24 !important;

    border: 0 !important;
    border-radius: 3px !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase;

    box-shadow: none !important;

    transition:
        background .2s ease,
        transform .2s ease;
}

#wpforms-4045 button[type="submit"]:hover,
#wpforms-4045 .wpforms-submit:hover {
    background: #192b51 !important;
    transform: translateY(-1px);
}


/* VALIDATION */

#wpforms-4045 label.wpforms-error {
    margin-top: 5px;
    color: #fc4f24;
    font-size: 12px;
}

#wpforms-4045 .wpforms-error {
    border-color: #fc4f24;
}


/* ========================================
   TABLET
======================================== */

@media (max-width: 1024px) {

    .artinova-contact-info {
        padding-left: 35px;
    }

    .artinova-heading-line h2 {
        font-size: 24px;
    }

}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {

    .artinova-contact-info {
        margin-top: 50px;
        padding: 42px 0 0;

        border-left: 0;
        border-top: 1px solid #e3e7ec;
    }

    .artinova-heading-line {
        gap: 10px;
        margin-bottom: 23px;
    }

    .artinova-heading-line h2 {
        font-size: 22px;
    }

    .artinova-info-row {
        gap: 14px;
        margin-bottom: 24px;
    }

    .artinova-info-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .artinova-store-card {
        padding: 25px 22px;
    }

    #wpforms-4045 button[type="submit"],
    #wpforms-4045 .wpforms-submit {
        width: 100%;
    }

}

</style>/* End custom CSS */