@charset "UTF-8";
.chosen-container {
    width: 100% !important;
}

.chosen-choices {
    background: transparent !important;
    box-shadow: none !important;
    transition: border 0.2s;
    box-shadow: none !important;
    transition: border 0.2s;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgb(161, 197, 23) !important;
}

.chosen-container-active {
    box-shadow: 0 0 0 4px rgba(250, 187, 34, 0.5);
    transition: box-shadow 0.2s;
}
.chosen-container-active .chosen-choices {
    border: 3px solid rgb(161, 197, 23) !important;
}

.chosen-search-input {
    margin: 4px 0 4px 8px !important;
    padding: 11px 8px 11px 8px !important;
    height: auto !important;
    font-size: 16px !important;
    font-family:
        "Gotham",
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Liberation Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji" !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
}

.search-choice {
    margin: 4px 0 4px 8px !important;
    background: none !important;
    border: 1px solid rgb(161, 197, 23) !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-family:
        "Gotham",
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Liberation Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji" !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
}

.search-choice-close {
    top: 50% !important;
    right: 0.5em !important;
    width: 1em !important;
    height: 1em !important;
    color: rgb(161, 197, 23) !important;
    background-image: svg-background(
        "data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='rgb(161, 197, 23)' stroke-width='2'><line x1='2' y1='2' x2='14' y2='14'/><line x1='2' y1='14' x2='14' y2='2'/></svg>"
    ) !important;
    background-size: 75% !important;
    background-position: 50% !important;
    transform: translateY(-50%);
    font-size: inherit !important;
}

.chosen-drop {
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25) !important;
}

.chosen-container .chosen-results li {
    padding: 0.5em 1em !important;
    font-size: 16px !important;
    font-family:
        "Gotham",
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Liberation Sans",
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji" !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
}
.chosen-container .chosen-results li.highlighted {
    background: rgb(161, 197, 23) !important;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: solid transparent 1px;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 50px);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    display: none;
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(20%, #fff),
        color-stop(50%, #f6f6f6),
        color-stop(52%, #eee),
        to(#f4f4f4)
    );
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow:
        0 0 3px #fff inset,
        0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow:
        0 0 3px #fff inset,
        0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../Images/Chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../Images/Chosen/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(../../Images/Chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    text-decoration: underline 2px rgb(161, 197, 23) !important;
    text-underline-offset: 4px;
    color: rgb(0, 0, 0) !important;
    background-color: white !important;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1%, #eee),
        color-stop(15%, #fff)
    );
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field .chosen-search-input {
    width: 100% !important;
    margin: 0 !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    display: none;
}

.chosen-container-multi
    .chosen-choices
    li.search-choice
    .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi
    .chosen-choices
    li.search-choice-focus
    .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(20%, #eee),
        color-stop(80%, #fff)
    );
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border: none !important;
}

.chosen-container-active {
    border: solid rgb(161, 197, 23) 1px;
    border-radius: 25px;
    box-shadow: none;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min-resolution: 144dpi),
    only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type="text"] {
        background-image: url(chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}
.btn-primary {
    color: rgb(255, 255, 255);
    border: 1px rgb(161, 197, 23) solid;
    text-decoration: none;
}
.btn-primary:hover {
    text-decoration: none;
    color: rgb(161, 197, 23);
    background-color: rgb(255, 255, 255);
}

.btn-secondary {
    color: rgb(0, 0, 0);
}

.btn-outline-primary {
    color: rgb(161, 197, 23);
    background-color: rgb(255, 255, 255);
    text-decoration: none;
}
.btn-outline-primary:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(161, 197, 23);
    text-decoration: none;
}

.btn-outline-secondary {
    color: rgb(0, 0, 0);
}

h1 {
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
}

h3 {
    font-weight: 500;
    text-transform: uppercase;
}

h4 {
    font-weight: 500;
    text-transform: uppercase;
}

a {
    text-underline-offset: 4px;
}

@font-face {
    font-family: "Gotham";
    font-weight: bold;
    /* links to all gotham Bold files, font-weight/style declaration */
    src: url("../Fonts/Gotham/GothamHTF-Medium.otf") format("opentype");
}
@font-face {
    font-family: "Gotham";
    font-weight: bolder;
    /* links to all gotham Medium files, font-weight/style declaration */
    src: url("../Fonts/Gotham/GothamHTF-Medium.otf") format("opentype");
}
@font-face {
    font-family: "Gotham";
    font-weight: normal;
    /* links to all gotham Book files, font-weight/style declaration */
    src: url("../Fonts/Gotham/GothamHTF-Book.otf") format("opentype");
}
html,
body {
    scroll-padding-top: 185px;
}
html.noscroll,
body.noscroll {
    height: 100%;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    h1 {
        line-height: 86px;
    }
}

@media (min-width: 992px) {
    h2 {
        line-height: 72px;
    }
}

@media (min-width: 768px) {
    h3 {
        line-height: 44px;
    }
}

@media (min-width: 768px) {
    h4 {
        line-height: 40px;
    }
}

h5 {
    line-height: 1.5;
}

ul {
    margin-bottom: 0;
}

.navbar ul {
    padding-left: 0;
    list-style-type: none;
}

input[type="search"] {
    position: relative;
    font-size: 16px;
}

@media (min-width: 992px) {
    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }
    input[type="search"]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }
    input[type="search"]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }
}
.btn-green-light {
    background-color: rgba(161, 197, 23, 0.1);
}

/* This is configured using Bootstrap, not custom style required
.btn-lg {
    width: 300px;
    border-radius: 40px;
    padding: 15px 10px 7px 10px;
}
*/
.btn-green-dark {
    background-color: rgb(161, 197, 23);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(161, 197, 23);
    text-decoration: none;
}
.btn-green-dark:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(161, 197, 23);
    text-decoration: none;
}

.btn-white {
    background-color: rgb(255, 255, 255);
    color: rgb(161, 197, 23);
    border: 1px solid rgb(161, 197, 23);
    text-decoration: none;
}
.btn-white:hover {
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(161, 197, 23);
}

.scroll-top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 42px;
    height: 42px;
    bottom: -47px;
    right: 30px;
    border-radius: 50%;
    padding: 12px;
    background-color: rgb(196, 196, 196);
    border: none;
    transition: 0.42s ease all;
    z-index: 1030;
}
.scroll-top-button.active {
    transition: 0.42s ease all;
    bottom: 30px;
}
@media (max-width: 1149.98px) {
    .scroll-top-button.active {
        bottom: 90px;
    }
}

.curved-line-bg {
    position: relative;
}
@media (min-width: 992px) {
    .curved-line-bg::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: -30px;
        left: -10px;
        width: 100%;
        height: 1100px;
        z-index: -1;
        text-align: center;
        max-width: 1400px;
        transform: translateY(-20%);
        border-left: 1px solid #a1c517;
        border-top: 1px solid #a1c517;
        border-top-left-radius: 100%;
        margin: auto;
        margin-left: 0;
        margin-right: 0;
    }
}

.no-curved-line-bg {
    z-index: 2;
}

.frame-corner-top-left-bottom-right img {
    border-top-left-radius: 6vmax;
    border-bottom-right-radius: 6vmax;
}

.frame-corner-bottom-left-top-right img {
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
}

.contact-with-image .contact-img img {
    object-fit: cover;
    object-position: center;
    height: auto;
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 246px;
}

.contact-press .press-img {
    min-width: 246px;
}
.contact-press .press-img img {
    object-fit: cover;
    object-position: center;
    height: auto;
    aspect-ratio: 1/1;
}
.contact-press .press-text {
    width: 100%;
}

.badges {
    border: solid 1px #a1c517;
    color: black;
    border-radius: 32px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 32px;
}
.badges label {
    padding: 4px 8px 4px 16px;
}
.badges div {
    height: 30px;
    width: 30px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.badges div:hover {
    background-color: white;
    fill: rgb(161, 197, 23);
}
.badges div:hover svg path {
    fill: rgb(161, 197, 23);
}
.badges:hover {
    text-decoration: none;
    color: black;
}

.clear-button {
    border-radius: 32px;
    padding: 4px 4px;
    float: right;
}

html {
    scrollbar-color: rgb(161, 197, 23) rgba(161, 197, 23, 0.1);
    scrollbar-width: thin;
}

::-webkit-scrollbar-track {
    background: rgba(161, 197, 23, 0.1);
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: rgb(161, 197, 23);
    border-radius: 32px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

.service_cards_slider ::-webkit-scrollbar-thumb {
    background: transparent;
}
.service_cards_slider ::-webkit-scrollbar-track {
    background: transparent;
}

/* Use "text-primary" instead (Boostrap default)*/
.color-green {
    color: rgb(161, 197, 23);
}

.color-green-light {
    color: rgba(161, 197, 23, 0.1);
}

.color-black {
    color: rgb(0, 0, 0);
}

.color-white {
    color: rgb(255, 255, 255);
}

.bg-green-light {
    background-color: rgba(161, 197, 23, 0.1);
}

.bg-green-dark {
    background-color: rgb(161, 197, 23);
    color: rgb(255, 255, 255);
}

.bg-white {
    background-color: transparent !important;
}

.font-size-sm {
    font-size: 16px;
}

.font-size-md {
    font-size: 18px;
}

.font-size-lg {
    font-size: 20px;
}

.font-size-xl {
    font-size: 24px;
}

.btn-green-light {
    background-color: rgba(161, 197, 23, 0.1);
}

.btn-green-dark {
    background-color: rgb(161, 197, 23);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(161, 197, 23);
}
.btn-green-dark:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(161, 197, 23);
}

.btn-white {
    background-color: rgb(255, 255, 255);
    color: rgb(161, 197, 23);
    border: 1px solid rgb(161, 197, 23);
}
.btn-white:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(161, 197, 23);
}

.plus::before {
    content: "+ ";
}

.frame-space-before-are-small {
    margin-top: 30px;
}

.frame-space-before-are-medium {
    margin-top: 60px;
}

.frame-space-before-are-large {
    margin-top: 90px;
}

.frame-space-before-are-xlarge {
    margin-top: 150px;
}

.frame-space-after-are-small {
    margin-bottom: 30px;
}

.frame-space-after-are-medium {
    margin-bottom: 60px;
}

.frame-space-after-are-large {
    margin-bottom: 90px;
}

.frame-space-after-are-xlarge {
    margin-bottom: 150px;
}

.input-label {
    margin-left: 24px;
    text-align: start;
    width: 100%;
}

.pulse,
.news .lSAction > .lSPrev,
.pi-4 .lSAction > .lSPrev,
.mask-service-cards-slider .lSAction > .lSPrev {
    border-radius: 50%;
    box-shadow: 0 0 0 rgb(161, 197, 23);
    animation: pulse 2s infinite;
    opacity: 1;
}

.pulse:hover,
.news .lSAction > .lSPrev:hover,
.pi-4 .lSAction > .lSPrev:hover,
.mask-service-cards-slider .lSAction > .lSPrev:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(161, 197, 23);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(161, 197, 23, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(161, 197, 23, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(161, 197, 23);
        box-shadow: 0 0 0 0 rgb(161, 197, 23);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(161, 197, 23, 0);
        box-shadow: 0 0 0 10px rgba(161, 197, 23, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(161, 197, 23, 0);
        box-shadow: 0 0 0 0 rgba(161, 197, 23, 0);
    }
}
.flex-1 {
    flex: 1;
}

form fieldset {
    padding: 0 15px;
}
form .input {
    padding: 10px 0;
}
form .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid lightgrey;
    border-color: rgb(161, 197, 23);
    height: 38px;
    padding: 0 10px;
}
form .form-group .input {
    margin-bottom: 20px;
}
form .row .input {
    margin-bottom: 0;
}
form .row .col-12,
form .row .col-6 {
    margin-bottom: 20px;
}
form select.form-control {
    width: auto;
    appearance: auto;
    cursor: pointer;
}
form .radio > label,
form .form-check-label,
form .form-check-label > input {
    cursor: pointer;
}
form button {
    margin-top: 30px;
}
form .clearfix > p {
    font-weight: 600;
}

.powermail_form .powermail_fieldwrap {
    margin-bottom: 20px;
}
.powermail_form .powermail_fieldwrap .control-label {
    width: 100%;
}
.powermail_form .powermail_fieldwrap div {
    width: 100%;
}
.powermail_form .powermail_fieldwrap .checkbox label,
.powermail_form .powermail_fieldwrap .checkbox input {
    cursor: pointer;
}
.powermail_form .powermail_field {
    padding: 10px 0;
}
.powermail_form .powermail_field .powermail_select,
.powermail_form .powermail_field .powermail_captcha {
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgb(161, 197, 23);
    cursor: pointer;
}
.powermail_form .powermail_field .powermail_select:focus,
.powermail_form .powermail_field .powermail_captcha:focus {
    color: black;
    background-color: white;
    box-shadow: rgba(161, 197, 23, 0.25) 0px 0px 0px 0.25rem;
    border-color: rgb(208, 226, 139);
    outline: 0px;
}
.powermail_form .powermail_field .powermail_captcha {
    margin: 0 20px 20px 0;
}
.powermail_form .powermail_input {
    width: 90%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid rgb(161, 197, 23);
}
.powermail_form .powermail_input:focus {
    color: black;
    background-color: white;
    box-shadow: rgba(161, 197, 23, 0.25) 0px 0px 0px 0.25rem;
    border-color: rgb(208, 226, 139);
    outline: 0px;
}
.powermail_form .powermail_field_error,
.powermail_form .powermail-errors-list {
    background-color: #ebccd1;
    color: #a94442;
    padding: 4px;
    margin-top: 3px;
    list-style: none;
    width: 90%;
}
.powermail_form .powermail_fieldwrap_type_check {
    width: 100%;
}

.modal .powermail_fieldwrap_type_check {
    width: 100%;
}

.navbar.header-navbar {
    padding-top: 6px;
    padding-bottom: 6px;
    background: rgb(255, 255, 255);
    font-size: 18px;
    transition:
        background-color ease 0.35s,
        padding ease 0.35s;
    scrollbar-color: red red;
    scrollbar-width: thin;
}
.navbar.header-navbar ::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
    border-radius: 0;
}
.navbar.header-navbar ::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 32px;
}
.navbar.header-navbar ::-webkit-scrollbar-corner {
    background: transparent;
}
.navbar.header-navbar ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.navbar.header-navbar ::-webkit-scrollbar {
    width: 10px;
}
.navbar.header-navbar .logo-close-section.collapsed {
    position: absolute;
    top: 0;
    height: 130px;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 0;
}
.navbar.header-navbar .navbar-toggler,
.navbar.header-navbar .navbar-brand {
    z-index: 3;
}
.navbar.header-navbar .navbar-search-open path.black,
.navbar.header-navbar .navbar-search-close path.black {
    fill: rgb(0, 0, 0);
}
@media (max-width: 1149.98px) {
    .navbar.header-navbar .navbar-search-open path.black,
    .navbar.header-navbar .navbar-search-close path.black {
        fill: rgb(0, 0, 0);
    }
}
.navbar.header-navbar .navbar-search-open path.white,
.navbar.header-navbar .navbar-search-close path.white {
    fill: rgb(255, 255, 255);
}
@media (max-width: 1149.98px) {
    .navbar.header-navbar .navbar-search-open path.white,
    .navbar.header-navbar .navbar-search-close path.white {
        fill: rgb(0, 0, 0);
    }
}
.navbar.header-navbar #logo-shadow {
    display: none;
}
.navbar.header-navbar .searchbar {
    display: flex;
    align-items: center;
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: transparent;
    border-radius: 35px;
    padding: 0;
    transition: 0.3s linear;
}
.navbar.header-navbar .searchbar.active {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 2px grey;
}
.navbar.header-navbar .searchbar.active .navbar-search-open path,
.navbar.header-navbar .searchbar.active .navbar-search-close path {
    fill: rgb(161, 197, 23);
}
.navbar.header-navbar .searchbar.active .search_icon {
    background: rgb(245, 249, 231);
}
.navbar.header-navbar .searchbar.active .search_input {
    padding: 0 20px;
    padding-left: 50px;
    width: 350px;
    caret-color: rgb(161, 197, 23);
}
.navbar.header-navbar .searchbar.active .search-icon-inside {
    display: block;
}
.navbar.header-navbar .searchbar-wrapper.mobile {
    flex: 1;
}
.navbar.header-navbar .searchbar-wrapper.mobile .searchbar {
    flex: 1;
    margin: 48px 0 48px 15px;
}
.navbar.header-navbar .searchbar-wrapper.mobile .searchbar .search_icon {
    display: none;
    pointer-events: none;
}
.navbar.header-navbar .searchbar-wrapper.mobile .searchbar .search_input {
    width: 100%;
}
.navbar.header-navbar .searchbar-wrapper.mobile .searchbar .immo-search {
    pointer-events: none;
}
.navbar.header-navbar .search_input {
    height: 100%;
    color: rgb(0, 0, 0);
    border: 0;
    outline: 0;
    padding: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: 0.3s;
}
.navbar.header-navbar .search-icon-inside {
    display: none;
    position: absolute;
    margin-left: 20px;
    font-size: 16px;
    color: grey;
}
.navbar.header-navbar .search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: rgb(161, 197, 23);
    text-decoration: none;
}
.navbar.header-navbar .searchbar-open {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s linear;
}
.navbar.header-navbar .searchbar-open li a {
    margin: 0 -50px !important;
    padding: 0 !important;
}
.navbar.header-navbar .nav-link {
    margin: 0 15px;
    transition: margin 0.2s linear;
}
.navbar.header-navbar .nav-link.active {
    text-decoration: underline 2px rgb(0, 0, 0);
}
.navbar.header-navbar .nav-link.active:hover {
    text-decoration: underline 2px rgb(161, 197, 23);
}
.navbar.header-navbar .dropdown-toggle.active .nav-link {
    color: rgb(0, 0, 0);
    text-decoration: underline 2px rgb(0, 0, 0);
}
.navbar.header-navbar .dropdown-toggle.active .nav-link:hover {
    text-decoration: underline 2px rgb(161, 197, 23);
}
.navbar.header-navbar .dropdown-item:active {
    color: rgb(0, 0, 0);
    text-decoration: underline 2px rgb(0, 0, 0);
}
.navbar.header-navbar .dropdown-item:active:hover {
    text-decoration: underline 2px rgb(161, 197, 23);
}
.navbar.header-navbar .dropdown-item.active {
    color: rgb(0, 0, 0);
    text-decoration: underline 2px rgb(0, 0, 0);
}
.navbar.header-navbar .dropdown-item.active:hover {
    text-decoration: underline 2px rgb(161, 197, 23);
}
.navbar.header-navbar .navbar-toggler {
    padding: 11px;
}
.navbar.header-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgb(161, 197, 23);
}
.navbar.header-navbar .navbar-toggler span {
    background-image: url(/_assets/7d8b28ed445886a202691c1e85a769a4/Icons/hamburger-black.svg);
}
.navbar.header-navbar .navbar-toggler.collapsed {
    border-color: transparent !important;
}
.navbar.header-navbar .navbar-toggler:not(.collapsed) span {
    background-image: url(/_assets/7d8b28ed445886a202691c1e85a769a4/Icons/close.svg);
    background-size: 20px;
}
.navbar.header-navbar .dropdown-menu {
    border: none;
    box-shadow: 1px 6px 4px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 4px 4px;
    padding: 10px 20px;
}
.navbar.header-navbar .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
    transform: translateY(-50%);
    border: none;
    background-image: url(/_assets/7d8b28ed445886a202691c1e85a769a4/Icons/angle-bottom.svg);
    width: 22px;
    height: 13px;
    transition: transform ease 0.35s;
}
.navbar.header-navbar .dropdown-toggle.show::after {
    transform: rotate(180deg) translateY(5px);
}
.navbar.header-navbar .legal {
    margin: 0;
}
.navbar.header-navbar .legal li {
    margin: 8px 15px;
}
.navbar.header-navbar .legal li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
}
.navbar.header-navbar .legal li:first {
    margin-top: 0;
}
.navbar.header-navbar .languagenavigation #dropdown-menu-button {
    margin-top: 1px;
    padding: 0 10px 0 12px;
    line-height: 41px;
}
.navbar.header-navbar .languagenavigation #dropdown-menu-button:after {
    display: none;
}
.navbar.header-navbar .languagenavigation #dropdown-menu-button svg {
    width: 20px;
    height: 20px;
}
.navbar.header-navbar .languagenavigation .dropdown-menu-end {
    inset: auto 0px auto auto;
    margin: 0px;
    min-width: auto;
    background: none;
    padding: 5px 0 0;
}
.navbar.header-navbar .languagenavigation .dropdown-menu-end .dropdown-item {
    padding: 13px 30px;
    background: rgb(242, 242, 242);
    border-radius: 0 0 4px 4px;
}
@media (min-width: 1150px) {
    .navbar.header-navbar .dropdown-toggle::after {
        display: none;
    }
    .navbar.header-navbar .dropdown-toggle:hover + .dropdown-menu {
        display: block;
    }
    .navbar.header-navbar .dropdown-toggle + .dropdown-menu {
        margin-left: 23px;
    }
    .navbar.header-navbar .dropdown-toggle + .dropdown-menu:hover {
        display: block;
    }
    .navbar.header-navbar .nav-link {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }
    .navbar.header-navbar .nav-link::after {
        display: block;
        right: 8px;
        bottom: 5px;
        left: 8px;
        position: absolute;
        content: "";
    }
    .navbar.header-navbar .navbar-search {
        margin-right: 150px;
    }
    .navbar.header-navbar .immo-search:hover {
        cursor: pointer;
    }
    .navbar.header-navbar .immo-search:hover circle {
        fill: rgb(255, 255, 255);
    }
    .navbar.header-navbar .immo-search:hover #search-house,
    .navbar.header-navbar .immo-search:hover #search-magnifier {
        fill: rgb(161, 197, 23);
    }
}
@media (max-width: 1149.98px) {
    .navbar.header-navbar
        .navbar-toggler[aria-expanded="true"]
        + .navbar-collapse.collapsing {
        left: 0;
    }
    .navbar.header-navbar
        .navbar-toggler[aria-expanded="false"]
        + .navbar-collapse.collapsing {
        left: 100%;
    }
    .navbar.header-navbar .navbar-collapse {
        display: block;
        height: auto !important;
        position: fixed;
        top: 0;
        width: 100vw;
        bottom: 0;
        left: 100%;
        padding-right: 24px;
        padding-left: 24px;
        background-color: rgb(255, 255, 255);
        transition: left ease 0.35s !important;
        overflow-y: scroll;
    }
    .navbar.header-navbar .navbar-collapse.show {
        left: 0;
    }
    .navbar.header-navbar .navbar-nav {
        padding-top: 142px;
    }
    .navbar.header-navbar .immo-search {
        position: fixed;
        bottom: 25px;
        right: 25px;
    }
    .navbar.header-navbar .languagenavigation {
        position: absolute;
        top: 60px;
        right: 95px;
        z-index: 1;
    }
}
.navbar.header-navbar.navbar-transparent {
    background: transparent;
}
.navbar.header-navbar.navbar-transparent #logo-shadow {
    display: block;
}
@media (min-width: 1150px) {
    .navbar.header-navbar.navbar-transparent {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .navbar.header-navbar.navbar-transparent .nav-link {
        color: rgb(255, 255, 255);
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    .navbar.header-navbar.navbar-transparent .nav-link:hover::after {
        border-bottom-color: rgb(255, 255, 255);
    }
}
@media (max-width: 1149.98px) {
    .navbar.header-navbar.navbar-transparent {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .navbar.header-navbar.navbar-transparent .navbar-nav {
        padding-top: 142px;
    }
}
.navbar.header-navbar.navbar-transparent .navbar-toggler.collapsed span {
    background-image: url(/_assets/7d8b28ed445886a202691c1e85a769a4/Icons/hamburger-white.svg);
}
.navbar.header-navbar.navbar-anchor-active {
    background: rgb(255, 255, 255);
}
.navbar.header-navbar.navbar-anchor-active .navbar-search-open path,
.navbar.header-navbar.navbar-anchor-active .navbar-search-close path {
    fill: rgb(0, 0, 0);
}
@media (min-width: 1150px) {
    .navbar.header-navbar.navbar-anchor-active {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .navbar.header-navbar.navbar-anchor-active .navbar-nav {
        padding-top: 0;
    }
}

.immosearch-container {
    background-color: transparent;
}
.immosearch-container.shadow-layer {
    background-color: rgba(161, 197, 23, 0.1);
    z-index: 1030;
}
.immosearch-container.active {
    position: absolute;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    height: stretch; /* Latest specification */
    min-height: 100%;
    width: 100%;
    transition: background-color 0.25s ease-in-out;
}
.immosearch-container.active .immosearch-container-content {
    right: 0 !important;
    transition: right 0.42s ease !important;
}
@media (min-width: 768px) {
    .immosearch-container .container {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
}

.immosearch-container-content {
    position: fixed;
    bottom: 0;
    top: 0;
    width: 80%;
    min-width: 1000px;
    right: -100%;
    min-height: 100%;
    height: 100%;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    height: stretch; /* Latest specification */
    padding-bottom: 150px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    background-color: rgb(255, 255, 255);
    transition: right 0.42s ease;
    z-index: 1040;
    overflow-y: auto;
}
@media (max-width: 1149.98px) {
    .immosearch-container-content {
        width: 100%;
        min-width: 100%;
    }
}
.immosearch-container-content .headline {
    margin-top: 112px;
}
.immosearch-container-content .headline h2 .green {
    color: rgb(161, 197, 23);
}
.immosearch-container-content .search-row .col-4,
.immosearch-container-content .result-row .col-4 {
    display: flex;
    justify-content: flex-end;
}
.immosearch-container-content .search-row {
    margin-top: 64px;
}
@media (max-width: 767.98px) {
    .immosearch-container-content .search-row {
        margin-top: 35px;
    }
}
.immosearch-container-content .search-row .search-field {
    width: 370px;
    padding-left: 75px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    border: 1px solid rgb(161, 197, 23);
}
@media (max-width: 767.98px) {
    .immosearch-container-content .search-row .search-field {
        width: 100%;
    }
}
.immosearch-container-content .search-row .search-icon {
    position: absolute;
    fill: rgb(152, 152, 152);
    top: 14px;
    left: 40px;
}
.immosearch-container-content .search-row button {
    width: fit-content;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid rgb(161, 197, 23);
    background: none;
}
.immosearch-container-content .filter-row {
    margin-top: 112px;
}
@media (max-width: 767.98px) {
    .immosearch-container-content .filter-row {
        margin-top: 40px;
    }
}
.immosearch-container-content .filter-row .select-dropdown {
    border-bottom: 1px solid rgb(161, 197, 23);
    width: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}
.immosearch-container-content .filter-row .dropdown-menu {
    width: 210px;
    border: none;
    background: rgb(161, 197, 23);
    border-radius: 0;
}
.immosearch-container-content .filter-row .dropdown-menu .dropdown-item {
    color: rgb(255, 255, 255);
    margin: 8px 0;
}
.immosearch-container-content .result {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}
.immosearch-container-content .result-row {
    max-height: max-content;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}
.immosearch-container-content .result-row .btn-green-dark {
    padding: 15px 60px;
}
@media (max-width: 767.98px) {
    .immosearch-container-content .result-row .btn-green-dark {
        padding: 7px 60px;
    }
}
.immosearch-container-content .close-button {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgb(161, 197, 23);
}
.immosearch-container-content .close-button svg {
    width: 30px;
    height: 30px;
}
.immosearch-container-content .close-button:hover {
    cursor: pointer;
}
.immosearch-container-content .bottom-bar {
    width: 100%;
    height: 70px;
    background-color: rgba(161, 197, 23, 0.2);
    position: absolute;
    bottom: 0;
}
.immosearch-container-content .bottom-bar a {
    width: fit-content;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(161, 197, 23);
}
@media (max-width: 767.98px) {
    .immosearch-container-content .bottom-bar a {
        margin: auto;
    }
}

.pi-project-status .col-2 {
    position: relative;
}
.pi-project-status .col-2:last-child {
    transform: rotate(180deg) translate(12px, 13px);
}
.pi-project-status .col-2:first-child {
    transform: translate(12px, 10px);
}
.pi-project-status #start {
    stroke: rgb(161, 197, 23);
}
.pi-project-status #end {
    stroke: rgb(228.5, 228.5, 228.5);
}
.pi-project-status .col-2:last-child.complete #end {
    stroke: rgb(161, 197, 23);
}
.pi-project-status.milestones-4 .col-2:nth-child(2),
.pi-project-status.milestones-4 .col-2:nth-child(3),
.pi-project-status.milestones-4 .col-2:nth-child(4),
.pi-project-status.milestones-4 .col-2:nth-child(5),
.pi-project-status.milestones-3 .col-2:nth-child(2),
.pi-project-status.milestones-3 .col-2:nth-child(3),
.pi-project-status.milestones-3 .col-2:nth-child(4),
.pi-project-status.milestones-3
    .col-2:nth-child(4):not(.last)
    .col-2:nth-child(5),
.pi-project-status.milestones-2 .col-2:nth-child(2),
.pi-project-status.milestones-2 .col-2:nth-child(3),
.pi-project-status.milestones-2
    .col-2:nth-child(3):not(.last)
    .col-2:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
}
.pi-project-status.milestones-4 .col-2:nth-child(2)::after,
.pi-project-status.milestones-4 .col-2:nth-child(2)::before,
.pi-project-status.milestones-4 .col-2:nth-child(3)::after,
.pi-project-status.milestones-4 .col-2:nth-child(3)::before,
.pi-project-status.milestones-4 .col-2:nth-child(4)::after,
.pi-project-status.milestones-4 .col-2:nth-child(4)::before,
.pi-project-status.milestones-4 .col-2:nth-child(5)::after,
.pi-project-status.milestones-4 .col-2:nth-child(5)::before,
.pi-project-status.milestones-3 .col-2:nth-child(2)::after,
.pi-project-status.milestones-3 .col-2:nth-child(2)::before,
.pi-project-status.milestones-3 .col-2:nth-child(3)::after,
.pi-project-status.milestones-3 .col-2:nth-child(3)::before,
.pi-project-status.milestones-3 .col-2:nth-child(4)::after,
.pi-project-status.milestones-3 .col-2:nth-child(4)::before,
.pi-project-status.milestones-3
    .col-2:nth-child(4):not(.last)
    .col-2:nth-child(5)::after,
.pi-project-status.milestones-3
    .col-2:nth-child(4):not(.last)
    .col-2:nth-child(5)::before,
.pi-project-status.milestones-2 .col-2:nth-child(2)::after,
.pi-project-status.milestones-2 .col-2:nth-child(2)::before,
.pi-project-status.milestones-2 .col-2:nth-child(3)::after,
.pi-project-status.milestones-2 .col-2:nth-child(3)::before,
.pi-project-status.milestones-2
    .col-2:nth-child(3):not(.last)
    .col-2:nth-child(4)::after,
.pi-project-status.milestones-2
    .col-2:nth-child(3):not(.last)
    .col-2:nth-child(4)::before {
    content: "";
    width: 100%;
    height: 23px;
    background-color: rgb(228.5, 228.5, 228.5);
    position: absolute;
    top: 50%;
    margin-top: -13px;
    z-index: 9;
}
.pi-project-status.milestones-4 .col-2:nth-child(2)::before,
.pi-project-status.milestones-4 .col-2:nth-child(3)::before,
.pi-project-status.milestones-4 .col-2:nth-child(4)::before,
.pi-project-status.milestones-4 .col-2:nth-child(5)::before,
.pi-project-status.milestones-3 .col-2:nth-child(2)::before,
.pi-project-status.milestones-3 .col-2:nth-child(3)::before,
.pi-project-status.milestones-3 .col-2:nth-child(4)::before,
.pi-project-status.milestones-3
    .col-2:nth-child(4):not(.last)
    .col-2:nth-child(5)::before,
.pi-project-status.milestones-2 .col-2:nth-child(2)::before,
.pi-project-status.milestones-2 .col-2:nth-child(3)::before,
.pi-project-status.milestones-2
    .col-2:nth-child(3):not(.last)
    .col-2:nth-child(4)::before {
    background-color: none;
    display: none;
}
.pi-project-status.milestones-4 .col-2:nth-child(2).active::before,
.pi-project-status.milestones-4 .col-2:nth-child(3).active::before,
.pi-project-status.milestones-4 .col-2:nth-child(4).active::before,
.pi-project-status.milestones-4 .col-2:nth-child(5).active::before,
.pi-project-status.milestones-3 .col-2:nth-child(2).active::before,
.pi-project-status.milestones-3 .col-2:nth-child(3).active::before,
.pi-project-status.milestones-3 .col-2:nth-child(4).active::before,
.pi-project-status.milestones-3
    .col-2:nth-child(4):not(.last)
    .col-2:nth-child(5).active::before,
.pi-project-status.milestones-2 .col-2:nth-child(2).active::before,
.pi-project-status.milestones-2 .col-2:nth-child(3).active::before,
.pi-project-status.milestones-2
    .col-2:nth-child(3):not(.last)
    .col-2:nth-child(4).active::before {
    display: block;
    background-color: rgb(161, 197, 23);
    z-index: 10;
}
.pi-project-status.milestones-4 .col-2:nth-child(2).last::before,
.pi-project-status.milestones-4 .col-2:nth-child(3).last::before,
.pi-project-status.milestones-4 .col-2:nth-child(4).last::before,
.pi-project-status.milestones-4 .col-2:nth-child(5).last::before,
.pi-project-status.milestones-3 .col-2:nth-child(2).last::before,
.pi-project-status.milestones-3 .col-2:nth-child(3).last::before,
.pi-project-status.milestones-3 .col-2:nth-child(4).last::before,
.pi-project-status.milestones-3
    .col-2:nth-child(4):not(.last)
    .col-2:nth-child(5).last::before,
.pi-project-status.milestones-2 .col-2:nth-child(2).last::before,
.pi-project-status.milestones-2 .col-2:nth-child(3).last::before,
.pi-project-status.milestones-2
    .col-2:nth-child(3):not(.last)
    .col-2:nth-child(4).last::before {
    width: 75%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pi-project-status.milestones-4 .col-2:nth-child(2).complete::before,
.pi-project-status.milestones-4 .col-2:nth-child(3).complete::before,
.pi-project-status.milestones-4 .col-2:nth-child(4).complete::before,
.pi-project-status.milestones-4 .col-2:nth-child(5).complete::before,
.pi-project-status.milestones-3 .col-2:nth-child(2).complete::before,
.pi-project-status.milestones-3 .col-2:nth-child(3).complete::before,
.pi-project-status.milestones-3 .col-2:nth-child(4).complete::before,
.pi-project-status.milestones-3
    .col-2:nth-child(4):not(.last)
    .col-2:nth-child(5).complete::before,
.pi-project-status.milestones-2 .col-2:nth-child(2).complete::before,
.pi-project-status.milestones-2 .col-2:nth-child(3).complete::before,
.pi-project-status.milestones-2
    .col-2:nth-child(3):not(.last)
    .col-2:nth-child(4).complete::before {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pi-project-status.milestones-4 .col-2:nth-child(2) .milestone-line,
.pi-project-status.milestones-4 .col-2:nth-child(3) .milestone-line,
.pi-project-status.milestones-4 .col-2:nth-child(4) .milestone-line,
.pi-project-status.milestones-4 .col-2:nth-child(5) .milestone-line,
.pi-project-status.milestones-3 .col-2:nth-child(2) .milestone-line,
.pi-project-status.milestones-3 .col-2:nth-child(3) .milestone-line,
.pi-project-status.milestones-3 .col-2:nth-child(4) .milestone-line,
.pi-project-status.milestones-3
    .col-2:nth-child(4):not(.last)
    .col-2:nth-child(5)
    .milestone-line,
.pi-project-status.milestones-2 .col-2:nth-child(2) .milestone-line,
.pi-project-status.milestones-2 .col-2:nth-child(3) .milestone-line,
.pi-project-status.milestones-2
    .col-2:nth-child(3):not(.last)
    .col-2:nth-child(4)
    .milestone-line {
    background-color: rgb(228.5, 228.5, 228.5);
    width: 3px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: 20px;
}
.pi-project-status.milestones-4 .col-2:nth-child(2) .state,
.pi-project-status.milestones-4 .col-2:nth-child(3) .state,
.pi-project-status.milestones-4 .col-2:nth-child(4) .state,
.pi-project-status.milestones-4 .col-2:nth-child(5) .state,
.pi-project-status.milestones-3 .col-2:nth-child(2) .state,
.pi-project-status.milestones-3 .col-2:nth-child(3) .state,
.pi-project-status.milestones-3 .col-2:nth-child(4) .state,
.pi-project-status.milestones-3
    .col-2:nth-child(4):not(.last)
    .col-2:nth-child(5)
    .state,
.pi-project-status.milestones-2 .col-2:nth-child(2) .state,
.pi-project-status.milestones-2 .col-2:nth-child(3) .state,
.pi-project-status.milestones-2
    .col-2:nth-child(3):not(.last)
    .col-2:nth-child(4)
    .state {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 30%;
    margin-left: 5px;
    margin-top: 60px;
    transform: rotate(-30deg) translateX(-15px);
    text-transform: uppercase;
}
.pi-project-status .mobile #mobile-start {
    transform: translateY(98px) translateX(-1px) rotate(89deg);
}
@media (max-width: 500px) {
    .pi-project-status .mobile #mobile-start {
        transform: translateY(98px) translateX(-60px) rotate(89deg);
    }
}
.pi-project-status .mobile #mobile-end {
    transform: translateY(-100px) translateX(24px) rotate(-91deg);
}
@media (max-width: 500px) {
    .pi-project-status .mobile #mobile-end {
        transform: translateY(-100px) translateX(-35px) rotate(-91deg);
    }
}
.pi-project-status .mobile .end.complete #mobile-end #end {
    stroke: rgb(161, 197, 23);
}
.pi-project-status .mobile .state {
    font-size: 18px;
    position: absolute;
    left: 220px;
    top: 50%;
    transform: translateY(-15px);
}
@media (max-width: 500px) {
    .pi-project-status .mobile .state {
        left: 140px;
    }
}
.pi-project-status .mobile .mobile-milestone {
    height: 150px;
    position: relative;
}
.pi-project-status .mobile .mobile-milestone.active::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 100%;
    left: 127px;
    background-color: rgb(161, 197, 23);
}
@media (max-width: 500px) {
    .pi-project-status .mobile .mobile-milestone.active::after {
        left: 68px;
    }
}
.pi-project-status .mobile .mobile-milestone.last::after {
    height: 75%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pi-project-status .mobile .mobile-milestone.complete::after {
    height: 100%;
}
.pi-project-status .mobile .mobile-milestone::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 3px;
    background-color: #e5e5e5;
    left: 170px;
    top: 50%;
    transform: translateY(-3px);
}
@media (max-width: 500px) {
    .pi-project-status .mobile .mobile-milestone::before {
        left: 110px;
    }
}
@media (max-width: 500px) {
    .pi-project-status .mobile .mobile-milestone {
        height: 75px;
    }
}
.pi-project-status .mobile .mobile-milestone .milestone-line {
    position: absolute;
    width: 23px;
    height: 100%;
    background-color: #e5e5e5;
    left: 127px;
}
@media (max-width: 500px) {
    .pi-project-status .mobile .mobile-milestone .milestone-line {
        left: 68px;
    }
}

.anchor-navigation {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 105px;
    left: 0;
    z-index: 20;
    background: rgb(161, 197, 23);
    transition: all 0.42s ease;
    font-size: 18px;
}
.anchor-navigation.transparent:not(.anchor-navigation-show) {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(196, 196, 196, 0) 100%
    );
}
.anchor-navigation.transparent:not(.anchor-navigation-show):hover {
    background: rgb(161, 197, 23);
}
.anchor-navigation.transparent:not(.anchor-navigation-show) .anchor-nav {
    text-shadow: 0px 0px 5px rgb(152, 152, 152);
}
.anchor-navigation.transparent:not(.anchor-navigation-show)
    .anchor-nav:not(.show) {
    background: transparent;
}
.anchor-navigation .anchor-nav {
    flex: 10;
}
.anchor-navigation .navbar-toggler svg {
    transform: rotate(180deg) translateY(2px);
    transition: all 0.42s ease;
}
.anchor-navigation .navbar-toggler.collapsed svg {
    transform: rotate(0);
}
.anchor-navigation .navbar-toggler:focus {
    box-shadow: none;
}
.anchor-navigation .selected-item {
    color: rgb(255, 255, 255);
}
.anchor-navigation .nav-item {
    margin: 0 10px;
}
.anchor-navigation .nav-item a {
    padding-bottom: 8px;
    color: rgb(255, 255, 255);
    text-decoration-color: white;
}
@media (max-width: 991.98px) {
    .anchor-navigation .anchor-nav {
        background-color: rgb(161, 197, 23);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transition: top 0.42s ease;
    }
    .anchor-navigation .anchor-nav.show {
        position: fixed;
        top: 179px;
    }
    .anchor-navigation
        .anchor-nav
        .navbar-toggler[aria-expanded="true"]
        + .anchor-nav.collapsing {
        top: 105px;
    }
    .anchor-navigation
        .anchor-nav
        .navbar-toggler[aria-expanded="false"]
        + .anchor-nav.collapsing {
        top: 179px;
    }
    .anchor-navigation .nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 767.98px) {
    .anchor-navigation.transparent {
        top: 105px;
    }
}

.project_logo {
    height: 100%;
    margin-left: 10px;
}
.project_logo img {
    height: 100%;
    width: fit-content;
    padding: 5px 0;
}

@media (max-width: 991.98px) {
    .highlight-header {
        margin-bottom: 10px;
    }
}

.highlight-swiper .content-container {
    text-align: left;
    word-break: break-word;
}
@media (max-width: 991px) {
    .highlight-swiper .content-container {
        order: 2;
        padding-top: 0;
    }
}
.highlight-swiper .content-container .highlight-subtitle {
    font-weight: bold;
    text-transform: uppercase;
    word-wrap: break-word;
    font-size: 32px;
    line-height: 38px;
}
@media (max-width: 1149.98px) {
    .highlight-swiper .content-container .highlight-subtitle {
        font-size: 26px;
        line-height: 32px;
        margin-top: 30px;
    }
}
@media (max-width: 991.98px) {
    .highlight-swiper .content-container .highlight-subtitle {
        font-size: 32px;
        line-height: 38px;
        margin-top: 10px;
    }
}
@media (max-width: 575.98px) {
    .highlight-swiper .content-container .highlight-subtitle {
        font-size: 27px;
        line-height: 33px;
    }
}
.highlight-swiper .content-container .text {
    margin-bottom: 30px;
    padding-right: 20px;
    margin-top: 20px;
}
@media (max-width: 991.98px) {
    .highlight-swiper .content-container .text {
        margin-top: 0;
    }
}
.highlight-swiper .project-image-container {
    padding: 0;
}
@media (max-width: 991.98px) {
    .highlight-swiper .project-image-container {
        order: 1;
    }
}
.highlight-swiper .project-image img {
    width: 100%;
    height: auto;
}
@media (min-width: 992px) {
    .highlight-swiper .project-image {
        margin-left: 20px;
    }
}
.highlight-swiper .project-eyecatcher {
    position: absolute;
    top: 20px;
    right: 20px;
}
@media (max-width: 1149.98px) {
    .highlight-swiper .project-eyecatcher {
        width: 120px;
        height: 120px;
        top: 10px;
        right: 10px;
    }
}
@media (max-width: 767.98px) {
    .highlight-swiper .project-eyecatcher {
        width: 100px;
        height: 100px;
        top: 5px;
        right: 5px;
    }
}
.highlight-swiper .swiper {
    width: 100%;
    height: 100%;
}
.highlight-swiper .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: transparent;
    /* Center slide text vertically */
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.highlight-swiper .swiper-pagination-horizontal {
    display: flex;
    position: relative;
    margin-top: 50px;
    padding-bottom: 20px;
    overflow-x: auto;
    text-align: left !important;
    -webkit-box-shadow: inset -36px 0px 12px -11px rgba(255, 255, 255, 0.78);
    box-shadow: inset -36px 0px 12px -11px rgba(255, 255, 255, 0.78);
}
.highlight-swiper
    .swiper-pagination-horizontal
    span.swiper-pagination-bullet.pagination-image-slider {
    height: 100%;
    width: 100%;
    border-radius: 0;
    margin-right: 25px;
    padding-left: 5px;
    font-size: 32px;
    line-height: 125%;
    font-weight: 500;
    text-align: left !important;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .highlight-swiper
        .swiper-pagination-horizontal
        span.swiper-pagination-bullet.pagination-image-slider {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .highlight-swiper
        .swiper-pagination-horizontal
        span.swiper-pagination-bullet.pagination-image-slider {
        font-size: 24px;
    }
}
@media (max-width: 575.98px) {
    .highlight-swiper
        .swiper-pagination-horizontal
        span.swiper-pagination-bullet.pagination-image-slider {
        word-break: normal;
        margin-right: 25px;
    }
}
.highlight-swiper .swiper-pagination-horizontal span .slider-text {
    padding-right: 20px;
}
.highlight-swiper .swiper-pagination-horizontal span.plz {
    font-size: 16px;
}
.highlight-swiper
    .swiper-pagination-horizontal
    .swiper-pagination-bullet-active {
    color: rgb(161, 197, 23);
}
@media (max-width: 1149.98px) {
    .highlight-swiper .swiper-pagination-horizontal {
        margin-top: 30px;
    }
}
@media (max-width: 991.98px) {
    .highlight-swiper .swiper-pagination-horizontal {
        margin-top: 48px;
    }
}
.highlight-swiper .swiper-pagination-bullet {
    background: transparent;
}
.highlight-swiper .swiper-button-prev::after {
    content: " < ";
}
.highlight-swiper .swiper-button-next::after {
    content: " > ";
}

.mask-service-cards-slider .right {
    transform: rotate(0);
}
.mask-service-cards-slider .service-card img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 50px;
}
.mask-service-cards-slider .service-card .service-cards-slider-title {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}
@media (min-width: 992px) {
    .mask-service-cards-slider .service-card {
        max-width: 400px;
    }
}
.mask-service-cards-slider .service-cards-slider-description {
    margin-bottom: 4rem;
    font-size: 15px;
}
.mask-service-cards-slider .service-cards-button {
    font-size: 15px;
    line-height: 24px;
    color: rgb(0, 0, 0);
}
.mask-service-cards-slider .service-cards-button svg {
    height: 15px;
}
.mask-service-cards-slider #serviceCardsSlider {
    height: auto !important;
}
.mask-service-cards-slider .lSSlideWrapper {
    position: initial;
}
.mask-service-cards-slider .lSAction > .lSPrev {
    left: -20px;
    pointer-events: none;
    background-color: rgb(161, 197, 23);
    opacity: 0.5;
    background-image: url("/_assets/7d8b28ed445886a202691c1e85a769a4/Icons/chevron-slide.png");
    background-position: center;
    background-size: 40%;
}
@media (max-width: 1340px) {
    .mask-service-cards-slider .lSAction > .lSPrev {
        left: 12px;
    }
}
@media (max-width: 1149.98px) {
    .mask-service-cards-slider .lSAction > .lSPrev {
        left: -20px;
    }
}
@media (max-width: 575.98px) {
    .mask-service-cards-slider .lSAction > .lSPrev {
        left: 12px;
    }
}
.mask-service-cards-slider .lSAction > .lSNext {
    right: -20px;
    display: none;
}

.accordion {
    list-style-type: none;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 0;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.23);
}
.accordion-body {
    padding-left: 85px;
    padding-top: 0;
}
@media (max-width: 575.98px) {
    .accordion-body {
        padding-left: 50px;
    }
}
.accordion-button {
    padding-left: 85px;
    box-shadow: none;
    font-size: 24px;
    line-height: 30px;
    color: rgb(161, 197, 23);
}
@media (max-width: 575.98px) {
    .accordion-button {
        padding-left: 50px;
    }
}
.accordion-button:not(.collapsed) {
    background-color: rgb(255, 255, 255);
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    filter: none;
}
.accordion-button::after {
    position: absolute;
    left: 0;
    color: rgb(161, 197, 23);
    filter: invert(66%) sepia(55%) saturate(465%) hue-rotate(31deg)
        brightness(96%) contrast(90%);
}

.mask-hero {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    width: 100%;
    z-index: -1;
    margin: 0;
    padding: 0;
    left: 0;
}
.mask-hero.animate .mask-hero-image-container img {
    animation: scale 40s ease-in-out infinite;
}
.mask-hero .mask-hero-image-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.mask-hero .mask-hero-image-container img {
    height: 100%;
    width: 100%;
    transition: zoom;
    object-fit: cover;
}
.mask-hero .mask-hero-image-container img.filter {
    filter: brightness(0.9);
}
.mask-hero .mask-hero-brand-container {
    bottom: 0;
    position: absolute;
    right: 0;
}
@media (max-width: 767.98px) {
    .mask-hero .mask-hero-brand-container {
        display: none;
    }
}
.mask-hero .mask-hero-text-container {
    position: absolute;
    padding-left: 80px;
    line-height: 126px;
}
@media (max-width: 767.98px) {
    .mask-hero .mask-hero-text-container {
        padding-left: 40px;
    }
}
@media (max-width: 575.98px) {
    .mask-hero .mask-hero-text-container {
        padding-left: 20px;
    }
}
.mask-hero .mask-hero-text-container h1 {
    margin: 0;
    padding-top: 10px;
    padding-right: 20px;
    word-break: break-word;
}
@media (max-width: 575.98px) {
    .mask-hero .mask-hero-text-container h1 {
        padding-right: 10px;
    }
}
.mask-hero .mask-hero-text-container .title-top,
.mask-hero .mask-hero-text-container .title-bottom {
    text-transform: uppercase;
    font-size: 128px;
    line-height: 126px;
}
@media (max-width: 767.98px) {
    .mask-hero .mask-hero-text-container .title-top,
    .mask-hero .mask-hero-text-container .title-bottom {
        font-size: 60px;
        line-height: 59px;
    }
}
@media (max-width: 399.98px) {
    .mask-hero .mask-hero-text-container .title-top,
    .mask-hero .mask-hero-text-container .title-bottom {
        font-size: 44px;
        line-height: 43px;
    }
}
@media (max-width: 379.98px) {
    .mask-hero .mask-hero-text-container .title-top,
    .mask-hero .mask-hero-text-container .title-bottom {
        font-size: 38px;
        line-height: 37px;
    }
}
.mask-hero .mask-hero-text-container .title-top {
    color: white;
}
.mask-hero .mask-hero-text-container .title-bottom {
    color: rgb(161, 197, 23);
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.embed-responsive {
    width: 100%;
    height: auto;
}
.embed-responsive iframe {
    width: 100%;
    height: 100%;
}

.embed-responsive-0 {
    aspect-ratio: auto;
}

.embed-responsive-1 {
    aspect-ratio: 16/9;
}

.embed-responsive-2 {
    aspect-ratio: 21/9;
}

.embed-responsive-3 {
    aspect-ratio: 4/3;
}

.embed-responsive-4 {
    aspect-ratio: 1/1;
}

.images-with-description {
    padding: 10px 0;
}
.images-with-description__list__item {
    margin-bottom: 110px;
    text-align: left;
}
@media (min-width: 992px) {
    .images-with-description__list__item:nth-child(n) {
        justify-content: flex-end;
    }
    .images-with-description__list__item:nth-child(n) div {
        margin-left: 70px;
    }
    .images-with-description__list__item:nth-child(2n + 1) {
        justify-content: flex-start;
    }
    .images-with-description__list__item:nth-child(2n + 1) div {
        order: -1;
        margin-right: 70px;
        margin-left: 0;
    }
}
@media (max-width: 991.98px) {
    .images-with-description__list__item {
        margin-bottom: 30px;
    }
}
.images-with-description__list__item__image {
    max-width: 620px;
    max-height: 460px;
    object-fit: cover;
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.16));
}
@media (max-width: 991.98px) {
    .images-with-description__list__item__image {
        max-width: 820px;
    }
}
.images-with-description__list__item__description {
    margin-top: 48px;
}
@media (max-width: 991.98px) {
    .images-with-description__list__item__description {
        margin-top: 24px;
    }
}

.mask_title_with_shifted_text_titles {
    width: 50%;
}
@media (max-width: 768px) {
    .mask_title_with_shifted_text_titles {
        width: 100%;
    }
}
.mask_title_with_shifted_text_titles_green {
    color: rgb(161, 197, 23);
}
.mask_title_with_shifted_text_description {
    width: 70%;
    margin-left: 30%;
}
@media (max-width: 768px) {
    .mask_title_with_shifted_text_description {
        margin-left: 20%;
        width: 80%;
    }
}

.callout-banner-text-container {
    padding-right: 20px;
    padding-left: 0;
}

.callout-banner-button-container {
    align-items: flex-end;
    margin: 16px 0;
}
.callout-banner-button-container.position-top {
    justify-content: flex-start;
}
.callout-banner-button-container.position-bottom {
    justify-content: flex-end;
}
.callout-banner-button-container .callout-button {
    width: 100%;
    max-width: 350px;
    word-wrap: break-word;
}
.callout-banner-button-container .callout-button:nth-child(1) {
    margin-bottom: 28px;
}
@media (max-width: 767.98px) {
    .callout-banner-button-container .callout-button {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .callout-banner-button-container {
        padding-left: 0;
        align-items: center;
        width: 100%;
    }
}

.mask-mediacenter .mediacenter-container {
    position: relative;
    width: 100%;
    min-height: 300px;
}
.mask-mediacenter .box-shadow {
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.16));
}
.mask-mediacenter .mediacenter-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(40%) brightness(90%);
}
.mask-mediacenter .mediacenter-content-container {
    z-index: 2;
}
.mask-mediacenter .mediacenter-button-container {
    z-index: 2;
}
.mask-mediacenter .mediacenter-button-container .btn-primary {
    min-width: 290px;
}
@media (max-width: 575.98px) {
    .mask-mediacenter .mediacenter-button-container .btn-primary {
        min-width: 100%;
    }
}

.download-section__headline {
    margin-bottom: 40px;
}
.download-section__headline h3 {
    font-weight: 400;
}
.download-section__items {
    flex-wrap: wrap;
    justify-content: center;
}
.download-section__items.list-view .download-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(242, 242, 242);
    word-break: break-word;
}
@media (max-width: 991.98px) {
    .download-section__items.list-view .download-item .download-item-date {
        display: none;
    }
}
.download-section__items.list-view
    .download-item
    .download-item-description
    a:hover {
    text-decoration: 2px underline rgb(0, 0, 0);
}
.download-section__items.list-view .download-item a svg:hover path {
    fill: rgb(0, 0, 0);
}
.download-section__items.list-view .download-item:nth-child(1) {
    border-top: 2px solid rgb(242, 242, 242);
}
.download-section__items.list-view .download-item p,
.download-section__items.list-view .download-item a {
    margin-bottom: 0;
    color: rgb(0, 0, 0);
}
.download-section__items.list-view .download-item .file-size,
.download-section__items.list-view .download-item .file-type {
    text-transform: uppercase;
}
.download-section__items__item {
    position: relative;
    width: 380px;
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
    margin: 15px;
    margin-left: 0;
}
@media (max-width: 991.98px) {
    .download-section__items__item {
        width: 320px;
        padding-left: 0;
        margin-left: 15px;
        margin-right: 0;
    }
}
.download-section__items__item__image {
    width: 380px;
    height: 380px;
    margin-bottom: 24px;
    overflow: hidden;
    border-bottom-right-radius: 12%;
}
.download-section__items__item__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (max-width: 991.98px) {
    .download-section__items__item__image img {
        width: 320px;
        height: 320px;
    }
}
@media (max-width: 991.98px) {
    .download-section__items__item__image {
        width: 320px;
        height: 320px;
    }
}
.download-section__items__item__image.bg {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(242, 242, 242);
    border-bottom-right-radius: 12%;
}
.download-section__items__item__image.bg img {
    height: 100%;
    width: 100%;
    padding: 40px;
}
.download-section__items__item__details {
    width: 100%;
    word-break: break-word;
}
.download-section__items__item__details h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}
.download-section__items__item__details .description {
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
}
.download-section__items__item__details .information {
    margin-bottom: 0;
}
.download-section__items__item__details .download-button {
    position: absolute;
    bottom: 0;
    width: fit-content;
    border-bottom: 1px solid rgb(161, 197, 23);
    transition: 0.1s;
}
.download-section__items__item__details .download-button::after {
    content: "↓";
    margin-left: 10px;
    font-weight: 100;
}
.download-section__items__item__details .download-button:hover {
    text-decoration: none;
    border-bottom-width: 2px;
}

.icon-list {
    padding: 30px 0;
}
.icon-list ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.icon-list ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.icon-list ul li .icon {
    width: 112px;
    height: 112px;
    background-color: rgb(161, 197, 23);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-list ul li .icon svg {
    font-size: 48px;
    color: rgb(255, 255, 255);
}
.icon-list ul li .description {
    margin-top: 16px;
    width: 239px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.tx_mask_project_details .project_details_box {
    background: rgba(161, 197, 23, 0.1);
}
.tx_mask_project_details .details-container {
    justify-content: space-evenly;
    padding: 40px 0;
}
.tx_mask_project_details .details-container .detail {
    flex: 1;
    min-height: 168px;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1.5px solid rgb(161, 197, 23);
}
.tx_mask_project_details .details-container .detail:last-child {
    border: none;
}
.tx_mask_project_details .details-container .detail .title {
    font-size: 16px;
}
.tx_mask_project_details .details-container .detail .info {
    word-wrap: break-word;
    text-align: center;
    font-size: 28px;
}
@media (max-width: 1149.98px) {
    .tx_mask_project_details .details-container .detail .info {
        font-size: 26px;
    }
}
@media (max-width: 991.98px) {
    .tx_mask_project_details .details-container .detail .info {
        font-size: 28px;
        line-height: 60px;
    }
}
@media (max-width: 991.98px) {
    .tx_mask_project_details .details-container .detail {
        border-right: 0;
        border-bottom: 1.5px solid rgb(161, 197, 23);
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 991.98px) {
    .tx_mask_project_details .details-container {
        flex-direction: column;
    }
}
.tx_mask_project_details .details-container.second-box {
    padding-top: 70px;
}
.tx_mask_project_details #collapseDetails .whiteSpace {
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0;
    background: rgb(255, 255, 255);
}
.tx_mask_project_details #collapseDetailButton {
    z-index: 1;
    margin-top: -30px;
    min-width: 280px;
    padding: 15px 20px;
}

.company_quote_quote {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
}
.company_quote_quote .company_quote_text_container {
    width: 60%;
    flex: 6;
}
@media (max-width: 991.98px) {
    .company_quote_quote .company_quote_text_container {
        width: 80%;
    }
}
@media (max-width: 767.98px) {
    .company_quote_quote .company_quote_text_container {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .company_quote_quote .company_quote_text_container {
        flex: 1;
    }
}
.company_quote_quote .company_quote_text_container h2 {
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 767.98px) {
    .company_quote_quote .company_quote_text_container h2 {
        margin-bottom: 0;
    }
}
.company_quote_quote .company_quote_text_container p {
    margin-top: -20px;
}
@media (max-width: 767.98px) {
    .company_quote_quote .company_quote_text_container p {
        margin-top: 0;
    }
}
.company_quote_quote .spacer {
    flex: 4;
}
@media (max-width: 767.98px) {
    .company_quote_quote .spacer {
        display: none;
    }
}

.company_quote_image {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: -260px;
    margin-bottom: -106.5px;
}
@media (max-width: 1440px) {
    .company_quote_image {
        min-width: 100%;
        padding: 0;
    }
}
@media (max-width: 1149.98px) {
    .company_quote_image {
        margin-top: -200px;
    }
}
@media (max-width: 991.98px) {
    .company_quote_image {
        margin-top: -180px;
    }
}
@media (max-width: 767.98px) {
    .company_quote_image {
        margin-bottom: 0;
        margin-top: 0;
    }
}
.company_quote_image svg {
    flex: 1;
}

.company_quote_image_logo {
    background-color: rgb(255, 255, 255);
    z-index: 1;
}

.logo-line {
    height: 106.5px;
    width: 100%;
    flex: 1;
    align-self: flex-end;
    background: black;
    opacity: 0.05;
}
@media (max-width: 767.98px) {
    .logo-line {
        display: none;
    }
}

.mask-image-slider {
    max-width: 880px;
}
@media (max-width: 1149.98px) {
    .mask-image-slider {
        padding: 0 35px;
    }
}
@media (max-width: 767.98px) {
    .mask-image-slider {
        padding: 0 15px;
    }
}

.imageSlider {
    width: 100%;
    margin: 0;
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow:
        0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
        0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}

.imageSlider .carousel__slide {
    width: 100%;
    padding: 0;
}
.imageSlider .carousel__slide img {
    width: 100%;
    height: 100%;
}

.imageSlider .carousel__button {
    height: 80px;
    width: 80px;
    background-color: rgb(161, 197, 23);
}
.imageSlider .carousel__button svg {
    color: rgb(255, 255, 255);
}
@media (max-width: 767.98px) {
    .imageSlider .carousel__button {
        height: 40px;
        width: 40px;
    }
}

.imageSlider .carousel__button.is-prev {
    left: -2.5rem;
}
@media (max-width: 767.98px) {
    .imageSlider .carousel__button.is-prev {
        left: -1.3rem;
    }
}

.imageSlider .carousel__button.is-next {
    right: -2.5rem;
}
@media (max-width: 767.98px) {
    .imageSlider .carousel__button.is-next {
        right: -1.3rem;
    }
}

.imageSlider .carousel__button:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(161, 197, 23, 0.1);
}

.imageSlider .carousel__dots .carousel__dot {
    margin: 0 10px;
}
.imageSlider .carousel__dots .carousel__dot.is-selected {
    color: rgb(161, 197, 23);
}
.imageSlider .carousel__dots .carousel__dot.is-selected::after {
    background-color: rgb(161, 197, 23);
}
.imageSlider .carousel__dots .carousel__dot::after {
    width: 24px;
    height: 2px;
    border-radius: 0;
    background-color: rgb(0, 0, 0);
    opacity: 1;
}

#thumbCarousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 0.25rem;
    width: 96px;
    height: 64px;
}

#thumbCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}

.image-swiper {
    width: 100%;
    height: 100%;
}
.image-swiper .fancybox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.image-swiper .swiper-slide .fancybox {
    padding: 0 60px;
}
@media (max-width: 1280px) {
    .image-swiper .swiper-slide .fancybox {
        padding: 0 20px;
    }
}
@media (max-width: 991.98px) {
    .image-swiper .swiper-slide .fancybox {
        padding: 0 30px;
    }
}
@media (max-width: 575.98px) {
    .image-swiper .swiper-slide .fancybox {
        padding: 0 20px;
    }
}
.image-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 810px;
    object-fit: cover;
    cursor: pointer;
    height: auto;
}
.image-swiper .swiper-button-prev,
.image-swiper .swiper-button-next {
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 40px;
    background-color: rgb(161, 197, 23);
}
@media (max-width: 991.98px) {
    .image-swiper .swiper-button-prev,
    .image-swiper .swiper-button-next {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767.98px) {
    .image-swiper .swiper-button-prev,
    .image-swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        padding: 10px;
    }
}
.image-swiper .swiper-button-prev {
    margin-left: 10px;
}
.image-swiper .swiper-button-prev .fa-chevron-left {
    height: 100%;
    width: 100%;
    color: rgb(255, 255, 255);
}
.image-swiper .swiper-button-prev::after {
    content: " ";
}
@media (max-width: 1280px) {
    .image-swiper .swiper-button-prev {
        margin-left: -5px;
    }
}
@media (max-width: 1149.98px) {
    .image-swiper .swiper-button-prev {
        margin-left: 15px;
    }
}
@media (max-width: 991.98px) {
    .image-swiper .swiper-button-prev {
        margin-left: -10px;
    }
}
@media (max-width: 767.98px) {
    .image-swiper .swiper-button-prev {
        margin-left: 10px;
    }
}
@media (max-width: 575.98px) {
    .image-swiper .swiper-button-prev {
        margin-left: -10px;
    }
}
.image-swiper .swiper-button-next {
    margin-right: 10px;
}
.image-swiper .swiper-button-next .fa-chevron-right {
    height: 100%;
    width: 100%;
    color: rgb(255, 255, 255);
}
.image-swiper .swiper-button-next::after {
    content: " ";
}
@media (max-width: 1280px) {
    .image-swiper .swiper-button-next {
        margin-right: -5px;
    }
}
@media (max-width: 1149.98px) {
    .image-swiper .swiper-button-next {
        margin-right: 15px;
    }
}
@media (max-width: 991.98px) {
    .image-swiper .swiper-button-next {
        margin-right: -10px;
    }
}
@media (max-width: 767.98px) {
    .image-swiper .swiper-button-next {
        margin-right: 10px;
    }
}
@media (max-width: 575.98px) {
    .image-swiper .swiper-button-next {
        margin-right: -10px;
    }
}
.image-swiper .image-swiper-pagination {
    height: 50px;
    align-items: center;
    justify-content: center;
}
.image-swiper .image-swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
    border-radius: 0;
    background-color: rgb(0, 0, 0);
    opacity: 1;
}
.image-swiper
    .image-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgb(161, 197, 23);
}

.project-collage img {
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.16));
    object-fit: cover;
}
.project-collage .row {
    padding-top: 28px;
}
@media (max-width: 991.98px) {
    .project-collage .row:nth-child(1) .col-lg-8 img {
        width: 100%;
    }
}
.project-collage .row:nth-child(2) .col-lg-8 img {
    width: 100%;
}
@media (max-width: 991.98px) {
    .project-collage .row:nth-child(2) .col-lg-8 img {
        height: auto;
    }
}
.project-collage .row:nth-child(2) .col-lg-4 img {
    transform: translateY(-80px);
    width: 100%;
}
@media (max-width: 991.98px) {
    .project-collage .row:nth-child(2) .col-lg-4 img {
        transform: translateY(0);
        margin-top: 28px;
        height: auto;
    }
}
.project-collage .row:nth-child(3) {
    padding-top: 10px;
}
.project-collage .row:nth-child(3) svg path {
    fill: rgb(152, 152, 152);
}
.project-collage .row:nth-child(3) span {
    font-size: 12px;
    color: rgb(152, 152, 152);
}

.contact-details-press span {
    margin: 0 10px;
}

.contact-details-view span {
    margin: 0 10px;
}

.contact-name > span {
    font-size: 24px;
    font-family: Gotham;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-position > span {
    font-size: 16px;
    font-family: Gotham;
}

.contact-info {
    text-transform: uppercase;
    font-weight: bold;
}

.frame-border-top-green-border-bottom-green {
    border-top: 1px solid rgb(161, 197, 23);
    border-bottom: 1px solid rgb(161, 197, 23);
}

.counter {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

input#filter-search-immosearch,
input#filter-search-immolist {
    border-radius: 25px;
    border-color: rgb(161, 197, 23);
}

.grid-view .project {
    position: relative;
}
.grid-view .project img.project-image {
    border-bottom-right-radius: 50px;
}

.tx-are-projects .project-image {
    background-position: 50%;
    background-size: cover;
    position: relative;
    object-position: center;
    object-fit: cover;
}

.tx-are-projects .project-eyecatcher {
    position: absolute;
    top: 10px;
    right: 15px;
}
@media (max-width: 1149.98px) {
    .tx-are-projects .project-eyecatcher {
        width: 110px;
        height: 110px;
        top: 5px;
        right: 5px;
    }
}
@media (max-width: 767.98px) {
    .tx-are-projects .project-eyecatcher {
        width: 90px;
        height: 90px;
    }
}

.tx-are-projects .grid-view .project-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

#sorting-container {
    white-space: nowrap;
    height: 24px;
}
@media (max-width: 767.98px) {
    #sorting-container {
        margin-top: 15px;
    }
}

#sorting {
    border: none;
    border-bottom: solid rgb(161, 197, 23) 1px;
    height: 100%;
}
@media (max-width: 575.98px) {
    #sorting {
        width: calc(100% - 24px);
    }
}

@media (max-width: 767.98px) {
    #filter-clear-button {
        margin-top: 15px;
    }
}

#sorting-direction {
    display: inline-block;
    width: 24px;
    height: 24px;
}

#svg-sorting-direction.sort-desc {
    transform: rotate(180deg);
}

small.project-item-badge {
    position: absolute;
    margin-top: 30px;
    font-size: 15px;
    background-color: #fff;
    padding: 5px 10px 5px 5px;
    border-bottom-right-radius: 16px;
    color: #000;
    z-index: 10;
}

small.project-item-assetklasse {
    margin-top: 3px;
    font-size: 15px;
    text-transform: uppercase;
}

small.project-item-region {
    font-size: 15px;
}

.project-item-title a {
    color: #000;
}

.project-item-link a {
    color: black;
    font-size: 15px;
    padding-bottom: 0px;
}

.project-location-image {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.btn-outline-dark {
    border-width: 2px;
}
.btn-outline-dark.are-next-icon {
    background-image: svg-background(
        "data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' fill='rgb(161, 197, 23)'><path d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/></svg>"
    );
    transition:
        background-color 0.2s,
        color 0.2s,
        background-image 0.2s;
}
.btn-outline-dark.are-next-icon:hover {
    background-image: svg-background(
        "data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' fill='rgb(255, 255, 255)'><path d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/></svg>"
    );
}
.btn-outline-dark.are-filter-icon {
    background-image: svg-background(
        "data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='1' height='1' fill='rgb(161, 197, 23)'><path d='M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z'/></svg>"
    );
}
.btn-outline-dark.are-filter-icon:hover {
    background-image: svg-background(
        "data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='1' height='1' fill='rgb(255, 255, 255)'><path d='M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z'/></svg>"
    );
}

#filter-dropdown-icon {
    height: 22px;
    width: 22px;
}

.notification-badge-container {
    position: relative;
}
.notification-badge-container .notification-badge {
    background-color: white;
    border: solid rgb(161, 197, 23) 1px;
    font-size: 12px;
    color: black;
    text-align: center;
    border-radius: 32px;
    padding: 0 5px;
    position: absolute;
    bottom: -8px;
    left: -8px;
}

#filter-dropdown-arrow path {
    fill: rgb(161, 197, 23);
}

#collapse-button {
    cursor: pointer;
}

div[aria-expanded="true"] #filter-dropdown-arrow {
    transform: rotate(180deg);
}

.pi-4 #furtherProjects-lightSlider {
    height: auto;
}
.pi-4 .lSSlideWrapper {
    position: initial;
}
.pi-4 .lSAction > .lSPrev {
    left: -20px;
    pointer-events: none;
    background-color: rgb(161, 197, 23);
    opacity: 0.5;
    background-image: url("/_assets/7d8b28ed445886a202691c1e85a769a4/Icons/chevron-slide.png");
    background-position: center;
    background-size: 40%;
}
@media (max-width: 1340px) {
    .pi-4 .lSAction > .lSPrev {
        left: 12px;
    }
}
@media (max-width: 1149.98px) {
    .pi-4 .lSAction > .lSPrev {
        left: -20px;
    }
}
@media (max-width: 575.98px) {
    .pi-4 .lSAction > .lSPrev {
        left: 12px;
    }
}
.pi-4 .lSAction > .lSNext {
    display: none;
}

.share-project-button {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 55px;
    float: right;
    background: none;
    border: none;
    margin-top: 7px;
    margin-right: 10px;
}
.share-project-button:hover {
    background: none;
}
.share-project-button svg {
    width: 20px;
    height: 20px;
}

.location-map-iframe-wrapper {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
@media (min-width: 992px) {
    .location-map-iframe-wrapper {
        --bs-aspect-ratio: calc(10 / 16 * 100%);
    }
}

.tx-are-news button#filter-clear {
    border: none;
    background: none;
}

#newsLightSlider {
    height: auto !important;
}

.news {
    position: relative;
}
.news .news-image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    position: relative;
    border-bottom-right-radius: 50px;
}
.news .news-item-date {
    display: block;
    font-size: 14px;
}
.news .news-item-date span {
    color: #000;
}
.news a.news-item-link {
    color: #000;
}
.news .lSSlideWrapper {
    position: initial;
}
.news .lSAction > .lSPrev {
    left: -20px;
    pointer-events: none;
    background-color: rgb(161, 197, 23);
    opacity: 0.5;
    background-image: url("/_assets/7d8b28ed445886a202691c1e85a769a4/Icons/chevron-slide.png");
    background-position: center;
    background-size: 40%;
}
@media (max-width: 1340px) {
    .news .lSAction > .lSPrev {
        left: 12px;
    }
}
@media (max-width: 1149.98px) {
    .news .lSAction > .lSPrev {
        left: -20px;
    }
}
@media (max-width: 575.98px) {
    .news .lSAction > .lSPrev {
        left: 12px;
    }
}
.news .lSAction > .lSNext {
    right: -20px;
    display: none;
}

.contact-press {
    position: sticky;
    top: 200px;
}

.slider-container-news {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    width: min-content;
}

.news-single .news-related-wrap {
    display: block !important;
}
.news-single .news-related {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
}

.news-page {
    width: 100%;
    height: 100%;
}
.news-page img.img-fluid {
    width: 830px !important;
}
.news-page .teaser-text {
    margin-bottom: 32px !important;
}
.news-page .teaser-text,
.news-page .teaser-text * {
    color: rgb(0, 0, 0) !important;
    font-size: calc(1.275rem + 0.3vw) !important;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}
.news-page .news-headline {
    word-break: break-word;
    font-size: calc(1.3625rem + 1.35vw);
    line-height: 1.2;
}
.news-page .image-max-size {
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}
.news-page .carousel.carousel-no-arrows .carousel__nav {
    display: none;
}
.news-page .sticky-content {
    position: sticky;
    top: 128px;
}
.news-page .news-info {
    margin: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(161, 197, 23);
    margin-bottom: 16px;
}
@media (max-width: 1149.98px) {
    .news-page .news-info {
        margin: 0;
        justify-content: initial;
        flex-direction: row;
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
.news-page .news-info .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
@media (max-width: 1149.98px) {
    .news-page .news-info .date {
        margin-bottom: 0;
        margin-right: 16px;
        padding-right: 16px;
        border-right: solid 1px rgb(161, 197, 23);
    }
}
.news-page .news-info .day {
    font-size: 3.5rem;
    line-height: 1;
}
@media (max-width: 1149.98px) {
    .news-page .news-info .day {
        font-size: 2.5rem;
    }
}
.news-page .news-info span {
    text-align: center;
}
.news-page .news-info .icons img {
    width: auto;
    height: 20px;
    margin: 6px;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
    width: 64px;
    display: block;
    top: 38%;
    height: 64px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    background-image: url("../Images/External/lightslider/left.svg");
    background-repeat: no-repeat;
    left: 1px;
}

.lSAction > .lSNext {
    background-position: 0 0;
    background-image: url("../Images/External/lightslider/right.svg");
    background-repeat: no-repeat;
    right: 0px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

li.lslide:last-child {
    margin-right: 0px !important;
}

.tx-solr-submit {
    margin-top: 0;
}

.tx-solr-q {
    border: 1px solid rgba(152, 152, 152, 0.5) !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    padding-left: 10px !important;
}

#results-per-page .form-select {
    width: 80px !important;
    flex: none;
    padding: 5px;
    border-radius: 20px;
    margin-left: 10px;
    align-self: center;
    transform: translateY(-4px);
    padding-left: 15px;
}

.tx-solr-autosuggest .autocomplete-suggestion strong {
    color: rgb(161, 197, 23) !important;
}
.tx-solr-autosuggest .autocomplete-group {
    background-color: rgba(161, 197, 23, 0.1) !important;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    padding: 6px;
    text-transform: uppercase;
}

.search-result {
    padding-bottom: 10px;
    padding-top: 10px;
}

.project-share-container {
    background-color: rgba(0, 0, 0, 0.45);
}
.project-share-container a {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.project-share-container a svg {
    width: 20px;
    height: 20px;
}
.project-share-container a svg path {
    fill: rgb(255, 255, 255);
}
.project-share-container a.copy-link svg {
    margin-right: 10px;
}
.project-share-container a:hover svg path {
    fill: rgb(161, 197, 23) !important;
}

.lds-ring {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 80px;
}
.lds-ring div {
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border: 8px solid rgb(161, 197, 23);
    border-color: rgb(161, 197, 23) transparent transparent;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 64px;
    margin: 8px;
    position: absolute;
    width: 64px;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 112px;
}
@media (max-width: 1149.98px) {
    .footer {
        padding-top: 64px;
    }
}
.footer__socials {
    width: 50%;
    display: flex;
    align-self: flex-end;
    padding-bottom: 64px;
}
@media (max-width: 1149.98px) {
    .footer__socials {
        width: 100%;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 112px;
    }
}
.footer__socials h3 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 24px;
}
.footer__socials__headline {
    flex: 5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 1149.98px) {
    .footer__socials__headline {
        margin-bottom: 24px;
    }
}
.footer__socials__icons {
    flex: 4;
}
.footer__socials__icons__list {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer__socials__icons__list li {
    margin: 0 20px;
}
.footer__socials__icons__list li:nth-child(1) {
    margin-left: 0;
}
.footer__nav {
    width: 100%;
    display: flex;
    padding-bottom: 112px;
}
.footer__nav ul li {
    line-height: 1;
}
.footer__nav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 16px;
}
.footer__nav a:hover {
    text-decoration: 2px underline rgb(161, 197, 23);
}
@media (max-width: 1149.98px) {
    .footer__nav {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 64px;
    }
}
.footer__nav__brand,
.footer__nav__primary,
.footer__nav__secondary,
.footer__nav__legal {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer__nav__brand ul,
.footer__nav__primary ul,
.footer__nav__secondary ul,
.footer__nav__legal ul {
    display: flex;
    height: 100%;
    flex-direction: column;
}
.footer__nav__brand ul li,
.footer__nav__primary ul li,
.footer__nav__secondary ul li,
.footer__nav__legal ul li {
    margin-bottom: 10px;
}
.footer__nav__brand {
    align-items: flex-start;
    padding-bottom: 64px;
}
@media (min-width: 1150px) {
    .footer__nav__brand {
        padding-bottom: 0;
    }
    .footer__nav__brand img {
        margin-left: 40px;
    }
}
.footer__nav__primary {
    font-weight: 700;
}
@media (max-width: 1149.98px) {
    .footer__nav__brand,
    .footer__nav__primary,
    .footer__nav__secondary {
        padding-bottom: 48px;
    }
}
.footer__contact {
    padding: 64px 0;
    width: 100%;
    display: flex;
}
@media (max-width: 1149.98px) {
    .footer__contact {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.footer__contact__headline,
.footer__contact__phone,
.footer__contact__email,
.footer__contact__cta {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.footer__contact__headline span,
.footer__contact__phone span,
.footer__contact__email span,
.footer__contact__cta span {
    color: rgb(0, 0, 0);
}
@media (max-width: 1149.98px) {
    .footer__contact__headline span,
    .footer__contact__phone span,
    .footer__contact__email span,
    .footer__contact__cta span {
        text-align: center;
    }
}
.footer__contact__headline span:nth-child(2),
.footer__contact__phone span:nth-child(2),
.footer__contact__email span:nth-child(2),
.footer__contact__cta span:nth-child(2) {
    color: rgb(161, 197, 23);
}
@media (max-width: 1149.98px) {
    .footer__contact__headline {
        margin-bottom: 48px;
    }
}
.footer__contact__headline span {
    line-height: 36px;
    font-size: 24px;
    text-transform: uppercase;
}
.footer__contact__phone,
.footer__contact__email {
    padding-left: 30px;
    justify-content: flex-end;
}
@media (max-width: 1149.98px) {
    .footer__contact__phone,
    .footer__contact__email {
        padding-left: 0;
    }
}
.footer__contact__phone span,
.footer__contact__email span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.footer__contact__phone span:nth-child(2),
.footer__contact__email span:nth-child(2) {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}
.footer__contact__phone a,
.footer__contact__email a {
    color: rgb(161, 197, 23);
    text-decoration: none;
}
@media (max-width: 1149.98px) {
    .footer__contact__phone {
        margin-bottom: 24px;
    }
    .footer__contact__email {
        margin-bottom: 48px;
    }
}
.footer__contact__cta {
    justify-content: center;
}
.footer__contact__cta__btn {
    background-color: rgb(161, 197, 23);
    text-decoration: none;
    width: fit-content;
    padding: 7px 50px 7px 50px;
    display: flex;
    border-radius: 24px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}
.footer__contact__cta__btn:hover {
    background-color: rgb(255, 255, 255);
    text-decoration: none;
    border: 1px solid rgb(161, 197, 23);
}

.contact-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*# sourceMappingURL=style.css.map */
