body {
    font-family: "Lato", sans-serif;
    color: #000;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
    font-family: "Fira Sans Condensed", sans-serif;
    letter-spacing: 1px;
}
img {
    max-width: 100%;
}
a {
    color: #2b8dd9;
}
a:hover {
    text-decoration: none;
}
a.text-primary:hover {
    color: #741e56 !important;
}
section {
    padding: 5rem 0;
}
section.bg-pattern-primary {
    padding: 5rem 0;
}
strong {
    font-weight: 700;
}
p {
    margin-bottom: 2.125rem;
}
sup {
    top: -0.8em;
    left: 0.2em;
    font-size: 50%;
    font-weight: 400;
    margin-right: 0.25rem;
}

.hero {
    background: url("../img/bg-hero-fe.jpg") no-repeat;
    background-size: cover;
    padding: 8rem 0 4rem 0;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0.75rem 0;
    background-image: -moz-linear-gradient(
        180deg,
        rgba(88, 22, 32, 0.4) 0%,
        rgba(35, 38, 67, 0.4) 100%
    );
    background-image: -webkit-linear-gradient(
        180deg,
        rgba(88, 22, 32, 0.4) 0%,
        rgba(35, 38, 67, 0.4) 100%
    );
    background-image: -ms-linear-gradient(
        180deg,
        rgba(88, 22, 32, 0.4) 0%,
        rgba(35, 38, 67, 0.4) 100%
    );
}
.navbar-brand {
    padding: 0;
}
.logo {
    width: 155px;
}
.navbar {
    padding: 0;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.navbar-collapse {
    z-index: 1;
}
.nav-item {
    vertical-align: middle;
}
.nav-link {
    font-size: 1rem;
    font-weight: 400;
    color: #fff !important;
    padding: 0 1.5rem 0.5rem 1.5rem !important;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}
.nav-link:hover {
    color: #fff !important;
}
.nav-item.active .nav-link {
    color: #fff !important;
    font-weight: 600;
    border-bottom: 2px solid #ccb36e;
}

.home-info {
    padding-bottom: 15rem;
}
.home-feature-card-wrap {
    margin-top: -13rem;
}
.feature-icon-wrap {
    min-width: 48px;
}

.title-lined {
    position: relative;
}
.title-lined::before,
.title-lined::after {
    content: "";
    background-color: #ccb46e;
    width: 12%;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -12px;
}

.subtitle-lined {
    position: relative;
}
.subtitle-lined strong {
    padding: 0 15px;
}
.subtitle-lined::before,
.subtitle-lined::after {
    content: "";
    background-color: #ccb46e;
    width: 70px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -10px;
}

.card-testi {
    border: 1px solid #f2f2f2;
    border-radius: 0 20px 20px 20px;
    box-shadow: rgba(17, 12, 46, 0.05) 0px 48px 100px 0px;
}

.card-opt-in {
    border: none;
    background: url("../img/optin-bg.png") no-repeat;
    background-size: cover;
    border-radius: 8px;
}
.card-opt-in .card-body {
    padding: 2rem;
}
.card-opt-in .btn {
    font-size: 1.025rem;
    letter-spacing: normal;
    font-weight: 600;
    padding: 0.4rem 0.5rem;
}
label {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
label span {
    color: #ff0000;
}

.bg-pattern {
    background: url("../img/bg-pattern.jpg") #fcf6e7;
}
.bg-pattern-primary {
    background: url("../img/bg-pattern-primary.jpg") no-repeat;
    background-size: cover;
}
.bg-primary {
    background-color: #ccb46e !important;
}

.bg-cta {
    background-color: #ccd5d3;
}

.bg-skewed {
    position: relative;
}
.bg-skewed::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    transform: skew(5deg) rotate(-2deg);
    display: block;
    top: 40px;

    background-image: -moz-linear-gradient(90deg, #faf2f3 0%, #f4f4f5 100%);
    background-image: -webkit-linear-gradient(90deg, #faf2f3 0%, #f4f4f5 100%);
    background-image: -ms-linear-gradient(90deg, #faf2f3 0%, #f4f4f5 100%);
}

.disclaimer-wrap {
    padding: 1rem 0;
}
.disclaimer-wrap p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.disclaimer-wrap h6 {
    font-size: 0.75rem;
    line-height: 1.6;
}

footer {
    background-color: #6d070e;
    color: #fff;
    font-size: 0.875rem;
}
footer .fw-700 {
    font-weight: 400 !important;
}
footer a {
    color: #fff;
}

.footer-menu li {
    list-style: none;
    display: inline-block;
}
.footer-menu li:nth-child(2) {
    padding: 0 10px;
    margin: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

/* Helper classes */
.btn {
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-family: "Fira Sans Condensed", sans-serif;
}
.btn-primary {
    background-color: #438600;
    border-color: #438600;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #3c7800 !important;
    border-color: #3c7800 !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important;
}
.text-primary {
    color: #ccb46e !important;
}
.text-dark-50 {
    color: #555555;
}
.text-primary-alt {
    color: #644f10;
}
.text-success {
    color: #438600 !important;
}
.text-highlight {
    margin-left: -1rem;
}
.text-highlight span {
    background-color: #ffedd2;
    border-radius: 100px;
    padding: 0.125rem 1rem;
}
.bg-ltcream {
    background-color: #fffdf8;
}
.bg-ltgray {
    background-color: #f9f9f9;
}
.bg-ltpink {
    background-color: #f5eef9;
}
.lh-normal {
    line-height: normal !important;
}
.lh-1 {
    line-height: 1.2 !important;
}
.lh-2 {
    line-height: 1.4 !important;
}
.fs-14 {
    font-size: 0.875rem;
    line-height: 1.6;
}
.fs-xs {
    font-size: 0.9rem;
}
.fs-default {
    font-size: 1rem;
}
.fs-sm {
    font-size: 1.2rem !important;
}
.fs-md {
    font-size: 1.8rem;
}
.fs-18 {
    font-size: 1.125rem;
    line-height: 1.6;
}
.fs-20 {
    font-size: 1.25rem;
    line-height: 1.6;
}
.fs-22 {
    font-size: 1.375rem;
    line-height: 1.6;
}
.fs-24 {
    font-size: 1.5rem;
    line-height: 1.6;
}
.fs-28 {
    font-size: 1.75rem;
    line-height: 1.6;
}
.fs-30 {
    font-size: 1.875rem;
    line-height: 1.6;
}
.fs-36 {
    font-size: 2.25rem;
    line-height: 1.6;
}
.fs-40 {
    font-size: 2.6rem;
    line-height: 1.6;
}
.fs-50 {
    font-size: 3.125rem;
    line-height: 1.6;
}
.fs-60 {
    font-size: 3.75rem;
    line-height: 1.6;
}
.fw-700 {
    font-weight: 700;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.mb-6 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 5rem !important;
}
.mb-8 {
    margin-bottom: 6rem !important;
}
.mb-10 {
    margin-bottom: 8rem !important;
}
.mb-12 {
    margin-bottom: 10rem !important;
}
.mb-16 {
    margin-bottom: 14rem !important;
}
.mt-6 {
    margin-top: 4rem;
}
.mt-7 {
    margin-top: 5rem;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.img-rounded {
    border-radius: 6px;
}
.img-shadow {
    box-shadow: 15px 15px 0 #ccd9d7;
}
.word-break {
    word-break: break-all;
}
.flex-1 {
    flex: 1;
}

@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #1d2237;
    }
}
@media (max-width: 767px) {
    section {
        padding: 3rem 0;
    }
    section.bg-pattern-primary {
        padding: 3rem 0;
    }
    p {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }
    .hero {
        padding: 7rem 0 2rem 0;
    }
    .logo {
        width: 109px;
    }
    .fs-14 {
        font-size: 0.75rem !important;
    }
    .fs-default,
    .fs-18 {
        font-size: 0.875rem;
    }
    .fs-20 {
        font-size: 1rem;
    }
    .fs-24 {
        font-size: 1.125rem;
    }
    .fs-28 {
        font-size: 1.25rem;
    }
    .fs-30 {
        font-size: 1.4rem;
    }
    .fs-40,
    .fs-36 {
        font-size: 1.5rem !important;
    }
    .fs-50 {
        font-size: 1.75rem;
    }
    .fs-60 {
        font-size: 2.25rem;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .mb-6 {
        margin-bottom: 2rem !important;
    }
    .mb-7 {
        margin-bottom: 2.5rem !important;
    }
    .mb-8 {
        margin-bottom: 3rem !important;
    }
    .mb-10 {
        margin-bottom: 4.5rem !important;
    }
    .mb-16 {
        margin-bottom: 8rem !important;
    }
    .text-highlight {
        margin-left: 0;
    }
    .no-xs-br br {
        display: none;
    }
    .disclaimer-wrap p {
        font-size: 0.75rem;
    }
    footer p {
        font-size: 0.65rem;
    }
    .w-xs-50 {
        width: 50% !important;
    }
    .w-xs-60 {
        width: 60% !important;
    }
    .w-xs-75 {
        width: 75% !important;
    }
    .row-xs-reverse {
        flex-direction: column-reverse;
    }
    .home-info {
        padding-bottom: 12rem;
    }
    .home-feature-card-wrap {
        margin-top: -11rem;
    }
    .title-lined::before,
    .title-lined::after {
        width: 8%;
        top: -10px;
    }
    .check-icon {
        width: 40px;
    }
}
