:root, :host {
    --hero-height: 40vw;
    --section-padding-x: 0px;
    --section-padding-y: 30px;
    --module-padding-x: 24px;
    --module-padding-y: 24px;
    --hero-padding-top: 0rem;
    --hero-padding-bottom: 2rem;
    --color-orange: #df6c42;
    --section-padding-top: 2rem;
    --section-padding-bottom: 2rem;
    --clemondo-dark-green: #183424;
    --white: #FFF;
    --color-clemondo-lightest-green: #9dbe3a;
    --color-clemondo-lighter-green: #387739;
    --color-text-primary-light: #29583d;

}
.table {
    --bs-table-bg: transparent;
    --bs-table-border-color: #183424;
    --bs-border-width: 2px;
}

footer{
    --section-padding-bottom: 4rem;
    --section-padding-top: 4rem;
}
.grid-section > *,
.grid-section .row > *,
.grid-section .row {
    --bs-gutter-x: 2.5rem;
}
/* Adjust padding for tablets */
@media (min-width: 768px) {
    :root, :host {
        --hero-height: 40vw;
        --section-padding-x: 0rem;
        --section-padding-y: 6rem;
        --module-padding-x: 36px;
        --module-padding-y: 36px;
        --hero-padding-top: 0rem;
        --hero-padding-bottom: 2rem;
        --section-padding-top: 2rem;
        --section-padding-bottom: 2rem;
    }
}

/* desktop */
@media (min-width: 1200px) {
    :root, :host {
        --hero-height: 30vw;
        --section-padding-top: 2rem;
        --section-padding-bottom: 2rem;
        --hero-padding-top: 0rem;
        --hero-padding-bottom: 2rem;
    }

    .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;
        --hero-height: 30vw;
        --section-padding-top: 2rem;
        --section-padding-bottom: 2rem;
        --hero-padding-top: 0rem;
        --hero-padding-bottom: 2rem;
    }
}

@media (min-width: 1400px) {
    :root, :host {
        --hero-height: 25vw;
    }

    .umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
    }
}


/*** Typography ***/

body {
    color: #183424;
    color: var(--clemondo-dark-green);
}


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

a {
    text-decoration: none;
}

.module.rte a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

a:hover {
    text-decoration: none !important;
}


p {
    font-weight: 400;
    line-height: 1.4;
}


strong {
    font-weight: 700;
}

p.lead {
    font-size: 1.125rem;
    font-weight: 400;
}

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 500;
}




h1, .h1 {
    font-size: clamp(1.8rem, 1.4rem + 1.8vw, 2.75rem);
    margin-bottom: clamp(1.6rem, 1.35rem + 1.2vw, 2.25rem);
    line-height: 1.2;
}

h2, .h2 {
    margin-bottom: clamp(1.6rem, 1.35rem + 1.2vw, 2.25rem);
    font-size: clamp(1.8rem, 1.2rem + 1.2vw, 2.4rem);
    line-height: 1.3;
}

h3, .h3 {
    margin-bottom: clamp(0.8rem, 0.4rem + 0.8vw, 1.5rem);
    font-size: calc(1.3rem + .6vw);
    font-size: clamp(1.4rem, 1.275rem + 0.3vw, 1.75rem);
}

    h3.pressrelease-headline {
        font-size: clamp(1.4rem, 1.275rem + 0.3vw, 1.75rem);
        line-height: 1.2;
    }

h4, .h4 {
    margin-bottom: .5rem;
    font-size: calc(1.3rem + .6vw);
    font-size: 1.25rem;
    font-weight: 600;
}

main ol, main ul {
    margin-bottom: 2.25rem;
}



.button-end {
    display: flex;
    justify-content: end;
}


.module.aspect-ratio_4_3 {
    aspect-ratio: 4 / 3;
}

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

.dark-background p a {
    text-decoration: underline;
}

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

.dark-background p a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    -webkit-transition: .18s ease-in-out;
    transition: .18s ease-in-out;
    color: #e6fd76;
}

    .dark-background p a:hover {
        text-decoration: none;
    }

@media screen and (min-width: 992px) {
    .mt-lg-large {
        margin-top: 6rem !important;
    }
}


.image-rounded-corners img {
    border-radius: 25px;
    object-fit: cover !important;
}

.rounded-corners-25,
.rounded-corners-25 > .overlay {
    border-radius: 25px;
}

.rounded-corners-top-25,
.rounded-corners-top-25 > .overlay {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow: hidden;
}


.aspect-ratio-4_2
{
    aspect-ratio : 4 / 2;
}




/** Colors **/
.color-lime {
    color: #e6fd76;
}
/* Disposition */

section.hero {
    padding-top: var(--hero-padding-top, 6rem);
    padding-bottom: var(--hero-padding-bottom, 0);
}


footer section:not(:first-of-type) {
    padding-top: 3rem !important;
}

footer section:not(:last-of-type) {
    padding-bottom: 0;
}

footer section:not(:last-of-type) .layout-wrapper {
    border-bottom: 1px solid #2c6042;
    padding-bottom: 3rem;
}


/* End Disposition */


/* Front page */

.beq-module .beq-news-list-content
{
    line-height: 1.4
}


.latest-news-section > div > .layout-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.latest-news-section .beq-news-list-content {
    margin-bottom: 0px;
}

.beq-module .beq-news-list-item-wrapper {
    border-bottom: 1px solid transparent;
}

.beq-module .beq-news-list-item-wrapper:not(:last-of-type) {
    border-bottom: 1px solid var(--color-clemondo-lightest-green);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}


.beq-module-7ff15c84-5eaf-4002-bcdd-9ca87d4fa004 .beq-news-list {
    margin-top: 3rem;
}

.beq-module .beq-news-detail-file-thumbnail
{
    width: 120px;
}
.beq-module .beq-news-detail-file-thumbnail img {
    border-radius: 8px;
    border: 1px solid var(--color-clemondo-lightest-green);
}
.beq-module .beq-news-detail-file
{
    margin-bottom: 1rem;
}

.latest-news-section .videos-list-item-wrapper {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

.latest-news-section .videos-list-item-wrapper .videos-list-item {
    display: flex;
    flex-direction: column;
}

.latest-news-section .videos-list-item-wrapper .videos-list-item .video-list-item-player {
    order: 3;
}

.latest-news-section .videos-list-item-wrapper .videos-list-item .videos-list-item-timestamp {
    order: 2;
}

.latest-news-section .videos-list-item-wrapper .videos-list-item .videos-list-item-heading {
    order: 1;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.beq-calendar-item-heading .beq-calendar-item-date-text {
    color: var(--clemondo-dark-green);
}



/** Stock chart **/


.key-indicators > * {
    border-left: 3px solid var(--clemondo-dark-green);
    margin-bottom: 1rem;
}

.key-indicators {
    border: 0px;
    padding: 0rem;
}

@media screen and (min-width: 520px) {
    .key-indicators > * {
        flex: 33%;
    }
}

.key-indicators .label {
    font-weight: 600;
}

.btn.btn-stockchart {
    flex: 0 1 auto;
}


.key-indicators > * {
    background-color: #dae2a0;
    border-radius: 25px;
    border-left: 0px !important;
    padding: 2rem;
}

@media screen and (min-width: 768px) {
    .key-indicators > * {
        flex: 0 0 calc(50% - 2rem);
    }
}

@media screen and (min-width: 992px) {
    .key-indicators > * {
        flex: 0 0 calc(33% - 2rem);
    }
}

@media screen and (min-width: 1200px) {
    .key-indicators > * {
        flex: 0 0 calc(33% - 2rem);
    }
}


.key-indicators {
    justify-content: space-between;
    row-gap: 2rem;
    margin-top: 2rem;
}


.key-indicators .key-indicator-value, .key-indicators .key-indicator-prefix {
    font-size: clamp(1.4rem, 1.325rem + 1.2vw, 2.4rem);
    color: #29583d;
    font-weight: 600;
}
.key-indicators .key-indicator-value.smaller
{
    font-size: 1.2rem;
}
.key-indicators .key-indicator-prefix {
    font-size: 1.4rem;
}

/* End Stockchart and key indicators */

/*** CTA Button ***/
/** Buttons **/
.cta-group-wrapper {
    min-height: auto !important;
}

.cta-group-wrapper .row > .col-md-12 {
    flex: 0 0 auto;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.beq-module .beq-button,
.aoa-file > a,
.module.cta .btn.btn-cta,
.subscribe-button.btn.btn-cta,
.pagination-show-more .paging-button,
.pagingbox .page-item .page-link {
    background-color: var(--color-clemondo-lighter-green);
    border: 2px solid var(--color-clemondo-lighter-green);
    color: #FFF;
    border-radius: 12px;
    padding: 0px 24px 0px 24px;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    min-height: 48px;
    -webkit-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out;
    transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out, box-shadow .35s ease-in-out, -webkit-box-shadow .35s ease-in-out;
}

.pagination-show-more .paging-button,
.pagingbox .page-item .page-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pagingbox .page-item.disabled .page-link {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}
.beq-module .beq-button:hover,
.aoa-file > a:hover,
.module.cta .btn.btn-cta:hover,
.subscribe-button.btn.btn-cta:hover,
.pagination-show-more .paging-button:hover,
.pagingbox .page-item:not(.disabled) .page-link:hover {
    background-color: var(--clemondo-dark-green);
    border-color: var(--clemondo-dark-green);
    color: #FFFFFF;
}


.pagination-show-more {
    justify-content: center;
}

.pagingbox .page-item:not(.disabled) .page-link:hover {
    cursor: pointer
}


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


.btn-cta .btn-icon {
    margin-left: .5rem;
    font-size: .75rem;
}

    .btn-cta .btn-icon i:before {
        vertical-align: baseline;
    }



.dark-background .btn.btn-cta:not(:hover),
.dark-background pagination-show-more .paging-button:not(:hover) {
    background-color: #e6fd76;
    color: #0c343d;
    border-color: #e6fd76;
}

/* End CTA */



/* Header */

header#top-header
{
    background-color: var(--clemondo-dark-green);
    color: var(--white);
}

header#main-header {
    position: relative;
    z-index: 10;
    align-items: center;
    display: flex;
}


@media screen and (min-width: 1200px) {
    header {
        /*font-size: .9375rem;*/
    }
}




/* End Header */

.main-nav
{
    z-index: 10;
}



.nav-link {
    color: #183424;
}
#mobile-overlay-nav .nav-button,
#mobile-overlay-nav .nav-link {
    color: #FFF;
}



@media screen and (max-width: 1199px) {
    li .haschildren .nav-button {
        border: 0;
    }
}

.navbar-brand-image {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

    .navbar-brand-image img {
        max-height: 30px;
        height: 80px;
    }


.mobile-nav ul {
    list-style-type: none;
}
.mobile-nav .nav-icon svg
{
    stroke-width: 1.5px;
    stroke: currentColor;
    width: 14px;
    height: 14px;
}

.mobile-nav .navbar-nav > li {
    border-bottom: 1px solid #2c60424d;
}

.mobile-nav ul.sub-menu li {
    padding-left: 1rem;
}

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

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

.navbar-nav > .nav-item > .nav-button {
    border: 0px;
    position: relative;
    z-index: 1;
}


.navbar-nav > .nav-item > .nav-button > .nav-link {
    padding: 1rem 1.5rem;
    white-space: nowrap;
    font-weight: 600;
}




@media screen and (min-width: 1200px) {


    .navbar-nav > .nav-item > .nav-button > .nav-link {
        padding: .5rem 1.5rem;
        white-space: nowrap;
    }

    .navbar-brand-image img {
        max-height: 47px;
    }


    .navbar-nav > .nav-item > .nav-button > .nav-link {
        padding: .5rem .5rem;

    }
}

.nav-item .nav-link:hover {
    cursor: pointer;
}


.navbar-nav > .nav-item.current > .nav-button > .nav-link,
.navbar-nav > .nav-item.current > .nav-button > .nav-link:hover {
    color: #222;
}

.nav-button-open-mobile {
    padding: .875rem 1.5rem;
    border-radius: 2.5rem;
    color: #FFF;
}

    .nav-button-open-mobile:hover {
        color: #222;
    }

.nav-button-open-mobile {
    border-radius: 2rem;
    line-height: 1;
    color: #000;
    background-color: transparent;
    display: flex;
    padding: 1.25rem 1.25rem 1.25rem 1.625rem;
    gap: .8125rem;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    border: 0px;
    outline: 0 !important;
}

    .nav-button-open-mobile .header-button-icon {
        width: 100%;
    }


.main-menu-dropdown {
    display: none;
    position: absolute;
    top: 100%;
}

@media screen and (min-width: 1200px)
{
    .nav-icon svg {
        width: 12px;
        height: 12px;
        stroke: currentColor;
        stroke-width: 1px;
    }
}

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

@media screen and (min-width: 1200px) {
    li.haschildren .nav-button {
        height: 100%;
    }
}

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

.nav-button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.main-menu-dropdown ul {
    grid-row-gap: .25rem;
    background-color: #FFFFFF;
    border: 0px solid transparent;
    border-radius: .5rem;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    padding: .5rem 1rem;
    list-style-type: none;
    display: flex;
    min-width: 200px;
    border: 1px solid #dae2a0;
    font-weight: 600;
}



body.page-level-1:not(.scrolled) header:not(.mobile-menu-open) .main-menu-dropdown ul {
    background-color: #FFF;
}

.main-menu-dropdown li {
    white-space: nowrap;
    line-height: 1.22222;
}


.main-menu-dropdown li > .nav-link {
    padding: .25rem 0rem .25rem 0rem;
}


.mobile-overlay {
    background-color: #000;
    z-index: 99;
    opacity: 0.4;
}

#mobile-overlay-nav {
    z-index: 100;
    width: 100%;
    background-color: #fff;
}

@media (min-width: 768px) {
    #mobile-overlay-nav {
        max-width: 30rem;
    }
}


.navbar-nav .dropdown > .nav-button > .nav-link span,
.navbar-nav .dropdown > .nav-link span.child-nav-link-name {
    display: inline-block;
    position: relative;
}


.nav-action-button {
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    padding: 10px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-color: #FFF;
    margin-top: 0rem;
}

.nav-action-button:hover,
.lightbox-button.lightbox-close:hover {
    color: #4c4c4c;
    cursor: pointer;
}
#mobile-overlay-nav .nav-action-button,
#mobile-overlay-nav .nav-action-button:hover
{
    color: #FFF;
    background-color: transparent;
}


#mobile-overlay-nav {
    z-index: 100;
    width: 100%;
    background-color: #183424;
    max-width: 90vw;
}

.mobile-nav .navbar-nav > .dropdown > div > .nav-link {
    line-height: 1;
    text-align: left;
}

@media (min-width: 768px) {
    #mobile-overlay-nav {
        max-width: 30rem;
    }
}

.mobile-overlay {
    background-color: #000;
    z-index: 99;
    opacity: 0.4;
}



/*** End Main Menu ***/




/** Transitions **/
.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.transition-speed-0_5 {
    transition-duration: .5s;
}

.transition-backgroundcolor {
    transition: background-color .15s linear;
}

.rotate-180 {
    transform: rotate(180deg);
}

.flip-180 {
    transform: rotateX(180deg);
}

.block-container.module-has-bg,
.block-container.module-has-bg .overlay
{
    border-radius: 25px;
}
/** Block menus **/
.block-menu .dropdown-menu {
    position: relative;
    background-color: #FFF;
}

@media (min-width: 992px) {
    .block-menu .dropdown-menu {
        position: absolute;
        border-radius: 0px;
        border: 1px solid #f2f2f2;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
}




.block-menu .block-menu-dropdown > .nav-link {
    padding: 4px 8px;
    font-weight: 500;
    font-size: 1.2rem;
}

.block-menu .navbar-nav > .block-menu-dropdown > .nav-link {
    font-weight: 600;
    font-size: 1.2rem;
}

.lightbox-html {
    justify-content: center;
    display: flex;
    max-width: clamp(30%, 90%, 600px);
    max-height: 600px;
}

/* News module */

.beq-news-list .beq-news-list-content {
    line-height: 1.4;
}

.beq-news-list .beq-news-list-item-headline {
    font-weight: 600;
    font-size: clamp(1.4rem, 1.275rem + 0.3vw, 1.75rem);
    line-height: 1.2;
}


/* Role List */


.role-list .image-column-content img {
    aspect-ratio: 7 / 8;
    object-fit: cover;
    object-position: top;
    max-width: 300px;
    border-radius: 25px;
}

.auditor-role-list .role-title {
    display: none;
}

.auditor-role-list .role-name {
    margin-bottom: clamp(1.6rem, 1.35rem + 1.2vw, 2.25rem);
    font-size: clamp(1.8rem, 1.2rem + 1.2vw, 2.4rem);
    line-height: 1.3;
    font-weight: 500;
}

.role-list:not(.ir-contact-role-list):not(.auditor-role-list) {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}




.role-list:not(.ir-contact-role-list):not(.auditor-role-list) .role-item {
    flex-direction: column;
    flex: 0 1 100%;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
}

@media screen and (min-width: 768px) {
    .role-list:not(.ir-contact-role-list):not(.auditor-role-list) {
        row-gap: 4rem;
    }

    .role-list:not(.ir-contact-role-list):not(.auditor-role-list) .role-item {
        flex: 0 1 calc(50% - 2rem);
    }
}

.role-list:not(.ir-contact-role-list):not(.auditor-role-list) .role-name {
    margin-bottom: .5rem;
}

.role-list:not(.ir-contact-role-list):not(.auditor-role-list) .role-title {
    font-weight: 500;
    display: block;
    margin-bottom: 1.5rem;
}


.role-list:not(.ir-contact-role-list):not(.auditor-role-list) .description-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.role-list:not(.ir-contact-role-list):not(.auditor-role-list) .image-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 1rem;
}

.ir-contact-role-list .role-list-column-content.description-column-content {
    line-height: 1;
}

.ir-contact-role-list h4 {
    margin-bottom: 0px;
}

.ir-contact-role-list .role-title {
    margin-bottom: 1rem;
    display: block;
}



/* Generic Arena modules */

.beq-module .beq-icon-link:hover {
    color: var(--color-clemondo-lighter-green);
}

.link-primary-color:hover {
    color: var(--color-clemondo-lighter-green);
}

/* Document module */

time.document-list-item-timestamp.list-item-timestamp {
    min-width: 90px;
}

.corporategovernancereports-list-item time {
    display: none;
}

.aoa-file a:after {
    content: "\f356";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .25rem;
}


.publicofferdocuments-list-item .attached-file-pdf:before,
.corporategovernancereports-list-item .attached-file-pdf:before {
    content: "\f356" !important;
}

/* Generic modules */
.beq-filter .beq-input-text,
.beq-filters .beq-filter select {
    border: 1px solid var(--color-clemondo-lightest-green);
    border-radius: 8px;
}

/* End generic modules */
/* Video module */
.corporate-video-list .pagination {
    justify-content: center;
}

.corporate-video-list .videos-list-item-timestamp {
    display: none;
}

.videos-list-item-heading {
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
}



.video-list-item-player {
    margin-bottom: 1rem;
    border-radius: 25px;
    overflow: hidden;
}


@media screen and (min-width: 768px) {
    .videos-list-item-wrapper {
        flex: 0 0 calc(50% - 1.5rem);
    }
}

.videos-list-box {
    gap: 3rem;
}


/* Reports module */

.beq-module .beq-reports-table-body tr.beq-report-headers {
    border-bottom: 2px solid var(--color-clemondo-lightest-green);
}


.beq-module .beq-reports-table-body tr {
    border-bottom: 1px solid var(--color-clemondo-lightest-green);
}

.latest-reports-section .beq-module .beq-reports-table-body tr {
    border-bottom: 0px;
}

.beq-report-heading-text {
    font-weight: 500;
}


span.beq-report-date.beq-table-date {
    color: inherit !important;
}

/* End reports module */

/* Calendar module */

.beq-calendar-item-heading-text
{
    font-weight: 500;
}

.beq-calendar-list .beq-calendar-item {
    border-bottom: 1px solid var(--color-clemondo-lightest-green);
}

.upcoming-events-section .beq-calendar-list .beq-calendar-item {
    padding: 9px 0px 9px 0px;
    border-bottom: 0px;
}

/* End Calendar module */

/* Subscription module */
.beq-news-subscription-form .beq-input-email {
    max-width: 100%;
    width: 300px;
    border: 0px;
    border-radius: 3px;
    padding: .75rem 1rem;
    color: #222;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 8px;
    background-color: #FFF;
    opacity: .8;
}

.beq-news-subscription-form .beq-button-submit-container .beq-sign-up-button {
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 8px;
    min-height: 48px;
    padding: 0px 24px 0px 24px;
    line-height: 28px;
    font-weight: 600;
}

.beq-news-subscription-form .beq-button-submit-container .beq-sign-up-button:hover:not(:disabled)
{
    background-color: transparent;

}

.beq-news-subscription-form .beq-button-submit-container .beq-sign-up-button:disabled {
    background-color: transparent;
    cursor: default;
    opacity: .5;
}
.beq-subscription-consent-container a {
    text-decoration: underline;
}

/* End Subscription module */


/* News module */


/* End news module */

.beq-news-list {
    max-width: 992px;
}