/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* PAGE General styles */
@font-face {
    font-family: 'Jost Medium';
    src: url('../../../../themes/SpaEurope/assets/fonts/Jost-Medium.eot');
    src: url('../../../../themes/SpaEurope/assets/fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../../../themes/SpaEurope/assets/fonts/Jost-Medium.woff2') format('woff2'),
    url('../../../../themes/SpaEurope/assets/fonts/Jost-Medium.woff') format('woff'),
    url('../../../../themes/SpaEurope/assets/fonts/Jost-Medium.ttf') format('truetype'),
    url('../../../../themes/SpaEurope/assets/fonts/Jost-Medium.svg#Jost-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost Bold';
    src: url('../../../../themes/SpaEurope/assets/fonts/Jost-Bold.eot');
    src: url('../../../../themes/SpaEurope/assets/fonts/Jost-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../../../themes/SpaEurope/assets/fonts/Jost-Bold.woff2') format('woff2'),
        url('../../../../themes/SpaEurope/assets/fonts/Jost-Bold.woff') format('woff'),
        url('../../../../themes/SpaEurope/assets/fonts/Jost-Bold.ttf') format('truetype'),
        url('../../../../themes/SpaEurope/assets/fonts/Jost-Bold.svg#Jost-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost Regular';
    src: url('../../../../themes/SpaEurope/assets/fonts/Jost-Regular.eot');
    src: url('../../../../themes/SpaEurope/assets/fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../../../themes/SpaEurope/assets/fonts/Jost-Regular.woff2') format('woff2'),
    url('../../../../themes/SpaEurope/assets/fonts/Jost-Regular.woff') format('woff'),
    url('../../../../themes/SpaEurope/assets/fonts/Jost-Regular.ttf') format('truetype'),
    url('../../../../themes/SpaEurope/assets/fonts/Jost-Regular.svg#Jost-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spa-Europe';
    src: url('../../../../themes/SpaEurope/assets/fonts/Spa-Europe.eot?ifja6f');
    src: url('../../../../themes/SpaEurope/assets/fonts/Spa-Europe.eot?ifja6f#iefix') format('embedded-opentype'),
    url('../../../../themes/SpaEurope/assets/fonts/Spa-Europe.ttf?ifja6f') format('truetype'),
    url('../../../../themes/SpaEurope/assets/fonts/Spa-Europe.woff?ifja6f') format('woff'),
    url('../../../../themes/SpaEurope/assets/fonts/Spa-Europe.svg?ifja6f#Spa-Europe') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html.aucgs-modal-open,
html.aucgs-modal-open body {
    overflow: hidden;
}
/* END PAGE General styles */

/* BREADCRUMBS section */
#module-solid_aboutuspage-aboutus .site-breadcrumb {
    background: #242e49;
}
/* END BREADCRUMBS section */

/* TOP Section */
#module-solid_aboutuspage-aboutus .about-us-container-top {
    background: #242e49;
    padding-top: 38px;
}

#module-solid_aboutuspage-aboutus .about-us-container-top .auct-grid {
    display: grid;
    grid-template-columns: calc(50% - 57px) calc(50% - 57px);
    gap: 114px;
}

#module-solid_aboutuspage-aboutus .about-us-container-top .auct-grid .auct-grid-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 46px;
    /*overflow: hidden;*/
}

#module-solid_aboutuspage-aboutus .about-us-container-top .auct-grid .auct-grid-col:nth-of-type(2n) {
    position: relative;
    top: 2px;
    height: 422px;
}

#module-solid_aboutuspage-aboutus .auct-grid-col .auct-header {
    font-size: 54px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Jost Medium', serif;
    line-height: 52px;
    margin-bottom: 0;
}

#module-solid_aboutuspage-aboutus .auct-grid-col .auct-desc {
    opacity: 0.600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Jost Regular", serif;
    margin-bottom: 0;
}

#module-solid_aboutuspage-aboutus .auct-grid-col .auct-img {
    max-width: calc(100%);
    aspect-ratio: 653 / 490;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease;
}

#module-solid_aboutuspage-aboutus .auct-grid-col .auct-img:hover {
    transform: scale(1.1);
}
/* END TOP Section */

/* PROPS Section */
#module-solid_aboutuspage-aboutus .about-us-container-props {
    background: #fff;
    padding-top: 72px;
}

#module-solid_aboutuspage-aboutus .about-us-container-props .container.aucp-block {
    display: flex;
    flex-direction: column;
    gap: 75px;
    padding: 0 30px 78px 30px;
}

#module-solid_aboutuspage-aboutus .about-us-container-props .aucp-block .aucp-header {
    font-size: 48px;
    color: #363636;
    font-weight: 500;
    font-family: "Jost Medium", serif;
}

#module-solid_aboutuspage-aboutus .about-us-container-props .aucp-block .aucp-props {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 76px 121px;
}

#module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

#module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-header {
    font-size: 30px;
    color: #363636;
    font-weight: 500;
    font-family: "Jost Medium", serif;
    margin-bottom: 23px;
}

#module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-header.empty {
    min-height: 36px;
    margin-bottom: 23px;
}

#module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-separator {
    width: 50px;
    height: 2px;
    background-color: #d9b377;
    margin-bottom: 30px;
}

#module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-separator.empty {
    background-color: #fff;
}

#module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-data {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3px;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row .spdr-title {
    font-size: 16px;
    color: #363636;
    font-weight: bold;
    font-family: "Jost Bold", serif;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row .spdr-value {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    font-family: "Jost Regular", serif;
    transition: all .5s ease;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row .spdr-value.link {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    font-family: "Jost Regular", serif;
    text-decoration: underline;
    cursor: pointer;
    transition: all .5s ease;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row a.spdr-value:hover {
    text-decoration: none;
    color: #c59b6c;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row a.spdr-value.link:hover {
    color: #c59b6c;
    text-decoration: underline;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row.esd ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row.esd a {
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    font-family: "Jost Regular", serif;
    text-decoration: underline;
    cursor: pointer;
    transition: all .5s ease;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row.esd a:hover {
    color: #c59b6c !important;
    text-decoration: underline;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row .spdr-value .spdr-value-additional-link {
    opacity: 0.6;
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    font-family: "Jost Regular", serif;
    transition: all .5s ease;
    cursor: pointer;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row .spdr-value .spdr-value-additional-link:hover {
    opacity: 1;
    color: #c59b6c;
    text-decoration: none;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .aucp-single-prop-trustpilot-button {
    min-width: 270px;
    max-width: 100%;
    width: fit-content;
    height: 67px;
    border: 2px #04da8d solid;
    border-radius: 4px;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #363636;
    font-weight: 500;
    font-family: "Jost Medium", serif;
    transition: all .5s ease;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .aucp-single-prop-trustpilot-button:hover {
    text-decoration: none;
    border-color: #c59b6c;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .aucp-single-prop-trustpilot-button .trustpilot-icon {
    margin-left: 10px;
    display: flex;
    margin-top: -2px;
    transition: all .5s ease;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .aucp-single-prop-trustpilot-button .trustpilot-icon svg path {
    transition: all .5s ease;
}

#module-solid_aboutuspage-aboutus .aucp-single-prop-data .aucp-single-prop-trustpilot-button:hover .trustpilot-icon svg path:nth-of-type(2n) {
    fill: #c59b6c;
}
/* END PROPS Section */

/* MAP Section */
#module-solid_aboutuspage-aboutus .aucm-header {
    font-size: 48px;
    color: #363636;
    font-weight: 500;
    font-family: "Jost Medium", serif;
    margin-top: 29px;
}

#module-solid_aboutuspage-aboutus .contact-map-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#module-solid_aboutuspage-aboutus .contact-map-section-inner {
    position: relative;
    width: 100%;
    height: 700px;
    padding: 50px 0px;
}

#module-solid_aboutuspage-aboutus a.btn.map-buttun-link,
#module-solid_aboutuspage-aboutus a.btn.map-buttun-link:focus {
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
    outline: none;
    font-size: 16px;
    color: rgb(54, 54, 54);
    min-width: 200px;
    padding: 13px 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2) !important;
}

#module-solid_aboutuspage-aboutus a.btn.map-buttun-link:hover,
#module-solid_aboutuspage-aboutus a.btn.map-buttun-link:focus:hover {
    background-color: rgb(197, 155, 108);
    color: rgb(255, 255, 255);
}

#module-solid_aboutuspage-aboutus .contact-map-section .icon-map-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    z-index: 10;
    margin-left: -20px;
    margin-top: -68px;
    color: rgb(197, 155, 108);
}
/* END MAP Section */

/* INFO Section */
#module-solid_aboutuspage-aboutus .about-us-container-info {
    background: #242e49;
    padding-top: 80px;
}

#module-solid_aboutuspage-aboutus .about-us-container-info .auci-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#module-solid_aboutuspage-aboutus .auci-block .auci-header {
    font-size: 48px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Jost Medium", serif;
    text-align: center;
    margin-bottom: 39px;
}

#module-solid_aboutuspage-aboutus .auci-block .auci-desc {
    opacity: 0.600;
    max-width: 962px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Jost Regular", serif;
    text-align: center;
}

#module-solid_aboutuspage-aboutus .auci-block .auci-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 50px;
    position: relative;
    top: 75px;
}

#module-solid_aboutuspage-aboutus .auci-image-grid-image-wrapper .auci-img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease;
}

#module-solid_aboutuspage-aboutus .auci-image-grid-image-wrapper .auci-img:hover {
    transform: scale(1.1);
}
/* END INFO Section */

/* GRID SLIDERS Section */
#module-solid_aboutuspage-aboutus .about-us-container-grid-sliders {
    background: #fff;
    padding-top: 150px;
    padding-bottom: 80px;
}

#module-solid_aboutuspage-aboutus .about-us-container-grid-sliders .aucgs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

#module-solid_aboutuspage-aboutus .about-us-container-grid-sliders .aucgs-grid .aucgs-grid-col {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-header {
    font-size: 30px;
    color: #363636;
    font-weight: 500;
    font-family: "Jost Medium", serif;
    margin-bottom: 28px;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-separator {
    width: 50px;
    height: 2px;
    background-color: #e1e1e1;
    margin-bottom: 30px;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider {
    max-width: 100%;
    display: grid;
    padding-inline: 34px;
    position: relative;
    margin: 0 auto;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider .swiper-wrapper {
    display: flex;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    box-sizing: border-box
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card img {
    display: block;
    max-height: 255px;
    min-height: 255px;
    object-fit: fill;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col:first-of-type .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide,
#module-solid_aboutuspage-aboutus .aucgs-grid-col:first-of-type .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card,
#module-solid_aboutuspage-aboutus .aucgs-grid-col:first-of-type .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card img {
    max-width: 270px;
    min-width: 270px;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col:nth-of-type(2n) .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide,
#module-solid_aboutuspage-aboutus .aucgs-grid-col:nth-of-type(2n) .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card,
#module-solid_aboutuspage-aboutus .aucgs-grid-col:nth-of-type(2n) .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card img {
    max-width: 180px;
    min-width: 180px;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card .aucgs-slide-card-expand {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Spa-Europe", serif;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #c59b6c;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    outline: none;
    border: 0;
    cursor: pointer;
    transition: all .5s ease;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card .aucgs-slide-card-expand:hover {
    background-color: #d9b377;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 30px;
    text-transform: uppercase;
    color: #363636;
    font-family: "Spa-Europe", serif;
    text-align: center;
    cursor: pointer;
    background: none;
    outline: none;
    border: 0;
    padding: 0;
    width: 24px;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider-button--prev {
    left: -2px;
}

#module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider-button--next {
    right: 5px;
}
/* END GRID SLIDERS Section */

/* MODAL */
#module-solid_aboutuspage-aboutus .aucgs-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

#module-solid_aboutuspage-aboutus .aucgs-modal.is-open {
    display: flex;
}

#module-solid_aboutuspage-aboutus .aucgs-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

#module-solid_aboutuspage-aboutus .aucgs-modal__dialog {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
    padding: 16px 16px 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
}

#module-solid_aboutuspage-aboutus .aucgs-modal__close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: rgba(197,155,108,0.6);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    transition: all .5s ease;
    padding: 0;
}

#module-solid_aboutuspage-aboutus .aucgs-modal__close:hover {
    background: rgba(197,155,108,0.8);
    border-radius: 4px;
}

#module-solid_aboutuspage-aboutus .aucgs-modal__body {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#module-solid_aboutuspage-aboutus .aucgs-modal__img {
    max-width: 80vw;
    max-height: 75vh;
    object-fit: contain;
    display: block;
}
/* END MODAL */

/* Responsive design */
/* PAGE General styles */
@media (min-width: 1420px) {
    #module-solid_aboutuspage-aboutus #wrapper .container {
        max-width: 1420px;
    }
}

@media (max-width: 1420px) {
    #module-solid_aboutuspage-aboutus #wrapper .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media (max-width: 800px) {
    #module-solid_aboutuspage-aboutus #wrapper .container {
        max-width: 100%;
        padding: 0 20px;
    }
}
/* END PAGE General styles */

/* TOP Section */
@media (max-width: 1260px) and (min-width: 801px) {
    #module-solid_aboutuspage-aboutus .about-us-container-top {
        background: #242e49;
        padding-top: 38px;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-top .auct-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-top .auct-grid .auct-grid-col {
        gap: 27px;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-top .auct-grid .auct-grid-col:nth-of-type(2n) {
        top: 45px;
        height: 454px;
    }

    #module-solid_aboutuspage-aboutus .auct-grid-col .auct-header {
        font-size: 48px;
    }

    #module-solid_aboutuspage-aboutus .auct-grid-col .auct-img {
        max-width: 600px;
        aspect-ratio: 600 / 454;
        margin: 0 auto;
    }

    #module-solid_aboutuspage-aboutus .auct-grid-col .auct-img:hover {
        transform: scale(1.1);
    }
}

@media (max-width: 800px) {
    #module-solid_aboutuspage-aboutus .about-us-container-top {
        background: #242e49;
        padding-top: 17px;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-top .auct-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-top .auct-grid .auct-grid-col {
        gap: 21px;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-top .auct-grid .auct-grid-col:nth-of-type(2n) {
        height: 100%;
        top: 35px;
    }

    #module-solid_aboutuspage-aboutus .auct-grid-col .auct-header {
        font-size: 36px;
        line-height: 35px;
        margin-bottom: 0;
    }

    #module-solid_aboutuspage-aboutus .auct-grid-col .auct-desc {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 0;
    }
}

/* END TOP Section */

/* PROPS Section */
@media (max-width: 1420px) and (min-width: 1261px) {
    #module-solid_aboutuspage-aboutus .about-us-container-props .container.aucp-block {
        padding: 0 30px 78px 30px !important;
    }
}

@media (max-width: 1260px) and (min-width: 800px) {
    #module-solid_aboutuspage-aboutus .about-us-container-props {
        padding-top: 128px;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-props .container.aucp-block {
        gap: 55px;
        padding: 0 30px 60px 30px !important;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-props .aucp-block .aucp-props {
        grid-template-columns: repeat(2, 1fr);
        gap: 41px 46px;
    }

    #module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-data {
        gap: 8px;
    }
}

@media (max-width: 800px) {
    #module-solid_aboutuspage-aboutus .about-us-container-props {
        padding-top: 97px;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-props .container.aucp-block {
        gap: 36px;
        padding: 0 20px 50px 20px !important;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-props .aucp-block .aucp-header {
        font-size: 30px;
        line-height: 26px;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-props .aucp-block .aucp-props {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    #module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-header {
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 13px;
    }

    #module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-header.empty {
        min-height: 0;
        max-height: 0;
        margin-bottom: 0;
    }

    #module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-separator {
        margin-bottom: 20px;
    }

    #module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-separator.empty {
        min-height: 0;
        max-height: 0;
        margin: 0;
    }

    #module-solid_aboutuspage-aboutus .aucp-props .aucp-single-prop .aucp-single-prop-data {
        gap: 8px;
    }

    #module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row {
        flex-direction: column;
        gap: 0;
    }

    #module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row .spdr-title {
        font-size: 15px;
        line-height: 22px;
    }

    #module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row .spdr-value {
        font-size: 15px;
        line-height: 22px;
    }

    #module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row .spdr-value.link {
        font-size: 15px;
        line-height: 22px;
    }

    #module-solid_aboutuspage-aboutus .aucp-single-prop-data .single-prop-data-row .spdr-value .spdr-value-additional-link {
        font-size: 15px;
        line-height: 22px;
    }

    #module-solid_aboutuspage-aboutus .aucp-single-prop:last-of-type {
        margin-top: -17px;
    }
}
/* END PROPS Section */

/* MAP Section */
@media (max-width: 1260px) and (min-width: 801px) {
    #module-solid_aboutuspage-aboutus .aucm-header {
        margin-top: 9px;
    }

    #module-solid_aboutuspage-aboutus .contact-map-section-inner {
        padding: 30px 0px;
    }
}

@media (max-width: 800px) {
    #module-solid_aboutuspage-aboutus .aucm-header {
        font-size: 30px;
        line-height: 30px;
        margin-top: 32px;
    }

    #module-solid_aboutuspage-aboutus .contact-map-section-inner {
        height: 500px;
        padding: 20px 0px;
    }
}
/* END MAP Section */

/* INFO Section */
@media (max-width: 1260px) and (min-width: 769px) {
    #module-solid_aboutuspage-aboutus .about-us-container-info {
        padding-top: 57px;
    }

    #module-solid_aboutuspage-aboutus .auci-block .auci-header {
        margin-bottom: 22px;
    }

    #module-solid_aboutuspage-aboutus .auci-block .auci-image-grid {
        gap: 30px;
        top: 55px;
    }
}

@media (max-width: 800px) {
    #module-solid_aboutuspage-aboutus .about-us-container-info {
        padding-top: 52px;
    }

    #module-solid_aboutuspage-aboutus .auci-block .auci-header {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 33px;
    }

    #module-solid_aboutuspage-aboutus .auci-block .auci-desc {
        font-size: 15px;
        line-height: 22px;
    }

    #module-solid_aboutuspage-aboutus .auci-block .auci-image-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        top: 25px;
    }
}
/* END INFO Section */

/* GRID SLIDERS Section */

@media (max-width: 1260px) and (min-width: 769px) {
    #module-solid_aboutuspage-aboutus .about-us-container-grid-sliders {
        padding-top: 127px;
        padding-bottom: 59px;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-grid-sliders .aucgs-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider {
        padding-inline: 49px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider-button--prev {
        left: -2px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider-button--next {
        right: 5px;
    }
}

@media (max-width: 800px) {
    #module-solid_aboutuspage-aboutus .about-us-container-grid-sliders {
        padding-top: 102px;
        padding-bottom: 50px;
    }

    #module-solid_aboutuspage-aboutus .about-us-container-grid-sliders .aucgs-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-header {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-separator {
        margin-bottom: 20px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider {
        padding-inline: 15px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col:first-of-type .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card img {
        max-height: 113px;
        min-height: 113px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col:nth-of-type(2n) .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card img {
        max-height: 172px;
        min-height: 172px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col:first-of-type .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide,
    #module-solid_aboutuspage-aboutus .aucgs-grid-col:first-of-type .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card,
    #module-solid_aboutuspage-aboutus .aucgs-grid-col:first-of-type .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card img {
        max-width: 120px;
        min-width: 120px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col:nth-of-type(2n) .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide,
    #module-solid_aboutuspage-aboutus .aucgs-grid-col:nth-of-type(2n) .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card,
    #module-solid_aboutuspage-aboutus .aucgs-grid-col:nth-of-type(2n) .aucgs-grid-col-slider .slider .swiper-wrapper .swiper-slide .slide-card img {
        max-width: 121px;
        min-width: 121px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider-button--prev {
        left: -15px;
    }

    #module-solid_aboutuspage-aboutus .aucgs-grid-col .aucgs-grid-col-slider .slider-button--next {
        right: -10px;
    }
}
/* END GRID SLIDERS Section */
/* END Responsive design */