:root, :host {
    --hero-height: 400px;
    --section-padding-x: 0px;
    --section-padding-y: 60px;
    --module-padding-x: 24px;
    --module-padding-y: 24px;
    --hero-padding-top: 8rem;
    --hero-padding-bottom: 4rem;
    --color-orange: #df6c42;
    --bs-body-font-size: 14px;
    --grey-300: #f4f4f1;
    --blue-900: #343e48;
    --site-wrapper-max-width: 1900px;
    --white: white;
    --shadow-100: #0000004d;
    --header-max-width: 1440px;
    --brand-color-2: #ffc758;
    --brand-color-1: #025e5d;
    --header-button-bg: #00000075;
    --black: black;
    --grey-350: #e4e4e4;
    --grey-600: #5e5e5e;
    --grey-400: #b6b8b9;
    --brand-color-3: #bb8720;
    --grey-325: #eaeaea;
    --brand-color-4: #abd6d6;
}



/* Adjust padding for tablets */
@media (min-width: 768px) {
    :root, :host {
        --hero-height: 500px;
        --section-padding-x: 0px;
        --section-padding-y: 80px;
        --module-padding-x: 36px;
        --module-padding-y: 36px;
        --hero-padding-top: 14rem;
        --hero-padding-bottom: 6rem;
    }
}

/* desktop */
@media (min-width: 1024px) {
    :root, :host {
        --hero-height: 650px;
        --hero-padding-top: 18rem;
    }

    .umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
        --section-padding-x: 0px;
        --section-padding-y: 120px;
        --module-padding-x: 48px;
        --module-padding-y: 48px;
    }
}

/*** Typography ***/

html, body, p, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Calibre', sans-serif;
    line-height: 1.4;
}

body {
    font-size: 14px;
    font-size: 1.125rem;
    background-color: #f4f4f1;
    min-height: 100%;
}



.site-wrapper {
    max-width: 1900px;
    margin: 0 auto;
    background-color: #FFF;
    min-height: 100dvh;
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
}
header
{
    padding: 2.1875rem 2.375rem;
}

@media screen and (min-width: 480px)
{
    header {
        padding: 2.1875rem 2.6875rem;
    }

}
@media screen and (min-width: 1280px)
{
    header {
        padding: 2.8125rem 3.125rem;
    }
}

@media screen and (min-width: 1920px) {
    .site-wrapper {
        box-shadow: 0 0 99px 0 #0000004d;
    }
}

a {
    text-decoration: none;
}

p {
    font-weight: 400 !important;
    font-size: 1.2rem;
    font-size: clamp(1.1rem, 0.5rem + 2.7vw, 1.2rem);
}

p.lead {
    font-size: 1.4rem;
    font-size: clamp(1.2rem, 0.5rem + 2.7vw, 1.4rem);
    line-height: 1.2;
}


.lifted-lead p.lead {
    font-size: clamp(1.2rem, 0.5rem + 2.7vw, 1.5625rem);
    line-height: 1.28;
}

#cookie_bar p a,
.aoa-file a,
main .module.rte p a {
    color: #025e5d;
    text-decoration: underline;
    text-underline-offset: .125rem;
    text-decoration-thickness: .125rem;
    transition-property: color;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

#cookie_bar p a:hover,
.aoa-file a:hover,
main .module.rte p a:hover {
    color: #ffc758;
}

.block-preview .module.rte p a {
    color: #025e5d;
    text-decoration: underline;
    text-underline-offset: .125rem;
    text-decoration-thickness: .125rem;
    transition-property: color;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.block-preview .module.rte p a:hover {
    color: #ffc758;
}

section.hero p.lead {
    font-size: 1.875rem;
    text-align: center;
    line-height: 1.13333;
    margin: 0 auto;
    max-width: 32rem;
}

.slim-subpage-hero {
    padding: 0px !important;
    aspect-ratio: 1440 / 310;
    margin-top: 7.625rem;
    position: initial;
    object-fit: cover;
    background-color: #FFF;
    
}
@media screen and (min-width: 480px)
{
    .slim-subpage-hero {
        aspect-ratio: 1440 / 220;
        margin-top: 8.375rem;
    }
}
@media screen and (min-width: 992px)
{
    .slim-subpage-hero {
        aspect-ratio: 1440 / 180;
    }
}
@media screen and (min-width: 1280px) {
    .slim-subpage-hero {
        margin-top: 9.625rem;
    }
}

.small, small {
    font-size: 1rem;
}

.underline {
    text-decoration: underline !important;
}

h1, h2, h3, h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

h4, .h4 {
    font-size: calc(1.475rem + 2.7vw);
    font-size: clamp(1.5rem, 1rem + 2.7vw, 1.75rem);
    border-bottom: .125rem solid #ffc758;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
}

h5, h6 {
    font-weight: 700;
}


h1, .h1 {
    font-size: calc(1.475rem + 2.7vw);
    font-size: clamp(1.6rem, 1rem + 2.7vw, 3rem);
    line-height: 1.2;
    margin-bottom: clamp(1rem, .4rem + 2vw, 1.2rem);
}

section {
    background-color: #FFF;
}

section.hero h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: DM Sans, sans-serif;
    font-size: clamp(2.75rem, 1rem + 4.2vw, 4.0625rem);
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    margin-bottom: 1rem;
}

@media screen and (min-width: 992px)
{
    section.hero h1 {
        margin-bottom: 2.5rem;
    }
}


h2, .h2 {
    margin-bottom: clamp(0.8rem, 0.4rem + 0.8vw, 1.5rem);
    font-size: clamp(2rem, 1rem + 2.7vw, 3.0625rem);
}



h3, .h3 {
    margin-bottom: clamp(0.8rem, 0.4rem + 0.8vw, 2.5rem);
    font-size: calc(2rem + .6vw);
    font-size: clamp(2rem, 1.125rem + 0.9vw, 2.4375rem);
    line-height: 1.2;
}

h5, .h5 {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    box-shadow: 0 5px 0 0 #ffc758;
    font-size: 18px;
    line-height: 1.3888888889;
    margin-bottom: 2.5rem;
}


a, a:hover, a:focus, a:active {
    color: inherit;
}

a:hover, a:focus {
    text-decoration: none;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
    --bs-gutter-x: 3rem;
}

.ir-wrapper .container,
.ir-wrapper .container-fluid,
.ir-wrapper .container-lg,
.ir-wrapper .container-md,
.ir-wrapper .container-sm,
.ir-wrapper .container-xl,
.ir-wrapper .container-xxl
{
    max-width: 1024px !important;
}

/** footer */

@media screen and (min-width: 768px) {
    footer .sub-footer .block-column {
        flex: 0 0 auto;
        width: auto;
    }
}

footer .sub-footer a {
    text-decoration: underline;
    font-size: 1rem;
    color: #d8e6e5;
}

footer .sub-footer p{
    margin-bottom: 0;
}

.sub-footer > .row
{
    align-items: end;
}

.sub-footer img {
    width: 145px;
    margin-right: 40px;
}

/*** Navbar Brand ***/
a.navbar-brand {
    grid-row-gap: .6875rem;
    border-radius: 2.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 10rem;
    line-height: 0;
    display: flex;
    transition: background-color 0.5s cubic-bezier(.215, .61, .355, 1), backdrop-filter 0.5s cubic-bezier(.215, .61, .355, 1), max-width 0.5s cubic-bezier(.215, .61, .355, 1);
}

body.page-level-1 #main-header .navbar-brand svg path {
    fill: #FFF;
    transition: fill 0.5s cubic-bezier(.215, .61, .355, 1);
}

body.page-level-1.scrolled #main-header .navbar-brand svg path {
    fill: #000;
}

.navbar-brand svg {
    width: 100%;
}

.navbar-brand svg#cibus-logo-text {
    max-width: 7.5rem;
}


body.scrolled #main-header .navbar-brand {
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #ffffff80;
    flex-direction: row;
    padding: 1.07rem 1.3125rem;
    max-width: 6.5625rem;
}

body.scrolled #main-header .navbar-brand svg#cibus-logo-slogan {
    display: none;
}
/*** End Navbar Brand ***/
/*** Main Menu ***/
.menu-container {
    background-color: #ffffff80;
    border-radius: 2.5rem;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
}

.navbar-nav
{
    line-height: 25px;
}

.navbar-nav > .nav-item {
    padding: 0px;
}

.navbar-nav > .nav-item > .nav-button
{
    border: 1px solid transparent;
}

.navbar-nav > .nav-item > .nav-button > .nav-link {
    padding: .875rem 1.5rem;
    white-space: nowrap;
}
@media screen and (min-width: 1200px) {
    .navbar-nav > .nav-item > .nav-button > .nav-link:hover {
        color: #025e5d !important;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-nav > .nav-item.current > .nav-button {
        border-radius: 2.5rem;
        background-color: #FFF;
        border-color: #FFF;
        border-color: rgb(228,228,228);
    }
}
.navbar-nav > .nav-item.current > .nav-button > .nav-link,
.navbar-nav > .nav-item.current > .nav-button > .nav-link:hover {
    color: #5e5e5e;
}

.nav-button-open-mobile {
    background-color: #00000075;
    padding: .875rem 1.5rem;
    border-radius: 2.5rem;
    color: #FFF;
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
}

.nav-button-open-mobile:hover
{
    color: #FFF;
    background-color: #000;
}

.language-button, .nav-button-open-mobile {
    background-color: #00000075;
    border-radius: 2.5rem;
    font-size: .75rem;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
    color: #FFF;
    display: flex;
    padding: 1.25rem 1.25rem 1.25rem 1.625rem;
    gap: .8125rem;
    align-items: center;
    z-index: 1001;
}

.language-button .header-button-icon,
.nav-button-open-mobile .header-button-icon {
    width: 100%;
    max-width: .9375rem;
}

.language-button:hover {
    background-color: #000;
    color: #FFF;
}

.main-menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
        
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    padding-top: .3125rem;
}

li.haschildren .nav-button
{
    border: 0px !important;
    background-color: transparent;
}

li.haschildren:hover .main-menu-dropdown {
    display: block;
}

.main-menu-dropdown ul {
    grid-row-gap: .625rem;
    background-color: #ffffffe6;
    border: .0625rem solid #000;
    border-radius: 1.5rem;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: .9375rem 1.5625rem;
    list-style-type: none;
    display: flex;
}

.main-menu-dropdown li {
    white-space: nowrap;
    line-height: 1.22222;
}
.main-menu-dropdown li > .nav-link
{
    padding: 0px;
}
.main-menu-dropdown li:hover > .nav-link
{
    color: #025e5d;
}

#mobile-overlay-nav {
    z-index: 100;
    width: 100%;
    background-color: #025e5d;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.mobile-nav.menu-container {
    background-color: transparent;
    color: #FFF;
    align-items: center;
    max-height: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.mobile-nav.menu-container li
{
    display: block;
    text-align: center;
}

.mobile-nav.menu-container li a:hover {
    color: #ffc758;
}

.mobile-nav.menu-container .navbar-nav > .nav-item > div > .nav-link {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    padding: .5rem 1.5rem;
}

.mobile-nav.menu-container .navbar-nav > .nav-item.haschildren > div > .nav-link {
    margin-bottom: 0px;
}

.mobile-nav.menu-container .navbar-nav .sub-menu a
{
    font-size: 1rem;
}

.mobile-nav .language-button {
    background-color: transparent;
    justify-content: center;
}


.mobile-nav.menu-container .navbar-nav > .nav-item.current > div > .nav-link {
    font-weight: bold;
    color: #ffc758;
}
/*** End Main Menu ***/
/*** CTA Button ***/
/** Buttons **/
.btn.btn-cta {
    background-color: rgb(255, 199, 88);
    border: .0625rem solid var(--brand-color-2);
    color: #222;
    border-radius: 0px;
    padding: .8125rem 1.375rem;
    width: auto;
    font-size: .9rem;
    display: inline-block;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .btn.btn-cta {
        font-size: 1.2rem;
    }
}

.btn.btn-cta .btn-text {
    font-weight: normal;
    width: 100%;
    text-align: center;
}

.btn.btn-cta:hover, .btn.btn-cta:hover {
    color: #222;
    border-color: #222;
}

/*** End CTA Button ***/


/* KPI Counter */

.kpicounter-content {
    color: #025e5d;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'DM Sans', sans-serif;
}


/* End kpi counter */


/*** Web Modules ***/

.beq-filter select
{
    color: inherit;
}


span.beq-news-list-item-headline {
    margin-top: 0.2857142857em;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1785714286;
}

span.beq-news-list-item-description {
    font-weight: 400;
    font-size: 1.1rem;
}

time.beq-news-list-item-timestamp {
    color: #343e48;
    opacity: .3;
    font-size: 100%;
}

.beq-module-178e184d-59d1-4661-af87-73032ac49315 span.beq-news-list-item-headline,
.beq-module-5ebd4c05-9e1e-4dae-b052-9f2ba452d17b span.beq-news-list-item-headline {
    font-size: inherit;
    margin-top: 0px;
    line-height: inherit;
}

.beq-module-178e184d-59d1-4661-af87-73032ac49315 .beq-news-list-item-wrapper,
.beq-module-5ebd4c05-9e1e-4dae-b052-9f2ba452d17b .beq-news-list-item-wrapper {
    border-bottom: 0px;
}

@media screen and (min-width: 1200px) {
    .beq-module-178e184d-59d1-4661-af87-73032ac49315 span.beq-news-list-item-headline,
    .beq-module-5ebd4c05-9e1e-4dae-b052-9f2ba452d17b span.beq-news-list-item-headline {
        font-size: 1.375rem;
    }
}

a.beq-news-list-item-headline-link {
    color: #343e48;
    text-decoration: none;
}

span.beq-report-date.beq-table-date {
    color: #343e48;
    opacity: .3;
    font-size: 100%;
}

span.beq-calendar-item-date-text {
    color: #343e48;
    opacity: .3;
    font-size: 100%;
}

.beq-reports-table .beq-icon-pdf::before {
    content: url(/assets/clients/cibus/icons/icon-download--black.svg);
}

.beq-calendar-content .beq-icon-calendar-add::before {
    content: url(/assets/clients/cibus/icons/icon-calendar-add--black.svg);
}

.beq-module-ff06d873-835a-4180-807e-3663f3dbcd5d .beq-reports-table .beq-report-heading,
.beq-module-00a1c1f1-25eb-429f-8b1b-a1da830a2b19 .beq-reports-table .beq-report-heading {
    display: flex;
    flex-direction: column;
}

.beq-module-ff06d873-835a-4180-807e-3663f3dbcd5d .beq-report-heading-text,
.beq-module-00a1c1f1-25eb-429f-8b1b-a1da830a2b19 .beq-report-heading-text {
    order: 1;
}

.beq-module-ff06d873-835a-4180-807e-3663f3dbcd5d .beq-reports-table-body tr,
.beq-module-00a1c1f1-25eb-429f-8b1b-a1da830a2b19 .beq-reports-table-body tr {
    border-bottom: 0px;
}

@media screen and (min-width: 1200px) {
    .beq-module-ff06d873-835a-4180-807e-3663f3dbcd5d .beq-report-heading-text,
    .beq-module-00a1c1f1-25eb-429f-8b1b-a1da830a2b19 .beq-report-heading-text {
        font-size: 1.375rem;
    }
}
@media screen and (min-width: 1200px) {
    .beq-module-51ed380b-52ce-406d-88ec-e47bf7b4ae9c .beq-calendar-item-heading-text,
    .beq-module-e6a5bd71-7822-4a61-af37-1a22b0ab412f .beq-calendar-item-heading-text {
        font-size: 1.375rem;
    }
}
.beq-module-00a1c1f1-25eb-429f-8b1b-a1da830a2b19 .beq-reports-table .beq-report-date,
.beq-module-ff06d873-835a-4180-807e-3663f3dbcd5d .beq-reports-table .beq-report-date {
    margin-bottom: 3px;
}


.beq-module-00a1c1f1-25eb-429f-8b1b-a1da830a2b19 .beq-reports-table-body td,
.beq-module-ff06d873-835a-4180-807e-3663f3dbcd5d .beq-reports-table-body td {
    width: initial;
    min-width: initial;
}


.beq-module-51ed380b-52ce-406d-88ec-e47bf7b4ae9c .beq-calendar-item-heading,
.beq-module-e6a5bd71-7822-4a61-af37-1a22b0ab412f .beq-calendar-item-heading {
    width: 100%;
}

.beq-module-51ed380b-52ce-406d-88ec-e47bf7b4ae9c .beq-calendar-item,
.beq-module-e6a5bd71-7822-4a61-af37-1a22b0ab412f .beq-calendar-item {
    border-bottom: 0px;
}
    



button.beq-button.beq-button-load-more {
    padding: 13px 20px;
    background-color: #ffc758;
    -webkit-transition: box-shadow 250ms cubic-bezier(.165, .84, .44, 1);
    transition: box-shadow 250ms cubic-bezier(.165, .84, .44, 1);
    color: #343e48;
    line-height: 1.1666666667;
    font-weight: 600;
    text-align: center;
    border-radius: 0px;
}




    /*** End Web Modules ***/


/** Tabs module **/
.board-management-tabs .grid-tabs-control 
{
    margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px)
{
    .board-management-tabs .grid-tabs-control {
        margin-bottom: 6rem;
    }
}


.grid-tabs {
}

.grid-tabs .grid-tabs-wrapper {
    width: 100%
}

.grid-tabs .grid-tabs-control {
    display: flex;
    gap: 20px;
}

.grid-tabs .grid-tabs-control label {
    display: block;
    padding: 10px 20px;
    color: #343e48;
    background-color: #FFF;
    border: 1px solid #f2f2f2;
    font-weight: bold;
}

.grid-tabs .grid-tabs-control label:hover {
    cursor: pointer;
}

.grid-tabs .grid-tabs-control label.active {
    background-color: #ffc758;
    border-color: #ffc758;
}

.grid-tabs .grid-tabs-item {
    width: 100%;
    top: -1px;
    position: relative;
}

.grid-tabs .grid-tabs-item.active {
    display: block;
}


/* Dividend table */

section.dividend-page-dividends {
    background-color: #f4f4f1;
}

#next-dividend-date
{
    margin: 1rem 0;
}

.dividend-calendar-lift__content {
    z-index: 1;
    grid-column-gap: 2.5rem;
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.75rem;
    line-height: 1.17857;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .dividend-calendar-lift__content {
        grid-row-gap: 1.5rem;
        flex-flow: column;
    }
}

@media screen and (max-width: 991px) {
    .dividend-calendar-lift__content {
        font-size: 1.5rem;
    }
}


.table-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 2px solid #000;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.table-header-item {
    padding: 12px 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.table-wrapper {
    font-size: 16px;
    line-height: 1.25;
}

.table-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #d8d8cf;
    -webkit-transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

    .table-row:hover {
        background-color: #fff;
    }

.table-row-item {
    padding: 12px 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    text-transform: none;
}


.table-row-item__label {
    display: none;
}

@media screen and (max-width: 767px)
{
    .table-header {
        display: none;
    }

    .table-row {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .table-row:hover {
            background-color: transparent;
        }

    .table-row-item {
        margin-bottom: 1px;
        padding: 4px 0px;
        line-height: 1.2;
    }

    .table-row-item__label {
        display: inline-block;
        width: 100%;
        max-width: 210px;
        margin-right: 10px;
        font-weight: 600;
    }

    .table-row-item__text {
        display: inline-block;
    }
}
/* End dividend list */

/* Home Hero */
.home-hero-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    top: 25%;
    opacity: .54;
    height: 175%;
    position: absolute;
    transform: translate(0, -5.75rem);
    background-image: radial-gradient(ellipse farthest-side at 50% 50%, #000, transparent);
}

@media screen and (max-width: 479px) {
    section.home-hero p.lead {
        font-size: 1.4375rem;
    }
}

.home-hero .btn-cta {
    margin-bottom: 18px;
    min-width: 160px;
    text-align: center;
}
.home-hero {
    max-height: 46.875rem;
}

@media screen and (max-width: 479px) {
    .home-hero {
        aspect-ratio: 350 / 646;
        flex-flow: column;
        justify-content: flex-end;
        align-items: flex-end;
        padding-bottom: 7rem;
    }
}
@media screen and (min-width: 480px) {
    .home-hero {
        align-items: center !important;
        aspect-ratio: 480 / 745;
    }
}



@media screen and (min-width: 768px) {
    .home-hero {
        aspect-ratio: 768 / 745;
        max-height: initial;
    }
}

@media screen and (min-width: 992px) {
    .home-hero {
        aspect-ratio: 992 / 745;
    }
}

@media screen and (min-width: 1440px) {
    .home-hero {
        aspect-ratio: 1440 / 810;
    }
}

@media screen and (min-width: 1920px) {
    .home-hero {
        aspect-ratio: 1900 / 810;
    }
}

.home-hero-cta-wrapper > .row > div .btn-cta {
    border: 1px solid rgb(255, 199, 88);
}

.home-hero-cta-wrapper > .row > div:last-child .btn-cta {
    border: 1px solid #fff;
    background-color: transparent;
    color: #FFF;
}
.home-hero-cta-wrapper > .row > div .btn-cta:hover {
    border-color: #343e48;
    background-color: rgb(255, 199, 88);
}

.home-hero-cta-wrapper > .row > div:last-child .btn-cta:hover {
    border-color: rgb(255, 199, 88);
    background-color: transparent;
}

.home-hero-cta-wrapper > .row > div {
    width: auto;
}

/* End Home Hero */


/* Home dividend box */

section.section-has-bg.home-dividend-section {
    padding: calc(var(--section-padding-top) * 1.5) var(--section-padding-right) calc(var(--section-padding-bottom) * 1.5) var(--section-padding-left);
}

@media screen and (min-width: 768px) {
    section.section-has-bg.home-dividend-section {
        padding: calc(var(--section-padding-top) * .75) var(--section-padding-right) calc(var(--section-padding-bottom) * .75) var(--section-padding-left);
    }
}

@media screen and (max-width: 479px) {
    .home-hero-cta-wrapper > .row {
        flex-direction: column;
        align-items: center;
    }
}

/* End home dividend box */


/* Single property */

.single-property-grid {
    grid-column-gap: 5%;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start stretch;
    align-items: start;
    width: 100%;
    max-width: 81.25rem;
    display: grid;
}

@media screen and (max-width: 991px) {
    .single-property-grid {
        grid-column-gap: 3%;
        grid-template-columns: 57% 1fr;
    }
}

@media screen and (min-width: 1280px) {
    .single-property-grid {
        grid-template-rows: auto auto auto;
        grid-template-columns: 45% 1fr;
    }
}

@media screen and (max-width: 767px) {
    .single-property-grid {
        grid-template-rows: auto auto auto;
        grid-template-columns: 100%;
        align-self: flex-start;
        max-width: 28.125rem;
    }
}

.single-property__label {
    color: var(--brand-color-1);
    font-size: 1.3125rem;
    line-height: 1.52381;
}

.single-property-main {
    background-color: #f4f4f1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 9rem;
    padding: 4.625rem 3.125rem 3.75rem 3.75rem;
    display: flex;
}

.single-property__lead-text, .single-property__lead-text > * {
    font-size: 1.31255rem;
    line-height: 1.19048;
}

@media screen and (max-width: 991px) {
    .single-property__lead-text, .single-property__lead-text > * {
        font-size: 1rem;
        line-height: 1.375;
    }
}

.single-property__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-family: DM Sans, sans-serif;
    font-size: 2.4375rem;
    font-weight: 500;
    line-height: 1.14286;
}

@media screen and (min-width: 1280px) {
    .single-property-main {
        padding: 4.625rem 2.3125rem 3.75rem 6rem;
    }
}

@media screen and (max-width: 991px) {
    .single-property-main {
        padding: 3.75rem 2rem 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .single-property-main {
        padding-top: 3.4375rem;
    }
}

@media screen and (max-width: 479px) {
    .single-property-main {
        padding-top: 2rem;
    }
}

.single-property__intro {
    grid-row-gap: 1.375rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
    grid-area: 1 / 1 / 2 / 2;
}

.single-property-facts {
    grid-row-gap: 1.375rem;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.75rem;
    display: flex;
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
}


@media screen and (min-width: 1280px) {
    .single-property-facts {
        margin-top: 3.875rem;
    }
}

.single-property__meta {
    grid-column-gap: 1.375rem;
    color: var(--brand-color-1);
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    font-size: .875rem;
    display: flex;
}

.single-property__keyfigures {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    color: #025e5d;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    width: 100%;
    max-width: 100%;
    margin-top: 1.1875rem;
    display: grid;
}

@media screen and (max-width: 479px) {
    .single-property__keyfigures {
        grid-column-gap: 2rem;
        grid-row-gap: 1.25rem;
        flex-flow: wrap;
        margin-top: 0;
        display: flex;
    }
}

.single-property__keyfigure-item {
    grid-row-gap: .25rem;
    border-left: .0625rem solid #abd6d6;
    flex-flow: column;
    align-items: flex-start;
    padding-left: 1.375rem;
    display: flex;
}

.single-property__keyfigure-label {
    font-size: .875rem;
}

.single-property__keyfigure-value {
    font-size: 2.3125rem;
    line-height: 1;
}

.single-property__back-link {
    color: var(--brand-color-1);
    background-image: url(/assets/clients/cibus/icons/icon-arrow-left--black.svg);
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: .9375rem;
    margin-top: 1rem;
    margin-left: -10px;
    padding-left: 2.625rem;
    font-size: 1.3125rem;
    line-height: 1.52381;
    text-decoration: none;
    transition: background-position .35s cubic-bezier(.215, .61, .355, 1), color .35s cubic-bezier(.215, .61, .355, 1);
}

    .single-property__back-link:hover {
        color: var(--brand-color-3);
        background-position: 0;
    }

.single-property__meta-item-icon {
    object-fit: contain;
    width: .8125rem;
    height: .8125rem;
}

.single-property__meta-item {
    grid-column-gap: .5rem;
    flex-flow: row;
    align-items: center;
    display: flex;
}

.single-property__image {
    aspect-ratio: 364 / 407;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .single-property__image {
        aspect-ratio: 284 / 382;
    }
}

@media screen and (max-width: 767px) {
    .single-property__image {
        aspect-ratio: 421 / 290;
        margin-top: 1.75rem;
    }
}

@media screen and (min-width: 1280px) {
    .single-property__image {
        aspect-ratio: 572 / 407;
    }
}


.single-property__image {
    grid-area: 1 / 2 / 6 / 3;
}

@media screen and (max-width: 991px) {
    .single-property__image {
        grid-row-end: 4;
    }
}

@media screen and (max-width: 767px) {
    .single-property__image {
        order: 2;
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}



@media screen and (max-width: 767px) {
    .single-property-facts {
        order: 3;
        grid-area: span 1 / span 1 / span 1 / span 1;
        align-self: center;
    }
}

/* End single property */

/* Property list */

.properties {
    grid-row-gap: 2.0625rem;
    flex-flow: column;
    width: 100%;
    max-width: 68.75rem;
    display: flex;
}

@media screen and (max-width: 767px) {
    .properties {
        grid-row-gap: 1.4375rem;
    }
}

@media screen and (max-width: 479px) {
    .properties {
        align-self: flex-start;
    }
}

.properties-label {
    text-transform: uppercase;
    margin-top: 1rem;
    font-size: 1rem;
}

.properties-list {
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
}
@media screen and (max-width: 991px) {
    .properties-list {
        grid-row-gap: 3rem;
    }
}

.list-filters {
    grid-column-gap: 1.25rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
}
@media screen and (max-width: 991px) {
    .list-filters {
        grid-column-gap: .9375rem;
    }
}
@media screen and (max-width: 767px) {
    .list-filters {
        grid-column-gap: 1.25rem;
        grid-row-gap: 2.125rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .list-filters {
        grid-row-gap: 0rem;
        flex-flow: column;
        display: flex;
    }
}
@media screen and (max-width: 479px) {
    .list-filter__button {
        align-self: flex-start;
        display: flex;
    }
}

.list-filter__accordion-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.350s cubic-bezier(.215, .61, .355, 1);
}

.list-filter__items-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
@media screen and (max-width: 991px) {
    .list-filter__items-wrapper {
        grid-column-gap: .9375rem;
    }
}

@media screen and (max-width: 767px) {
    .list-filter__items-wrapper {
        grid-column-gap: 1.25rem;
        grid-row-gap: 2.125rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 479px) {
    .list-filter__items-wrapper {
        grid-column-gap: 0px;
        grid-row-gap: 2.125rem;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        overflow: hidden;
    }
}


.list-filter__item {
    grid-row-gap: .5625rem;
    flex-flow: column;
    width: 100%;
    max-width: 15.625rem;
    display: flex;
}

.list-filter__label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.28;
}

@media screen and (max-width: 991px) {
    .list-filter__label {
        font-size: 1.3125rem;
    }
}

.list-filter__select {
    border-top: 1px #000;
    border-bottom-style: solid;
    border-bottom-width: .0625rem;
    border-right: 1px #000;
    border-bottom-color: var(--black);
    color: var(--black);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    accent-color: var(--brand-color-1);
    background-color: #0000;
    background-image: url(/assets/clients/cibus/icons/icon-triangle-down-outline--green.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: .75rem;
    border-left: 1px #000;
    border-radius: 0;
    width: 100%;
    max-width: 15.625rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: .625rem 2rem .625rem 0;
    font-size: .93755rem;
    line-height: 1;
    transition-property: color, border-color;
    transition-duration: .35s, .35s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}
.button {
    border: .0625rem solid var(--brand-color-2);
    background-color: var(--brand-color-2);
    color: var(--blue-900);
    padding: .8125rem 1.375rem;
    font-size: 1.1875rem;
    line-height: 1.15789;
    transition: border-color .35s;
}
@media screen and (max-width: 767px) {
    .button {
        font-size: .875rem;
    }
}
.button:hover {
    border-color: var(--blue-900);
}
.list-filter__button {
    display: none;
}
@media screen and (max-width: 479px) {
    .list-filter__button {
        align-self: flex-start;
        display: flex;
    }
}
.list-filter__accordion-wrapper--show {
    grid-template-rows: 1fr;
}

@media screen and (max-width: 479px) {
    .list-filter__items-wrapper > *:first-of-type {
        margin-top: 2rem;
    }
}

.properties-list-grid {
    grid-column-gap: 1.125rem;
    grid-row-gap: 3.125rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

@media screen and (min-width: 1280px) {
    .properties-list-grid {
        grid-column-gap: 2.8125rem;
        grid-row-gap: 3.125rem;
    }
}
@media screen and (min-width: 1920px) {
    .properties-list-grid {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .properties-list-grid {
        grid-column-gap: 1.6rem;
        grid-row-gap: 1.875rem;
        flex-flow: wrap;
        display: flex;
    }
}
@media screen and (max-width: 479px) {
    .properties-list-grid {
        grid-row-gap: 2rem;
    }
}

.property-list-item {
    grid-row-gap: 1.3125rem;
    flex-flow: column;
    justify-content: flex-start;
    text-decoration: none;
    display: flex;
    position: relative;
}

@media screen and (max-width: 767px) {
    .property-list-item {
        width: 100%;
        max-width: 21.25rem;
    }
}

@media screen and (min-width: 1280px) {
    .property-list-item {
        grid-row-gap: 1.3125rem;
    }
}

.property-list-item__image-wrapper {
    position: relative;
}

.property-list-item__image {
    aspect-ratio: 337 / 226;
    object-fit: cover;
    width: 100%;
}

.property-list-item__image-placeholder {
    aspect-ratio: 337 / 226;
    background-color: #f2f2f2;
}

    .property-list-item__image-wrapper:after {
        background-color: var(--brand-color-2);
        content: "";
        display: block;
        inset: 0;
        mix-blend-mode: soft-light;
        opacity: 0;
        position: absolute;
        transition: opacity .35s cubic-bezier(.25,.46,.45,.94);
    }

.property-list-item:hover .property-list-item__image-wrapper:after, .property-list-item:focus-visible .property-list-item__image-wrapper:after {
    opacity: 1;
}
.property-list-item__content {
    grid-row-gap: .625rem;
    color: var(--brand-color-1);
    flex-flow: column;
    display: flex;
}

.property-list-item__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    transition: color .35s cubic-bezier(.215, .61, .355, 1);
}
@media screen and (max-width: 991px) {
    .property-list-item__heading {
        font-size: 1.3125rem;
    }
}

.property-list-item:hover .property-list-item__heading, .property-list-item:focus-visible .property-list-item__heading {
    color: var(--brand-color-3);
}
.property-list-item__meta {
    grid-column-gap: 0rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .875rem;
    display: flex;
}
@media screen and (min-width: 1280px) {
    .property-list-item__meta {
        grid-column-gap: 1.5rem;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .property-list-item__meta {
        grid-column-gap: 1.6rem;
        flex-flow: wrap;
    }
}
@media screen and (max-width: 479px) {
    .property-list-item__meta {
        flex-flow: column;
    }
}

.property-list-item__meta-item {
    grid-column-gap: .5rem;
    flex-flow: row;
    align-items: center;
    display: flex;
}

.property-list-item__meta-item-icon {
    object-fit: contain;
    width: .8125rem;
    height: .8125rem;
}

.property-list-item__keyfigures {
    grid-column-gap: 2.5rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1.1875rem;
    display: flex;
}
@media screen and (max-width: 991px) {
    .property-list-item__keyfigures {
        grid-column-gap: 1.875rem;
    }
}
@media screen and (max-width: 767px) {
    .property-list-item__keyfigures {
        grid-column-gap: 2.6875rem;
        margin-top: 1.125rem;
    }
}

@media screen and (min-width: 1920px) {
    .property-list-item__keyfigures {
        max-width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .property-list-item__keyfigures {
        grid-column-gap: 1.875rem;
    }
}

.property-list-item__keyfigure-item {
    grid-row-gap: .25rem;
    border-left: .0625rem solid var(--brand-color-4);
    flex-flow: column;
    align-items: flex-start;
    padding-left: 1.3125rem;
    display: flex;
}
@media screen and (max-width: 991px) {
    .property-list-item__keyfigure-item {
        padding-left: .5rem;
    }
}
@media screen and (max-width: 767px) {
    .property-list-item__keyfigure-item {
        padding-left: 1.375rem;
    }
}

.property-list-item__keyfigure-label {
    font-size: .875rem;
}

.property-list-item__keyfigure-value {
    font-size: 2.375rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .property-list-item__keyfigure-value {
        font-size: 2.375rem;
    }
}

.property-list-actions {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    display: flex;
}

@media screen and (max-width: 991px) {
    .property-list-actions {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .property-list-actions {
        justify-content: flex-start;
    }
}

.properties-heading {
    color: var(--brand-color-1);
}


.section {
    flex-flow: column;
    align-items: center;
    padding: 3.75rem 2rem 3.125rem;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 479px) {
    .section {
        padding-top: 2.375rem;
        padding-bottom: 2.375rem;
    }
}

@media screen and (max-width: 767px) {
    .section {
        align-items: flex-start;
        padding-top: 3.125rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
}

.heading-2 {
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: DM Sans, sans-serif;
    font-size: 2.4375rem;
    font-weight: 500;
    line-height: 1.14286;
}

@media screen and (min-width: 1280px) {
    .heading-2 {
        font-size: 3.0625rem;
    }
}

@media screen and (min-width: 1440px) {
    .heading-2 {
        font-size: 3.0625rem;
    }
}

@media screen and (max-width: 991px) {
    .heading-2 {
        font-size: 2.1875rem;
    }
}


@media screen and (max-width: 479px) {
    .heading-2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .single-property__heading.heading-2 {
        font-size: 2rem;
    }
}




.latest-properties {
    grid-row-gap: 4.1875rem;
    flex-flow: column;
    width: 100%;
    max-width: 68.75rem;
    display: flex;
}

.latest-properties-heading {
    color: var(--brand-color-1);
    text-align: center;
    letter-spacing: -.03em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: DM Sans, sans-serif;
    font-size: 2.375rem;
    font-weight: 500;
    line-height: 1.10526;
}

@media screen and (max-width: 767px) {
    .latest-properties-heading {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .latest-properties-heading {
        font-size: 2.1875rem;
    }
}

@media screen and (min-width: 1280px) {
    .latest-properties-heading {
        margin-bottom: 0;
    }
}


/* Roles module */

.board-management-tabs .grid-tabs .grid-tabs-control,
.board-management-text-container {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    .board-management-tabs .grid-tabs .grid-tabs-control,
    .board-management-text-container {
        max-width: 1116px !important;
    }
}

@media (min-width: 1400px) {
    .board-management-tabs .grid-tabs .grid-tabs-control,
    .board-management-text-container {
        max-width: 1270px !important;
    }
}

.board-management-tabs .role-list
{
    margin-left: -.75rem;
    margin-right: -.75rem;
}

.board-management-tabs .person-item
{
    padding-left: .75rem;
    padding-right: .75rem;
}


.person-item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 940px;
    min-height: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('');
    background-position: 90% 100%;
    background-size: auto 85%;
    background-repeat: no-repeat;
    background-attachment: scroll;
}


@media screen and (max-width: 991px) {
    .person-item-wrapper {
        padding-top: 80px;
        padding-bottom: 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-position: 114% 100%;
        background-size: auto 80%;
    }
}

@media screen and (max-width: 767px) {
    .person-item-wrapper {
        display: block;
        min-height: 0px;
        margin-top: 4em;
        padding-top: 0px;
        padding-bottom: 0px;
        background-size: auto 0%;
        background-repeat: no-repeat;
    }
}


.person-item-image
{
    display: none;
}

@media screen and (max-width: 767px) {
    .person-item-image {
        display: block;
        width: 100%;
        max-width: 250px;
        padding-bottom: 250px;
        border-radius: 50%;
        background-color: #f4f4f1;
        background-image: url(cibus.css);
        background-position: 50% 0px;
        background-size: auto 200%;
        background-repeat: no-repeat;
    }
}


.people-list-heading {
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.person-item-content {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .person-item-content {
        display: block;
        width: 40%;
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .person-item-content {
        width: 100%;
        max-width: 450px;
        margin-top: 2em;
    }
}




.person-item__name {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
}

.person-item__title {
    opacity: 0.56;
}

.person-item__description {
    margin-top: 2.2222em;
    margin-bottom: 0px;
}

.person-item-bullets {
    position: absolute;
    left: auto;
    top: auto;
    right: -45px;
    bottom: 30px;
    display: inline-block;
    max-width: 390px;
    padding: 25px 45px 5px;
    background-color: #ffc758;
    text-align: left;
    font-size: smaller;
}

@media screen and (max-width: 991px) {
    .person-item-bullets {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        max-width: 350px;
        margin-top: 2em;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media screen and (max-width: 767px) {
    .person-item-bullets {
        max-width: 450px;
    }
}


.person-item-bullets__rich-text ul {
    margin-bottom: 0px;
    padding-left: 20px;
}

.person-item-bullets__rich-text li {
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 6px;
}

@media (min-width: 768px) {
    .person-item:nth-of-type(even) {
        background-color: #F4F4F1;
    }
}

@media (min-width: 992px) {
    .person-item:nth-of-type(even) .person-item-wrapper {
        background-position: 10% 100%;
        text-align: right;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 992px) {
    .person-item:nth-of-type(even) .person-item-bullets {
        left: -60px;
    }
}

@media screen and (min-width: 768px) {
    .come-in {
        transform: translateY(50px);
        animation: come-in 1s ease forwards;
    }

    .already-visible {
        transform: translateY(0);
        animation: none;
    }

    @keyframes come-in {
        to {
            transform: translateY(0);
        }

        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}


/* Property map and filters */

.our-properties-filter__subheading {
    opacity: .45;
    text-transform: uppercase;
}


.our-properties-filter-items {
    grid-row-gap: 3.3125rem;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-top: 1.25rem;
    display: flex;
}

.our-properties-filter__item {
    grid-row-gap: .5625rem;
    flex-flow: column;
    width: 100%;
    max-width: 15.625rem;
    display: flex;
}

.our-properties-filter-item__label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.28;
}

.our-properties-filter-item__select {
    border-top: 1px #000;
    border-bottom-style: solid;
    border-bottom-width: .0625rem;
    border-right: 1px #000;
    border-bottom-color: var(--white);
    color: var(--white);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    accent-color: var(--brand-color-2);
    background-color: #0000;
    background-image: url(/assets/clients/cibus/icons/icon-triangle-down-outline--yellow.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: .75rem;
    border-left: 1px #000;
    border-radius: 0;
    width: 100%;
    max-width: 15.625rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: .625rem 2rem .625rem 0;
    font-size: .93755rem;
    line-height: 1;
    transition-property: color, border-color;
    transition-duration: .35s, .35s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.our-properties-filter-item__select:focus-visible {
    border-bottom-color: var(--brand-color-2);
    color: var(--brand-color-2);
    outline: none;
}

.map-popup {
    grid-row-gap: 1.5625rem;
    background-color: #FFF;
    opacity: 1;
    color: var(--brand-color-1);
    border-radius: .5rem;
    flex-flow: column;
    width: 100%;
    max-width: 20.9375rem;
    padding: .4375rem .375rem 1.25rem;
    display: none;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    position: relative;
    pointer-events: none;
}
#map-popup-close
{
    pointer-events: auto;
}

.map_popup__image_placeholder {
    width: 320px;
}


.map-popup__image {
    aspect-ratio: 320 / 130;
    object-fit: cover;
}

.map-popup__content {
    grid-row-gap: .625rem;
    flex-flow: column;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
}

.map-popup__heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem !important;
    font-weight: 400;
    line-height: 1.5rem;
}

.map-popup__meta {
    grid-column-gap: 0rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .875rem;
    display: flex;
}

@media screen and (min-width: 1280px) {
    .map-popup__meta {
        grid-column-gap: 0rem;
        grid-row-gap: .25rem;
        flex-flow: column;
        align-items: flex-start;
        font-size: .875rem;
    }
}

.map-popup__meta-item {
    grid-column-gap: .5rem;
    flex-flow: row;
    align-items: center;
    display: flex;
}

.property-list-item__meta-item-icon {
    object-fit: contain;
    width: .8125rem;
    height: .8125rem;
}

.map-popup__keyfigures {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1.1875rem;
    display: grid;
}

.map-popup__keyfigure-item {
    grid-row-gap: .25rem;
    border-left: .0625rem solid var(--brand-color-4);
    flex-flow: column;
    align-items: flex-start;
    padding-left: 1.375rem;
    display: flex;
}

.map-popup__keyfigure-label {
    font-size: .875rem;
}

.map-popup__keyfigure-value {
    font-size: 2.3125rem;
    line-height: 1;
}

.map-popup__close {
    background-color: var(--white);
    cursor: pointer;
    border-radius: 1.25rem;
    justify-content: center;
    align-items: center;
    width: 2.1875rem;
    height: 2.1875rem;
    transition: background-color .35s cubic-bezier(.215, .61, .355, 1);
    display: flex;
    position: absolute;
    top: .625rem;
    right: .5rem;
    margin: 0 0 10px;
}

.map-poup__close-icon {
    object-fit: contain;
    width: .6875rem;
    height: .6875rem;
}

.map-popup__close:hover {
    background-color: var(--brand-color-2);
    cursor: pointer;
}


#map {
    position: absolute;
    left: calc(100% - 480px);
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 480px;
    z-index: 10;
    overflow: visible;
}


#filter-container {
    z-index: 1;
}

.properties-filter-map
{
    min-height: 600px;
    display: none;
    overflow:hidden;
}
@media screen and (min-width: 768px) {
    .properties-filter-map {
        display: flex;
    }
}
@media screen and (min-width: 992px) {
    .properties-filter-map {
        min-height: 800px;
    }

    #map {
        left: calc(100% - 640px);
        max-width: 640px;
    }
}
@media screen and (min-width: 1200px)
{
    .properties-filter-map {
        min-height: 1000px;
    }
    #map {
        left: calc(100% - 800px);
        max-width: 800px;
    }
}
#map canvas {
}


.my-custom-zoom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: auto;
}

.ol-viewport
{
    overflow: visible !important;
}
/* IR menu */
.transition-transform {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 300ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 300ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
}

.rotate-180 {
    transform: rotate(180deg);
}
.flip-180 {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.bi-chevron-down {
    width: .75rem;
    margin-top: -7px;
}


.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}


.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}


.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}

.sub-nav-container
{
    font-size: 16px;
}


ul.ir-menu {
    display: flex;
}


ul.ir-menu li {
    display: block;
    padding: 20px;
}

#ir-menu-section {
    background-color: #025e5d;
}


.sub-nav {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
}

.sub-nav-link {
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    padding: 30px 11px;
    -webkit-transition: box-shadow 250ms cubic-bezier(.165, .84, .44, 1);
    transition: box-shadow 250ms cubic-bezier(.165, .84, .44, 1);
    color: #fff;
    text-decoration: none;
}


    .sub-nav-link:hover {
        box-shadow: inset 0 -6px 0 0 #ffc758;
        color: #FFF;
    }

    .sub-nav-link.w--current {
        box-shadow: inset 0 -6px 0 0 #ffc758;
        color: #ffc758;
        font-weight: 600;
    }

    .sub-nav-link.sub-nav-link--active {
        box-shadow: inset 0 -5px 0 0 #ffc758;
        color: #ffc758;
        font-weight: 600;
    }

.sub-nav-dd {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding: 30px 11px;
    -webkit-transition: box-shadow 250ms cubic-bezier(.165, .84, .44, 1);
    transition: box-shadow 250ms cubic-bezier(.165, .84, .44, 1);
}

    .sub-nav-dd:hover {
        box-shadow: inset 0 -6px 0 0 #ffc758;
    }

    .sub-nav-dd.sub-nav-dd--active {
        box-shadow: inset 0 -6px 0 0 #ffc758;
    }

.sub-nav-dd__toggle {
    padding: 0px 24px 0px 0px;
    color: #fff;
}

.sub-nav-dd__icon {
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 3px;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 300ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 300ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 300ms cubic-bezier(.165, .84, .44, 1);
}

.sub-nav-dd__link {
    color: #343e48;
    text-decoration: none;
}

.sub-nav-dd__link.w--current {
    color: #025e5d;
    font-weight: 600;
}

.sub-nav-dd__list {
    margin-left: -11px;
    background-color: #fff;
}

.sub-nav-dd__list.w--open {
    position: absolute;
    margin-top: 30px;
    border-top: 1px solid #d8d8cf;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
}

.sub-nav-dd__list-link {
    padding: 12px 16px;
}

.sub-nav-dd__list-link.w--current {
    color: #025e5d;
    font-weight: 600;
}

.sub-nav-mobile {
    display: none;
}

.w-dropdown-list.w--open {
    display: block;
}

.sub-nav-dd__list.w--open {
    position: absolute;
    margin-top: 30px;
    border-top: 1px solid #d8d8cf;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.5);
}


.sub-nav-dd__list.w--open {
    opacity: 100%;
}

.sub-nav-container {
    position: relative;
    z-index: 3;
    background-color: #025e5d;
    font-size: 16px;
}


@media screen and (max-width: 991px)
{
    .sub-nav-mobile {
        z-index: 3;
        display: block;
        width: 100%;
        background-color: #025e5d;
    }

    .sub-nav-mobile__toggle {
        padding-top: 18px;
        padding-bottom: 18px;
        color: #fff;
    }

    .sub-nav-mobile__list {
        background-color: #fff;
    }

    .sub-nav-mobile__list.w--open {
        border-top: 1px solid #d8d8cf;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    }

    .sub-nav-mobile__sub-dd {
        width: 100%;
    }

    .sub-nav-mobile__sub-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sub-nav-mobile__sub-list {
        background-color: #d8e6e5;
    }

    .sub-nav-mobile__sub-list.w--open {
        background-color: #d8e6e5;
    }

    .sub-nav-mobile__sub-link {
        padding-left: 40px;
    }

    .sub-nav-mobile__sub-link.w--current {
        color: #025e5d;
        font-weight: 600;
    }

    .sub-nav-mobile__link.w--current {
        color: #025e5d;
        font-weight: 600;
    }

    .sub-nav-mobile__link.active {
        color: #025e5d;
        font-weight: 600;
    }

    .sub-nav-mobile-wrapper {
        width: 100%;
        font-size: 16px;
    }

    .portfolio-table {
        margin-right: -5%;
        margin-left: -5%;
    }

    .sub-nav-mobile__icon {
        -webkit-transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
        transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
        transition: transform 300ms cubic-bezier(.215, .61, .355, 1);
        transition: transform 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
    }

    .sub-nav-mobile__sub-icon {
        -webkit-transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
        transition: -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
        transition: transform 300ms cubic-bezier(.215, .61, .355, 1);
        transition: transform 300ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1);
    }
    .sub-nav-container {
        z-index: 1;
        display: none;
    }
}


.latest-ir-section .col-md-12 {
    margin-bottom: 0px;
    align-self: start;
}

.latest-ir-section .col-md-12:nth-of-type(2) {
    align-self: flex-start;
    flex-grow: 1;
    margin-top: 0;
}

.latest-ir-section .col-md-4 > .row {
    flex-direction: column;
}

.latest-ir-section .block-container > .row
{
    align-content: space-between !important;
}

.latest-ir-section .block-container > .row {
    align-content: space-between !important;
}
.latest-ir-section .block-container .btn-cta {
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .latest-ir-section .block-container .btn-cta {
        margin-bottom: 3rem;
    }
}




/* Cookies and cookie settings */

.cookieSettings {
    margin-top: 24px;
}

.cookie-setting-item {
    margin-bottom: 12px;
}

.cookie-settings-set {
    margin-top: 24px;
}

/* The switch - the box around the slider */
.cookieSettings .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 21px;
    margin-bottom: 0px;
}

    /* Hide default HTML checkbox */
    .cookieSettings .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.cookieSettings .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(199, 205, 211);
    -webkit-transition: .4s;
    transition: .4s;
}



.cookieSettings .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.cookieSettings input:checked + .slider {
    background-color: rgba(255, 199,88,1);
}

.cookieSettings input:disabled + .slider {
    background-color: #c2c2c2;
}

.cookieSettings label:focus .slider,
.cookieSettings label:hover .slider {
    box-shadow: 0px 0px 2px rgba(255,199,88);
}

.cookieSettings input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.cookieSettings .slider.round {
    border-radius: 21px;
}

    .cookieSettings .slider.round:before {
        border-radius: 50%;
    }

/* Cookie bar */

#cookie_bar {
    position: fixed;
    border-bottom: 0;
    bottom: 0;
    top: auto;
    display: none;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff80;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
}

.cookie-bar-content {
    margin: 0 auto;
    padding-top: 10px;
    max-width: 992px;
    padding: 24px 12px;
}

#cookie_bar .button:hover
{
    cursor: pointer;
}


/* presentations */

.lapi-pagination-numeric button {
    border: .0625rem solid #ffc758;
    background-color: #ffc758;
    border-radius: 0px;
    transition: border-color .35s;
}
.lapi-pagination-numeric button:hover {
    border-color: #343e48;
}

/* Subscriptions */

.container.prenContainer {
    padding-left: 0px;
    padding-right: 0px;
}



.container.prenContainer .userMessage {
    color: #8aa5a6;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 10px;
}

.container.prenContainer .mailText {
    display: none;
}

.container.prenContainer .addBox input.button {
    -webkit-appearance: button;
    padding: 13px 20px;
    background-color: #ffc758;
    -webkit-transition: box-shadow 250ms cubic-bezier(.165,.84,.44,1);
    transition: box-shadow 250ms cubic-bezier(.165,.84,.44,1);
    line-height: 1.1666666667;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    border: 0;
}

.container.prenContainer .addBox input.button:hover {
    cursor: pointer;
}

.container.prenContainer .addBox,
.container.prenContainer .mailInput {
    display: inline-block;
}

#subscriptionbox
{
    display: flex;
    flex-wrap: wrap;
}

.container.prenContainer .mailInput {
    margin-right: 20px;
    margin-top: 4px;
    margin-bottom: 20px;
    min-width: 250px;
}


.mailInput .textfield {
    box-sizing: border-box;
    width: 100%;
    font: inherit;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    padding: 8px 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #d8e6e5;
    font-size: 16px;
    color: #343e48;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
}

.mailInput .textfield::-webkit-input-placeholder { 
    color: #343e48;
    font-size: 18px;
    line-height: 1;
}

.mailInput .textfield:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #343e48;
    font-size: 18px;
    line-height: 1;
}

.mailInput .textfield::placeholder {
    color: #343e48;
    font-size: 18px;
}

div.subscriptionBlock {
    margin-top: 2.33333333em;
}

.subscriptionDiv, .subscriptionDivSv{
    margin-top: 2rem;
}