
/* -------------------------------------------

list

------------------------------------------- */
.check-list li {
    color: #323842;
    margin-bottom: 15px;
}
.check-list li:last-child {
    margin: 0;
}
.check-list li:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "\f058";
    margin-right: 10px;
    color: #2874ba;
}
.check-list li.alt:before {
    color: #de1f26;
}
.check-list.has-last-space li:last-child {
    margin-bottom: 1.5rem;
}
.skeleton-loader {
    background: linear-gradient(
            270deg,
            rgba(69, 77, 85, 1) 25%,
            rgba(52, 58, 64, 1) 50%,
            rgba(69, 77, 85, 1) 75%
    );
    background-size: 200% 100%;
    animation: shimmer 2.5s infinite;
    border-radius: 0.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 100%;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.grecaptcha-badge {
    width:1px !important;
    height:1px !important;
    max-width:1px !important;
    max-height:1px !important;
}