:root {
    --rcs-primary-rgb: 45, 43, 123;
}

.text-primary {
    color: rgba(var(--rcs-primary-rgb), var(--bs-text-opacity)) !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: rgba(var(--rcs-primary-rgb), 1) !important;
}

.navbar-brand-logo {
    width: 100%;
    min-width: 10rem;
    max-width: 20rem;
}

.navbar-height {
    height: 7rem;
}

/*
.rcs-btn-primary {
    color: #fff;
    background-color: #2d2b7b;
    border-color: #211f66;
}

.rcs-btn-primary:hover {
    color: #fff;
    background-color: #0F0E50;
    border-color: #090938;
}*/

.rcs-btn-primary {
    --background: #2d2b7b;
    --rectangle: #211f66;
    --success: #0F0E50;
    --text: #fff;
    --arrow: #fff;
    --checkmark: #fff;
    --shadow: rgba(10, 22, 50, .24);
    display: flex;
    overflow: hidden;
    text-decoration: none;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    background: var(--background);
    border-radius: 8px;
    box-shadow: 0 2px 8px -1px var(--shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}


.rcs-btn-primary:active {
    transform: scale(0.95);
    box-shadow: 0 1px 4px -1px var(--shadow);
}

.rcs-btn-primary.loading {
    background: var(--success);
}

.rcs-btn-primary.loading:active {
    transform: none;
}

.rcs-btn-primary ul {
    margin: 0;
    padding: 11px 18px;
    list-style: none;
    text-align: center;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: var(--text);
}

.rcs-btn-primary ul li:not(:first-child) {
    top: 16px;
    left: 0;
    right: 0;
    position: absolute;
}

.rcs-btn-primary ul li:nth-child(2) {
    top: 61px;
}

.rcs-btn-primary ul li:nth-child(3) {
    top: 111px;
}

.rcs-btn-primary > div {
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--rectangle);
}

.rcs-btn-primary > div:before, .rcs-btn-primary > div:after {
    content: "";
    display: block;
    position: absolute;
}

.rcs-btn-primary > div:before {
    border-radius: 1px;
    width: 2px;
    top: 50%;
    left: 50%;
    height: 17px;
    margin: -9px 0 0 -1px;
    background: var(--arrow);
}

.rcs-btn-primary > div:after {
    width: 50px;
    height: 50px;
    transform-origin: 50% 0;
    border-radius: 0 0 80% 80%;
    background: var(--success);
    top: 0;
    left: 0;
    transform: scaleY(0);
}

.rcs-btn-primary > div svg {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -10px;
    fill: none;
    z-index: 1;
    stroke-width: 2px;
    stroke: var(--arrow);
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rcs-btn-primary.loading ul {
    -webkit-animation: text calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
    animation: text calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}

.rcs-btn-primary.loading > div:before {
    -webkit-animation: line calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
    animation: line calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}

.rcs-btn-primary.loading > div:after {
    -webkit-animation: background calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
    animation: background calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}

.rcs-btn-primary.loading > div svg {
    -webkit-animation: svg calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
    animation: svg calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}

#recaptchaError {
    display: none;
}

.error-show #subscribeEmail {
}

.success-show #recaptchaError,
.error-show #recaptchaError {
    display: block;
    padding: .4rem .75rem .5rem;
    font-size: 11px;
    position: absolute;
    box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164);
    border-radius: .5rem;
    z-index: 1000;
    margin-top: -.5rem;
    margin-right: 1rem;
    font-weight: 600;
}

.success-show #recaptchaError {
    background-color: #afe8c7;
}

.error-show #recaptchaError {
    background-color: #fde3e3;
}

.grecaptcha-badge {
    display: none;
}

@-webkit-keyframes text {
    10%, 85% {
        transform: translateY(-100%);
    }
    95%, 100% {
        transform: translateY(-200%);
    }
}

@keyframes text {
    10%, 85% {
        transform: translateY(-100%);
    }
    95%, 100% {
        transform: translateY(-200%);
    }
}

@-webkit-keyframes line {
    5%, 10% {
        transform: translateY(-30px);
    }
    40% {
        transform: translateY(-20px);
    }
    65% {
        transform: translateY(0);
    }
    75%, 100% {
        transform: translateY(30px);
    }
}

@keyframes line {
    5%, 10% {
        transform: translateY(-30px);
    }
    40% {
        transform: translateY(-20px);
    }
    65% {
        transform: translateY(0);
    }
    75%, 100% {
        transform: translateY(30px);
    }
}

@-webkit-keyframes svg {
    0%, 20% {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
    21%, 89% {
        stroke-dasharray: 26px;
        stroke-dashoffset: 26px;
        stroke-width: 3px;
        margin: -10px 0 0 -10px;
        stroke: var(--checkmark);
    }
    100% {
        stroke-dasharray: 26px;
        stroke-dashoffset: 0;
        margin: -10px 0 0 -10px;
        stroke: var(--checkmark);
    }
    12% {
        opacity: 1;
    }
    20%, 89% {
        opacity: 0;
    }
    90%, 100% {
        opacity: 1;
    }
}

@keyframes svg {
    0%, 20% {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
    21%, 89% {
        stroke-dasharray: 26px;
        stroke-dashoffset: 26px;
        stroke-width: 3px;
        margin: -10px 0 0 -10px;
        stroke: var(--checkmark);
    }
    100% {
        stroke-dasharray: 26px;
        stroke-dashoffset: 0;
        margin: -10px 0 0 -10px;
        stroke: var(--checkmark);
    }
    12% {
        opacity: 1;
    }
    20%, 89% {
        opacity: 0;
    }
    90%, 100% {
        opacity: 1;
    }
}

@-webkit-keyframes background {
    10% {
        transform: scaleY(0);
    }
    40% {
        transform: scaleY(0.15);
    }
    65% {
        transform: scaleY(0.5);
        border-radius: 0 0 50% 50%;
    }
    75% {
        border-radius: 0 0 50% 50%;
    }
    90%, 100% {
        border-radius: 0;
    }
    75%, 100% {
        transform: scaleY(1);
    }
}

@keyframes background {
    10% {
        transform: scaleY(0);
    }
    40% {
        transform: scaleY(0.15);
    }
    65% {
        transform: scaleY(0.5);
        border-radius: 0 0 50% 50%;
    }
    75% {
        border-radius: 0 0 50% 50%;
    }
    90%, 100% {
        border-radius: 0;
    }
    75%, 100% {
        transform: scaleY(1);
    }
}

