/* STYLES */

/* Import theme fonts */
@import url("theme-fonts.css");

/* Headings */
/* font-family: "Cal Sans", sans-serif; */

/* Regular */
/* font-family: 'Pretendard', 'Astra'; */

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    z-index: -1000000000;
}

.nb-section-our-edge .wp-block-list { list-style: none;margin-left:0; }

/* Desktops OR Higher Screens */
@media only screen and (min-width: 991px) {
    .site-footer .footer-widgets {
        background: url('../img/contact.svg') no-repeat right;
    }
}

/* Tablets OR Higher Screens */
@media only screen and (min-width: 769px) {
    
}

/* Desktops OR Lower Screens */
@media only screen and (max-width: 991px) {
    
}

/* Tablets OR Lower Screens */
@media only screen and (max-width: 768px) {
    
}

/* Mobile Screens */
@media only screen and (max-width: 480px) {
        
}