*{
    box-sizing: border-box;
}

*:after,
*:before{
    box-sizing: border-box;
}

html {
    margin: 0;
}
body {
    font-family: $poppins;
    margin: 0;
}

button {
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    font: 300 21px;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.grecaptcha-badge { visibility: hidden; }

.progressive-image {
    display: block !important;
}


.dynamic-content a {
    display: inline-block;
    font-family: $poppins;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 22px;
    color: $green;
    text-decoration: none; 
}