@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500..900&family=Prata&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    font-feature-settings: 'liga' off;
    -webkit-font-smoothing: antialiased;
    color: #002E4F;
}
.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: Prata, serif;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    color:#3A6889;
}

h2 {
    font-size: 48px;
    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: 130px;
    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: 72px;


    /* 125% */
    position: relative;
    left: -3px;
    margin-bottom: 16px;
}

.--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;
}

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

.--avenue-btn-1:hover {
    background: #26465d;
}

.--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 {
    border-radius: 4px;
    background: #DCE4EA;
    padding: 43px 42px;
    font-size: 14px;
    line-height: 1.8;
}

h3 {
    font-size: 28px;
    letter-spacing: 0.56px;
    line-height: 1.5;
}

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

.--avenuepro-two-columns > * > .--wrap .--image {
    width: 100%;
    padding-top: 350px;
    background-size: cover;
    background-position: center;
}

.--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-features > * > .--wrap .--image {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    padding-top: 117%;
}

.--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;
    background: #FFF;
    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: 20px 32px;
}

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

.--avenuepro-team > * > .--wrap > .--items > .--item > .--wrap h3 {
    color: #2F234F;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    /* 150% */
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: 0;
}

.--avenuepro-team > * > .--wrap > .--items > .--item .caption {
    font-size: 14px;
    color: #3A6889;
    line-height: 1.2;
}

.--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: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 933px;
}

.--avenuepro-tags .--items > .--item {
    border-radius: 4px;
    border: 1px solid #002E4F;
    display: flex;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    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: 104px;
}

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

.--avenuepro-footer > .container > .--wrap h3 {
    color: #2F234F;
    font-family: Montserrat;
    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;
}

.--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);
}

.menu-open header {
    background: white;
}

.menu-open header > * > .--wrap .--logo img {
    filter: none;
}

.--mobile-menu > .--wrap .--items.--nav a {
    color: #3A6889;
    text-align: center;
    font-family: Prata;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 125% */
    letter-spacing: 0.96px;
    text-transform: capitalize;
}

body:not(.menu-open) .menu-btn span {
    background: white;
}