:root {
    --font-family-default: "Roboto Condensed", sans-serif;
    --font-family-title: "Barlow Condensed", sans-serif;
    --font-size-default: 16px;
    --font-weight-title: 400;
    --font-size-title: 20px;
    --font-color-default: var(--primary-text, #000000);
    --font-color-title: var(--primary-text, #000000);
    --primary: var(--primary, #000000);
    --secondary: #9C9C9C;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
    --transition: all .3s ease-in-out;
    --adminbar-offset: 0px;
    --header-mobile-height: 90px;
    --label-s-font-weight: 400;
    --label-s-font-size: 20px;
    --label-s-line-height: 26px;
    --label-s-letter-spacing: 0;
    --label-s-text-transform: uppercase;
    --label-alt-color: var(--secondary-text, #ffffff);
    --aios-ihf-template-global-page-primary-color: var(--primary-text, #ffffff);
    --aios-ihf-template-global-page-secondary-color: var(--aios-ihf-template-results-page-secondary-color)
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    font-family: var(--font-family-default);
    font-size: 16px;
    line-height: 1.5;
    color: var(--font-color-default);
    background: var(--background, #fff)
}

body.admin-bar {
    --adminbar-offset: 32px
}

a {
    color: var(--primary)
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
    font-weight: var(--font-weight-title);
    font-family: var(--font-family-title);
    font-size: var(--font-size-title);
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: uppercase
}

.small,
small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

area,
img,
map {
    outline: none
}

.clearfix,
.clear {
    clear: both
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

html,
body {
    -webkit-text-size-adjust: none
}

::-webkit-input-placeholder {
    opacity: 1;
    color: inherit
}

:-moz-placeholder {
    opacity: 1;
    color: inherit
}

::-moz-placeholder {
    opacity: 1;
    color: inherit
}

:-ms-input-placeholder {
    opacity: 1;
    color: inherit
}

input,
textarea,
button,
select {
    border-radius: 0;
    font-family: inherit
}

textarea {
    resize: vertical
}

a {
    outline: none
}

a:focus {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.ai-hide {
    display: none !important
}

.slick-slider,
.slick-slider *,
.slick-slider a,
input:focus,
select:focus,
textarea:focus {
    color: inherit;
    text-decoration: none
}

.aios-starter-theme-hide-title {
    display: none !important;
    font-size: 18px !important
}

#content,
aside {
    line-height: 1.7
}

#content th,
aside th {
    font-weight: bolder
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small {
    color: var(--font-color-default, #000000);
    line-height: inherit
}

#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    margin: 0 0 32px;
    line-height: 1.7
}

#content h1,
aside h1,
#content h2,
aside h2,
#content h3,
aside h3,
#content h4,
aside h4,
#content h5,
aside h5,
#content h6,
aside h6 {
    margin: 0 0 32px
}

#content blockquote,
aside blockquote {
    margin-left: 40px;
    margin-right: 40px
}

#content i,
aside i,
#content cite,
aside cite,
#content em,
aside em,
#content var,
aside var,
#content address,
aside address {
    font-style: italic
}

#content pre,
aside pre,
#content tt,
aside tt,
#content code,
aside code,
#content kbd,
aside kbd,
samp {
    font-family: monospace
}

#content big,
aside big {
    font-size: 1.17em
}

#content small,
aside small,
#content sub,
aside sub,
#content sup,
aside sup {
    font-size: .83em
}

#content sub,
aside sub {
    vertical-align: sub
}

#content sup,
aside sup {
    vertical-align: super
}

#content table,
aside table {
    border-spacing: 2px
}

#content thead,
aside thead,
#content tbody,
aside tbody,
#content tfoot,
aside tfoot {
    vertical-align: middle
}

#content td,
aside td,
#content th,
aside th,
#content tr,
aside tr {
    vertical-align: inherit
}

#content hr,
aside hr {
    border: 1px inset
}

#content ol,
aside ol,
#content ul,
aside ul,
#content dir,
aside dir,
#content menu,
aside menu,
#content dd,
aside dd {
    margin-left: 40px
}

#content ol,
sidebar ol {
    list-style-type: decimal
}

#content ol ul,
aside ol ul,
#content ul ol,
aside ul ol,
#content ul ul,
aside ul ul,
#content ol ol,
aside ol ol {
    margin-top: 0;
    margin-bottom: 0
}

#content ol,
aside ol {
    list-style-type: decimal
}

#content ul,
aside ul {
    list-style-type: disc
}

#content-sidebar,
#content-full {
    width: 100%;
    margin: 0 auto
}

#content-sidebar:after,
#content-full:after {
    content: "";
    display: table;
    clear: both
}

#content-sidebar #content,
#content-full #content {
    width: 100%
}

.page-template-template-left-sidebar #content-sidebar #content {
    float: right
}

.page-template-template-left-sidebar #content-sidebar aside {
    float: left
}

#content .entry:after {
    content: "";
    display: table;
    clear: both
}

#content .aios-starter-theme-entry-meta {
    display: none
}

#content .entry-title {
    font-size: 24px
}

#content .post {
    margin-bottom: 20px;
    padding-bottom: 20px
}

#content .page-links {
    text-align: center
}

#content .page-links * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

#content .page-links .current {
    font-weight: 700;
    text-decoration: underline
}

#content .alignnone {
    clear: both;
    margin: 15px 0
}

#content .aligncenter {
    clear: both;
    margin: 15px auto;
    display: block
}

#content .alignleft {
    float: left;
    margin: 15px 1% 15px 0
}

#content .alignright {
    float: right;
    margin: 15px 0 15px 1%
}

#inner-page-wrapper {
    position: relative;
    z-index: 1
}

aside {
    width: 100%
}

aside h2.widget-title {
    display: block;
    background: #d7d7d7;
    padding: 7px;
    font-size: 14px
}

.gravatar {
    float: right
}

.comments-template ol.comment-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}

.comments-template ol.comment-list li.comment {
    padding: 35px 0;
    border-bottom: 1px dotted
}

.comments-template ol.children {
    margin: 20px 0 0 40px;
    padding: 0;
    list-style: none
}

.comments-template .comment-author.vcard img {
    display: block
}

.comments-template .reply {
    font-weight: 700;
    text-decoration: underline
}

.comments-template .comment-meta {
    font-size: 10px
}

.comments-template .screen-reader-text {
    display: none
}

.comments-template .comment-navigation {
    margin: 10px 0;
    background: none
}

#content .comments-template ol.comment-list,
#content .comments-template ol.children,
.comments-template ol.children,
.comments-template ol.comment-list {
    list-style: none
}

#content .comments-template ol.comment-list,
.comments-template ol.comment-list {
    margin-left: 0
}

.comments-template ol.comment-list li:last-child,
.comments-template ol.children li:last-child {
    border-bottom: 0
}

.comment-form-comment textarea {
    display: block;
    width: 100%
}

.comment-form-comment label {
    display: block;
    font-weight: 700
}

.wp-caption {
    background-color: #f3f3f3;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
    max-width: 100%
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0
}

#content .wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: .5em 0 1.1em;
    font-style: italic
}

.gallery-caption {
    text-align: center;
    font-style: italic
}

.category .post,
.archive .post {
    border-bottom: 1px dotted
}

.attachment-post-thumbnail {
    float: left;
    margin: 0 10px 10px 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.bypostauthor {
    font-style: italic
}

#content img[class*=align],
#content img[class*=wp-image-],
#content img[class*=attachment-],
#content img.size-full,
#content img.size-large,
#content img.header-image,
#content img.wp-post-image {
    max-width: 98%;
    margin-top: 0;
    margin-bottom: 0;
    height: auto
}

#content embed,
#content iframe,
#content object,
#content video {
    max-width: 100%
}

.yoast-breadcrumbs {
    margin: 20px 0 0
}

.uppercase {
    text-transform: uppercase
}

.text-none {
    text-transform: none
}

.text-light,
.text-light>a {
    color: #ffffffbf
}

.text-secondary {
    color: var(--secondary-text, #ffffff)
}

.text-lightgray {
    color: #434242
}

.text-inherit {
    color: inherit
}

.text-center {
    text-align: center
}

.not-italic {
    font-style: normal
}

.default-line-clamp,
.shoter-line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    --number-lines: 3;
    -webkit-line-clamp: var(--number-lines)
}

.shoter-line-clamp {
    --number-lines: 2
}

#inner-page-wrapper #content h1,
#inner-page-wrapper #content .heading-1,
#inner-page-wrapper #content .community-entry-content>h2,
h1,
.heading-1 {
    font-size: 30px;
    line-height: 40px
}

#inner-page-wrapper #content h2,
#inner-page-wrapper #content .heading-2,
h2,
.heading-2 {
    font-size: 28px;
    line-height: 34px
}

#inner-page-wrapper #content h3,
#inner-page-wrapper #content .heading-3,
h3,
.heading-3 {
    font-size: 24px;
    line-height: 30px
}

#inner-page-wrapper #content h4,
#inner-page-wrapper #content .heading-4,
h4,
.heading-4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: normal
}

#inner-page-wrapper #content h5,
#inner-page-wrapper #content .heading-5,
h5,
.heading-5 {
    font-size: 16px;
    line-height: 22px
}

#inner-page-wrapper #content h6,
#inner-page-wrapper #content .heading-6,
h6,
.heading-6 {
    font-size: 12px;
    line-height: 18px
}

.heading-6-desktop {
    font-size: 15px;
    line-height: 25px
}

.default-label {
    font-weight: 400;
    font-family: var(--font-family-default);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0
}

.default-label.label-sm {
    font-family: var(--font-family-title);
    font-size: 15px;
    letter-spacing: .02em
}

.default-label.label-xs {
    font-family: var(--font-family-title);
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .02em
}

.tracking-wider {
    letter-spacing: .17em
}

.\!tracking-wider {
    letter-spacing: .17em !important
}

.inline-flex-column {
    display: inline-flex;
    flex-direction: column
}

.flex-column {
    display: flex;
    flex-direction: column
}

.flex-center {
    display: flex;
    justify-content: center
}

.sm-full {
    width: 100%
}

.siteButton a,
.primary-button,
.secondary-button,
.button-text {
    font-weight: 500;
    font-family: var(--font-family-default);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .17em
}

.siteButton--mobileFull a {
    width: 100%
}

.button-text {
    color: var(--primary-text)
}

.siteButton a,
.primary-button,
.secondary-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 32px;
    min-height: 64px;
    border: solid 1px var(--primary, #000000);
    background-color: var(--primary, #000000);
    color: var(--secondary-text, #ffffff);
    text-align: center;
    transition: var(--default-transition)
}

.siteButton a:hover,
.primary-button:hover,
.secondary-button:hover {
    border-color: var(--primary-hover, #474747);
    background-color: var(--primary-hover, #474747);
    color: var(--secondary-text, #ffffff)
}

.siteButton a.invert-button,
.primary-button.invert-button,
.secondary-button.invert-button {
    background-color: var(--secondary, #ffffff);
    border-color: var(--secondary, #ffffff);
    color: var(--primary-text, #000000)
}

.secondary-button {
    background-color: transparent;
    border-color: var(--primary, #000000);
    color: var(--primary-text, #000000)
}

.secondary-button:hover {
    background-color: var(--primary, #000000);
    color: var(--secondary-text, #ffffff)
}

.secondary-button.invert-button {
    background-color: transparent;
    border-color: var(--secondary, #ffffff);
    color: var(--secondary-text, #ffffff)
}

.secondary-button.invert-button:hover {
    background-color: var(--secondary, #ffffff);
    color: var(--primary-text, #000000)
}

#inner-page-wrapper .community-stat-item span,
p,
.paragraph {
    font-weight: 400;
    font-family: var(--font-family-default);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    text-transform: none
}

.no-margin {
    margin: 0 !important
}

.no-y-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.filter-invert {
    filter: invert(1)
}

.inset-on-canvas {
    position: relative;
    overflow: hidden
}

.inset-on-canvas canvas {
    display: block;
    width: 100%;
    height: auto
}

.inset-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.overlay-before:before,
.overlay-after:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #000;
    opacity: .7
}

#ihf-main-container div#areaPickerInputWrapper {
    height: 50px !important
}

#ihf-main-container .modal-dialog {
    left: inherit !important
}

@media screen and (min-width: 600px) {

    .sm-full,
    .siteButton--mobileFull a {
        width: auto
    }
}

@media (min-width: 744px) {
    #content-sidebar {
        display: flex
    }

    #content-sidebar #content {
        width: 67%
    }

    #content-sidebar .sidebar {
        margin-left: 3%;
        width: 30%
    }
}

@media screen and (min-width: 744px) {
    :root {
        --label-s-font-size: 22px;
        --label-s-line-height: 28px
    }

    #inner-page-wrapper #content h1,
    #inner-page-wrapper #content .heading-1,
    #inner-page-wrapper #content .community-entry-content>h2,
    h1,
    .heading-1 {
        font-size: 38px;
        line-height: 46px
    }

    #inner-page-wrapper #content h2,
    #inner-page-wrapper #content .heading-2,
    h2,
    .heading-2 {
        font-size: 30px;
        line-height: 36px
    }

    #inner-page-wrapper #content h3,
    #inner-page-wrapper #content .heading-3,
    h3,
    .heading-3 {
        line-height: 28px
    }

    #inner-page-wrapper #content h4,
    #inner-page-wrapper #content .heading-4,
    h4,
    .heading-4 {
        font-size: 22px;
        line-height: 28px
    }

    #inner-page-wrapper #content h5,
    #inner-page-wrapper #content .heading-5,
    h5,
    .heading-5 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0
    }

    #inner-page-wrapper #content h6,
    #inner-page-wrapper #content .heading-6,
    h6,
    .heading-6 {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (min-width: 1280px) {
    :root {
        --label-s-font-size: 24px;
        --label-s-line-height: 30px
    }

    #inner-page-wrapper #content h1,
    #inner-page-wrapper #content .heading-1,
    #inner-page-wrapper #content .community-entry-content>h2,
    h1,
    .heading-1 {
        font-size: 42px;
        line-height: 48px
    }

    #inner-page-wrapper #content h2,
    #inner-page-wrapper #content .heading-2,
    h2,
    .heading-2 {
        font-size: 34px;
        line-height: 40px
    }

    #inner-page-wrapper #content h3,
    #inner-page-wrapper #content .heading-3,
    h3,
    .heading-3 {
        font-size: 28px;
        line-height: 34px
    }

    #inner-page-wrapper #content h4,
    #inner-page-wrapper #content .heading-4,
    h4,
    .heading-4 {
        font-size: 24px;
        line-height: 30px
    }

    #inner-page-wrapper #content h5,
    #inner-page-wrapper #content .heading-5,
    h5,
    .heading-5 {
        line-height: 26px;
        letter-spacing: 2%
    }

    #inner-page-wrapper #content h6,
    #inner-page-wrapper #content .heading-6,
    h6,
    .heading-6 {
        font-size: 15px;
        line-height: 25px
    }
}

@media only screen and (max-width: 760px) {
    #MLCalcRatesHolder {
        overflow: auto !important;
        width: 100% !important;
        min-width: 100% !important;
        -webkit-overflow-scrolling: touch !important
    }

    #MLCalcRatesShader {
        width: 100% !important;
        min-width: 100% !important;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch
    }
}

@media only screen and (max-width: 740px) {
    #MLCalcHolder {
        overflow: auto !important;
        width: 100% !important;
        min-width: 100% !important;
        -webkit-overflow-scrolling: touch !important
    }

    #MLCalcShader {
        width: 100% !important;
        min-width: 100% !important;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.site-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.header {
    position: fixed;
    top: var(--adminbar-offset, 0);
    left: 0;
    z-index: 1010;
    width: 100%;
    padding: 24px 20px;
    transition: background-color var(--default-transition)
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header--fixed {
    background-color: var(--primary);
    max-height: 100px
}

.header__logo {
    max-width: 114px
}

.header__logo a {
    display: block
}

.header__logo a img {
    width: auto;
    max-height: 40px
}

.header__brokerage {
    display: none
}

.header__brokerage img {
    width: auto;
    max-height: 35px
}

.header__nav {
    flex-grow: 1
}

.header__nav .menu-main-menu-container {
    display: flex;
    justify-content: center
}

.header__nav #nav {
    display: none;
    justify-content: center
}

.header__nav #nav li {
    position: relative
}

.header__nav #nav li:first-child {
    display: none
}

.header__nav #nav li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: #fff;
    color: var(--secondary-text);
    text-shadow: 0px 4px 44px rgba(0, 0, 0, .29)
}

.header__nav #nav li a svg {
    display: none;
    width: 12px;
    height: auto
}

.header__nav #nav li.menu-item-has-children a svg {
    display: inline
}

.header__nav #nav li .sub-menu {
    padding: 11px 0 0;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    left: 0;
    width: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(30px);
    transition: transform .3s, opacity .3s, visibility, .3s;
    display: block;
    min-width: 200px
}

.header__nav #nav li .sub-menu li:first-child {
    display: block
}

.header__nav #nav li .sub-menu li a {
    background-color: var(--secondary);
    display: block;
    width: 100%;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
    color: var(--primary-text);
    text-align: center;
    transition: var(--default-transition)
}

.header__nav #nav li .sub-menu li a svg {
    display: none
}

.header__nav #nav li .sub-menu li a:hover {
    background: var(--primary);
    color: var(--secondary-text)
}

.header__nav #nav li .sub-menu li .sub-menu {
    padding-top: 0;
    top: 0;
    left: 100%
}

.header__nav #nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translate(0)
}

.header__contact .custom-html-widget {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-right: 8px
}

.header__contact .custom-html-widget a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: solid 1px var(--secondary);
    color: var(--secondary-text)
}

.header__contact .custom-html-widget a span:first-child {
    font-size: 14px
}

.header__contact .custom-html-widget a span:last-child {
    display: none
}

.header__burger {
    height: 42px
}

.header__burger button {
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    background-color: var(--secondary)
}

.header__burger button:before,
.header__burger button:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 7px;
    width: 26px;
    height: 2px;
    background-color: var(--primary)
}

.header__burger button:after {
    top: 24px;
    left: 20px;
    width: 13px
}

.header__burger button span {
    display: none
}

.offcanvas {
    position: fixed;
    top: var(--adminbar-offset, 0);
    right: 0;
    z-index: 1015;
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 100%;
    height: calc(100vh - var(--adminbar-offset, 0px));
    background-color: var(--secondary);
    overflow-y: auto;
    transform-origin: 0% 0%;
    transform: translate(100%);
    transition: transform .5s cubic-bezier(.77, .2, .05, 1);
    opacity: 0
}

.offcanvas.open {
    transform: none
}

.offcanvas-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1014
}

.offcanvas-overlay.is-open {
    display: block
}

.offcanvas__header {
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 16px 36px 0
}

.offcanvas__header--logo {
    max-width: 88px
}

.offcanvas__header--brokerage {
    max-width: 138px
}

.offcanvas__header--close {
    flex-grow: 1;
    display: inline-flex;
    justify-content: flex-end
}

.offcanvas__header--close button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 28px;
    height: 28px
}

.offcanvas__content #offcanvasnav li a {
    display: flex;
    gap: 14px;
    padding: 16px 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .17em;
    text-transform: uppercase;
    color: var(--primary-text);
    text-shadow: 0px 4px 44px rgba(0, 0, 0, .29)
}

.offcanvas__content #offcanvasnav li a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: var(--primary);
    width: 0;
    height: 1px;
    transition: width var(--default-transition)
}

.offcanvas__content #offcanvasnav li a svg {
    display: none;
    transition: var(--default-transition)
}

.offcanvas__content #offcanvasnav li a span {
    position: relative;
    display: inline-flex;
    align-items: center
}

.offcanvas__content #offcanvasnav li a span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: var(--primary);
    width: 0;
    height: 1px;
    transition: width var(--default-transition)
}

.offcanvas__content #offcanvasnav li a:hover:before {
    width: 100%
}

.offcanvas__content #offcanvasnav li a:hover span:before {
    width: 100%
}

.offcanvas__content #offcanvasnav li.menu-item-has-children a svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    margin-bottom: 2px
}

.offcanvas__content #offcanvasnav li.menu-item-has-children a.jquery-nav-tab-active svg {
    transform: rotate(180deg)
}

.offcanvas__content #offcanvasnav li .sub-menu {
    display: none;
    background-color: #0000000f
}

.offcanvas__content #offcanvasnav li .sub-menu li {
    padding: 6px 36px
}

.offcanvas__content #offcanvasnav li .sub-menu li:first-child {
    padding-top: 22px
}

.offcanvas__content #offcanvasnav li .sub-menu li:last-child {
    padding-bottom: 22px
}

.offcanvas__content #offcanvasnav li .sub-menu li a {
    font-size: 14px;
    letter-spacing: .17em;
    display: inline-block;
    position: relative;
    padding: 0
}

.offcanvas__content #offcanvasnav li .sub-menu li a svg {
    display: none
}

.offcanvas__content #offcanvasnav li .sub-menu li .sub-menu li {
    padding: 0 36px
}

.offcanvas__content #offcanvasnav li .sub-menu li .sub-menu li:first-child {
    padding-top: 0
}

.offcanvas__content #offcanvasnav li .sub-menu li .sub-menu li:last-child {
    padding-bottom: 0
}

.offcanvas__content #offcanvasnav li .sub-menu li .sub-menu li a {
    display: inline-block;
    position: relative;
    padding: 0
}

.offcanvas__content #offcanvasnav li.submenu-open .sub-menu {
    display: block
}

.offcanvas__contacts {
    display: flex;
    flex-direction: column;
    padding: 0 36px 36px
}

.offcanvas__contacts a {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: .04em;
    color: var(--primary-text);
    text-shadow: 0px 4px 44px rgba(0, 0, 0, .29);
    width: -moz-max-content;
    width: max-content
}

.offcanvas__contacts a span[class*=ai-font-] {
    font-size: 13px;
    margin-right: 5px;
    width: 20px;
    text-align: center
}

.offcanvas__contacts a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: var(--primary);
    width: 0;
    height: 1px;
    transition: width var(--default-transition)
}

.offcanvas__contacts a:not(:last-child) {
    margin-bottom: 15px
}

.offcanvas__contacts a:hover:after {
    width: 100%
}

.footer {
    position: relative;
    color: var(--secondary-text);
    padding: 0
}

.footer__layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 30px 20px;
    position: relative;
    z-index: 2
}

.footer__heading--wrap {
    display: inline-flex;
    flex-direction: column;
    gap: 35px
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer__contacts>* {
    display: flex;
    align-items: center;
    color: var(--secondary-text) !important;
    font-size: 14px;
    letter-spacing: .02em
}

.footer__contacts>* span[class^=ai-font-] {
    max-width: 38px;
    min-width: 38px;
    font-size: 16px
}

.footer__contacts>* span[class^=ai-font-].ai-font-envelope-filled-a {
    font-size: 10px
}

.footer__contacts>* span[class^=ai-font-].ai-font-location-c {
    font-size: 20px
}

.footer__contacts>* span:not([class^=ai-font-]) {
    position: relative
}

.footer__contacts>* span:not([class^=ai-font-]):after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: var(--secondary-text);
    width: 0;
    height: 1px;
    transition: width var(--default-transition)
}

.footer__contacts a:hover span:not([class^=ai-font-]) {
    position: relative
}

.footer__contacts a:hover span:not([class^=ai-font-]):after {
    width: 100%
}

.footer__contacts--address {
    align-items: flex-start
}

.footer__logos {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.footer__logos--logo {
    max-width: 133px
}

.footer__logos--brokerage {
    max-width: 266px
}

.footer__mls {
    font-size: 28px
}

.footer__navcopyright {
    display: flex;
    flex-direction: column;
    gap: 34px
}

.footer__navcopyright nav {
    margin-top: 34px
}

.footer__navcopyright nav:first-child {
    margin-top: 0
}

.footer__navcopyright nav h3 {
    max-width: 200px;
    padding-right: 16px
}

.footer__navcopyright nav ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
    padding-left: 40px;
    border-left: solid 1px rgba(255, 255, 255, .4)
}

.footer__navcopyright nav ul li a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--secondary-text)
}

.footer__navcopyright nav ul li a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: var(--secondary-text);
    width: 0;
    height: 1px;
    transition: width var(--default-transition)
}

.footer__navcopyright nav ul li a:hover:after {
    width: 100%
}

.footer__navcopyright--disclaimer a,
.footer__navcopyright--reserved a {
    display: inline;
    position: relative;
    text-decoration: none !important
}

.footer__navcopyright--disclaimer a:after,
.footer__navcopyright--reserved a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: var(--secondary-text);
    width: 0;
    height: 1px;
    transition: width var(--default-transition)
}

.footer__navcopyright--disclaimer a:hover:after,
.footer__navcopyright--reserved a:hover:after {
    width: 100%
}

.footer__socmed {
    position: relative;
    z-index: 3;
    padding: 10px
}

.footer__socmed ul {
    display: flex;
    gap: 13px
}

.footer__socmed ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--secondary);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 20px;
    color: var(--secondary-text);
    transition: all var(--default-transition)
}

.footer__socmed ul li a:hover {
    background-color: var(--secondary);
    color: var(--primary)
}

.seusmsg__wrap {
    position: relative;
    z-index: 0;
    padding: 80px 20px
}

.seusmsg__wrap:before {
    opacity: .6
}

.seusmsg__container {
    position: relative;
    z-index: 10;
    gap: 32px;
    max-width: 650px;
    width: 100%;
    margin: 0 auto
}

.seusmsg__form {
    gap: 8px
}

.seusmsg__form-control label {
    display: none;
    font-weight: 400;
    font-family: var(--font-family-default);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .02em;
    color: #fff
}

.seusmsg__form-control input[type=text],
.seusmsg__form-control input[type=email],
.seusmsg__form-control input[type=number],
.seusmsg__form-control textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    width: 100%;
    height: 48px;
    padding: 12px 8px;
    color: var(--secondary-text)
}

.seusmsg__form-control input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #fff;
    background-color: #0003;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin: 0
}

.seusmsg__form-control textarea {
    border: 1px solid #fff;
    height: 96px;
    padding-right: 16px;
    padding-left: 16px
}

.seusmsg__form-control .wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.seusmsg__form-control .wpcf7-list-item {
    margin-left: 0
}

.seusmsg__form-control .wpcf7-list-item label {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px
}

.seusmsg__form-control .wpcf7-list-item label span {
    position: static
}

.seusmsg__form-control .wpcf7-list-item label span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12.6111L8.92308 17.5L20 6.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
    transition: opacity var(--default-transition);
    opacity: 0
}

.seusmsg__form-control .wpcf7-list-item label input:checked+span:before {
    opacity: 1
}

.seusmsg__form-control .wpcf7-not-valid-tip {
    margin-top: 4px;
    padding: 0 8px;
    font-size: 12px;
    color: #ffcfcf
}

.seusmsg__form-textarea {
    padding-top: 39px;
    padding-bottom: 8px
}

.seusmsg__form-submit {
    padding-top: 24px;
    position: relative
}

.seusmsg__form-submit input {
    width: 100%
}

.seusmsg__form-submit .wpcf7-spinner {
    position: absolute;
    right: 20px;
    bottom: 23px;
    z-index: 10;
    margin: 0
}

.seusmsg .wpcf7-response-output {
    border: 0 !important;
    margin: 12px 0 0 !important;
    padding: 0 8px !important;
    font-size: 14px;
    color: #ffcfcf
}

.latestnews {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    gap: 32px
}

.latestnews__intro {
    gap: 8px;
    padding: 80px 20px 0
}

.latestnews__intro p {
    max-width: 662px;
    margin-right: auto;
    margin-left: auto
}

.latestnews__items {
    gap: 24px;
    padding-right: 20px;
    padding-left: 20px
}

.latestnews__item {
    flex-grow: 1;
    flex-basis: 0;
    background-color: #00000008;
    gap: 8px;
    padding: 12px
}

.latestnews__item--cta {
    padding-top: 36px
}

.latestnews__cta {
    padding: 0 20px 80px
}

.default-arrows {
    display: flex;
    justify-content: center;
    gap: 12px
}

.default-arrows button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background-color: rgba(var(--primary-rgb, 0 0 0)/.3);
    border: solid 1px #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    transition: all var(--default-transition)
}

.default-arrows button:hover {
    background-color: var(--primary)
}

.default-arrows button.alt {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary)
}

.default-arrows button.alt:hover {
    background-color: var(--primary);
    color: var(--secondary-text)
}

.archive__pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center
}

.archive__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-align: center;
    border: 1px solid #AAAAAA;
    transition: all var(--default-transition)
}

.archive__pagination .page-numbers.dots {
    border-color: transparent
}

.archive__pagination .page-numbers:not(.dots).current,
.archive__pagination .page-numbers:not(.dots):hover {
    background-color: #000;
    color: #fff
}

form.wpcf7-form.submitting [type=submit] {
    pointer-events: none
}

.smwidget {
    background: linear-gradient(90deg, #e5e5e5, #7f7f7f);
    padding: 24px 0
}

.smwidget-container {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.smwidget-title {
    background: linear-gradient(130.33deg, #0f0f0f 27.04%, #757575 89.15%);
    padding: 20px;
    width: calc(100% - 20px);
    color: #fff;
    display: inline-flex;
    align-items: center
}

.smwidget-title div {
    font-size: 18px;
    line-height: 1.8;
    text-transform: uppercase
}

.smwidget-title div span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .02em
}

.smwidget-title div a {
    color: inherit
}

.smwidget-items {
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
}

.smwidget-items a {
    display: block;
    position: relative;
    overflow: hidden
}

.smwidget-items a canvas {
    display: block;
    width: 100%;
    height: auto
}

.smwidget-items a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (min-width: 744px) {
    .header__container {
        gap: 12px
    }

    .header__logo {
        max-width: 133px
    }

    .header__logo a img {
        max-height: 47px
    }

    .header__brokerage {
        display: inline;
        max-width: 194px
    }

    .header__contact .custom-html-widget a.asis-mailto-obfuscated-email {
        display: none
    }

    .header__contact .custom-html-widget a.aios-ai-phone {
        width: auto;
        height: auto;
        border: 0
    }

    .header__contact .custom-html-widget a.aios-ai-phone span:first-child {
        display: none
    }

    .header__contact .custom-html-widget a.aios-ai-phone span:last-child {
        display: inline;
        letter-spacing: .17em;
        text-shadow: 0px 4px 44px rgba(0, 0, 0, .29)
    }

    .offcanvas__header {
        padding: 40px 40px 0
    }

    .offcanvas__content #offcanvasnav li a {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0;
        padding: 20px 40px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li {
        padding: 8px 40px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li:first-child {
        padding-top: 22px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li:last-child {
        padding-bottom: 22px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li a {
        font-size: 16px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li .sub-menu li {
        padding-right: 60px;
        padding-left: 60px
    }

    .offcanvas__contacts {
        padding: 0 40px 40px
    }

    .offcanvas__contacts a {
        font-size: 20px
    }

    .footer {
        padding: 116px 110px 58px 40px
    }

    .footer.overlay-before:before {
        top: 30px;
        right: 30px
    }

    .footer__layout {
        padding: 0
    }

    .footer__navcopyright nav {
        display: flex
    }

    .footer__navcopyright nav h3 {
        max-width: 266px;
        min-width: 266px;
        padding-right: 80px
    }

    .footer__navcopyright nav ul {
        margin-top: 0
    }

    .footer__socmed {
        margin-top: 24px
    }

    .latestnews__intro {
        padding: 60px 40px 0
    }

    .latestnews__items {
        padding-right: 24px;
        padding-left: 24px
    }

    .latestnews__item--cta {
        padding-top: 32px
    }

    .latestnews__cta {
        padding-bottom: 60px
    }

    .smwidget {
        padding-right: 27px
    }

    .smwidget-container {
        flex-direction: row
    }

    .smwidget-title {
        width: 100%;
        max-width: 223px;
        min-width: 223px;
        justify-content: flex-end
    }

    .smwidget-title div span {
        font-size: 12px
    }

    .smwidget-items {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (min-width: 1024px) {
    .offcanvas {
        max-width: 502px;
        gap: 50px
    }

    .offcanvas__header {
        padding: 33px 50px 0
    }

    .offcanvas__content #offcanvasnav li a {
        padding: 16px 50px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li {
        padding: 8px 50px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li .sub-menu li {
        padding-right: 70px;
        padding-left: 70px
    }

    .offcanvas__contacts {
        padding: 0 50px 33px
    }

    .footer {
        padding: 78px 75px 54px 60px
    }

    .footer__layout {
        flex-direction: row
    }

    .footer__heading {
        max-width: 280px;
        min-width: 280px
    }

    .footer__socmed {
        margin-top: 0
    }

    .latestnews {
        gap: 60px
    }

    .latestnews__intro {
        padding: 80px 24px 0
    }

    .latestnews__items {
        flex-direction: row
    }

    .latestnews__item--cta {
        padding-top: 44px
    }

    .latestnews__cta {
        flex-direction: row;
        padding-bottom: 80px
    }

    .smwidget {
        padding-right: 0
    }

    .smwidget-container {
        max-width: 1440px;
        margin: 0 auto
    }

    .smwidget-title {
        max-width: 241px;
        min-width: 241px
    }

    .smwidget-title div {
        font-size: 20px
    }

    .smwidget-title div span {
        font-size: 14px
    }
}

@media screen and (min-width: 1280px) {
    .header__nav #nav {
        display: inline-flex;
        gap: 12px
    }

    .offcanvas {
        max-width: 918px
    }

    .offcanvas__header {
        padding: 40px 40px 0
    }

    .offcanvas__content #offcanvasnav li a {
        font-size: 32px;
        padding: 22px 40px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li {
        padding: 10px 40px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li:first-child {
        padding-top: 22px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li:last-child {
        padding-bottom: 22px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li a {
        font-size: 22px
    }

    .offcanvas__content #offcanvasnav li .sub-menu li .sub-menu li {
        padding-right: 60px;
        padding-left: 60px
    }

    .offcanvas__contacts {
        padding: 0 40px 40px
    }

    .footer {
        padding-right: 110px
    }

    .footer__layout {
        max-width: 1260px;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between
    }

    .footer__navcopyright {
        max-width: 737px
    }

    .footer__navcopyright nav h3 {
        padding-right: 56px
    }

    .footer__socmed {
        max-width: 1260px;
        width: 100%;
        margin: 9px auto 0
    }

    .latestnews__item--cta {
        padding-top: 18px
    }

    .smwidget-title {
        max-width: 440px;
        min-width: 440px
    }

    .smwidget-title div {
        max-width: 330px;
        width: 100%;
        font-size: 28px
    }

    .smwidget-title div span {
        font-size: 18px
    }
}

@media screen and (min-width: 1400px) {
    .header__nav #nav {
        gap: 24px
    }

    .header__contact .custom-html-widget {
        padding-right: 24px
    }
}


#inner-page-wrapper .inner-page-container {
    padding-right: 20px;
    padding-left: 20px
}

.template__archive .latestnews__intro {
    padding: 0
}

.template__archive .latestnews__intro h1,
.template__archive .latestnews__intro h2,
.template__archive .latestnews__intro p {
    margin: 0 auto !important
}

.template__archive .latestnews__items {
    padding: 0
}

.template__archive .latestnews__item {
    margin-bottom: 0 !important;
    border-bottom: 0;
    padding: 12px
}

.template__archive .latestnews__item * {
    margin-bottom: 0 !important
}

.template__archive .latestnews__item--cta {
    flex-grow: 1;
    display: flex;
    align-items: flex-end
}

.template__archive #searchform {
    max-width: 662px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto
}

.template__archive #searchform input {
    flex-grow: 1;
    display: block;
    padding: 12px;
    height: 57px;
    border: 1px solid #AAAAAA
}

.template__archive #searchform button {
    gap: 10px;
    min-height: 0;
    height: 57px;
    letter-spacing: .17em;
    padding: 12px
}

@media screen and (min-width: 744px) {
    #inner-page-wrapper .inner-page-container {
        padding-right: 24px;
        padding-left: 24px
    }

    .template__archive #searchform {
        flex-direction: row
    }

    .template__archive #searchform button {
        max-width: 149px;
        min-width: 149px
    }
}

@media screen and (min-width: 1024px) {
    .template__archive .latestnews__items {
        flex-wrap: wrap
    }

    .template__archive .latestnews__item {
        padding: 24px;
        width: calc(33.333333% - 16px);
        flex-grow: 0;
        flex-basis: initial
    }
}

.latestnews {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    gap: 32px
}

@media screen and (min-width: 1024px) {
    .latestnews {
        gap: 60px;
    }
}