<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #0e0e0e;
}

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

.header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    z-index: 999;
}

header .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.footer-logo,
.header-logo {
    text-decoration: none;
    color: #212529;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.header-logo {
    margin-right: 50px;
}

.footer-logo {
    color: #FFF;
}

.footer-logo img,
.header-logo img {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.header-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    margin-left: auto;
}

.header-menu&gt;li&gt;a,
.header-menu&gt;li&gt;button {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    border: 0;
    width: 100%;
    text-align: left;
    background: transparent;
}

.header-menu li button i {
    margin-left: 8px;
}

.header-menu li:hover .header-submenu {
    display: block;
}

.header-submenu {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 4px 0;
    background: #FFF;
    display: none;
}

.header-submenu li a {
    padding: 8px 16px;
    display: block;
    font-size: 14px;
    color: inherit;
    white-space: nowrap;
}

.header-submenu li a:hover {
    background-color: #f3f4f6;
}

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

.header-collapse:not(.open) {
    display: none;
}

.header-toggler {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 25px;
    line-height: 1;
}

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

    .header-toggler {
        display: none;
    }

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

    .header-menu {
        margin-top: 0;
        margin-right: 32px;
    }

    .header-menu&gt;li {
        float: left;
        position: relative;
    }

    .header-menu&gt;li+li {
        margin-left: 32px;
    }

    .header-submenu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 6px;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    }
}

@media (max-width: 991.98px) {
    .header {
        background-color: #FFF;
    }

    .header .btn {
        margin-left: 0 !important;
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    .header-menu li button i {
        float: right;
    }

    .header-submenu li a {
        border-radius: 5px;
    }
}

.btn {
    display: inline-block;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    border-radius: 8px;
    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 .icon-right {
    margin-left: 8px;
}

.btn .icon-left {
    margin-right: 8px;
}

.btn+.btn {
    margin-left: 12px;
}

.btn-primary {
    background: #0e0e0e;
    color: #FFF;
}

.btn-default {

    color: #0e0e0e;
    box-shadow: rgba(15, 23, 42, 0.1) 0px 0px 0px 1px;
}

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

section {
    padding: 80px 0;
}

section .container+.container {
    margin-top: 80px;
}

section.bg-white+section.bg-white {
    margin-top: -80px
}

@media (min-width: 992px) {
    section {
        padding: 120px 0;
    }

    section .container+.container {
        margin-top: 100px;
    }

    section.bg-white+section.bg-white {
        margin-top: -120px
    }
}

.heading .alt {
    font-weight: 600;
    color: #0e0e0e;
    font-size: 16px;
    margin-bottom: 16px;
}

.heading .title {
    color: #0e0e0e;
    font-size: 36px;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.9px;
    line-height: 1.11;
}

.heading .desc {
    margin-top: 16px;
    line-height: 1.6;
}

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

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

    .heading .desc {
        font-size: 18px;
    }

    section.hero {
        padding-top: 132px;
        margin-top: -72px;
    }
}

.hero .heading {
    margin-bottom: 30px;
}

.hero .btn {
    padding-top: 12px;
    padding-bottom: 12px;
}

.hero img {
    border-radius: 12px;
}

section.subhero {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 0;
}

.subhero h1 {
    font-size: 15px;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
}

.subhero .breadcrumb {
    line-height: 24px;
}

.bg-gray {
    background-color: #fbfbfb;
    box-shadow: 0px 0px 1px 1px inset rgba(0, 0, 0, 0.06);
}

.hero .heading .title {
    font-size: 34px;
    letter-spacing: -1.8px;
    line-height: 1;
}

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

    .hero .heading .desc {
        max-width: 512px;
        font-size: 16px;
    }
}

.icon {
    position: relative;
}

.icon-image {
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    border: 2px solid #0e0e0e;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 6px -1px, rgba(0, 0, 0, 0.12) 0px 2px 4px -2px;
}

.icon-body {
    margin-left: 68px;
    font-size: 14px;
}

.icon-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}


.swiper-center-mode-end {
    margin-right: calc(-1px - (100vw - 100%)/ 2 + 15px) !important;
}

.service {
    min-height: 240px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #FFF;
    background-color: #0e0e0e;
    position: relative;
    z-index: 0;
}

.service svg {
    top: 0;
    left: 0;
    position: absolute;
    fill: #FFF;
    z-index: -1;
}

.service-background img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: .3;
    z-index: -1;
}

.service svg .c1 {
    fill: rgba(255, 255, 255, 0.15);
}

.service-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    margin-bottom: 8px;
}

.service-title {
    font-size: 18px;
    font-weight: 600;
}

.service-footer {
    margin-top: auto;
}

.service-link {
    font-weight: 600;
}

.service-link::before {
    content: attr(data-link);
}

.swiper-button-next,
.swiper-button-prev {
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    color: #677788;
    width: 3.125rem;
    height: 3.125rem;
    background-color: #fff;
    box-shadow: 0 .1875rem .4375rem 0 rgba(140, 152, 164, .4);
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
}

.gallery-item {
    overflow: hidden;
    position: relative;
    background-color: #000;
    border-radius: 8px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.4)));
    mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0.4)));
}

.gallery-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
}

.gallery-item-title {
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
}

.card {
    position: relative;
    background: #FFF;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    height: 100%;
}

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

.card-body {
    padding: 28px;
}

@media (min-width: 992px) {
    .card-body {
        padding: 32px 40px;
    }
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #0e0e0e;
    margin-bottom: 20px;
}

.card-text {
    font-size: 16px;
    color: rgb(85, 88, 98);
    line-height: 1.5;
    margin-bottom: 0;
}

#whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 0;
    border-radius: 50%;
    background-color: #25d366;
    color: #FFF;
    padding: 0;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.16);
}

#whatsapp-chat {
    position: fixed;
    bottom: 110px;
    right: 30px;
    z-index: 999;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.16);
    max-width: 300px;
    transform: scale(0);
    opacity: 0;
    transform-origin: bottom right;
    transition: transform .3s cubic-bezier(0, 1.2, 1, 1), opacity 83ms ease-out;
}

#whatsapp-chat.open {
    opacity: 1;
    transform: scale(1);
}

.whatsapp-header {
    background: #128c7e;
    padding: 14px;
    color: #FFF;
    position: relative;
    padding-right: 60px;
    font-weight: 500;
    font-size: 14px;
}

.whatsapp-close {
    position: absolute;
    right: 14px;
    border: 0;
    background: transparent;
    color: #FFF;
    padding: 0;
    font-size: 22px;
    top: 0;
    line-height: 49px;
}

.whatsapp-body {
    background: #e5dcd5;
    padding: 14px;
}

.whatsapp-message {
    background: #FFF;
    color: #000;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.whatsapp-form {
    padding-right: 50px;
    position: relative;
    margin-top: 10px;
}

.whatsapp-form input {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    border: 0;
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    font-weight: 500;
    font-size: 14px;
}

.whatsapp-form input:focus {
    outline: 0;
}

.whatsapp-form button {
    position: absolute;
    right: 0;
    background: #128c7e;
    color: #FFF;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.form-contact {
    border-radius: 6px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #d1d5db;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 16px;
}

.form-label {
    color: #1d1d1d;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #d1d5db;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
}

textarea.form-control {
    resize: vertical;
    min-height: 38px;
}

.form-control:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    border-color: #0e0e0e;
    box-shadow: 0px 0px 0px 1px #0e0e0e, 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0px 0px 0px 1px #dc3545, 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.form-check {
    display: block;
    min-height: 24px;
    padding-left: 24px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -24px;
}

.form-check-reverse {
    padding-right: 24px;
    padding-left: 0;
    text-align: right;
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -24px;
    margin-left: 0;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    vertical-align: top;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #d1d5db;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

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

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

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

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

.form-check-input:checked[type=checkbox] {
    background-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.is-invalid {
    border-color: #dc3545;
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label {
    color: #b02a37;
}

.form-check-label {
    font-size: 14px;
}

.form-check-label a {
    opacity: .8;
    text-decoration: underline;
}

.required {
    color: #dc3545;
}

.form-honey {
    position: absolute;
    left: -9999px;
}

.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background: #FFF;
    border: 1px solid #d4d4d4;
    z-index: 99;
    max-height: 500px;
    overflow: auto;
}

.autocomplete-items div {
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
}

.autocomplete-items div+div {
    border-top: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-items .autocomplete-active {
    background-color: DodgerBlue;
    color: #ffffff;
}

.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    color: #555;
}

.breadcrumb&gt;li {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb&gt;li+li:before {
    content: '/';
    margin: 0 4px;
}

.breadcrumb span,
.breadcrumb a,
.breadcrumb&gt;li+li:before {
    font-size: 12px;
}

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

.footer {
    background: #0e0e0e;
    color: #FFF;
    font-size: 15px;
}

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

.footer ul li {
    margin-bottom: 10px;
}

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

.footer-primary {
    padding: 120px 0 90px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-bottom {
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    padding-bottom: 60px;
}

.footer-middle {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-p {
    font-size: 18px;
    margin-top: 30px;
}

.footer-siblings {
    list-style: none;
    padding: 0;
    margin: 0 -32px
}

.footer-siblings li+li {
    border-top: 1px solid #e6e6e6;
}

.footer-siblings li a {
    display: block;
    padding: 8px 32px;
    font-size: 14px;
}

#map {
    height: 500px;
}

.leaflet-tile-loaded {
    filter: grayscale(10);
}

.stat-box {
    padding: 50px 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: #0e0e0e;
    z-index: 0;
}

.stat-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: .3;
    z-index: -1;
}

@media (min-width: 576px) {
    .stat-box {
        padding: 60px;
    }
}

@media (min-width: 992px) {
    .stat-box {
        padding: 100px;
    }
}

.heading.text-white .alt,
.heading.text-white .title {
    color: #FFF;
}

.heading.text-white .desc {
    color: #d1d5db;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 0;
}

.stat-desc {
    font-size: 16px;
    color: #d1d5db;
    margin-bottom: 0;
}

.pseudo:before {
    content: attr(data-pseudo);
}

.offcanvas {
    position: fixed;
    z-index: 1100;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    max-width: none;
    visibility: hidden;
    transition: background-color .3s, visibility 0s .3s;
    background-color: rgba(0, 0, 0, 0);
}

.offcanvas.offcanvas-visible {
    visibility: visible;
    transition: background-color .3s;
    background-color: rgba(20, 21, 26, 0.75);
}

.offcanvas-dialog {
    max-width: 400px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform .3s;
    transition-timing-function: ease-in-out;
    background-color: #FFF;
}

.offcanvas.offcanvas-visible .offcanvas-dialog {
    transform: translateX(0);
}

.offcanvas-body {
    padding: 32px;
    height: 100%;
    overflow: auto;
    overscroll-behavior: contain;
}

.offcanvas-title {
    margin-bottom: 28px;
    font-weight: 600;
    color: #0e0e0e;
    font-size: 18px;
}

.offcanvas-close {
    position: fixed;
    top: 0;
    right: 0;
    margin: 12px 20px 12px 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 25px;
    background-color: #FFF;
    border-radius: 50%;
    border: 0;
    padding: 0;
    box-shadow: rgba(255, 255, 255, 0.075) 0px 0px 0.5px 1px inset, rgba(20, 21, 26, 0.02) 0px 0.3px 0.4px 0px, rgba(20, 21, 26, 0.043) 0px 0.9px 1.5px 0px, rgba(20, 21, 26, 0.09) 0px 3.5px 6px 0px;
}

.footer-population a {
    display: inline-block;
    background: #f6f6f6;
    color: #0e0e0e;
    border-radius: 99999px;
    font-weight: 600;
    padding: 5px 12px;
    font-size: 13px;
    margin-bottom: 8px;
}

.footer-social {
    margin-top: 20px
}

.footer-social a {
    margin-right: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
}

body.offcanvas-open {
    overflow: hidden;
    padding-right: 15px;
}

.blocks h1 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

.blocks h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

.blocks {
    font-size: 16px;
    line-height: 1.8;
}

.blocks p {
    text-align: justify;
}

#CookieBanner {
    padding: 8px 0;
    font-size: 14px;
    background: #0e0e0e;
    color: #FFF;
}

.cookieBannerButtons {
    white-space: nowrap;
}

.cookieBannerButtons .btn {
    color: #FFF;
}

.cookieBannerButtons .btn:first-child {
    padding-left: 0;
}

.cookieBannerButtons .btn:last-child {
    padding-right: 0;
}

#CookieDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483631;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.4);
}

#CookieDialog * {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 26px;
    color: inherit;
    vertical-align: baseline;
}

#CookieDialogContent {
    max-width: 640px;
    top: 8%;
    position: relative;
    margin: 0 auto 30px;
    line-height: 24px;
    background-color: #ffffff;
    color: #141414;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    border-radius: 8px;
}

#CookieDialogNav {
    border-bottom: 1px solid #d6d6d6;
}

#CookieDialogNavList {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

#CookieDialogNavList li {
    display: table-cell;
}

#CookieDialogNavList li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    color: #141414;
    margin-bottom: -1px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#CookieDialogNavList li a.active {
    border-bottom-color: #0e0e0e;
    color: #0e0e0e;
}

#CookieDialogBody .CookieDialogTabContent {
    padding: 24px;
    display: none;
}

#CookieDialogBody {
    max-height: 446px;
    overflow: auto;
}

#CookieDialogBody .CookieDialogTabContent.active {
    display: block;
}

#CookieDialogConsent h2 {
    font-weight: 600;
    margin-bottom: 8px;
}

#CookieDialogConsent p {
    margin-bottom: 10px;
}

#CookieDialogConsent a {
    color: #0e0e0e;
    text-decoration: underline;
}

#CookieDialogFooter {
    border-top: 1px solid #d6d6d6;
    padding: 15px 20px;
}

#CookieDialogFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

#CookieDialogFooter ul li {
    display: table-cell;
    padding: 0 4px;
}

#CookieDialogFooter button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    background-color: #ffffff;
    border: 2px solid #0e0e0e;
    color: #141414;
    font-weight: 500;
    border-radius: 8px;
}

#CookieDialogSave.hide,
#CookieDialogCustom.hide {
    display: none;
}

#CookieDialogAccept button {
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    color: #ffffff;
}

#CookieDialog .CookieCard+.CookieCard {
    border-top: 1px solid #d6d6d6;
    margin-top: 20px;
    padding-top: 20px;
}

.CookieCardHeader:after,
.CookieCardHeader:before {
    content: '';
    display: table;
}

.CookieCardHeader:after {
    clear: both;
}

.CookieCardButton {
    float: left;
}

.CookieCardSwitch {
    float: right;
}

#CookieDialog .CookieCardBody {
    padding-top: 15px;
}

#CookieDialog .CookieCardSwitch input {
    width: 50px;
    height: 28px;
    border-radius: 32px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-position: left center;
    transition: background-position .15s ease-in-out;
    background-color: #d6d6d6;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #d6d6d6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#CookieDialog .CookieCardSwitch input:checked {
    background-color: #0e0e0e;
    border-color: #0e0e0e;
    background-position: right center;
}

#CookieDialog .CookieCardSwitch input:disabled {
    opacity: .6;
}

#CookieDialog .CookieCardButton {
    background: none;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
    color: #141414;
    padding-right: 11.25px;
    font-size: 16px;
}

.CookieCardTableResponsive {
    margin-top: 16px !important;
}

.CookieCardTable {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}

.CookieCardTable&gt;thead {
    vertical-align: bottom;
}

.CookieCardTable&gt;tbody {
    vertical-align: top;
}

.CookieCardTable th {
    font-weight: 500;
    color: #797979 !important;
    padding: 2px 8px !important;
    border: 1px solid #dee2e6;
    text-transform: uppercase;
    font-size: 11px !important;
    background: whitesmoke;
}

.CookieCardTable td {
    padding: 4px 8px !important;
    border: 1px solid #dee2e6;
}

.CookieCardTableResponsive {
    overflow: auto;
}

@media (max-width:767px) {
    #CookieDialogContent {
        top: 1.8%;
        width: 93.33%;
        height: 96.4%;
        margin-bottom: 0;
    }

    #CookieDialogBody {
        height: 62%;
        height: calc(100% - 232px);
        max-height: none;
    }

    #CookieDialogFooter ul li {
        display: block;
    }

    #CookieDialogFooter ul li button {
        padding: 5px 15px;
        margin: 7px 0;
    }
}</pre></body></html>