[data-component-type="cta"] > [data-loading-text="Loading....."] .btn-text  {
    display:none;
}

[data-component-type="cta"] > [data-loading-text="Loading....."]:before {
    content: attr(data-loading-text);
}

.text-color-link{
	color: var(--text-color-link) !important;
}

@media screen and (min-width:992px){
    .modal#waam-speedbump {
    	overflow:hidden !important;
    }
}