/* /Components/About.razor.rz.scp.css */
.about[b-tg2qejzafu] {
    padding-top: 14px;
    border-bottom: 1px solid var(--bs-light-border);
}

    .about > header[b-tg2qejzafu] {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .about > article[b-tg2qejzafu] {
        display: block;
        padding-top: 16px;
        padding-bottom: 20px;
    }

@media (max-width: 1199px) {
    .about > header > button[b-tg2qejzafu] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none;
        padding: 3px;
        display: inline-flex;
        justify-content: end;
        align-items: center;
        background: none;
        color: var(--bs-body-color);
    }

        .about > header > button svg[b-tg2qejzafu] {
            fill: var(--bs-body-color);
            transition: all ease-in-out .15s;
        }

    .about[aria-hidden=false] > header > button svg[b-tg2qejzafu] {
        transform: rotate(180deg);
    }

    .about[aria-hidden=true] > article[b-tg2qejzafu] {
        display: none;
    }
}

@media (min-width: 1200px) {
    .about[b-tg2qejzafu] {
        border-bottom: none;
    }

        .about > header[b-tg2qejzafu] {
            margin-bottom: 40px;
        }

        .about > article[b-tg2qejzafu] {
            padding-top: 0;
            padding-bottom: 0;
        }

        .about > header > button[b-tg2qejzafu] {
            display: none;
        }
}

.about-grid[b-tg2qejzafu] {
    display: grid;
    gap: 10px;
}

.about-grid .text[b-tg2qejzafu] {
    padding-top: 20px;
    padding-bottom: 30px;
    order: 1;
    align-self: center;
}

.about-grid .text .heading[b-tg2qejzafu] {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .about-grid[b-tg2qejzafu] {
        grid-template-columns: 1fr 1fr;
        padding-top: 120px;
        gap: 20px;
    }

        .about-grid .text[b-tg2qejzafu] {
            order: 0;
        }
}
/* /Components/BenefitModal.razor.rz.scp.css */
.btn-close[b-wm2q0icr8s] {
    --bs-btn-close-color: #FFF;
    --bs-btn-close-opacity: 1;
    width: 18px;
    height: 18px;
}

.modal[b-wm2q0icr8s] {
    --bs-modal-padding: 20px;
    --bs-modal-title-line-height: 1.1;
    --bs-modal-header-padding: 20px 20px 0 20px;
    --bs-modal-header-border-width: 0;
}

.modal-dialog[b-wm2q0icr8s] {
    margin-top: 40px;
}

.modal-header[b-wm2q0icr8s] {
    position: relative;
}

    .modal-header .btn-close[b-wm2q0icr8s] {
        --bs-btn-close-bg: none;
        position: absolute;
        top: -32px;
        right: 8px;
    }

.modal-title[b-wm2q0icr8s] {
    font-size: calc(1.125rem + .5vw);
    font-weight: 700;
    letter-spacing: -.03em;
    margin-top: 10px;
    margin-bottom: 30px;
}

.modal-body[b-wm2q0icr8s] {
    padding-top: 0;
    padding-bottom: 20px;
    display: grid;
    gap: 30px;
}

.modal-picture[b-wm2q0icr8s] {
    display: block;
}

    .modal-picture > img[b-wm2q0icr8s] {
        display: block;
        width: 100%;
        max-height: 228px;
        object-fit: cover;
        border-radius: 8px;
    }

.modal-article[b-wm2q0icr8s] {
    display: grid;
    gap: 30px;
}

.modal-section[b-wm2q0icr8s] {
    display: grid;
    gap: 30px;
}

@media (min-width: 1200px) {
    .modal[b-wm2q0icr8s] {
        --bs-modal-padding: 30px;
        --bs-modal-header-padding: 30px 30px 0 30px;
    }

    .modal-title[b-wm2q0icr8s] {
        display: none;
    }

    .modal-body[b-wm2q0icr8s] {
        padding-top: 0;
        padding-bottom: 60px;
        gap: 60px;
    }

    .modal-article[b-wm2q0icr8s] {
        gap: 60px;
        grid-template-columns: 1fr 1fr;
    }

        .modal-picture > img[b-wm2q0icr8s] {
            max-height: 370px;
        }

    .modal-section[b-wm2q0icr8s] {
        gap: 60px;
    }
}

@media (min-width: 1600px) {
    .modal[b-wm2q0icr8s] {
        --bs-modal-margin: 3rem;
    }

    .modal-title[b-wm2q0icr8s] {
        font-size: 3rem;
    }

    .modal-xl[b-wm2q0icr8s] {
        --bs-modal-width: 1240px;
    }
}
/* /Components/Benefits.razor.rz.scp.css */
@media (max-width: 1199px) {
    .swiper[b-wjx1y0cw2r] {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0 -15px 10px;
    }

    .swiper-slide[b-wjx1y0cw2r] {
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .swiper-slide img[b-wjx1y0cw2r] {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .swiper-slide[b-wjx1y0cw2r] {
        width: 215px;
    }

    .benefits[b-wjx1y0cw2r] {
        display: none;
    }
}

@media (min-width: 1200px) {
    .benefits[b-wjx1y0cw2r] {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        gap: 20px;
        padding-top: 80px;
    }

        .benefits > section[b-wjx1y0cw2r] {
            flex: 1 1 auto;
            position: relative;
            border-radius: var(--bs-border-radius);
            overflow: hidden;
        }

            .benefits > section[tabindex][b-wjx1y0cw2r] {
                cursor: pointer;
            }

            .benefits > section > picture > img[b-wjx1y0cw2r] {
                display: block;
                width: 100%;
                height: 288px;
                object-fit: cover;
            }

            .benefits > section > article[b-wjx1y0cw2r] {
                background-image: linear-gradient(#353C4059, #191919);
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                color: var(--bs-white);
                padding: 20px;
                display: flex;
                align-items: end;
            }

    .swiper[b-wjx1y0cw2r] {
        display: none;
    }
}

.benefit-card[b-wjx1y0cw2r] {
    flex: 1 1 auto;
    position: relative;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}

    .benefit-card[tabindex][b-wjx1y0cw2r] {
        cursor: pointer;
    }

    .benefit-card > picture > img[b-wjx1y0cw2r] {
        display: block;
        width: 100%;
        height: 288px;
        object-fit: cover;
    }

    .benefit-card > article[b-wjx1y0cw2r] {
        background-image: linear-gradient(#353C4059, #191919);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        color: var(--bs-white);
        padding: 20px;
        display: flex;
        align-items: end;
    }
/* /Components/Carousel.razor.rz.scp.css */
.carousel-inner[b-r44c4tbqfc] {
    border-radius: var(--bs-border-radius);
    min-height: 277px;
}

.carousel-item[b-r44c4tbqfc] {
    display: block;
}

.carousel-item[b-r44c4tbqfc] {
    transform: translateX(-100%);
}

    .carousel-item.active[b-r44c4tbqfc] {
        transform: translateX(0);
    }

        .carousel-item.active ~ .carousel-item[b-r44c4tbqfc] {
            transform: translateX(100%);
        }

    .carousel-item img[b-r44c4tbqfc] {
        display: block;
        width: 100%;
        height: 277px;
        object-fit: cover;
        cursor: pointer;
    }

.carousel-count[b-r44c4tbqfc] {
    color: var(--bs-white);
    font-size: .875rem;
    line-height: 1.285;
    font-weight: 500;
    padding: 5px 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.carousel-control-prev[b-r44c4tbqfc],
.carousel-control-next[b-r44c4tbqfc] {
    opacity: 1;
}

.carousel-control-prev-icon[b-r44c4tbqfc],
.carousel-control-next-icon[b-r44c4tbqfc] {
    --bs-btn-color: var(--bs-white);
    --bs-btn-hover-color: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bs-white);
    background-image: none;
    background-color: #fff2;
    backdrop-filter: blur(3px);
    box-shadow: 0 0 10px #0003;
    width: 44px;
    height: 44px;
    border-radius: var(--bs-border-radius);
}

    .carousel-control-prev-icon svg[b-r44c4tbqfc],
    .carousel-control-next-icon svg[b-r44c4tbqfc] {
        fill: currentColor;
    }

    .carousel-control-prev-icon svg[b-r44c4tbqfc] {
        margin-right: 4px;
    }

    .carousel-control-next-icon svg[b-r44c4tbqfc] {
        margin-left: 4px;
    }

.carousel-control-prev:hover .carousel-control-prev-icon[b-r44c4tbqfc],
.carousel-control-next:hover .carousel-control-next-icon[b-r44c4tbqfc] {
    background-color: #fff4;
}

.carousel-indicators[b-r44c4tbqfc] {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    gap: 2px;
    padding: 5px 10px;
    background-color: #fff2;
    backdrop-filter: blur(3px);
    border-radius: var(--bs-border-radius);
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

    .carousel-indicators button[b-r44c4tbqfc] {
        width: 40px;
        height: 4px;
        border-radius: 2px;
        background-color: rgba(var(--bs-dark-rgb), .4);
        border: none;
    }

        .carousel-indicators button:hover[b-r44c4tbqfc] {
            background-color: var(--bs-primary);
        }

        .carousel-indicators button.active[b-r44c4tbqfc] {
            background-color: var(--bs-white);
        }

@media (min-width: 768px) {
    .carousel-inner[b-r44c4tbqfc] {
        min-height: 442px;
    }

    .carousel-item img[b-r44c4tbqfc] {
        height: 442px;
    }
}

@media (min-width: 1200px) {
    .carousel-inner[b-r44c4tbqfc] {
        height: 100%;
        min-height: 395px;
    }

    .carousel-item[b-r44c4tbqfc] {
        height: 100%;
    }

        .carousel-item img[b-r44c4tbqfc] {
            height: 395px;
            height: 100%;
        }
}
/* /Components/ContactModal.razor.rz.scp.css */
.btn-close[b-24yd5hdwhu] {
    --bs-btn-close-color: #FFF;
    --bs-btn-close-opacity: 1;
    width: 18px;
    height: 18px;
}

.modal[b-24yd5hdwhu] {
    --bs-modal-padding: 20px;
    --bs-modal-title-line-height: 1.08;
    --bs-modal-header-padding: 20px 20px 0 20px;
    --bs-modal-header-border-width: 0;
}

.modal-dialog[b-24yd5hdwhu] {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-header[b-24yd5hdwhu] {
    position: relative;
}

    .modal-header .btn-close[b-24yd5hdwhu] {
        --bs-btn-close-bg: none;
        position: absolute;
        top: -32px;
        right: 8px;
    }

.modal-title[b-24yd5hdwhu] {
    font-size: calc(1.125rem + .5vw);
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 0;
}

.modal-body[b-24yd5hdwhu] {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

@media (min-width: 1600px) {
    .modal[b-24yd5hdwhu] {
        --bs-modal-margin: 3rem;
    }

    .modal-title[b-24yd5hdwhu] {
        font-size: 3rem;
    }
}

.employee[b-24yd5hdwhu] {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.employee-image img[b-24yd5hdwhu] {
    display: block;
    width: 64px;
    height: 64px;
    vertical-align: middle;
    border-radius: 8px;
    background-color: #EFEFEF;
    object-fit: cover;
}

.employee-info[b-24yd5hdwhu] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.employee-name[b-24yd5hdwhu] {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #191F26;
}

.employee-phone[b-24yd5hdwhu] {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #191F26;
    text-decoration: none;
}

.contacts[b-24yd5hdwhu] {
    display: grid;
    gap: 5px;
}

    .contacts .btn[b-24yd5hdwhu] {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        padding: 14px 30px;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
    }
/* /Components/ImageModal.razor.rz.scp.css */
.btn-close[b-iu26wlkf45] {
    --bs-btn-close-color: #FFF;
    --bs-btn-close-opacity: 1;
    width: 18px;
    height: 18px;
}

.modal[b-iu26wlkf45] {
    --bs-modal-padding: 0;
    --bs-modal-title-line-height: 1.1;
    --bs-modal-header-padding: 20px 20px 0 20px;
    --bs-modal-header-border-width: 0;
}

.modal-dialog[b-iu26wlkf45] {
    margin-top: 40px;
}

.modal-header[b-iu26wlkf45] {
    position: relative;
}

    .modal-header .btn-close[b-iu26wlkf45] {
        --bs-btn-close-bg: none;
        position: absolute;
        top: -32px;
        right: 8px;
    }

.modal-title[b-iu26wlkf45] {
    font-size: calc(1.125rem + .5vw);
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 0;
}

.modal-body img[b-iu26wlkf45] {
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-height: calc(100vh - 166px);
}

.swiper-button-prev[b-iu26wlkf45],
.swiper-button-next[b-iu26wlkf45] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 44px;
    height: 44px;
    border: none;
    background-color: #FFF4;
    border-radius: 8px;
    display: flex;
    backdrop-filter: blur(3px);
    box-shadow: 0 0 10px #0003;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev[b-iu26wlkf45] {
    left: 15px;
}

.swiper-button-next[b-iu26wlkf45] {
    right: 15px;
}

    .swiper-button-prev svg[b-iu26wlkf45],
    .swiper-button-next svg[b-iu26wlkf45] {
        fill: currentColor;
    }

    @media (min-width: 1200px) {
        .modal[b-iu26wlkf45] {
        --bs-modal-header-padding: 30px 30px 0 30px;
    }
}

@media (min-width: 1600px) {
    .modal[b-iu26wlkf45] {
        --bs-modal-margin: 40px;
    }

    .modal-title[b-iu26wlkf45] {
        font-size: 3rem;
    }

    .modal-xl[b-iu26wlkf45] {
        --bs-modal-width: 1240px;
    }

    .modal-dialog[b-iu26wlkf45] {
        max-width: calc(100% - 30px);
    }
}
/* /Components/Location.razor.rz.scp.css */
.location[b-ju6sz25tiz] {
    padding-top: 14px;
    border-bottom: 1px solid var(--bs-light-border);
}

    .location > header[b-ju6sz25tiz] {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .location > article[b-ju6sz25tiz] {
        display: block;
        padding-top: 16px;
        padding-bottom: 20px;
    }

@media (max-width: 1199px) {
    .location > header > button[b-ju6sz25tiz] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none;
        padding: 3px;
        display: inline-flex;
        justify-content: end;
        align-items: center;
        background: none;
        color: var(--bs-body-color);
    }

        .location > header > button svg[b-ju6sz25tiz] {
            fill: var(--bs-body-color);
            transition: all ease-in-out .15s;
        }

    .location[aria-hidden=false] > header > button svg[b-ju6sz25tiz] {
        transform: rotate(180deg);
    }

    .location[aria-hidden=true] > article[b-ju6sz25tiz] {
        display: none;
    }

    .map[b-ju6sz25tiz] {
        width: 100%;
        height: 404px;
        border-radius: 8px;
        overflow: hidden;
        background-color: #EFEFEF;
    }

    .location-map[b-ju6sz25tiz] {
        background-color: #EFEFEF;
        border-radius: 8px;
        overflow: hidden;
    }

        .location-map iframe[b-ju6sz25tiz] {
            width: 100% !important;
        }

}

@media (min-width: 1200px) {
    .location[b-ju6sz25tiz] {
        display: none;
    }
}

.location > article img[b-ju6sz25tiz] {
    width: 100%;
    height: 404px;
    border-radius: 8px;
    object-fit: cover;
}
/* /Components/LocationModal.razor.rz.scp.css */
.btn-close[b-o0aly7ibp1] {
    --bs-btn-close-color: #FFF;
    --bs-btn-close-opacity: 1;
    width: 18px;
    height: 18px;
}

.modal[b-o0aly7ibp1] {
    --bs-modal-padding: 30px;
    --bs-modal-title-line-height: 1.08;
    --bs-modal-header-padding: 30px;
    --bs-modal-header-border-width: 0;
}

.modal-dialog[b-o0aly7ibp1] {
    margin-top: 40px;
}

.modal-header[b-o0aly7ibp1] {
    position: relative;
}

    .modal-header .btn-close[b-o0aly7ibp1] {
        --bs-btn-close-bg: none;
        position: absolute;
        top: -32px;
        right: 8px;
    }

.modal-title[b-o0aly7ibp1] {
    font-size: calc(1.125rem + .5vw);
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 0;
}

.modal-body[b-o0aly7ibp1] {
    padding-top: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.map[b-o0aly7ibp1] {
    width: 100%;
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
}

.location-map[b-o0aly7ibp1] {
    background-color: #EFEFEF;
    border-radius: 8px;
    overflow: hidden;
}

    .location-map iframe[b-o0aly7ibp1] {
        width: 100% !important;
    }

@media (min-width: 1600px) {
    .modal[b-o0aly7ibp1] {
        --bs-modal-margin: 3rem;
    }

    .modal-title[b-o0aly7ibp1] {
        font-size: 3rem;
    }

    .modal-xl[b-o0aly7ibp1] {
        --bs-modal-width: 1240px;
    }
}
/* /Components/Office.razor.rz.scp.css */
.office[b-1doj6pozqn] {
    padding-top: 14px;
    border-bottom: 1px solid var(--bs-light-border);
}

    .office > header[b-1doj6pozqn] {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .office > article[b-1doj6pozqn] {
        display: grid;
        gap: 30px;
        position: relative;
        padding-top: 16px;
        padding-bottom: 20px;
    }

@media (max-width: 1199px) {
    .office > header > button[b-1doj6pozqn] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none;
        padding: 3px;
        display: inline-flex;
        justify-content: end;
        align-items: center;
        background: none;
        color: var(--bs-body-color);
    }

        .office > header > button svg[b-1doj6pozqn] {
            fill: var(--bs-body-color);
            transition: all ease-in-out .15s;
        }

    .office[aria-hidden=false] > header > button svg[b-1doj6pozqn] {
        transform: rotate(180deg);
    }

    .office[aria-hidden=true] > article[b-1doj6pozqn] {
        display: none;
    }
}

@media (min-width: 1200px) {
    .office[b-1doj6pozqn] {
        padding-top: 120px;
        padding-bottom: 120px;
    }
        .office > header[b-1doj6pozqn] {
            margin-bottom: 40px;
        }
        .office > article[b-1doj6pozqn] {
            gap: 20px;
            padding-top: 0;
            padding-bottom: 0;
        }

    .office > header > button[b-1doj6pozqn] {
        display: none;
    }
}

.office-card > picture[b-1doj6pozqn] {
    position: relative;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    background-color: #efefef;
}

    .office-card > picture img[b-1doj6pozqn] {
        display: block;
        width: 100%;
        height: 219px;
        object-fit: cover;
    }

.office-card > article[b-1doj6pozqn] {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 30px;
}

.office-card .map[b-1doj6pozqn] {
    border-radius: var(--bs-border-radius);
    width: 100%;
    height: 404px;
    background-color: #EFEFEF;
    order: 1;
    overflow: hidden;
}

.office-card > article > header[b-1doj6pozqn] {
    display: grid;
    gap: 30px;
}

    .office-card > article > header > div:first-child[b-1doj6pozqn] {
        display: flex;
        gap: 15px;
    }

        .office-card > article > header > div:first-child > div:first-child[b-1doj6pozqn] {
            background-color: #EFEFEF;
            padding: 0 20px;
            border-radius: var(--bs-border-radius);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 90px;
        }

            .office-card > article > header > div:first-child > div:first-child svg[b-1doj6pozqn] {
                fill: var(--bs-primary);
            }

        .office-card > article > header > div:first-child > div:last-child[b-1doj6pozqn] {
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .office-card > article > header .heading[b-1doj6pozqn] {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
    }

    .office-card > article > header .hours[b-1doj6pozqn] {
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #74797E;
    }

    .office-card > article > header .phone[b-1doj6pozqn] {
        font-size: 20px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -.03em;
        text-decoration: none;
        color: currentColor;
    }

@media (min-width: 992px) {
    .office-card[b-1doj6pozqn] {
        grid-template-columns: 1fr 1fr;
    }

        .office-card > picture[b-1doj6pozqn] {
            order: 1;
        }

            .office-card > picture img[b-1doj6pozqn] {
                height: 526px;
            }

        .office-card > article[b-1doj6pozqn] {
            position: relative;
            border-radius: var(--bs-border-radius);
            overflow: hidden;
        }

        .office-card .map[b-1doj6pozqn] {
            width: 100%;
            height: 526px;
            background-color: #EFEFEF;
            order: 0;
        }

        .office-card > article > header[b-1doj6pozqn] {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background-color: var(--bs-gray);
            color: var(--bs-dark);
            padding: 20px;
            border-radius: var(--bs-border-radius);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }

            .office-card > article > header > div:first-child[b-1doj6pozqn] {
                display: flex;
                gap: 15px;
            }

                .office-card > article > header > div:first-child > div:first-child[b-1doj6pozqn] {
                    background-color: var(--bs-white);
                    padding: 0 20px;
                    border-radius: var(--bs-border-radius);
                    display: flex;
                    align-items: center;
                }

                    .office-card > article > header > div:first-child > div:first-child svg[b-1doj6pozqn] {
                        fill: var(--bs-primary);
                    }

                .office-card > article > header > div:first-child > div:last-child[b-1doj6pozqn] {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    padding-top: 5px;
                    padding-bottom: 5px;
                }

            .office-card > article > header .heading[b-1doj6pozqn] {
                margin-bottom: 0;
                font-size: 1rem;
                font-weight: 700;
                letter-spacing: -.5px;
                line-height: 1.125;
            }

            .office-card > article > header .hours[b-1doj6pozqn] {
                margin-bottom: 0;
                font-size: .875rem;
                font-weight: 500;
                line-height: 18px;
                color: #74797E;
            }

            .office-card > article > header .phone[b-1doj6pozqn] {
                font-size: 28px;
                line-height: 31px;
                font-weight: 700;
                letter-spacing: -.5px;
                text-decoration: none;
                color: currentColor;
            }

    .btn-primary[b-1doj6pozqn] {
        --bs-btn-color: #FFF;
        --bs-btn-bg: #2A415C;
        --bs-btn-border-color: #2A415C;
        --bs-btn-hover-bg: #191F26;
        --bs-btn-hover-border-color: #191F26;
        --bs-btn-hover-color: #FFF;
        --bs-btn-active-bg: #191F26;
        --bs-btn-active-border-color: #191F26;
        --bs-btn-active-color: #FFF;
        --bs-btn-disabled-bg: #2A415C;
        --bs-btn-disabled-border-color: #2A415C;
        --bs-btn-disabled-color: #fff;
    }
}

.office-card .map .office-marker[b-1doj6pozqn] {
    width: 44px;
    height: 44px;
    background-color: red;
    color: #fff;
}

.btn-primary[b-1doj6pozqn] {
    white-space: nowrap;
    flex: 0 0 auto;
}
/* /Components/Realties.razor.rz.scp.css */
.realties[b-sa7kdjfk5p] {
    padding-top: 14px;
    border-bottom: 1px solid var(--bs-light-border);
}

    .realties > header[b-sa7kdjfk5p] {
        position: relative;
        display: flex;
        justify-content: space-between;
        margin-bottom: 14px;
    }

    .realties > article[b-sa7kdjfk5p] {
        display: block;
        padding-top: 16px;
        padding-bottom: 20px;
    }

@media (max-width: 1199px) {
    .realties > header > button[b-sa7kdjfk5p] {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: none;
        padding: 3px;
        display: inline-flex;
        justify-content: end;
        align-items: center;
        background: none;
        color: var(--bs-body-color);
    }

        .realties > header > button svg[b-sa7kdjfk5p] {
            fill: var(--bs-body-color);
            transition: all ease-in-out .15s;
        }

    .realties[aria-hidden=false] > header > button svg[b-sa7kdjfk5p] {
        transform: rotate(180deg);
    }

    .realties[aria-hidden=true] > article[b-sa7kdjfk5p] {
        display: none;
    }
}

@media (min-width: 1200px) {
    .realties[b-sa7kdjfk5p] {
        padding-top: 120px;
        border-bottom: none;
    }

        .realties > header[b-sa7kdjfk5p] {
            margin-bottom: 40px;
        }

        .realties > article[b-sa7kdjfk5p] {
            padding-top: 0;
            padding-bottom: 0;
        }

        .realties > header > button[b-sa7kdjfk5p] {
            display: none;
        }
}

.list[b-sa7kdjfk5p] {
    position: relative;
}

.list-wrapper[b-sa7kdjfk5p] {
    display: grid;
    gap: 30px;
}

.gallery[b-sa7kdjfk5p] {
    display: none;
}

@media (min-width: 786px) {
    .list-wrapper[b-sa7kdjfk5p] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .list[b-sa7kdjfk5p] {
        display: none;
    }

    /*#region gallery*/
    .gallery[b-sa7kdjfk5p] {
        display: block;
        position: relative;
    }

    .gallery-wrapper[b-sa7kdjfk5p] {
        position: relative;
        overflow: hidden;
        border: 1px solid var(--bs-light-border);
        border-radius: 8px;
        padding-right: 30px;
        padding-left: 30px;
    }

        .gallery-wrapper[b-sa7kdjfk5p]::before,
        .gallery-wrapper[b-sa7kdjfk5p]::after {
            display: block;
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 60px;
            z-index: 1;
        }

        .gallery-wrapper[b-sa7kdjfk5p]::before {
            left: 0;
            background-image: linear-gradient(to right, var(--bs-body-bg), var(--bs-body-bg), transparent);
        }

        .gallery-wrapper[b-sa7kdjfk5p]::after {
            right: 0;
            background-image: linear-gradient(to left, var(--bs-body-bg), var(--bs-body-bg), transparent);
        }

    .gallery-container[b-sa7kdjfk5p] {
        display: flex;
        transition: all ease-in-out .4s;
    }

    .gallery-slide[b-sa7kdjfk5p] {
        flex: 0 0 33.33%;
        border-right: 1px solid var(--bs-light-border);
        width: 33.33%;
    }

    .gallery-prev[b-sa7kdjfk5p],
    .gallery-next[b-sa7kdjfk5p] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        width: 54px;
        height: 54px;
        background-color: #CDD2D7;
        border-radius: 8px;
        border: none;
        transition: all ease-in-out .15s;
    }

    .gallery-prev[b-sa7kdjfk5p] {
        left: 4px;
    }

    .gallery-next[b-sa7kdjfk5p] {
        right: 4px;
    }

        .gallery-prev:hover[b-sa7kdjfk5p],
        .gallery-next:hover[b-sa7kdjfk5p] {
            background-color: #2A415C;
        }

    .gallery-drop-target[b-sa7kdjfk5p] {
        padding: 10px;
        background-color: aliceblue;
    }

    .gallery-drop-target:hover[b-sa7kdjfk5p] {
        background-color: antiquewhite;
    }
    /*#endregion*/
}

.pt-5px[b-sa7kdjfk5p] {
    padding-top: 5px !important;
}

.gap-10px[b-sa7kdjfk5p] {
    gap: 10px !important;
}

.gap-15px[b-sa7kdjfk5p] {
    gap: 15px !important;
}

.gap-20px[b-sa7kdjfk5p] {
    gap: 20px !important;
}

.gap-30px[b-sa7kdjfk5p] {
    gap: 30px !important;
}

.gap-40px[b-sa7kdjfk5p] {
    gap: 40px !important;
}

.gap-80px[b-sa7kdjfk5p] {
    gap: 80px !important;
}
/* /Components/RealtyCard.razor.rz.scp.css */
dl[b-nrvtpok5p9] {
    font-size: .875rem;
    line-height: 1.5;
    margin-bottom: -10px;
    opacity: 1;
    transition: all ease-in-out .2s;
}

dt[b-nrvtpok5p9] {
    float: left;
    clear: left;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--bs-secondary-color);
}

dd[b-nrvtpok5p9] {
    clear: right;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: right;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    dd[b-nrvtpok5p9]::before {
        display: inline-block;
        content: "";
        flex: 1;
        height: 2px;
        border-bottom: 1px solid rgba(var(--bs-secondary-color-rgb), .2);
        margin-right: 10px;
        margin-left: 10px;
    }

.realty-card[b-nrvtpok5p9] {
    display: grid;
    gap: 15px;
    grid-template-rows: auto 1fr;
    height: 100%;
}

.realty-card-images[b-nrvtpok5p9] {
    position: relative;
    background-color: #FFF;
    color: var(--bs-dark);
    border-radius: var(--bs-border-radius);
    padding: 4px;
}

.realty-card-carousel[b-nrvtpok5p9] {
    position: relative;
}

    .realty-card-images img[b-nrvtpok5p9],
    .realty-card-carousel img[b-nrvtpok5p9] {
        width: 100%;
        height: 318px;
        object-fit: cover;
    }

.realty-card-header[b-nrvtpok5p9] {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.realty-card-drag[b-nrvtpok5p9] {
    visibility: hidden;
}

.realty-card-title[b-nrvtpok5p9] {
    border: 1px solid var(--bs-primary);
    padding: 2px 10px;
    border-radius: var(--bs-border-radius);
    color: var(--bs-border-radius);
    font-size: .875rem;
    line-height: 18px;
    font-weight: 500;
}

.realty-card-body[b-nrvtpok5p9] {
    position: relative;
    background-color: var(--rc-body-bg);
    padding: 20px;
    border-radius: 12px;
}

.realty-card-subheading[b-nrvtpok5p9] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    color: var(--rc-subheading-text);
}

.btn-like[b-nrvtpok5p9] {
    padding: 0;
    position: absolute;
    top: 16px;
    right: 16px;
}

.realty-card[aria-checked] .btn-like svg[b-nrvtpok5p9] {
    display: none;
}

.realty-card[aria-checked=false] .btn-like svg:first-child[b-nrvtpok5p9] {
    fill: #74797E;
    display: inline;
}

.realty-card[aria-checked=true] .btn-like svg:last-child[b-nrvtpok5p9] {
    fill: red;
    display: inline;
}

@media (min-width: 1200px) {
    .realty-card[b-nrvtpok5p9] {
        padding: 30px;
    }

    .realty-card-header[b-nrvtpok5p9] {
        cursor: move;
    }

    .realty-card-drag[b-nrvtpok5p9] {
        visibility: visible;
    }

        .realty-card-drag svg[b-nrvtpok5p9] {
            fill: var(--bs-secondary-color);
        }

    .realty-card-body[b-nrvtpok5p9] {
        padding: 30px;
        grid-template-rows: auto 1fr;
    }

    .btn-like[b-nrvtpok5p9] {
        top: 26px;
        right: 26px;
    }
}

.ls-3[b-nrvtpok5p9] {
    letter-spacing: -.03em;
}

.d-dotted > span:not(:last-child)[b-nrvtpok5p9]::after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    margin-left: 15px;
    vertical-align: middle;
}

.pt-5px[b-nrvtpok5p9] {
    padding-top: 5px !important;
}

.gap-10px[b-nrvtpok5p9] {
    gap: 10px !important;
}

.gap-15px[b-nrvtpok5p9] {
    gap: 15px !important;
}

.gap-20px[b-nrvtpok5p9] {
    gap: 20px !important;
}

.gap-30px[b-nrvtpok5p9] {
    gap: 30px !important;
}

.gap-40px[b-nrvtpok5p9] {
    gap: 40px !important;
}

.gap-80px[b-nrvtpok5p9] {
    gap: 80px !important;
}

.gap-column-15px[b-nrvtpok5p9] {
    column-gap: 15px;
}

@media (max-width: 991px) {
    .btn-more[b-nrvtpok5p9] {
        display: inline-block;
    }

    .realty-card-body[aria-hidden=true] dl[b-nrvtpok5p9] {
        display: none;
        opacity: 0;
    }

    .realty-card-body[aria-hidden=false] dl[b-nrvtpok5p9] {
        display: block;
        opacity: 1;
    }

    .realty-card-body[aria-hidden=true] .btn-more span:last-child[b-nrvtpok5p9] {
        display: none;
    }

    .realty-card-body[aria-hidden=false] .btn-more span:first-child[b-nrvtpok5p9] {
        display: none;
    }
}

@media (min-width: 992px) {
    .btn-more[b-nrvtpok5p9] {
        display: none;
    }

    .realty-card-body[aria-hidden=true] dl[b-nrvtpok5p9] {
        display: block;
    }
}

.discount[b-nrvtpok5p9] {
    display: flex;
    justify-content: space-between;
}

    .discount > .price[b-nrvtpok5p9] {
        display: inline-block;
        position: relative;
        color: var(--bs-secondary-color);
        text-decoration: line-through;
    }

    .discount > .value[b-nrvtpok5p9] {
        display: inline-block;
        background-color: var(--pink);
        color: #fff;
        border-radius: 3px;
        font-size: .875rem;
        align-self: baseline;
        padding-right: .875rem;
        padding-left: .875rem;
    }
/* /Components/RealtyImageModal.razor.rz.scp.css */
.btn-close[b-xqrr0e8p61] {
    --bs-btn-close-color: #FFF;
    --bs-btn-close-opacity: 1;
    width: 18px;
    height: 18px;
}

.modal[b-xqrr0e8p61] {
    --bs-modal-padding: 0;
    --bs-modal-title-line-height: 1.1;
    --bs-modal-header-padding: 20px 20px 0 20px;
    --bs-modal-header-border-width: 0;
}

.modal-dialog[b-xqrr0e8p61] {
    margin-top: 40px;
}

.modal-header[b-xqrr0e8p61] {
    position: relative;
}

    .modal-header .btn-close[b-xqrr0e8p61] {
        --bs-btn-close-bg: none;
        position: absolute;
        top: -32px;
        right: 8px;
    }

.modal-title[b-xqrr0e8p61] {
    font-size: calc(1.125rem + .5vw);
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 0;
}

.modal-body img[b-xqrr0e8p61] {
    max-width: 100%;
    padding-bottom: 8px;
}

@media (min-width: 1200px) {
    .modal[b-xqrr0e8p61] {
        --bs-modal-header-padding: 30px 30px 0 30px;
    }
}

@media (min-width: 1600px) {
    .modal[b-xqrr0e8p61] {
        --bs-modal-margin: 40px;
    }

    .modal-title[b-xqrr0e8p61] {
        font-size: 3rem;
    }

    .modal-xl[b-xqrr0e8p61] {
        --bs-modal-width: 1240px;
    }

    .modal-dialog[b-xqrr0e8p61] {
        max-width: calc(100% - 30px);
    }
}
/* /Components/Slider.razor.rz.scp.css */
.carousel-item[b-g6srfbnilm] {
    display: block;
    opacity: 0;
    transition: all ease-in-out .6s;
}

.carousel-item.active[b-g6srfbnilm] {
    opacity: 1;
}

.carousel-item img[b-g6srfbnilm] {
    display: block;
    width: calc(100% - 120px);
    height: 290px;
    object-fit: contain;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

.carousel-indicators[b-g6srfbnilm] {
    gap: 5px;
    background-color: #fff2;
    backdrop-filter: blur(3px);
    border-radius: var(--bs-border-radius);
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

    .carousel-indicators button[b-g6srfbnilm] {
        flex: 1;
        height: 3px;
        border-radius: 2px;
        background-color: #EFEFEF;
        border: none;
    }

        .carousel-indicators button:hover[b-g6srfbnilm] {
            background-color: var(--bs-primary);
        }

        .carousel-indicators button.active[b-g6srfbnilm] {
            background-color: #2A415C;
        }

.carousel-control-prev[b-g6srfbnilm],
.carousel-control-next[b-g6srfbnilm] {
    opacity: 1;
}

.carousel-control-prev-icon[b-g6srfbnilm],
.carousel-control-next-icon[b-g6srfbnilm] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    background-image: none;
}

    .carousel-control-prev-icon svg[b-g6srfbnilm],
    .carousel-control-next-icon svg[b-g6srfbnilm] {
        position: absolute;
        top: 50%;
        transition: all ease-in-out .5s;
    }

        .carousel-control-prev-icon svg:first-child[b-g6srfbnilm],
        .carousel-control-next-icon svg:first-child[b-g6srfbnilm] {
            transform: translateY(-34px);
            opacity: 0;
        }

        .carousel-control-prev-icon svg:last-child[b-g6srfbnilm],
        .carousel-control-next-icon svg:last-child[b-g6srfbnilm] {
            transform: translateY(-50%);
            opacity: 1;
        }

.carousel-control-prev:hover svg:first-child[b-g6srfbnilm],
.carousel-control-next:hover svg:first-child[b-g6srfbnilm] {
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev:hover svg:last-child[b-g6srfbnilm],
.carousel-control-next:hover svg:last-child[b-g6srfbnilm] {
    transform: translateY(34px);
    opacity: 0;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-k7bhds1nwz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k7bhds1nwz] {
    flex: 1;
}

.sidebar[b-k7bhds1nwz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k7bhds1nwz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid var(--bs-border-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k7bhds1nwz]  a, .top-row[b-k7bhds1nwz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k7bhds1nwz]  a:hover, .top-row[b-k7bhds1nwz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k7bhds1nwz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-k7bhds1nwz] {
        justify-content: space-between;
    }

    .top-row[b-k7bhds1nwz]  a, .top-row[b-k7bhds1nwz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k7bhds1nwz] {
        flex-direction: row;
    }

    .sidebar[b-k7bhds1nwz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k7bhds1nwz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-k7bhds1nwz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k7bhds1nwz], article[b-k7bhds1nwz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (prefers-color-scheme: dark) {
    .top-row[b-k7bhds1nwz] {
        background-color: #212121;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k0l5zd8yrz] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-k0l5zd8yrz] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k0l5zd8yrz] {
    font-size: 1.1rem;
}

.bi[b-k0l5zd8yrz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-k0l5zd8yrz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-k0l5zd8yrz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-k0l5zd8yrz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-k0l5zd8yrz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k0l5zd8yrz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k0l5zd8yrz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k0l5zd8yrz]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        gap: .75rem;
        align-items: center;
        line-height: 3rem;
        padding-left: .75rem;
    }

.nav-item[b-k0l5zd8yrz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-k0l5zd8yrz]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-k0l5zd8yrz] {
        display: none;
    }

    .collapse[b-k0l5zd8yrz] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-k0l5zd8yrz] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Details.razor.rz.scp.css */
/*#region header*/
.header[b-omxd7ws7fx] {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

    .header .nav[b-omxd7ws7fx] {
        display: none;
    }

    .header .contacts[b-omxd7ws7fx] {
        display: flex;
        justify-content: end;
        gap: 10px;
    }

.logo img[b-omxd7ws7fx] {
    display: block;
    vertical-align: middle;
    height: 36px;
}

.employee[b-omxd7ws7fx] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.employee-image[b-omxd7ws7fx] {
    display: none;
}

.employee-info[b-omxd7ws7fx] {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.employee-name[b-omxd7ws7fx] {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.employee-phone[b-omxd7ws7fx] {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    color: currentColor;
}

.contacts .social[b-omxd7ws7fx] {
    display: none;
}

.btn-social-dropdown[b-omxd7ws7fx] {
    display: inline-block;
    min-width: 36px;
    min-height: 36px;
}

.action[b-omxd7ws7fx] {
    display: none;
    /*    display: flex;
*/ gap: 10px;
    align-items: center;
}

    .action > div:first-child[b-omxd7ws7fx] {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: end;
    }

    .action .btn-lg[b-omxd7ws7fx] {
        min-width: 36px;
        min-height: 36px;
    }

        .action .btn-lg svg[b-omxd7ws7fx] {
            width: 10px;
            height: 12px;
        }

.header .btn[b-omxd7ws7fx] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

    .header .btn svg[b-omxd7ws7fx] {
        position: absolute;
        top: 50%;
    }

        .header .btn svg:first-child[b-omxd7ws7fx] {
            transform: translateY(-40px);
        }

        .header .btn svg:last-child[b-omxd7ws7fx] {
            transform: translateY(-50%);
        }

    .header .btn:hover svg:first-child[b-omxd7ws7fx] {
        transform: translateY(-50%);
    }

    .header .btn:hover svg:last-child[b-omxd7ws7fx] {
        transform: translateY(40px);
    }

@media (min-width: 992px) {
    .header .nav[b-omxd7ws7fx] {
        font-size: 1.125rem;
        font-weight: 700;
        letter-spacing: -.5px;
        display: flex;
        gap: 30px;
    }

        .header .nav a[b-omxd7ws7fx] {
            color: currentColor;
            text-decoration: none;
            cursor: pointer;
        }

    .logo img[b-omxd7ws7fx] {
        height: 60px;
    }

    .employee-image[b-omxd7ws7fx] {
        display: block;
    }

        .employee-image img[b-omxd7ws7fx] {
            display: block;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            background-color: #efefef;
            object-fit: cover;
        }

    .employee-info[b-omxd7ws7fx] {
        gap: 3px;
        align-items: start;
    }

    .employee-name[b-omxd7ws7fx] {
        font-size: .875rem;
        line-height: 1.285;
    }

    .employee-phone[b-omxd7ws7fx] {
        font-size: 1rem;
        line-height: 1.125;
        letter-spacing: -.5px;
    }

    .contacts .social[b-omxd7ws7fx] {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .header .btn.btn-social-dropdown[b-omxd7ws7fx] {
        display: none;
    }

    .header .contacts[b-omxd7ws7fx] {
        flex: 0 1 auto;
        gap: 60px;
    }

    .action .btn-lg[b-omxd7ws7fx] {
        min-width: 40px;
        min-height: 40px;
    }

        .action .btn-lg svg[b-omxd7ws7fx] {
            width: 14px;
            height: 16px;
        }

    .action > div:first-child[b-omxd7ws7fx] {
        font-size: .875rem;
        line-height: 1.285;
    }
}
/*#endregion*/

/*#region hero*/
.hero[b-omxd7ws7fx] {
    position: relative;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    margin-bottom: 10px;
}

    .hero > picture[b-omxd7ws7fx] {
        display: block;
    }

        .hero > picture img[b-omxd7ws7fx] {
            display: block;
            width: 100%;
            height: 272px;
            object-fit: cover;
        }

    .hero > article[b-omxd7ws7fx] {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: var(--bs-white);
        background-image: linear-gradient(#353C40, #0000001A, #353C40CC, #353C40E5);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 16px;
    }

    .hero .h1[b-omxd7ws7fx] {
        max-width: 880px;
        text-wrap: balance;
    }

@media (min-width: 1200px) {
    .hero[b-omxd7ws7fx] {
        margin-bottom: 0;
    }

        .hero > picture img[b-omxd7ws7fx] {
            height: 512px;
        }

        .hero > article[b-omxd7ws7fx] {
            padding: 40px;
        }
}

.hero .hello[b-omxd7ws7fx] {
    font-size: .875rem;
    line-height: 18px;
    text-align: end;
    font-weight: 500;
    color: var(--bs-white);
    border: 1px solid currentColor;
    border-radius: var(--bs-border-radius);
    padding: 3px 6px;
    align-self: start;
}
/*#endregion*/

/*#region footer*/
.footer[b-omxd7ws7fx] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.disclamer[b-omxd7ws7fx] {
    color: var(--bs-secondary-color);
    text-wrap: balance;
}

.review[b-omxd7ws7fx] {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--bs-review-color);
}

    .review a[b-omxd7ws7fx] {
        display: inline-block;
        color: currentColor;
        text-decoration: none;
        border-bottom: 1px dotted currentColor;
    }

        .review a:hover[b-omxd7ws7fx] {
            color: var(--bs-review-link-hover);
        }

.links[b-omxd7ws7fx] {
    display: flex;
    gap: 20px;
}

    .links a[b-omxd7ws7fx] {
        color: var(--bs-links-color);
        text-decoration: none;
    }

        .links a:hover[b-omxd7ws7fx] {
            color: var(--bs-links-hover);
        }

@media (min-width: 1200px) {
    .footer[b-omxd7ws7fx] {
        text-align: center;
        gap: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .review[b-omxd7ws7fx] {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
    }

    .links[b-omxd7ws7fx] {
        gap: 30px;
        justify-content: center;
    }
}
/*#endregion*/

.ls-3[b-omxd7ws7fx] {
    letter-spacing: -.03em;
}

.d-dotted > span:not(:last-child)[b-omxd7ws7fx]::after {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    margin-left: 15px;
    vertical-align: middle;
}

.pt-5px[b-omxd7ws7fx] {
    padding-top: 5px !important;
}

.gap-10px[b-omxd7ws7fx] {
    gap: 10px !important;
}

.gap-15px[b-omxd7ws7fx] {
    gap: 15px !important;
}

.gap-20px[b-omxd7ws7fx] {
    gap: 20px !important;
}

.gap-30px[b-omxd7ws7fx] {
    gap: 30px !important;
}

.gap-40px[b-omxd7ws7fx] {
    gap: 40px !important;
}

.gap-80px[b-omxd7ws7fx] {
    gap: 80px !important;
}

#page-header[b-omxd7ws7fx] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(var(--bs-body-bg-rgb), .8);
    backdrop-filter: blur(20px) saturate(1.25);
}

.header-shadow#page-header[b-omxd7ws7fx] {
    box-shadow: 0 0 10px #000;
}
