@charset "UTF-8";
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 2px solid;
  border-color: #333333;
  border-radius: 0;
  background: transparent;
  color: #333333;
  line-height: 1;
  padding: 0.6em 1em;
}
button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #333333;
  background: #333333;
  color: #fff;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: black;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
p {
  margin-bottom: 10px;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #333333;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #333333;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
body, button, input, select, optgroup, textarea {
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/*
Sitemap
*/
.nav-sitemap .item {
  margin-bottom: 15px;
}
.nav-sitemap .item .parent {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: Roboto;
  color: #333333;
}
.nav-sitemap ul {
  list-style: none;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.nav-sitemap ul a {
  color: #333333;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
.ui-datepicker:not(.gform-legacy-datepicker) {
  font-family: Roboto;
}
@media (max-width: 991.98px) {
  .ui-datepicker:not(.gform-legacy-datepicker) {
    transform: scale(0.75) translateX(-35px);
    left: 0 !important;
  }
}
.ui-datepicker:not(.gform-legacy-datepicker)::before, .ui-datepicker:not(.gform-legacy-datepicker)::after {
  display: none;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  background: transparent;
  padding: 0;
  border: 0;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header::before, .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header::after {
  display: none;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-title > select[class] {
  width: 80px;
  padding: 0 5px;
  text-align: center;
  border: 0;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_time {
  min-width: 80px;
  max-width: 80px;
}
.gform_wrapper.gravity-theme .ginput_complex .hour_minute_colon {
  line-height: 3;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  margin-bottom: 35px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2.hide_summary {
  margin: 0 !important;
  text-transform: none;
  font-family: Roboto !important;
  font-size: 1.25rem !important;
  position: unset;
}
.gform_wrapper.gravity-theme .gfield_validation_message {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: bold;
  font-size: 0.85rem;
}
.gform_wrapper.gravity-theme .left_label .gfield_validation_message, .gform_wrapper.gravity-theme .right_label .gfield_validation_message {
  width: 75% !important;
}
.gform_wrapper.gravity-theme form .gform_footer {
  margin-top: 2.75rem;
}
@media (max-width: 1200px) {
  .gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme .right_label .gfield_label, .gform_wrapper.gravity-theme .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons), .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme .right_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
    width: 100%;
  }
}
.gform_wrapper.gform_legacy_markup_wrapper form .gform_body .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 5px 12px;
}
.gform_wrapper form .gform_body .ginput_container {
  margin: 0;
}
.gform_wrapper form .gform_body .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]), .gform_wrapper form .gform_body .ginput_container select {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  margin: 0;
  border-radius: 0;
  background-color: white !important;
  color: #333333;
}
.gform_wrapper form .gform_body .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus, .gform_wrapper form .gform_body .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus-within, .gform_wrapper form .gform_body .ginput_container select:focus, .gform_wrapper form .gform_body .ginput_container select:focus-within {
  border-color: #333333;
}
.gform_wrapper form .gform_body .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit])::placeholder, .gform_wrapper form .gform_body .ginput_container select::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield {
  padding: 0 !important;
  margin: 1.5rem 0;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield h4 {
  font-size: 1.65rem !important;
  margin-bottom: 0.5rem !important;
}
.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error {
  background: transparent;
  background-color: transparent;
}
.gform_wrapper form .gform_footer {
  padding: 0;
  margin-top: 2.75rem;
}
.gform_wrapper form .gform_footer input[type=submit] {
  margin: 0 auto;
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  background: #003a42;
  border: 1px solid #003a42;
  border-style: solid;
  color: #ffffff;
  min-width: 170px;
  transition: 0.5s;
}
.gform_wrapper form .gform_footer input[type=submit]:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.gform_wrapper.gform_validation_error .validation_error {
  width: 100%;
  padding: 1rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  font-weight: 400;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error {
  border: 0;
  margin: 20px 0 !important;
}
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
}
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  border: 1px solid #d00 !important;
  color: #333333;
}
.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error .validation_message {
  display: none;
}
.gform_wrapper .gfield_required {
  color: red !important;
}
form.ap-core-signin-form, form.ap-core-register-form, form.ap-core-change-password-form {
  width: 100%;
  margin: 35px auto;
  max-width: 60rem;
  padding: 15px 15px 25px;
}
@media (max-width: 768px) {
  form.ap-core-signin-form, form.ap-core-register-form, form.ap-core-change-password-form {
    padding-left: 0;
    padding-right: 0;
  }
}
form.ap-core-signin-form h3, form.ap-core-register-form h3, form.ap-core-change-password-form h3 {
  font-weight: 600;
  font-size: 2rem !important;
}
form.ap-core-signin-form p, form.ap-core-register-form p, form.ap-core-change-password-form p {
  width: 100%;
  display: block;
}
form.ap-core-signin-form .form-group, form.ap-core-register-form .form-group, form.ap-core-change-password-form .form-group {
  padding: 0 15px;
}
form.ap-core-signin-form .form-group > *, form.ap-core-register-form .form-group > *, form.ap-core-change-password-form .form-group > * {
  display: block;
}
form.ap-core-signin-form .form-group > label, form.ap-core-register-form .form-group > label, form.ap-core-change-password-form .form-group > label {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
form.ap-core-signin-form .form-group > label + *, form.ap-core-signin-form .form-group > label .form-control, form.ap-core-register-form .form-group > label + *, form.ap-core-register-form .form-group > label .form-control, form.ap-core-change-password-form .form-group > label + *, form.ap-core-change-password-form .form-group > label .form-control {
  display: block;
  width: 100%;
  height: 45px !important;
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0 !important;
}
form.ap-core-signin-form button, form.ap-core-register-form button, form.ap-core-change-password-form button {
  margin: 2rem 15px;
  padding: 0.65rem 2rem;
  display: block;
  max-width: 300px;
  color: #ffffff !important;
  font-weight: 500;
  text-transform: uppercase;
  background: #003a42 !important;
  font-size: 1rem;
  border-radius: 0;
  border: 1px solid #003a42 !important;
}
form.ap-core-signin-form button:hover, form.ap-core-register-form button:hover, form.ap-core-change-password-form button:hover {
  color: #003a42 !important;
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
}
@media (min-width: 768px) {
  form.ap-core-signin-form, form.ap-core-change-password-form {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  form.ap-core-signin-form, form.ap-core-change-password-form {
    width: 33.3333333333%;
  }
}
form.ap-core-signin-form a:hover, form.ap-core-change-password-form a:hover {
  text-decoration: underline;
}
form.ap-core-register-form {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
}
form.ap-core-register-form p.text-center {
  padding: 0 15px;
}
@media (max-width: 768px) {
  form.ap-core-register-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  form.ap-core-register-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  form.ap-core-register-form .form-group {
    flex: 0 0 50%;
  }
  form.ap-core-register-form div.form-group:nth-of-type(3) {
    flex-basis: 100%;
  }
}
@media (max-width: 767.98px) {
  form.ap-core-register-form .form-group {
    width: 100%;
  }
}
.embed-responsive {
  height: 0;
}
.embed-responsive > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.embed-responsive img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.embed-responsive > a picture {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
@media (max-width: 991.98px) {
  .embed-responsive > a picture {
    position: relative;
  }
}
.embed-responsive > a picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
}
.embed-responsive-21by9 {
  padding-bottom: 42.857143%;
}
.embed-responsive-21by9:before {
  display: none;
}
.embed-responsive-2by1 {
  padding-bottom: 50%;
}
.embed-responsive-2by1before {
  display: none;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-16by9:before {
  display: none;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-4by3:before {
  display: none;
}
.embed-responsive-3by4 {
  padding-bottom: 133.33%;
}
.embed-responsive-3by4:before {
  display: none;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.embed-responsive-1by1:before {
  display: none;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1122px) {
  .container {
    padding: 0;
    width: 85%;
    margin: 0 auto;
    max-width: 100%;
  }
}
.mr-5, .mx-5 {
  margin-right: 5px;
}
.mr-5-percent, .mx-5-percent {
  margin-right: 5%;
}
.mr-10, .mx-10 {
  margin-right: 10px;
}
.mr-10-percent, .mx-10-percent {
  margin-right: 10%;
}
.mr-15, .mx-15 {
  margin-right: 15px;
}
.mr-15-percent, .mx-15-percent {
  margin-right: 15%;
}
.mr-20, .mx-20 {
  margin-right: 20px;
}
.mr-20-percent, .mx-20-percent {
  margin-right: 20%;
}
.mr-25, .mx-25 {
  margin-right: 25px;
}
.mr-25-percent, .mx-25-percent {
  margin-right: 25%;
}
.mr-30, .mx-30 {
  margin-right: 30px;
}
.mr-30-percent, .mx-30-percent {
  margin-right: 30%;
}
.mr-35, .mx-35 {
  margin-right: 35px;
}
.mr-35-percent, .mx-35-percent {
  margin-right: 35%;
}
.mr-40, .mx-40 {
  margin-right: 40px;
}
.mr-40-percent, .mx-40-percent {
  margin-right: 40%;
}
.mr-45, .mx-45 {
  margin-right: 45px;
}
.mr-45-percent, .mx-45-percent {
  margin-right: 45%;
}
.mr-50, .mx-50 {
  margin-right: 50px;
}
.mr-50-percent, .mx-50-percent {
  margin-right: 50%;
}
.mr-55, .mx-55 {
  margin-right: 55px;
}
.mr-55-percent, .mx-55-percent {
  margin-right: 55%;
}
.mr-60, .mx-60 {
  margin-right: 60px;
}
.mr-60-percent, .mx-60-percent {
  margin-right: 60%;
}
.mr-65, .mx-65 {
  margin-right: 65px;
}
.mr-65-percent, .mx-65-percent {
  margin-right: 65%;
}
.mr-70, .mx-70 {
  margin-right: 70px;
}
.mr-70-percent, .mx-70-percent {
  margin-right: 70%;
}
.mr-75, .mx-75 {
  margin-right: 75px;
}
.mr-75-percent, .mx-75-percent {
  margin-right: 75%;
}
.mr-80, .mx-80 {
  margin-right: 80px;
}
.mr-80-percent, .mx-80-percent {
  margin-right: 80%;
}
.mr-85, .mx-85 {
  margin-right: 85px;
}
.mr-85-percent, .mx-85-percent {
  margin-right: 85%;
}
.mr-90, .mx-90 {
  margin-right: 90px;
}
.mr-90-percent, .mx-90-percent {
  margin-right: 90%;
}
.mr-95, .mx-95 {
  margin-right: 95px;
}
.mr-95-percent, .mx-95-percent {
  margin-right: 95%;
}
.ml-5, .mx-5 {
  margin-left: 5px;
}
.ml-5-percent, .mx-5-percent {
  margin-left: 5%;
}
.ml-10, .mx-10 {
  margin-left: 10px;
}
.ml-10-percent, .mx-10-percent {
  margin-left: 10%;
}
.ml-15, .mx-15 {
  margin-left: 15px;
}
.ml-15-percent, .mx-15-percent {
  margin-left: 15%;
}
.ml-20, .mx-20 {
  margin-left: 20px;
}
.ml-20-percent, .mx-20-percent {
  margin-left: 20%;
}
.ml-25, .mx-25 {
  margin-left: 25px;
}
.ml-25-percent, .mx-25-percent {
  margin-left: 25%;
}
.ml-30, .mx-30 {
  margin-left: 30px;
}
.ml-30-percent, .mx-30-percent {
  margin-left: 30%;
}
.ml-35, .mx-35 {
  margin-left: 35px;
}
.ml-35-percent, .mx-35-percent {
  margin-left: 35%;
}
.ml-40, .mx-40 {
  margin-left: 40px;
}
.ml-40-percent, .mx-40-percent {
  margin-left: 40%;
}
.ml-45, .mx-45 {
  margin-left: 45px;
}
.ml-45-percent, .mx-45-percent {
  margin-left: 45%;
}
.ml-50, .mx-50 {
  margin-left: 50px;
}
.ml-50-percent, .mx-50-percent {
  margin-left: 50%;
}
.ml-55, .mx-55 {
  margin-left: 55px;
}
.ml-55-percent, .mx-55-percent {
  margin-left: 55%;
}
.ml-60, .mx-60 {
  margin-left: 60px;
}
.ml-60-percent, .mx-60-percent {
  margin-left: 60%;
}
.ml-65, .mx-65 {
  margin-left: 65px;
}
.ml-65-percent, .mx-65-percent {
  margin-left: 65%;
}
.ml-70, .mx-70 {
  margin-left: 70px;
}
.ml-70-percent, .mx-70-percent {
  margin-left: 70%;
}
.ml-75, .mx-75 {
  margin-left: 75px;
}
.ml-75-percent, .mx-75-percent {
  margin-left: 75%;
}
.ml-80, .mx-80 {
  margin-left: 80px;
}
.ml-80-percent, .mx-80-percent {
  margin-left: 80%;
}
.ml-85, .mx-85 {
  margin-left: 85px;
}
.ml-85-percent, .mx-85-percent {
  margin-left: 85%;
}
.ml-90, .mx-90 {
  margin-left: 90px;
}
.ml-90-percent, .mx-90-percent {
  margin-left: 90%;
}
.ml-95, .mx-95 {
  margin-left: 95px;
}
.ml-95-percent, .mx-95-percent {
  margin-left: 95%;
}
.mt-5, .my-5 {
  margin-top: 5px;
}
.mt-5-percent, .my-5-percent {
  margin-top: 5%;
}
.mt-10, .my-10 {
  margin-top: 10px;
}
.mt-10-percent, .my-10-percent {
  margin-top: 10%;
}
.mt-15, .my-15 {
  margin-top: 15px;
}
.mt-15-percent, .my-15-percent {
  margin-top: 15%;
}
.mt-20, .my-20 {
  margin-top: 20px;
}
.mt-20-percent, .my-20-percent {
  margin-top: 20%;
}
.mt-25, .my-25 {
  margin-top: 25px;
}
.mt-25-percent, .my-25-percent {
  margin-top: 25%;
}
.mt-30, .my-30 {
  margin-top: 30px;
}
.mt-30-percent, .my-30-percent {
  margin-top: 30%;
}
.mt-35, .my-35 {
  margin-top: 35px;
}
.mt-35-percent, .my-35-percent {
  margin-top: 35%;
}
.mt-40, .my-40 {
  margin-top: 40px;
}
.mt-40-percent, .my-40-percent {
  margin-top: 40%;
}
.mt-45, .my-45 {
  margin-top: 45px;
}
.mt-45-percent, .my-45-percent {
  margin-top: 45%;
}
.mt-50, .my-50 {
  margin-top: 50px;
}
.mt-50-percent, .my-50-percent {
  margin-top: 50%;
}
.mt-55, .my-55 {
  margin-top: 55px;
}
.mt-55-percent, .my-55-percent {
  margin-top: 55%;
}
.mt-60, .my-60 {
  margin-top: 60px;
}
.mt-60-percent, .my-60-percent {
  margin-top: 60%;
}
.mt-65, .my-65 {
  margin-top: 65px;
}
.mt-65-percent, .my-65-percent {
  margin-top: 65%;
}
.mt-70, .my-70 {
  margin-top: 70px;
}
.mt-70-percent, .my-70-percent {
  margin-top: 70%;
}
.mt-75, .my-75 {
  margin-top: 75px;
}
.mt-75-percent, .my-75-percent {
  margin-top: 75%;
}
.mt-80, .my-80 {
  margin-top: 80px;
}
.mt-80-percent, .my-80-percent {
  margin-top: 80%;
}
.mt-85, .my-85 {
  margin-top: 85px;
}
.mt-85-percent, .my-85-percent {
  margin-top: 85%;
}
.mt-90, .my-90 {
  margin-top: 90px;
}
.mt-90-percent, .my-90-percent {
  margin-top: 90%;
}
.mt-95, .my-95 {
  margin-top: 95px;
}
.mt-95-percent, .my-95-percent {
  margin-top: 95%;
}
.mb-5, .my-5 {
  margin-bottom: 5px;
}
.mb-5-percent, .my-5-percent {
  margin-bottom: 5%;
}
.mb-10, .my-10 {
  margin-bottom: 10px;
}
.mb-10-percent, .my-10-percent {
  margin-bottom: 10%;
}
.mb-15, .my-15 {
  margin-bottom: 15px;
}
.mb-15-percent, .my-15-percent {
  margin-bottom: 15%;
}
.mb-20, .my-20 {
  margin-bottom: 20px;
}
.mb-20-percent, .my-20-percent {
  margin-bottom: 20%;
}
.mb-25, .my-25 {
  margin-bottom: 25px;
}
.mb-25-percent, .my-25-percent {
  margin-bottom: 25%;
}
.mb-30, .my-30 {
  margin-bottom: 30px;
}
.mb-30-percent, .my-30-percent {
  margin-bottom: 30%;
}
.mb-35, .my-35 {
  margin-bottom: 35px;
}
.mb-35-percent, .my-35-percent {
  margin-bottom: 35%;
}
.mb-40, .my-40 {
  margin-bottom: 40px;
}
.mb-40-percent, .my-40-percent {
  margin-bottom: 40%;
}
.mb-45, .my-45 {
  margin-bottom: 45px;
}
.mb-45-percent, .my-45-percent {
  margin-bottom: 45%;
}
.mb-50, .my-50 {
  margin-bottom: 50px;
}
.mb-50-percent, .my-50-percent {
  margin-bottom: 50%;
}
.mb-55, .my-55 {
  margin-bottom: 55px;
}
.mb-55-percent, .my-55-percent {
  margin-bottom: 55%;
}
.mb-60, .my-60 {
  margin-bottom: 60px;
}
.mb-60-percent, .my-60-percent {
  margin-bottom: 60%;
}
.mb-65, .my-65 {
  margin-bottom: 65px;
}
.mb-65-percent, .my-65-percent {
  margin-bottom: 65%;
}
.mb-70, .my-70 {
  margin-bottom: 70px;
}
.mb-70-percent, .my-70-percent {
  margin-bottom: 70%;
}
.mb-75, .my-75 {
  margin-bottom: 75px;
}
.mb-75-percent, .my-75-percent {
  margin-bottom: 75%;
}
.mb-80, .my-80 {
  margin-bottom: 80px;
}
.mb-80-percent, .my-80-percent {
  margin-bottom: 80%;
}
.mb-85, .my-85 {
  margin-bottom: 85px;
}
.mb-85-percent, .my-85-percent {
  margin-bottom: 85%;
}
.mb-90, .my-90 {
  margin-bottom: 90px;
}
.mb-90-percent, .my-90-percent {
  margin-bottom: 90%;
}
.mb-95, .my-95 {
  margin-bottom: 95px;
}
.mb-95-percent, .my-95-percent {
  margin-bottom: 95%;
}
.pr-5, .px-5 {
  padding-right: 5px;
}
.pr-5-percent, .px-5-percent {
  padding-right: 5%;
}
.pr-10, .px-10 {
  padding-right: 10px;
}
.pr-10-percent, .px-10-percent {
  padding-right: 10%;
}
.pr-15, .px-15 {
  padding-right: 15px;
}
.pr-15-percent, .px-15-percent {
  padding-right: 15%;
}
.pr-20, .px-20 {
  padding-right: 20px;
}
.pr-20-percent, .px-20-percent {
  padding-right: 20%;
}
.pr-25, .px-25 {
  padding-right: 25px;
}
.pr-25-percent, .px-25-percent {
  padding-right: 25%;
}
.pr-30, .px-30 {
  padding-right: 30px;
}
.pr-30-percent, .px-30-percent {
  padding-right: 30%;
}
.pr-35, .px-35 {
  padding-right: 35px;
}
.pr-35-percent, .px-35-percent {
  padding-right: 35%;
}
.pr-40, .px-40 {
  padding-right: 40px;
}
.pr-40-percent, .px-40-percent {
  padding-right: 40%;
}
.pr-45, .px-45 {
  padding-right: 45px;
}
.pr-45-percent, .px-45-percent {
  padding-right: 45%;
}
.pr-50, .px-50 {
  padding-right: 50px;
}
.pr-50-percent, .px-50-percent {
  padding-right: 50%;
}
.pr-55, .px-55 {
  padding-right: 55px;
}
.pr-55-percent, .px-55-percent {
  padding-right: 55%;
}
.pr-60, .px-60 {
  padding-right: 60px;
}
.pr-60-percent, .px-60-percent {
  padding-right: 60%;
}
.pr-65, .px-65 {
  padding-right: 65px;
}
.pr-65-percent, .px-65-percent {
  padding-right: 65%;
}
.pr-70, .px-70 {
  padding-right: 70px;
}
.pr-70-percent, .px-70-percent {
  padding-right: 70%;
}
.pr-75, .px-75 {
  padding-right: 75px;
}
.pr-75-percent, .px-75-percent {
  padding-right: 75%;
}
.pr-80, .px-80 {
  padding-right: 80px;
}
.pr-80-percent, .px-80-percent {
  padding-right: 80%;
}
.pr-85, .px-85 {
  padding-right: 85px;
}
.pr-85-percent, .px-85-percent {
  padding-right: 85%;
}
.pr-90, .px-90 {
  padding-right: 90px;
}
.pr-90-percent, .px-90-percent {
  padding-right: 90%;
}
.pr-95, .px-95 {
  padding-right: 95px;
}
.pr-95-percent, .px-95-percent {
  padding-right: 95%;
}
.pl-5, .px-5 {
  padding-left: 5px;
}
.pl-5-percent, .px-5-percent {
  padding-left: 5%;
}
.pl-10, .px-10 {
  padding-left: 10px;
}
.pl-10-percent, .px-10-percent {
  padding-left: 10%;
}
.pl-15, .px-15 {
  padding-left: 15px;
}
.pl-15-percent, .px-15-percent {
  padding-left: 15%;
}
.pl-20, .px-20 {
  padding-left: 20px;
}
.pl-20-percent, .px-20-percent {
  padding-left: 20%;
}
.pl-25, .px-25 {
  padding-left: 25px;
}
.pl-25-percent, .px-25-percent {
  padding-left: 25%;
}
.pl-30, .px-30 {
  padding-left: 30px;
}
.pl-30-percent, .px-30-percent {
  padding-left: 30%;
}
.pl-35, .px-35 {
  padding-left: 35px;
}
.pl-35-percent, .px-35-percent {
  padding-left: 35%;
}
.pl-40, .px-40 {
  padding-left: 40px;
}
.pl-40-percent, .px-40-percent {
  padding-left: 40%;
}
.pl-45, .px-45 {
  padding-left: 45px;
}
.pl-45-percent, .px-45-percent {
  padding-left: 45%;
}
.pl-50, .px-50 {
  padding-left: 50px;
}
.pl-50-percent, .px-50-percent {
  padding-left: 50%;
}
.pl-55, .px-55 {
  padding-left: 55px;
}
.pl-55-percent, .px-55-percent {
  padding-left: 55%;
}
.pl-60, .px-60 {
  padding-left: 60px;
}
.pl-60-percent, .px-60-percent {
  padding-left: 60%;
}
.pl-65, .px-65 {
  padding-left: 65px;
}
.pl-65-percent, .px-65-percent {
  padding-left: 65%;
}
.pl-70, .px-70 {
  padding-left: 70px;
}
.pl-70-percent, .px-70-percent {
  padding-left: 70%;
}
.pl-75, .px-75 {
  padding-left: 75px;
}
.pl-75-percent, .px-75-percent {
  padding-left: 75%;
}
.pl-80, .px-80 {
  padding-left: 80px;
}
.pl-80-percent, .px-80-percent {
  padding-left: 80%;
}
.pl-85, .px-85 {
  padding-left: 85px;
}
.pl-85-percent, .px-85-percent {
  padding-left: 85%;
}
.pl-90, .px-90 {
  padding-left: 90px;
}
.pl-90-percent, .px-90-percent {
  padding-left: 90%;
}
.pl-95, .px-95 {
  padding-left: 95px;
}
.pl-95-percent, .px-95-percent {
  padding-left: 95%;
}
.pt-5, .py-5 {
  padding-top: 5px;
}
.pt-5-percent, .py-5-percent {
  padding-top: 5%;
}
.pt-10, .py-10 {
  padding-top: 10px;
}
.pt-10-percent, .py-10-percent {
  padding-top: 10%;
}
.pt-15, .py-15 {
  padding-top: 15px;
}
.pt-15-percent, .py-15-percent {
  padding-top: 15%;
}
.pt-20, .py-20 {
  padding-top: 20px;
}
.pt-20-percent, .py-20-percent {
  padding-top: 20%;
}
.pt-25, .py-25 {
  padding-top: 25px;
}
.pt-25-percent, .py-25-percent {
  padding-top: 25%;
}
.pt-30, .py-30 {
  padding-top: 30px;
}
.pt-30-percent, .py-30-percent {
  padding-top: 30%;
}
.pt-35, .py-35 {
  padding-top: 35px;
}
.pt-35-percent, .py-35-percent {
  padding-top: 35%;
}
.pt-40, .py-40 {
  padding-top: 40px;
}
.pt-40-percent, .py-40-percent {
  padding-top: 40%;
}
.pt-45, .py-45 {
  padding-top: 45px;
}
.pt-45-percent, .py-45-percent {
  padding-top: 45%;
}
.pt-50, .py-50 {
  padding-top: 50px;
}
.pt-50-percent, .py-50-percent {
  padding-top: 50%;
}
.pt-55, .py-55 {
  padding-top: 55px;
}
.pt-55-percent, .py-55-percent {
  padding-top: 55%;
}
.pt-60, .py-60 {
  padding-top: 60px;
}
.pt-60-percent, .py-60-percent {
  padding-top: 60%;
}
.pt-65, .py-65 {
  padding-top: 65px;
}
.pt-65-percent, .py-65-percent {
  padding-top: 65%;
}
.pt-70, .py-70 {
  padding-top: 70px;
}
.pt-70-percent, .py-70-percent {
  padding-top: 70%;
}
.pt-75, .py-75 {
  padding-top: 75px;
}
.pt-75-percent, .py-75-percent {
  padding-top: 75%;
}
.pt-80, .py-80 {
  padding-top: 80px;
}
.pt-80-percent, .py-80-percent {
  padding-top: 80%;
}
.pt-85, .py-85 {
  padding-top: 85px;
}
.pt-85-percent, .py-85-percent {
  padding-top: 85%;
}
.pt-90, .py-90 {
  padding-top: 90px;
}
.pt-90-percent, .py-90-percent {
  padding-top: 90%;
}
.pt-95, .py-95 {
  padding-top: 95px;
}
.pt-95-percent, .py-95-percent {
  padding-top: 95%;
}
.pb-5, .py-5 {
  padding-bottom: 5px;
}
.pb-5-percent, .py-5-percent {
  padding-bottom: 5%;
}
.pb-10, .py-10 {
  padding-bottom: 10px;
}
.pb-10-percent, .py-10-percent {
  padding-bottom: 10%;
}
.pb-15, .py-15 {
  padding-bottom: 15px;
}
.pb-15-percent, .py-15-percent {
  padding-bottom: 15%;
}
.pb-20, .py-20 {
  padding-bottom: 20px;
}
.pb-20-percent, .py-20-percent {
  padding-bottom: 20%;
}
.pb-25, .py-25 {
  padding-bottom: 25px;
}
.pb-25-percent, .py-25-percent {
  padding-bottom: 25%;
}
.pb-30, .py-30 {
  padding-bottom: 30px;
}
.pb-30-percent, .py-30-percent {
  padding-bottom: 30%;
}
.pb-35, .py-35 {
  padding-bottom: 35px;
}
.pb-35-percent, .py-35-percent {
  padding-bottom: 35%;
}
.pb-40, .py-40 {
  padding-bottom: 40px;
}
.pb-40-percent, .py-40-percent {
  padding-bottom: 40%;
}
.pb-45, .py-45 {
  padding-bottom: 45px;
}
.pb-45-percent, .py-45-percent {
  padding-bottom: 45%;
}
.pb-50, .py-50 {
  padding-bottom: 50px;
}
.pb-50-percent, .py-50-percent {
  padding-bottom: 50%;
}
.pb-55, .py-55 {
  padding-bottom: 55px;
}
.pb-55-percent, .py-55-percent {
  padding-bottom: 55%;
}
.pb-60, .py-60 {
  padding-bottom: 60px;
}
.pb-60-percent, .py-60-percent {
  padding-bottom: 60%;
}
.pb-65, .py-65 {
  padding-bottom: 65px;
}
.pb-65-percent, .py-65-percent {
  padding-bottom: 65%;
}
.pb-70, .py-70 {
  padding-bottom: 70px;
}
.pb-70-percent, .py-70-percent {
  padding-bottom: 70%;
}
.pb-75, .py-75 {
  padding-bottom: 75px;
}
.pb-75-percent, .py-75-percent {
  padding-bottom: 75%;
}
.pb-80, .py-80 {
  padding-bottom: 80px;
}
.pb-80-percent, .py-80-percent {
  padding-bottom: 80%;
}
.pb-85, .py-85 {
  padding-bottom: 85px;
}
.pb-85-percent, .py-85-percent {
  padding-bottom: 85%;
}
.pb-90, .py-90 {
  padding-bottom: 90px;
}
.pb-90-percent, .py-90-percent {
  padding-bottom: 90%;
}
.pb-95, .py-95 {
  padding-bottom: 95px;
}
.pb-95-percent, .py-95-percent {
  padding-bottom: 95%;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
  color: #003a42;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
body:not(.scrolled) header .site-header {
  background: transparent;
}
body:not(.scrolled) header .site-header .header-menu-container .header-menu--right .header-menu__phone, body:not(.scrolled) header .site-header .header-menu-container .header-menu--right .header-menu__search {
  color: #fff;
}
body:not(.scrolled) header .site-header .header-menu-container .header-menu--right .header-menu__phone a, body:not(.scrolled) header .site-header .header-menu-container .header-menu--right .header-menu__search a {
  color: inherit;
}
body.scrolled header .site-header {
  background: #003a42;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
body.scrolled header .site-header .header-menu-container .header-menu--right .header-menu__phone {
  color: #ffffff;
}
body.scrolled header .site-header .header-menu-container .header-menu--right .header-menu__phone a {
  color: inherit;
}
body.scrolled header .site-header .header-menu-container .header-menu--right .header-search .header-search__button i {
  color: #ffffff;
}
body.scrolled header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span {
  background-color: #ffffff;
}
body.logged-in.admin-bar #page header {
  top: 32px;
}
@media (max-width: 767.98px) {
  body.logged-in.admin-bar #page header {
    top: 46px;
  }
}
body:not(.home) header .site-header, body.ap-page-less-ap_property header .site-header, body.ap-page-less-ap_team header .site-header {
  background: #003a42;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
body:not(.home) header .site-header .header-menu-container .header-menu--right .header-menu__phone, body.ap-page-less-ap_property header .site-header .header-menu-container .header-menu--right .header-menu__phone, body.ap-page-less-ap_team header .site-header .header-menu-container .header-menu--right .header-menu__phone {
  color: #ffffff;
}
body:not(.home) header .site-header .header-menu-container .header-menu--right .header-menu__phone a, body.ap-page-less-ap_property header .site-header .header-menu-container .header-menu--right .header-menu__phone a, body.ap-page-less-ap_team header .site-header .header-menu-container .header-menu--right .header-menu__phone a {
  color: inherit;
}
body:not(.home) header .site-header .header-menu-container .header-menu--right .header-search .header-search__button i, body.ap-page-less-ap_property header .site-header .header-menu-container .header-menu--right .header-search .header-search__button i, body.ap-page-less-ap_team header .site-header .header-menu-container .header-menu--right .header-search .header-search__button i {
  color: #ffffff;
}
body:not(.home) header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span, body.ap-page-less-ap_property header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span, body.ap-page-less-ap_team header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span {
  background-color: #ffffff;
}
#masthead {
  position: relative;
  z-index: 999;
  width: 100%;
}
header .site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.25s;
}
header .site-header .header-menu-container {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
}
header .site-header .header-menu-container .header-menu--left, header .site-header .header-menu-container .header-menu--right {
  flex: 1 0 100%;
}
header .site-header .header-menu-container .header-menu--left {
  max-width: 30%;
}
header .site-header .header-menu-container .header-menu--left .site-branding img {
  width: 135px;
  height: auto;
  margin-left: -10px;
}
@media screen and (min-width: 1025px) {
  header .site-header .header-menu-container .header-menu--left .site-branding img {
    width: 165px;
  }
}
header .site-header .header-menu-container .header-menu--right {
  max-width: 65%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .site-header .header-menu-container .header-menu--right .header-menu__phone a {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  margin-right: 16px;
}
header .site-header .header-menu-container .header-menu--right .header-search {
  font-size: 26px;
  line-height: 32px;
  margin-right: 16px;
}
header .site-header .header-menu-container .header-menu--right .header-search .header-search__button i {
  color: #fff;
}
@media screen and (max-width: 1024.98px) {
  header .site-header .header-menu-container .header-menu--right .header-search .header-search__button i {
    color: #333333;
  }
}
header .site-header .nav-burger-menu--wrapper {
  z-index: 0;
}
header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  position: relative;
  width: 28px;
}
header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span {
  background-color: #fff;
  display: block;
  height: 2px;
  position: absolute;
  width: 28px;
}
header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span::after, header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span::before {
  background-color: inherit;
  display: block;
  height: 2px;
  position: absolute;
  width: 28px;
}
header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span::after {
  content: "";
  top: 8px;
}
header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span::before {
  content: "";
  top: -8px;
}
header .site-header .nav-burger-menu--wrapper .nav-burger-menu.menu-close span {
  background-color: #fff !important;
  width: 35px;
  height: 1.5px;
  transform: rotate(45deg);
}
header .site-header .nav-burger-menu--wrapper .nav-burger-menu.menu-close span:before {
  top: 0;
  transform: rotate(0);
  width: 35px;
}
header .site-header .nav-burger-menu--wrapper .nav-burger-menu.menu-close span:after {
  top: 0;
  transform: rotate(90deg);
  width: 35px;
}
.sidebar-menu {
  animation: fadeOutRight 0.25s;
  background: #003a42;
  height: 100%;
  opacity: 0;
  overflow: hidden auto;
  padding: 80px 45px 0 0;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.25s ease;
  visibility: hidden;
  width: 65%;
}
.sidebar-menu.active {
  animation: fadeInRight 0.25s;
  animation-fill-mode: forwards;
  right: 0;
  visibility: visible;
}
.sidebar-menu .nav-burger-menu--wrapper {
  position: absolute;
  top: 25px;
  right: 40px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .sidebar-menu .nav-burger-menu--wrapper {
    right: 25px;
  }
}
.sidebar-menu .nav-burger-menu--wrapper .header-search {
  display: none;
}
@media screen and (max-width: 1024.98px) {
  .sidebar-menu .nav-burger-menu--wrapper .header-search {
    display: block;
  }
}
.sidebar-menu .nav-burger-menu--wrapper .header-search__button {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}
.sidebar-menu .nav-burger-menu--wrapper .nav-burger-menu.menu-close span {
  background-color: #fff !important;
  width: 35px;
  height: 1.5px;
  transform: rotate(45deg);
}
.sidebar-menu .nav-burger-menu--wrapper .nav-burger-menu.menu-close span:before {
  top: 0;
  transform: rotate(0);
  width: 35px;
}
.sidebar-menu .nav-burger-menu--wrapper .nav-burger-menu.menu-close span:after {
  top: 0;
  transform: rotate(90deg);
  width: 35px;
}
.sidebar-menu .sidebar-menu__body {
  text-align: right;
}
.sidebar-menu .sidebar-menu__body .main-menu-anchor {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: -14px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.sidebar-menu .sidebar-menu__body .main-menu-anchor > svg {
  fill: #ffffff;
}
.sidebar-menu .sidebar-menu__body .main-menu-anchor:hover, .sidebar-menu .sidebar-menu__body .main-menu-anchor:focus, .sidebar-menu .sidebar-menu__body .main-menu-anchor:focus-visible {
  background-color: transparent;
}
.sidebar-menu .sidebar-menu__body .opacity-hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.sidebar-menu .sidebar-menu__body .menu {
  position: relative;
  margin-left: 0 !important;
  margin-top: 24px;
  margin-bottom: 40px;
  height: auto;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item {
  font-size: 36px;
  font-weight: 400;
  line-height: 39.6px;
  padding-bottom: 24px;
  text-align: right;
  list-style: none;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item.hide {
  padding-bottom: 0;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > a {
  color: #ffffff;
  animation: fadeInLeft 0.25s;
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item.hide > a {
  animation: fadeOutLeft 0.25s;
  animation-fill-mode: forwards;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item .toggle-submenu {
  display: none;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu {
  position: absolute;
  animation: fadeOutRight 0.25s;
  animation-fill-mode: forwards;
  top: 0;
  right: 0;
  transition: all 0.25s ease;
  visibility: hidden;
  height: 0;
  margin-left: auto !important;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu.active {
  animation: fadeInFromRight 0.25s;
  visibility: visible;
  height: auto;
  position: relative;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .menu-item {
  list-style: none;
  padding-bottom: 24px;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .menu-item a {
  color: #ffffff;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu .parent-sub-menu-item {
  padding-bottom: 0;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu .sub-menu-item {
  padding-bottom: 0px;
  padding-right: 16px;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu .sub-menu-item a {
  font-size: 28px;
}
@media screen and (max-width: 767.98px) {
  .sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu .parent-sub-menu-item {
    padding-bottom: 0 !important;
  }
  .sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu .sub-menu-item {
    padding-bottom: 0 !important;
    padding-right: 0;
  }
  .sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu .sub-menu-item a {
    font-size: 18px;
  }
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .sub-main-menu-item > a {
  animation: fadeInLeft 0.25s;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .sub-main-menu-item.hide > a {
  animation: fadeOutLeft 0.25s;
  animation-fill-mode: forwards;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .sub-main-menu-item.hide {
  padding: 0;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .sub-main-menu-item > .sub-menu {
  position: absolute;
  animation: fadeOutRight 0.25s;
  animation-fill-mode: forwards;
  top: 0;
  right: 0;
  transition: all 0.25s ease;
  visibility: hidden;
  height: 0;
  margin-left: auto !important;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .sub-main-menu-item > .sub-menu.active {
  animation: fadeInFromRight 0.25s;
  visibility: visible;
  height: auto;
  position: relative;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .sub-main-menu-item > .sub-menu > .menu-item {
  list-style: none;
  padding-bottom: 24px;
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .sub-main-menu-item > .sub-menu > .menu-item a {
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .sub-main-menu-item > .sub-menu > .menu-item {
    padding-bottom: 10px;
  }
}
.sidebar-menu .sidebar-menu__body .menu .main-menu-item:last-child > a {
  font-size: 20px !important;
  line-height: 28px;
}
@media screen and (max-width: 767.98px) {
  .sidebar-menu .sidebar-menu__body .menu .main-menu-item:last-child > a {
    font-size: 16px !important;
  }
}
.sidebar-menu .sidebar-menu__footer {
  display: flex;
  align-items: flex-end;
  flex-flow: column;
  gap: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}
.sidebar-menu .sidebar-menu__footer .sidebar-menu__footer--link a {
  font-weight: 700;
  color: inherit;
  padding-bottom: 8px;
}
.sidebar-menu .sidebar-menu__footer .sidebar-menu__footer--address a {
  font-weight: 700;
}
.sidebar-menu .sidebar-menu__footer .sidebar-menu__footer--contact a {
  display: block;
  color: inherit;
  text-align: right;
}
.sidebar-menu .sidebar-menu__footer .menu {
  position: relative;
  margin-left: 0 !important;
  margin-top: 24px;
  margin-bottom: 40px;
  height: auto;
}
.sidebar-menu .sidebar-menu__footer .menu .menu-item {
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 400;
  line-height: 39.6px;
  text-align: right;
  list-style: none;
}
.sidebar-menu .sidebar-menu__footer .menu .menu-item a {
  color: #ffffff;
  display: inline-block;
}
.sidebar-menu .sidebar-menu__footer .vertical-logo {
  width: 350px;
  transform: rotate(270deg);
  right: -145px;
  bottom: -130px;
  transition: ease 0.5s;
}
@media screen and (max-width: 767.98px) {
  .sidebar-menu .sidebar-menu__footer .vertical-logo {
    width: 250px;
    right: -105px;
    bottom: -70px;
  }
}
.header-search__form {
  background: #ffffffb3;
  backdrop-filter: blur(30px) brightness(0.5);
  -webkit-backdrop-filter: blur(30px) brightness(0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 30px 50px;
}
@media screen and (max-width: 991.98px) {
  .header-search__form {
    padding: 20px;
  }
  .header-search__form .widget_ap-quick-search.simple {
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .header-search__form div.widget_ap-quick-search.simple {
    padding: 0;
    background-color: transparent;
  }
}
.header-search__form .wp-block-columns {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 575.98px) {
  .header-search__form .wp-block-columns {
    gap: 10px;
  }
}
.header-search__form .wp-block-columns .wp-block-column {
  flex: 1 0 100%;
}
.header-search__form .wp-block-columns .wp-block-column.left {
  max-width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-search__form .wp-block-columns .wp-block-column.mid {
  max-width: 80%;
}
.header-search__form .wp-block-columns .wp-block-column.right {
  max-width: 10%;
}
@media screen and (max-width: 991.98px) {
  .header-search__form .wp-block-columns .wp-block-column.left {
    display: none;
  }
  .header-search__form .wp-block-columns .wp-block-column.mid {
    max-width: 90%;
  }
  .header-search__form .wp-block-columns .wp-block-column.right {
    max-width: 5%;
  }
  .header-search__form .wp-block-columns .wp-block-column .wp-block-buttons {
    justify-content: center;
  }
}
@media screen and (max-width: 475px) {
  .header-search__form .wp-block-columns .wp-block-column .wp-block-buttons {
    margin-left: 15px;
  }
}
.header-search__form .wp-block-columns .wp-block-column .wp-block-image {
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .header-search__form .wp-block-columns .wp-block-column .wp-block-image {
    display: none;
  }
}
.header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple {
  margin: 0;
  max-width: 100%;
}
.header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form {
  width: 100%;
}
.header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form input {
  padding-left: 20px;
  border-radius: 0;
  font-size: 16px;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  background-color: #fff;
  border: none;
  color: #333333;
  width: 100%;
  padding-right: 16%;
}
.header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form input:focus, .header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form input:focus-visible {
  outline: 0;
  box-shadow: none;
}
@media screen and (max-width: 575.98px) {
  .header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form input {
    height: 50px;
    max-height: 50px;
    min-height: 50px;
  }
}
.header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form .input-group-btn {
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  width: 15%;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1199.98px) {
  .header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form .input-group-btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form .input-group-btn {
    height: 50px;
    max-height: 50px;
    min-height: 50px;
  }
}
.header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form .input-group-btn .submit-button {
  height: 100%;
  width: 100%;
  background-color: #003a42;
  color: #ffffff;
  border-radius: 0;
  font-size: 20px;
}
.header-search__form .wp-block-columns .wp-block-column .widget_ap-quick-search.simple .quick-search-form .input-group-btn .submit-button:hover {
  border-color: #003a42;
}
.header-search__form .wp-block-columns .wp-block-column .wp-block-button .wp-block-button__link {
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  color: #003a42;
}
@media screen and (max-width: 1024.98px) {
  .header-search__form .wp-block-columns .wp-block-column .wp-block-button .wp-block-button__link {
    padding: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .header-search__form .wp-block-columns .wp-block-column .wp-block-button .wp-block-button__link {
    font-size: 16px;
    height: 50px;
    max-height: 50px;
    min-height: 50px;
  }
}
.header-search__form.header-search__show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1025px) {
  body:not(.scrolled) header .site-header {
    background: #003a42;
  }
  body:not(.scrolled) header .site-header .header-menu-container .header-menu--right .header-menu__phone, body:not(.scrolled) header .site-header .header-menu-container .header-menu--right .header-search__button i {
    color: #ffffff;
  }
  body header .site-header .nav-burger-menu--wrapper .nav-burger-menu--lines span {
    background-color: #ffffff;
  }
  .sidebar-menu {
    width: 100%;
  }
  .sidebar-menu .sidebar-menu__body-bak .menu .main-menu-item {
    text-align: center;
  }
  .sidebar-menu .sidebar-menu__body-bak .main-menu-anchor {
    margin: 0 auto;
  }
  .sidebar-menu .sidebar-menu__footer .sidebar-menu__footer--contact a {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .sidebar-menu {
    padding-right: 25px;
  }
  .sidebar-menu .sidebar-menu__body .menu .main-menu-item {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .sidebar-menu .sidebar-menu__body .menu .main-menu-item > .sub-menu > .menu-item {
    padding-bottom: 10px;
  }
  footer#footer #footer-top .menu-footer-menu-container ul.menu li.menu-item a {
    font-size: 18px;
  }
  footer#footer #footer-bottom .copyright > * {
    text-align: center;
  }
  footer#footer #footer-bottom .copyright .links-bottom {
    text-align: center;
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .sidebar-menu {
    top: 70px;
    padding-top: 0;
  }
  .sidebar-menu .nav-burger-menu--wrapper {
    display: none;
  }
  header .site-header .nav-burger-menu--wrapper .nav-burger-menu .nav-burger-menu--lines span {
    transition-duration: 0.25s;
  }
  header .site-header .nav-burger-menu--wrapper .nav-burger-menu .nav-burger-menu--lines span::after, header .site-header .nav-burger-menu--wrapper .nav-burger-menu .nav-burger-menu--lines span::before {
    transition-duration: 0.25s;
  }
  header .site-header .nav-burger-menu--wrapper .nav-burger-menu.menu-close .nav-burger-menu--lines span {
    width: 25px;
  }
  header .site-header .nav-burger-menu--wrapper .nav-burger-menu.menu-close .nav-burger-menu--lines span:after, header .site-header .nav-burger-menu--wrapper .nav-burger-menu.menu-close .nav-burger-menu--lines span:before {
    width: 25px;
  }
}
footer#footer {
  background-color: #003a42;
  color: #ffffff;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content > :not(.widget_ap-slideshow) {
  z-index: 2;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form {
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0rem auto;
  max-width: 52.5rem;
}
@media (max-width: 991.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form {
    padding: 20px 20px 30px;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form h5.title-section {
  margin-bottom: 1.75rem;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input {
  height: 50px;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="text"] {
  flex: 1;
  -ms-flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media (max-width: 575.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="text"] {
    width: 100%;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="submit"] {
  padding: 0.95rem 2rem;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: 0.5s;
  border-left-color: transparent;
  margin-left: -1px;
}
@media (max-width: 575.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="submit"] {
    width: 100%;
    margin-top: 16px;
    border-left-color: #ffffff;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form form input[type="submit"]:hover {
  background-color: #003a42;
  border-color: #003a42;
  color: #ffffff;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc {
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc {
    margin-top: 16px;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: calc(100% - 100px);
  margin: 0 auto 30px;
}
@media screen and (max-width: 991.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc p {
    margin: 0 auto 16px;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_apt-simple-form .apt-simple-form .simple-form-desc p {
    margin: 0 auto 0;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow {
    display: none;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.05);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-10 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.1);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-15 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-20 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-25 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-30 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-35 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.35);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-40 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-45 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.45);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-50 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-55 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.55);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-60 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-65 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-70 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-75 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.75);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-80 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-85 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.85);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-90 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.9);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-95 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.95);
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .bg-overlay-section-slideshow-100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: black;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .tns-nav {
  display: none;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive {
  padding-bottom: 75vh;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive img {
  object-fit: cover;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .carousel .item .embed-responsive a {
  cursor: default;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 991.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav {
    display: none !important;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav span {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 49px;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  color: #ffffff;
  font-size: 2rem;
  background: #003a42;
  border: 1px solid #003a42;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav span:hover {
  background: #ffffff;
  color: #003a42;
  border-color: #ffffff;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav span.prev {
  left: 2rem;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-slideshow .ap-slideshow .slider-nav span.next {
  right: 2rem;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text + .widget_ap-text {
  margin-top: 1.25rem;
}
@media (max-width: 767.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text + .widget_ap-text {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text {
    padding: 1.5rem;
    position: relative;
    top: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    font-size: 0.95rem;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section {
  font-family: Roboto;
  font-size: 48px;
  font-weight: 400;
  line-height: 52.8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section ~ p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
  }
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section ~ p {
    margin-bottom: 0;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text h5.title-section ~ p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 30px;
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text.content-only p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: calc(100% - 100px);
  margin: 0 auto 30px;
}
@media screen and (max-width: 991.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text.content-only p {
    margin: 0 auto 16px;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content .widget_ap-text.content-only p {
    margin: 0 auto 0;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content.footer-let-us {
  height: 75vh;
}
footer#footer #footer-top .footer-menu {
  margin-top: 80px;
  margin-bottom: 30px;
  min-height: 380px;
}
@media screen and (max-width: 1024.98px) {
  footer#footer #footer-top .footer-menu {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
footer#footer #footer-top .footer-menu .main-menu-anchor {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  border: 0;
  padding: 0;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
footer#footer #footer-top .footer-menu .main-menu-anchor > svg {
  fill: #ffffff;
}
footer#footer #footer-top .footer-menu .main-menu-anchor:hover, footer#footer #footer-top .footer-menu .main-menu-anchor:focus, footer#footer #footer-top .footer-menu .main-menu-anchor:focus-visible {
  background-color: transparent;
}
footer#footer #footer-top .footer-menu .opacity-hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
footer#footer #footer-top .footer-menu ul.menu {
  position: relative;
  margin-left: 0 !important;
  margin-top: 24px;
  margin-bottom: 40px;
  height: auto;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item {
  font-size: 36px;
  font-weight: 400;
  line-height: 39.6px;
  padding-bottom: 10px;
  list-style: none;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item.hide {
  padding-bottom: 0;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > a {
  color: #ffffff;
  animation: fadeInLeft 0.25s;
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item.hide > a {
  animation: fadeOutLeft 0.25s;
  animation-fill-mode: forwards;
  display: none;
  opacity: 0;
  visibility: hidden;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item .toggle-submenu {
  display: none;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu {
  position: absolute;
  animation: fadeOutRight 0.25s;
  animation-fill-mode: forwards;
  top: 0;
  right: 0;
  transition: all 0.25s ease;
  visibility: hidden;
  height: 0;
  margin-left: auto !important;
  overflow: hidden;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu.active {
  animation: fadeInFromRight 0.25s;
  visibility: visible;
  height: auto;
  position: relative;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu > .menu-item {
  list-style: none;
  padding-bottom: 16px;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu > .menu-item a {
  color: #ffffff;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu > .sub-main-menu-item > a {
  color: #ffffff;
  animation: fadeInLeft 0.25s;
  display: inline-block;
  opacity: 1;
  visibility: visible;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu > .sub-main-menu-item.hide > a {
  animation: fadeOutLeft 0.25s;
  animation-fill-mode: forwards;
  display: none;
  opacity: 0;
  visibility: hidden;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu > .sub-main-menu-item.hide {
  padding: 0;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu > .sub-main-menu-item > .sub-menu {
  position: absolute;
  animation: fadeOutRight 0.25s;
  animation-fill-mode: forwards;
  top: 0;
  right: 0;
  transition: all 0.25s ease;
  visibility: hidden;
  height: 0;
  margin-left: auto !important;
  overflow: hidden;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu > .sub-main-menu-item > .sub-menu.active {
  animation: fadeInFromRight 0.25s;
  visibility: visible;
  height: auto;
  position: relative;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu > .sub-main-menu-item > .sub-menu > .menu-item {
  list-style: none;
  padding-bottom: 16px;
}
footer#footer #footer-top .footer-menu ul.menu .main-menu-item > .sub-menu > .sub-main-menu-item > .sub-menu > .menu-item a {
  color: #ffffff;
}
footer#footer #footer-top .footer-menu .footer-menu-wrapper {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 40px;
}
footer#footer #footer-top .footer-menu .footer-menu-wrapper .vertical-logo {
  width: 400px;
  transform: rotate(270deg);
  transition: ease 0.5s;
  position: absolute;
  top: 135px;
  left: -165px;
}
footer#footer #footer-top .footer-logo {
  display: none;
  margin-bottom: 30px;
}
footer#footer #footer-top .footer-logo a.custom-logo-link img {
  max-width: 154.44px;
  margin-left: -10px;
}
footer#footer #footer-top .menu-title {
  display: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  margin-bottom: 24px;
}
footer#footer #footer-top ul.menu {
  margin: 0;
  padding: 0;
}
footer#footer #footer-top ul.menu li.menu-item {
  list-style: none;
  padding-bottom: 18px;
}
footer#footer #footer-top ul.menu li.menu-item a {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26.4px;
}
footer#footer #footer-top .contact-address {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
}
footer#footer #footer-top .contact-detail a {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
}
footer#footer #footer-top .form-container input {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  width: 100%;
  border-radius: 0;
  border-color: #7A7A7A;
  background-color: transparent;
  padding: 10px 15px;
  color: #ffffff;
}
footer#footer #footer-top .form-container input::placeholder {
  color: #ffffff;
}
footer#footer #footer-top .form-container .input-group {
  display: flex;
  justify-content: space-between;
}
footer#footer #footer-top .form-container .input-group > input {
  width: 50%;
}
footer#footer #footer-top .form-container .btn-newsletter {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}
footer#footer #footer-top .form-container .btn-newsletter:hover {
  background-color: #7A7A7A;
}
footer#footer #footer-top .widget_block .wp-block-heading {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  margin-bottom: 24px;
}
footer#footer #footer-top .nf-form-content {
  padding: 0;
}
footer#footer #footer-top .nf-form-content nf-fields-wrap nf-field:nth-child(1), footer#footer #footer-top .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
  max-width: 50%;
}
@media screen and (max-width: 575.98px) {
  footer#footer #footer-top .nf-form-content nf-fields-wrap nf-field:nth-child(1), footer#footer #footer-top .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
    max-width: 100%;
  }
}
footer#footer #footer-top .nf-form-content .nf-field-container {
  margin-bottom: 0;
}
footer#footer #footer-top .nf-form-content .nf-field-container input[type="text"], footer#footer #footer-top .nf-form-content .nf-field-container input[type="email"], footer#footer #footer-top .nf-form-content .nf-field-container input[type="submit"] {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 0;
  color: #fff;
}
footer#footer #footer-top .nf-form-content .nf-field-container input[type="text"]::placeholder, footer#footer #footer-top .nf-form-content .nf-field-container input[type="email"]::placeholder, footer#footer #footer-top .nf-form-content .nf-field-container input[type="submit"]::placeholder {
  color: #D8D8DD;
}
footer#footer #footer-top .nf-form-content .nf-field-container input[type="submit"] {
  color: #003a42;
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
}
footer#footer #footer-top .nf-form-content .nf-field-container input[type="submit"]:hover {
  background-color: #003a42;
  color: #ffffff;
}
footer#footer #footer-top .nf-form-content .nf-field-container .nf-error-required-error {
  margin-bottom: 10px;
}
footer#footer #footer-top .nf-form-content .nf-field-container .nf-input-limit {
  display: none;
}
footer#footer #footer-bottom * {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}
@media screen and (max-width: 767.98px) {
  footer#footer #footer-bottom .copyright > * {
    text-align: center !important;
    justify-content: center !important;
  }
}
footer#footer #footer-bottom .copyright .menu-footer-menu-container {
  margin-left: 1rem;
}
footer#footer #footer-bottom .copyright a {
  color: #ffffff;
}
footer#footer #footer-bottom .copyright a:not(:first-child)::before {
  content: "|";
  margin: 0 5px;
}
footer#footer #footer-bottom .copyright span {
  margin-right: 5px;
}
footer#footer #footer-bottom .copyright .links-bottom {
  margin-left: 16px;
}
footer#footer #footer-bottom .copyright ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
footer#footer #footer-bottom .copyright ul.menu li {
  margin-left: 10px;
}
@media screen and (max-width: 575.98px) {
  footer#footer #footer-bottom .copyright .text-right.d-flex {
    flex-direction: column;
  }
  footer#footer #footer-bottom .copyright .d-flex.justify-content-end {
    flex-wrap: wrap;
  }
  footer#footer #footer-bottom .copyright .d-flex.justify-content-end > * {
    width: 100%;
  }
  footer#footer #footer-bottom .copyright ul.menu {
    justify-content: center;
  }
}
footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content.footer-let-us, footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content.footer-buyer {
  display: none;
}
.home footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content.footer-buyer {
  display: flex;
}
.ap-page-less-ap_property footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content.footer-let-us, .ap-shortcode-ap_agents footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content.footer-let-us, .ap-shortcode-ap_offices footer#footer #footer-top .footer-form .ap-wrapper.ap-wrap-absolute-content.footer-let-us {
  display: flex;
}
html, body {
  height: 100%;
}
#primary, main#main {
  min-height: 100%;
}
body {
  font-size: 16px;
  line-height: 1.5;
}
* {
  position: relative;
  box-sizing: border-box;
}
button, input:not([type=radio]):not([type=checkbox]):not([type=file]), select {
  appearance: none;
  outline: none;
}
button:focus, input:not([type=radio]):not([type=checkbox]):not([type=file]):focus, select:focus {
  outline: none;
}
select:not([multiple]):not(.ui-datepicker) {
  appearance: none;
  background: transparent url("data:image/svg+xml;base64,...") no-repeat calc(100% - 5px) center;
  background-size: 34px;
}
select:not([multiple]):not(.ui-datepicker):focus {
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul.list-style-none {
  list-style: none;
}
ul.list-style-none li {
  position: relative;
}
.btn, .btn-primary {
  background: #003a42;
  border-color: #003a42;
  color: #ffffff;
  border-radius: 0;
}
.btn:hover, .btn-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #003a42;
}
.select2-selection--multiple {
  border: 0 !important;
  border-radius: 0 !important;
  color: #444;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
}
.select2-selection--multiple ul.select2-selection__rendered {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  padding: 0 !important;
}
.select2-selection--multiple ul.select2-selection__rendered li {
  display: inline-block;
  margin: 0 !important;
}
.select2-selection--multiple ul.select2-selection__rendered li input.select2-search__field {
  border: 0 !important;
}
.select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
  background-color: transparent;
  border: 0;
  cursor: default;
  padding: 0 !important;
}
.select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice:after {
  content: ",";
  margin-right: 2px;
}
.select2-selection--multiple .select2-selection__arrow {
  height: 47px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
  color: #333333;
}
.select2-container--default .select2-results__option[aria-selected=true]:after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  right: 5px;
  position: absolute;
}
.select2-container--default .select2-results__option--highlighted[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #003a42 !important;
  color: #fff !important;
}
.ui-widget.ui-widget-content {
  border: 0;
  border-radius: 0;
}
.ui-widget.ui-widget-content .ui-menu-item {
  padding: 10px 20px;
}
.ui-widget.ui-widget-content .ui-menu-item:hover {
  background-color: #003a42;
  color: #fff;
}
.mfp-bg {
  top: 0 !important;
  position: fixed !important;
}
.mfp-bg.full-cover {
  background-color: #fff;
  opacity: 1;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  box-sizing: border-box;
}
.mfp-container .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-container .mfp-content .mfp-popup {
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem;
  background: #fff;
}
@media screen and (min-width: 576px) {
  .mfp-container .mfp-content .mfp-popup {
    max-width: 550px;
  }
  .mfp-container .mfp-content .mfp-popup.white {
    max-width: 650px;
  }
}
.mfp-container .mfp-content .mfp-popup .wp-block-heading {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 26.4px;
}
.mfp-container .mfp-content .mfp-popup nf-fields-wrap {
  display: flex;
  margin: 0 -10px;
}
.mfp-container .mfp-content .mfp-popup nf-fields-wrap nf-field {
  padding: 0 10px;
}
.mfp-container .mfp-content .mfp-popup nf-fields-wrap nf-field:nth-child(1), .mfp-container .mfp-content .mfp-popup nf-fields-wrap nf-field:nth-child(2), .mfp-container .mfp-content .mfp-popup nf-fields-wrap nf-field:nth-child(3), .mfp-container .mfp-content .mfp-popup nf-fields-wrap nf-field:nth-child(4) {
  max-width: 50%;
}
@media screen and (max-width: 575.98px) {
  .mfp-container .mfp-content .mfp-popup nf-fields-wrap nf-field:nth-child(1), .mfp-container .mfp-content .mfp-popup nf-fields-wrap nf-field:nth-child(2), .mfp-container .mfp-content .mfp-popup nf-fields-wrap nf-field:nth-child(3), .mfp-container .mfp-content .mfp-popup nf-fields-wrap nf-field:nth-child(4) {
    max-width: 100%;
  }
}
.mfp-container .mfp-content .mfp-close {
  cursor: pointer;
  color: #333333;
  font-size: 36px;
}
.mfp-container .mfp-content .mfp-close:hover {
  background-color: transparent;
  color: #333333;
}
.mfp-container .mfp-content #property_map {
  position: relative;
  padding-top: unset;
  padding-bottom: 550px;
}
.mfp-container .mfp-content #property_map #map_canvas.leaflet-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 80px);
  height: 550px;
  transform: translateX(-50%);
}
@media screen and (max-width: 575.98px) {
  .mfp-container .mfp-content #property_map #map_canvas.leaflet-container {
    width: 100%;
  }
}
.mfp-container .mfp-content #property_map .mfp-close {
  position: absolute;
  top: -20px;
  right: 30px;
  width: 45px;
  height: 45px;
  opacity: 1;
  background: #fff;
  border-radius: 50rem;
  border: 1px solid #333333;
}
@media screen and (max-width: 575.98px) {
  .mfp-container .mfp-content #property_map .mfp-close {
    top: -25px;
    right: -15px;
  }
}
.mfp-content .popup-email-form, .mfp-content .mfp-form {
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem;
  background: #fff;
}
.mfp-content .popup-email-form .title, .mfp-content .popup-email-form .gform_title, .mfp-content .mfp-form .title, .mfp-content .mfp-form .gform_title {
  background: transparent !important;
  color: #333333;
  font-family: Roboto;
  font-size: 1.85em;
  font-weight: 800;
  text-align: center;
  padding-top: 50px !important;
}
.mfp-content .popup-email-form .sub-title, .mfp-content .popup-email-form .gform_footer, .mfp-content .mfp-form .sub-title, .mfp-content .mfp-form .gform_footer {
  text-align: center;
}
.mfp-content .popup-email-form .mfp-close, .mfp-content .mfp-form .mfp-close {
  color: #333333;
}
.mfp-content .popup-email-form .gform_wrapper form .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]), .mfp-content .mfp-form .gform_wrapper form .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]) {
  background-color: #fff !important;
  border: 1px solid rgba(51, 51, 51, 0.075);
  box-shadow: rgba(51, 51, 51, 0.05) 0px 1px 4px;
}
.mfp-content .popup-email-form form li + li, .mfp-content .mfp-form form li + li {
  margin-top: 1rem;
}
.mfp-content .popup-email-form form li label, .mfp-content .mfp-form form li label {
  flex: 0 0 100%;
}
.mfp-content .popup-email-form form li input, .mfp-content .popup-email-form form li select, .mfp-content .popup-email-form form li textarea, .mfp-content .mfp-form form li input, .mfp-content .mfp-form form li select, .mfp-content .mfp-form form li textarea {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #003a42;
  background-color: #fff;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  box-shadow: rgba(51, 51, 51, 0.05) 0px 1px 4px;
}
.mfp-content .popup-email-form form li input::placeholder, .mfp-content .popup-email-form form li select::placeholder, .mfp-content .popup-email-form form li textarea::placeholder, .mfp-content .mfp-form form li input::placeholder, .mfp-content .mfp-form form li select::placeholder, .mfp-content .mfp-form form li textarea::placeholder {
  color: #aaa;
}
.mfp-content .popup-email-form form li:last-child, .mfp-content .mfp-form form li:last-child {
  justify-content: flex-start !important;
}
.mfp-content .popup-email-form form li:last-child > span, .mfp-content .mfp-form form li:last-child > span {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center !important;
}
.mfp-content .popup-email-form form li:last-child > span button, .mfp-content .mfp-form form li:last-child > span button {
  text-transform: uppercase;
  padding: 0.65rem 2rem !important;
}
.long-caption {
  margin-bottom: 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.long-caption.expanded {
  max-height: 3000px;
}
.long-caption.expanded + .read-more-button .btn-more {
  font-size: 0;
}
.long-caption.expanded + .read-more-button .btn-more:after {
  content: "Read Less";
  font-size: 0.95rem;
}
.detail-description.long-caption:not(.expanded) {
  max-height: 295px;
}
.btn-more {
  text-transform: uppercase;
}
.alert-warning {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
  border-radius: 0;
  margin-top: 50px;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  cursor: pointer;
  top: 16px;
  right: -16px;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: black;
  border: 3px solid white;
  border-radius: 50%;
  opacity: 1;
  padding-left: 5px;
}
@media (max-width: 991.98px) {
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: 0;
  }
}
.mfp-iframe-holder .mfp-close {
  top: -10px;
}
.mfp-iframe-scaler {
  overflow: visible;
}
div.ui-widget {
  font-family: Roboto;
}
body .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
body .wp-block-embed.aligncenter .wp-block-embed__wrapper {
  max-width: 80%;
  margin-inline: auto;
}
body:not(.ap-page-less).photo-color-grayscale .widget_ap-properties .listing-box .listing-container .embed-responsive picture > img {
  filter: grayscale(1);
  transition: 0.3s;
}
body:not(.ap-page-less).photo-color-grayscale .widget_ap-properties .listing-box .listing-container .embed-responsive picture > img:hover {
  filter: grayscale(0);
}
body:not(.ap-page-less).photo-color-grayscale .listing-item:hover picture img {
  filter: grayscale(0);
}
body:not(.ap-page-less).photo-color-grayscale .listing-item picture {
  height: 100%;
}
body:not(.ap-page-less).photo-color-grayscale .listing-item picture img {
  transition: 0.5s;
  filter: grayscale(1);
}
body.photo-color-colorful .widget_ap-properties .listing-box .listing-container .embed-responsive picture > img {
  filter: brightness(1);
  transition: 0.3s;
}
body.photo-color-colorful .widget_ap-properties .listing-box .listing-container .embed-responsive picture > img:hover {
  filter: brightness(0.8);
}
body.photo-color-colorful .listing-item:hover picture img {
  filter: brightness(0.8);
}
body.photo-color-colorful .listing-item picture {
  height: 100%;
}
body.photo-color-colorful .listing-item picture img {
  filter: brightness(1);
  transition: 0.5s;
}
body.agent-color-colorful.ap-shortcode-ap_agents main#main .staff-item-container .col .embed-responsive picture img {
  transition: 0.5s;
  filter: brightness(1);
}
body.agent-color-colorful.ap-shortcode-ap_agents main#main .staff-item-container .col:hover .embed-responsive img {
  filter: brightness(0.8);
}
body.agent-color-colorful.home .widget_ap-realty-agents .embed-responsive > picture {
  background-color: #000;
}
body.agent-color-colorful.home .widget_ap-realty-agents .embed-responsive > picture img:hover {
  opacity: 0.8;
}
body.agent-color-grayscale.home main#main .widget_ap-realty-agents .agent-items .embed-responsive > picture > img {
  filter: grayscale(1);
  transition: 0.3s;
}
body.agent-color-grayscale.home main#main .widget_ap-realty-agents .agent-items:hover .embed-responsive > picture > img {
  filter: grayscale(0);
}
body.agent-color-grayscale.ap-shortcode-ap_agents main#main .staff-item-container .col .embed-responsive picture img {
  transition: 0.5s;
  filter: grayscale(1);
}
body.agent-color-grayscale.ap-shortcode-ap_agents main#main .staff-item-container .col:hover .embed-responsive img {
  filter: grayscale(0);
}
body.general-color-grayscale .call-to-action-shortcode .col .list-cta .image-cta figure img {
  filter: grayscale(1);
  transition: 0.5s;
}
body.general-color-grayscale .call-to-action-shortcode .col .list-cta .image-cta figure:hover img {
  filter: grayscale(0);
}
body.general-color-grayscale .widget_ap_cta_box #block-call-to-action .call-to-action .list-cta.cta-type-image .image-cta figure img {
  filter: grayscale(1);
  transition: 0.5s;
}
body.general-color-grayscale .widget_ap_cta_box #block-call-to-action .call-to-action .list-cta.cta-type-image .image-cta figure:hover img {
  filter: grayscale(0);
}
body.general-color-grayscale .widget_ap_cta_box #block-call-to-action .call-to-action .cta-square img {
  filter: grayscale(1);
}
body.general-color-grayscale .widget_ap_cta_box #block-call-to-action .call-to-action .cta-square:hover img {
  filter: grayscale(0);
}
.ap-shortcode-ap_favourite #apsp.container, .ap-shortcode-ap_favourite .favourites.container {
  width: 100%;
}
.ap-shortcode-ap_favourite .listing-item {
  margin-bottom: 20px;
  transition: all ease-in-out 0.5s;
}
.ap-shortcode-ap_favourite .listing-item > a {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  display: block;
  background-color: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-shortcode-ap_favourite .listing-item > a {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item > a {
    padding-bottom: 200px;
  }
}
.ap-shortcode-ap_favourite .listing-item > a picture, .ap-shortcode-ap_favourite .listing-item > a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-shortcode-ap_favourite .listing-item > a .no-image-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
  display: block;
  background: #9c9c9c;
}
@media screen and (max-width: 767.98px) {
  .ap-shortcode-ap_favourite .listing-item > a .no-image-container {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item > a .no-image-container {
    padding-bottom: 200px;
  }
}
.ap-shortcode-ap_favourite .listing-item > a .no-image-container i {
  font-size: 80px;
  color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ap-shortcode-ap_favourite .listing-item .open-times, .ap-shortcode-ap_favourite .listing-item .auction-time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  padding: 7px 10px;
  background-color: rgba(0, 58, 66, 0.8);
}
.ap-shortcode-ap_favourite .listing-item .open-times > p, .ap-shortcode-ap_favourite .listing-item .auction-time > p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: 0.64px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item .open-times > p, .ap-shortcode-ap_favourite .listing-item .auction-time > p {
    font-size: 12px !important;
  }
}
.ap-shortcode-ap_favourite .listing-item .sticker {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: auto;
  height: auto;
  background-color: rgba(0, 58, 66, 0.75);
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.ap-shortcode-ap_favourite .listing-item .sticker p, .ap-shortcode-ap_favourite .listing-item .sticker a {
  color: #ffffff;
  margin-bottom: 0;
}
.ap-shortcode-ap_favourite .listing-item section {
  background-color: #ffffff;
  box-shadow: none;
  padding: 24px 0;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item section {
    padding: 0;
    padding-top: 16px;
  }
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  color: #333333;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .address-rooms {
  text-align: center;
  padding: 0;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .suburb {
  font-size: 14px;
  line-height: 28px;
  margin: 0;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .price {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #003a42;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .address {
  font-size: 20px !important;
  line-height: 28px !important;
  min-height: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item section .listing-info-container .price, .ap-shortcode-ap_favourite .listing-item section .listing-info-container .suburb, .ap-shortcode-ap_favourite .listing-item section .listing-info-container .address {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 0;
  }
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms {
  display: flex;
  list-style: none;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms li:not(:last-child) {
  margin-right: 5px;
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms li:not(:last-child)::after {
  content: "|";
  top: 0;
}
@media screen and (max-width: 575.98px) {
  .ap-shortcode-ap_favourite .listing-item section .listing-info-container ul.rooms li {
    font-size: 14px;
    ine-height: 22px;
  }
}
.ap-shortcode-ap_favourite .listing-item section .listing-info-container .listing-info .row {
  justify-content: center;
  align-items: center;
}
.ap-shortcode-ap_favourite .listing-item section .listing-button {
  margin-top: auto;
}
.ap-shortcode-ap_favourite .listing-item section .button-tenancy-1form, .ap-shortcode-ap_favourite .listing-item section .button-inspection {
  padding: 0 15px;
}
.ap-shortcode-ap_favourite .listing-item section .button-tenancy-1form form input.apply-now {
  width: 100%;
  border: 0;
  padding: 12px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-shortcode-ap_favourite .listing-item section .button-inspection {
  margin-top: 10px;
  margin-bottom: 15px;
}
.ap-shortcode-ap_favourite .listing-item section .button-inspection a.btn-inspection {
  background: #003a42;
  border-color: #003a42;
  color: #ffffff;
  border-radius: 0;
  line-height: 25px;
}
.ap-shortcode-ap_favourite .listing-item section .button-inspection a.btn-inspection:hover {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #003a42 !important;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0.85rem;
  color: #333333;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  overflow: hidden;
  border-radius: 50%;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 0.65rem;
  transition: 0.5s;
  min-width: 40px;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property i, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  margin-right: 0;
  transition: 0.5s;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  border-radius: 6px;
  background: white;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover i, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover i {
  margin-right: 0.5rem;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover:after, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover:after {
  margin-right: 0;
  color: inherit;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after, .ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  font-size: 0.85rem;
  transition: 0.5s;
  white-space: nowrap;
  color: transparent;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:hover {
  min-width: 150px;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.save-fav-property:after {
  content: "Add to favorites";
  margin-right: -6.75rem;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:hover {
  min-width: 195px;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark i {
  color: #d72020;
}
.ap-shortcode-ap_favourite .listing-item section .bookmark-property a.fav-type-2.trigger-delete-bookmark:after {
  content: "Remove from favorites";
  margin-right: -9.5rem;
}
.ap-favourite-highlight .fav-icon {
  width: 13px;
  height: 13px;
  background: #333333;
  border: 1px solid rgba(51, 51, 51, 0.35);
  border-radius: 50%;
  margin-left: 0.5rem;
  transform: translateY(-10px);
}
.ap-favourite-highlight .fav-icon::before {
  display: none;
}
.la-twitter-x::before {
  content: "蓮";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(255, 255, 255, 0.98)" stroke-width="5"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: block;
  color: transparent;
}
.topbar .la-twitter-x::before {
  transform: translateY(0.1em);
}
.site-footer a .la-twitter-x::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(255, 255, 255, 0.98)" stroke-width="5"/></svg>');
}
ul.icon-social li a.la-twitter-x .la-twitter-x::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(255, 255, 255, 0.98)" stroke-width="5"/></svg>');
}
ul.icon-social li a.la-twitter-x .la-twitter-x:hover::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(51, 51, 51, 0.98)" stroke-width="5"/></svg>');
}
.social-media-wrapper ul li a:hover .la-twitter-x::before, .cta-socials ul li a:hover .la-twitter-x::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(0, 58, 66, 0.98)" stroke-width="5"/></svg>');
}
.pd-sect-t {
  padding-top: 80px;
}
@media screen and (max-width: 1024.98px) {
  .pd-sect-t {
    padding-top: 40px;
  }
}
.pd-sect-b {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024.98px) {
  .pd-sect-b {
    padding-bottom: 40px;
  }
}
.sidebar-menu__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0009;
  opacity: 0;
  transition: all 0.25s ease;
  z-index: 100;
  visibility: hidden;
}
.sidebar-menu__overlay.active {
  opacity: 1;
  visibility: visible;
}
.ninja-forms-form-wrap .nf-form-fields-required {
  margin-bottom: 10px;
  display: none;
}
.ninja-forms-form-wrap .nf-form-content nf-fields-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ninja-forms-form-wrap .nf-form-content nf-fields-wrap nf-field {
  flex: 1 0 100%;
}
.ninja-forms-form-wrap .nf-form-content nf-fields-wrap .nf-field-container {
  margin-bottom: 16px;
}
.ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap input:not([type="checkbox"]), .ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap select, .ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap textarea {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: transparent;
  border-color: #333333;
  border-radius: 0;
  color: #333333;
  position: relative;
}
.ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap input:not([type="checkbox"])::placeholder, .ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap select::placeholder, .ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap textarea::placeholder {
  color: #333333;
}
.ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap textarea {
  height: 100px;
  padding-top: 10px;
}
.ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap input[type="submit"] {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #003a42;
  border-color: #003a42;
}
.ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap input[type="submit"]:hover {
  background-color: #ffffff;
  color: #003a42;
  border-color: #003a42;
}
.ninja-forms-form-wrap .nf-form-content .nf-field .field-wrap select {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M128 188a11.96 11.96 0 0 1-8.485-3.515l-80-80a12 12 0 0 1 16.97-16.97L128 159.029l71.515-71.514a12 12 0 0 1 16.97 16.97l-80 80A11.96 11.96 0 0 1 128 188'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}
.ninja-forms-form-wrap .nf-response-msg {
  margin-top: 30px;
  text-align: center;
}
.ninja-forms-form-wrap .nf-response-msg p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap, .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap, .ninja-forms-form-wrap .form-appraisal nf-fields-wrap, .ninja-forms-form-wrap .form-estimate nf-fields-wrap, .ninja-forms-form-wrap .form-match nf-fields-wrap {
  margin: 0 -5px;
}
.ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap nf-field, .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field, .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field, .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field, .ninja-forms-form-wrap .form-match nf-fields-wrap nf-field {
  padding: 0 5px;
}
.ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap nf-field:nth-child(1), .ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap nf-field:nth-child(2), .ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap nf-field:nth-child(3), .ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap nf-field:nth-child(4) {
  max-width: 50%;
}
@media screen and (max-width: 575.98px) {
  .ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap nf-field:nth-child(1), .ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap nf-field:nth-child(2), .ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap nf-field:nth-child(3), .ninja-forms-form-wrap .form-get-in-touch nf-fields-wrap nf-field:nth-child(4) {
    max-width: 100%;
  }
}
.ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(1), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(2), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(3), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(4), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(10), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(11) {
  max-width: 50%;
}
@media screen and (max-width: 575.98px) {
  .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(1), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(2), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(3), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(4), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(10), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(11) {
    max-width: 100% !important;
  }
}
.ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(12), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(13), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(14) {
  max-width: 33.3333%;
}
@media screen and (max-width: 575.98px) {
  .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(12), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(13), .ninja-forms-form-wrap .form-buyer-database nf-fields-wrap nf-field:nth-child(14) {
    max-width: 100%;
  }
}
.ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(2), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(3), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(5), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(6), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(7), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(8) {
  max-width: 50%;
}
@media screen and (max-width: 575.98px) {
  .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(2), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(3), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(5), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(6), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(7), .ninja-forms-form-wrap .form-appraisal nf-fields-wrap nf-field:nth-child(8) {
    max-width: 100%;
  }
}
.ninja-forms-form-wrap .form-match nf-fields-wrap nf-field:not(:last-child) {
  padding: 0 5px;
  max-width: 50%;
}
@media screen and (max-width: 575.98px) {
  .ninja-forms-form-wrap .form-match nf-fields-wrap nf-field:not(:last-child) {
    max-width: 100%;
  }
}
.ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(1), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(2), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(4), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(5), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(6), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(7) {
  max-width: 50%;
}
@media screen and (max-width: 575.98px) {
  .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(1), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(2), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(4), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(5), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(6), .ninja-forms-form-wrap .form-estimate nf-fields-wrap nf-field:nth-child(7) {
    max-width: 100%;
  }
}
.btn:hover, .btn-primary:hover {
  border: 1px solid #003a42;
}
button:focus {
  background-color: #ffffff;
  color: #003a42;
  border-color: #003a42;
  outline: 0;
  box-shadow: none !important;
}
.w-650 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .w-650 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .hide-on-768 {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .hide-on-575 {
    display: none;
  }
}
.show-on-768 {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .show-on-768 {
    display: block;
  }
}
.show-on-575 {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .show-on-575 {
    display: block;
  }
}
.tab-dropdown {
  display: none;
  position: relative;
  width: 100%;
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575.98px) {
  .tab-dropdown {
    display: block;
  }
}
.tab-dropdown .tab-select-hidden {
  display: none;
}
.tab-dropdown .tab-custom-select {
  border: 1px solid #333;
  padding: 10px 40px 10px 15px;
  cursor: pointer;
  position: relative;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-dropdown .dropdown-icon {
  position: absolute;
  right: 15px;
  pointer-events: none;
  transition: transform 0.3s;
}
.tab-dropdown .dropdown-icon.rotated {
  transform: rotate(180deg);
}
.tab-dropdown .tab-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  background: white;
  border: 1px solid #333;
  border-top: none;
  max-height: 350px;
  overflow-y: auto;
  display: none;
}
.tab-dropdown .tab-options li {
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.2s;
}
.tab-dropdown .tab-options li:hover {
  background: #f2f2f2;
}
.tab-dropdown .tab-options.open {
  display: block;
}
#tab-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M128 188a11.96 11.96 0 0 1-8.485-3.515l-80-80a12 12 0 0 1 16.97-16.97L128 159.029l71.515-71.514a12 12 0 0 1 16.97 16.97l-80 80A11.96 11.96 0 0 1 128 188'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid #333;
  width: 100%;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.custom-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .custom-container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media screen and (max-width: 575.98px) {
  .first-item-flex {
    order: 1;
  }
  .center-xs {
    text-align: center;
  }
}
