html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    background-color: #F3F3F3 !important;
}

.mapboxgl-canvas {
    height: 100% !important;
}

img {
    object-fit: cover;
}

* {
    box-sizing: border-box;
}

.content {
    padding: 85px 40px 0;
}

.glider-slide {
    min-width: auto;
}

.section {
    scroll-margin-top: 75px;
    scroll-snap-margin-top: 75px;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.section:last-child {
    margin-bottom: 0 !important;
}

.section--has-title {
    scroll-margin-top: 75px;
    scroll-snap-margin-top: 75px;
}

ul {
    list-style: none;
    padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
}

/* header */
.header, .footer {
    background-color: #fff;
    position: fixed;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    z-index: 100;
    /* box-shadow: 0px 0px 10px 0px rgb(51 51 51 / 18%); */
    align-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    height: 85px;
    padding: 0 35.5px 0 42px;
    top: 0;
    justify-content: space-between;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); */
}

.header .header-logo {
    display: flex;
    justify-content: left;
    align-items: center;
}

.header .wide-logo {
    max-width: 180px;
    max-height: 50px;
    object-fit: contain;
}

.header .square-logo {
    max-width: 65px;
    max-height: 65px;
}

.header .header-agent {
    display: flex;
    justify-content: right;
    align-items: center;
}

.header .header-agent-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}
.header .header-agent-txt {
    display: flex;
    flex-direction: column;
    padding: 0 0 4px 8px;
    justify-content: center;
}

.header-menu {
    margin-right: 35.5px;
}

.header-agent-first-name, .header-agent-last-name {
    display: none;
}

.header .header-agent-name {
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.2;
}

.header .header-agent-mobile {
    margin-top: 4px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.21;
}

/* .header-button .moveup-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: none;
    background-color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto;
}

.moveup-button-text {
    margin-top: 8px;
} */

/* Footer */
.footer {
    height: 80px;
    bottom: 0;
    padding: 0 40px;
    justify-content: center;
    text-align: center;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
}

/* .footer .movedown-button {
    border: none;
    background-color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Roboto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.movedown-button-text {
    margin-bottom: 8px;
} */

.section .s-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.12;
    text-transform: uppercase;
    color: #0F3057;
    margin: 50px 0 50px 82px;
}

.img-badge-wrap img{
    object-fit: cover;
    object-position: bottom right;
}
