@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Syne:wght@400..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #181818;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-feature-settings: 'liga' off;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;

}

.bg-noise {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    pointer-events: none;
    overflow: hidden;
}

.bg-noise:before {
    position: absolute;
    content: '';
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    z-index: -1;
    pointer-events: none;
    background-image: url('/inc/uploads/2024/08/bg-noise.png');
    background-position: 50%;
    animation: BgNoise 1s steps(2) infinite;
}

@keyframes BgNoise {
    0% {
        transform: translate3d(0, 9rem, 0)
    }
    10% {
        transform: translate3d(-1rem, -4rem, 0)
    }
    20% {
        transform: translate3d(-8rem, 2rem, 0)
    }
    30% {
        transform: translate3d(9rem, -9rem, 0)
    }
    40% {
        transform: translate3d(-2rem, 7rem, 0)
    }
    50% {
        transform: translate3d(-9rem, -4rem, 0)
    }
    60% {
        transform: translate3d(2rem, 6rem, 0)
    }
    70% {
        transform: translate3d(7rem, -8rem, 0)
    }
    80% {
        transform: translate3d(-9rem, 1rem, 0)
    }
    90% {
        transform: translate3d(6rem, -5rem, 0)
    }
    to {
        transform: translate3d(-7rem, 0, 0)
    }
}

#_app {
    overflow: hidden;
    padding-top: 72px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(11px);
    z-index: 1003;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(11px);
    color: white;
    line-height: 1;
    transform: translate3d(0px, -100%, 0px);
    transition-delay: 1s;
}

header.minify {
    background: rgb(0 0 0 / 55%);
}

header > * > .--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 16px 0;
}

header > * > .--wrap .--logo img {
    height: 40px;
    transition: .4s;
    filter: grayscale(1) brightness(8.5);
}

header > * > .--wrap .--items {
    display: flex;
    align-items: center;
    gap: 32px;
}

header > * > .--wrap .--items a {
    color: inherit;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-decoration: none;
    position: relative;
}

header > * > .--wrap .--logo {
    line-height: 0;
}

header > * > .--wrap .--items > .--item {
    font-weight: 600;
}

.container {
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Syne", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

h2 {
    font-size: 60px;
    letter-spacing: 0.96px;
}

.--avenuepro-start {
    position: relative;
    margin-top: -72px;
    min-height: 100dvh;
    padding-top: 72px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 58px;
    margin-bottom: 140px;
    transition: 2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    background-color: #5b5b5b;
    opacity: 0;
}

.--avenuepro-start > .--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    opacity: 0;
    transform: scale(.9);
    filter: blur(10px);
    transition-delay: .5s;
}

.--avenuepro-start > .--bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(205deg, rgba(0, 0, 0, 0.00) 18.74%, rgba(0, 0, 0, 0.84) 100%), lightgray 0px -8.136px / 100% 100.861% no-repeat;
    mix-blend-mode: multiply;
}

.--avenuepro-start > .--bg > .--image {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.--image {
}

.--avenuepro-start > * > .--wrap {
    max-width: 730px;
    color: white;
    position: relative;
    z-index: 1;
}

.--avenuepro-start > * > .--wrap h1 {
    color: #FFF;
    font-size: 100px;
    line-height: 100px;
    font-weight: 600;
    /* 125% */
    position: relative;
    left: -3px;
    margin-bottom: 76px;
}

.--avenuepro-start .sub_wrap {
    display: flex;
    gap: 48px;
    padding-bottom: 150px;
}

.--avenuepro-start .--labels {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;

}

.--avenuepro-start .--labels .--item > span {
    display: block;
}

.--avenuepro-start .--labels .--item > span:first-child {
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 8px;
}

.--avenuepro-start .--labels .--item > span:last-child {
    font-size: 18px;
    font-weight: 500;
}

.--avenuepro-start .--labels > .--item:last-child {
    margin-left: auto;
}

.--avenuepro-start > * > .--wrap .--labels {
    display: flex;
    gap: 24px;
    margin-bottom: 32px;
}

.--avenuepro-start > * > .--wrap > .text {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.8;
}

.--avenuepro-start > * > .--wrap > .actions {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.--avenuepro-start .text:before {
    content: '';
    width: 100px;
    height: 1px;
    background-color: #FF5101;
    display: block;
    margin-bottom: 20px;
}

.--avenue-btn-1 {
    font-family: "DM Sans", sans-serif;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: max-content;
    border-radius: 8px;
    background: transparent;
    box-shadow: 0px 1px 2px 0px rgba(127, 87, 241, 0.05);
    color: #FFF;
    font-size: 16px;
    line-height: 24px; /* 150% */
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}

.--avenuepro-start .--avenue-btn-1 {
    border-radius: 100%;
    width: 155px;
    height: 155px;
    border: 1px solid white;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 2s;
}
.--avenue-btn-1 span {
    transition: all 2s;
}
.--avenue-btn-1:hover span {
    margin-left: -15px;
}
.--avenuepro-footer .--avenue-btn-1 {
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 0;
}
.--avenuepro-footer .--avenue-btn-1:before {
    content: '';
    background: rgba(255, 81, 1, 1);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: -33px;
}

.--avenuepro-footer .--avenue-btn-1:after {
    content: '';
    background: url(/inc/themes/common/assets/icons/arrow-right2.svg);
    display: inline-block;
    width: 15px;
    height: 8px;
}
.--avenuepro-section-header > * > .--wrap {
    text-align: center;
    font-size: 18px;
}

.--avenuepro-section-header {
    margin-top: 150px;
    margin-bottom: 68px;
}

.--avenuepro-section-header p {
    max-width: 1008px;
    margin: auto;
}

.--avenuepro-two-columns {
    margin-bottom: 32px;
}

.--avenuepro-two-columns > * > .--wrap {
    display: flex;
    gap: 32px;
}

.--avenuepro-two-columns > * > .--wrap > .--col-left, .--avenuepro-two-columns > * > .--wrap > .--col-right {
    width: 50%;
}

.--avenuepro-two-columns > * > .--wrap > .--col-left {
    font-size: 18px;
    line-height: 1.8;
}

.--avenuepro-two-columns h3 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0.56px;
    line-height: 1.5;
}

.--avenuepro-two-columns p {
    margin-bottom: 20px;
    font-weight: 400;
}

.--avenuepro-two-columns .actions {
    display: flex;
    gap: 89px;
    font-size: 18px;
    text-transform: uppercase;
}

#team .--col-right p{
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
}
.--avenuepro-two-columns .actions .--avenue-btn-1 {
    padding-left: 0;
    padding-right: 0;
    width: 150px;
}

.--avenuepro-two-columns .actions .--avenue-btn-1:hover {
    background-color: transparent;
}

.--avenuepro-two-columns .actions .--avenue-btn-1:before {
    content: '';
    background: rgba(255, 81, 1, 1);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: -33px;
}

.--avenuepro-two-columns .actions .--avenue-btn-1:after {
    content: '';
    background: url("/inc/themes/common/assets/icons/arrow-right2.svg");
    display: inline-block;
    width: 15px;
    height: 8px;
}

.--avenuepro-two-columns .items .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.--avenuepro-two-columns .items > .item:nth-child(2n) {
    flex-direction: row-reverse;
}


.--avenuepro-two-columns.--reverse > * > .--wrap {
    flex-direction: row-reverse;
}

.--avenuepro-two-columns > * > .--wrap .--image {
    width: 50%;
    height: 337px;
    background-size: cover;
    background-position: center;
}

.--avenuepro-two-columns > * > .--wrap .--content {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 337px;
    justify-content: space-between;
    padding: 48px;
    background: rgba(14, 14, 14, 1);

}

.--avenuepro-two-columns > * > .--wrap .--content .title {
    font-size: 22px;
    padding-bottom: 15px;
    font-family: "Syne", sans-serif;
}

.--avenuepro-two-columns > * > .--wrap .--content .caption {
    font-size: 16px;
    font-weight: 400;
}

.--avenuepro-two-columns > * > .--wrap .--content .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.--avenuepro-two-columns > * > .--wrap .--content .more a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.--avenuepro-gallery > * > .--wrap > .--items {
    display: grid;
    gap: 32px;
    grid-template-areas:
            "item-0 item-1 item-2"
            "item-0 item-3 item-4";
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    text-decoration: none;
    display: flex;
    color: #ffffffb8;
    background: #3a688912;
    z-index: 1;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item > .--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item > .--wrap {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 268px;
    margin: auto;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    transform: scale(.9);
    opacity: 0;
    pointer-events: none;
    padding: 50px 0;
    font-size: 14px;
    line-height: 1.4;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item:hover > .--wrap {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ba;
    transition: .4s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    opacity: 0;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item:hover:after {
    opacity: 1;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item > .--wrap > .--card-btn {
    border-radius: 28px;
    background: #3A6889;
    box-shadow: 0px 0px 0px 0px rgb(87 158 241 / 25%);
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    transition: .3s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
    transition-delay: .2s;
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item:hover > .--wrap > .--card-btn {
    box-shadow: 0px 0px 0px 6px rgb(87 158 241 / 25%);
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item > .--wrap > .--caption {
    margin-bottom: 32px;
}

.--avenuepro-gallery {
    margin-bottom: 150px;
}

.--avenuepro-features > * > .--wrap {
    display: flex;
    gap: 188px;
    align-items: flex-end;
}

.--avenuepro-features > * > .--wrap .--blocks {
    display: grid;
    gap: 20px;
    margin-top: 42px;
}

.--avenuepro-features > * > .--wrap .--blocks > .--block {
    border-radius: 8px;
    background: #FFF;

    /* Dark Shadow */
    box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.--avenuepro-features > * > .--wrap .--blocks > .--block h3 {
    color: #0B324E;
    font-size: 24px;
    /* 133.333% */
    letter-spacing: 0.48px;
    margin-bottom: 0;
}

.--avenuepro-features > * > .--wrap > .--col-left, .--avenuepro-features > * > .--wrap > .--col-right {
    width: 50%;
}

.--avenuepro-team > * > .--wrap > .--items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 32px;
}

.--avenuepro-team > * > .--wrap > .--items .--links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    line-height: 0;
    transition: .2s;
    opacity: 0;
}

.--avenuepro-team > * > .--wrap > .--items > .--item {
    border-radius: 8px;
    box-shadow: none;
    cursor: pointer;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    transform: scale(.9);
}

.--avenuepro-team > * > .--wrap > .--items > .--item > .--wrap {
    padding: 0;
}

.--avenuepro-team > * > .--wrap > .--items > .--item > .--wrap > .--image {
    width: 300px;
    height: 377px;
    background-size: cover;
    background-position: CENTER;
    margin: 0 auto;
    margin-bottom: 15px;
}

.--avenuepro-team > * > .--wrap > .--items > .--item > .--wrap h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: "Syne", sans-serif;
    /* 150% */
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: 0;
}

.--avenuepro-team > * > .--wrap > .--items > .--item .caption {
    font-size: 16px;
    color: #fff;
    line-height: 28.8px;
}

.--avenuepro-team > * > .--wrap > .--items > .--item:hover {
    transform: scale(1);
    box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
}

.--avenuepro-team > * > .--wrap > .--items .--item:hover .--links {
    opacity: 1;
}

.--avenuepro-team {
    margin-bottom: 80px;
}

.--avenuepro-tags {
    margin-top: 88px;
}

.--avenuepro-tags .--items {
    display: block;
    column-count: 5;
}

.--avenuepro-tags .--items > .--item:before {
    content: '';
    background: rgba(255, 81, 1, 1);
    width: 75px;
    height: 1px;
    display: block;
    margin-bottom: 8px;
}

.--avenuepro-tags .--items > .--item {
    font-size: 18px;
    margin-bottom: 92px;
    font-weight: 400;
    line-height: 24px;
}

.--avenuepro-map .leaflet-map {
    min-height: 60dvh;
}

.--avenuepro-footer {
    padding: 70px 0;
    margin-top: 20px;
}

footer.--avenuepro-footer {
    font-size: 18px;
    line-height: 1.78; /* 177.778% */
}

.--avenuepro-footer > .container > .--wrap {
    display: flex;
    justify-content: space-between;
    gap: 0px;
}

.--avenuepro-footer > .container > .--wrap .--logo img {
    height: 64px;
}

.--avenuepro-footer > .container > .--wrap h3 {
    color: #2F234F;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 0;
    margin-bottom: 24px;
}

.--avenuepro-footer > .container > .--wrap .--items {
    display: grid;
    gap: 20px;
}

.--avenuepro-footer > .container > .--wrap .--items a {
    display: flex;
    text-decoration: none;
    color: inherit;
    gap: 16px;
}

.--avenuepro-footer > .container > .--wrap .--items a .--image {
    line-height: 0;
}

.--avenuepro-footer > .container > .--wrap .--items a .--description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.--avenuepro-footer > .container > .--wrap .--items a .--description .--text {
    color: #002E4F;
    line-height: 1.7;
}

.--avenuepro-footer > .container > .--wrap .--items a .--description .--label {
    line-height: 1.2;
    font-weight: 700;
    color: #3A6889;
}

.--avenuepro-footer > .container > .--wrap > .--col:first-child {
    max-width: 312px;
}

.--avenuepro-footer > .container > .--wrap > .--col {
    width: 33%;
}

.--avenuepro-footer > .container > .--wrap > .--col p {
    margin-bottom: 16px;
}

.--avenuepro-footer > .container > .--wrap > .--col:last-child {
    width: auto;
    white-space: nowrap;
}

.lm-show {
    display: none !important;
}

.--avenuepro-two-columns > * > .--wrap .--image {
    display: block;
}
.--avenuepro-two-columns .text {
    max-width: 464px;
}
.--avenue-btn-2 {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    background: #0000002b;
    border-radius: 10px;
    padding: 10px 12px;
    white-space: nowrap;
}

.--avenue-btn-2 .icon img {
    filter: grayscale(1) brightness(9.5);
    height: 14px;
}

header > * > .--wrap .--items a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: white;
    transition: .2s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
}

header > * > .--wrap .--items a:hover:after {
    width: 100%;
}

.loaded header {
    transform: translate3d(0px, 0%, 0px);
}

.loaded .--avenuepro-start {
    opacity: 1;
}

.loaded .--avenuepro-start > .--bg {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
}

.--avenuepro-map .leaflet-map {
    min-height: 60dvh;
}

.--avenuepro-footer {
    padding: 40px 0;
}

footer.--avenuepro-footer {
    font-size: 18px;
    line-height: 1.78; /* 177.778% */
}

.--avenuepro-footer > .container > .--wrap {
    display: flex;
    justify-content: space-between;
    gap: 0px;
}

.--avenuepro-footer > .container > .--wrap .--col-left {
    background-color: rgba(29, 30, 31, 1);
    padding: 134px 102px 80px 80px;
}

.--avenuepro-footer > .container > .--wrap h2 {
    font-size: 40px;
}

.--avenuepro-footer > .container > .--wrap h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; /* 150% */
    letter-spacing: 0;
    margin-bottom: 24px;
}

.--avenuepro-footer > .container > .--wrap .--items {
    display: grid;
    gap: 20px;
}

.--avenuepro-footer > .container > .--wrap .--items a {
    display: flex;
    text-decoration: none;
    color: inherit;
    gap: 16px;
}

.--avenuepro-footer > .container > .--wrap .--items a .--image {
    line-height: 0;
}

.--avenuepro-footer > .container > .--wrap .--items a .--description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.--avenuepro-footer > .container > .--wrap .--items a .--description .--text {
    line-height: 1.7;
}

.--avenuepro-footer > .container > .--wrap .--items a .--description .--label {
    line-height: 1.2;
    font-weight: 700;
}

.--avenuepro-footer > .container > .--wrap > .--col:first-child {
    max-width: 312px;
}

.--avenuepro-footer > .container > .--wrap > .--col {
    width: 33%;
}

.--avenuepro-footer > .container > .--wrap > .--col p {
    margin-bottom: 16px;
}

.--avenuepro-footer > .container > .--wrap > .--col:last-child {
    width: auto;
    white-space: nowrap;
}

.--fieldset > .wrap > .field > .--wrap > .label {
    color: rgba(204, 198, 198, 1) !important;
    font-size: 14px;
    font-weight: 300;
}

.--fieldset > .wrap > .field > .--wrap .input,
footer .gifteyforms textarea {
    background: rgba(52, 51, 51, 1);
    border-color: rgba(141, 141, 141, 1);
    color: rgba(141, 141, 141, 1);
    font-size: 12px;
    font-weight: 300;
}

.gifteyforms input, .gifteyforms textarea, .gifteyforms select {
    color: white !important;
}


.gifteyforms input::placeholder, .gifteyforms textarea::placeholder, .gifteyforms select::placeholder{
color: rgba(141, 141, 141, 1)!important;
}

footer .gifteyforms textarea {
    height: 86px;
}

.--avenue-btn-1 {
    border: 0;
}

.--avenuepro-footer > * .--wrap > .--col-right {
    width: 52%;
}

.--avenuepro-footer > * .--wrap .--map > .leaflet-map {
    width: 100%;
    min-height: 100%;
}

.--avenuepro-footer > * .--wrap .--map {
    width: 100%;
    height: 100%;
}

.leaflet-container {
    background: #000
}

.leaflet-layer,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-control-attribution {
    filter: invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

.--avenuepro-footer .agent-block {
    display: flex;
    align-items: center;
    padding: 20px 0;
    max-width: 600px;
    margin: 20px 0;
}

.--avenuepro-footer .agent-photo {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
}

.--avenuepro-footer .agent-details {
    text-align: left;
    border: 1px solid rgba(90, 90, 90, 1);
    border-radius: 4px;
    padding: 5px 10px;
}

.--avenuepro-footer .agent-details p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.address-section .--wrap {
    display: flex;
    gap: 11px;
}

.address-section .--wrap > .--col-left {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    min-width: 476px;
    max-width: 476px;
    padding-top: 40px;
    padding-right: 34px;
}
.address_description {
    font-size: 12px;
    padding: 40px 0;
    line-height: 18px;
    font-weight: 400;
}
.line-1 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 8px;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    padding-top: 15px;
}

.line-2 {
    font-size: 18px;
    font-weight: 400;

}
.--avenuepro-footer > .container > .--wrap .--col-left {
    background-color: #1D1E1F;
    padding: 134px 102px 80px 80px;
}
.--modal .gifteyforms input,
.--modal .gifteyforms textarea,
.--modal .gifteyforms select {
    background: white;
    color: var(--gray-900, #101828) !important;
}
.--modal .--fieldset > .wrap > .field > .--wrap > .label {
    color: var(--gray-900, #101828) !important;
}
.--modal .--fieldset > .wrap > .field > .--wrap .input,
.--modal footer .gifteyforms textarea {
    background: rgb(255 255 255);
}


.menu-btn span {
    background: white;
}

.--mobile-menu {
    background: rgb(0 0 0 / 55%);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.--mobile-menu > .--wrap .--items.--nav a {
    color: white;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.7;
}

.--mobile-menu > .--wrap .--items {
    text-align: left;
}

.--mobile-menu > .--wrap {
    align-items: baseline;
    justify-content: flex-start;
    gap: 40px;
    padding: 20px 15px;
}

.--avenuepro-footer > .container > .--wrap .--col-center {
    background-color: #1D1E1F;
    width: 100%;
}
.--avenuepro-footer > .container > .--wrap .--col-center > div {
    padding: 134px 0px 80px 0px;
    max-width: 458px;
    margin: 0 auto;
}

.--avenuepro-map {
    margin-top: 140px;
}