:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8459a78 *//* =========================================================
   BOOK VISIBILITY PRO — HEADER
   FINAL VERSION
   ========================================================= */


/* =========================================================
   HEADER
   ========================================================= */

.bvp-header {
    width: 100%;
    background: #f7f5f0;
    border-bottom: 1px solid #e5e1d8;

    position: relative;
    z-index: 9999;
}


/* =========================================================
   HEADER INNER
   ========================================================= */

.bvp-header-inner {
    width: min(1380px, calc(100% - 60px));
    min-height: 76px;

    margin: 0 auto;

    display: flex;
    align-items: center;

    gap: 35px;

    box-sizing: border-box;
}


/* =========================================================
   LOGO
   ========================================================= */

.bvp-logo {
    width: 225px;

    flex-shrink: 0;

    display: block;

    margin: 0;
    padding: 0;

    text-decoration: none !important;

    border: 0 !important;
    outline: none !important;

    box-sizing: border-box;
}


.bvp-logo img {
    width: 100%;
    max-width: 225px;
    height: auto;

    display: block;

    margin: 0;
    padding: 0;

    border: 0;

    box-sizing: border-box;
}


/* Logo link reset */

.bvp-logo,
.bvp-logo:link,
.bvp-logo:visited,
.bvp-logo:hover,
.bvp-logo:active,
.bvp-logo:focus {
    color: inherit !important;
    text-decoration: none !important;

    border: 0 !important;
    outline: none !important;
}


/* =========================================================
   DESKTOP NAVIGATION
   ========================================================= */

.bvp-nav {
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 34px;

    margin: 0;
    padding: 0;

    box-sizing: border-box;
}


/* Normal + visited */

.bvp-nav a,
.bvp-nav a:link,
.bvp-nav a:visited {
    color: #263746 !important;

    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;

    line-height: 1.4;

    text-decoration: none !important;

    background: transparent !important;

    border: 0 !important;

    padding: 0;
    margin: 0;

    outline: none;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}


/* Hover */

.bvp-nav a:hover {
    color: #071827 !important;

    text-decoration: none !important;
}


/* Active */

.bvp-nav a:active {
    color: #071827 !important;

    text-decoration: none !important;
}


/* Focus */

.bvp-nav a:focus {
    color: #071827 !important;

    text-decoration: none !important;

    outline: none !important;
}


/* =========================================================
   HEADER CTA
   ========================================================= */

.bvp-header-cta,
.bvp-header-cta:link,
.bvp-header-cta:visited {
    min-height: 42px;

    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    flex-shrink: 0;

    border-radius: 8px;

    background: #c9a646 !important;
    color: #111b24 !important;

    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;

    line-height: 1;

    text-decoration: none !important;

    white-space: nowrap;

    border: 1px solid transparent !important;

    box-shadow: none;

    cursor: pointer;

    box-sizing: border-box;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


/* CTA Hover */

.bvp-header-cta:hover {
    background: #dbbd62 !important;
    color: #111b24 !important;

    text-decoration: none !important;

    transform: translateY(-2px);

    box-shadow: 0 7px 20px rgba(201, 166, 70, 0.20);
}


/* CTA Active */

.bvp-header-cta:active {
    background: #c9a646 !important;
    color: #111b24 !important;

    transform: translateY(0);

    box-shadow: none;
}


/* CTA Focus */

.bvp-header-cta:focus {
    background: #c9a646 !important;
    color: #111b24 !important;

    text-decoration: none !important;

    outline: 2px solid rgba(201, 166, 70, 0.45) !important;

    outline-offset: 3px;
}


/* CTA Arrow */

.bvp-header-cta span,
.bvp-header-cta:hover span,
.bvp-header-cta:visited span,
.bvp-header-cta:active span,
.bvp-header-cta:focus span {
    color: #111b24 !important;

    font-size: 15px;
    font-weight: 800;

    line-height: 1;
}


/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */

.bvp-menu-toggle {
    display: none;

    width: 42px;
    height: 42px;

    margin: 0 0 0 auto;
    padding: 0;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    gap: 5px;

    background: transparent !important;

    border: 0 !important;

    border-radius: 0;

    box-shadow: none !important;

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    box-sizing: border-box;
}


/* Mobile button states */

.bvp-menu-toggle:hover,
.bvp-menu-toggle:active,
.bvp-menu-toggle:focus {
    background: transparent !important;

    border: 0 !important;

    box-shadow: none !important;

    outline: none !important;
}


/* Hamburger lines */

.bvp-menu-toggle span {
    display: block;

    width: 24px;
    height: 2px;

    margin: 0;
    padding: 0;

    background: #071827;

    border-radius: 2px;

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}


/* =========================================================
   MOBILE — 767px
   ========================================================= */

@media (max-width: 767px) {

    .bvp-header-inner {
        width: calc(100% - 30px);

        min-height: 68px;

        gap: 15px;
    }


    /* Logo */

    .bvp-logo {
        width: 180px;
    }

    .bvp-logo img {
        width: 180px;
        max-width: 180px;
    }


    /* Hide desktop navigation */

    .bvp-nav {
        display: none;
    }


    /* Hide desktop CTA */

    .bvp-header-cta {
        display: none;
    }


    /* Show hamburger */

    .bvp-menu-toggle {
        display: flex;
    }
}


/* =========================================================
   SMALL MOBILE — 500px
   ========================================================= */

@media (max-width: 500px) {

    .bvp-header-inner {
        width: calc(100% - 24px);

        min-height: 64px;
    }


    .bvp-logo {
        width: 165px;
    }

    .bvp-logo img {
        width: 165px;
        max-width: 165px;
    }


    .bvp-menu-toggle {
        width: 40px;
        height: 40px;
    }


    .bvp-menu-toggle span {
        width: 23px;
    }
}


/* =========================================================
   VERY SMALL MOBILE — 380px
   ========================================================= */

@media (max-width: 380px) {

    .bvp-header-inner {
        width: calc(100% - 20px);

        min-height: 62px;
    }


    .bvp-logo {
        width: 150px;
    }

    .bvp-logo img {
        width: 150px;
        max-width: 150px;
    }


    .bvp-menu-toggle {
        width: 38px;
        height: 38px;
    }


    .bvp-menu-toggle span {
        width: 22px;
    }
}


/* =========================================================
   FINAL WORDPRESS / ELEMENTOR LINK RESET
   ========================================================= */

.bvp-header a,
.bvp-header a:link,
.bvp-header a:visited,
.bvp-header a:hover,
.bvp-header a:active,
.bvp-header a:focus {
    text-decoration: none !important;
}


/* =========================================================
   NAV FINAL OVERRIDE
   ========================================================= */

.bvp-header .bvp-nav a,
.bvp-header .bvp-nav a:link,
.bvp-header .bvp-nav a:visited {
    color: #263746 !important;
}

.bvp-header .bvp-nav a:hover,
.bvp-header .bvp-nav a:active,
.bvp-header .bvp-nav a:focus {
    color: #071827 !important;
}


/* =========================================================
   CTA FINAL OVERRIDE
   ========================================================= */

.bvp-header .bvp-header-cta,
.bvp-header .bvp-header-cta:link,
.bvp-header .bvp-header-cta:visited {
    background: #c9a646 !important;
    color: #111b24 !important;
}

.bvp-header .bvp-header-cta:hover {
    background: #dbbd62 !important;
    color: #111b24 !important;
}

.bvp-header .bvp-header-cta:active,
.bvp-header .bvp-header-cta:focus {
    background: #c9a646 !important;
    color: #111b24 !important;
}


/* =========================================================
   ELEMENTOR BUTTON OVERRIDE
   ========================================================= */

.bvp-header .bvp-header-cta.elementor-button,
.bvp-header .bvp-header-cta.elementor-button:hover,
.bvp-header .bvp-header-cta.elementor-button:focus,
.bvp-header .bvp-header-cta.elementor-button:active {
    background: #c9a646 !important;
    color: #111b24 !important;

    text-decoration: none !important;

    border: 0 !important;
}


/* =========================================================
   GLOBAL HEADER BOX SIZING
   ========================================================= */

.bvp-header *,
.bvp-header *::before,
.bvp-header *::after {
    box-sizing: border-box;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84b02b9 *//* =========================================================
   BVP — TERMS & CONDITIONS
   PREMIUM EDITORIAL STYLE
   ========================================================= */

.bvp-terms {
    width: 100%;
    background: #f7f5f0;
    color: #263746;
    font-family: Inter, Arial, sans-serif;
}


/* =========================================================
   HERO
   ========================================================= */

.bvp-terms-hero {
    background: #071827;
    padding: 95px 30px 90px;
    text-align: center;
}

.bvp-terms-eyebrow {
    display: block;
    margin-bottom: 18px;

    color: #c9a646;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.5px;
}

.bvp-terms-hero h1 {
    margin: 0 0 20px;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(52px, 6vw, 76px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2px;
}

.bvp-terms-hero h1 strong {
    color: #c9a646;
    font-weight: 600;
}

.bvp-terms-hero p {
    max-width: 680px;
    margin: 0 auto 20px;

    color: #b9c3ca;

    font-size: 16px;
    line-height: 1.7;
}

.bvp-terms-date {
    color: #7f8c96;

    font-size: 11px;
    letter-spacing: .5px;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.bvp-terms-layout {
    width: min(1250px, calc(100% - 60px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 80px;

    padding: 75px 0 100px;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

.bvp-terms-sidebar {
    position: sticky;
    top: 30px;
    align-self: start;

    padding: 25px 0;
}

.bvp-terms-sidebar-title {
    margin-bottom: 18px;

    color: #a3842f;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.bvp-terms-sidebar a {
    display: block;

    padding: 8px 0;

    color: #68747d !important;

    font-size: 12px;
    line-height: 1.4;

    text-decoration: none !important;

    transition: all .2s ease;
}

.bvp-terms-sidebar a:hover {
    padding-left: 5px;
    color: #a3842f !important;
}


/* =========================================================
   CONTENT
   ========================================================= */

.bvp-terms-content {
    width: 100%;
    max-width: 820px;
}

.bvp-terms-content section {
    margin-bottom: 65px;

    scroll-margin-top: 35px;
}

.bvp-terms-number {
    display: block;

    margin-bottom: 10px;

    color: #a3842f;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.bvp-terms-content h2 {
    margin: 0 0 20px;

    color: #142536;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
}

.bvp-terms-content p {
    margin: 0 0 16px;

    color: #5f6c75;

    font-size: 15px;
    line-height: 1.8;
}

.bvp-terms-content strong {
    color: #263746;
    font-weight: 700;
}


/* =========================================================
   LIST
   ========================================================= */

.bvp-terms-content ul {
    margin: 15px 0 20px;
    padding-left: 22px;
}

.bvp-terms-content li {
    margin-bottom: 9px;

    color: #5f6c75;

    font-size: 15px;
    line-height: 1.65;
}

.bvp-terms-content li::marker {
    color: #c9a646;
}


/* =========================================================
   HIGHLIGHT
   ========================================================= */

.bvp-terms-highlight {
    margin: 25px 0;
    padding: 22px 25px;

    background: #142536;

    border-left: 3px solid #c9a646;
}

.bvp-terms-highlight strong {
    display: block;

    margin-bottom: 7px;

    color: #c9a646;

    font-size: 11px;
    letter-spacing: 1.5px;
}

.bvp-terms-highlight p {
    margin: 0;

    color: #d7dee3;
}


/* =========================================================
   CONTACT
   ========================================================= */

.bvp-terms-contact {
    margin-bottom: 0 !important;
}

.bvp-terms-contact-box {
    display: flex;
    flex-direction: column;
    gap: 7px;

    margin-top: 25px;
    padding: 25px;

    background: #ffffff;

    border: 1px solid #e1ddd5;
    border-radius: 7px;

    box-shadow: 0 12px 30px rgba(20,37,54,.05);
}

.bvp-terms-contact-box strong {
    color: #142536;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
}

.bvp-terms-contact-box span {
    color: #68747d;
    font-size: 13px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .bvp-terms-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bvp-terms-sidebar {
        position: relative;
        top: auto;

        padding: 0 0 25px;

        border-bottom: 1px solid #ddd9d0;
    }

    .bvp-terms-sidebar a {
        display: inline-block;
        margin-right: 20px;
    }

    .bvp-terms-content {
        max-width: 100%;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .bvp-terms-hero {
        padding: 70px 20px 65px;
    }

    .bvp-terms-hero h1 {
        font-size: 48px;
        letter-spacing: -1.5px;
    }

    .bvp-terms-hero p {
        font-size: 14px;
    }

    .bvp-terms-layout {
        width: calc(100% - 35px);

        padding: 55px 0 70px;
    }

    .bvp-terms-sidebar {
        padding-bottom: 20px;
    }

    .bvp-terms-sidebar a {
        font-size: 11px;
        margin-right: 14px;
    }

    .bvp-terms-content section {
        margin-bottom: 50px;
    }

    .bvp-terms-content h2 {
        font-size: 27px;
    }

    .bvp-terms-content p,
    .bvp-terms-content li {
        font-size: 14px;
        line-height: 1.75;
    }

    .bvp-terms-highlight {
        padding: 19px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-836a65f *//* =========================================================
   BVP — PREMIUM FOOTER
   ========================================================= */

.bvp-footer {
    width: 100%;
    background: #071827;
    color: #ffffff;
    overflow: hidden;
}


/* =========================================================
   MAIN FOOTER
   ========================================================= */

.bvp-footer-inner {
    width: min(1350px, calc(100% - 70px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.5fr 1fr 1.15fr 1fr;
    gap: 70px;

    padding: 75px 0 65px;
}


/* =========================================================
   BRAND
   ========================================================= */

.bvp-footer-brand {
    max-width: 390px;
}

.bvp-footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.bvp-footer-logo img {
    display: block;

    width: 210px;
    max-width: 100%;
    height: auto;
}

.bvp-footer-brand p {
    margin: 0 0 25px;

    color: #aeb9c2;

    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.bvp-footer-logo img {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
}

/* CTA */

.bvp-footer-cta {
    display: inline-flex;
    align-items: center;

    padding: 12px 18px;

    background: #c9a646;

    border-radius: 5px;

    color: #142536 !important;

    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;

    transition: all .25s ease;
}

.bvp-footer-cta:hover {
    background: #dbbd62;
    color: #142536 !important;
    transform: translateY(-2px);
}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.bvp-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bvp-footer-column h4 {
    margin: 0 0 22px;

    color: #c9a646;

    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.bvp-footer-column a,
.bvp-footer-column span {
    display: block;

    margin-bottom: 13px;

    color: #c5cdd3 !important;

    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;

    text-decoration: none !important;

    transition: color .25s ease, transform .25s ease;
}

.bvp-footer-column a:hover {
    color: #c9a646 !important;
    transform: translateX(3px);
}

.bvp-footer-column span {
    color: #7f8c96 !important;
    margin-top: 5px;
}


/* =========================================================
   BOTTOM BAR
   ========================================================= */

.bvp-footer-bottom {
    width: min(1350px, calc(100% - 70px));
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;

    padding: 22px 0;

    border-top: 1px solid rgba(255,255,255,.10);

    color: #7f8c96;

    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .bvp-footer-inner {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 45px;
    }

    .bvp-footer-brand {
        grid-column: span 3;
        max-width: 600px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bvp-footer-inner {
        width: calc(100% - 40px);

        grid-template-columns: 1fr 1fr;
        gap: 40px 25px;

        padding: 55px 0 45px;
    }

    .bvp-footer-brand {
        grid-column: span 2;
        max-width: 100%;
    }

    .bvp-footer-logo img {
        width: 180px;
    }

    .bvp-footer-brand p {
        font-size: 13px;
    }

    .bvp-footer-column h4 {
        margin-bottom: 17px;
    }

    .bvp-footer-column a,
    .bvp-footer-column span {
        font-size: 12px;
    }

    .bvp-footer-bottom {
        width: calc(100% - 40px);

        flex-direction: column;
        align-items: flex-start;

        gap: 8px;

        padding: 20px 0;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .bvp-footer-inner {
        grid-template-columns: 1fr;
    }

    .bvp-footer-brand {
        grid-column: span 1;
    }
}/* End custom CSS */
/* Start custom CSS *//* Hide default WordPress/WooCommerce header on this page */

header.site-header,
.site-header,
#masthead,
.ast-primary-header-bar,
.ast-header-break-point,
.woocommerce-store-notice {
    display: none !important;
}/* End custom CSS */