/*CSS*/

/* CTA Button */
.cta-button {
    width: 100%;
    max-width: 420px;
    padding-top: 1.2rem;
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0.875rem;
}
.cta-button > span {
    display: block;
    font-size: 0.5em;
    font-weight: normal;
}
@media (min-width: 576px) {
    .cta-button {
        font-size: 1.8rem;
    }
}



/* COLOURS */
:root {
    --domain-color: #d52530;
    --domain-color-rgb: 213,37,48;
    --svg-check-content: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3e%3cpath d='M64 2.625C30.156 2.625 2.625 30.156 2.625 64S30.156 125.375 64 125.375 125.375 97.844 125.375 64 97.844 2.625 64 2.625zm31.107 48.369L61.862 84.238a5.102 5.102 0 01-3.616 1.499 5.104 5.104 0 01-3.616-1.499L38.008 67.616c-2-2-2-5.232 0-7.232s5.231-2 7.232 0L58.246 73.39l29.629-29.628c2-2 5.232-2 7.232 0s2 5.231 0 7.232z' fill='%23d52530ff' fill-rule='nonzero'/%3e%3c/svg%3e");
}
/* ICONS */
.custom-radio-button .label-image > img {
    filter: grayscale(1) brightness(0);
    opacity: 0.5;
}
