

/* === content-text-01 === */

.content-text-01 {
    padding: calc(var(--block-margin) - 10px) 0;
    border-bottom: 1px solid rgb(226, 226, 226);
}

.content-text-01-text {
    font-size: calc(var(--h3-fontsize) - 6px);
    line-height: var(--h3-fontsize);
    display: inline;
    font-weight: 400;
}

.content-text-01-text p {
    line-height: 1.2;
    color: var(--text-secondary);
}

@media screen and (max-width: 767.98px) {
    .content-text-01-text {
        font-size: var(--h3-fontsize);
    }
}

@media screen and (max-width: 575.98px) {
    .content-text-01-text {
        font-size: var(--h4-fontsize);
    }
}
/* === content-text-01 === */



/* === content-05-image-left-text-right === */

.content-05 {
    margin: var(--block-padding) 0;
}

.content-05 .row {
    --bs-gutter-y: 2rem;
}

@media screen and (min-width: 992px) {
    .content-05 .col-image {
        padding-right: calc(4rem + var(--block-gap) * .5);
    }
}

.content-05-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 20px 150px;
    min-height: 300px;
}

.content-05-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content-05-title {
    margin-bottom: 1.5rem;
    text-wrap: balance;
    margin-left: 0;
    margin-right: -5px;
}

.content-05-btn {
    margin-top: 2rem;
}

@media screen and (max-width: 991.98px) {

    .content-05 {
        margin: var(--block-margin) 0;
    }

    .content-05-title {
        margin-bottom: 2rem;
    }

    .content-05-image-wrapper {
        border-radius: 20px 20px 20px 100px;
        height: auto;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 575.98px) {

    .content-05 {
        margin: calc(var(--block-margin) - 10px) 0;
    }

    .content-05-title br {
        display: none;
    }
}
/* === content-05-image-left-text-right === */



/* === our-benefits-01 === */

.our-benefits-01 {
    padding: var(--block-padding) 0;
    background-color: rgb(245, 245, 245);
}

.our-benefits-01:has(.col-text:first-child) {
    padding-top: 4rem;
}

.our-benefits-01 .row {
    --bs-gutter-y: 2rem;
}

.our-benefits-01-title {
    margin-bottom: 0;
}

.our-benefits-01:has(+.cta-gallery) {
    padding-bottom: 1.5rem;
}

.our-benefits-01.our-benefits-01-wide:has(+.cta-gallery) {
    padding-bottom: var(--block-padding);
}

@media screen and (min-width: 992px) {

    .our-benefits-01-button {
        width: 100%;
        height: 100%;
        justify-content: end;
        align-items: end;
        display: flex;
    }

    .our-benefits-01-button .btn {
        max-width: unset;
        width: 100%;
        justify-content: space-between;
        margin-bottom: .25rem;
    }

    .our-benefits-01-header {
        margin-bottom: 3.5rem;
    }
}

.our-benefits-01-header {
    margin-bottom: 2rem;
}

.our-benefits-01-button .btn::after {
    margin-left: 10px;
}

.our-benefits-01-item-image,
.our-benefits-01-item {
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.our-benefits-01 .our-benefits-01-item-image {
    position: relative;
    display: flex;
    min-height: 260px;
    max-height: 500px;
}

.our-benefits-01-item {
    padding: 2rem;
    padding-right: 2.75rem;
}

.our-benefits-01-item .our-benefits-01-item-title {
    margin-bottom: 1.25rem;
    color: var(--button-background);
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-wrap: balance;
}

.our-benefits-01-item span.our-benefits-01-item-title {
    margin-bottom: .75rem;
    display: inline-block;
}

.our-benefits-01-item .our-benefits-01-item-text {
    font-size: 16px;
    line-height: 26px;
}

@media screen and (max-width: 991.98px) {

    .our-benefits-01 {
        padding: var(--block-margin) 0;
    }

    .our-benefits-01 .row {
        --bs-gutter-y: 1.5rem;
    }

    .our-benefits-01-button {
        margin-top: 1.25rem;
    }

    .our-benefits-01-button .btn {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 575.98px) {
    .our-benefits-01 .row {
        --bs-gutter-y: 1rem;
    }
}
/* === our-benefits-01 === */



/* === call-to-action-gallery === */

.cta-gallery {
    margin: calc(var(--block-gap)*.75) 0;
    overflow: hidden;
    position: relative;
    --background-height: 150px;
}

.our-team-01+.cta-gallery {
    padding-top: calc(var(--team-slider-overflow) + (var(--block-gap) * .5));
    margin-top: calc(-1 * var(--team-slider-overflow));
}

.cta-gallery:has(+ .features_block),
.cta-gallery:has(+ .footer-05),
.cta-gallery:has(+ .footer-04-ecommerce) {
    background-image: linear-gradient(0deg, rgb(58, 58, 58) 0px, rgb(58, 58, 58) var(--background-height), transparent var(--background-height));
    margin-bottom: 0;
}

.case-studies-entry-03-step-05+.cta-gallery {
    margin-top: 0;
    background-image: linear-gradient(180deg, rgb(58, 58, 58) 0px, rgb(58, 58, 58) var(--background-height), transparent var(--background-height));
}

.our-benefits-01+.cta-gallery {
    margin-top: 0;
    background-image: linear-gradient(180deg, rgb(245, 245, 245) 0px, rgb(245, 245, 245) var(--background-height), transparent var(--background-height));
}

.cta-gallery .container {
    position: relative;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;

    width: calc(150% + var(--block-gap) * 1.5);
    left: calc(-25% - (var(--block-gap) * .75));

    position: relative;
}

.gallery-grid .gallery-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: calc(var(--block-gap) * .5);
}

.gallery-grid .gallery-item .grid-wrapper {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
    gap: 1.25rem;
    position: relative;
}

.gallery-grid .gallery-item-11 .grid-wrapper {
    border-top-right-radius: 150px;
}

.gallery-grid .gallery-item-8 .grid-wrapper {
    border-bottom-left-radius: 150px;
}

.gallery-grid .gallery-item .grid-wrapper.title-wrapper,
.gallery-grid .gallery-item .grid-wrapper.content-wrapper {
    border-radius: unset !important;
    padding: 4rem;
}

.gallery-grid .gallery-item .grid-wrapper.title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.gallery-grid .gallery-item .grid-wrapper.title-wrapper h2 {
    text-wrap: balance;
    margin-bottom: 0;
    line-height: 1.05;
}

.gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text p {
    font-size: 24px;
    line-height: 30px;
}

.gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text ul:last-child {
    margin-bottom: 0;
}

.gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
    transform: translateZ(1px);
}

.gallery-grid .gallery-item:hover img {
    transform: scale(1.1) translateZ(1px);
}

.gallery-grid .gallery-item-1 {
    grid-area: 1 / 1 / 2 / 2;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-2 {
    grid-area: 1 / 2 / 2 / 3;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-3 {
    grid-area: 1 / 3 / 2 / 4;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-4 {
    grid-area: 1 / 4 / 2 / 6;
    aspect-ratio: 2/1;
}

.gallery-grid .gallery-item-5 {
    grid-area: 1 / 6 / 2 / 7;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-6 {
    grid-area: 2 / 1 / 4 / 2;
    aspect-ratio: 2/1;
}

.gallery-grid .gallery-item-7 {
    grid-area: 2 / 2 / 3 / 4;
    aspect-ratio: 2/1;
    background: #fff !important;
}

.gallery-grid .gallery-item-8 {
    grid-area: 2 / 4 / 3 / 5;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-9 {
    grid-area: 2 / 5 / 3 / 7;
    aspect-ratio: 2/1;
}

.gallery-grid .gallery-item-10 {
    grid-area: 3 / 2 / 4 / 3;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-11 {
    grid-area: 3 / 3 / 5 / 4;
    aspect-ratio: 1/2;
}

.gallery-grid .gallery-item-12 {
    grid-area: 3 / 4 / 4 / 6;
    aspect-ratio: 2/1;
    background: #fff !important;
}

.gallery-grid .gallery-item-13 {
    grid-area: 3 / 6 / 4 / 7;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-14 {
    grid-area: 4 / 1 / 5 / 3;
    aspect-ratio: 2/1;
}

.gallery-grid .gallery-item-15 {
    grid-area: 4 / 4 / 5 / 5;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-16 {
    grid-area: 4 / 5 / 5 / 6;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-17 {
    grid-area: 4 / 6 / 5 / 7;
    aspect-ratio: 1/1;
}

@media screen and (min-width: 1600px) {
    .gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text p {
        padding-right: 2rem;
    }
}

@media screen and (max-width: 1599.98px) and (min-width: 1200px) {
    .gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text p {
        font-size: 22px;
        font-size: clamp(18px, 1.6vw, 26px);
        line-height: 1.25;
    }
}

@media screen and (max-width: 1199.98px) {

    .gallery-grid .gallery-item .grid-wrapper.content-wrapper {
        padding: 2rem;
    }

    .gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991.98px) and (min-width: 576px) {

    .cta-gallery {
        --block-gap: 1.5rem;
        --background-height: 120px;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(4, 1fr);

        --third: calc(100% / 3);

        width: calc(100% + var(--third) * 2 + var(--block-gap) * 1.5);
        left: calc(var(--third) * -1 - (var(--block-gap) * .75));
    }

    .gallery-grid .gallery-item-1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .gallery-grid .gallery-item-2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .gallery-grid .gallery-item-3 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .gallery-grid .gallery-item-4 {
        grid-area: 1 / 4 / 2 / 6;
    }

    .gallery-grid .gallery-item-5 {
        display: none;
    }

    .gallery-grid .gallery-item-6 {
        grid-area: 2 / 1 / 4 / 2;
    }

    .gallery-grid .gallery-item-7 {
        grid-area: 2 / 2 / 3 / 4;
    }

    .gallery-grid .gallery-item-8 {
        grid-area: 2 / 4 / 3 / 5;
    }

    .gallery-grid .gallery-item-9 {
        grid-area: 2 / 5 / 3 / 6;
    }

    .gallery-grid .gallery-item-10 {
        display: none;
    }

    .gallery-grid .gallery-item-11 {
        grid-area: 3 / 2 / 5 / 3;
    }

    .gallery-grid .gallery-item-12 {
        grid-area: 3 / 3 / 4 / 5;
    }

    .gallery-grid .gallery-item-13 {
        grid-area: 3 / 5 / 4 / 6;
    }

    .gallery-grid .gallery-item-14 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .gallery-grid .gallery-item-15 {
        grid-area: 4 / 3 / 5 / 4;
    }

    .gallery-grid .gallery-item-16 {
        grid-area: 4 / 4 / 5 / 5;
    }

    .gallery-grid .gallery-item-17 {
        grid-area: 4 / 5 / 5 / 6;
    }

    /* .gallery-grid .gallery-item .grid-wrapper.title-wrapper {
        padding: 3rem 4rem;
        align-items: start;
    } */

    .gallery-grid .gallery-item .grid-wrapper.content-wrapper {
        padding: 2rem;
    }

    .gallery-grid .gallery-item-8 .grid-wrapper {
        border-bottom-left-radius: 110px;
    }

    .gallery-grid .gallery-item-11 .grid-wrapper {
        border-top-right-radius: 110px;
    }
}

@media screen and (max-width: 767.98px) and (min-width: 576px) {
    .cta-gallery {
        --block-gap: 1.125rem;
        --background-height: 90px;
    }

    .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto auto auto auto;
        grid-row-gap: 0px;
    }

    .gallery-grid .gallery-item {
        height: auto;
    }

    .gallery-grid .gallery-item-6,
    .gallery-grid .gallery-item-7,
    .gallery-grid .gallery-item-9,
    .gallery-grid .gallery-item-11,
    .gallery-grid .gallery-item-13 {
        aspect-ratio: unset;
    }

    .gallery-grid .gallery-item-1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .gallery-grid .gallery-item-2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .gallery-grid .gallery-item-3 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .gallery-grid .gallery-item-4 {
        grid-area: 1 / 4 / 2 / 6;
    }

    .gallery-grid .gallery-item-5 {
        display: none;
    }

    .gallery-grid .gallery-item-6 {
        grid-area: 2 / 1 / 4 / 2;
    }

    .gallery-grid .gallery-item-7 {
        grid-area: 2 / 2 / 4 / 5;
    }

    .gallery-grid .gallery-item-8 {
        display: none;
    }

    .gallery-grid .gallery-item-9 {
        grid-area: 2 / 5 / 3 / 6;
    }

    .gallery-grid .gallery-item-10 {
        display: none;
    }

    .gallery-grid .gallery-item-11 {
        grid-area: 3 / 2 / 5 / 3;
    }

    .gallery-grid .gallery-item-12 {
        display: none;
    }

    .gallery-grid .gallery-item-13 {
        grid-area: 3 / 5 / 4 / 6;
    }

    .gallery-grid .gallery-item-14 {
        grid-area: 4 / 1 / 5 / 2;
        aspect-ratio: 1/1;
    }

    .gallery-grid .gallery-item-15 {
        grid-area: 4 / 3 / 5 / 4;
    }

    .gallery-grid .gallery-item-16 {
        grid-area: 4 / 4 / 5 / 5;
    }

    .gallery-grid .gallery-item-17 {
        grid-area: 4 / 5 / 5 / 6;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper {
        padding: 2.125rem;
        padding-right: 0;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper h2 br {
        display: none;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper {
        padding-left: calc(((100% + 2.125rem - 2*var(--block-gap)) / 3) - 2.125rem + 3.125rem);
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text {
        margin-bottom: 1.25rem;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text br {
        display: none;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 575.98px) {

    .cta-gallery {
        --block-gap: 18px;
        --background-height: 22.5vw;
    }

    .gallery-grid .gallery-item {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .gallery-grid {
        width: calc(200% + var(--block-gap) * 1.5);
        left: calc(-50% - (var(--block-gap) * .75));
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto auto auto;
    }

    .gallery-grid .gallery-item-1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .gallery-grid .gallery-item-2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .gallery-grid .gallery-item-3 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .gallery-grid .gallery-item-4 {
        grid-area: 1 / 4 / 2 / 5;
    }

    .gallery-grid .gallery-item-5 {
        display: none;
    }

    .gallery-grid .gallery-item-6 {
        display: none;
    }

    .gallery-grid .gallery-item-7 {
        grid-area: 2 / 2 / 3 / 4;
        height: auto;
        aspect-ratio: unset;
    }

    .gallery-grid .gallery-item-8 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .gallery-grid .gallery-item-9 {
        grid-area: 3 / 2 / 4 / 3;
    }

    .gallery-grid .gallery-item-10 {
        grid-area: 3 / 3 / 4 / 4;
    }

    .gallery-grid .gallery-item-11 {
        grid-area: 3 / 4 / 4 / 5;
    }

    .gallery-grid .gallery-item-12 {
        display: none;
    }

    .gallery-grid .gallery-item-13 {
        display: none;
    }

    .gallery-grid .gallery-item-14 {
        display: none;
    }

    .gallery-grid .gallery-item-15 {
        display: none;
    }

    .gallery-grid .gallery-item-16 {
        display: none;
    }

    .gallery-grid .gallery-item-17 {
        display: none;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper {
        padding: 1.25rem 0;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text {
        margin-bottom: 1.25rem;
        text-wrap: pretty;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text br {
        display: none;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text p {
        font-size: 20px;
        line-height: 26px;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper {
        align-items: start;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper .btn {
        width: 100%;
        justify-content: space-between;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper h2 {
        line-height: 1;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper h2 br {
        display: none;
    }
}
/* === call-to-action-gallery === */



/* === our-benefits-02 === */

.our-benefits-02 {
    margin: var(--block-padding) 0;
}

.our-benefits-02:not(:has(.our-benefits-02-button)):has(+.our-benefits-01) {
    margin-bottom: 2.75rem;
}

.our-benefits-02 .row {
    --bs-gutter-y: 2rem;
}

.our-benefits-02-title {
    margin-bottom: 0;
}

.our-benefits-02-text {
    letter-spacing: -0.05px;
}

.our-benefits-02:has(+.cta-gallery) {
    padding-bottom: 1.5rem;
}

.our-benefits-02-header {
    margin-bottom: 2rem;
}

.our-benefits-02-item-images {
    display: flex;
    flex-flow: row;
    gap: var(--bs-gutter-x);
    min-height: 300px;
    width: 100%;
    height: 100%;
}

.our-benefits-02-item-images .our-benefits-02-item-image-wrapper {
    border-radius: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 0;
    flex: 1;
    width: auto;
    overflow: hidden;
    position: relative;
}

.our-benefits-02-item-images .our-benefits-02-item-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.our-benefits-02-item {
    padding: 2rem;
    padding-right: 2.75rem;
    background-color: rgb(245, 245, 245);
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-flow: row;
    align-items: start;
    justify-content: start;
    gap: 1.25rem;
}

.our-benefits-02-item .our-benefits-02-item-title {
    margin-bottom: 1.25rem;
    color: var(--button-background);
    font-weight: 400;
    text-wrap: balance;
}

.our-benefits-02-item .our-benefits-02-item-text h3 {
    color: var(--button-background);
    font-weight: 400;
    text-wrap: balance;
    margin-bottom: .5rem;
}

.our-benefits-02-item .our-benefits-02-item-icon {
    width: 36px;
    margin-bottom: 0;
}

.our-benefits-02-item .our-benefits-02-item-icon i {
    color: var(--button-background) !important;
}

@media screen and (max-width: 991.98px) {

    .our-benefits-02 {
        margin: var(--block-margin) 0;
    }

    .our-benefits-02-item .our-benefits-02-item-title br {
        display: none;
    }

    .our-benefits-02-item .our-benefits-02-item-title {
        text-wrap: balance;
    }

    .our-benefits-02-item .our-benefits-02-item-title {
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
    }

    .our-benefits-02 .row {
        --bs-gutter-y: 1.5rem;
    }
}

@media screen and (max-width: 575.98px) {

    .our-benefits-02 {
        margin: calc(var(--block-margin) - 10px) 0 var(--block-margin);
    }

    .our-benefits-02 .row {
        --bs-gutter-y: 1rem;
    }

    .our-benefits-02-header {
        margin-bottom: 1.75rem;
    }

    .our-benefits-02-item {
        flex-flow: column;
        gap: 1.25rem;
    }

    .our-benefits-02-button {
        margin: 1rem 0;
    }

    .our-benefits-02-button .btn {
        width: 100%;
        justify-content: space-between;
    }

    .our-benefits-02-item-images {
        aspect-ratio: 3/4;
        max-height: 480px;
    }
}
/* === our-benefits-02 === */



/* === process-steps === */

.process-steps {
    padding: var(--block-padding) 0;
    background-color: rgb(245, 245, 245);
    overflow-y: visible;
    overflow-x: hidden;
    overflow-x: clip;
}

.process-steps .row {
    --bs-gutter-y: 2rem;
}

.col-process-items {
    margin-top: 4.25rem;
}

.process-steps-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 150px 20px 20px 20px;
    min-height: 300px;
}

.process-steps-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.process-steps-title {
    margin-bottom: 1.5rem;
    text-wrap: balance;
}

.process-steps-btn {
    margin-top: 1rem;
}

.process-steps-list {
    counter-reset: step-counter;
}

.process-steps-item {
    --item-padding: 3rem;
    counter-increment: step-counter;
    padding: var(--item-padding) 0;
    border-top: 1px solid rgb(213, 213, 213);
    position: relative;
    transition: padding 0.3s cubic-bezier(.68, -0.55, .27, 1.55);
}

.process-steps-item:last-child {
    border-bottom: 1px solid rgb(213, 213, 213);
}

.process-steps-item.open {
    --item-padding: 3.75rem;
}

.process-steps-item .process-steps-item-toggle {
    position: absolute;
    color: var(--button-background);
    top: var(--item-padding);
    right: 0;
    font-size: var(--h1-fontsize);
    line-height: 55px;
    width: 55px;
    text-align: center;
    transform: scale(1);
    transform-origin: center;
    transition:
        transform 0.3s cubic-bezier(.68, -0.55, .27, 1.55),
        top 0.3s cubic-bezier(.68, -0.55, .27, 1.55),
        color 0.3s cubic-bezier(.68, -0.55, .27, 1.55);
    z-index: 10;
    cursor: pointer;
}

.process-steps-item.open .process-steps-item-toggle {
    transform: scale(.9) rotate(135deg);
    color: #4a4a4a;
    font-weight: 200;
}

.process-steps-item-text {
    transition:
        max-height 0.3s cubic-bezier(.68, -0.55, .27, 1.55),
        opacity 0.3s cubic-bezier(.68, -0.55, .27, 1.55);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.process-steps-item.open .process-steps-item-text {
    max-height: 1000px;
    opacity: 1;
    z-index: 2;
}

.process-steps-item-gallery-wrapper {
    transition:
        max-height 0.3s cubic-bezier(.68, -0.55, .27, 1.55),
        opacity 0.3s cubic-bezier(.68, -0.55, .27, 1.55);
    max-height: 0;
    opacity: 0;
}

.process-steps-item.open .process-steps-item-gallery-wrapper {
    max-height: 1000px;
    opacity: 1;
}

.process-steps-item-header-wrapper {
    display: flex;
    flex-flow: row;
    gap: var(--bs-gutter-x);
    margin-bottom: 0rem;
    transition: margin-bottom 0.3s cubic-bezier(.68, -0.55, .27, 1.55);
}

.process-steps-item.open .process-steps-item-header-wrapper {
    margin-bottom: 2rem;
}

.process-steps-item-title {
    color: var(--button-background);
    font-size: calc(var(--h2-fontsize) - 6px);
    display: flex;
    flex-flow: row;
    gap: 1rem;
    line-height: 55px;
    margin-bottom: 0;
    cursor: pointer;
}

.process-steps-item-title::after {
    content: "";
    position: absolute;
    z-index: 1;
    height: 55px;
    width: 100%;
    display: block;
}

.process-steps-item-title::before {
    content: counter(step-counter, decimal-leading-zero);
    width: 55px;
    height: 55px;
    min-width: 55px;
    background-color: var(--button-background);
    color: var(--body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

.process-steps-item-header-wrapper>* {
    flex: 1;
}

.process-steps-item-subtitle {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 1px;
    color: rgb(151, 151, 151);
    text-transform: uppercase;
    font-weight: 500;
}

.process-steps-item-gallery-slider {
    position: relative;
}

.process-steps-item-gallery-slider:not(.slick-initialized) {
    display: flex;
    flex-flow: row;
    gap: var(--block-gap);
}

.process-steps-item-gallery-slider:not(.slick-initialized)>div:nth-child(n+5) {
    display: none !important;
}

.process-steps-item-gallery-slider:not(.slick-initialized)>div:nth-child(-n+4) {
    display: block;
    max-width: calc((100% - var(--block-gap) * 3) / 4);
}

.process-steps-item-gallery-slider .slick-slide {
    margin: 0 calc(var(--block-gap) / 2);
}

.process-steps-item-gallery-slider .slick-list {
    margin: 0 calc(var(--block-gap) / -2);
}

.process-steps-item-gallery-slider .process-steps-item-gallery-slide {
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 20px;
    display: flex !important;
    position: relative;
}

.process-steps-item-gallery-slider .process-steps-item-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.process-steps-item-gallery-slider .next-slide,
.process-steps-item-gallery-slider .prev-slide {
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    z-index: 1;
    background-color: #fff;
    color: var(--button-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
    transform: translateZ(1px);
}

.process-steps-item-gallery-slider .next-slide,
.process-steps-item-gallery-slider .prev-slide {
    top: 50%;
    transform: translateY(-50%) translateZ(1px);
}

.process-steps-item-gallery-slider .next-slide {
    right: -30px;
}

.process-steps-item-gallery-slider .prev-slide {
    left: -30px;
}


@media screen and (min-width: 992px) {
    .process-steps .col-image {
        padding-right: calc(4rem + var(--block-gap) * .5);
    }

    .process-steps-item-text {
        font-size: 16px;
        line-height: 26px;
        margin-top: .75rem;
    }

    .process-steps-item.open .process-steps-item-toggle {
        top: 3px;
        transform: scale(.75) rotate(135deg);
    }
}

@media screen and (max-width: 1199.98px) {
    .process-steps-item-gallery-slider:not(.slick-initialized)>div:nth-child(n+4) {
        display: none !important;
    }

    .process-steps-item-gallery-slider:not(.slick-initialized)>div:nth-child(-n+3) {
        display: block;
        max-width: calc((100% - var(--block-gap) * 2) / 3);
    }
}

@media screen and (max-width: 991.98px) {

    .process-steps {
        padding: var(--block-margin) 0;
    }

    .process-steps-title {
        margin-bottom: 2rem;
    }

    .process-steps-image-wrapper {
        border-radius: 100px 20px 20px 20px;
        height: auto;
        margin-bottom: 2rem;
    }

    .process-steps-item-header-wrapper {
        flex-flow: column;
        gap: 0;
    }

    .process-steps-item-title {
        margin-bottom: 0;
        transition: margin-bottom 0.3s cubic-bezier(.68, -0.55, .27, 1.55);
    }

    .process-steps-item.open .process-steps-item-title {
        margin-bottom: 2rem;
    }

    .process-steps-item {
        --item-padding: 2rem;
    }

    .process-steps-item.open {
        --item-padding: 2.75rem;
    }

    .process-steps-item-gallery-slider:not(.slick-initialized)>div:nth-child(n+3) {
        display: none !important;
    }

    .process-steps-item-gallery-slider:not(.slick-initialized)>div:nth-child(-n+2) {
        display: block;
        max-width: calc((100% - var(--block-gap)) / 2);
    }
}

@media screen and (max-width: 575.98px) {

    .process-steps-item {
        --item-padding: 1.5rem;
    }

    .process-steps-item.open {
        --item-padding: 2.5rem;
    }

    .process-steps .process-steps-btn {
        margin-top: .5rem;
        width: 100%;
        justify-content: space-between;
    }

    .process-steps-title br {
        display: none;
    }

    .process-steps-item-title {
        font-size: 40px;
        line-height: 40px;
        padding-right: 40px;
        gap: .75rem;
    }

    .process-steps-item-text {
        font-size: 16px;
        line-height: 26px;
    }

    .process-steps-item-title::before {
        height: 40px;
        width: 40px;
        min-width: 40px;
        font-size: 12px;
    }

    .process-steps-item .process-steps-item-toggle {
        font-size: 40px;
        line-height: 40px;
    }

    .process-steps-item.open .process-steps-item-title {
        margin-bottom: 1.5rem;
    }

    .process-steps-item-gallery-slider:not(.slick-initialized)>div:nth-child(n+2) {
        display: none !important;
    }

    .process-steps-item-gallery-slider:not(.slick-initialized)>div:nth-child(-n+1) {
        display: block;
        max-width: 100%;
    }

    .process-steps-item-gallery-slider .next-slide,
    .process-steps-item-gallery-slider .prev-slide {
        width: 50px;
        height: 50px;
    }

    .process-steps-item-gallery-slider .prev-slide {
        left: -25px;
    }

    .process-steps-item-gallery-slider .next-slide {
        right: -25px;
    }


}
/* === process-steps === */



/* === case-studies === */

.case-studies {
    margin: var(--block-padding) 0;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    --card-padding: 2rem;
    --slide-count: 4;
}

.case-studies .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    position: relative;
}

.case-studies .case-studies-title {
    color: #fff;
}

.case-studies .button-wrapper {
    z-index: 0;
    position: relative;
    border-top: 1px solid #dddddd;
    padding-top: 2rem;
}

.case-studies .case-studies-slider {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 5;
}

.case-studies .case-studies-slider:not(.slick-initialized) {
    display: flex;
    flex-flow: row nowrap;
    gap: var(--block-gap);
    height: 100%;
}

.case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide {
    display: none !important;
    width: calc(100% / var(--slide-count));
}

.case-studies .case-studies-slider .slick-list {
    overflow: visible;
}

/* the slides */
.case-studies .case-studies-slider .slick-slide {
    margin: 0 calc(var(--block-gap) / 2);
}

/* the parent */
.case-studies .case-studies-slider .slick-list {
    margin: 0 calc(var(--block-gap) / -2);
}

.case-studies .case-studies-slide {
    text-decoration: unset;
    color: #fff !important;
    height: 100%;
    display: flex !important;
    flex-flow: column nowrap;
    position: relative;
    aspect-ratio: 7/13;
    max-height: 600px;
}

.case-studies .case-studies-item {
    position: relative;
    display: block;
    flex-grow: 1;
}

.case-studies .case-studies-slide:hover .h3,
.case-studies .case-studies-slide.touch-active .h3 {
    transform: translateY(calc(-3 * var(--h3-fontsize))) translateZ(0px);
}

.case-studies .case-studies-content {
    display: flex;
    flex-flow: column wrap;
    justify-content: end;
    padding: var(--card-padding) 0 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
    transition: all .35s cubic-bezier(.68, -0.55, .27, 1.55);
    background-color: rgba(0, 0, 0, 0.1);
}

.case-studies .case-studies-content::before,
.case-studies .case-studies-content>*:not(img) {
    opacity: 0;
    transform: translateY(200px) translateZ(0);
    transition: all .45s cubic-bezier(.68, -0.55, .27, 1.55);
}

.case-studies .case-studies-slide:hover .case-studies-content,
.case-studies .case-studies-slide.touch-active .case-studies-content {
    height: calc(100% + 2*var(--h3-fontsize) + 4.25rem);
}

.case-studies .case-studies-slide:hover .case-studies-content::before,
.case-studies .case-studies-slide:hover .case-studies-content>*:not(img),
.case-studies .case-studies-slide.touch-active .case-studies-content::before,
.case-studies .case-studies-slide.touch-active .case-studies-content>*:not(img) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

.case-studies .case-studies-content::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    bottom: -10%;
    height: 140%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1)10%, rgba(0, 0, 0, .8) 100%);
}

.case-studies .case-studies-content>*:not(:last-child) {
    padding: 0 var(--card-padding) 1rem;
    z-index: 1;
}

.case-studies .case-studies-buttons {
    padding: var(--card-padding);
    border-top: 1px solid rgb(125, 125, 125, .9);
    position: relative;
}

.case-studies .case-studies-buttons::after {
    content: "";
    background-image: url('/images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 115%;
    height: auto;
    aspect-ratio: 5/1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    filter: brightness(0) saturate(0%);
    z-index: -1;
    opacity: .5;
}

.case-studies .case-studies-buttons .btn {
    padding: 0;
    background: transparent !important;
    color: var(--button-background-hover) !important;
    border-radius: unset !important;
    display: flex;
    align-items: center;
    min-height: unset;
    height: unset;
}

.case-studies .case-studies-buttons .btn::before {
    transform: translateZ(1px);
    content: "";
    position: relative;
    margin-left: 0;
    margin-right: 10px;
    background-color: var(--button-background-hover);
    font-family: 'Font Awesome 6 Pro';
    color: var(--button-color);
    font-weight: 400;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.case-studies .case-studies-slide ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.case-studies .case-studies-slide ul li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: .5rem;
}

.case-studies .case-studies-slide ul i {
    color: #fff !important;
    width: 16px;
}

.case-studies .case-studies-slide img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1 !important;
    transition: .3s ease-in-out;
    padding: 0 !important;
    margin: 0 !important;
}

.case-studies .case-studies-slide h3,
.case-studies .case-studies-slide .h3 {
    margin: 0;
}

.case-studies .case-studies-slide h3 strong,
.case-studies .case-studies-slide .h3 strong,
.case-studies .case-studies-slide h3 b,
.case-studies .case-studies-slide .h3 b {
    font-weight: var(--h3-fontweight);
}

.case-studies .case-studies-slide .h3 {
    color: var(--button-background);
    line-height: 1.2;
    height: calc(var(--h3-fontsize) * 2.4);

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-top: 1.5rem;

    transition: all .35s cubic-bezier(.68, -0.55, .27, 1.55);
    transition-delay: .1s;
    transform: translateZ(0px);
}

@media screen and (min-width: 1200px) {
    .case-studies {
        --slide-count: 4;
    }

    .case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide:nth-child(-n+4) {
        display: flex !important;
    }
}

@media screen and (min-width: 992px) {
    .case-studies {
        --slide-count: 3;
    }

    .case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide:nth-child(-n+3) {
        display: flex !important;
    }
}

@media screen and (min-width: 576px) {
    .case-studies {
        --slide-count: 2;
    }

    .case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide:nth-child(-n+2) {
        display: flex !important;
    }
}

@media screen and (max-width: 767.98px) {
    .case-studies {
        --card-padding: 1.75rem;
    }

    .process-steps+.case-studies {
        margin: var(--block-margin) 0;
    }
}

@media screen and (max-width: 575.98px) {

    .case-studies {
        --slide-count: 1.2;
        --block-gap: 1.75rem;
    }

    .process-steps+.case-studies {
        margin: calc(var(--block-margin) - 10px) 0 var(--block-margin);
    }

    .process-steps+.case-studies .button-wrapper .btn {
        width: 100%;
        justify-content: space-between;
    }

    .case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide:nth-child(-n+1) {
        display: flex !important;
    }

    .case-studies .case-studies-slide {
        aspect-ratio: 7/13;
    }

    /* .case-studies .case-studies-slide .h3 {
        line-height: 1.2;
        height: calc(var(--h4-fontsize) * 2.4);
    } */

    .case-studies .case-studies-slider {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .case-studies:has(.button-wrapper) .case-studies-slider {
        padding-bottom: 1rem;
    }
}
/* === case-studies === */



/* === footer-05-brochure === */

:root {
    --form-overlap: 2.5rem;
}

.footer-05 {
    padding: calc(var(--block-padding) + 2rem) 0 0;
    background-color: var(--footer-background, rgb(58, 58, 58));
    color: var(--footer-color, #fff);
    position: relative;
    z-index: 5;


    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
}

.footer-05>.container>.row {
    --bs-gutter-y: 5.25rem;
}

.footer-05 .btn.arrowed {
    --button-background: #363636;
    --button-background-hover: #3f3f3f;
    --button-color: #fff;
}

.footer-05-form {
    position: relative;
    z-index: 1;
    padding: 5rem 2rem;
    padding-right: 0;
    color: var(--body-color);
    height: 100%;
}

.footer-05-form::before {
    content: "";
    background-color: var(--button-background);
    position: absolute;
    left: calc(-1 * var(--col-overlap));
    top: calc(-1 * 1rem);
    height: calc(100% + var(--form-overlap));
    width: calc(100vw + var(--col-overlap));
    border-radius: 150px 20px 20px 20px;
    z-index: -1;
}

.footer-05-form::after {
    content: "";
    background-color: transparent;

    background-image: url('/images/logo.svg');
    background-repeat: no-repeat;
    background-position: left -70px bottom -80px;
    background-size: 900px auto;

    position: absolute;
    left: calc(-1 * var(--col-overlap));
    top: calc(-1 * 1rem);
    height: calc(100% + 2.5rem);
    width: calc(100vw + var(--col-overlap));
    border-radius: 150px 20px 20px 20px;
    z-index: -1;

    filter: brightness(0) saturate(100%) invert(74%) sepia(35%) saturate(587%) hue-rotate(33deg) brightness(95%) contrast(95%);
}

.footer-05-form::after {
    opacity: 0;
}

.footer-05 .content-col {
    display: flex;
    flex-flow: column;
}

@media screen and (min-width: 1200px) {
    .footer-05 .content-col {
        padding-right: calc(4rem + var(--block-gap) * .5);
        padding-bottom: var(--block-padding);
    }

    .footer-05 .form-col {
        --col-overlap: 4rem;
        padding-left: calc(var(--col-overlap) + var(--block-gap) * .5);
    }
}

.footer-05 .label.h3 {
    margin-bottom: .5rem;
    color: var(--button-background);
    line-height: 1;
    font-weight: var(--h2-fontweight);
}

.footer-05 .footer-05-content {
    margin-bottom: 2rem;
}

.footer-05 .footer-05-title {
    margin-bottom: 2rem;
    line-height: 3rem;
    font-size: calc(var(--h2-fontsize) - 6px);
    color: #fff;
}

.footer-05 .footer-05-text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.025em;
}

.footer-05 .footer-05-contact {
    display: flex;
    flex-flow: row wrap;
    gap: var(--block-gap);
    margin-bottom: 2rem;
}

.footer-05 .footer-05-contact>div {
    width: calc(50% - var(--block-gap) * .5);
    display: flex;
    flex-flow: column nowrap;
}

.footer-05 .footer-05-contact>div>a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
}

.footer-05 .footer-05-contact>.footer-05-phone>a {
    font-size: 24px;
    line-height: 32px;
}

.footer-05 .footer-05-offices {
    margin-bottom: 4rem;
}

.footer-05 .footer-05-office-list {
    display: flex;
    flex-flow: row wrap;
    gap: var(--block-gap);

    font-size: 16px;
    line-height: 24px;
    margin-top: .75rem;
}

.footer-05 .footer-05-office-list p {
    font-size: 16px;
    line-height: 24px;
}

.footer-05 .footer-05-office-list>div {
    width: calc(50% - var(--block-gap) * .5);
    display: flex;
    flex-flow: column;
    gap: .5rem;
}

.footer-05-social {
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    margin-top: auto;
}

@media screen and (max-width: 1199.98px) {

    :root {
        --form-overlap: 5.5rem;
    }

    .footer-05 .footer-05-title {
        font-size: var(--h2-fontsize);
    }

    .footer-05 .footer-05-office-list {
        gap: calc(var(--block-gap) * 1.5) var(--block-gap);
    }

    .footer-05-form {
        --form-padding: calc(4.5rem + var(--bs-gutter-x) * .5);
        padding: var(--form-padding) 2.5rem 0 var(--form-padding);
    }

    .footer-05-form::before {
        width: 100vw;
        left: 0;
        top: 0;
    }

    .footer-05 .footer-05-text {
        padding-right: 7.5rem;
    }

    .footer-05 .footer-05-contact>div {
        width: calc(100% / 3 - var(--block-gap) * 1);
    }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .footer-05 .footer-05-office-list>div {
        width: calc(100% / 3 - var(--block-gap) * 1);
    }
}

@media screen and (max-width: 991.98px) {
    .footer-05 {
        padding: var(--block-padding) 0 0;
    }

    .footer-05 .footer-05-contact>div {
        width: calc(100% / 2 - var(--block-gap) * .5);
    }

    .footer-05 .footer-05-offices {
        margin-bottom: 3.25rem;
    }

    .footer-05>.container>.row {
        --bs-gutter-y: 3.25rem;
    }

    .footer-05-form {
        --form-padding: 3.75rem;
        padding-top: 5.5rem;
    }

    .footer-05-form::before {
        border-top-left-radius: 110px;
    }
}

@media screen and (max-width: 767.98px) {
    .footer-05-form {
        --form-padding: 3rem;
        padding: 3rem 0 0 2.5rem;
    }

    .footer-05-form::before {
        border-top-left-radius: 60px;
    }
}

@media screen and (max-width: 575.98px) {
    .footer-05 {
        --form-overlap: 0px;
    }

    .footer-05 .form-group.bottom-box {
        flex-flow: column wrap;
    }

    .footer-05 .form-group.bottom-box .btn {
        width: 100%;
        justify-content: space-between;
    }

    .footer-05 .footer-05-office-list {
        gap: var(--block-gap);
    }

    .footer-05 .footer-05-title {
        margin-bottom: 0;
    }

    .footer-05 .footer-05-office-list>div,
    .footer-05 .footer-05-contact>div {
        width: 100%;
    }

    .footer-05 .footer-05-contact {
        gap: 1.75rem;
    }

    .footer-05 .footer-05-text {
        display: none;
    }

    .footer-05 .office-name {
        position: relative;
        cursor: pointer;
        user-select: none;
        margin-bottom: 0;
        transition: margin 0.3s ease;
    }

    .footer-05 .footer-05-office.open .footer-title {
        margin-bottom: 40px;
    }

    .footer-05 .office-name::after {
        content: "\f067";
        font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
        font-weight: 300;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 16px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .footer-05 .footer-05-office.open .office-name::after {
        content: "\f068";
        transform: translateY(-50%) rotate(0deg);
    }

    .footer-05 .footer-05-office .office-address {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        margin-bottom: 0rem;
        transition: max-height 0.3s ease, opacity 0.3s ease, margin-bottom 0.3s ease;
    }

    .footer-05 .footer-05-office.open .office-address {
        max-height: 200px;
        opacity: 1;
        margin-bottom: .5rem;
    }

    .footer-05-form::before {
        width: 200vw;
        left: -50vw;
        border-radius: 0;
    }

    .footer-05-form {
        padding: 3rem 0;
    }

}
/* === footer-05-brochure === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
  position: relative;
  overflow-y: visible;
  overflow-x: hidden;
  overflow-x: clip;
  z-index: 4;
}

.footer-04-ecommerce .footer-title {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px;
  font-weight: 500;
}

.footer-04-ecommerce .footer-bg {
  background-color: #303030;
  color: #ffffff;
  border-radius: 0 !important;
}

.footer-04-ecommerce .container {
  position: relative;
  z-index: 1;
  padding: calc(6.5rem + var(--form-overlap, 0px)) 0 2.5rem;
}

.footer-04-ecommerce .row {
  --bs-gutter-y: 50px;
}

.footer-04-ecommerce .row.footer-bottom {
  margin-top: 4rem;
  padding-top: 2.5rem;
  position: relative;
}

.footer-04-ecommerce .row.footer-bottom::before {
  content: "";
  background-color: rgb(58, 58, 58);
  position: absolute;
  left: -50vw;
  top: 0;
  height: 1px;
  width: 200vw;
}

.footer-04-ecommerce .row.footer-bottom {
  --bs-gutter-y: 0;
}

.footer-04-ecommerce a {
  text-decoration: none;
}

.footer-04-ecommerce .col-additional-links a {
  color: #a7aeb8;
  font-size: 15px;
  line-height: 35px;
}

.footer-04-ecommerce .column-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}

.footer-04-ecommerce .site-authors {
  text-align: left;
  display: inline-flex;
}

.footer-04-ecommerce .site-authors img {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}

.footer-04-ecommerce .footer-logo {
  margin-left: auto;
  max-height: 150px;
}

.footer-04-ecommerce .footer-info>* {
  margin-bottom: 6px;
}

.footer-04-ecommerce .footer-info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .footer-04-ecommerce .footer-info {
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .footer-04-ecommerce .site-authors {
    text-align: left;
  }
}

.footer-04-ecommerce .footer-info a {
  color: #ffffff;
}

.footer-04-ecommerce .footer-info b {
  color: #ffffff;
  font-weight: 500;
}

.footer-04-ecommerce .footer-column {
  display: flex;
  flex-flow: column wrap;
}

.footer-04-ecommerce .footer-column>* {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .footer-04-ecommerce .footer-info {
    flex-flow: column wrap;
  }

  .footer-04-ecommerce .footer-column {
    text-align: left;
  }
}

.footer-04-ecommerce .link-list .footer-link a {
  color: var(--button-background);
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  display: block;
  width: 100%;
  font-family: var(--h4-font);
  width: fit-content;
  transition: color 0.3s ease;
  /* text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  width: 100%;
}

.footer-04-ecommerce #footer_column04.link-list .footer-link a {
  color: var(--button-background);
}

.footer-04-ecommerce .link-list .footer-link a:hover,
.footer-04-ecommerce .link-list .footer-link a:focus,
.footer-04-ecommerce #footer_column04.link-list .footer-link a:hover,
.footer-04-ecommerce #footer_column04.link-list .footer-link a:focus {
  color: var(--button-background-hover);
}

.footer-04-ecommerce .contact-with-us {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  margin-bottom: 25px;
  align-items: center;
}

.footer-04-ecommerce .contact-with-us .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.footer-04-ecommerce .contact-with-us .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-04-ecommerce .contact-with-us .icons>a {
  background: var(--header-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.1s all;
}

.footer-04-ecommerce .contact-with-us .icons>a:hover,
.footer-04-ecommerce .contact-with-us .icons>a:active {
  background: #fff;
  color: var(--header-color);
}

.footer-04-ecommerce .last-footer {
  color: #fff;
  font-style: normal;
  font-size: 14px;
}

.footer-04-ecommerce .last-footer a {
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
}

.footer-04-ecommerce .last-footer em.separator {
  color: #fff;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-newsletter {
  position: relative;
  margin-top: 2rem;
}

.footer-newsletter button {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 20px;
  border-radius: 7px !important;
  position: relative;
  background-color: rgb(87, 175, 224);
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  text-align: start;
  border-color: rgb(87, 175, 224);
}

.footer-newsletter button::after {
  content: "\e093";
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  font-weight: 400;
  line-height: 0;
  margin-left: 24px;
  font-size: 18px;
  width: 8px;
  display: inline-block;
  height: 0px;
  transform: translate(0, 0);
  will-change: transform;
  position: absolute;
  right: 20px;
  bottom: 22px;
  border: unset;
  text-align: start;
  visibility: visible;
}

.footer-newsletter button:hover {
  background-color: rgba(87, 175, 224, 0.89);
  border-color: rgba(87, 175, 224, 0.89);
}

.footer-newsletter button:hover::after {
  animation: bounceArrowRightBottom 2s infinite;
  animation-delay: .0s;
}

.footer-newsletter button:has(+.form-newsletter.active) {
  outline: none !important;
  visibility: hidden;
}

.form-newsletter {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(87, 175, 224);
  width: 100%;
  padding: 12px 20px;
  z-index: 1;
  border-radius: 7px;
  max-height: 100%;
  overflow: hidden;
  transition: all .3s ease;
  opacity: 0;
  pointer-events: none;
  min-width: 100%;
  visibility: hidden;
}

.form-newsletter.active {
  padding: 30px 25px 25px;
  display: block;
  max-height: 700px;
  min-width: 300px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.form-newsletter .close-btn {
  position: absolute;
  top: 17px;
  right: 17px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 2;
  background-color: transparent !important;
}

.form-newsletter .close-btn::after {
  content: unset;
}

.form-newsletter .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.form-newsletter .title {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: var(--h3-fontweight);
  font-family: var(--h3-font);
  transition: all .3s ease;
}

.form-newsletter.active .title {
  color: #fff;
  font-size: var(--h3-fontsize);
  line-height: 1;
}

.form-newsletter .form-control {
  border-radius: 0px;
  background-color: #fff;
  border: unset;
  height: 52px;
  border-radius: 3px !important;
}

.form-newsletter .form-control::placeholder,
.form-newsletter .form-control::-webkit-input-placeholder {
  color: #a7aeb8;
  font-size: 15px;
}

.form-newsletter .checkbox+label {
  font-size: 14px;
  line-height: 20px;
}

.form-newsletter .checkbox+label::before {
  border: unset;
  border-radius: 3px !important;
}

.form-newsletter .tickbox.has-error label::before {
  background-color: #ffc8c8;
}

.form-newsletter .tickbox.has-error .error {
  display: none;
}


.form-newsletter .has-error input.error,
.form-newsletter .has-error select.error,
.form-newsletter .has-error textarea.error {
  background-color: #ffc8c8;
}

.form-newsletter .has-error input.error::placeholder,
.form-newsletter .has-error select.error::placeholder,
.form-newsletter .has-error textarea.error::placeholder {
  color: #f00;
}

.form-newsletter .checkbox:checked+label::after {
  top: 4px;
}

.footer-newsletter .form-newsletter button {
  background-color: rgb(0, 56, 84);
  border-color: rgb(0, 56, 84);
  border-radius: 0px !important;
  border-radius: 3px !important;
  text-align: center;
}

.footer-newsletter .form-newsletter button::after {
  position: relative;
  right: unset;
  bottom: unset;
  font-size: 16px;
}

.footer-newsletter .form-newsletter button:hover {
  background-color: rgb(0, 69, 104);
  border-color: rgb(0, 69, 104);
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .footer-sitemap.d-xl-inline-block {
    display: none !important;
  }

  .footer-sitemap.d-xl-none {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .footer-04-ecommerce .row {
    --bs-gutter-y: 50px;
    --bs-gutter-x: 1.75rem;
  }

  .footer-04-ecommerce .footer-info {
    display: flex;
    flex-flow: row;
    gap: var(--block-gap);
  }

  .footer-04-ecommerce .footer-info>* {
    width: calc(100% / 2 - var(--bs-gutter-x) * 0.5);
  }

  .footer-04-ecommerce .link-list .footer-link a {
    max-width: 180px;
  }
}

@media (max-width: 991.97px) {
  .additional-links .footer-link {
    width: 33%;
    display: inline-block;
  }

  .footer-04-ecommerce .contact-with-us {
    justify-content: center;
    align-items: center;
  }

  .footer-04-ecommerce .last-footer {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-04-ecommerce .column-title {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    margin-top: 15px;
  }

  .footer-04-ecommerce .column-title .toggle-footer {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
  }

  .additional-links .footer-link {
    width: 100%;
    display: block;
  }

  .footer-04-ecommerce .contact-with-us {
    flex-direction: column;
  }

  .footer-04-ecommerce .contact-with-us .title {
    margin-bottom: 15px;
  }

  .col-additional-links {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .footer-04-ecommerce .footer-column {
    justify-content: start;
    flex-flow: column wrap;
  }
}

@media (max-width: 575.97px) {
  .col-authors .site-authors {
    text-align: left;
  }

  .footer-04-ecommerce .footer-bg {
    padding: 3.5rem 30px 2.75rem !important;
  }

  .footer-04-ecommerce .footer-column {
    margin-bottom: 0;
  }

  .footer-04-ecommerce .container {
    padding: 0 !important;
  }

  .footer-04-ecommerce .row {
    --bs-gutter-y: 0rem;
  }

  .footer-04-ecommerce .row.footer-bottom {
    --bs-gutter-y: 1.5rem;

    margin-top: 3rem;
    padding-top: 1.25rem;
  }

}

@media (max-width: 575.98px) {
  .footer-04-ecommerce .footer-title {
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    transition: margin 0.3s ease;
  }

  .footer-04-ecommerce .footer-title::after {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-title::after {
    content: "\f068";
    transform: translateY(-50%) rotate(0deg);
  }

  .footer-04-ecommerce .link-list.open .footer-title {
    margin-bottom: 25px;
  }

  .footer-04-ecommerce .link-list .footer-link {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-link {
    max-height: 50px;
    opacity: 1;
  }

  .footer-04-ecommerce .footer-newsletter {
    max-height: 0;
    overflow: visible;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-newsletter {
    max-height: 200px;
    opacity: 1;
  }

  .footer-04-ecommerce .footer-column {
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .footer-04-ecommerce .row {
    margin: 0;
  }

  .footer-04-ecommerce .row>* {
    padding-inline: 0;
  }
}
/* === footer-04-ecommerce === */

