@font-face {
    font-display: swap;
}
header nav {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.26);
}
.topbar {
    background-color: #040404;
}
.topbar .border-bottom {
    border-bottom: none !important;
}
.woo-icons a {
    text-decoration: none;
}
.woo-icons a:hover i:before,
.woo-icons a:focus i:before {
    color: black;
}
.site-footer li a:hover i:before,
.site-footer li a:focus i:before {
    color: white;
}
.site-footer li a i:before {
    transition: color .3s ease 0s;
}
.fas,
.fa-brands {
    color: #4D68BC;
    font-family: 'FontAwesome';
    font-style: normal;
    transition: color .3s ease 0s;
}
.fa-shopping-cart:before {
    content: "\f07a";
    font-size: 24px;
}
.fa-user:before {
    content: "\f007";
    font-size: 24px;
}
.fa-instagram:before {
    content: "\f16d";
    font-size: 32px;
}
.fa-square-facebook:before {
    content: "\f082";
    font-size: 32px;
}
header .navbar-main.navbar {
    background-color: #F5F5F5;
}
header .navbar .menu-wrap {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-end;
}
header .navbar-main .navbar-nav .nav-link {
    color: #2A2C2F;
    font-size: 20px;
    font-weight: bold;
    padding: 1rem;
    text-transform: uppercase;
    transition: background-color .3s ease 0s, color .3s ease 0s !important;
    white-space: nowrap;
}
header .navbar-main .navbar-nav li.active a {
    background-color: transparent !important;
    color: #4D68BC  !important;
}
header .navbar-main .navbar-nav .nav-link:focus,
header .navbar-main .navbar-nav .nav-link:hover {
    background-color: transparent;
    color: #4D68BC;
}
header .navbar .navbar-nav>li:last-of-type a {
    padding-right: 0px;
}
@media screen and (min-width: 1200px) {
    header .navbar-main .container,
    .site-footer .container {
        max-width: 1500px;
    }
}
.top-links,
.woo-icons {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}
.top-links {
    margin-top: 15px;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    left: unset;
    right: 10px;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px 40px 10px 15px;
}
@media screen and (min-width: 992px) {
    .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        min-width: 500px;
    }
}
.topbar img,
.navbar img,
footer img {
    transition: opacity .3s ease 0s;
}
@media screen and (max-width: 991px) {
    .navbar img,
    footer img {
        display: block;
        width: auto;
    }
    header .navbar img {
        margin: 0 auto;
    }
    .navbar .container {
        justify-content: center;
    }
    header .navbar button.navbar-toggler {
        position: absolute;
        left: 15px;
        top: 15px;
    }
    header .navbar button.navbar-toggler span {
        background-image: url("/wp-content/uploads/hamburger-menu-updated.png");
    }
    .top-links {
        padding-left: 75px;
    }
}
.topbar img:hover,
.navbar img:hover,
.topbar img:focus,
.navbar img:focus,
footer img:hover,
footer img:focus {
    opacity: .8;
}
/* .background-video {
} */
video.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.hero-banner .content {
    position: relative;
    z-index: 1;
    padding: 11vw 0px 16vw;
}
.hero-banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    margin-bottom: 35px;
}
.hero-banner .content-wrap {
    background-color: rgb(32 29 29 / 82%);
    max-width: 830px;
    margin: 0 auto;
    padding: 25px 50px;
    border-radius: 4px;
}
.hero-banner .content-wrap h1,
.hero-banner .content-wrap h2 {
    color: white;
    text-align: center;
}
.hero-banner .content-wrap h1 {
    font-size: clamp(32px, 4vw, 70px);
    font-weight: bold;
    line-height: clamp(36px, 5vw, 94px);
    margin-bottom: 0px;
}
.hero-banner .content-wrap h2 {
    font-size: clamp(20px, 2vw, 30px);
    line-height: clamp(24px, 2.5vw, 40px);
    margin-bottom: 25px;
}
.hero-banner .content-wrap {
    text-align: center;
}
.hero-banner .banner-btn {
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    transition: background-color .3s ease 0s, border-color .3s ease 0s;
    border: 1px solid white;
    color: white;
    display: inline-block;
    padding: 15px clamp(25px, 4vw, 70px);
}
.hero-banner .banner-btn:hover,
.hero-banner .banner-btn:focus {
    background-color: #4D68BC;
    border-color: #4D68BC;
}
.home .wrapper {
    padding-top: 0px;
    z-index: 1;
    position: relative;
}
.site-footer {
    background-color: #040404;
    color: white;
    padding: 50px;
    padding-bottom: 10px;
}
.site-footer .affirm img {
    border-radius: 12px;
}
@media screen and (min-width: 992px) {
    .quick-links {
        padding-inline: 3rem;
    }
}
.quick-links h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
.quick-links ul {
    padding: 0px;
    list-style: none;
    column-count: 2;
}
@media screen and (max-width: 768px) {
    .quick-links ul {
        column-count: 1;
    }
}
.quick-links ul li {
    padding-bottom: 15px;
}
.quick-links ul a,
.copyright-text p a {
    color: white;
    text-decoration: none;
    transition: color .3s ease 0s;
}
.quick-links ul a {
    font-size: 20px;
}
.quick-links ul a:hover,
.quick-links ul a:focus,
.copyright-text p a:hover,
.copyright-text p a:focus {
    color: #4D68BC;
}
.site-info ul {
    list-style: none;
    font-size: 20px;
}
.site-info ul li {
    padding-bottom: 15px;
    position: relative;
}
.site-info ul li a {
    color: white;
    text-decoration: none;
    transition: color .3s ease 0s;
}
.site-info ul li a:hover,
.site-info ul li a:focus {
    color: #4D68BC;
}
.site-info ul>li:first-of-type:before {
    color: #4D68BC;
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 32px;
    font-weight: 900;
    left: -35px;
    position: absolute;
    top: -4px;
}
.site-info ul>li:nth-of-type(2):before {
    top: -4px;
    color: #4D68BC;
    content: '\f10b';
    font-family: 'FontAwesome';
    font-size: 32px;
    font-weight: 400;
    left: -35px;
    position: absolute;
}
.site-logo p {
    margin-top: 20px;
}
@media screen and (min-width: 992px) {
    .site-logo p {
        text-align: center;
    }
    .site-logo img {
        display: block;
        margin: 0 auto;
    }
}
.site-info ul>li:last-of-type a {
    padding-inline: 3px;
}
.site-info ul>li:last-of-type {
    left: -35px;
}
.sidebar .menu-item a:focus,
.sidebar .menu-item a:hover,
.sidebar .menu-item-has-children .dropdown-btn:focus,
.sidebar .menu-item-has-children .dropdown-btn:hover,
.sidebar .menu-item.current-menu-item>a:focus,
.sidebar .menu-item.current-menu-item>a:hover {
    background-color: #4D68BC;
}
.sidebar .menu-item a,
.sidebar .menu-item-has-children .dropdown-btn,
.sidebar .menu-item.current-menu-item>a {
    color: #4D68BC;
    transition: background-color .3s ease 0s, color .3s ease 0s;
}
.home a {
    color: #4D68BC;
}
@media screen and (min-width: 992px) {
    .sidebar-border {
        border-right: 2px solid #4D68BC;
    }
}
.blog .entry-meta,
.blog .entry-footer {
    display: none;
}
@media (min-width: 768px) {
    .blog .site-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
        row-gap: 10px;
    }
}
@media (max-width: 767px) {
    .blog .site-main article {
        padding-bottom: 30px;
    }
}
.blog .site-main article h2 a {
    color: #212529;
    transition: .3s;
}
.blog .site-main article h2 a:hover {
    color: #4D68BC;
    text-decoration: none;
}
.blog .site-main article .entry-content p:first-child {
    padding-top: 10px;
}
.blog .site-main article .btn-secondary:hover,
.blog .site-main article .btn-secondary:focus {
    background-color: #4D68BC;
    border-color: #4D68BC;
}
.blog .site-main article .btn-secondary.focus,
.blog .site-main article .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(77,104,188,.5);
    box-shadow: 0 0 0 0.2rem rgba(77,104,188,.5);
}
.copyright-text p {
    text-align: center;
    padding-top: 10px;
}
.navbar-toggler-icon {
    background-image: url("/wp-content/uploads/hamburger-menu-updated.png") !important;
}
a.btn.btn-primary {
    color: #040404 !important
}
.newsletter-wrap .button {
    color: #040404 !important;
    transition: color .3s ease 0s;
}
.newsletter-wrap .button:hover {
    color: white !important;
}
.white-button,
.__pt-ppe-button_faq.blue-button {
    background-color: #fe9126;
    color: #040404 !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    margin-top: 15px;
}
.white-button:hover,
.__pt-ppe-button_faq.blue-button:hover {
    background-color: #fd7e01;
    text-decoration: none;
    transition: background-color .3s ease 0s;
}
.blue-button {
    background-color: #4D68BC;
    color: white !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.blue-button:hover {
    background-color: #040404;
    text-decoration: none;
    transition: background-color .3s ease 0s;
}
.approve-buttons {
    margin-bottom: 35px;
}
.approve-buttons .white-button {
    margin-left: 15px;
}
a {
    color: #4D68BC;
     transition: color .3s ease 0s;
}
a:hover {
    color: #040404;
}