/* Floating Contact - SMIs : START */
.floating-contact-smis {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 21;
}

.floating-contact-smis a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(var(--tertiary-color), 0.7);
  font-size: 15px;
  color: #ffffff;
  margin: 5px 0;
  transition: all var(--default-transition);
}

.floating-contact-smis a:hover {
  background: rgba(var(--primary-color), 0.7);
}

.floating-contact {
  position: relative;
}

.floating-contact::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  margin: 2px 0 5px;
  background: rgba(255, 255, 255, 0.5);
}

.floating-contact i.ai-font-phone {
  font-size: 12px;
}

.floating-contact i.ai-font-envelope-f {
  font-size: 10px;
}

.floating-smis {
  position: relative;
}

.floating-smis::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 42px;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(var(--secondary-color), 1);
}

.floating-smis::after {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  margin: 10px 0 0;
  background: rgba(255, 255, 255, 0.5);
}

/* Floating Contact - SMIs : END */
/* Home Hero : START */
.hp-hero {
  position: relative;
  font-size: 0;
}

.slider-holder {
  position: relative;
  z-index: 1;
}

.slider-holder::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.35) 100%);
}

.qsearch-holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 38px 0;
  z-index: 9 !important;
}

.qsearch-container {
  position: relative;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.qsearch-form {
  background: linear-gradient(to bottom, rgba(5, 108, 137, 0.85) 0%, rgba(21, 66, 92, 0.85) 100%);
  padding: 20px 10px;
  text-align: center;
}

.qsearch-form .heading-title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.qsearch-form .heading-title .gsite-title {
  font-size: 36px;
}

.qsearch-form .heading-title .gsite-title small {
  font-size: 14px;
  min-width: 128px;
  padding-bottom: 8px;
  margin-bottom: 5px;
}

.qsearch-form .heading-title+.gsite-input::before {
  display: none;
}

.qsearch-form .gsite-input {
  display: inline-block;
  vertical-align: middle;
}

.qsearch-form .gsite-input::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #dbdbdb;
  opacity: 0.2;
}

.qsearch-form button.dropdown-toggle,
.qsearch-form .gsite-input input,
.qsearch-form .gsite-input select {
  height: 52px;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 15px;
}

.qsearch-form .gsite-select::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  border-top: 4px solid rgba(var(--secondary-color), 1);
}

.qsearch-form .gsite-input-lg {
  width: 14.4%;
}

.qsearch-form .gsite-input-md {
  width: 14%;
}

.qsearch-form .gsite-input-sm {
  width: 9.1%;
}

.qsearch-form .gsite-submit {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.qsearch-form .gsite-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: rgba(var(--secondary-color), 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  font-size: 20px;
  color: #ffffff;
  transition: all var(--default-transition);
}

.qsearch-form .gsite-submit button:hover {
  background: rgba(var(--primary-color), 1);
}

.qsearch-form a.advanced-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  border: 2px solid rgba(var(--secondary-color), 1);
  font-size: 20px;
  color: #ffffff;
  transition: all var(--default-transition);
}

.qsearch-form a.advanced-button:hover {
  background: rgba(var(--secondary-color), 1);
}

.qsearch-powered {
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 12px;
}

a.scroll-down {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 125px;
  left: 42px;
  z-index: 5;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  z-index: 10;
  writing-mode: vertical-lr;
  transform: scale(-1);
  transition: all var(--default-transition);
}

a.scroll-down::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 43px;
  bottom: 0;
  background: rgba(var(--secondary-color), 1);
}

a.scroll-down::after {
  content: "";
  display: block;
  width: 1px;
  height: 92px;
  margin-top: 25px;
  background: rgba(255, 255, 255, 0.5);
}

a.scroll-down i {
  margin-bottom: 20px;
}

a.scroll-down:hover {
  color: rgba(var(--secondary-color), 1);
}

/* Home Hero : END */
/* Home CTA : START */
.hp-cta {
  position: relative;
  padding: 90px 0;
  font-size: 0;
}

.cta-bg {
  z-index: 1;
}

.cta-bg::before,
.cta-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-bg::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 5;
}

.cta-bg::after {
  background: rgba(255, 255, 255, 0.8);
}

.cta-bg canvas {
  filter: grayscale(1);
}

.cta-container {
  position: relative;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

.cta-container {
  max-width: 1472px;
}


.cta-list {
  margin: 0 -12.5px;
}

.cta-item {
  width: 20%;
  padding: 0 12.5px;
}

.cta-item a {
  display: block;
  position: relative;
  background: #ffffff;
  box-shadow: 19px 23px 38px 0px rgba(0, 0, 0, 0.06);
  transition: all var(--default-transition);
}

.cta-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgb(136, 180, 190) 0%, rgba(136, 180, 190, 0) 80%);
}

.cta-item a:hover {
  background: rgba(var(--primary-color), 1);
}

.cta-item a:hover .cta-name {
  color: #ffffff;
}

.cta-image {
  margin-right: 20px;
}

.cta-text {
  position: relative;
  padding: 22px 0 34px 25px;
}

.cta-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 92px;
  bottom: 22px;
  left: 25px;
  background: rgba(var(--secondary-color), 1);
}

.cta-name {
  font-size: 18px;
  font-weight: 500;
  color: #02273c;
  line-height: 1.1;
  letter-spacing: 0.05em;
  transition: all var(--default-transition);
  padding-left: 15px;
}

/* Home CTA : END */
/* Home Properties : START */
.hp-properties {
  position: relative;
  padding: 0 0 75px;
  font-size: 0;
}

.properties-container {
  position: relative;
}

.properties-holder {
  position: relative;
  width: 165.25%;
}

.properties-heading {
  position: absolute;
  bottom: 18px;
  left: 150px;
  z-index: 10;
}

.properties-title {
  background: #ffffff;
  padding: 38px 30px 32px 20px;
  box-shadow: 19px 23px 38px 0px rgba(0, 0, 0, 0.06);
}

.properties-title .gsite-title small {
  min-width: 264px;
}

a.properties-more {
  width: 230px;
  margin-top: 45px;
}

.properties-list {
  margin: 0 -50px;
}

.properties-list:not(.slick-initialized) {
  display: flex;
}

.properties-list:not(.slick-initialized) .properties-item {
  width: 50%;
}

.properties-list:not(.slick-initialized) .properties-item:nth-child(2)~div {
  display: none;
}

.properties-item {
  padding: 0 50px;
}

.properties-image {
  position: relative;
}

.properties-image a {
  display: block;
  overflow: hidden;
}

.properties-image a img {
  transition: all var(--default-transition);
}

.properties-accent {
  position: absolute;
  width: 506px;
  height: 52px;
  left: 0;
  bottom: -52px;
  top: inherit;
}

.properties-accent::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #02273c;
  opacity: 0.3;
}

.properties-item-inner:hover .properties-image a img {
  transform: scale(1.1);
}

.properties-text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 50%;
  padding: 50px 0;
}

.properties-price {
  font-size: 26px;
  font-weight: 500;
  color: var(--font-color-default);
  line-height: 1.2;
  letter-spacing: 0.1em;
  width: 100%;
  margin-bottom: 20px;
}

.properties-address {
  font-size: 15px;
  font-weight: 300;
  color: var(--font-color-default);
  line-height: 1.2;
  letter-spacing: 0.1em;
  width: 45%;
}

.properties-specs {
  font-size: 16px;
  font-weight: 300;
  color: var(--font-color-default);
  line-height: 1.2;
  letter-spacing: 0.1em;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 55%;
}

.properties-specs span {
  display: block;
  position: relative;
}

.properties-specs span:not(:first-child) {
  margin-left: 32px;
}

.properties-specs span:not(:first-child)::before {
  content: "/";
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}

a.properties-view {
  position: absolute;
  width: 240px;
  top: 25px;
  right: 0;
  background: rgba(var(--primary-color), 1);
  border-color: rgba(var(--primary-color), 1);
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all var(--default-transition);
}

.properties-item-inner:hover .properties-text a.properties-view {
  background: rgba(var(--primary-color), 1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.properties-arrows {
  position: absolute;
  bottom: 170px;
  left: calc(50% - 220px);
}

/* Home Properties : END */
/* Home Welcome : START */
.hp-welcome {
  position: relative;
  font-size: 0;
}

.welcome-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/home/welcome-bg-overlay.png) no-repeat center center/cover;
}

.welcome-container {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.welcome-text {
  width: 46.43%;
  padding: 0 0 90px 35px;
}

.welcome-text .gsite-title {
  margin-bottom: 28px;
  margin-left: -55px;
}

.welcome-text p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.welcome-text a.gsite-button {
  margin-top: 20px;
}

.welcome-image {
  position: relative;
  width: 49.74%;
  padding-top: 72px;
}

.welcome-image::before {
  content: "";
  display: block;
  position: absolute;
  width: 53%;
  height: 100%;
  right: 10px;
  bottom: 0;
  background: rgba(var(--secondary-color), 0.25);
}

.welcome-image canvas {
  opacity: 0;
}

/* Home Welcome : END */
/* Home History : START */
.hp-history {
  position: relative;
  padding: 75px 0 65px;
  font-size: 0;
}

.history-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../images/home/history-bg-overlay.png) no-repeat center center/cover;
}

.history-bg canvas {
  filter: grayscale(1);
}

.history-container {
  position: relative;
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 1;
}

.history-left {
  width: 48.97%;
}

.history-holder {
  position: relative;
}

.history-list:not(.slick-initialized) .history-item:nth-child(1)~div {
  display: none;
}

.history-list .slick-list {
  overflow: visible;
}

.history-item {
  opacity: 1 !important;
}

.history-image canvas {
  opacity: 0;
}

.history-image img {
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  transform-origin: center center;
}

.history-text {
  padding: 0 110px;
  margin-top: 30px;
  opacity: 0;
  transition: all var(--default-transition);
}

.history-item.slick-active .history-text {
  opacity: 1;
}

.history-title {
  position: relative;
  max-width: 310px;
  margin: 0 auto;
  font-size: 27px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px;
}

.history-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  left: 0;
  background: rgba(var(--tertiary-color), 0.75);
  z-index: -1;
}

.history-caption {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 460px;
  margin: 18px auto 0;
  padding: 10px;
  background: rgba(var(--tertiary-color), 0.7);
}

.history-arrows {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
  padding: 0 50px;
  justify-content: space-between;
}

.history-arrow {
  width: auto;
  height: auto;
  background: none !important;
}

.history-arrow:hover {
  color: rgba(var(--secondary-color), 1);
  background: none !important;
}

.history-right {
  width: 47.05%;
  padding-left: 50px;
}

.history-right .gsite-title {
  margin-left: -50px;
}

.history-right .gsite-title small {
  width: 235px;
}

.history-right ul {
  max-width: 500px;
  margin-top: 22px;
}

.history-right ul li {
  position: relative;
  font-size: var(--font-size-default);
  font-weight: 300;
  color: var(--font-color-default);
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding-left: 48px;
  margin-bottom: 22px;
}

.history-right ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 17px;
  top: 3px;
  left: 0;
  background: url(../../images/logo-mono.png) no-repeat center center/contain;
}

.history-right a.gsite-button {
  margin-top: 15px;
}

/* Home History : END */
/* Home Stats : START */
.hp-stats {
  position: relative;
  padding: 75px 0 80px;
  font-size: 0;
}

.stats-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
}

.stats-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.stats-container p {
  font-size: var(--font-size-default);
  font-weight: 500;
  color: #dddddd;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 18px;
}

.stats-container p span {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(var(--secondary-color), 1);
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.stats-holder {
  margin-top: 32px;
}

.stats-list {
  margin: 0 -12px;
}

.stats-item {
  position: relative;
  width: 25%;
  padding: 35px 12px 25px;
}

.stats-border {
  position: absolute;
  width: 68%;
  height: 100%;
  top: 0;
  left: 20%;
  border: 5px solid rgba(var(--secondary-color), 1);
  border-right: 0;
  opacity: 0.8;
  z-index: 0;
}

.stats-border::before,
.stats-border::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  right: 0;
  background: rgba(var(--secondary-color), 1);
}

.stats-border::before {
  top: 0;
  height: calc(100% - 50px);
}

.stats-border::after {
  bottom: 0;
  height: 15px;
}

.stats-number {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
}

.stats-label {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
  margin-top: 92px;
}

/* Home Stats : END */
/* Home Areas : START */
.hp-areas {
  position: relative;
  font-size: 0;
}

.areas-container {
  position: relative;
}

.map-outer {
  position: relative;
}

.map-inner {
  position: relative;
  width: 1600px;
}

.map-transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  max-width: 100%;
}

.map-true {
  z-index: 1;
  max-width: 100%;
}

.map-hovers>div {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 8;
}

.map-hovers>div img {
  position: relative;
  opacity: 0;
  width: auto;
  height: auto;
  transition: all var(--default-transition);
}

.map-hovers>div .mlabel {
  position: absolute;
  font-family: var(--font-family-rubik);
  font-size: 16px;
  font-weight: 700;
  color: #02273c;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  transition: all var(--default-transition);
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.hp-areas.map-active .map-hovers>div .mlabel {
  opacity: 0.5;
}

.map-hovers .mlabel-h {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all .5s;
}

.map-hovers>div.is-active img,
.map-hovers>div.is-active .mlabel-h {
  opacity: 1;
}

.map-hovers>div.is-active .mlabel {
  opacity: 0 !important;
}

.map-hovers .mlabel-h>div:first-child {
  position: absolute;
  font-family: var(--font-family-rubik);
  font-size: 21px;
  font-weight: 700;
  color: #02273c;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transition: all var(--default-transition);
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.mlabel-subs {
  position: absolute;
}

.mlabel-subs>div {
  font-size: 13px;
  font-weight: 700;
  color: #02273c;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

[data-area="town"] .mlabel-subs>div {
  font-size: 11px;
}

.map-text .gsite-title {
  position: absolute;
  top: 110px;
  left: 100px;
  z-index: 10;
}

.map-text>.gsite-title small {
  border-bottom-color: rgba(var(--primary-color), 1);
  min-width: 438px;
}

.map-text>.gsite-title small:last-child {
  opacity: .70;
  border-bottom: 0;
  text-align: right;
  margin-top: 15px;
}

.map-list {
  position: absolute;
  bottom: 50px;
  left: 100px;
  z-index: 100;
  width: 1375px;
}

.map-list ul {
  columns: 3;
}

.map-list ul li {
  margin-bottom: 14px;
}

.map-list ul li a {
  display: block;
  position: relative;
  font-size: 22px;
  color: rgba(var(--primary-color), 1);
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 18px 28px;
}

.map-list ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  transition: all var(--default-transition);
}

.map-list ul li a:hover::before,
.map-list ul li.is-active a::before {
  width: 80%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Home Areas : END */
/* Home Team : START */
.hp-team {
  position: relative;
  padding: 90px 0 115px;
  font-size: 0;
}

.team-bg {
  width: 73.75%;
  z-index: 1;
}

.team-bg::before,
.team-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-bg::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 5;
}

.team-bg::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.team-bg canvas {
  filter: grayscale(1);
  opacity: 0.12;
}

.team-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 2;
}

.team-left {
  position: relative;
  width: 37.01%;
  padding: 62px 0 0;
}

.team-left .gsite-title {
  margin-left: -15px;
}

.team-left .gsite-title small {
  min-width: 395px;
}

.team-left p {
  font-size: var(--font-size-default);
  font-weight: 300;
  color: var(--font-color-default);
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-left: 38px;
  margin-top: 30px;
  max-width: 365px;
}

.team-left a.gsite-button {
  width: 200px;
  margin-left: 38px;
  margin-top: 42px;
}

.team-right {
  position: relative;
  width: 57.28%;
}

.team-accent {
  width: 102%;
  height: 95.7%;
  top: 50px;
  right: -55px;
  left: inherit;
}

.team-accent::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
}

.team-holder {
  position: relative;
}

.team-list:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
}

.team-list:not(.slick-initialized) .team-item {
  width: 33.33%;
}

.team-list:not(.slick-initialized) .team-item:nth-child(6)~div {
  display: none;
}

.team-item {
  padding: 5px;
  margin-bottom: 38px;
}

.team-item a {
  display: block;
  box-shadow: 19px 23px 38px 0px rgba(0, 0, 0, 0.06);
  transition: all var(--default-transition);
}

.team-item a:hover {
  transform: translateY(-10%);
}

.team-text {
  background: #ffffff;
  padding: 15px 10px 18px;
  transition: all var(--default-transition);
}

.team-name {
  font-size: 21px;
  font-weight: 500;
  color: var(--font-color-default);
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all var(--default-transition);
}

.team-position {
  font-size: 13px;
  font-weight: 300;
  color: rgba(var(--secondary-color), 1);
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 4px;
}

.team-item a:hover .team-text {
  background: rgba(var(--primary-color), 1);
}

.team-item a:hover .team-text .team-name {
  color: #ffffff;
}

/* Home Team : END */
/* Home Socials : START */
.hp-socials {
  position: relative;
  background: rgba(var(--primary-color), 1);
  padding: 85px 0 100px;
  font-size: 0;
}

.socials-container {
  position: relative;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.socials-holder {
  margin-top: 8px;
}

.socials-item {
  width: 20%;
  padding: 0 24px;
  margin-bottom: 15px;
}

.socials-item a {
  display: block;
  position: relative;
}

.socials-item a:hover .socials-icon {
  color: rgba(var(--secondary-color), 1);
}

.socials-item a:hover .socials-name {
  background: rgba(var(--secondary-color), 1);
}

.socials-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: #ffffff;
  border-bottom: 2px solid rgba(var(--secondary-color), 0.2);
  margin: 0 12px;
  height: 135px;
  transition: all var(--default-transition);
}

.socials-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 24px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  background: url(../../images/logo-mono.png) no-repeat center center/contain;
}

.socials-name {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(var(--secondary-color), 1);
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 5px;
  margin-top: 25px;
  transition: all var(--default-transition);
}

.history-title {
  text-shadow: 1px 1px 0px black, 0 0 2em #040404, 0 0 0.2em #000000;
}

.qsearch-form form select option {
  color: #333333;
}









.qsearch-form button.dropdown-toggle,
.qsearch-form .gsite-input input,
.qsearch-form .gsite-input select {
  padding: 0px 10px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 11px;
}

.qsearch-form button.dropdown-toggle,
.qsearch-form .gsite-input input,
.qsearch-form .gsite-input select {
  font-size: 12px;
}





.cta-container {
  max-width: 1472px;
}

.cta-item {
  width: 20%;
  padding: 0 12.5px;
}

.cta-name {
  font-size: 18px;
}

.fp-beds,
.fp-baths,
.fp-sqft {
  margin-right: 20px;
  font-size: 15px;
}

.hpMsearch {
  background: #fff;
  position: relative;
  padding: 50px 0;
}

.msearch-bg::before,
.msearch-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.msearch-bg::before {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}

.msearch-bg::after {
  background: rgba(255, 255, 255, 0.8);
}

.hpMsearch-container {
  max-width: calc(100% - 30px);
  width: 1255px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}

.hpMsearch-container .ihf-link-back,
.hpMsearch-container .ihf-board-disclaimers,
.hpMsearch-container .ihf-navbar.ihf-border-bottom {
  display: none;
}

.hpMsearch__content {
  margin: 84px 0 0;
  position: relative;
  margin-top: 220px;
}

.hpMsearch__content>div[data-ihf-client-id] {
  position: relative;
  z-index: 1;
}

.hpMsearch__top--button {
  margin: 30px 0 0;
}

.hpMsearch-container .ihf-eureka {
  font-family: var(--font-family-default);
}

/* .hpMsearch-container .ihf-search .ihf-top-nav{
    display: none;
} */

.hpMsearch__searchbar {
  margin: 26px auto 0;
  max-width: 550px;
}

.hpMsearch__searchbar--col.group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.hpMsearch__searchbar--col.group ::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.040em;
}

.hpMsearch__searchbar--col.group ::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.040em;
}

.hpMsearch__searchbar--col.group :-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.040em;
}

.hpMsearch__searchbar--col.group :-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.040em;
}

.hpMsearch__searchbar--col.group button,
#hp-msearch .ihf-top-nav button[aria-label="Search"],
#hp-msearch .ihf-top-nav button[data-toggle="collapse"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  width: 75px;
  height: 75px;
  background: #04293E;
  background: linear-gradient(-45deg, rgba(55, 94, 110, 1) 0%, rgba(4, 41, 62, 1) 100%);
  border-radius: 0;
  border: 0;
  font-size: 35px;
  font-weight: 400;
  padding: 0 0;
  color: #fff;
}

.hpMsearch__searchbar--col.group button:hover {
  background: #04293E;

  background: linear-gradient(-45deg, rgba(4, 41, 62, 1) 0%, rgba(55, 94, 110, 1) 100%);
}



.ihf-eureka .ihf-navbar-light .ihf-navbar-nav .ihf-nav-link,
#hp-msearch .ihf-search-bar-location .ihf-select-input input::placeholder {
  color: #02273c !important;
  letter-spacing: 0.150em;
  text-transform: uppercase;
}

#hp-msearch .ihf-search-bar-location .ihf-select-input,
#hp-msearch .ihf-search-bar-location .ihf-select-input input {
  height: 100% !important;
  padding: 0px !important;
  margin-left: 0px !important;
}

#hp-msearch .ihf-top-nav .ihf-navbar {
  background-color: white !important;
  border: none !important;
}


#hp-msearch .ihf-search-bar-location,
#hp-msearch .ihf-search-bar-location .ihf-select-input,
#hp-msearch .ihf-search-bar-location .ihf-input-group,
#hp-msearch .ihf-search-bar-location .ihf-select-input input,
#hp-msearch .ihf-search-bar-location .ihf-select-input span {
  min-width: 465px;
}

#hp-msearch .ihf-search-bar-location {
  max-width: unset !important;
}



#hp-msearch>div.hpMsearch-container>div>div>div.hpMsearch__content>div>ihf-search>div.ihf-search.ihf-clearfix>div.ihf-top-nav>nav.ihf-navbar.ihf-navbar-expand-md.ihf-navbar-light.ihf-bg-light.ihf-border-left.ihf-border-right.ihf-border-bottom.ihf-secondary {
  display: none !important;
}

#hp-msearch .ihf-top-nav .ihf-navbar-nav button {
  height: 52px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-radius: 0px;
  padding: 0px !important;
}

#hp-msearch .ihf-top-nav {
  position: absolute;
  margin: auto;
  margin-top: -200px;
  margin-left: -63px;
  width: 1334px !important;
  max-width: 1334px !important;
}

.hpMsearch__searchbar--col.group input,
.ihf-search-bar-location .ihf-form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  display: block !important;
  height: 75px !important;
  width: calc(100% - 75px) !important;
  outline: 0;
  font-size: 14px !important;
  padding: 0 10px !important;
  border: 1px solid #88b4be !important;
  border-right: 0 !important;
  border-radius: 0px !important;
}

.hpMsearch__searchbar--col.fields {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px 0;
  margin: 30px 0;
}

.hpMsearch__searchbar--col.fields>div {
  width: calc(50% - 10px);
}

.hpMsearch__searchbar--col.fields>div button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  display: block;
  font-size: 14px;
  letter-spacing: 0.020em;
  text-transform: uppercase;
  background: none;
  padding: 0;
}

.hpMsearch__searchbar--col.fields>div button:after {
  content: '';
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #000;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*.hpMsearch-container .ihf-search .ihf-navbar.ihf-primary{
  padding: 0 0;
}
.hpMsearch-container .ihf-eureka.ihf-gray .ihf-bg-light,{}
.hpMsearch-container .ihf-eureka.ihf-white .ihf-bg-light{
  background: none !important;
  border: 0 !important;
}
.hpMsearch-container .ihf-search .ihf-top-nav{}
.hpMsearch-container .ihf-eureka.ihf-container-xl .ihf-search .ihf-form-control.ihf-select-multiple.ihf-select-focused{
  border: 2px solid #88b4be;
  border-radius: 0;
}
.hpMsearch-container .ihf-eureka.ihf-container-xl .ihf-search .ihf-top-nav .ihf-form-inline.ihf-search-bar-location{
  max-width: 465px !important;
}
.hpMsearch-container .ihf-eureka.ihf-container-xl .ihf-search .ihf-top-nav .ihf-form-inline.ihf-search-bar-location div.ihf-select-input{
  height: 71px !important;
}
.hpMsearch-container .ihf-eureka.ihf-container-xl .ihf-search .ihf-top-nav .ihf-form-inline.ihf-search-bar-location div.ihf-select-input input{
  height: 64px;
}
.hpMsearch-container .ihf-eureka.ihf-container-xl .ihf-search .ihf-top-nav .ihf-form-inline.ihf-search-bar-location span.ihf-input-group-append button{
  width: 75px;
  height: 75px;
  background: #04293E;
  background: linear-gradient(-45deg, rgba(4, 41, 62, 1) 0%, rgba(55, 94, 110, 1) 100%);
  border-radius: 0;
  border: 0;
  font-size: 0;
  font-weight: 400;
  padding: 0 0;
}
.hpMsearch-container .ihf-eureka.ihf-container-xl .ihf-search .ihf-top-nav .ihf-form-inline.ihf-search-bar-location span.ihf-input-group-append button i{
  font-size: 38px;
}
.hpMsearch-container .ihf-eureka.ihf-container-gte-md .ihf-navbar-expand-md .ihf-navbar-nav .ihf-nav-link{
  text-transform: uppercase;
  color:#000;
}
.hpMsearch-container .ihf-eureka.ihf-container-gte-md .ihf-navbar-expand-md .ihf-navbar-nav .ihf-nav-link:after{
  border-top-color: #000;
}*/
@media only screen and (min-width: 992px) {
  .hpMsearch__searchbar {
    max-width: none;
  }

  .hpMsearch__searchbar--col.group ::-webkit-input-placeholder {
    letter-spacing: 0.150em;
  }

  .hpMsearch__searchbar--col.group ::-moz-placeholder {
    letter-spacing: 0.150em;
  }

  .hpMsearch__searchbar--col.group :-ms-input-placeholder {
    letter-spacing: 0.150em;
  }

  .hpMsearch__searchbar--col.group :-moz-placeholder {
    letter-spacing: 0.150em;
  }

  .hpMsearch__searchbar {
    margin: 26px 0 0 max(-2.813vw, -45px);
  }

  .hpMsearch__searchbar form {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }

  .hpMsearch__searchbar--col.group {
    width: 390px;
  }

  .hpMsearch__searchbar--col.group input {
    font-size: 12px;
  }

  .hpMsearch__searchbar--col.fields {
    gap: 10px;
    margin: 0 0 0;
  }

  .hpMsearch__searchbar--col.fields>div {
    width: auto;
  }

  .hpMsearch__searchbar--col.fields>div button {
    font-size: 13px;
  }

  .hpMsearch__searchbar--col.button {
    width: 150px;
  }

  .hp-cta {
    padding: 35px 0;
  }

  .cta-bg {
    clip-path: inset(0 0 0 0);
    -moz-clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    overflow: hidden;
  }

  .cta-bg canvas {
    position: fixed;
    top: 0;
    left: 0;
  }

  .hpMsearch {
    padding: 98px 0 75px;
  }

  .hpMsearch:after {
    content: '';
    z-index: 2;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: #ffffff;
  }

  .hpMsearch-container {
    z-index: 3;
  }

  .hpMsearch__content:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    background: var(--primary);
    left: max(-2.813vw, -45px);
    top: max(-2.5vw, -40px);
    width: 39.443%;
    height: 81.819%;
  }

  .msearch-bg {
    clip-path: inset(0 0 0 0);
    -moz-clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    overflow: hidden;
  }

  .msearch-bg canvas {
    position: fixed;
    top: 0;
    left: 0;
  }

  .hpMsearch-container {
    max-width: calc(100% - 60px);
  }

  .hpMsearch__top {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }

  .hpMsearch-container .ihf-search .ihf-listings-container,
  .hpMsearch-container .ihf-search .ihf-mapboxgl-canvas,
  .hpMsearch-container .ihf-search .ihf-mapboxgl-map {
    height: 100% !important;
  }

  .hpMsearch__top--button {
    margin: 0 0 0;
  }

  #hp-msearch .ihf-top-nav button[data-toggle="collapse"]{
    font-size: 14px!important;
  }
}

/* Home Socials : END */
@media only screen and (min-width: 1200px) {
  .hpMsearch__searchbar--col.fields {
    gap: 20px;
  }

  .hpMsearch__searchbar--col.fields>div button {
    letter-spacing: 0.150em;
    font-size: 14px;
  }

  .hpMsearch__searchbar--col.group {
    width: 465px;
  }

  .hpMsearch__searchbar--col.group input {
    padding: 0 10px 0 15px;
    font-size: 14px;
  }

  .hpMsearch__searchbar--col.button {
    width: 230px;
  }
}

@media only screen and (max-width: 1440px) {

  /* Home Properties : START */
  .properties-text {
    margin-left: 48%;
  }

  /* Home Properties : END */
}

@media only screen and (max-width: 1366px) {

  /* Home Hero : START */
  .qsearch-form .gsite-input input,
  .qsearch-form .gsite-input select {
    padding: 0 10px;
  }

  /* Home Hero : END */
  /* Home CTA : START */
  .cta-name {
    font-size: 18px;
  }

  /* Home CTA : END */
  /* Home Properties : START */
  .properties-heading {
    left: 80px;
  }

  .properties-accent {
    width: 430px;
  }

  /* Home Properties : END */
  /* Home Socials : START */
  .socials-name {
    font-size: 12px;
  }

  #hp-msearch .ihf-top-nav {
    width: 100% !important;
    margin-left: 0px !important;
  }


  #hp-msearch .ihf-search-bar-location {
    width: 100% !important;
    padding: 0px;
    margin: 0px;
  }

  #hp-msearch .ihf-top-nav .ihf-navbar {
    flex-wrap: wrap !important;
    gap: 20px;
  }

  /* Home Socials : END */
}

@media only screen and (max-width: 1199px) {

  /* Floating Contact - SMIs : START */
  .floating-contact-smis {
    right: 15px;
  }

  /* Floating Contact - SMIs : END */
  /* Home Hero : START */
  .qsearch-form .gsite-input input,
  .qsearch-form .gsite-input select {
    font-size: 12px;
    padding: 0 5px;
  }



  a.scroll-down {
    left: 15px;
  }

  /* Home Hero : END */
  /* Home CTA : START */
  .cta-name {
    font-size: 14px;
  }

  /* Home CTA : END */
  /* Home Properties : START */
  .properties-heading {
    left: 20px;
  }

  .properties-list {
    margin: 0 -20px;
  }

  .properties-item {
    padding: 0 20px;
  }

  .properties-accent {
    width: 300px;
  }

  /* Home Properties : END */
  /* Home Welcome : START */
  .welcome-image {
    padding-top: 180px;
  }

  /* Home Welcome : END */
  /* Home History : START */
  .history-text {
    padding: 0 50px;
  }

  .history-arrows {
    padding: 0 15px;
  }

  /* Home History : END */
  /* Home Team : START */
  .team-name {
    font-size: 18px;
  }

  /* Home Team : END */
  /* Home Socials : START */
  .socials-item {
    padding: 0 10px;
  }

  .socials-name {
    font-size: 11px;
  }

  /* Home Socials : END */
}

@media only screen and (max-width: 991px) {

  /* Home Hero : START */
  a.scroll-down {
    display: none;
  }

  .qsearch-holder {
    position: relative;
  }

  .qsearch-container {
    max-width: 530px;
  }

  .qsearch-form div:nth-child(3)::before,
  .qsearch-form div:nth-child(4)::before,
  .qsearch-form div:nth-child(6)::before {
    display: none;
  }

  .qsearch-form .heading-title {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .qsearch-form .gsite-input {
    padding: 5px;
  }

  .qsearch-form .gsite-input::before {
    left: 0;
  }

  .qsearch-form .gsite-input-lg,
  .qsearch-form .gsite-input-md {
    width: 100%;
  }

  .qsearch-form .gsite-input-sm {
    width: 50%;
  }

  .qsearch-form .gsite-input input,
  .qsearch-form .gsite-input select {
    padding: 0 15px;
  }

  .qsearch-form .gsite-submit {
    width: calc(50% - 10px);
    margin: 15px 5px 0;
  }

  .qsearch-form .gsite-submit button {
    width: 100%;
  }

  .qsearch-form a.advanced-button {
    width: calc(50% - 10px);
    margin: 15px 5px 0;
  }

  /* Home Hero : END */
  /* Home CTA : START */
  .cta-container {
    max-width: 530px;
  }

  .cta-item {
    width: 100%;
  }

  .cta-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .cta-name {
    font-size: 16px;
  }

  /* Home CTA : END */
  /* Home Properties : START */
  .properties-holder {
    width: 100%;
  }

  .properties-heading {
    position: relative;
    left: inherit;
    bottom: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .properties-accent {
    display: none;
  }

  .properties-text {
    padding: 50px 15px;
    margin-left: 0;
    text-align: center;
  }

  .properties-address {
    width: 100%;
  }

  .properties-specs {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  a.properties-view {
    position: relative;
    right: inherit;
    top: inherit;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
    margin: 15px auto 0;
  }

  .properties-arrows {
    position: relative;
    bottom: inherit;
    left: inherit;
    justify-content: center;
  }

  .properties-arrow {
    width: auto;
    height: auto;
    margin: 0 5px;
  }

  /* Home Properties : END */
  /* Home Welcome : START */
  .hp-welcome {
    padding: 50px 0 0;
  }

  .welcome-container {
    max-width: 630px;
  }

  .welcome-text {
    width: 100%;
    padding: 0 0 20px 35px;
  }

  .welcome-image {
    width: 100%;
    padding-top: 50px;
  }

  /* Home Welcome : END */
  /* Home History : START */
  .history-container {
    max-width: 630px;
  }

  .history-left {
    width: 100%;
  }

  .history-right {
    width: 100%;
    margin-top: 50px;
  }

  /* Home History : END */
  /* Home Stats : START */
  .stats-container {
    max-width: 350px;
  }

  .stats-item {
    width: 100%;
  }

  .stats-item:not(:last-child) {
    margin-bottom: 50px;
  }

  /* Home Stats : END */
  /* Home Areas : START */
  .hp-areas {
    padding: 50px 0 30px;
  }

  .areas-container {
    max-width: 530px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .map-outer {
    height: auto !important;
  }

  .map-inner {
    transform: none !important;
  }

  .map-transparent,
  .map-true,
  map,
  .map-hovers {
    display: none;
  }

  .map-text {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 500px;
  }

  .map-text .gsite-title {
    position: relative;
    top: auto;
    left: 0;
    max-width: 320px;

  }

  .map-list {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
  }

  .map-list ul {
    columns: 1;
  }

  .map-text>.gsite-title small {
    letter-spacing: 1.5px
  }

  .map-text>.gsite-title small:last-child {
    text-align: left;
    padding-left: 0;
  }

  .map-list ul li a {
    font-size: 16px;
  }

  /* Home Areas : END */
  /* Home Team : START */
  .hp-team {
    padding: 50px 0;
  }

  .team-container {
    max-width: 630px;
  }

  .team-left {
    width: 100%;
    padding-top: 0;
  }

  .team-right {
    width: 100%;
    margin-top: 50px;
  }

  .team-list:not(.slick-initialized) .team-item {
    width: 50%;
  }

  /* Home Team : END */
  /* Home Socials : START */
  .socials-container {
    max-width: 430px;
  }

  .socials-item {
    width: 100%;
  }

  /* Home Socials : END */

  #hp-msearch .ihf-top-nav:has(.ihf-navbar-collapse.ihf-show){
    margin-top: -430px;
  }

  .hpMsearch__content:has(.ihf-navbar-collapse.ihf-show){
    margin-top: 450px;
  }

  #hp-msearch .ihf-top-nav button[data-toggle="collapse"]{
    font-size: 14px!important;
  }

  li:has(button[aria-label="More Filters"]),
  li:has(button.ihf-btn.ihf-btn-primary.ihf-btn-block){
    display: none!important;
  }

}

@media only screen and (max-width: 575px) {

  /* Home History : START */
  .history-title {
    font-size: 22px;
  }

  /* Home History : END */
  /* Home Stats : START */
  .stats-number {
    font-size: 42px;
  }

  /* Home Stats : END */

  a.close-qs {
    color: #000;
  }
}

.grecaptcha-badge {
  z-index: 9999;
}

/* qs buttons */
.slider-buttons {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 45px;
  left: 0;
  padding: 38px 0;
  z-index: 9 !important;
}

.slider-buttons a {
  color: #fff;
}

.slider-buttons a:nth-child(1) {
  margin-right: 10px;
}

a.close-qs {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  vertical-align: middle;
  font-size: 15px;
  color: #ffffff;
  transition: all var(--default-transition);
}