/* cookie policy */

.cookieconsent-popup {
    position: fixed;
    z-index: 30;
    bottom: 0px;
    width: 100%;
    left: 0px;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.cookieconsent-popup .cookie-left {
    background: #ffffff;
    font-size: 16px;
    color: #3b3b3b;
    font-family: 'Manrope';
    max-width: 660px;
    line-height: 26px;
    padding: 18px 26px 20px;
    border: 1px solid rgb(27 100 55 / 15%);
    border-right: none;
    padding-right: 14px;
    border-radius: 0px 0px 0px 0px;
    font-weight: 500;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    padding: 18px 26px;
    background: #ffffff;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
        border-radius: 0px 30px 0px 0px;
    border: 1px solid rgb(27 100 55 / 15%);
    border-left: none;
}

.cookieconsent-popup .cookieconsent-button-wrap .cookieconsent-cookie-policy-link {
    display: none;
}

.cookieconsent-popup .cookieconsent-button-wrap button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 25px;
    font-family: 'Indivisible-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -0px;
    margin-left: 15px;
    color: #1b1b1b;
    border-radius: 0px;
    height: 50px;
}



.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type {
    background: #1b6437;
    color: #ffffff;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type {
    color: #1b6437;
    background: none;
    border: 1px solid #1b6437;
}


.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type:hover {
	color:#9ec600;
	border-color:#9ec600;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:hover {
    background:#9ec600 !important;
	color:#ffffff;
}

.cookieconsent-popup .cookieconsent-button-wrap button > span {
    float: left;
    margin-top: 3px;
}

.cookieconsent-dialog {
    position: fixed;
    z-index: 999;
    background: rgb(91 102 115 / 50%);
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    padding: 50px;
    backdrop-filter: blur(2px);
    display: none;
}

.cookieconsent-dialog .cookieconsent-edit-settings {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
}

.cookieconsent-dialog .cookieconsent-edit-settings .edit-settings-inner {
    max-width: 750px;
    background: #ffffff;
    font-family: 'Manrope';
    font-size: 16px;
    color: #3b3b3b;
    padding: 30px;
    border: 1px solid rgb(23 46 32 / 10%);
    padding-top: 23px;
    border-radius: 0px 30px 0px 0px;
    font-weight: 500;
}
.cookieconsent-dialog .cookieconsent-edit-settings .edit-settings-inner h2 {
    font-family: 'Indivisible-Medium';
    font-size: 30px;
    color: #1b6437;
    margin-bottom: 14px;
    margin-top: 4px;
}

.cookieconsent-dialog .cookieconsent-edit-settings .edit-settings-inner p {
    margin-bottom: 15px;
    line-height: 30px;
}

.cookieconsent-dialog .cookieconsent-edit-settings .edit-settings-inner .cookieconsent-level-changer-wrap {
    clear: both;
}

.cookieconsent-dialog .cookieconsent-edit-settings .edit-settings-inner .cookieconsent-level-changer-wrap .cookieconsent-logo-link {
    display: none;
}

.cookieconsent-dialog .cookieconsent-edit-settings .edit-settings-inner .cookieconsent-level-changer-wrap .ui-state-highlight {
    color: #1b6437;
    padding: 0px !important;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0px !important;
    letter-spacing: -0.02em;
    font-family: Indivisible-Bold;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer {
    display: flex;
    flex-wrap: wrap-reverse;
    margin-top: 0px;
    clear: both;
    float: left;
    margin-bottom: 20px;
    justify-content: space-between;
    margin-top: 5px;
}

.cookieconsent-dialog .cookieconsent-edit-settings .edit-settings-inner .cookieconsent-level-changer-wrap {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cookieconsent-dialog .cookieconsent-edit-settings .edit-settings-inner .cookieconsent-cookie-policy-link {
    text-decoration: underline;
    font-weight: 800;
    color: #1b6437;
}
.cookieconsent-dialog .cookieconsent-edit-settings .edit-settings-inner .cookieconsent-cookie-policy-link:hover {
    color: #9EC600;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer .cookieconsent-permission-panels {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer .cookieconsent-permission-panels .ui-corner-all {
    flex: 1;
    max-width: 48%;
    margin-top: 5px;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer .cookieconsent-permission-panels .ui-corner-all .cookieconsent-permission-panel-title {
    font-weight: 700;
    color: #1b6437;
    font-size: 15px;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer .cookieconsent-permission-panels .ui-corner-all ul {
    margin-top: 12px;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer .cookieconsent-permission-panels .ui-corner-all ul li {
    clear: both;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer a {
    flex: 1;
    max-width: 48%;
    margin: 0px !important;
    margin-bottom: 10px !important;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer a {
    color: #1b6437;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    height: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding: 0px;
    padding-left: 55px;
    border-radius: 5px;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer a:before {
    content: "\f00c";
    position: absolute;
    left: 0px;
    height: 40px;
    width: 40px;
    background: rgb(27 100 55 / 12%);
    text-align: center;
    font-family: 'FontAwesome-Light';
    color: transparent;
    padding: 12px 0;
    font-size: 14px;
    border-radius: 0px;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer a.activated {
    background: #ffffff;
    color: #1b6437;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer a.activated:before {
    color: #ffffff;
    background: #9EC600;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer a:first-of-type:before {
    color: #2b2b2b;
    background: #cccccc;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer a:first-of-type {
    color: #1b6437;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer .cookieconsent-permission-panels {
    margin-top: 7px;
}

.cookieconsent-dialog .cookieconsent-edit-settings {
    flex-direction: column-reverse;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-dialog-close span {
    display: none;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-dialog-close {
    color: red;
    position: relative;
    right: -342px;
    top: 57px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    opacity: 1;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-dialog-close:hover {
	opacity:0.5;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-level-changer a:first-of-type {
    pointer-events: none;
    cursor: default;
    filter: grayscale(1);
    opacity: 0.5;
    background: none;
}

.cookieconsent-dialog .cookieconsent-edit-settings .cookieconsent-dialog-close:before {
	content:"\f00d";
	font-family: 'FontAwesome-Light';
}
 