* {
  box-sizing: border-box;
}

html {
  background: #dedede;
}

body {
  margin: 0;
  color: #a9afb5;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 14px;
  line-height: 22px;
}

a {
  text-decoration: none;
}

.site {
  width: min(1240px, 100%);
  margin: 24px auto 0;
  background: #fcfcfc;
  overflow: hidden;
}

.header {
  height: 125px;
  background: #0c141d;
  position: relative;
  z-index: 5;
}

.header-inner {
  position: relative;
  height: 100%;
  padding: 0 36px;
}

.brand {
  position: absolute;
  left: 38px;
  top: 42px;
  width: 278px;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.client-login {
  position: absolute;
  top: 18px;
  right: 84px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  height: 29px;
  padding: 0 18px;
  border-radius: 4px;
  background: #f44538;
  color: #fff;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.nav {
  position: absolute;
  right: 31px;
  bottom: 22px;
  display: flex;
  align-items: flex-end;
  gap: 0;
  font-family: "Exo", Arial, sans-serif;
}

.nav a {
  position: relative;
  display: block;
  padding: 0 18px 12px;
  color: #7f8790;
  font-size: 15px;
  line-height: 20px;
  transition: color .22s ease;
}

.nav a:hover,
.nav a.active {
  color: #fff;
}

.nav a.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ff4141;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  height: 460px;
  overflow: hidden;
  background: #111;
}

.rev-hero {
  height: 460px;
}

.rev-hero .rev_slider_wrapper,
.rev-hero .rev_slider {
  width: 100% !important;
  height: 460px !important;
}

.mfnrsagromediumlight {
  font-family: "Exo", Arial, sans-serif !important;
  color: #fff !important;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-style: none;
  text-shadow: none;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center top;
  background-size: cover;
  transition: opacity .1s ease;
  transform: translateZ(0);
}

.slide.active {
  opacity: 1;
}

.slide h1 {
  position: absolute;
  left: 733px;
  top: 164px;
  width: 430px;
  margin: 0;
  opacity: 0;
  color: #fff;
  font-family: "Exo", Arial, sans-serif;
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 0;
  transition: opacity .3s cubic-bezier(.55,.09,.68,.53);
}

.slide:nth-child(2) h1 {
  top: 307px;
  left: 737px;
}

.slide-mid h1 {
  left: 396px;
  top: 309px;
}

.slide-low h1 {
  left: 760px;
  top: 382px;
}

.slide-high h1 {
  left: 133px;
  top: 66px;
}

.slide.caption-on h1 {
  opacity: 1;
}

.rev-slots {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.rev-slot {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 1240px 460px;
  background-position: center top;
  will-change: transform, opacity, clip-path;
}

.rev-slot.fade {
  animation-name: revFade;
}

.rev-slot.slide-left {
  animation-name: revSlideLeft;
}

.rev-slot.slide-up {
  animation-name: revSlideUp;
}

.rev-slot.slot-vertical {
  animation-name: revSlotVertical;
}

.rev-slot.slot-horizontal {
  animation-name: revSlotHorizontal;
}

@keyframes revFade {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes revSlideLeft {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(-55px); }
}

@keyframes revSlideUp {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-45px); }
}

@keyframes revSlotVertical {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(100%); }
}

@keyframes revSlotHorizontal {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(100%); }
}

.band {
  background-color: #f8f9fb;
}

.section-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.intro {
  padding: 80px 0 92px;
}

.intro-grid,
.communication-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.copy h2 {
  margin: 8px 0 25px;
  color: #143d3a;
  font-family: "Exo", Arial, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}

.copy h3 {
  margin: 0 0 34px;
  color: #ff4141;
  font-family: "Exo", Arial, sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.copy p {
  margin: 0 0 14px;
  font-weight: 700;
  color: #bbc0c5;
}

.two-cols {
  columns: 2;
  column-gap: 34px;
  padding-right: 24px;
}

.two-cols p {
  break-inside: avoid;
}

.hover-image {
  position: relative;
  display: block;
  width: 550px;
  max-width: 100%;
  margin: 0 0 0 auto;
}

.hover-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hover-image .hidden {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .3s ease;
}

.hover-image:hover .hidden {
  opacity: 1;
}

.separator {
  height: 3px;
  margin: 90px 0 42px;
  background-image: url("assets/img/home_agro_sep.png");
  background-repeat: repeat-x;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.pillars article {
  min-height: 180px;
}

.pillars p {
  margin: 0 0 8px;
  color: #ff4141;
  font-family: "Exo", Arial, sans-serif;
  font-size: 14px;
}

.pillars h4 {
  margin: 0 0 15px;
  color: #032c27;
  font-family: "Exo", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 5px;
}

.pillars img {
  display: block;
  margin: 0 auto 24px;
  width: 27px;
  height: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 39px;
  padding: 0 18px;
  border-radius: 4px;
  background: #ff4141;
  color: #fff;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s ease;
}

.button:hover {
  background: #e23838;
}

.communication {
  padding: 80px 0 76px;
  background: #fcfcfc;
}

.communication .second {
  margin: 0 auto 0 36px;
}

.centered-copy {
  text-align: center;
  padding: 0 10px 0 22px;
}

.centered-copy h2 {
  margin-top: 10px;
}

.lead {
  max-width: 520px;
  margin: 0 auto !important;
}

.communication .separator {
  margin: 54px 0 34px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 36px;
  text-align: center;
}

.features article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: start;
}

.features h5 {
  margin: 4px 0 5px;
  color: #27413f;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.features p {
  margin: 0;
  color: #b8bdc3;
  font-weight: 700;
}

.bubble-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -3px;
  fill: none;
  stroke: #ff4141;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.faq-section {
  padding: 8px 0 92px;
  background: #fcfcfc;
}

.faq-grid {
  display: grid;
  grid-template-columns: 365px 1fr;
  gap: 40px;
}

.faq-grid > h2 {
  margin: 18px 0 0 24px;
  color: #ff4141;
  font-family: "Exo", Arial, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.accordion {
  min-height: 365px;
  border-left: 2px solid #ff4141;
  padding-left: 18px;
}

.question {
  color: #aeb4ba;
}

.question button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 13px 0;
  color: #666;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.question button span {
  float: left;
  width: 20px;
  color: #aeb4ba;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.question button span:before {
  content: "+";
}

.question.open button {
  color: #ff4141;
}

.question.open button span:before {
  content: "-";
}

.answer {
  display: none;
  max-width: 690px;
  margin: 0 auto;
  color: #b8bdc3;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.question.open .answer {
  display: block;
}

.footer {
  background: #001821;
  color: #b8c0c5;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  max-width: 1220px;
  min-height: 88px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer img {
  width: 177px;
  margin-left: 110px;
}

.footer p {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
}

.subhero {
  position: relative;
  height: 253px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.subhero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 65, 65, .70);
  mix-blend-mode: multiply;
}

.subhero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 65, 65, .22);
}

.subhero h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: "Exo", Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.inner-page {
  background: #f8f9fb;
}

.page-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.heading-block {
  padding: 52px 0 38px;
  text-align: center;
}

.heading-block.loose {
  padding: 80px 0 54px;
}

.heading-icon {
  display: block;
  width: 42px;
  height: 38px;
  margin: 0 auto 20px;
}

.inner-page h2 {
  margin: 0;
  color: #032c27;
  font-family: "Exo", Arial, sans-serif;
  font-size: 44px;
  line-height: 44px;
  font-weight: 300;
}

.inner-page h3 {
  margin: 0 0 34px;
  color: #032c27;
  font-family: "Exo", Arial, sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
}

.inner-page h4 {
  margin: 0 0 7px;
  color: #ff4141;
  font-family: "Exo", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.inner-page h5 {
  margin: 0 0 7px;
  color: #ff4141;
  font-family: "Exo", Arial, sans-serif;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.internal-copy,
.internal-copy p {
  color: #aeb5bb;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.admin-grid {
  display: grid;
  grid-template-columns: 551px 1fr 1fr;
  gap: 52px 24px;
  align-items: start;
  padding-top: 58px;
  padding-bottom: 70px;
}

.hover-image.internal {
  width: 551px;
}

.feature-column {
  display: grid;
  gap: 48px;
}

.pin-feature {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: start;
}

.pin-icon {
  width: 38px;
  height: 38px;
  margin-top: -2px;
  fill: #ff4141;
  stroke: #ff4141;
  stroke-width: 1.6;
}

.rentals-grid {
  display: grid;
  grid-template-columns: 1fr 551px;
  gap: 60px;
  align-items: start;
  padding-bottom: 160px;
}

.rentals-grid .internal-copy {
  max-width: 560px;
  text-align: center;
}

.page-separator {
  height: 3px;
  max-width: 1180px;
  margin: 0 auto 78px;
  background-image: url("./assets/img/home_agro_sep.png");
  background-repeat: repeat-x;
}

.history-grid {
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 58px;
  padding: 80px 20px 150px;
}

.history-grid .hover-image {
  width: 550px;
}

.history-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px 70px;
  padding-top: 34px;
}

.history-feature {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: start;
}

.lucide-feature {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #ff4141;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.history-feature h4 {
  color: #032c27;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.inmobiliaria-page {
  min-height: 1325px;
}

.real-estate-intro {
  padding: 86px 20px 55px;
  text-align: center;
}

.real-estate-intro h4 {
  margin: 88px 0 66px;
  font-size: 30px;
  line-height: 34px;
}

.real-estate-intro p {
  max-width: 1060px;
  margin: 0 auto;
  color: #aeb5bb;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.real-estate-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 18px 0 136px;
}

.real-estate-form h4 {
  margin: 0 0 62px;
  text-align: center;
  font-size: 30px;
  line-height: 34px;
}

.property-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 20px;
}

.property-form input,
.property-form textarea {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #90979d;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 13px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, .04);
}

.property-form input {
  height: 42px;
}

.property-form textarea,
.property-form .full {
  grid-column: 1 / -1;
}

.property-form textarea {
  min-height: 76px;
  resize: vertical;
}

.property-form button {
  width: 88px;
  height: 45px;
  border: 0;
  border-radius: 4px;
  background: #ff4141;
  color: #fff;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.property-form button:hover {
  background: #e23838;
}

.property-form .website-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.property-form button[disabled] {
  cursor: default;
  opacity: .7;
}

.captcha-field {
  display: grid;
  grid-template-columns: max-content 175px;
  justify-content: start;
  gap: 28px;
  align-items: center;
  margin: 0;
  color: #a9afb5;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 14px;
  line-height: 20px;
}

.captcha-field strong {
  color: #ff4141;
  font-weight: 700;
}

.property-form .form-status {
  min-height: 22px;
  color: #a9afb5;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.property-form .form-status.ok {
  color: #032c27;
}

.property-form .form-status.error {
  color: #ff4141;
}

.contact-page {
  min-height: 1110px;
}

.contact-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 55px;
  align-items: start;
  padding-top: 67px;
  padding-bottom: 64px;
}

.map-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 460px;
  overflow: hidden;
  background: #e7e7e7;
}

.map-tile-grid {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  grid-template-columns: repeat(4, 256px);
  grid-template-rows: repeat(3, 256px);
  width: 1024px;
  height: 768px;
  transform: translate(-503px, -294px);
  filter: saturate(.74) contrast(.98) brightness(1.03);
}

.map-tile-grid img {
  display: block;
  width: 256px;
  height: 256px;
}

.static-map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -29px 0 0 -12px;
  border-radius: 50% 50% 50% 0;
  background: #ff4141;
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0,0,0,.22);
}

.static-map-pin:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.75);
}

.static-map-controls {
  position: absolute;
  right: 10px;
  bottom: 28px;
  width: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
}

.static-map-controls b {
  display: block;
  height: 39px;
  font-weight: 400;
}

.static-map-controls b + b {
  border-top: 1px solid #e5e5e5;
}

.static-map-attribution {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1px 5px;
  background: rgba(255,255,255,.82);
  color: #444;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.location-copy {
  padding: 14px 22px 0 0;
}

.location-copy h3 {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
}

.location-copy > p {
  margin: 0 0 43px;
  color: #74817f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.contact-card {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: start;
}

.contact-card img {
  width: 38px;
  height: auto;
  margin-top: 0;
}

.contact-card h4 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 28px;
}

.contact-card p {
  margin: 0 0 14px;
  color: #aeb5bb;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.contact-separator {
  margin-bottom: 77px;
}

.contact-form-block {
  padding-bottom: 120px;
}

.contact-form-block h4 {
  margin-bottom: 64px;
  color: #032c27;
}

.news-page {
  padding: 78px 0 100px;
}

.news-list {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 20px;
}

.news-item {
  display: grid;
  grid-template-columns: 424px 1fr;
  gap: 26px;
  margin-bottom: 42px;
  align-items: start;
}

.news-thumb {
  position: relative;
  display: block;
  height: 241px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: 0 0 7px rgba(0,0,0,.12);
  background: #fff;
}

.news-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .28s ease;
}

.news-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  opacity: 0;
  background: rgba(255,65,65,.88);
  transition: opacity .28s ease;
}

.news-actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  height: 50%;
  opacity: 0;
  transition: opacity .28s ease;
}

.news-actions button,
.news-actions a {
  display: grid;
  place-items: center;
  width: 50%;
  height: 100%;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.32);
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.news-actions a:last-child {
  border-right: 0;
}

.news-actions svg {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.news-thumb:hover img {
  opacity: .43;
}

.news-thumb:hover .news-mask,
.news-thumb:hover .news-actions {
  opacity: 1;
}

.news-copy {
  padding-top: 12px;
}

.news-copy h2 {
  margin: 0 0 9px;
  font-size: 44px;
  line-height: 43px;
  font-weight: 400;
}

.news-copy h2 a {
  color: #143d3a;
  transition: color .2s ease;
}

.news-copy h2 a:hover {
  color: #ff4141;
}

.news-copy p {
  margin: 0 0 16px;
  color: #b8bdc3;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 36px;
  padding: 0 12px;
  background: #fbfbfb;
  color: #b8bdc3;
  font-size: 12px;
  font-weight: 700;
}

.news-meta button {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #ff4141;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.news-meta svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #ff4141;
  stroke-width: 1.8;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 34px;
  background: rgba(0,0,0,.76);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  display: block;
  max-width: min(940px, 92vw);
  max-height: 86vh;
  border: 8px solid #fff;
  background: #fff;
  box-shadow: 0 6px 28px rgba(0,0,0,.45);
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 38px;
  cursor: pointer;
}

.article-page {
  padding: 38px 0 92px;
}

.article-wrap {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-nav-strip {
  display: flex;
  justify-content: flex-start;
  min-height: 38px;
  margin-left: 94px;
  margin-bottom: 12px;
}

.post-nav-button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  background: #e9e9e9;
  color: #8f8f8f;
  transition: background .2s ease;
}

.post-nav-button:hover {
  background: #ff4141;
  color: #fff;
}

.post-nav-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fixed-post-nav {
  position: fixed;
  left: 0;
  top: 46%;
  z-index: 20;
  display: flex;
  align-items: center;
  width: 44px;
  min-height: 92px;
  overflow: hidden;
  background: #ff4141;
  color: #fff;
  transition: width .25s ease;
}

.fixed-post-nav:hover {
  width: 360px;
}

.fixed-post-nav.next {
  left: auto;
  right: 0;
  flex-direction: row-reverse;
}

.fixed-post-nav .arrow {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
}

.fixed-post-nav svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.fixed-post-nav img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 6px 12px 6px 0;
}

.fixed-post-nav h6 {
  min-width: 210px;
  margin: 0 0 5px;
  color: #fff;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.fixed-post-nav small {
  color: rgba(255,255,255,.78);
  font-size: 12px;
}

.article-header {
  position: relative;
  min-height: 78px;
  padding: 0 115px 22px 94px;
}

.article-love {
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-right: 22px;
  border-right: 1px solid #e5e5e5;
  color: #a8a8a8;
  font-family: "Exo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.article-love svg {
  width: 17px;
  height: 17px;
  fill: #ff4141;
  stroke: #ff4141;
}

.article-header h1 {
  margin: 0;
  color: #032c27;
  font-family: "Exo", Arial, sans-serif;
  font-size: 43px;
  line-height: 46px;
  font-weight: 300;
}

.article-header.compact-title h1 {
  font-size: 34px;
  line-height: 38px;
}

.article-media-row {
  position: relative;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
  align-items: start;
}

.share-rail {
  width: 82px;
  padding: 14px 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
}

.share-item {
  margin: 0 0 19px;
}

.share-count {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 45px;
  margin: 0 auto 8px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.share-count:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -6px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: #fff;
  transform: rotate(-45deg);
}

.share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 58px;
  height: 22px;
  margin: 0 auto;
  border-radius: 3px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
}

.share-button.facebook {
  background: #466bb4;
}

.share-button.twitter {
  background: #43a7f5;
}

.share-button.pinterest {
  background: #c90019;
}

.share-button svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.article-photo {
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  box-shadow: 0 0 7px rgba(0,0,0,.12);
  background: #fff;
}

.article-photo.news-thumb {
  height: auto;
  aspect-ratio: auto;
}

.article-photo.natural-photo {
  max-width: 690px;
  margin: 0 auto;
}

.article-photo.wide-photo {
  max-width: 730px;
}

.article-photo.extra-wide-photo {
  max-width: 800px;
}

.article-photo.full-wide-photo {
  max-width: 829px;
}

.article-photo.portrait-photo {
  max-width: 310px;
}

.article-photo.morososexpensas-photo {
  max-width: 335px;
}

.article-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.article-photo .news-mask {
  height: 104px;
}

.article-photo .news-actions {
  left: 0;
  right: 0;
  bottom: 0;
  height: 104px;
  justify-content: center;
}

.article-photo .news-actions button {
  width: 100%;
  border-right: 0;
}

.article-photo .news-actions svg {
  width: 32px;
  height: 32px;
}

.article-content {
  max-width: 885px;
  margin: 54px 0 0 126px;
  color: #aeb5bb;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.article-content.wide-content {
  max-width: none;
  margin-left: 0;
}

.article-content p {
  margin: 0 0 18px;
}

.article-content strong {
  color: #9fa7ad;
}

.article-content a {
  color: #ff4141;
}

.article-content a:hover {
  color: #e33535;
}

.related-posts {
  margin-top: 72px;
}

.related-posts h4 {
  margin: 0 0 30px;
  color: #ff4141;
  font-family: "Exo", Arial, sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 300;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.related-card .news-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5 / 1;
  border: 8px solid #fff;
}

.related-card .news-actions svg {
  width: 32px;
  height: 32px;
  stroke-width: 2.15;
}

.related-date {
  display: inline-block;
  margin-top: 14px;
  padding: 3px 8px;
  background: #f5f5f5;
  color: #a8a8a8;
  font-size: 12px;
  line-height: 18px;
}

.related-card h4 {
  margin: 13px 0 15px;
  font-size: 23px;
  line-height: 28px;
}

.related-card h4 a {
  color: #ff4141;
}

.related-card h4 a:hover {
  color: #ff4141;
}

.related-read {
  display: inline-flex;
  align-items: center;
  height: 34px;
  overflow: hidden;
  border-radius: 3px;
  background: #ff4141;
  color: #fff;
  font-family: "Droid Serif", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.related-read span:first-child {
  display: grid;
  place-items: center;
  width: 36px;
  height: 34px;
  background: rgba(0,0,0,.08);
}

.related-read span:last-child {
  padding: 0 12px;
}

@media (max-width: 1239px) {
  .site {
    margin-top: 0;
  }

  .header {
    height: auto;
    min-height: 103px;
  }

  .brand {
    top: 31px;
  }

  .menu-toggle {
    position: absolute;
    right: 16px;
    top: 44px;
    display: grid;
    gap: 5px;
    width: 35px;
    height: 35px;
    padding: 7px;
    border: 0;
    border-radius: 3px;
    background: transparent;
  }

  .menu-toggle span {
    display: block;
    height: 2px;
    background: #8c949b;
  }

  .nav {
    display: none;
    position: static;
    padding: 104px 0 0;
    flex-direction: column;
    align-items: stretch;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 14px 20px;
    background: #101b26;
    border-top: 1px solid rgba(255,255,255,.06);
  }

  .nav a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-inner {
    padding: 0 18px;
  }

  .brand {
    left: 20px;
    width: 230px;
  }

  .client-login {
    right: 68px;
    min-width: auto;
    padding: 0 12px;
  }

  .hero,
  .rev-hero,
  .rev-hero .rev_slider_wrapper,
  .rev-hero .rev_slider {
    height: 260px;
  }

  .slide h1,
  .slide:nth-child(2) h1,
  .slide-mid h1,
  .slide-low h1,
  .slide-high h1 {
    left: 34px;
    top: auto;
    bottom: 45px;
    width: auto;
    font-size: 38px;
    line-height: 42px;
  }

  .intro,
  .communication,
  .faq-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .intro-grid,
  .communication-grid,
  .pillars,
  .features,
  .faq-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .two-cols {
    columns: 1;
  }

  .copy h2 {
    font-size: 24px;
    line-height: 27px;
  }

  .hover-image,
  .communication .second {
    margin: 20px auto 0;
  }

  .separator {
    margin: 45px 0 30px;
  }

  .pillars {
    gap: 35px;
  }

  .centered-copy {
    padding: 0;
  }

  .faq-grid > h2 {
    margin: 0;
  }

  .accordion {
    border-left: 0;
    padding-left: 0;
  }

  .footer-inner {
    justify-items: center;
    padding: 20px;
    text-align: center;
  }

  .footer img {
    margin-left: 0;
  }

  .subhero {
    height: 190px;
  }

  .inner-page h2 {
    font-size: 31px;
    line-height: 34px;
  }

  .admin-grid,
  .rentals-grid,
  .history-grid,
  .history-features,
  .contact-top,
  .news-item,
  .property-form {
    grid-template-columns: 1fr;
  }

  .admin-grid,
  .rentals-grid,
  .history-grid {
    gap: 35px;
    padding-bottom: 60px;
  }

  .hover-image.internal,
  .history-grid .hover-image {
    width: 100%;
  }

  .real-estate-intro h4,
  .real-estate-form h4 {
    margin: 45px 0 35px;
    font-size: 24px;
    line-height: 28px;
  }

  .map-frame {
    height: 360px;
  }

  .location-copy {
    padding-right: 0;
  }

  .fixed-post-nav {
    display: none;
  }

  .article-media-row,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .share-rail {
    display: flex;
    gap: 12px;
    width: auto;
    justify-content: center;
  }

  .share-item {
    margin-bottom: 0;
  }

  .article-content {
    margin-left: 0;
  }

  .article-header {
    padding-right: 0;
  }

  .article-love {
    position: static;
    margin-bottom: 18px;
    padding-left: 0;
    border-left: 0;
  }

  .article-header h1 {
    font-size: 35px;
    line-height: 38px;
  }

  .news-copy h2 {
    font-size: 31px;
    line-height: 34px;
  }

  .news-thumb {
    height: auto;
    aspect-ratio: 424 / 241;
  }
}
