.section-agents {
    padding: 16px 0 32px;
}
.section-agents .section-header {
    margin-top: 16px;
    margin-bottom: 32px;
}
.section-agents #agloc {
    display: flex;
    gap: 56px;
}
.section-agents #agloc-content {
    flex-grow: 1;
    height: 820px;
    display: flex;
    flex-direction: column;
}
.section-agents #agloc-searchform,
.section-agents #agloc-searchform-byname {
    margin-bottom: 16px;
    display: flex;
    gap: 8px;
}
.section-agents #agloc-searchbox,
.section-agents #agloc-searchbox-byname {
    display: block;
    flex-grow: 1;
    border: 1px solid #A2A6C1;
    border-radius: 7px;
    width: 100%;
    height: 48px;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 16px;
    outline: none;
    color: #6B7694;
}
.section-agents #agloc-get-location {
    display: none;
}
.section-agents #agloc-distance {
    display: none;
}
.section-agents #agloc-searchbtn,
.section-agents #agloc-searchbtn-byname {
    border: 0;
    background: #DEDC00;
    border-radius: 24px;
    height: 48px;
    padding: 0 24px;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #00122A;
    box-shadow: none;
    transition: all 0.2s;
}
.section-agents #agloc-switcher {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.section-agents #agloc-switcher > button {
    font-size: 14px;
    line-height: 20px;
    color: #475778;
    cursor: pointer;
    padding: 0 0 0 32px;
    position: relative;
    background-color: transparent;
    border: 0;
    text-align: left;
}
.section-agents #agloc-switcher > button::before,
.section-agents #agloc-switcher > button::after {
    content: "";
    position: absolute;
}
.section-agents #agloc-switcher > button::before {
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    border: 1px #A2A6C1 solid;
    border-radius: 100%;
}
.section-agents #agloc-switcher > button::after {
    left: 6px;
    top: 4px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #475778;
    opacity: 0;
}
.section-agents #agloc-switcher > button.active::after {
    opacity: 1;
}
.section-agents #agloc-results {
    flex-grow: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.section-agents #agloc-results::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.section-agents #agloc-results::-webkit-scrollbar-thumb {
    border: 0;
    border-radius: 2px;
    background: #6B7694;
}
.section-agents #agloc-results::-webkit-scrollbar-track {
    background: #DDE0E9;
    border-radius: 2px;
}
.section-agents .agloc-agent {
    padding: 0 0 24px;
    margin: 0 32px 24px 0;
    border-bottom: 1px dashed #DDE0E9;
    color: #475778;
    display: flex;
    gap: 16px;
}
.section-agents .agloc-agent a {
    color: #475778;
}
.section-agents .aa-image {
    min-width: 165px;
    max-width: 165px;
}
.section-agents .aa-image img {
    width: 100%;
    height: auto;
}
.section-agents .aa-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.section-agents .aa-distance {
    display: none;
}
.section-agents .aa-name,
.section-agents .aa-name a {
    color: #001B41;
    font-weight: 700;
}
.section-agents .aa-position {
    color: #6B7694;
    font-weight: 700;
    margin-top: -8px;
}
.section-agents .aa-opening_hours {
    display: none;
}
.section-agents #agloc-map {
    width: 768px;
    min-width: 768px;
    max-width: 768px;
    height: 820px;
}
.section-agent + .section {
    padding-top: 0;
}
.section-agent .section-header {
    margin-bottom: 40px;
}
.section-agent .agent-details {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: stretch;
}
.section-agent .agent-details .image {
    min-width: 320px;
    max-width: 320px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.section-agent .agent-details .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
}
.section-agent .agent-details .textbox {
    border: 1px #DDE0E9 solid;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.section-agent .agent-details .textbox.contact {
    min-width: 360px;
    max-width: 360px;
}
.section-agent .agent-details .textbox.description {
    flex-grow: 1;
}
.section-agent .agent-details .textbox .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #001B41;
    margin-bottom: 24px;
}
.section-agent .agent-details .textbox .subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #6B7694;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-agent .agent-details .textbox .text {
    margin-bottom: 24px;
}
.section-agent .agent-details .textbox .text:last-child,
.section-agent .agent-details .textbox .text > * {
    margin-bottom: 0;
}
.section-props .section-header .title {
    font-size: 28px;
    line-height: 36px;
}
.section-props .props {
    column-count: 3;
    column-gap: 32px;
}
.section-props .props .item {
    break-inside: avoid;
    margin-bottom: 16px;
}
.section-props .props .item .text {
    padding: 4px 0 0 40px;
    color: #001B41;
    min-height: 32px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23a)"><path d="M16 3a13 13 0 1 0 13 13A13.013 13.013 0 0 0 16 3Zm5.707 10.707-7 7a1.001 1.001 0 0 1-1.415 0l-3-3a1 1 0 0 1 1.415-1.415L14 18.587l6.293-6.293a1 1 0 0 1 1.415 1.415Z" fill="%23DFDC01"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-position: 0 center;
}