.wc-btn-primary {
    background-color: var(--theme);
    border-color: var(--theme)
}

.wc-btn-primary:hover {
    background-color: var(--primary);
    border-color: var(--primary)
}

.wc-btn-primary.bordered {
    border-color: var(--border)
}

.section-title {
    font-size: 60px
}

@media only screen and (max-width: 1919px) {
    .section-title {
        font-size: 55px
    }
}

@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 40px
    }
}

@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 35px
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 30px
    }
}

.section-title.large {
    font-size: 90px
}

@media only screen and (max-width: 1919px) {
    .section-title.large {
        font-size: 70px
    }
}

@media only screen and (max-width: 1199px) {
    .section-title.large {
        font-size: 60px
    }
}

@media only screen and (max-width: 991px) {
    .section-title.large {
        font-size: 40px
    }
}

@media only screen and (max-width: 767px) {
    .section-title.large {
        font-size: 30px
    }
}

@media only screen and (max-width: 991px) {

    .font-heading-colasta-bold h1,
    .font-heading-colasta-bold h2,
    .font-heading-colasta-bold h3,
    .font-heading-colasta-bold h4,
    .font-heading-colasta-bold h5,
    .font-heading-colasta-bold h6 {
        line-height: 1.1
    }
}

.section-spacing {
    padding-top: 200px;
    padding-bottom: 200px
}

@media only screen and (max-width: 1919px) {
    .section-spacing {
        padding-top: 130px;
        padding-bottom: 130px
    }
}

@media only screen and (max-width: 991px) {
    .section-spacing {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 767px) {
    .section-spacing {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.hero-area {
    position: relative;
    z-index: 1;
    padding-top: 235px;
    padding-bottom: 135px
}

@media only screen and (max-width: 1919px) {
    .hero-area {
        padding-top: 175px;
        padding-bottom: 85px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area {
        padding-top: 155px;
        padding-bottom: 65px
    }
}

.hero-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1100px;
    inset-inline-start: 0px;
    top: 0px;
    /* background: linear-gradient(180deg, #FBF7F4 0%, rgba(251, 247, 244, 0) 100%); */
    z-index: -1
}

.hero-area .section-header {
    display: flex;
    gap: 40px
}

@media only screen and (max-width: 767px) {
    .hero-area .section-header {
        flex-direction: column;
        gap: 20px
    }
}

.hero-area .text-wrapper {
    max-width: 410px;
    margin-inline-start: auto;
    margin-top: 132px
}

@media only screen and (max-width: 1919px) {
    .hero-area .text-wrapper {
        margin-top: 102px
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .text-wrapper {
        margin-top: 92px;
        max-width: 300px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .text-wrapper {
        max-width: 220px;
        margin-top: 57px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .text-wrapper {
        max-width: 100%;
        margin-top: 0
    }
}

.hero-area .section-title-wrapper {
    max-width: 520px
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-title-wrapper {
        max-width: 410px
    }
}

.hero-area .shape {
    margin-top: 123px
}

@media only screen and (max-width: 1919px) {
    .hero-area .shape {
        margin-top: 93px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .shape {
        margin-top: 58px
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .shape {
        display: none
    }
}

.dir-rtl .hero-area .shape img {
    transform: rotateY(180deg)
}

.policy-area {
    position: relative;
    z-index: 1
}

.policy-wrapper {
    display: grid;
    gap: 20px 140px;
    grid-template-columns: 300px auto
}

@media only screen and (max-width: 1399px) {
    .policy-wrapper {
        gap: 20px 80px
    }
}

@media only screen and (max-width: 991px) {
    .policy-wrapper {
        grid-template-columns: 100%
    }
}

.policy-wrapper .nav {
    display: flex;
    flex-direction: column;
    gap: 10px
}

@media only screen and (max-width: 991px) {
    .policy-wrapper .nav {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: thin;
        padding-bottom: 10px
    }
}

.policy-wrapper .nav-link {
    width: 100%;
    text-align: start;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    border: 1px solid var(--border);
    border-radius: 15px;
    padding: 22px 30px;
    white-space: nowrap
}

@media only screen and (max-width: 991px) {
    .policy-wrapper .nav-link {
        padding: 16px 24px
    }
}

.policy-wrapper .nav-link.active {
    background-color: var(--theme);
    border-color: rgba(0, 0, 0, 0)
}

.policy-wrapper .section-title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 21px
}

.policy-wrapper .section-title.large {
    font-size: 24px
}

.policy-wrapper .section-title:not(:first-child) {
    margin-top: 51px
}

.policy-wrapper .text-wrapper .text:not(:last-child) {
    margin-bottom: 23px
}

/*# sourceMappingURL=master-privacy-policy.css.map */