.border-btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    background:none;
    padding: 1px;
    background:linear-gradient(20deg, #2667FF, #CB6C9A, #FFAC2D);
    -webkit-mask:
       linear-gradient(#fff 0 0) content-box,
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

.border-btn a:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 1px;
    background:#203567;
}

span.slash {
    color: #5391FF;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
p {
    margin: auto;
}
b,
strong {
    font-weight: 500;
}

ol {
    padding-inline-start: 14px;
}
::marker {
    font-weight: 500;
}
