﻿.wdg-cta.wdg-cta--link {
    --theme-bg-color: var(--blue);
    --theme-text-color: var(--white);
    --theme-arrow: url('../../images/reskin/icon-arrow-right-white.svg');
    display: inline-block;
}
.wdg-cta.wdg-cta--link>a {display:inline-flex;padding:1.6rem 2.4rem;margin:0 0 auto;align-items:center;justify-content:center;font-weight:600;color:var(--theme-text-color);background:var(--theme-bg-color);border-radius:2rem;text-decoration:none;}
.wdg-cta.wdg-cta--link>a:after {position:relative;flex:0 0 2rem;width:2rem;height:2rem;margin:0 0 0 1.5rem;content:"";background-image:var(--theme-arrow);background-size:cover;background-repeat:no-repeat;}
.wdg-cta.wdg-cta--link >a.documents:not(.pdf):after {background-image:url('../../images/reskin/icon-download-dark-blue.svg');}
.wdg-cta.wdg-cta--link >a.url[target=_blank]:after,
.wdg-cta.wdg-cta--link >a.documents.pdf[target=_blank]:after {transform:rotate(-45deg);}
.wdg-cta.wdg-cta--link {--theme-text-color:var(--grey);--theme-arrow:url('../../images/reskin/icon-arrow-right-dark-blue.svg');display:block;padding:2rem 0;border-bottom:.1rem solid var(--theme-text-color);}
.wdg-cta.wdg-cta--link>a {display:flex;padding:0;color:var(--theme-text-color)!important;background:none!important;align-items:center;justify-content:space-between;}
.wdg-cta.wdg-cta--link>a:after {background-image:var(--theme-arrow);}
.wdg-cta.wdg-cta--link.wdg-cta--dark-blue {--theme-text-color:var(--blue);--theme-arrow:url('../../images/reskin/icon-arrow-right-dark-blue.svg');}
.wdg-cta.wdg-cta--link.wdg-cta--blue {--theme-text-color:var(--blue-01);--theme-arrow:url('../../images/reskin/icon-arrow-right-blue.svg');}
.wdg-cta.wdg-cta--link.wdg-cta--dark-purple {--theme-text-color:var(--purple);--theme-arrow:url('../../images/reskin/icon-arrow-right-dark-purple.svg');}
.wdg-cta.wdg-cta--link.wdg-cta--purple {--theme-text-color:var(--purple-01);--theme-arrow:url('../../images/reskin/icon-arrow-right-purple.svg');}
.wdg-cta.wdg-cta--link.wdg-cta--dark-green {--theme-text-color:var(--green);--theme-arrow:url('../../images/reskin/icon-arrow-right-dark-green.svg');}
.wdg-cta.wdg-cta--link.wdg-cta--green {--theme-text-color:var(--green-01);--theme-arrow:url('../../images/reskin/icon-arrow-right-green.svg');}
.wdg-cta.wdg-cta--link.wdg-cta--white {--theme-text-color:var(--white);--theme-arrow:url('../../images/reskin/icon-arrow-right-white.svg');}