*,
*::before,
*::after {
    box-sizing: border-box;
}

footer,
header,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

strong {
    font-weight: bolder;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

a {
    color: #18bc9c;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0f7864;
    text-decoration: underline;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

h1,
h2,
h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h4 {
    font-size: 1.40625rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.col-1,
.col-3,
.col-5,
.col-6,
.col-7,
.col-9,
.col-12,
.col,
.col-sm-3,
.col-sm-9,
.col-sm-12,
.col-md-6,
.col-md-9,
.col-md-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-9,
.col-lg,
.col-xl-2,
.col-xl-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #7b8a8b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:focus {
    color: #7b8a8b;
    background-color: #fff;
    border-color: #6bc0ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 135, 234, 0.25);
}

.form-control::placeholder {
    color: #95a5a6;
    opacity: 1;
}

.form-control:disabled {
    background-color: #ecf0f1;
    opacity: 1;
}

select.form-control[multiple] {
    height: auto;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 135, 234, 0.25);
}

.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #0087ea;
    border-color: #0087ea;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0071c4;
    border-color: #006ab7;
}

.btn-primary:focus {
    color: #fff;
    background-color: #0071c4;
    border-color: #006ab7;
    box-shadow: 0 0 0 0.2rem rgba(38, 153, 237, 0.5);
}

.btn-primary:disabled {
    color: #fff;
    background-color: #0087ea;
    border-color: #0087ea;
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #006ab7;
    border-color: #0062aa;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 153, 237, 0.5);
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9375rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #7b8a8b;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0087ea;
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0087ea;
}

.dropdown-item:disabled {
    color: #95a5a6;
    pointer-events: none;
    background-color: transparent;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control:focus {
    z-index: 3;
}

.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append {
    display: flex;
}

.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-append {
    margin-left: -2px;
}

.input-group>.input-group-append>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 2rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .5;
}

.close:hover {
    color: #fff;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
}

.rounded-0 {
    border-radius: 0 !important;
}

.d-none {
    display: none;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }
}

.text-uppercase {
    text-transform: uppercase !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    p,
    h2 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }
}

.close {
    text-decoration: none;
    opacity: 0.4;
}

.close:hover,
.close:focus {
    opacity: 1;
}

.modal .close {
    color: #000;
}

.modal .close:not(:disabled):not(.disabled):hover,
.modal .close:not(:disabled):not(.disabled):focus {
    color: #000;
}

.fa,
.fas,
.far,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-2x {
    font-size: 2em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-image:before {
    content: "\f03e";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-search:before {
    content: "\f002";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

html body {
    background-color: #ffffff;
    color: #777;
    font-family: "Barlow", sans-serif;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
}

a {
    transition: all 0.3s ease-in;
}

a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
}

button {
    border: 0;
    background-color: transparent;
    color: #555;
    padding: 0;
    cursor: pointer;
}

button:focus {
    outline: 0;
}

h1,
h2,
h4 {
    font-weight: 500;
    margin: 0;
}

p {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
}

.card {
    border: 0;
    background-color: transparent;
}

.card .card-footer {
    border: 0;
    background-color: transparent;
}

.homepage .header-container {
    width: 100%;
    max-width: 100vw;
    height: auto;
    background: #fcfcfc;
}

.homepage .header-container .header-nav-main {
    background: #fcfcfc;
    transition: 1s;
}

@media (max-width: 992px) {
    .homepage .header-container .header-nav-main {
        background: rgba(27, 38, 46, 0);
    }
}

.header-container {
    max-width: 100vw;
    color: grey;
    height: auto;
    background: #1b262e;
}

.header-container.fixed-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.header-container .header-nav-top {
    background: #ebebeb;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-container .header-nav-main .company-brand {
    text-align: left;
}

.header-container .header-nav-main .company-brand img {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 79px;
}

.header-container .header-nav-main .header-nav {
    position: relative;
    bottom: 0;
    font-size: 17px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.header-container .header-nav-main .header-nav .nav-item {
    position: relative;
    border-bottom: 2px solid transparent;
}

.header-container .header-nav-main .header-nav .nav-item.active,
.header-container .header-nav-main .header-nav .nav-item:hover {
    border-bottom: 2px solid #0098de;
    transition: 0.2s ease;
}

.header-container .header-nav-main .header-nav .nav-item:hover .dropdown-menu:not(.property-dropdown) {
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    border: none;
}

.header-container .header-nav-main .header-nav .nav-item .dropdown-menu {
    z-index: 1030;
    line-height: 1.5;
    background: #f5f3f2;
    color: #777777;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    border-radius: 0;
    background-clip: padding-box;
}

.header-container .header-nav-main .header-nav .nav-item .dropdown-menu li {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.header-container .header-nav-main .header-nav .nav-item .dropdown-menu li:not(:last-of-type) {
    border-bottom: 1px solid #cfcfcf;
}

.header-container .header-nav-main .header-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 13px;
    font-family: "Barlow", sans-serif;
    padding: 0 !important;
    text-align: left;
}

.header-container .header-nav-main .header-nav .nav-item .dropdown-menu .dropdown-item:active,
.header-container .header-nav-main .header-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #cccccc;
}

.header-container .header-nav-main .header-nav .nav-item ul.navigation-column {
    display: inline-block;
    text-align: center;
    width: 49%;
    vertical-align: top;
}

.header-container .header-nav-main .header-nav .nav-item ul.navigation-column li {
    padding-bottom: 10px;
    padding-top: 10px;
}

.header-container .header-nav-main .header-nav .nav-item ul.navigation-column li a {
    width: 100%;
    white-space: normal;
}

.header-container .header-nav-main .header-nav .nav-link {
    padding: 0 10px;
    line-height: 2;
}

.contact-info {
    text-align: right;
    display: inline-block;
}

.contact-info a {
    line-height: 40px;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    color: black;
    padding: 0 10px 0 0;
    font-size: 14px;
}

.contact-info a:first-of-type {
    padding-left: 0;
}

.contact-info a:hover {
    text-decoration: none;
}

.contact-info i {
    color: black;
    line-height: 30px;
    padding-right: 5px;
}

.contact-info i.fa-envelope {
    font-size: 14px;
    padding-left: 7px;
}

.contact-info .nav-contact-text {
    display: none;
}

@media (min-width: 1024px) {
    .contact-info .nav-contact-text {
        display: inline;
    }
}

.lang-wrap {
    margin-right: 5px;
    position: relative;
    top: 5px;
}

.lang-wrap .dropdown-menu {
    top: 10px !important;
    background-color: #1b262e;
    border: none;
    right: -5px;
    left: auto !important;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

@media (max-width: 1024px) {
    .lang-wrap .dropdown-menu {
        right: auto;
    }
}

.lang-wrap .dropdown-menu .dropdown-item:hover {
    background-color: #0098de;
}

.lang-wrap a {
    line-height: 30px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    color: black;
    transition: all 0.3 linear;
}

.lang-wrap a.dropdown-toggle::after {
    border: 0 !important;
    content: "\f078" !important;
    vertical-align: 0 !important;
    margin-left: 5px !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
}

@media (max-width: 768px) {
    .lang-wrap a .lang-label {
        display: none;
    }
}

.lang-wrap a img {
    width: 21px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.btn-menu {
    margin-left: auto;
    display: inline-block;
    padding: 35px;
    color: #ffffff;
}

.btn-menu:hover {
    text-decoration: none;
}

.btn-menu .menu-text {
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
}

.btn-menu span {
    display: block;
    background-color: #ffffff;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
}

.btn-menu span:last-child {
    margin-bottom: 0;
}

.navigation-wrapper {
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 1700px) {
    .contact-info span {
        line-height: 30px;
        padding: 0 8px;
    }
}

@media (max-width: 1600px) {
    .contact-info span {
        line-height: 30px;
        padding: 0 8px;
    }
}

@media (max-width: 1040px) {
    .contact-info span {
        padding: 0 4px;
        border: 0 !important;
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    .btn-menu {
        margin-top: 5px;
    }

    .btn-menu .menu-text {
        display: none !important;
    }
}

.main-footer {
    background: white;
}

.main-footer .footer-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-footer .footer-section h4.block-title {
    font-size: 17px;
    font-weight: 600;
    color: grey;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .main-footer .footer-section h4.block-title {
        margin-top: 20px;
    }
}

.main-footer .footer-section h4.block-title::after {
    content: " ";
    display: block;
    width: 30px;
    height: 3px;
    background: #0098de;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .main-footer .footer-section h4.block-title::after {
        margin: 20px auto;
    }
}

.main-footer .footer-section.footer-main {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 992px) {
    .main-footer .footer-section.footer-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .main-footer .footer-section.footer-main .footer-contact {
        margin-bottom: 20px;
    }
}

.main-footer .footer-section.footer-main .footer-contact li {
    color: grey;
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    transition: all 0.3s linear;
}

@media (max-width: 992px) {
    .main-footer .footer-section.footer-main .footer-contact li {
        padding-left: 0;
    }
}

.main-footer .footer-section.footer-main .footer-contact li span {
    font-weight: 400;
}

.main-footer .footer-section.footer-main .footer-contact li span.company-name {
    font-weight: 700;
}

.main-footer .footer-section.footer-main .footer-contact li i {
    display: inline-block;
    font-size: 16px;
    width: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    color: #0098de;
}

@media (max-width: 992px) {
    .main-footer .footer-section.footer-main .footer-contact li i {
        position: relative;
    }
}

.main-footer .footer-section.footer-main .footer-contact li a {
    color: grey;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.main-footer .footer-section.footer-main .footer-contact li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cccccc;
    bottom: -5px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.main-footer .footer-section.footer-main .footer-contact li a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main-footer .footer-section.footer-main .footer-contact li a.additional-links {
    display: inline;
}

.main-footer .footer-section.footer-main .footer-contact li a.additional-links i {
    position: relative;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-left: 5px;
}

.main-footer .footer-section.footer-main .footer-contact li a:hover {
    color: #cccccc;
    text-decoration: none;
}

.main-footer .footer-section.footer-main .footer-nav ul {
    font-size: 14px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
}

@media (max-width: 768px) {
    .main-footer .footer-section.footer-main .footer-nav ul {
        text-align: center;
    }
}

.main-footer .footer-section.footer-main .footer-nav ul li {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1;
}

@media (max-width: 992px) {
    .main-footer .footer-section.footer-main .footer-nav ul li {
        display: block;
    }
}

.main-footer .footer-section.footer-main .footer-nav ul li a {
    color: grey;
    display: inline-block;
    padding: 1px 0;
    transition: all 0.3s linear;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transition: all 0.3s linear;
    position: relative;
    width: max-content;
}

.main-footer .footer-section.footer-main .footer-nav ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cccccc;
    bottom: -5px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.main-footer .footer-section.footer-main .footer-nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main-footer .footer-section.footer-main .footer-nav ul li a:hover {
    text-decoration: none;
    color: #cccccc;
}

@media (max-width: 992px) {
    .main-footer .footer-section.footer-main .footer-social .social-icons {
        text-align: center;
    }
}

.main-footer .footer-section.footer-main .footer-social .social-icons .social-icon {
    background: #53595c;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 2.5px;
    border: 1px solid white;
    transition: all 0.3s linear;
}

.main-footer .footer-section.footer-main .footer-social .social-icons .social-icon:hover {
    background: transparent;
    text-decoration: none;
    border: 1px solid #53595c;
}

.main-footer .footer-section.footer-main .footer-social .social-icons .social-icon:hover i {
    color: #53595c;
}

.main-footer .footer-section.footer-main .footer-social .social-icons .social-icon i {
    font-size: 16px;
    line-height: 30px;
    color: white;
    transition: all .3s linear;
}

@media (max-width: 992px) {
    .main-footer .footer-section.footer-main .footer-social .social-media {
        text-align: center;
    }
}

.main-footer .footer-section.footer-main .footer-social .social-media .a2a_kit a .a2a_svg {
    border-radius: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #1b262e;
}

.main-footer .footer-section.footer-main .footer-social .social-media .a2a_kit a .a2a_svg svg {
    background: #ffffff;
}

.main-footer .footer-section.footer-main .footer-social .social-media .a2a_kit a .a2a_svg svg path {
    fill: #1b262e;
}

.main-footer .footer-section.footer-main .footer-social .social-media .a2a_kit a:hover .a2a_svg {
    border-color: #53595c;
    opacity: 1;
}

.main-footer .footer-section.footer-main .footer-social .social-media .a2a_kit a:hover .a2a_svg svg {
    background: #1b262e;
}

.main-footer .footer-section.footer-main .footer-social .social-media .a2a_kit a:hover .a2a_svg svg path {
    fill: #53595c;
}

.main-footer .footer-section.footer-bottom {
    color: grey;
    background: white;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
    .main-footer .footer-section.footer-bottom .col-12 {
        padding-bottom: 10px;
    }
}

.main-footer .footer-section.footer-bottom .dimedia-logo {
    max-height: 17px;
    width: auto;
    margin-left: 5px;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 690px) {
    .section {
        padding-top: 40px !important;
    }
}

.section hr.section-separator-home {
    border: none;
    height: 1px;
    background: #0098de;
    color: #cccccc;
    width: 100px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.section h1,
.section .section-title {
    font-family: "Barlow", sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #555;
}

.nav-backdrop {
    position: absolute;
    right: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    cursor: pointer;
    z-index: -80;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    transition: opacity 0.3s linear;
}

.main-navigation-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    cursor: pointer;
}

.main-navigation {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1110 !important;
    max-height: 100vh;
    background: #0a141e;
    background: linear-gradient(to right, #0a141e 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$clr-start', endColorstr='$clr-end', GradientType=1);
    overflow-y: auto;
    width: 350px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transition: all 0.3s ease-out;
    overflow-y: scroll;
    scrollbar-color: rgba(0, 152, 222, 0.7) transparent;
    scrollbar-face-color: #0098de;
    scrollbar-arrow-color: #0098de;
    scrollbar-track-color: transparent;
    scrollbar-shadow-color: black;
    scrollbar-highlight-color: black;
    scrollbar-3dlight-color: #0098de;
    scrollbar-darkshadow-Color: transparent;
}

.main-navigation::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(146, 192, 31, 0.3);
    background-color: transparent;
}

.main-navigation::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

.main-navigation::-webkit-scrollbar-thumb {
    background-color: rgba(0, 152, 222, 0.7);
}

.main-navigation .nav-list {
    font-size: 0.95rem;
}

.main-navigation .nav-list .nav-item {
    padding: 20px 25px;
    font-size: 0.95rem;
    border-top: 0.5px solid #323232;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.main-navigation .nav-list .nav-item a {
    color: #ffffff;
    display: inline-block !important;
    text-decoration: none !important;
}

.main-navigation .nav-list .nav-item a.nav-link {
    max-width: 80%;
    min-width: 20%;
    padding: 0;
}

@media (min-width: 992px) {

    .main-navigation .nav-list .nav-item a:hover,
    .main-navigation .nav-list .nav-item a:active {
        color: #0098de;
    }
}

.main-navigation .nav-list .nav-item:last-of-type {
    border-bottom: 0.5px solid #323232;
}

.main-navigation .nav-list .dropdown-menu {
    position: static !important;
    float: none;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    background-color: transparent;
    transition: all 0.3s ease-out;
}

.main-navigation .nav-list .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
}

@media (min-width: 1024px) {
    .main-navigation::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(146, 192, 31, 0.3);
        background-color: transparent;
    }

    .main-navigation::-webkit-scrollbar {
        width: 12px;
        background-color: transparent;
    }

    .main-navigation::-webkit-scrollbar-thumb {
        background-color: rgba(0, 152, 222, 0.7);
    }
}

@media (max-width: 375px) {
    .main-navigation {
        width: 85%;
    }
}

.banners-wrapper {
    padding-top: 50px;
}

@media (max-width: 768px) {
    .banners-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.banners-wrapper .banner-wrapper {
    display: flex;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

@media (max-width: 768px) {
    .banners-wrapper .banner-wrapper {
        margin-top: 50px;
    }
}

.banners-wrapper .banner-wrapper a {
    width: 100%;
    display: block;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banners-wrapper .banner-wrapper a .banner-content-wrapper {
    position: absolute;
    bottom: 0;
    padding: 30px;
    font-family: "Barlow", sans-serif;
}

.banners-wrapper .banner-wrapper a .banner-content-wrapper h2 {
    font-size: 28px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .banners-wrapper .banner-wrapper a .banner-content-wrapper h2 {
        font-size: 22px;
    }
}

.banners-wrapper .banner-wrapper a .banner-content-wrapper .separator {
    height: 2px;
    width: 100px;
    margin: 10px 0;
    background-color: #1870b4;
}

.banners-wrapper .banner-wrapper a .banner-content-wrapper p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
}

body#homepage .section h1 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

@media (max-width: 768px) {
    body#homepage .section h1 {
        font-size: 24px;
    }
}

body#homepage .properties-container {
    padding-bottom: 40px;
}

.main-header {
    color: #ffffff;
    text-align: center;
    font-family: "Barlow", sans-serif;
}

#homepage .header-slider-wrapper .header-slider-item {
    height: calc(100vh - 40px);
    background-position: top center;
}

@media (max-width: 768px) {
    #homepage .header-slider-wrapper .header-slider-item {
        height: 420px;
    }
}

@media (max-width: 576px) {
    #homepage .header-slider-wrapper .header-slider-item {
        height: 420px;
    }
}

.header-slider-wrapper {
    overflow: visible;
}

.header-slider-wrapper .header-slider-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 625px;
}

@media (max-width: 768px) {
    .header-slider-wrapper .header-slider-item {
        height: 420px;
    }
}

@media (max-width: 576px) {
    .header-slider-wrapper .header-slider-item {
        height: 420px;
    }
}

.header-slider-wrapper .header-slider-item .container {
    height: inherit;
    display: flex;
    align-items: center;
}

.header-slider-content {
    font-size: 1.8rem;
    font-weight: 400;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 992px) {
    .header-slider-content {
        margin-top: 50px;
    }
}

.header-slider-content .header-slider-title {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 100%;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .header-slider-content .header-slider-title {
        font-size: 35px;
    }
}

.header-slider-content .header-slider-title strong {
    display: block;
    font-weight: 700;
}

.header-slider-content p {
    margin-bottom: 30px;
    line-height: 24px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    font-family: "Barlow", sans-serif;
    font-size: 15px;
}

@media (min-width: 1400px) {
    .header-slider-wrapper .header-slider-item {
        height: 625px;
    }
}

@media (max-width: 576px) {
    .header-slider-content .header-slider-title {
        font-size: 30px;
    }
}

@media (max-width: 420px) {
    .header-slider-content .header-slider-title {
        font-size: 25px;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.9);
    }
}

.scroll-icon,
.scroll-icon:before {
    position: absolute;
    left: 50%;
}

.scroll-icon {
    width: 20px;
    height: 35px;
    margin-left: -20px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    bottom: 10px;
}

.scroll-icon:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    margin-left: -2px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.btn-close {
    padding-left: 10px;
    color: #ffffff;
    font-size: 2rem;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-transform: uppercase;
}

.btn-close .btn-close-icon {
    font-size: 2rem;
    border-radius: 50%;
    background-clip: padding-box;
    display: inline-block;
}

.btn-close:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-clip: padding-box;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #555;
    position: fixed;
    right: 5px;
    bottom: 10px;
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 30 !important;
}

.back-to-top i {
    font-size: 18px;
    color: #ffffff;
}

.btn-primary {
    background-color: #0098de;
    border: none;
}

.btn-primary:hover {
    background-color: #cccccc;
}

.btn-primary:active {
    background-color: red;
}

html body .additional-links {
    display: inline;
}

html body .additional-links i {
    position: relative;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-left: 5px;
}

body .main-header .header-slider-title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0;
}

body .main-header .header-slider-title strong {
    font-size: 4.5rem;
}

body .main-header .header-slider-title:nth-of-type(1) {
    -webkit-animation: slide-down 500ms;
    animation: slide-down 500ms;
}

body .main-header .header-slider-title:nth-of-type(2) {
    opacity: 0;
    -webkit-animation: slide-down 500ms;
    animation: slide-down 500ms;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

body .homepage-search {
    -webkit-animation: slide-down 500ms;
    animation: slide-down 500ms;
}

body .header-container {
    background: #fcfcfc;
}

body .header-container .btn-menu .menu-icon>span {
    background: #0098de;
}

body .header-container .btn-menu .menu-text {
    color: #0098de;
}

body .header-container .header-nav-main {
    background: #fcfcfc !important;
}

body .header-container .header-nav-main .company-brand img {
    margin-top: 15px;
    margin-bottom: 15px;
}

body .header-container .header-nav-main .nav-list li {
    font-weight: 400;
}

body .header-container .header-nav-main .nav-list li.active {
    border-bottom: none !important;
    color: #0098de;
}

body .header-container .header-nav-main .btn-menu {
    padding-top: 0;
    padding-bottom: 0;
}

body .header-container .header-nav-main .lbl_locations li a {
    font-weight: 400 !important;
    text-transform: none;
}

body .header-container .header-nav-main .navigation-wrapper {
    padding: 0;
}

body .header-container .header-nav-main .navigation-wrapper ul.nav-list {
    display: flex !important;
}

body .header-nav-top {
    height: 50px;
    display: flex;
    align-items: center;
}

body .header-nav-top .dropdown-menu .dropdown-item {
    color: white;
}

@media (min-width: 992px) {
    body .main-navigation .nav-list .nav-item a:hover {
        color: white;
    }
}

body .banners-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

body .banners-wrapper .banner-wrapper .banner-content-wrapper {
    opacity: 0;
    bottom: unset;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}

body .banners-wrapper .banner-wrapper .banner-content-wrapper h2 {
    text-transform: none;
    font-size: 2.5rem;
    font-weight: 700;
}

body .banners-wrapper .banner-wrapper .banner-content-wrapper p {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
}

body .banners-wrapper .banner-wrapper .banner-content-wrapper .separator {
    display: none;
}

body .banners-wrapper .banner-wrapper a.more {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
    background: white;
    color: grey;
    padding: 6px 16px;
}

body .properties-container,
body .intro-section {
    background: #f2f2f2;
}

body .properties-container .property-card {
    border: none;
    background: white;
    transition: background 300ms ease-in;
}

body .properties-container .property-card .card-text,
body .properties-container .property-card li {
    transition: color 300ms ease-in;
}

body .properties-container .property-card .property-id-icon:before,
body .properties-container .property-card .property-bed-icon:before,
body .properties-container .property-card .property-bathroom-icon:before,
body .properties-container .property-card .property-area-icon:before {
    transition: background 300ms ease-in;
}

body .properties-container .property-card .card-heading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0080bc;
    opacity: 0;
    transition: opacity 300ms ease-in;
    pointer-events: none;
}

body .properties-container .property-card:hover {
    background: #0080bc;
}

body .properties-container .property-card:hover .card-title a,
body .properties-container .property-card:hover .card-text,
body .properties-container .property-card:hover .property-details li,
body .properties-container .property-card:hover .price a {
    color: white !important;
}

body .properties-container .property-card:hover .property-id-icon:before,
body .properties-container .property-card:hover .property-bed-icon:before,
body .properties-container .property-card:hover .property-bathroom-icon:before,
body .properties-container .property-card:hover .property-area-icon:before {
    background-color: white;
}

body .properties-container .property-card:hover .card-heading::after {
    opacity: 0.3;
}

body .main-footer .footer-section h4.block-title::after {
    height: 1px;
}

body .main-footer .footer-section .footer-share .a2a_kit>a:hover svg path {
    fill: white !important;
}

body .main-footer .footer-section .footer-nav ul li a {
    width: 100% !important;
}

@media (max-width: 991px) {
    body .main-footer .footer-section .social-media {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1023px) {
    body .header-slider-item {
        display: none !important;
    }

    body #content {
        padding-top: 110px;
    }
}

.SumoUnder {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    left: 0;
}

.SumoSelect p {
    margin: 0;
}

.SumoSelect {
    width: 200px;
}

.SelectBox {
    padding: 5px 8px;
}

.SumoUnder {
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0;
}

.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
    box-shadow: 0 0 2px #7799D0;
    border-color: #7799D0;
}

.SumoSelect>.CaptionCont {
    position: relative;
    border: none;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0;
}

.SumoSelect>.CaptionCont>span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #ccc;
    font-style: italic;
}

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}

.SumoSelect>.CaptionCont>label>i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8;
}

.SumoSelect>.optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
    border-radius: 3px;
    overflow: hidden;
}

.SumoSelect.open>.optWrapper {
    display: block;
}

.SumoSelect>.optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.SumoSelect>.optWrapper>.options {
    border-radius: 2px;
    position: relative;
    max-height: 250px;
}

.SumoSelect>.optWrapper>.options li.opt {
    padding: 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
    border-radius: 2px 2px 0 0;
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #E4E4E4;
}

.SumoSelect>.optWrapper>.options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.SumoSelect>.optWrapper>.options li span {
    display: none;
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 35px;
    cursor: pointer;
}

.SumoSelect>.optWrapper.multiple>.options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #AEAEAE;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
    background-color: #fff;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i.checked {
    background-color: #007bff;
    border-color: #007bff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
}

.SumoSelect>.optWrapper>.MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .13);
    border-radius: 0 0 3px 3px;
}

.SumoSelect.open>.optWrapper.multiple>.MultiControls {
    display: block;
}

/* Price dropdown specific styles */
.SumoSelect.sumo_price .optWrapper.price-range {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
    z-index: 1000;
    margin-top: 2px;
}

.SumoSelect.sumo_price .optWrapper.price-range .range-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    list-style: none;
}

.SumoSelect.sumo_price .optWrapper.price-range .list-inline-item {
    flex: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.SumoSelect.sumo_price .optWrapper.price-range .search-range {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    color: #1b262e;
}

.SumoSelect.sumo_price .optWrapper.price-range .search-range:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Ensure the price dropdown container doesn't have overflow issues */
.SumoSelect.sumo_price {
    position: relative;
    overflow: visible;
}

/* Override any parent container constraints for price dropdown */
.search-selects .range-col {
    overflow: visible !important;
}

.homepage-search .search-selects .range-col {
    overflow: visible !important;
}

/* Ensure the price dropdown can expand beyond the search container */
.search-selects .range-col .SumoSelect.sumo_price {
    overflow: visible !important;
}

.search-selects .range-col .SumoSelect.sumo_price .optWrapper.price-range {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-top: 2px;
}

/* Make sure the price dropdown doesn't inherit unwanted styles */
.SumoSelect.sumo_price .optWrapper.price-range ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.SumoSelect.sumo_price .optWrapper.price-range li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Mobile Search Styles */
.homepage-search-mobile {
    padding: 20px 15px;
    background: #f8f9fa;
    width: 100%;
    max-width: none;
    margin: 0;
}

.homepage-search-mobile.container {
    max-width: none;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override Bootstrap d-lg-none to show mobile search at 1023px instead of 991px */
@media (max-width: 1023px) {
    .homepage-search-mobile.d-block.d-lg-none {
        display: block !important;
    }
}

/* Hide mobile search on screens 1024px and above */
@media (min-width: 1024px) {
    .homepage-search-mobile.d-block.d-lg-none {
        display: none !important;
    }
}

/* Ensure mobile search takes full viewport width */
@media (max-width: 1023px) {
    .homepage-search-mobile {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        max-width: none;
        position: relative;
        left: 0;
        right: 0;
        
    }
    
    .homepage-search-mobile .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px;
        max-width: none;
        width: 100%;
    }
    
    /* Override any parent container constraints */
    .search-wrapper .homepage-search-mobile {
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        left: auto !important;
        right: auto !important;
        
    }
    
    /* Force full width for mobile search */
    .search-wrapper .homepage-search-mobile.container {
        max-width: none !important;
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        margin-right: calc(-50vw + 50%) !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .search-wrapper input, .search-wrapper .mobile-multiselect-display, .mobile-search-btn {
        border-radius: 0 !important;
    }

    .mobile-search-btn {
        background-color: #0098de !important;
    }

    .mobile-detail-search i {
        color: #0098de !important;
    }

    .mobile-option, .mobile-detail-search {
        color: #777 !important;
    }

    .banners-wrapper {
        padding-top: 0 !important;
    }
}

.mobile-search-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-search-field {
    width: 100%;
}

.mobile-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    background: white;
    box-sizing: border-box;
}

.mobile-input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Mobile Toggle Buttons */
.mobile-toggle-group {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}

.mobile-toggle-btn {
    flex: 1;
    padding: 12px 15px;
    border: none;
    background: white;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.mobile-toggle-btn.active {
    background: #007bff;
    color: white;
}

.mobile-toggle-btn:not(:last-child) {
    border-right: 1px solid #ddd;
}

/* Mobile Multi-Select */
.mobile-multiselect {
    position: relative;
    width: 100%;
}

.mobile-multiselect-display {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 48px;
    box-sizing: border-box;
}

.mobile-multiselect-display .placeholder {
    color: #999;
    font-size: 16px;
}

.mobile-multiselect-display i {
    color: #666;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.mobile-multiselect.open .mobile-multiselect-display i {
    transform: rotate(180deg);
}

.mobile-multiselect-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    margin-top: 2px;
}

.mobile-multiselect.open .mobile-multiselect-dropdown {
    display: block;
}

.mobile-multiselect-search {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.mobile-search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.mobile-multiselect-options {
    max-height: 200px;
    overflow-y: auto;
}

.mobile-option {
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    transition: background-color 0.2s ease;
}

.mobile-option:hover {
    background-color: #f8f9fa;
}

.mobile-option.selected {
    background-color: #e3f2fd;
    color: #1976d2;
}

/* Mobile Search Button */
.mobile-search-btn {
    width: 100%;
    padding: 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.mobile-search-btn:hover {
    background: #0056b3;
}

.mobile-search-btn i {
    font-size: 18px;
}

/* Mobile Detail Search Link */
.mobile-detail-search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #666;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    transition: color 0.3s ease;
}

.mobile-detail-search:hover {
    color: #007bff;
    text-decoration: none;
}

.mobile-detail-search i {
    color: #007bff;
}

/* Mobile Selected Chips */
.mobile-selected-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

.mobile-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #e9ecef;
    color: #495057;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 14px;
}

.mobile-chip-remove {
    cursor: pointer;
    color: #6c757d;
    font-weight: bold;
    font-size: 12px;
}

.mobile-chip-remove:hover {
    color: #dc3545;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
    background-color: #f1f1f1;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 0 0 3px;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
    border-radius: 0 0 3px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.mCustomScrollbar {
    touch-action: pinch-zoom;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.SumoSelect>.optWrapper {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 3px 0;
}

.search-wrapper {
    position: relative;
    display: flex;
}

.search-wrapper .main-header {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

/* Ensure mobile search takes full width */
@media (max-width: 1023px) {
    .search-wrapper {
        display: block;
    }
    
    .search-wrapper .main-header {
        display: block;
        width: 100%;
    }
    
    .search-wrapper .homepage-search-mobile {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.search-wrapper .main-header .header-slider {
    width: 100%;
}

.search-wrapper .homepage-search {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
}

.homepage-search .SumoSelect.sumo_type .CaptionCont {
    display: none;
}

.homepage-search .SumoSelect.sumo_type>.optWrapper {
    top: 0;
    border-radius: 0;
    width: 110%;
}

.homepage-search .SumoSelect.sumo_type>.optWrapper>.options li label {
    color: #777;
}

@media (max-width: 540px) {
    .search-box .input-group-append {
        display: none;
    }
}

.search-box input {
    font-size: 14px;
    line-height: 2.2;
    padding: 8px;
    height: auto;
    border: none;
    transition: height 0.5s linear;
    margin-left: 0 !important;
}

.search-box button {
    font-size: 18px;
    padding: 0 15px;
}

.detail-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.detail-search .modal-dialog {
    max-width: 750px;
}

.detail-search .modal-content {
    border: 0;
}

.detail-search header {
    background: #0098de !important;
    padding: 2rem;
}

.detail-search header .title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
}

.detail-search header .close {
    color: #ffffff;
    font-size: 38px;
    margin: -1.4rem -1rem -1.5rem auto;
}

.detail-search header .close:focus,
.detail-search header .close:hover {
    color: #ffffff !important;
}

.detail-search .search-box {
    padding: 1rem 1rem 0 1rem;
}

.detail-search .search-box input {
    border: 1px solid #d4d4d4;
}

.detail-search .search-box input.select2-search__field {
    min-width: 270px;
}

@media (max-width: 375px) {
    .detail-search .search-box input.select2-search__field {
        min-width: 200px;
    }
}

.detail-search .search-box input:not(.autocomplete-field) {
    padding: 0 9px;
    line-height: 38px;
}

.detail-search .search-box span.select2-container {
    border: 1px solid #d4d4d4;
}

.detail-search .search-box .search-filters .filter-item {
    text-align: center;
    width: 152px;
    margin-right: 20px;
    margin-bottom: 10px;
}

@media (max-height: 1080px) {
    .detail-search .search-box .search-filters .filter-item {
        margin-right: 16px;
    }
}

.detail-search .search-box .search-filters .filter-item:nth-of-type(4n) {
    margin-right: 0;
}

.detail-search .search-box .search-filters .filter-item input {
    display: none;
}

.detail-search .search-box .search-filters .filter-item input:checked+label {
    border-color: #0098de;
}

.detail-search .search-box .search-filters .filter-item label {
    border: 1px solid #d4d4d4;
    font-size: 1rem;
    line-height: 38px;
    margin-bottom: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.detail-search .search-box .search-filters .filter-item label:hover {
    cursor: pointer;
}

@media only screen and (max-width: 744px) {
    .detail-search .search-box .search-filters .filter-item {
        width: 49%;
        margin-right: 1%;
    }

    .detail-search .search-box .search-filters .filter-item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 360px) {
    .detail-search .search-box .search-filters .filter-item {
        width: 100%;
        margin-right: 0;
    }
}

.detail-search footer {
    padding: 1rem 2rem 2rem 2rem;
    justify-content: space-between;
    border: 0;
}

@media (max-width: 992px) {
    .detail-search footer {
        display: block;
    }
}

.detail-search footer p {
    font-size: 18px;
    margin: 0;
}

.detail-search footer p span {
    font-weight: 700;
}

@media (max-width: 992px) {
    .detail-search footer button {
        margin-top: 1rem;
    }
}

.range-col {
    border-right: 1px solid #d4d4d4;
}

.range-col>p {
    line-height: 35px;
    padding: 0 15px;
    margin: 6px 0;
    text-align: left;
}

.range-col>p:after {
    content: "\f107";
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    width: auto;
    height: auto;
    position: relative;
    top: 2px;
    float: right;
}

.range-col>p:hover {
    cursor: pointer;
}

.range-col .range-wrapper {
    display: none;
    position: absolute;
    background: #FFF;
    border: 1px solid transparent;
    border-top: none;
    padding: 10px;
    width: 300px;
    left: -1px;
    margin: 1px 0 0 0;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 3px 0;
}

.range-col .range-wrapper li {
    width: 45%;
}

.range-col .range-wrapper li input {
    border: 1px solid #d4d4d4;
    padding: 10px;
}

.btn-search-trigger {
    font-size: 14px;
}

.btn-search-trigger i {
    margin-left: 10px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    min-width: 240px;
}

.homepage-search .SumoSelect.sumo_type .CaptionCont {
    display: block !important;
}

.search-selects {
    background: transparent;
    padding: 0;
    color: #1b262e;
    font-size: 13px;
}

.search-selects .input-column {
    height: 50px;
}

.search-selects .input-column input {
    padding: 0 15px;
    width: 170px;
    height: 50px;
    border: none;
}

.search-selects .select-column {
    width: 174px;
    height: 50px;
}

.search-selects .select-column .SumoSelect>.CaptionCont {
    border: none;
    margin-left: 1px;
    width: initial;
    text-align: left;
}

.search-selects .select-column .SumoSelect>.CaptionCont>span {
    height: 50px;
    line-height: 50px;
}

.search-selects .select-column .SumoSelect>.CaptionCont>span.placeholder {
    color: #1b262e;
    font-size: 13px;
    font-style: normal;
}

.search-selects .select-column .SumoSelect>.CaptionCont>label>i {
    line-height: 50px;
}

.search-selects .select-column .SumoSelect>.optWrapper {
    top: 51px;
    border: none;
}

.search-selects .select-column .SumoSelect>.optWrapper .options li {
    text-align: left;
}

.search-selects .select-column .SumoSelect>.optWrapper .options li label {
    position: relative;
    top: -1px;
}

.search-selects .select-column .SumoSelect>.optWrapper .options li.opt {
    padding-left: 30px !important;
}

.search-selects .select-column .SumoSelect>.optWrapper .options li.opt span {
    width: 20px;
    margin-left: -25px;
}

.search-selects .range-col {
    background: #FFF;
    height: 50px;
    margin-left: 1px;
}

.search-selects .range-col .range-wrapper {
    left: 0;
    width: 198px;
}

.search-selects .range-col>p {
    color: #1b262e;
}

.search-selects button {
    width: 50px;
    font-size: 20px;
}

.search-selects .search-box-triggers {
    color: #FFF;
    margin-top: 20px;
    float: right;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    font-size: 15px;
}

.homepage-search.v4 .first-col input {
    width: 100%;
    padding: 0 8px;
}

.homepage-search.v4.search-selects .select-column {
    width: auto;
    height: 50px;
}

.homepage-search.v4.search-selects .select-column .SumoSelect>.CaptionCont {
    border: none;
    margin-left: 1px;
    width: auto;
    text-align: left;
}

.homepage-search.v4.search-selects .range-col {
    max-width: 12.28%;
    flex: 0 0 12.28%;
    overflow: visible !important;
}

/* Ensure v4 price dropdown works properly */
.homepage-search.v4.search-selects .range-col .SumoSelect.sumo_price {
    overflow: visible !important;
}

.homepage-search.v4.search-selects .range-col .SumoSelect.sumo_price .optWrapper.price-range {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-top: 2px;
    min-width: 200px;
    height: 45px;
    color: #1b262e;
}

.homepage-search.v4 .no-gutters {
    text-align: left;
}

.col-type {
    width: 158px !important;
}

.col-narrower {
    width: 160px !important;
}

.col-county {
    width: 202px !important;
}

.col-city {
    width: 145px !important;
}

.range-col {
    padding: 0 !important;
}

@media (max-width: 1170px) {
    .range-col p {
        padding: 0 5px;
    }
}

.SumoSelect {
    width: 100%;
}

.SumoSelect:hover {
    cursor: pointer;
}

.SumoSelect:hover>.CaptionCont {
    box-shadow: none;
    border-color: #d4d4d4;
}

.SumoSelect>.CaptionCont {
    padding: 0;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: none;
}

.SumoSelect>.CaptionCont>span {
    line-height: 50px;
    padding-left: 15px;
    font-size: 14px;
}

.SumoSelect>.CaptionCont>span:first-letter {
    text-transform: uppercase;
}

.SumoSelect>.CaptionCont>label {
    margin: 0 15px 0 0;
    width: auto;
}

.SumoSelect>.CaptionCont>label>i {
    background: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 50px;
    width: auto;
    height: auto;
    position: relative;
}

.SumoSelect>.CaptionCont>label>i::before {
    content: "\f107";
}

body #detail-search .select2-container--default,
body#homepage .select2-container--default {
    height: 47px;
    max-width: 100%;
}

body #detail-search .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body#homepage .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 8px;
}

body #detail-search .select2-container--default .select2-selection--multiple .select2-search,
body#homepage .select2-container--default .select2-selection--multiple .select2-search {
    line-height: 47px;
}

.select2-container--default {
    height: 35px;
    flex: 1 1 auto;
    background: #FFF;
}

@media (max-width: 992px) {
    .select2-container--default {
        height: 47px;
    }
}

.select2-container--default .select2-selection--multiple {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 4px;
}

@media (max-width: 992px) {
    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        line-height: 37px;
    }
}

.select2-container--default .select2-selection--multiple .select2-search {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 992px) {
    .select2-container--default .select2-selection--multiple .select2-search {
        padding-left: 8px;
        line-height: 47px;
    }
}

.mCSB_scrollTools .mCSB_draggerContainer {
    left: 0;
    right: 8px;
    top: 6px;
}

.mCSB_scrollTools .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 2px;
    margin: auto;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 14px;
}

.header-container .header-nav-main .header-nav .property-dropdown .dropdown-menu {
    width: 360px;
    padding: 10px;
    border: none;
    left: 0 !important;
}

.header-container .header-nav-main .header-nav .property-dropdown .dropdown-menu.row-cols-1 {
    width: 170px;
}

.header-container .header-nav-main .header-nav .property-dropdown .dropdown-menu.row-cols-1 .navigation-column {
    width: 100%;
}

.header-container .header-nav-main .header-nav .property-dropdown .dropdown-menu li:first-of-type {
    text-transform: uppercase;
}

#load-wrapper-homepage {
    transition: all 2s ease;
    overflow: hidden;
}

.box-margin {
    margin-bottom: 2rem !important;
}

.property-card {
    border: 1px solid #d4d4d4;
    border-radius: 0;
}

.property-card .card-heading {
    position: relative;
}

.property-card .card-heading::after {
    content: " ";
    height: 59px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.property-card .card-heading .card-gallery {
    overflow: hidden;
}

.property-card .card-heading .card-img-overlay {
    bottom: 0;
    top: unset;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.property-card .card-heading .card-img-overlay ul {
    margin: 0;
}

.property-card .card-heading .card-img-overlay ul li {
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
    color: #FFF;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 10px;
    margin-right: 6px;
}

.property-card .card-heading .card-img-overlay ul li:last-of-type {
    border: 0;
    padding-right: 0;
    margin-right: 0;
}

.property-card .card-heading .card-img-overlay ul li#ground-plans-icon {
    background-image: url(ground-plan-white.6a12a402.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 0;
    background-size: 14px 14px;
    padding-left: 15px;
}

.property-card .card-heading .card-img-overlay ul li span {
    margin-left: 5px;
}

.property-card .card-heading .card-img-overlay ul li i {
    font-size: 14px;
    position: relative;
    top: 1px;
}

.property-card .card-body {
    padding-bottom: 0;
}

.property-card .card-body h2 {
    font-size: 18px;
    color: #1b262e;
    height: auto;
    overflow: hidden;
}

@media (min-width: 768px) {
    .property-card .card-body h2 {
        height: 42px;
    }
}

.property-card .card-body a {
    color: #555 !important;
}

.property-card .card-body p {
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    margin: 0;
}

.property-card .card-body ul {
    margin: 0;
}

.property-card .card-body ul li {
    font-size: 13px;
    font-weight: 600;
    color: #444444;
    margin-right: 0.6rem;
}

.property-card .card-body ul li:last-of-type {
    margin-right: 0;
}

.property-card .card-footer {
    padding: 0;
}

.property-card .card-footer .price {
    font-size: 19px;
    font-weight: 600;
    color: #555;
    margin: 0;
}

.property-card .card-footer .price a {
    color: #ffffff;
    font-size: 26px;
}

.property-card .card-footer .price a:hover {
    text-decoration: none;
}

ul.property-details .property-id-icon:before,
.property-id-icon:before,
ul.property-details .property-bed-icon:before,
ul.property-details .property-bathroom-icon:before,
ul.property-details .property-area-icon:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #0098de;
    -webkit-mask-size: cover;
    mask-size: cover;
    margin-right: 6px;
    position: relative;
    top: 4px;
}

ul.property-details .property-id-icon:before,
.property-id-icon:before {
    -webkit-mask: url(id.e30e5f8a.svg) no-repeat 100% 100%;
    mask: url(id.e30e5f8a.svg) no-repeat 100% 100%;
}

ul.property-details .property-bed-icon:before {
    -webkit-mask: url(bedroom.160c20b0.svg) no-repeat 100% 100%;
    mask: url(bedroom.160c20b0.svg) no-repeat 100% 100%;
}

ul.property-details .property-bathroom-icon:before {
    -webkit-mask: url(bathroom.bf959034.svg) no-repeat 100% 100%;
    mask: url(bathroom.bf959034.svg) no-repeat 100% 100%;
}

ul.property-details .property-area-icon:before {
    -webkit-mask: url(area.fe6af58d.svg) no-repeat 100% 100%;
    mask: url(area.fe6af58d.svg) no-repeat 100% 100%;
}

.properties-container .property-details {
    margin-top: 1rem !important;
}

.property-card.v2 .card-body {
    padding-bottom: 0;
}

.property-card.v2 .card-footer {
    padding: 1rem 1.25rem 1.25rem;
}

.property-card.v2 .card-footer .price a {
    font-size: 19px;
    font-weight: 600;
    color: black;
}

.property-card.v2 .card-footer .price a:hover {
    color: #525252;
    text-decoration: none;
}

@media (max-width: 992px) {
    .slick-slide {
        padding: 0;
    }
}

@media print {
    body {
        width: 210mm;
        height: 297mm;
    }
}

@media print {
    body {
        width: 210mm;
        height: 297mm;
    }
}

body#homepage .intro-section {
    padding-bottom: 40px;
}

/*! CSS Used from: Embedded */
.a2a_hide {
    display: none;
}

.a2a_logo_color {
    background-color: #0166ff;
}

.a2a_menu,
.a2a_menu * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    margin: 0;
    padding: 0;
    position: static;
    height: auto;
    width: auto;
}

.a2a_menu {
    border-radius: 6px;
    display: none;
    direction: ltr;
    background: #FFF;
    font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
    color: #000;
    line-height: 12px;
    border: 1px solid #CCC;
    vertical-align: baseline;
    overflow: hidden;
}

.a2a_mini {
    min-width: 200px;
    position: absolute;
    width: 300px;
    z-index: 9999997;
}

.a2a_overlay {
    display: none;
    background: #616c7deb;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999998;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .14s, backdrop-filter .14s;
}

.a2a_full {
    background: #FFF;
    border: 1px solid #FFF;
    box-shadow: #2a2a2a1a 0 0 20px 10px;
    height: auto;
    height: calc(320px);
    top: 15%;
    left: 50%;
    margin-left: -320px;
    position: fixed;
    text-align: center;
    width: 640px;
    z-index: 9999999;
    transition: transform .14s, opacity .14s;
}

.a2a_full_footer,
.a2a_full_header,
.a2a_full_services {
    border: 0;
    margin: 0;
    padding: 12px;
    box-sizing: border-box;
}

.a2a_full_header {
    padding-bottom: 8px;
}

.a2a_full_services {
    height: 280px;
    overflow-y: scroll;
    padding: 0 12px;
    -webkit-overflow-scrolling: touch;
}

div.a2a_full_footer {
    font-size: 12px;
    text-align: center;
    padding: 8px 14px;
}

div.a2a_full_footer a,
div.a2a_full_footer a:visited {
    display: inline;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 14px;
}

div.a2a_full_footer a:focus,
div.a2a_full_footer a:hover {
    background: 0 0;
    border: 0;
    color: #0166FF;
}

div.a2a_full_footer a span.a2a_s_a2a {
    background-size: 14px;
    border-radius: 3px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin: 0 3px 0 0;
    vertical-align: top;
    width: 14px;
}

.a2a_modal {
    height: 0;
    left: 50%;
    margin-left: -320px;
    position: fixed;
    text-align: center;
    top: 15%;
    width: 640px;
    z-index: 9999999;
    transition: transform .14s, opacity .14s;
    -webkit-tap-highlight-color: transparent;
}

.a2a_modal_body {
    background: 0 0;
    border: 0;
    font: 24px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
    position: relative;
    height: auto;
    width: auto;
}

.a2a_thanks {
    color: #fff;
    height: auto;
    margin-top: 20px;
    width: auto;
}

.a2a_thanks>div:first-child {
    margin: 0 0 40px 0;
}

#a2a_copy_link {
    background: #FFF;
    border: 1px solid #FFF;
    cursor: pointer;
    margin-top: 15%;
}

label.a2a_s_link#a2a_copy_link_icon {
    background-size: 48px;
    border-radius: 0;
    display: inline-block;
    height: 48px;
    left: 0;
    line-height: 48px;
    margin: 0 3px 0 0;
    position: absolute;
    vertical-align: top;
    width: 48px;
}

#a2a_modal input#a2a_copy_link_text {
    background-color: transparent;
    border: 0;
    color: #2A2A2A;
    cursor: pointer;
    font: inherit;
    height: 48px;
    left: 62px;
    max-width: initial;
    min-height: auto;
    padding: 0;
    position: relative;
    width: 564px;
    width: calc(100% - 76px);
}

#a2a_copy_link_copied {
    background-color: #0166ff;
    color: #fff;
    display: none;
    font: inherit;
    font-size: 16px;
    margin-top: 1px;
    padding: 3px 8px;
}

@media (forced-colors:active) {
    .a2a_svg {
        forced-color-adjust: none;
    }
}

@media (prefers-color-scheme:dark) {

    .a2a_menu a,
    .a2a_menu a.a2a_more {
        border-color: #2a2a2a !important;
        color: #fff !important;
    }

    .a2a_menu a.a2a_more:active,
    .a2a_menu a.a2a_more:focus,
    .a2a_menu a.a2a_more:hover,
    .a2a_menu_find_container {
        border-color: #444 !important;
        background-color: #444 !important;
    }

    .a2a_menu:not(.a2a_thanks) {
        background-color: #2a2a2a;
        border-color: #2a2a2a;
    }

    .a2a_menu_find {
        color: #fff !important;
    }

    .a2a_menu label.a2a_s_find svg {
        background-color: transparent !important;
    }

    .a2a_menu label.a2a_s_find svg path {
        fill: #fff !important;
    }

    .a2a_full {
        box-shadow: #00000066 0 0 20px 10px;
    }

    .a2a_overlay {
        background-color: #373737eb;
    }
}

@media print {

    .a2a_menu,
    .a2a_overlay {
        visibility: hidden;
    }
}

@media (max-width:639px) {
    .a2a_full {
        border-radius: 0;
        top: 15%;
        left: 0;
        margin-left: auto;
        width: 100%;
    }

    .a2a_modal {
        left: 0;
        margin-left: 10px;
        width: calc(100% - 20px);
    }
}

@media (max-height:436px) {
    .a2a_full {
        bottom: 40px;
        height: auto;
        top: 40px;
    }
}

@media (max-height:550px) {
    .a2a_modal {
        top: 30px;
    }
}

@media (max-height:360px) {
    .a2a_modal {
        top: 20px;
    }

    .a2a_thanks>div:first-child {
        margin-bottom: 20px;
    }
}

.a2a_menu a {
    color: #0166FF;
    text-decoration: none;
    font: 16px sans-serif-light, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, "Liberation Sans", sans-serif;
    line-height: 14px;
    height: auto;
    width: auto;
    outline: 0;
}

.a2a_menu a.a2a_more {
    color: #0166FF;
}

.a2a_menu a.a2a_more:active,
.a2a_menu a.a2a_more:focus,
.a2a_menu a.a2a_more:hover {
    color: #2A2A2A;
    border-color: #EEE;
    border-style: solid;
    background-color: #EEE;
    text-decoration: none;
}

.a2a_menu label.a2a_s_find {
    background-size: 24px;
    height: 24px;
    left: 8px;
    pointer-events: auto;
    position: absolute;
    top: 7px;
    width: 24px;
}

.a2a_menu label.a2a_s_find svg {
    background-color: #FFF;
}

.a2a_menu label.a2a_s_find svg path {
    fill: #CCC;
}

.a2a_menu_find_container {
    border: 1px solid #CCC;
    border-radius: 6px;
    padding: 2px 24px 2px 0;
    position: relative;
    text-align: left;
}

.a2a_cols_container .a2a_col1 {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#a2a_modal input,
#a2a_modal input[type=text],
.a2a_menu input,
.a2a_menu input[type=text] {
    display: block;
    background-image: none;
    box-shadow: none;
    line-height: 100%;
    margin: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}

#a2apage_find_container input,
#a2apage_find_container input[type=text] {
    background-color: transparent;
    border: 0;
    box-sizing: content-box;
    color: #2A2A2A;
    float: none;
    font: inherit;
    font-size: 16px;
    height: 28px;
    line-height: 20px;
    left: 38px;
    outline: 0;
    margin: 0;
    max-width: initial;
    min-height: initial;
    padding: 2px 0;
    position: relative;
    width: 99%;
}

.a2a_clear {
    clear: both;
}

.a2a_svg {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding: 0;
    pointer-events: none;
    width: 32px;
}

.a2a_svg svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
}

a.a2a_more span {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

a.a2a_more .a2a_svg {
    background-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 24px;
}

a.a2a_more {
    border-bottom: 1px solid #FFF;
    border-left: 0;
    border-right: 0;
    line-height: 24px;
    margin: 6px 0 0;
    padding: 6px;
    -webkit-touch-callout: none;
}

a.a2a_more span {
    height: 24px;
    margin: 0 6px 0 0;
}

.a2a_kit .a2a_svg {
    background-repeat: repeat;
}

.a2a_default_style a:empty {
    display: none;
}

.a2a_default_style:not(.a2a_flex_style) a {
    float: left;
    line-height: 16px;
    padding: 0 2px;
}

.a2a_default_style a:hover .a2a_svg {
    opacity: .7;
}

.a2a_default_style .a2a_svg,
.a2a_menu .a2a_svg {
    border-radius: 4px;
}

.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg {
    float: left;
}

.a2a_kit a {
    cursor: pointer;
    transition: none;
}

.a2a_wide a {
    display: block;
    margin-top: 3px;
    border-top: 1px solid #EEE;
    text-align: center;
}

.a2a_label {
    position: absolute !important;
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}

.a2a_kit,
.a2a_menu,
.a2a_modal,
.a2a_overlay {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: 0;
}

.a2a_dd {
    -webkit-user-drag: none;
}

/*! CSS Used from: Embedded */
.fb_reset {
    background: none;
    border: 0px;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

.fb_reset>div {
    overflow: hidden;
}

.fb_reset {
    background: none;
    border: 0px;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: lucida grande, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal;
}

.fb_reset>div {
    overflow: hidden;
}

/*! CSS Used keyframes */
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fa-brands-400.0fea2496.eot);
    src: url(fa-brands-400.0fea2496.eot) format("embedded-opentype"), url(fa-brands-400.c967a94c.woff2) format("woff2"), url(fa-brands-400.dc2cbadd.woff) format("woff"), url(fa-brands-400.ec82f282.ttf) format("truetype");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fa-solid-900.3a24a60e.eot);
    src: url(fa-solid-900.3a24a60e.eot) format("embedded-opentype"), url(fa-solid-900.3ceb50e7.woff2) format("woff2"), url(fa-solid-900.46fdbd2d.woff) format("woff"), url(fa-solid-900.10ecefc2.ttf) format("truetype");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fa-regular-400.08f9891a.eot);
    src: url(fa-regular-400.08f9891a.eot) format("embedded-opentype"), url(fa-regular-400.1008b522.woff2) format("woff2"), url(fa-regular-400.1069ea55.woff) format("woff"), url(fa-regular-400.1495f578.ttf) format("truetype");
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mohvToJdLm8BvE.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mogvToJdLm8BvE.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4mouvToJdLm8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ohvToJdLm8BvE.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ogvToJdLm8BvE.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI42ouvToJdLm8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5GohvToJdLm8BvE.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5GogvToJdLm8BvE.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5GouvToJdLm8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5WohvToJdLm8BvE.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5WogvToJdLm8BvE.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5WouvToJdLm8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b_s0wH8DnzcjTrA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b_s1wH8DnzcjTrA.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b_s7wH8Dnzcj.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Fostz0rdom9.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks6Vostz0rdom9.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Fostz0rdom9.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs6Vostz0rdom9.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Fostz0rdom9.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6Vostz0rdom9.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(fa-solid-900.3a24a60e.eot);
    src: url(fa-solid-900.3a24a60e.eot) format("embedded-opentype"), url(fa-solid-900.3ceb50e7.woff2) format("woff2"), url(fa-solid-900.46fdbd2d.woff) format("woff"), url(fa-solid-900.10ecefc2.ttf) format("truetype");
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(fa-regular-400.08f9891a.eot);
    src: url(fa-regular-400.08f9891a.eot) format("embedded-opentype"), url(fa-regular-400.1008b522.woff2) format("woff2"), url(fa-regular-400.1069ea55.woff) format("woff"), url(fa-regular-400.1495f578.ttf) format("truetype");
}