body {
  color: #121212;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #5bbb61;
  text-decoration: none;
}

a:hover {
  color: #3eae49;
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.heading1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

.subheading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6em;
}

.subheading.hero {
  font-size: 1.5rem;
}

.subheading.footer-hero {
  margin-bottom: 20px;
}

.heading2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5em;
}

.heading2.purple {
  color: #432767;
}

.heading2.purple.centered {
  text-align: center;
  margin-bottom: 40px;
}

.heading2.home {
  text-align: left;
}

.heading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-3.dark {
  color: #121212;
}

.heading-3.dark.features, .heading-3.features {
  margin-top: 48px;
}

.heading-3.green {
  color: #5bbb61;
}

.bodytext {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.bodytext.dark {
  color: #121212;
  font-weight: 500;
}

.bodytext-sm {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.8em;
}

.bodytext-sm.dark {
  color: #121212;
}

.bodytext-sm.dark.features {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.bodytext-sm.footer {
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  align-self: center;
  font-family: Quicksand, sans-serif;
}

.bodytext-sm.footer.copyright {
  position: relative;
}

.bodytext-sm.features {
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.8em;
}

.hero-section {
  height: 661px;
}

.hero-section.home {
  height: 1220px;
}

.container {
  height: 100%;
  max-width: 1440px;
  padding-left: 100px;
  padding-right: 100px;
}

.container.flex {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.container.flex.pricing {
  padding-left: 220px;
  padding-right: 220px;
}

.container.modal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-image {
  height: 100%;
  background-image: url('../web-images/property_manager_resized.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.background-image.about {
  background-image: url('../web-images/living-room.46eaaa3d.jpg');
  background-position: 0%;
  background-size: cover;
  position: relative;
}

.background-image.contact {
  background-image: url('../web-images/contact.jpg');
  background-position: 0 0;
  background-size: cover;
}

.background-image.tenants {
  background-image: url('../web-images/tenants_resized.jpg');
  background-position: 0 0;
  background-size: cover;
}

.background-image.landlords {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../web-images/landlords-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.background-image.hero {
  background-image: url('../web-images/MicrosoftTeams-image-3.jpg');
  background-position: 50%;
}

.background-image.home {
  background-image: url('../web-images/MicrosoftTeams-image-1.jpg');
  background-position: 50% 100%;
}

.herocontentwrapper {
  width: 66.67%;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 40px;
  display: flex;
}

.herocontentwrapper.home {
  width: 80%;
  align-items: flex-start;
  padding-top: 75px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 16px 16px 0;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  max-width: 180px;
}

.nav-menu.hide-desktop {
  display: none;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.body {
  background-color: #f5f5f5;
  overflow: visible;
}

.content-image-section {
  display: block;
}

.content-image-section.hidden {
  display: none;
}

.feature-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px rgba(0, 0, 0, .1);
  border-top-style: solid;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.feature-content {
  width: 50%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.feature-image {
  width: 50%;
}

.bodytext-lg {
  color: #121212;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6em;
}

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

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

.text-with-icon {
  align-items: center;
  display: flex;
}

.icon-wrapper {
  width: .875rem;
  height: .875rem;
  align-items: stretch;
  margin-right: 4px;
  display: flex;
}

.feature-image-wrapper {
  width: 100%;
}

.image.padding-md {
  padding: 60px;
}

.footer {
  z-index: 100;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-top {
  background-color: #121212;
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-bottom {
  background-color: #2a2a2a;
  padding-top: 24px;
  padding-bottom: 24px;
}

.links-wrapper {
  grid-column-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.flex-justify-between {
  grid-column-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.flex-justify-between.featuressection {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 0;
}

.footer-link {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: center;
  font-family: Quicksand, sans-serif;
  font-size: .825rem;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #5bbb61;
}

.social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.icon-link-wrapper {
  width: 21px;
  color: rgba(255, 255, 255, .5);
}

.icon-link-wrapper:hover {
  color: #5bbb61;
}

.icon-link-wrapper-lg {
  width: 24px;
  color: rgba(255, 255, 255, .5);
}

.icon-link-wrapper-lg:hover {
  color: #5bbb61;
}

.background-image-heading {
  height: 400px;
}

.secondaryherocontentwrapper {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.subheading-wrapper {
  width: 80ch;
  margin-left: auto;
  margin-right: auto;
}

.primary-button {
  background-color: #5bbb61;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.primary-button:hover {
  color: #fff;
  background-color: #3eae49;
  text-decoration: none;
}

.primary-button.contact {
  margin-top: 24px;
}

.primary-button.login {
  align-self: center;
}

.primary-button.full-width {
  width: 100%;
}

.primary-button.modal {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.text-section {
  width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-section.pricing {
  margin-top: 100px;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 0;
}

.cciconwrapper {
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-radius: 4px;
}

.ccicon {
  background-color: #fff;
  border-radius: 4px;
}

.fourcolumnsection {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.fourcolumnsection.purple {
  background-color: #432767;
}

.features-content-wrapper {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.features-content-wrapper.contact {
  height: 100%;
}

.features-column {
  width: 25%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.features-icon-wrapper {
  max-height: 96px;
  display: flex;
}

.features-icon-wrapper.contact {
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 48px;
}

.secondary-button {
  color: #5bbb61;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3eae49;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.secondary-button:hover {
  color: #fff;
  background-color: #3eae49;
  text-decoration: none;
}

.threecolumnsection {
  background-color: #e9ecee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.threecolumnsection.contact {
  background-color: #fff;
}

.flex-space-between {
  grid-column-gap: 16px;
  justify-content: space-around;
  display: flex;
}

.next-steps-column {
  max-width: 380px;
  min-width: 220px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.next-steps-column.contact {
  padding-left: 16px;
  padding-right: 16px;
}

.next-steps-column.contact.mid-column {
  border-left: 1px solid #e9ecee;
  border-right: 1px solid #e9ecee;
}

.next-steps-column.mid-column {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}

.terms-content-wrapper {
  width: 100%;
  display: flex;
}

.terms-link-column {
  min-width: 180px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.link-sm {
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.link-sm:hover {
  color: #3eae49;
  text-decoration: underline;
}

.language-selector {
  max-width: 160px;
  margin-left: 0;
  margin-right: 0;
}

.styles-section {
  background-color: #432767;
  padding-top: 220px;
  padding-bottom: 220px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dropdown-link {
  background-color: #fff;
  font-size: .875rem;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #5bbb61;
  background-color: #e9ecee;
}

.dropdown-link.w--current {
  color: #3eae49;
}

.dropdown-list {
  border-radius: 4px;
}

.heading-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  display: flex;
}

.heading-wrapper.home {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.learn-more-section {
  background-color: #e9ecee;
  padding-top: 64px;
  padding-bottom: 64px;
}

.small-centered-wrapper {
  max-width: 50%;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  overflow: visible;
}

.overlay.purple {
  background-image: linear-gradient(rgba(54, 17, 102, .6), rgba(54, 17, 102, .6));
}

.overlay.hero {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

.form-wrapper {
  width: 480px;
  max-width: 480px;
  background-color: #e9ecee;
  border-radius: 4px;
  margin-top: 36px;
  padding: 24px;
  display: block;
}

.teritary-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3eae49;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.teritary-button:hover {
  color: #fff;
  background-color: #3eae49;
  text-decoration: none;
}

.nav-buttons-wrapper.hide-mobile {
  grid-column-gap: 36px;
  display: flex;
}

.flag-icon {
  height: 16px;
  display: flex;
}

.html-embed {
  font-family: Montserrat, sans-serif;
}

.form-heading-wrapper {
  margin-bottom: 36px;
  padding-right: 36px;
}

.modal-overlay {
  z-index: 100;
  background-color: rgba(18, 18, 18, .5);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.modal-close-wrapper {
  height: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.image-2, .modal-close {
  height: 100%;
}

.modal-open {
  background-color: #5bbb61;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.modal-open:hover {
  color: #fff;
  background-color: #3eae49;
  text-decoration: none;
}

.modal-open.contact {
  margin-top: 24px;
}

.modal-open.login {
  align-self: center;
}

.modal-open.full-width {
  width: 100%;
}

.modal-open.modal {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .heading2.purple.centered {
    margin-bottom: 0;
  }

  .heading-3.dark.features, .heading-3.features {
    margin-top: 24px;
  }

  .hero-section {
    height: auto;
  }

  .hero-section.home {
    height: 80vh;
  }

  .hero-section.home.fr {
    height: 1200px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.flex.pricing {
    padding-left: 40px;
    padding-right: 40px;
  }

  .herocontentwrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .herocontentwrapper.home {
    width: 100%;
    padding-top: 0;
  }

  .navbar {
    background-color: #121212;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
    position: -webkit-sticky;
    position: sticky;
  }

  .brand.w--current {
    max-width: 180px;
  }

  .icon {
    font-size: 30px;
  }

  .nav-menu.hide-desktop {
    color: #fff;
    background-color: #121212;
    display: block;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    text-decoration: none;
  }

  .body {
    overflow: visible;
  }

  .content-image-section {
    padding-bottom: 60px;
  }

  .feature-content-wrapper {
    flex-direction: column;
  }

  .feature-content {
    width: 100%;
    order: -1;
  }

  .feature-image {
    width: 100%;
  }

  .image-content-section {
    padding-bottom: 60px;
  }

  .links-wrapper {
    grid-row-gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
  }

  .flex-justify-between {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .flex-justify-between.featuressection {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-around;
  }

  .footer-link {
    white-space: nowrap;
  }

  .subheading-wrapper {
    width: 80%;
  }

  .primary-button.login {
    align-self: flex-start;
  }

  .text-section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .text-section.pricing {
    height: auto;
  }

  .features-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-column {
    width: 220px;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .features-icon-wrapper {
    justify-content: center;
  }

  .flex-space-between {
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .next-steps-column {
    width: 220px;
    min-width: 0;
  }

  .next-steps-column.contact.mid-column, .next-steps-column.mid-column {
    border: 1px #000;
  }

  .terms-content-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .language-selector.hide-mobile {
    display: none;
  }

  .language-selector.mobile {
    display: block;
  }

  .dropdown-list {
    width: 100vw;
  }

  .heading-wrapper.home {
    align-items: center;
  }

  .form-wrapper {
    margin-top: 140px;
  }

  .nav-buttons-wrapper.hide-mobile {
    display: none;
  }

  .button-wrapper {
    grid-column-gap: 20px;
    padding: 20px;
    display: flex;
  }

  .button-wrapper.mobile-nav {
    grid-row-gap: 36px;
    flex-direction: column;
  }

  .modal-overlay {
    z-index: 2000;
    padding-top: 100px;
    display: none;
  }

  .modal-open.login {
    align-self: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .heading1 {
    font-size: 2.5rem;
  }

  .subheading {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .heading2 {
    font-size: 1.75rem;
  }

  .hero-section {
    height: auto;
  }

  .container.flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .herocontentwrapper {
    width: 100%;
    max-width: 100%;
  }

  .brand {
    align-self: center;
  }

  .nav-link {
    padding-left: 27px;
    padding-right: 27px;
  }

  .nav-link.bodytext-sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bodytext-lg {
    font-size: 1.2rem;
  }

  .background-image-heading {
    min-height: 400px;
  }

  .secondaryherocontentwrapper {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subheading-wrapper {
    width: auto;
  }

  .flex-space-between {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .next-steps-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .small-centered-wrapper {
    max-width: none;
  }

  .form-embed {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading2.purple {
    font-size: 1.75rem;
  }

  .herocontentwrapper.home {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .nav-menu {
    color: #fff;
    background-color: #121212;
  }

  .menu-button {
    background-color: #121212;
  }

  .menu-button.w--open {
    color: #fff;
  }

  .nav-link.bodytext-sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    overflow: visible;
  }

  .bodytext-lg {
    font-size: 1rem;
  }

  .flex.feature-icons {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .text-with-icon {
    align-items: center;
  }

  .flex-justify-between.featuressection {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .background-image-heading {
    height: auto;
    max-width: none;
    min-height: 0;
  }

  .primary-button.login {
    align-self: flex-start;
  }

  .heading-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .form-wrapper {
    width: 320px;
    max-width: 320px;
  }

  .button-wrapper.mobile-nav {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .modal-open.login {
    align-self: flex-start;
  }
}
