@font-face {
    font-family: Diogenes;
    src: url(../../frontend//fonts/Diogenes.woff2?h=4448313cba2105d2d9415ba931d7e0dc) format('woff2'), url(../../frontend//fonts/Diogenes.woff?h=4448313cba2105d2d9415ba931d7e0dc) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary)
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5)
}

.bs-icon-sm {
    --bs-icon-size: 1rem
}

.bs-icon-md {
    --bs-icon-size: 1.5rem
}

.bs-icon-lg {
    --bs-icon-size: 2rem
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary)
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2)
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5)
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem
}

.bs-icon.bs-icon-circle {
    border-radius: 50%
}

.fit-cover {
    object-fit: cover
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.row {
    border-style: none;
    border-color: var(--bs-border-color-translucent)
}

.heading-5, .nav-item .dropdown-item {
    color: var(--bs-white)
}

@media (min-width:576px) {
    .heading-6 {
        font-size: 2.9rem
    }
}

@media (min-width:300px) and (max-width:575px) {
    .heading-6 {
        font-size: 1.8rem
    }

    .heading-5 {
        font-size: 1.9rem
    }
}

.heading-6 {
    color: #d2a62b
}

@media (min-width:576px) and (max-width:767px) {
    .heading-6 {
        font-size: 2.9rem
    }
}

@media (min-width:768px) and (max-width:991px) {
    .heading-6 {
        font-size: 2.5rem
    }
}

@media (min-width:992px) {
    .heading-6 {
        font-size: 3.4rem
    }
}

@media (max-width:560px) {
    .large-logo {
        display: none
    }
}

@media (min-width:561px) {
    .mobile-logo {
        display: none
    }
}

@media (min-width:300px) {
    .body-text {
        font-size: medium
    }
}

@media (min-width:576px) {
    .heading-5 {
        font-size: 2.9rem
    }

    .body-text {
        font-size: x-large
    }
}

.social-frontpage {
    width: 60px
}

.story-text {
    color: #d2a62b;
    font-size: x-large
}

#team .card {
    height: 100%;
    background-color: var(--bs-border-color-translucent)
}

#myAddress {
    display: block;
}

.referral_id {
    color: #d2a62b;
    background-color: var(--bs-modal-color);
}

@media (min-width:750px) {
    .team-member-image {
        width: 270px;
        height: 270px
    }

    #myAddress {
        display: none;
    }
}

.btn-group {
    width: 100%
}

.btn-group button {
    background-color: #d2a62b;
    font-size: x-large
}