.disabled {
    pointer-events: none !important;
}
.cursor-grab {
    cursor: ew-resize;
    cursor: -webkit-grab;
    cursor: grab;
}
.cursor-grab:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.color-inherit {
    color: inherit;
}
.overflow-hidden {
    -webkit-overflow-scrolling: auto !important;
    overflow: hidden !important;
    pointer-events: none;
}
.ll {
    position: relative;
}
.ll:after {
    background-color: currentColor;
    content: "";
    display: block;
    height: 0.09375rem;
    position: absolute;
    top: 100%;
    width: 100%;
}
.ll--b:after {
    height: 0.25rem;
}
.ll--s:after {
    left: 0;
    max-width: 0;
    -webkit-transition: max-width 0.4s;
    transition: max-width 0.4s;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .ll--s:hover:after {
        left: unset;
        max-width: 100%;
        right: 0;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ll--s:hover:after {
        left: unset;
        max-width: 100%;
        right: 0;
    }
}
.ll--g:after {
    max-width: 0;
    right: 0;
    -webkit-transition: max-width 0.4s;
    transition: max-width 0.4s;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .ll--g:hover:after {
        left: 0;
        max-width: 100%;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ll--g:hover:after {
        left: 0;
        max-width: 100%;
    }
}
.ll--small {
    position: relative;
}
.ll--small:after {
    left: 0;
    max-width: 0;
    top: 120%;
    -webkit-transition: max-width 0.3s;
    transition: max-width 0.3s;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .ll--small:hover:after {
        left: 0;
        max-width: 100% !important;
        top: 120%;
        -webkit-transition: max-width 0.3s;
        transition: max-width 0.3s;
        width: 100%;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ll--small:hover:after {
        left: 0;
        max-width: 100% !important;
        top: 120%;
        -webkit-transition: max-width 0.3s;
        transition: max-width 0.3s;
        width: 100%;
    }
}
.ll.active:after {
    left: 0;
    max-width: 100%;
}
.social-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: -0.46875rem;
}
.social-links li {
    padding: 0.46875rem;
}
.social-links li a,
.social-links li button {
    background: currentColor;
    border-radius: 50%;
    height: 2.5rem;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
    width: 2.5rem;
    will-change: transform;
}
.social-links li a .icon,
.social-links li button .icon {
    fill: #fff;
    height: 100%;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .social-links li a:hover,
    .social-links li button:hover {
        opacity: 1;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .social-links li a:hover,
    .social-links li button:hover {
        opacity: 1;
    }
}
.social-links li a:active,
.social-links li button:active {
    -webkit-transform: scale(0.9) translateZ(0);
    transform: scale(0.9) translateZ(0);
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
}
@media (hover: hover) and (pointer: fine) {
    .social-links:hover a,
    .social-links:hover button {
        opacity: 0.5;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .social-links:hover a,
    .social-links:hover button {
        opacity: 0.5;
    }
}
.btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 6.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: NotoSans-Bold;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 0.0625rem;
    line-height: 0.875rem;
    max-width: 100%;
    padding: 0;
    pointer-events: auto !important;
    position: relative;
    white-space: nowrap;
    z-index: 10;
}
@media (min-width: 768px) {
    .btn {
        font-size: 1rem;
        letter-spacing: 0.0625rem;
    }
}
.btn:after {
    background-color: currentColor;
    content: "";
    display: block;
    height: 0.0625rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .btn:hover:after {
        left: unset;
        right: 0;
        width: 0;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn:hover:after {
        left: unset;
        right: 0;
        width: 0;
    }
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn--primary {
    background-color: #b1ff79;
    color: #000;
    font-size: 1rem;
    height: 3.75rem;
    line-height: 1.625rem;
    min-width: 15rem;
    padding: 1rem 2rem;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    width: 100%;
}
@media (min-width: 768px) {
    .btn--primary {
        width: auto;
    }
}
.btn--primary:after {
    display: none;
}
@media (hover: hover) and (pointer: fine) {
    .btn--primary:hover {
        background: #ff6f6d;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn--primary:hover {
        background: #ff6f6d;
    }
}
.btn--secondary {
    background-color: #ba2e2c;
    color: #fff;
    height: 3.75rem;
    min-width: 15rem;
    padding: 1rem 1.5rem;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

@media (min-width: 768px) {
    .btn--secondary {
        padding: 1rem 2rem;
    }
}
.btn--secondary .btn__text {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn--secondary .icon {
    margin-left: 0.625rem;
    width: 0.75rem;
}
.btn--secondary .icon path {
    fill: #fff;
}
.btn--secondary:after {
    display: none;
}
@media (hover: hover) and (pointer: fine) {
    .btn--secondary:hover {
        background: #000000;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn--secondary:hover {
        background: #000000;
    }
}
.btn--light {
    background-color: #b1ff79;
    color: #000;
    font-family: NotoSans-Regular;
    padding: 0.6875rem 1.1875rem;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
    .btn--light:hover {
        background: #95e35d;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn--light:hover {
        background: #95e35d;
    }
}
.btn--light .icon {
    margin-left: 0.625rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 0.75rem;
}
.btn--light .icon path {
    fill: #007d40;
}
.btn--light:after {
    display: none;
}
.btn--light:hover .icon {
    -webkit-transform: translateX(70%);
    transform: translateX(70%);
}
.btn--load-more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 0.0625rem solid #007d40;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 13.125rem;
}
.btn--load-more:after {
    display: none;
}
.btn--load-more span {
    color: #007d40;
    font-family: NotoSans-Regular;
    font-size: 1.0625rem;
    letter-spacing: 0.025rem;
    line-height: 1.5;
}
.btn--load-more .icon {
    height: auto;
    margin-left: 0.9375rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 0.8125rem;
}
.btn--load-more .icon path {
    fill: #007d40;
}
@media (hover: hover) and (pointer: fine) {
    .btn--load-more:hover {
        background: #007d40;
    }
    .btn--load-more:hover span {
        color: #fff;
    }
    .btn--load-more:hover .icon path {
        fill: #fff;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn--load-more:hover {
        background: #007d40;
    }
    .btn--load-more:hover span {
        color: #fff;
    }
    .btn--load-more:hover .icon path {
        fill: #fff;
    }
}
.btn--link {
    letter-spacing: 0;
}
.btn--link:after {
    width: 0;
}
@media (hover: hover) and (pointer: fine) {
    .btn--link:hover:after {
        width: 100%;
    }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn--link:hover:after {
        width: 100%;
    }
}
.btn--text:after {
    background-color: #fff;
}
.btn--text .btn__text {
    color: #fff;
}
.btn--text .btn__text span {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
}
#moove_gdpr_cookie_modal {
    min-height: auto;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content {
    background: #eaeaea !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder img {
    width: auto !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li {
    color: #007d40;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    background-color: #fff !important;
    border-radius: 10px !important;
    color: #007d40 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span {
    text-transform: none !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button .gdpr-icon {
    color: #007d40;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button {
    background-color: #007d40 !important;
    border-color: #007d40 !important;
    color: #fff !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li.menu-item-selected button .gdpr-icon {
    color: #fff !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li:hover button {
    border-color: #007d40 !important;
    color: #007d40;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    display: none !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content {
    background: #fff !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .tab-title {
    color: #007d40 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-tab-main-content .cookie-slider:before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-tab-main-content a,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-tab-main-content p {
    color: #000 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-tab-main-content p a {
    color: #007d40 !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-tab-main-content p a:hover {
    color: #1a6e3c !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content {
    background: #fff !important;
    z-index: 8 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .mgbutton {
    background-color: #007d40 !important;
    border: 1px solid #007d40 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 12px 30px !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-right-content .moove-gdpr-modal-footer-content .mgbutton:hover {
    background-color: transparent !important;
    color: #007d40 !important;
}
.moove-gdpr-modal-close .gdpr-icon {
    background-color: #007d40 !important;
    border-color: #007d40 !important;
    color: #fff !important;
}
.moove-gdpr-modal-close:hover .gdpr-icon {
    background-color: #fff !important;
    border-color: #007d40 !important;
    color: #007d40 !important;
}
#moove_gdpr_cookie_info_bar {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.9) !important;
    border: none !important;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    left: 20px !important;
    margin-bottom: 10px !important;
    max-width: calc(100% - 40px);
}
@media (min-width: 992px) {
    #moove_gdpr_cookie_info_bar {
        left: 8.33% !important;
        max-width: 83.33%;
    }
}
@media (min-width: 1600px) {
    #moove_gdpr_cookie_info_bar {
        left: 20% !important;
        max-width: 60%;
    }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 30px 20px !important;
}
@media (min-width: 768px) {
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
        padding: 30px 60px !important;
    }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
    padding: 0 !important;
}
#moove_gdpr_cookie_info_bar p {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400 !important;
}
#moove_gdpr_cookie_info_bar p .change-settings-button,
#moove_gdpr_cookie_info_bar p a {
    color: #007d40 !important;
    font-weight: 700;
}
#moove_gdpr_cookie_info_bar p .change-settings-button:hover,
#moove_gdpr_cookie_info_bar p a:hover {
    color: #007d40 !important;
}
#moove_gdpr_cookie_info_bar .mgbutton {
    background-color: #007d40 !important;
    border: 1px solid #007d40 !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-weight: 700 !important;
    min-width: 160px;
    padding: 12px 30px !important;
}
#moove_gdpr_cookie_info_bar .mgbutton:hover {
    background-color: transparent !important;
    color: #007d40 !important;
}

.cover-bg.cover-bg--dark {
    background-color: #c8282a;
	
}

.navigation .nav-bar .lang-switcher {
    display: none !important;
}

