/* Common */
/*noinspection ALL,CssFloatPxLength*/
.home-block__supertitle {
    font-family: var(--subheadline-font-family);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: var(--font-weight-normal);
    letter-spacing: 4.5px;
    color: var(--color-theme-light-blue);
    margin-top: 0;
}

.home-block__supertitle--header {
    letter-spacing: 1px;
}


.home-block__title {
    font-size: 40px;
    line-height: 52px;
    font-weight: var(--font-weight-normal);
    margin-top: 0;
}



 @media screen and (max-width: 1024px) {
    .home-block__title {
        font-size: 30px;
    }
}


 @media screen and (max-width: 575px) {

    .home-block__title {
        width: 100%;
        line-height: 36px;
        margin: 20px auto 35px 0;
        padding-top: 0;
    }
}


.home-block__description {
    font-weight: var(--font-weight-light);
    margin-bottom: 0;
}


.home-block__cta-text {
    padding: 18px 75px;
    background: var(--color-theme-secondary);
    font-size: 14px;
    font-weight: var(--font-weight-normal);
}


 @media screen and (max-width: 1024px) {

    .home-block__cta-text {
        padding: 20px calc((100vw - 136px) / 2);
    }
}


.home-block__supertitle--blue {
    color: var(--color-theme-primary);
}



.home-block__supertitle--number {
    color: var(--color-theme-secondary);
}

.bcg-img-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/*noinspection CssUnusedSymbol*/
.bcg-img-cover--center {
    background-position: center !important;
}

/* About Us Block */

.about-us {
    background: var(--color-theme-white);
}


 @media screen and (max-width: 575px) {

    .about-us {
        padding: 55px 15px;
    }
}

.about-us-block {
    display: flex;
}

.about-us--left {
    width: 50%;
    max-height: 750px;
    margin: 20px !important;
}


 @media screen and (max-width: 1310px) {

    .about-us--left {
        min-height: calc(1.25vw);
    }
}


 @media screen and (max-width: 575px) {

    .about-us--left {
        display: none;
    }
}


.about-us--right {
    width: 50%;
    background: var(--color-theme-white);
    padding: 85px 115px;
    color: var(--color-theme-primary);
}


 @media screen and (max-width: 1024px) {

    .about-us--right {
        padding: 85px 30px;
    }
}


 @media screen and (max-width: 575px) {

    .about-us--right {
        width: 100%;
        padding: 0;
    }
}

.about-us__buttons {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}


 @media screen and (max-width: 575px) {

    .about-us__buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.about-us-block .home-block__title {
    width: 82%;
    padding-top: 20px;
    margin-top: 105px;
}

.about-us-block .home-block__description {
    width: 82%;
}



 @media screen and (max-width: 1024px) {

    .about-us-block .home-block__title {
        margin-top: 50px;
    }
}



 @media screen and (max-width: 575px) {

    .about-us-block .home-block__title {
        margin-bottom: 20px;
    }

    .about-us-block .home-block__title,
    .about-us-block .home-block__description {
        width: 100%;
    }
}


.about-us-block .home-block__supertitle--number {
    color: var(--color-theme-light-blue);
}

.home-block__cta-text--about-us--button {
    padding: 18px 20px;
    text-align: center;
}

.home-block__cta-text--about-us--download {
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

/*noinspection CssUnusedSymbol*/
.download-icon {
    height: 20px;
    width: 15px;
}

.home-block__cta-text--about-us {
    font-size: 14px;
    padding-left: 8px;
}

/*Banner with Logo and WYSWYG Editor*/
.home-block__symbol {
    height: auto;
    margin: auto;
    padding-bottom: 70px;
}

.banner-with-logo-and-wyswyg {
    background-position: center top !important;
    display: flex;
}


 @media screen and (max-width: 575px) {

    .banner-with-logo-and-wyswyg {
        background-position: center !important;
        min-height: 430px;
    }
}

.home-block__symbol-banner-with-logo-and-wyswyg {
    padding: 0;
}

.banner-with-logo-and-wyswyg--content {
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    max-width: 920px;
}

.banner-with-logo-and-wyswyg--wyswyg > * {
    color: inherit;
}

/* Content with 3 Images */

.home-investments-block {
    background: var(--color-theme-white);
    position: relative;
}


 @media screen and (max-width: 1024px) {


    .home-investments-block {
        background: linear-gradient(90deg, var(--color-theme-light-blue) 60%, var(--color-theme-white) 0);
        display: flex;
        flex-direction: column;
    }
}


 @media screen and (max-width: 575px) {


    .home-investments-block {
        background: var(--color-theme-light-blue);
    }
}

.home-investments-block__inner {
    padding: 110px 80px 90px 120px;

}


 @media screen and (max-width: 1024px) {

    .home-investments-block__inner {
        padding: 50px 15px;
    }
}

.home-investments-block__title {
    margin-top: 105px;
    margin-bottom: 20px;
}


 @media screen and (max-width: 1024px) {

    .home-investments-block__title {
        margin-top: 50px;
    }

}


.home-investments-block__subtitle {
    font-family: var(--subheadline-font-family);
    font-size: 24px;
    line-height: 26px;
    position: relative;
}


.home-investments-block__subtitle::after {
    background: var(--color-theme-secondary);
    border: 1px solid var(--color-theme-secondary);
    content: "";
    height: 3px;
    left: 0;
    margin: 17px 0 15px;
    position: absolute;
    top: 20px;
    width: 42px;

}


.home-investments-block__items {
    color: var(--color-theme-white);
    display: flex;
    justify-content: space-between;
}



 @media screen and (max-width: 1024px) {

    .home-investments-block__items {
        padding: 0;
    }
}


 @media screen and (max-width: 575px) {

    .home-investments-block__items {
        flex-direction: column;
    }
}

.home-investments-block__item {
    margin: 35px 0;
    width: 33%;
    max-width: 350px;
    padding: 40px 50px 35px 35px;
}


 @media screen and (max-width: 1024px) {

    .home-investments-block__item {
        padding: 15px;
    }

    .home-investments-block__item:first-child {
        margin-left: 0;
    }

    .home-investments-block__item:last-child {
        margin-right: 0;
    }
}


 @media screen and (max-width: 575px) {

    .home-investments-block__item {
        max-width: none;
        width: 100%;
        margin: 20px 0 0 0;
        padding: 35px 50px 35px 35px;
    }
}



.home-investments-block__item__number {
    color: var(--color-theme-secondary);
    font-family: var(--highlight-font-family);
    font-size: 50px;
    font-weight: var(--font-weight-semibold);
    line-height: 1.35;
    padding-top: 100px;
}


 @media screen and (max-width: 1024px) {

    .home-investments-block__item__number {
        padding-top: 120px;
    }
}


.home-investments-block__item__title {
    font-size: 22px;
    font-weight: var(--font-weight-medium);
    padding-bottom: 2px;
}


 @media screen and (max-width: 575px) {

    .home-investments-block__item__title {
        padding-bottom: 0;
    }
}


.home-investments-block__item__desc {
    font-size: 16px;
    font-weight: var(--font-weight-light);
}

.home-investments__bottom {
    display: flex;
    justify-content: space-between;
}


 @media screen and (max-width: 1024px) {

    .home-investments__bottom {
        margin-left: 0;
    }
}


 @media screen and (max-width: 575px) {

    .home-investments__bottom {
        padding-top: 20px;
    }
}


.home-investment-block__description--desktop {
    font-size: 17px;
    font-weight: var(--font-weight-light);
    line-height: 26px;
}


 @media screen and (max-width: 575px) {

    .home-investment-block__description--desktop {
        display: none;
    }
}

.home-investment-block__description--mobile {
    display: none;
}


 @media screen and (max-width: 575px) {

    .home-investment-block__description--mobile {
        display: block;
        font-size: 18px;
    }
}


 @media screen and (max-width: 575px) {

    .home-investment-block__description {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 30px;
    }
}

.home-investment-block__cta {
    max-width: 350px;
    width: 33%;
}


 @media screen and (max-width: 575px) {

    .home-investment-block__cta {
        width: 100%;
        position: relative;
        order: 5;
        right: 0;
        bottom: 0;
        margin: 10px 0 0;
    }

    .home-investment-block__description {
        width: 100%;
    }
}

.home-investment-block__description--desktop--bottom {
    padding: 0 20px;
    position: relative;
    width: 66%;
}


.home-investment-block__description--desktop--bottom::before {
    background: var(--color-theme-secondary);
    border: 1px solid var(--color-theme-secondary);
    content: "";
    height: 40px;
    left: 0;
    margin: 17px 0 15px;
    position: absolute;
    top: -11px;
    width: 3px;
}

.home-block__cta-text--investments {
    margin: 0;
    text-align: center;
}


 @media screen and (max-width: 1024px) {

    .home-block__cta-text--investments {
        padding: 18px 75px;
    }
}


 @media screen and (max-width: 575px) {

    .home-block__cta-text--investments {
        width: 100%;
    }
}

/* Half Image Half WYSWYG Editor */

.half-image-half-wyswyg {
    background-color: var(--color-theme-white);
    padding-top: 35px;
    padding-bottom: 35px;
}


.half-image-half-wyswyg-block {
    display: flex;
    justify-content: space-between;
}


/*noinspection CssUnusedSymbol*/
.half-image-half-wyswyg-block.left {
    flex-direction: row-reverse;
}

.half-image-half-wyswyg--wyswyg {
    padding: 60px 30px 60px 110px;
    width: 52%;
}

.half-image-half-wyswyg-block.left .half-image-half-wyswyg--wyswyg{
    padding-left: 20px;
}


.half-image-half-wyswyg--image-container {
    background: var(--color-theme-light-blue);
    width: 45%;
}

.half-image-half-wyswyg--image {
    height: calc(100% - 40px);
    margin: 20px;
}

.half-image-half-wyswyg--wyswyg .home-block__title {
    line-height: 52px;
    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
}


.half-image-half-wyswyg--wyswyg .home-block__title::after {
    background: var(--color-theme-secondary);
    bottom: -42px;
    content: "";
    height: 4px;
    left: 0;
    margin: 10px 0 10px;
    position: absolute;
    width: 42px;
}


.half-image-half-wyswyg--wyswyg h3 {
    font-family: var(--subheadline-font-family);
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;

}


.half-image-half-wyswyg--wyswyg p {
    font-weight: var(--font-weight-light);
    line-height: 28px;
}

.half-image-half-wyswyg--wyswyg ul {
    padding-inline-start: 22px;
}


.half-image-half-wyswyg--wyswyg li {
    font-size: 16px;
    font-weight: var(--font-weight-light);
    line-height: 24px;
}

/* Hero Header */
.home-header-block .home-block__title {
    width: 60%;
}


 @media screen and (max-width: 575px) {

    .home-header-block .home-block__title {
        margin-top: 0;
        width: 100%;
    }
}

.home-header-block .home-block__supertitle {
    font-size: 22px;
}


 @media screen and (max-width: 575px) {

    .home-header-block .home-block__supertitle {
        font-size: 14px;
        line-height: 1;
    }
}


.home-header-block {
    color: var(--color-theme-white);
    padding: 200px 120px 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


 @media screen and (max-width: 575px) {

    .home-header-block {
        min-height: 500px;
        padding: 15px;
    }
}

/* Latest News Carousel */

.home-investments-block {
    background: var(--color-theme-white);
    position: relative;
}


 @media screen and (max-width: 1024px) {


    .home-investments-block {
        background: linear-gradient(90deg, var(--color-theme-light-blue) 60%, var(--color-theme-white) 0);
        display: flex;
        flex-direction: column;
    }
}


 @media screen and (max-width: 575px) {


    .home-investments-block {
        background: var(--color-theme-light-blue);
    }
}

.home-investments-block__inner {
    padding: 110px 80px 90px 120px;

}


 @media screen and (max-width: 1024px) {

    .home-investments-block__inner {
        padding: 50px 15px;
    }
}

.home-investments-block__title {
    margin-top: 105px;
    margin-bottom: 20px;
}


 @media screen and (max-width: 1024px) {

    .home-investments-block__title {
        margin-top: 50px;
    }

}


.home-investments-block__subtitle {
    font-family: var(--subheadline-font-family);
    font-size: 24px;
    line-height: 26px;
    position: relative;
}


.home-investments-block__subtitle::after {
    background: var(--color-theme-secondary);
    border: 1px solid var(--color-theme-secondary);
    content: "";
    height: 3px;
    left: 0;
    margin: 17px 0 15px;
    position: absolute;
    top: 20px;
    width: 42px;

}


.home-investments-block__items {
    color: var(--color-theme-white);
    display: flex;
    justify-content: space-between;
}



 @media screen and (max-width: 1024px) {

    .home-investments-block__items {
        padding: 0;
    }
}


 @media screen and (max-width: 575px) {

    .home-investments-block__items {
        flex-direction: column;
    }
}

.home-investments-block__item {
    margin: 35px 0;
    width: 33%;
    max-width: 350px;
    padding: 40px 50px 35px 35px;
}


 @media screen and (max-width: 1024px) {

    .home-investments-block__item {
        padding: 15px;
    }

    .home-investments-block__item:first-child {
        margin-left: 0;
    }

    .home-investments-block__item:last-child {
        margin-right: 0;
    }
}


 @media screen and (max-width: 575px) {

    .home-investments-block__item {
        max-width: none;
        width: 100%;
        margin: 20px 0 0 0;
        padding: 35px 50px 35px 35px;
    }
}



.home-investments-block__item__number {
    color: var(--color-theme-secondary);
    font-family: var(--highlight-font-family);
    font-size: 50px;
    font-weight: var(--font-weight-semibold);
    line-height: 1.35;
    padding-top: 100px;
}


 @media screen and (max-width: 1024px) {

    .home-investments-block__item__number {
        padding-top: 120px;
    }
}


.home-investments-block__item__title {
    font-size: 22px;
    font-weight: var(--font-weight-medium);
    padding-bottom: 2px;
}


 @media screen and (max-width: 575px) {

    .home-investments-block__item__title {
        padding-bottom: 0;
    }
}


.home-investments-block__item__desc {
    font-size: 16px;
    font-weight: var(--font-weight-light);
}

.home-investments__bottom {
    display: flex;
    justify-content: space-between;
}


 @media screen and (max-width: 1024px) {

    .home-investments__bottom {
        margin-left: 0;
    }
}


 @media screen and (max-width: 575px) {

    .home-investments__bottom {
        padding-top: 20px;
    }
}


.home-investment-block__description--desktop {
    font-size: 17px;
    font-weight: var(--font-weight-light);
    line-height: 26px;
}


 @media screen and (max-width: 575px) {

    .home-investment-block__description--desktop {
        display: none;
    }
}

.home-investment-block__description--mobile {
    display: none;
}


 @media screen and (max-width: 575px) {

    .home-investment-block__description--mobile {
        display: block;
        font-size: 18px;
    }
}


 @media screen and (max-width: 575px) {

    .home-investment-block__description {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 30px;
    }
}

.home-investment-block__cta {
    max-width: 350px;
    width: 33%;
}


 @media screen and (max-width: 575px) {

    .home-investment-block__cta {
        width: 100%;
        position: relative;
        order: 5;
        right: 0;
        bottom: 0;
        margin: 10px 0 0;
    }

    .home-investment-block__description {
        width: 100%;
    }
}

.home-investment-block__description--desktop--bottom {
    padding: 0 20px;
    position: relative;
    width: 66%;
}


.home-investment-block__description--desktop--bottom::before {
    background: var(--color-theme-secondary);
    border: 1px solid var(--color-theme-secondary);
    content: "";
    height: 40px;
    left: 0;
    margin: 17px 0 15px;
    position: absolute;
    top: -11px;
    width: 3px;
}

.home-block__cta-text--investments {
    margin: 0;
    text-align: center;
}


 @media screen and (max-width: 1024px) {

    .home-block__cta-text--investments {
        padding: 18px 75px;
    }
}


 @media screen and (max-width: 575px) {

    .home-block__cta-text--investments {
        width: 100%;
    }
}

/* What's Next */
.home-block__cta-text--whats-next {
    margin: 0 40px;
    text-align: center;
}


 @media screen and (max-width: 1024px) {

    .home-block__cta-text--whats-next {
        padding: 20px 75px;
    }
}


 @media screen and (max-width: 575px) {

    .home-block__cta-text--whats-next {
        margin: 0;
    }
}



.home-whats-next-block {
    color: var(--color-theme-white);
    padding: 107px 40px 100px 165px;
    display: flex;

}


 @media screen and (max-width: 1024px) {

    .home-whats-next-block {
        padding: 55px 15px;
    }
}


 @media screen and (max-width: 575px) {

    .home-whats-next-block {
        flex-direction: column;
        position: relative;
        background-position-x: 30% !important;
        background-repeat: no-repeat !important;
    }
}

.home-whats-next--left {
    width: 65%;
}

.home-whats-next--right {
    margin-top: auto;
    width: 35%;
}


 @media screen and (max-width: 575px) {

    .home-whats-next--left {
        width: 100%;
    }

    .home-whats-next--right {
        margin: 20px 0 0;
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Home Block - Latest News
--------------------------------------------------------------*/


.home-news {
    display: flex;
    background: var(--color-theme-light-blue);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    height: 900px;
}


 @media screen and (max-width: 1024px) {

    .home-news {
        background-image: none !important;
        padding: 0 0 50px;
        height: auto;
    }
}


 @media screen and (max-width: 575px) {

    .home-news {
        padding: 0 15px;
        height: auto;
    }
}


.home-news--right {
    color: var(--color-theme-primary);
}


 @media screen and (max-width: 575px) {

    .home-news--right {
        width: 100%;
        padding: 20px 0 50px;
    }
}

.home-news--right__top {
    padding: 110px 40px 0 450px;
}

.home-news--right__bottom {
    padding: 0 50px 0 200px;
}


 @media screen and (max-width: 1024px) {

    .home-news--right__top {
        padding: 50px 15px;
    }

    .home-news--right__bottom {
        padding: 0;
    }
}


 @media screen and (max-width: 575px) {

    .home-news .home-block__title {
        margin: 40px auto 60px 0;
    }
}

.home-news__title {
    margin-top: 105px;
}


 @media screen and (max-width: 1024px) {

    .home-news__title {
        margin-top: 50px;
        margin-bottom: 0;
    }

}


.home-news__item {
    background: var(--color-theme-white);
    padding: 25px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*width: auto;*/
    min-height: 400px;
}

/*noinspection CssUnusedSymbol*/
.home-news__items .slick-slide {
    margin: 0 17px;
}


 @media screen and (max-width: 575px) {

    /*noinspection CssUnusedSymbol*/
    .home-news__items .slick-slide {
        margin: 0 7px;
    }
}


 @media screen and (max-width: 575px) {

    /*noinspection CssUnusedSymbol*/
    .home-news__items .slick-list {
        margin-bottom: 30px !important;
    }
}


.home-whats-next-block .home-block__title {
    padding-top: 215px;
}


 @media screen and (max-width: 575px) {

    .home-whats-next-block .home-block__title {
        padding-top: 335px;
    }
}


.home-whats-next-block .home-block__description {
    color: var(--color-theme-white);
    font-size: 16px;
    line-height: 23px;
}

/*noinspection ALL,CssUnusedSymbol*/
.home-news__item .entry-date {
    color: var(--color-theme-primary);
}


.home-news__item__title {
    color: var(--color-theme-primary);
    font-size: 21px;
    font-family: var(--highlight-font-family);
    font-weight: var(--font-weight-medium);
    padding-top: 45px;
}


 @media screen and (max-width: 575px) {

    .home-news__item__title {
        font-size: 20px;
    }
}

.home-news__item__meta {
    padding-bottom: 50px;
}

.home-news__item--bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.home-news__item--top {
    min-height: 200px;
}


.home-news__item__desc {
    color: var(--color-theme-primary);
    font-size: 18px;
    font-weight: var(--font-weight-light);
    margin-bottom: 13px;
    height: 113px;
    line-height: 26px;
}


 @media screen and (max-width: 575px) {

    .home-news__item__desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
}

.home-news__cta {
    margin: 30px 0 0 250px;
}


 @media screen and (max-width: 575px) {

    .home-news__cta {
        margin: 0;
        padding-right: 45px;
    }
}

.home-news__items {
    position: relative;
}


 @media screen and (max-width: 575px) {

    .home-news__items {
        margin-left: 0;
    }
}


/*noinspection CssUnusedSymbol,CssUnusedSymbol*/
.home-news__items .slick-next,
.home-news__items .slick-prev {
    top: unset;
    left: unset;
    bottom: -70px;
    right: 170px;
}

/*noinspection CssUnusedSymbol*/
.home-news__items .slick-next {
    right: 100px;
}

/*noinspection ALL,CssUnusedSymbol,CssUnusedSymbol*/
.home-news__items .slick-next::before,
.home-news__items .slick-prev::before {
    content: "";
    display: block;
    background: transparent;
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid var(--color-theme-light-blue);
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(-45deg);
    bottom: -12px;
    left: 4px;
}

/*noinspection ALL,CssUnusedSymbol,CssUnusedSymbol*/
.home-news__items .slick-next::after,
.home-news__items .slick-prev::after {
    content: "";
    display: block;
    background: transparent;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: -12px;
    border: 1px solid var(--color-theme-light-blue);
    border-radius: 50%;
}

/*noinspection CssUnusedSymbol*/
.home-news__items .slick-prev::before {
    transform: translateY(-50%) rotate(135deg);
    left: 6px;
}

/*--------------------------------------------------------------
# Block - Half Image & Half Content
--------------------------------------------------------------*/

.half-image-half-wyswyg {
    background-color: var(--color-theme-white);
}

.half-image-half-wyswyg-block {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.half-image-half-wyswyg--wyswyg {
    padding: 60px 30px 60px 130px;
    width: 50%;
}


.half-image-half-wyswyg--image-container {
    background: var(--color-theme-light-blue);
    width: 45%;
}

.half-image-half-wyswyg--image {
    height: calc(100% - 40px);
    margin: 20px;
}

