@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-optical-sizing: auto;
    font-style: normal;
    color: #303133;
    -webkit-font-smoothing: antialiased;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 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: #ffffffad;
    backdrop-filter: blur(11px);
    color: #303133;
    line-height: 1;
    transform: translate3d(0px, -100%, 0px);
    transition-delay: 1s;
}

.menu-open header {background: white;transition-delay: 0s;}

header > * > .--wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 16px 0;
}

header > * > .--wrap .--logo img {
    height: 40px;
    transition: .4s;
}

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-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #303133;
}

h2 {
    font-size: 40px;
    letter-spacing: 0.96px;
}

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);
}

header .--actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.--avenue-btn-2 {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: max-content;
    border-radius: 8px;
    background: #F7F6F7;
    box-shadow: 0px 1px 2px 0px rgba(127, 87, 241, 0.05);
    color: #303133;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}

.loaded .--avenuepro-start {
    opacity: 1;
}

.--avenuepro-start {
    margin: 60px auto;
    padding-top: 60px;
    display: flex;
    align-items: flex-end;
    /* padding-bottom: 152px; */
    max-width: 1200px;
    height: 571px;
    position: relative;
    width: calc(100% - 20px);
    margin-top: 10px;
}

.--avenuepro-start .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.--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;
}

.loaded .--avenuepro-start .--bg {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
    min-height: 571px;
}

.--avenuepro-start .--bg > .--image {
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 11px;
}

.--avenuepro-start .--wrap {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    margin: auto;
    bottom: 50px;
}

.--avenuepro-start .--avenue-btn-1 {
    border: 1px solid #FCFDFF;
    width: 225px;
    height: 58px;
    border-radius: 60px;
    color: #FCFDFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.--avenuepro-start .--wrap h1 {
    color: #FCFDFF;
    font-size: 60px;
    margin-top: 32px;
}

.--avenuepro-start .text {
    max-width: 553px;
    margin: auto;
}

.--avenuepro-start .--labels {
    display: flex;
    gap: 70px;
    color: #303133;
    justify-content: end;
}

.--avenuepro-start .--labels span {
    display: block;
    font-size: 24px;
    margin: 4px 0;
}

.--avenuepro-start .--labels span + span {
    font-size: 14px;
}

.--avenuepro-start .--labels > .--item:last-child {
    padding-left: 105px;
}

.--avenuepro-start .--labels {
    position: absolute;
    bottom: -20px;
    right: -1px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: left;
    height: 92px;
    padding: 21px 40px 12px 80px;
    background-size: cover;
    background-image: url('data:image/svg+xml,<svg width="900" height="93" viewBox="0 0 900 93" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect width="900" height="92.5" transform="translate(0 0.300049)" fill="url(%23pattern0_83_2373)"/><defs><pattern id="pattern0_83_2373" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_83_2373" transform="scale(0.00111111 0.0108108)"/></pattern><image id="image0_83_2373" width="900" height="80" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA4QAAABQCAYAAABBCbufAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANySURBVHgB7d2BbdNAFMfhKxN0AzJCR8gGMAIbwAaMABswAiMwAiOFc4iKKGlIYvv87t33SZYrdYK/Xn/uQ+Gsw+HwVF/7+rytz64+T6df7QoAAEACD4WjOgAf6+tDfd6V3+PvsQAAACQ29CB8MQL3BQAAYCBDDsLTEPxYn0/FJRAAABjUUIPQEAQAAPhjmEFYx+C+vr4VH4UBAAA4elOSm66C9flSf/xRjEEAAIBnqS+EdQjuiiEIAABwVtoL4elPRH8WYxAAAOCslIOwjsHpwzHTZdCHYwAAAF6RbhDWMfi5vr4WAAAALkrVEJ4ug8YgAADAFdIMwjoG39fX9wIAAMBVUgzC09dEpw/IaAYBAACu1P0gnP7PYPE1UQAAgJtl+KjM9BGZXQEAAOAmXV8IfUQGAADgft0OQt0gAADAPF0OQt0gAADAfL02hLpBAACAmbq7EOoGAQAAltHVINQNAgAALKebQagbBAAAWFZPDaFuEAAAYEFdXAh1gwAAAMsLPwh1gwAAAOsIPQh1gwAAAOuJ3hDqBgEAAFYS9kKoGwQAAFhXyEGoGwQAAFhfuEGoGwQAAGgjYkOoGwQAAGgg1IVQNwgAANBOmEGoGwQAAGgrxCDUDQIAALQXpSHUDQIAADS2+YVQNwgAALCNTQehbhAAAGA7mw1C3SAAAMC2tmwIdYMAAAAb2uRCqBsEAADYXvNBqBsEAACIoekg1A0CAADE0boh1A0CAAAE0exCqBsEAACIpckg1A0CAADEs/og1A0CAADE1KIh1A0CAAAEtOqFUDcIAAAQ12qDUDcIAAAQ2yqDUDcIAAAQ31oNoW4QAAAguMUvhLpBAACAPiw6CHWDAAAA/VhsEOoGAQAA+rJkQ6gbBAAA6MgiF0LdIAAAQH9mD0LdIAAAQJ9mDULdIAAAQL/mNoS6QQAAgE7dfSHUDQIAAPTtrkGoGwQAAOjfzYNQNwgAAJDDPQ2hbhAAACCBmy6EukEAAIA8rh6EukEAAIBcrhqEukEAAIB8rm0IdYMAAADJ/PdCqBsEAADI6eIg1A0CAADk9eog1A0CAADkdqkh1A0CAAAkdvZCqBsEAADI759BqBsEAAAYw1+DUDcIAAAwjpcNoW4QAABgEM8XQt0gAADAWI6DUDcIAAAwngfdIAAAwJimhlA3CAAAMKBftxUKA9UyYeQAAAAASUVORK5CYII="/></defs></svg>');
    transition: .5s;
    opacity: 0;
    transition-delay: 1.2s;
    filter: blur(3px);
}
.loaded .--avenuepro-start .--labels {
    filter: blur(0px);
    opacity: 1;
}
.--avenuepro-section-header {
    margin-top: 150px;
    margin-bottom: 68px;
}

.--avenuepro-section-header > * > .--wrap {
    text-align: center;
    font-size: 18px;
    max-width: 923px;
    margin: auto;
    line-height: 1.7;
}

.--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-3 item-4 item-5";
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    text-decoration: none;
    display: flex;
    color: #ffffffb8;
    background: #3a688912;
    z-index: 1;
    height: 395px;
}

.--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: #5f5f5f;
    box-shadow: 0px 0px 0px 0px rgb(242 242 242 / 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(238 238 238 / 25%);
}

.--avenuepro-gallery > * > .--wrap > .--items > .--item > .--wrap > .--caption {
    margin-bottom: 32px;
}

.--avenuepro-gallery {
    margin-bottom: 150px;
}

.--avenuepro-gallery > .container > .--wrap > .--items.--grid-first {
    display: grid;
    gap: 32px;
    grid-template-columns: 479px 328px 328px;
    grid-template-areas: "item-0 item-1 item-2";
    margin-bottom: 30px;
}

.--avenuepro-gallery > .container > .--wrap > .--items.--grid-second {
    display: grid;
    gap: 32px;
    grid-template-columns: 328px 328px 479px;
    grid-template-areas: "item-3 item-4 item-5";
}


.--avenuepro-gallery > .container > .--wrap > .--items > .--item:hover > .--wrap {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}

.--avenuepro-features {
    padding-top: 58px;
    background-color: #F9F9F9;
}

.--avenuepro-features h2 {
    text-align: center;
}

.--avenuepro-features .--text {
    text-align: center;
    max-width: 1130px;
    margin: auto;
}

.--avenuepro-features .--text p {
    padding-bottom: 20px;
}

.--avenuepro-features .actions a {
    border-radius: 60px;
    border: 1px solid #333333;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    width: 151px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.--avenuepro-tags {
    padding-top: 80px;
    background-color: #F9F9F9;
    padding-bottom: 60px;
}

.--avenuepro-tags .--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 24px;
    max-width: 730px;
}

.--avenuepro-tags .--items > .--item {
    border-radius: 60px;
    border: 1px solid #333333;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    padding: 0 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.--avenuepro-tabs {
    padding-top: 120px;
}

.--avenuepro-tabs .tab-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.--avenuepro-tabs .tab {
    font-size: 40px;
    cursor: pointer;
    padding: 16px 0 24px 0;
    margin: 0 40px;
    border-bottom: 3px solid transparent;
}

.--avenuepro-tabs .tab.active {
    border-bottom: 3px solid #000;
}

.--avenuepro-tabs .tab-content {
    display: none;
    margin-top: 60px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}

.--avenuepro-tabs .tab-content.active {
    display: block;
}

.--avenuepro-tabs .tab-content img, .--avenuepro-tabs .tab-content video {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.--avenuepro-team > * > .--wrap > .--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

.--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 0;
}

.--avenuepro-team > * > .--wrap > .--items > .--item > .--wrap > .--image {
    width: 328px;
    height: 397px;
    background-size: cover;
    background-position: CENTER;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.--avenuepro-team > * > .--wrap > .--items > .--item > .--wrap h3 {
    color: #303133;
    font-size: 18px;
    font-weight: 700;
    /* 150% */
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: 0;
}

.--avenuepro-team > * > .--wrap > .--items > .--item .caption {
    font-size: 15px;
    color: #303133;
    line-height: 1.5;
}

.--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-top: -40px;
    margin-bottom: 120px;
}

.--avenuepro-footer h3 {
    font-size: 45px;
    font-weight: bold;
}

.--avenuepro-footer > * > .--wrap {
    display: flex;
    align-items: flex-start;
}

.--avenuepro-footer > * > .--wrap > .--col-left {
    width: 40%;
}

.--avenuepro-footer > * > .--wrap > .--col-right {
    width: 60%;
}

.--avenuepro-map .leaflet-map {
    min-height: 60dvh;
}

.--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: 84px;
    height: 84px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
    border: 1px solid #E6E8EB
}

.--avenuepro-footer .agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    border: 6px solid #fff
}

.--avenuepro-footer .agent-details {
    text-align: left;
}

.--avenuepro-footer .agent-details h2 {
    margin: 0;
    font-size: 20px;
    color: #333;
    font-family: "Inter", sans-serif;
}

.--avenuepro-footer .agent-details p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #777;
}

.--avenuepro-footer .--col-left .text {
    font-size: 16px;
    color: #787B80;
    line-height: 30px;
    margin-bottom: 30px;
}

.--avenuepro-footer .--col-right {
    background-color: #F5F7FA;
    padding: 90px;
    border-radius: 16px;
}

.--avenuepro-footer .--avenue-btn-1 {
    border-radius: 60px;
    border: 1px solid #333333;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    max-width: 187px;
    cursor: pointer;
}

.--avenuepro-footer .--avenue-btn-1 .icon {
    display: none;
}

.--avenuepro-footer .agent-contacts .item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    font-size: 16px;
}

.--avenuepro-footer .agent-contacts .item .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F7FA;
    border-radius: 8px;
}

.address-section {
    max-width: 1300px;
    margin: 40px auto;
    background-color: #F5F7FA;
    color: #787B80;
    padding: 25px 30px;
}

.address-section .line-1 {
    font-size: 32px;
    line-height: 40px;
}

.address-section .line-2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
}

.address-section .address_description {
    font-size: 12px;
    line-height: 17px;
}

.--avenuepro-footer {
    margin-bottom: 140px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.--avenuepro-start_labels {
    display: none;
}
