@font-face {
    font-display: swap;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/public-sans-v21-latin-regular.woff2') format('woff2'),
        url('../fonts/public-sans-v21-latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/public-sans-v21-latin-500.woff2') format('woff2'),
        url('../fonts/public-sans-v21-latin-500.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/public-sans-v21-latin-600.woff2') format('woff2'),
        url('../fonts/public-sans-v21-latin-600.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/public-sans-v21-latin-700.woff2') format('woff2'),
        url('../fonts/public-sans-v21-latin-700.ttf') format('truetype');
}

:root {
    --color-title: #2e2e2e;
    --color-text: #616161;
    --color-primary: #e66069;
    --color-secondary: #277ec3;
    --bs-body-line-height: 1.7;
}

body {
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--color-text);
}

header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
}

header>.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 950;
}

.header-logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-logo img {
    height: 24px;
    width: auto;
}

.header-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    display: none;
}

header.is-open .header-collapse {
    display: block;
}

.header-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
}

.header-menu>li>a {
    font-size: 14px;
    color: #616161;
    text-decoration: none;
    text-transform: uppercase;
    padding: 7px 0;
    display: block;
}

.header-menu>li>a:hover,
.header-menu>li.active>a {
    text-underline-offset: 3px;
    text-decoration: underline;
}

.header-lang {
    border: 0;
    background-color: transparent;
    color: inherit;
}

.header-toggle {
    position: relative;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: inherit;
}

.header-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: currentColor;
}

.header-toggle span+span {
    margin-top: 4px;
}

@media (min-width: 992px) {
    header>.container {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .header-toggle {
        display: none;
    }

    .header-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .header-menu {
        flex-direction: row;
    }

    .header-menu>li>a {
        padding: 10px 15px;
    }

    .header-lang {
        margin-left: 30px;
    }
}

.bg-dark {
    background: #030303;
    --color-title: #FFF;
    --color-text: #FFF;
    color: var(--color-text);
}

.bg-white {
    background-color: #fafafa;
}

.bg-light {
    background-color: #ededed;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.bg-white+section.bg-white {
    padding-top: 0;
}

section.bg-light+section.bg-light {
    padding-top: 0;
}

.section-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-sm-t {
    padding-top: 60px;
}

@media (min-width:992px) {
    section {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .section-sm {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-sm-t {
        padding-top: 80px;
    }
}

.bi {
    display: inline-block;
    vertical-align: -.125em;
    fill: currentcolor;
    width: 1em;
    height: 1em;
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.h-100 {
    height: 100%;
}

.card {
    position: relative;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #0000001a;
}

.card-body>*:last-child {
    margin-bottom: 0;
}

.card-body {
    padding: 25px;
}

.card-product,
.card-solution {
    text-align: center;
}

.card-icon {
    font-size: 40px;
    color: var(--color-primary);
    margin-bottom: 16px;
    margin-right: 16px;
}

.card-title {
    font-size: 20px;
    color: var(--color-title);
    line-height: 1.5;
}

.card-title a {
    text-decoration: none;
    color: inherit;
}

.catalog-categories {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    white-space: nowrap;
    overflow: auto;

}

.catalog-categories>li>a {
    font-size: 16px;
    padding-bottom: 12px;
    text-decoration: none;
    display: block;
    color: inherit;
}

.catalog-categories>li.active>a {
    border-bottom: 1px solid #000;
    color: #000;
}

.catalog-gallery {
    margin-bottom: 70px;
}

.catalog-gallery-thumb-item {
    border: 1px solid #0000001a;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide-thumb-active .catalog-gallery-thumb-item {
    border-color: var(--color-secondary);
}


.catalog-gallery-thumb {
    width: 100%;
    margin-top: 10px;
}

.catalog-gallery-thumb .swiper-slide {
    width: 100px;
}

.catalog-gallery-images {
    border: 1px solid #0000001a;
    border-radius: 10px;
    overflow: hidden;
}

.catalog-gallery-images img,
.catalog-gallery-thumb img {
    object-fit: cover;
}

.catalog-gallery-images .carousel-button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    z-index: 1;
}

.catalog-gallery-images .carousel-button-next {
    right: 20px;
    left: auto;
}

@media (min-width: 576px) {

    .catalog-gallery {
        position: relative;
        padding-left: 120px;
    }

    .catalog-gallery-thumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100%;
        margin-top: 0;
    }

    .catalog-gallery-thumb .swiper-slide {
        height: auto !important;
    }

}

footer {
    background: var(--color-title);
    color: #999;
    padding: 90px 0;
    margin-top: auto;
    font-size: 14px;
}

footer a {
    color: inherit;
    text-decoration: none;
}

.footer-logo img {
    height: 24px;
    width: auto;
}

.footer-title {
    color: #FFF;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav a {
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
    transition: border-color .3s;
}

.footer-nav a:hover {
    border-bottom-color: #FFF;
}

.footer-nav li+li {
    margin-top: 15px;
}


.text-white {
    --color-title: #FFF;
    --color-text: #FFF;
    color: var(--color-text);
}

.heading-space {
    margin-bottom: 20px;
}

.heading-alt {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}

.heading-alt svg {
    margin-right: 8px;
    color: var(--color-primary);
}

.heading-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-title);
}

.heading-title-lg {
    font-size: 42px;
    line-height: 1.3;
}

.heading-title-sm {
    font-size: 22px;
}

@media (min-width:992px) {
    .heading-title {
        font-size: 38px;
    }

    .heading-title-sm {
        font-size: 28px;
    }

    .heading-title-lg {
        font-size: 48px;
    }
}

.category {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #DDD;
}

.ratio-category {
    --bs-aspect-ratio: 127.5%;
}

.category-body {
    position: absolute;
    inset: 0;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.category-title {
    background-color: #FFF;
    text-align: center;
    border-radius: 10px;
    padding: 5px 15px;
    margin-top: auto;
    margin-bottom: 0;
    z-index: 1;
    color: var(--color-title);
}

.category-title a {
    color: inherit;
    text-decoration: none;
}

.category img {
    transition: all .4s;
}

.category:hover img {
    transform: scale(1.02);
}

.section-feature {
    color: #FFF;
}

.bg-cover {
    background: #000;
    position: relative;
    z-index: 0;
}

.bg-cover-img {
    opacity: .7;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.iconbox {
    padding: 15px;
    border-radius: 10px;
    background-color: #ffffff1f;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    gap: 15px;
    align-items: center;
}

.iconbox-icon {
    width: 58px;
    height: 58px;
    border-radius: 10px;
    background: #FFF;
    color: var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.iconbox-title {
    margin-bottom: 0;
    font-size: 14px;
    max-width: 125px;
}

.slider-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.slider-content {
    position: relative;
    z-index: 1;
    background-color: #ededed;
}

.slider-title {
    margin-bottom: 25px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--color-title);
}

.slider-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--color-text);
}


.slider .carousel-button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 20px;
    z-index: 2;
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    border: 0;
    transition: all .2s;
}

.slider .carousel-button:hover {
    background-color: #FFF;
}

.slider .carousel-button-next {
    right: 20px;
    left: auto;
}

@media (min-width:992px) {
    .slider .carousel-button {
        display: flex;
    }

    .slider-body {
        max-width: 622px;
        margin-bottom: 60px;
        color: #FFF;
    }

    .slider .swiper-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: inherit;
    }

    .slider-image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .slider-content {
        background-color: transparent;
    }

    .slider-title,
    .slider-text {
        color: #FFF;
    }

    .slider-title {
        font-size: 60px;
    }

    .slider-text {
        font-size: 20px;
        width: 100%;
        max-width: 72%;
    }
}

.btn {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-title);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    border-radius: 10px;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-block {
    width: 100%;
    display: block;
}

.btn-primary {
    background-color: var(--color-title);
    color: #FFF;
}

.btn-white {
    background-color: #FFF;
    color: var(--color-title);
}

.btn-white svg {
    color: var(--color-primary);
}

.btn-link {
    padding: 0;
}

.btn-link svg {
    color: var(--color-primary);
}

.faq-block {
    border: 1px solid #0000001a;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-row-gap: 30px;
    height: 100%;
    background: #FFF;

}

.faq-block a {
    color: var(--color-title);
}

.faq-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #0000001a;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 12px;
    font-size: 20px;
    color: var(--color-secondary);

}

.faq-info {
    font-size: 14px;
    line-height: 1.5;
}



.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #DDD;
}

.accordion-body {
    padding: 0 0 20px 0;
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}


.reviews {
    --swiper-wrapper-transition-timing-function: linear;
}

.reviews:after,
.reviews:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 120px;
    z-index: 2;
}

.reviews:before {
    left: 0;
    background-image: linear-gradient(90deg, #ededed, transparent);
}

.reviews:after {
    right: 0;
    background-image: linear-gradient(90deg, transparent, #ededed);
}

.review {
    background-color: #FFF;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 10px;
    height: 300px;
}

.review-rating {
    font-size: 20px;
    color: var(--color-primary);
}

.review-text {
    font-size: 18px;
    line-height: 1.5;
}

.review-profile {
    display: flex;
    font-size: 14px;
}

.review-profile svg,
.review-profile img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

.review-profile-body {
    margin-left: 8px;
}

.review-profile-title {
    color: var(--color-title);
}

.intro {
    padding-top: 30px;
    border-top: 1px solid #0000001a;
    margin-bottom: 95px;
}

.intro-title {
    color: var(--color-title);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
}

.feature-title {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.feature-data {
    padding: 25px 0;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    display: flex;
    align-items: center;
}

.feature-value {
    color: var(--color-title);
    font-size: 48px;
    line-height: 1;
}

.feature-text {
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.form-label {
    margin-bottom: .5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1;
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input:active {
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-required {
    color: var(--bs-form-invalid-border-color);
}

.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.form-check-input.is-invalid~.form-check-label {
    color: var(--bs-form-invalid-color);
}

.sticky {
    position: sticky;
    top: 30px;
}

.catalog-section+.catalog-section {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ededed;
}

.catalog-section-header {
    margin-bottom: 32px;
}

.catalog-section-title {
    margin-bottom: 0;
    color: var(--color-title);
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
}

.catalog-specs-title {
    color: var(--color-title);
    font-weight: 600;
    font-size: 16px;
}

.catalog-specs-list {
    margin-bottom: 30px;
}

.catalog-specs-list>* {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.catalog-specs-list-border {
    flex-grow: 1;
    border-bottom: 1px dashed #e0e5eb;
    margin: 8px 8px 0 8px;
    padding: 0 4px;
}

.catalog-specs-list-value {
    color: var(--color-title);
    text-align: right;
    font-weight: 500;
}

.catalog-specs-choose {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.catalog-specs-choose li {
    border: 1px solid #DDD;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: var(--color-title);
}


.catalog-icon {
    border: 1px solid rgb(222, 226, 230);
    padding: 10px 22px;
    display: flex;
    align-items: center;
    background-color: #FFF;
}

.catalog-icon+.catalog-icon {
    border-top: 0;
}

.catalog-icon:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.catalog-icon:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.catalog-icon-icon {
    color: var(--color-primary);
    flex-shrink: 0;
    font-size: 24px;
}

.catalog-icon-body {
    flex-grow: 1;
    margin-left: 20px;
}

.catalog-icon-title {
    margin-bottom: 0;
    color: var(--color-title);
}


.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
    margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-left: auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}


.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}


.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
}

.img-contain {
    object-fit: contain;
}

.img-cover {
    object-fit: cover;
}

.img-rounded {
    border-radius: 10px;
    overflow: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fullwidth {
    width: 100%;
    height: auto;
}

.blocks h1,
.blocks h2,
.blocks h3,
.blocks h4,
.blocks h5,
.blocks h6 {
    margin-bottom: 20px;
    color: var(--color-title);
    line-height: 1.2;
}

.blocks *+h1,
.blocks *+h2,
.blocks *+h3,
.blocks *+h4,
.blocks *+h5,
.blocks *+h6 {
    margin-top: 40px;
}


.carousel-button-group {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    justify-content: center;
}

.carousel-button {
    background-color: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000001a;
    color: var(--color-secondary);
}

.map iframe {
    width: 100%;
    height: 400px;
    border: 0;
    margin-top: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.alert{
	position: relative;
	padding: 16px;	
	margin-bottom: 16px;
	border: 1px solid transparent;
	border-radius: 6px;
}

.alert-success{
	background-color: rgb(209, 231, 221);
	border-color: rgb(163, 207, 187);
	color: rgb(10, 54, 34);
}

.alert-danger{
	background-color: rgb(248, 215, 218);
	border-color: rgb(241, 174, 181);
	color: rgb(88, 21, 28);
}