:root {
  --dark-blue: #51aadf;
  --light-gray: #fcfcfc;
  --light-blue: #5cc8d8;
  --envoy-green: #9ece65;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

a {
  color: #353434;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  color: var(--dark-blue);
}

.navbar {
  text-transform: uppercase;
  background-color: #fff;
  flex-direction: row;
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 1350px;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  display: flex;
}

.brand {
  background-image: url('../images/envoy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 158px;
  flex-direction: row;
  flex: 0 auto;
  min-width: 160px;
  min-height: 52px;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: static;
  left: auto;
  right: 165px;
}

.nav-menu {
  border-right: 1px #dcdcdc;
  flex-direction: row;
  align-self: auto;
  align-items: center;
  margin-left: 120px;
  padding-right: 0;
  display: flex;
  position: static;
  left: 160px;
}

.section {
  background-color: #0db14b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button {
  text-transform: uppercase;
  background-color: #0db14b;
  border-radius: 9px;
  margin-left: 40px;
  padding: 10px 30px;
  font-weight: 700;
  position: static;
  left: 160px;
  right: auto;
  box-shadow: 0 7px 16px -2px #0000001a;
}

.button:hover {
  background-color: #0ba344;
}

.text-block {
  color: #41a400;
  text-transform: uppercase;
  align-self: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.container-2 {
  position: fixed;
  top: 303px;
  left: auto;
  right: auto;
}

.background-video {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-2 {
  align-items: flex-start;
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block {
  width: 1350px;
  display: flex;
}

.div-block-2 {
  align-items: center;
  width: 220px;
  display: flex;
}

.section-3 {
  color: #fff;
  background-image: linear-gradient(to top, #00000057 55%, #fff0), url('../images/ezgif.com-webp-to-jpg-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: none;
}

.column {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  display: flex;
}

.paragraph {
  width: 800px;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 500;
}

.button-2 {
  background-color: #0db14b;
  border-radius: 10px;
  margin-top: 150px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}

.columns {
  width: 640px;
  font-weight: 500;
  display: none;
}

.column-3 {
  justify-content: space-between;
  display: block;
}

.list, .list-2 {
  padding-left: 10px;
  font-size: 16px;
  line-height: 25px;
  list-style-type: square;
}

.list-item {
  list-style-type: square;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  width: 1350px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  float: left;
  border-radius: 10px;
  max-width: 200px;
  margin-right: 20px;
}

.div-block-4 {
  background-color: #fff;
  place-content: stretch center;
  align-items: center;
  padding: 30px 20px;
  font-family: Montserrat, sans-serif;
  box-shadow: 0 1px 16px -11px #000;
}

.popular-feature-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 18px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.section-4 {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
}

.text-block-2 {
  text-align: center;
  font-size: 24px;
}

.column-4 {
  padding-left: 0;
}

.column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.section-5 {
  padding: 60px 100px;
}

.grid-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  padding-top: 0;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
  box-shadow: 0 3px 6px 2px #0000001a;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
}

.text-block-4 {
  text-align: center;
  font-size: 16px;
}

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

.div-block-6 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.column-7 {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-6 {
  align-items: flex-end;
  padding-top: 30px;
  display: flex;
}

.heading-3 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}

.paragraph-3 {
  text-align: center;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 32px;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px 40px;
  display: flex;
}

.button-3 {
  color: #3898ec;
  text-transform: uppercase;
  background-color: #0000;
  border: 3px solid #3898ec;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
}

.section-7 {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 1350px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.text-field {
  border-radius: 10px;
  padding: 30px;
}

.column-9 {
  padding-left: 0;
}

.column-10 {
  padding-right: 0;
}

.form {
  font-size: 16px;
}

.field-label {
  margin-top: 20px;
}

.select-field, .select-field-2 {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.message-field {
  border-radius: 10px;
  padding: 30px 30px 140px;
}

.submit-button {
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px 60px;
  font-size: 20px;
  display: inline-block;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.section-8 {
  background-color: #fff;
  padding: 30px 60px 0;
}

.columns-4 {
  border-bottom: 1px solid #dfdfdf;
  width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.column-11 {
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand--footer {
  background-image: url('../images/envoy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 158px;
  flex-direction: row;
  flex: 0 auto;
  min-width: 160px;
  min-height: 52px;
  margin-right: 4px;
  padding-bottom: 0;
  display: block;
  position: static;
  left: auto;
  right: 165px;
}

.nav-link-footer {
  color: #333;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  transition: all .3s;
}

.column-12, .column-13 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.button-footer {
  text-transform: uppercase;
  background-color: #0db14b;
  border-radius: 9px;
  margin-left: 0;
  padding: 10px 30px;
  font-weight: 700;
  position: static;
  left: 160px;
  right: auto;
  box-shadow: 0 7px 16px -2px #0000001a;
}

.button-footer:hover {
  background-color: #0ba344;
}

.heading-4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 50px;
}

.columns-5 {
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sm-icon {
  object-fit: cover;
  width: 25px;
  height: auto;
  margin-left: 20px;
}

.column-15 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.div-block-7 {
  border-top: 1px solid #d3d3d3;
  align-items: center;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.columns-6 {
  align-items: center;
  display: flex;
}

.nav-link-header {
  color: #333;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.nav-link-header:hover {
  color: #0db14b;
}

.section-9 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  box-shadow: 0 20px 20px -20px #0000003b;
}

.background-video-2 {
  object-fit: fill;
  background-color: #00000042;
  align-items: center;
  height: 100vh;
  display: flex;
}

.column-16 {
  padding-left: 0;
}

.nav-menu-2 {
  border-right: 1px #dcdcdc;
  flex-direction: row;
  align-self: auto;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: static;
  left: 160px;
}

.navbar-2 {
  text-transform: none;
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.column-17 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-18 {
  text-transform: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.section-10 {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 40px;
  box-shadow: 0 20px 20px -20px #0000003b;
}

.brand-2 {
  background-image: url('../images/envoy-access-logo-test.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  flex: 0 auto;
  width: 234px;
  min-height: 50px;
  margin-right: 40px;
  padding-bottom: 0;
  display: block;
  position: static;
  left: auto;
  right: 165px;
}

.brand-2.w--current {
  background-image: url('../images/briva-250-x-250-px1.jpg');
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-link-header-2 {
  color: #333;
  letter-spacing: -.2px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 1.25rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.nav-link-header-2:hover {
  color: var(--dark-blue);
}

.nav-link-header-2.login {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.button-4 {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  text-transform: none;
  border-radius: 9px;
  align-items: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
  transition: all .5s;
  display: flex;
}

.button-4:hover {
  color: #fff;
  transform: scale(1.05);
}

.columns-7 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.background-video-3 {
  background-image: linear-gradient(84deg, #0000008c 38%, #0000);
  justify-content: center;
  align-items: flex-end;
  height: 95vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-8 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 950px;
  margin-bottom: 140px;
  display: flex;
}

.text-block-5 {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.section-11 {
  z-index: 0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-calling-slide {
  background-image: linear-gradient(to right, #fff 51%, #fff0), url('../images/Fibaro-Intercom-5.png');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 800px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 650px;
  padding: 60px 100px 100px;
  display: flex;
}

.text-block-6 {
  width: 635px;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 600;
  line-height: 44px;
}

.paragraph-5 {
  width: 635px;
  font-size: 20px;
  line-height: 28px;
}

.slider, .mask {
  height: 100%;
}

.paragraph-6 {
  color: #888;
  width: 635px;
  font-size: 20px;
  line-height: 32px;
}

.button-5 {
  color: #707070;
  background-color: #0000;
  border: 1px solid #707070;
  border-radius: 10px;
  margin-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 18px;
  line-height: 48px;
}

.icon, .icon-2 {
  color: #888;
}

.slider-button {
  color: #707070;
  background-color: #0000;
  border: 1px solid #707070;
  border-radius: 9px;
  align-items: center;
  margin-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 18px;
  line-height: 48px;
  transition: all .4s;
  display: flex;
  position: static;
  left: 160px;
  right: auto;
}

.slider-button:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: #fff;
}

.text-block-7 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.slide-nav {
  display: flex;
  bottom: 110px;
  left: 100px;
}

.left-arrow, .right-arrow {
  display: none;
}

.section-12 {
  cursor: pointer;
}

.wiring-slide {
  background-image: linear-gradient(to right, #f8f8f8 51%, #fff0), url('../images/wireless-video-door-phone-alternative.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 650px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 650px;
  padding: 60px 100px 100px;
  display: flex;
}

.visitor-access-slide {
  background-image: linear-gradient(to right, #f8f8f8 51%, #fff0), url('../images/visitor-access-butterflymx.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 650px;
  padding: 60px 100px 100px;
  display: flex;
}

.audit-slide {
  background-image: linear-gradient(to right, #f8f8f8 51%, #fff0), url('../images/audit-trail-notifications-butterflymx.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 650px;
  padding: 60px 100px 100px;
  display: flex;
}

.access-management-slide {
  background-image: linear-gradient(to right, #f8f8f8 51%, #fff0), url('../images/resident-management-butterflymx.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 650px;
  padding: 60px 100px 100px;
  display: flex;
}

.powerful-integrations-slide {
  background-image: linear-gradient(to right, #f8f8f8 51%, #fff0), url('../images/powerful-integrations-butterflymx.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 650px;
  padding: 60px 100px 100px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 0px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 90vw;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 0 15px #51aadf61;
}

.columns-8 {
  padding: 20px 0 20px 20px;
  transition: all .4s;
  display: flex;
}

.columns-8:hover {
  background-color: var(--dark-blue);
  color: #fff;
}

.columns-8.last {
  border-right-style: none;
}

.text-block-8 {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.column-19 {
  border-right: 1px solid #e2e2e2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-19:hover {
  border-right-color: #e2e2e200;
}

.column-19.last {
  border-right-style: none;
}

.section-13 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-2 {
  width: 98px;
}

.div-block-9 {
  overflow: hidden;
}

.info-icon {
  color: #333;
  font-size: 16px;
  display: none;
}

.text-span-4 {
  color: #0000;
  cursor: pointer;
  background-image: url('../images/info.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-47 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.info-side-pop-up {
  z-index: 2;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 320px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
  position: relative;
}

.columns-18 {
  margin-top: 40px;
}

.paragraph-11 {
  margin-top: 10px;
  font-size: 16px;
}

.text-block-48 {
  letter-spacing: .12px;
  font-size: 28px;
  font-weight: 700;
}

.image-19 {
  width: 50px;
}

.info-icon-popup {
  z-index: 5;
  background-color: #0000002b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.image-16 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.text-block-46 {
  cursor: pointer;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  position: absolute;
  top: 26px;
  left: 655px;
  right: auto;
}

.div-block-24 {
  margin-left: auto;
}

.grid-6 {
  z-index: 10;
  grid-template-columns: 1fr;
  width: 50px;
  position: fixed;
  inset: 50% 2% auto auto;
}

.div-block-25 {
  background-color: var(--dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .4s;
  display: flex;
}

.div-block-25:hover {
  transform: scale(1.03);
}

.container-3 {
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 112px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button-2 {
  overflow: hidden;
}

.down-font {
  margin-left: 5px;
  font-family: "Fa 400", sans-serif;
  display: block;
}

.image-4 {
  max-width: 181px;
}

.services-name {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.image-3 {
  padding-left: 5px;
}

.navbar-3 {
  background-color: #fff;
  border: 0 #000;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navbar-3.hide-menu {
  display: block;
  position: sticky;
  top: 0;
  overflow: visible;
}

.up-image {
  display: none;
}

.link-block-2 {
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  -webkit-text-fill-color: inherit;
  background-color: #285064;
  background-clip: border-box;
  border-radius: 10px;
}

.nav-menu-3 {
  text-align: right;
  width: 85%;
  margin-left: auto;
  margin-right: 0;
  position: static;
}

.nav-menu-3.main-header {
  overflow: hidden;
}

.dropdown-toggle-2 {
  display: inline-block;
  top: auto;
}

.dropdown-toggle-2.nav-link {
  color: #333;
  letter-spacing: -.2px;
  padding: 2.5rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.dropdown-toggle-2.nav-link:hover {
  color: var(--dark-blue);
}

.dropdown-toggle-2.nav-link {
  display: flex;
}

.text-block-50 {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.down-arrow {
  display: none;
}

.div-block-26 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.dropdown-2 {
  position: static;
}

.dropdown-2.menu-link {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.container-4 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.dropdown-list-3 {
  background-color: #112631;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #8d99a0;
  width: 100%;
  max-width: 1350px;
  padding: 50px;
  display: none;
  top: 112px;
  left: 0;
  right: 0;
}

.dropdown-list-3.submenu-list.w--open {
  border-top: 4px solid var(--dark-blue);
  background-color: #fff;
  border-bottom-style: none;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  top: 100px;
}

.dropdown-list-3.submenu-list, .dropdown-list-3.submenu-list-copy {
  border-top-width: 0;
  position: fixed;
}

.dropdown-list-3.submenu-list-copy.w--open {
  border-top: 4px solid var(--dark-blue);
  background-color: #fff;
  border-bottom-style: none;
  justify-content: center;
  height: 440px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  top: 100px;
}

.brand-3 {
  width: 181px;
  overflow: hidden;
}

.category-link {
  color: #fff;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.image-22 {
  width: 20%;
  max-width: 20%;
}

.nav-link {
  color: #4a494b;
  text-align: center;
  text-transform: capitalize;
  width: auto;
  padding: 46px 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: static;
  top: 0;
}

.nav-link:hover {
  color: #0074a2;
}

.nav-link.explore-btn {
  color: #fff;
  background-color: #0074a2;
  border: 1px solid #0074a2;
  border-radius: 55px;
  flex-flow: row;
  align-items: baseline;
  width: 154px;
  max-width: 154px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 15px;
  transition: background-color .4s;
  display: inline-block;
  position: static;
  top: auto;
}

.nav-link.explore-btn:hover {
  color: #0074a2;
  background-color: #0074a200;
}

.category-wrap {
  max-width: 285px;
}

.div-block-27 {
  width: 100%;
  max-width: 80%;
  padding-left: 15px;
}

.res-menudiv {
  background-color: #0000;
}

.services-block {
  width: 25%;
  padding-left: 15px;
}

.text-block-51 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.section-14 {
  background-image: linear-gradient(#fff, #fff0 28%), url('../images/cityscape.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 100px 60px;
}

._1-3-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._1-3-grid._50-p {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.content-wrap-stats {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  display: flex;
  box-shadow: 0 3px 11px -2px #51aadf61;
}

.counter {
  color: #5e5e5e;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
}

.spacer-blank {
  width: 0;
  height: 0;
  font-size: 1px;
}

.h3 {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.section-15 {
  background-color: var(--dark-blue);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  display: flex;
}

.columns-19 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-21 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.button-footer-copy {
  color: var(--dark-blue);
  background-color: #fff;
  border-radius: 50px;
  margin-left: 0;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 600;
  position: static;
  left: 160px;
  right: auto;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-block-52 {
  color: #757575;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.text-block-52:hover {
  background-color: #eee;
}

.image-23 {
  max-width: 70%;
}

.solutions-nav-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 60px;
}

.div-block-28 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.solutions-image-nav {
  max-width: 80%;
  margin-bottom: 20px;
}

.column-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 450px;
}

.column-23 {
  padding-left: 0;
  padding-right: 0;
}

.columns-20 {
  align-items: center;
  height: 30px;
  display: flex;
}

.column-24 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-9-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  justify-items: center;
  width: 565px;
}

.div-block-29 {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.paragraph-13 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-53 {
  margin-top: 20px;
  font-weight: 500;
}

.columns-21 {
  align-items: stretch;
  width: 1350px;
  display: flex;
}

.column-25 {
  padding-right: 40px;
}

.text-block-54 {
  color: var(--dark-blue);
  font-size: 16px;
}

.image-30 {
  width: 100%;
  padding-top: 20px;
}

.text-span-5 {
  width: 100px;
}

.column-26 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: static;
}

.link {
  color: #757575;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .1s;
  display: flex;
}

.link:hover {
  color: var(--dark-blue);
  background-color: #ececec;
  border-radius: 50px;
}

.image-31 {
  width: 620px;
  max-width: none;
}

.div-block-30 {
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.paragraph-14 {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
}

.column-27 {
  align-items: center;
}

.commerical {
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.multifamily {
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.div-block-31 {
  background-image: url('../images/Multifamily_Valution_Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.mf-image {
  background-image: url('../images/condos.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.co-image {
  background-image: url('../images/Potomac-Denver-Speculative-Industrial-Developments_6639_1000x667.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.property-management {
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.property-management-image {
  background-image: url('../images/2019102400114027.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.hoa, .senior, .student, .non, .industrial {
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.ind-image {
  background-image: url('../images/Potomac-Denver-Speculative-Industrial-Developments_6639_1000x667.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.non-image {
  background-image: url('../images/c89327e1-9523-4f3e-a2a2-35e431dd8ab0.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.stu-image {
  background-image: url('../images/student-housing_050915_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.sen-image {
  background-image: url('../images/senior.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.hoa-image {
  background-image: url('../images/AdobeStock_118583192_Preview.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.product-link {
  color: #757575;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.product-link:hover {
  background-color: #f5f5f5;
  border-radius: 10px;
}

.explore-solutions {
  color: var(--dark-blue);
  font-size: 16px;
}

.section-16 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Multi-family-access-control-systems.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.section-16.solutions {
  background-image: linear-gradient(#0000, #0000), url('../images/Multi-family-access-control-systems.jpg');
}

.section-16.products {
  background-image: linear-gradient(#0000, #0000), url('../images/video-intercom-for-apartment.webp');
}

.section-16.homepg {
  background-image: linear-gradient(#0000, #0000), url('../images/apartment-access-control_1.webp');
}

.solutions-header-p {
  grid-column-gap: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 1350px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 140px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% -12%;
  box-shadow: 0 0 15px #b6b6b661;
}

.paragraph-15 {
  color: #131212;
  text-align: center;
  width: 45vw;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.paragraph-15.different {
  color: #0b110f;
}

.paragraph-15.different.another {
  color: #f6fcfa;
}

.paragraph-15.intercoms {
  color: var(--light-gray);
}

.paragraph-15.homie {
  color: #f8f4f4;
  text-align: center;
}

.paragraph-15.aboutus {
  color: #f7f4f4;
}

.paragraph-15.aprtments {
  color: var(--light-gray);
}

.paragraph-15.axis {
  color: #faf7f7;
}

.paragraph-15.sites {
  color: #fff;
}

.paragraph-15.productz {
  color: #faf2f2;
}

.heading-6 {
  color: #fcf7f7;
  text-align: center;
  padding-top: 33px;
  font-size: 64px;
  font-weight: 600;
}

.heading-6.solutions-page {
  color: #f4f5f7;
  padding-top: 423px;
}

.heading-6.productoz {
  padding-top: 0;
}

.section-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 146px 60px 45px;
  display: flex;
}

.section-17.gray {
  background-color: #f5f5f5;
  flex-direction: column;
}

.columns-22 {
  border-radius: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px -2px #b6b6b661;
}

.column-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.column-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.paragraph-16 {
  color: #888;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-55 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.solutions-btn {
  color: #707070;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #707070;
  border-radius: 50px;
  align-items: center;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  transition: all .5s;
  display: flex;
}

.solutions-btn:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: #fff;
}

.multi-column {
  flex-direction: row;
  display: flex;
}

.com-column {
  display: flex;
}

.grid-11 {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  width: 83vw;
}

.section-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32 {
  max-width: 124%;
  height: 25vh;
}

.bold-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.section-15-copy {
  background-color: var(--dark-blue);
  text-align: center;
  background-image: url('../images/Images-contacts-docs.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-4-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 50px;
}

.paragraph-15-copy {
  color: #333;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
}

.text-block-53-copy {
  font-size: 16px;
  font-weight: 500;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-32 {
  border-right: 1px solid #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-32.last {
  border-right-style: none;
  font-weight: 500;
}

.solutions-nav {
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 84vw;
}

.text-block-56 {
  color: #0e0e0e;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-17 {
  color: #0e0e0e;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-33 {
  border-right: 1px solid #e9e9e9;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-33.last {
  border-right-style: none;
}

.image-33 {
  color: var(--dark-blue);
  max-width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.section-19 {
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.grid-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80vw;
  margin-top: 60px;
}

.section-20 {
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 250px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.paragraph-18 {
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}

.section-21 {
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.image-34 {
  max-width: 70%;
}

.grid-15 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 66vw;
  margin-top: 60px;
}

.div-block-35 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-59 {
  color: #0e0e0e;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-36 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 220px;
  height: 220px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-57 {
  color: #0e0e0e;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.button-6 {
  color: #333;
  background-color: #0000;
  border: 1px solid #cfcfcf;
  padding: 13px 60px;
  font-size: 16px;
  transition: all .3s;
}

.section-22 {
  flex-direction: column;
  align-items: center;
  padding: 100px;
  display: flex;
}

.text-block-58 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
}

.div-block-36-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
  display: flex;
}

.section-23 {
  background-color: var(--light-gray);
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.image-35 {
  max-width: 60%;
}

.section-16-copy {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_319075904_Preview.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.heading-6-copy {
  color: #fff;
  margin-bottom: 25px;
  padding-top: 325px;
  font-size: 64px;
  font-weight: 500;
}

.solutions-features-img {
  transition: all .5s;
}

.solutions-features-img:hover {
  transform: scale(1.03);
}

.text-60 {
  color: #0e0e0e;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-58-copy {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 40px;
}

.image-33-copy {
  max-width: 25px;
  margin-bottom: 25px;
}

.div-block-37 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 26vh;
  display: flex;
  overflow: hidden;
}

.solutions-nav-link.w--current {
  color: var(--dark-blue);
}

.div-block-38 {
  background-image: url('../images/access-control-for-apartments.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.div-block-38.apartment {
  background-image: url('../images/apartment-access-control.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-38.site-survye {
  background-image: url('../images/access-control-site-survey.webp');
}

.div-block-38.intercom-pg {
  background-image: url('../images/video-intercom-for-apartment.webp');
}

.link-block-3 {
  align-items: center;
  display: flex;
}

.image-36 {
  min-width: 13.4375rem;
}

.image-37 {
  min-height: 36px;
}

.nav-button {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  border-radius: 50px;
  align-items: center;
  padding: .9375rem 1.875rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  transition: all .5s;
}

.nav-button:hover {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
  background-color: #fff;
}

.background-video-4 {
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.section-24 {
  background-color: var(--light-gray);
  flex-direction: column;
  align-items: flex-start;
  padding: 0 100px;
  display: flex;
}

.column-30 {
  padding-left: 0;
}

.column-31 {
  flex-direction: column;
  padding-left: 0;
}

.text-block-59 {
  color: var(--dark-blue);
  border-right: 1px solid #adadad;
  padding-right: 20px;
  font-size: 18px;
}

.columns-23 {
  width: 384px;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.text-block-60 {
  color: var(--dark-blue);
  padding-left: 20px;
  font-size: 18px;
}

.text-block-61 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-62 {
  font-size: 18px;
}

.grid-17 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-63 {
  color: #333;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

.founders-section {
  flex-direction: column;
  align-items: center;
  padding: 100px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.text-block-64 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.text-block-65 {
  font-weight: 300;
}

.text-block-58-copy {
  text-align: center;
  margin-bottom: 57px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-block-66 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.paragraph-19 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-26 {
  background-color: var(--light-gray);
}

.div-block-43 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.paragraph-15-copy {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.image-38 {
  opacity: .03;
  width: 21vw;
  position: absolute;
}

.image-39 {
  object-fit: cover;
  height: 50vh;
}

.grid-20 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.text-block-67 {
  border-bottom: 1px solid #cacaca;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  transition: all .1s;
}

.text-block-67:hover {
  font-weight: 500;
}

.text-block-67-copy {
  border-bottom: 1px solid #cacaca;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
}

.grid-20-copy {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.grid-20-copy-copy {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.image-40, .image-41 {
  object-fit: cover;
  height: 50vh;
}

.grid-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 75%;
  padding-left: 60px;
  padding-right: 60px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: space-between;
  height: 17vh;
  display: flex;
}

.tabs {
  width: 70vw;
}

.tab-link-tab-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-3 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: #0000;
}

.tab-link-tab-4 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-4.w--current, .tab-link-tab-5 {
  background-color: #0000;
}

.tab-link-tab-1 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
}

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.image-43 {
  opacity: .85;
  object-fit: contain;
  max-width: 70%;
  height: 67px;
  transition: all .4s;
}

.image-43:hover {
  opacity: 1;
  transform: scale(1.05);
}

.grid-15-copy {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.grid-22 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.text-block-57-copy {
  color: #0e0e0e;
  text-align: left;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.div-block-45 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-44 {
  max-width: 40%;
  margin-bottom: 20px;
}

.button-7 {
  background-color: var(--dark-blue);
  border-radius: 50px;
  margin-top: 10px;
}

.reccomended-brand-button {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  text-transform: none;
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  margin-top: 10px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: all .5s;
  display: flex;
}

.reccomended-brand-button:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: #fff;
}

.image-45 {
  object-fit: contain;
  height: 40px;
  margin-bottom: 20px;
}

.tabs-2 {
  margin-top: 60px;
  display: block;
}

.tabs-menu-2 {
  flex-direction: row;
  justify-content: space-between;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-46 {
  margin-top: 40px;
}

.image-47 {
  max-width: 50vw;
  margin-top: 40px;
}

.tab-link-tab-1-2 {
  background-color: #0000;
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link-tab-1-2.w--current {
  background-color: #0000;
}

.tab-link-tab-3-2 {
  background-color: #0000;
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link-tab-3-2.w--current {
  background-color: #0000;
}

.tab-link-tab-2-2 {
  background-color: #0000;
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link-tab-2-2.w--current {
  background-color: #0000;
}

.div-block-46 {
  justify-content: center;
  display: flex;
}

.div-block-47 {
  justify-content: center;
  width: 560px;
  height: 80vh;
  display: flex;
}

.text-block-68 {
  color: #d1d1d1;
  font-size: 16px;
  line-height: 16px;
}

.survey {
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.survey-image {
  background-image: url('../images/Berkshire-at-the-Rim-Floor-Plan-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 57vw;
  height: 300px;
}

.call-boxes {
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.access-control, .smart-home {
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: none;
  overflow: hidden;
}

.call-boxes-image {
  background-image: url('../images/access-video-intercom-doorbell.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.access-control-image {
  background-image: url('../images/AdobeStock_232104030_Preview.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.smart-home-image {
  background-image: url('../images/monitoring-system.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.customer-tabs {
  width: 60vw;
  margin-top: 60px;
}

.customer-logos {
  opacity: .4;
  object-fit: contain;
  max-width: 100%;
  height: 60px;
  transition: all .4s;
}

.customer-logos:hover {
  opacity: .8;
  transform: scale(1.05);
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.customer-button {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  transition: all .5s;
  display: flex;
}

.customer-button:hover {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
  color: #fff;
}

.customer-logo-color {
  max-width: 60%;
  margin-bottom: 20px;
}

.customer-bio-div {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.floorplan {
  max-width: 50vw;
  margin-top: 40px;
  display: block;
}

.before-afters {
  margin-top: 40px;
  display: block;
}

.estimate {
  max-width: 50vw;
  margin-top: 40px;
  display: block;
}

.tabs-menu-copy {
  flex-direction: row;
  justify-content: space-between;
  height: 9vh;
  display: flex;
}

.use-cases-img {
  transition: all .5s;
}

.use-cases-img:hover {
  transform: scale(1.03);
}

.image-48 {
  z-index: 0;
  height: 100%;
  margin-top: 0;
  transition: all .4s;
  position: absolute;
  left: 17px;
}

.image-48:hover {
  transform: scale(1.03);
}

.div-block-48 {
  position: relative;
}

.caf-logo-color {
  max-width: 40%;
  margin-bottom: 20px;
}

.lpc-logo-color {
  max-width: 50%;
  margin-bottom: 20px;
}

.text-block-69 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.column-32 {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.callbox-header {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/access-video-intercom-doorbell.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.multi-family-section {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Multifamily_Valution_Image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.access-control-section {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_232104030_Preview.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.section-16-copy-copy {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_319075904_Preview.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.section-16-copy-copy.smartness {
  background-image: linear-gradient(#0000, #0000), url('../images/smart-apartment-access-control.webp');
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr;
  align-content: center;
  align-items: center;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.section-27 {
  background-image: url('../images/apartment-access-control-system.webp');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 358px;
}

.link-2 {
  color: #3290c7;
}

.link-3 {
  color: #3597d5;
}

.link-4 {
  color: #00aeff;
}

.link-5 {
  color: #0da5f1;
}

.div-block-49 {
  background-image: url('../images/apartment-access-control_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  padding-top: 227px;
  padding-bottom: 228px;
}

.paragraph-20 {
  color: var(--light-gray);
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .dropdown-list.w--open {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .dropdown-toggle:hover {
    color: #0db14b;
  }

  .dropdown-list-copy.w--open {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    top: 57px;
    left: -656.5px;
  }
}

@media screen and (max-width: 991px) {
  .container-3 {
    justify-content: space-between;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button-2 {
    background-color: #000;
    margin-left: auto;
  }

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

  .image-5 {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .navbar-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-3.hide-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .up-image {
    width: 30px;
    height: 17px;
  }

  .icon-3 {
    color: #fff;
  }

  .nav-menu-3 {
    flex-flow: column wrap;
    display: flex;
  }

  .dropdown-toggle-2.nav-link {
    justify-content: space-between;
    transition: all .5s;
    display: flex;
  }

  .down-arrow {
    width: 30px;
    height: 17px;
    display: block;
  }

  .cross-imge {
    opacity: 0;
    width: 18px;
    display: none;
  }

  .dropdown-list-3.submenu-list, .dropdown-list-3.submenu-list-copy {
    position: fixed;
  }

  .brand-3 {
    z-index: 1000;
  }

  .image-22, .image-22.menu-img {
    width: 30%;
    max-width: 30%;
  }

  .res-menudiv {
    background-color: #fff;
    height: 111px;
  }

  .text-block-51 {
    margin-bottom: 20px;
  }

  ._1-3-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container-4 {
    flex-wrap: wrap;
  }

  .services-block {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .image-22, .image-22.menu-img {
    width: 20%;
    max-width: 20%;
  }

  .res-menudiv {
    height: 91px;
  }
}

#w-node-ad3b1937-db13-a1e7-ccfd-ec5a97edce74-73f9af7a, #w-node-_35ffd1c0-c2e6-d2a4-23e8-d35e3daa7dc8-73f9af7a, #w-node-ec1ad9dd-d639-3f9a-1613-03a28d654165-73f9af7a, #w-node-ae83c59a-b03e-5eff-4f64-1ea276d47bdf-73f9af7a, #w-node-f607853f-e43a-8e3c-ecdb-6ac12ef3744b-73f9af7a, #w-node-fbf03859-8162-1f80-eeea-bb68f4221061-73f9af7a, #w-node-fbf03859-8162-1f80-eeea-bb68f4221067-73f9af7a, #w-node-fbf03859-8162-1f80-eeea-bb68f422106d-73f9af7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-becd99e6-eb1c-dc4e-75aa-5c97454d7582-73f9af7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-becd99e6-eb1c-dc4e-75aa-5c97454d758b-73f9af7a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-becd99e6-eb1c-dc4e-75aa-5c97454d7594-73f9af7a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-becd99e6-eb1c-dc4e-75aa-5c97454d759d-73f9af7a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-becd99e6-eb1c-dc4e-75aa-5c97454d75a6-73f9af7a {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-becd99e6-eb1c-dc4e-75aa-5c97454d75af-73f9af7a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_39c115fe-206a-24f1-4ceb-48b4cd0c6c9a-73f9af7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_39c115fe-206a-24f1-4ceb-48b4cd0c6ca1-73f9af7a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_39c115fe-206a-24f1-4ceb-48b4cd0c6ca8-73f9af7a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_39c115fe-206a-24f1-4ceb-48b4cd0c6caf-73f9af7a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_39c115fe-206a-24f1-4ceb-48b4cd0c6cb6-73f9af7a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_39c115fe-206a-24f1-4ceb-48b4cd0c6cbd-73f9af7a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1e24c907-ecce-9c85-c64c-34019970fbbd-9d0376b6, #w-node-_8c5bdbd7-bac3-fdd5-6e85-44d0dbf8b457-9d0376b6, #w-node-af5e8b18-16fa-e8ce-657e-b0f7fbe38282-9d0376b6, #w-node-_467c6e4e-cf98-c0ea-3206-e835a6fcf0e3-9d0376b6, #w-node-e46ae3b3-74d1-7511-9bd7-3b1e604b52f5-9d0376b6, #w-node-_88535cb6-ea8f-a163-5418-dc4a520b32ce-9d0376b6, #w-node-_28d568a5-ebf6-b316-ab9e-c9105b03aded-9d0376b6, #w-node-cba40b63-21a9-2b63-37e3-37f2ba5c9f29-9d0376b6, #w-node-_1f0513ac-37db-aaa7-cc5c-b6c7c63ebcf9-9d0376b6, #w-node-_98019c8c-6240-8d68-9a32-fa87050a38bd-9d0376b6, #w-node-_1dfda11a-f95d-a412-ea1d-0678b15df9a0-9d0376b6, #w-node-_678bd920-ebe2-b328-177a-1a421d2072c6-9d0376b6, #w-node-f8fbd77f-f00f-2f34-36ba-01d1c8b0e15f-9d0376b6, #w-node-_39f50547-9dd6-0345-4b67-5d5a44ed2794-9d0376b6, #w-node-_8f265e1d-8d4e-4d4b-ccd1-5620afd5c593-9d0376b6, #w-node-_5590b944-21d7-baca-01f8-b657245abe06-9d0376b6, #w-node-d88f8b80-18c7-119f-940f-d000541e153a-9d0376b6, #w-node-_326ae5cc-9e9f-1a10-d836-5a2b3bce3afe-9d0376b6, #w-node-_799f26a2-f407-0804-f66d-e1eacb96487a-9d0376b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57310ba9-00e2-0f46-d59a-0a7ce7d6af58-9d0376b6 {
  align-self: center;
}

#w-node-_57310ba9-00e2-0f46-d59a-0a7ce7d6af59-9d0376b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92310135-6ec1-10ed-dde1-b80a19928619-9d0376b6 {
  justify-self: center;
}

#w-node-_92310135-6ec1-10ed-dde1-b80a1992861a-9d0376b6, #w-node-_51c62afa-ebcb-0e6b-6289-6145308c575f-9d0376b6, #w-node-_51c62afa-ebcb-0e6b-6289-6145308c5768-9d0376b6, #w-node-_51c62afa-ebcb-0e6b-6289-6145308c5771-9d0376b6, #w-node-ead2f172-4136-da64-cb93-caaabf9dff02-b25e69d0, #w-node-a06eb8bc-bc6b-032a-8b25-f95c4ff6d9af-b25e69d0, #w-node-_642b91c6-2ba7-05f1-20eb-dc683608c2e0-b25e69d0, #w-node-_1a535ffd-31e3-f03c-7c8f-12ec2f42d7b4-b25e69d0, #w-node-_048e6e1b-1456-0395-9fbc-66e8c34bcfd1-b25e69d0, #w-node-_26741371-36c0-bd59-8e20-b471f0304361-b25e69d0, #w-node-_682bea1e-4fb6-46bd-9998-fcd3c3bfefcd-b25e69d0, #w-node-_0d7e7261-f592-1c66-074f-2878d3792692-b25e69d0, #w-node-cac7e0d7-8ace-261d-52c5-aae476a4bbb4-b25e69d0, #w-node-d2697ef1-318a-a97c-36f9-ae53537c27f9-b25e69d0, #w-node-_64efc612-3231-6817-1f07-d039f5a7442f-b25e69d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e529379b-fa68-2bc1-4d65-ec9e56af1997-b25e69d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1e24c907-ecce-9c85-c64c-34019970fbbd-9aafdede, #w-node-_8c5bdbd7-bac3-fdd5-6e85-44d0dbf8b457-9aafdede, #w-node-af5e8b18-16fa-e8ce-657e-b0f7fbe38282-9aafdede, #w-node-e46ae3b3-74d1-7511-9bd7-3b1e604b52f5-9aafdede, #w-node-_88535cb6-ea8f-a163-5418-dc4a520b32ce-9aafdede, #w-node-_28d568a5-ebf6-b316-ab9e-c9105b03aded-9aafdede, #w-node-cba40b63-21a9-2b63-37e3-37f2ba5c9f29-9aafdede, #w-node-_1f0513ac-37db-aaa7-cc5c-b6c7c63ebcf9-9aafdede, #w-node-_98019c8c-6240-8d68-9a32-fa87050a38bd-9aafdede, #w-node-_1dfda11a-f95d-a412-ea1d-0678b15df9a0-9aafdede, #w-node-_678bd920-ebe2-b328-177a-1a421d2072c6-9aafdede, #w-node-f8fbd77f-f00f-2f34-36ba-01d1c8b0e15f-9aafdede, #w-node-_39f50547-9dd6-0345-4b67-5d5a44ed2794-9aafdede, #w-node-_8f265e1d-8d4e-4d4b-ccd1-5620afd5c593-9aafdede, #w-node-_5590b944-21d7-baca-01f8-b657245abe06-9aafdede, #w-node-d88f8b80-18c7-119f-940f-d000541e153a-9aafdede, #w-node-_326ae5cc-9e9f-1a10-d836-5a2b3bce3afe-9aafdede, #w-node-a5c2c2ba-5ed4-66eb-3389-e0f3912aafdc-9aafdede, #w-node-_77824abb-25e0-61c7-1ab0-017ce9fe7747-9aafdede, #w-node-_12e0c78f-a1eb-3b64-df85-d9f49ea61b6b-9aafdede, #w-node-_1e24c907-ecce-9c85-c64c-34019970fbbd-6f2dfa48, #w-node-_8c5bdbd7-bac3-fdd5-6e85-44d0dbf8b457-6f2dfa48, #w-node-af5e8b18-16fa-e8ce-657e-b0f7fbe38282-6f2dfa48, #w-node-_467c6e4e-cf98-c0ea-3206-e835a6fcf0e3-6f2dfa48, #w-node-e46ae3b3-74d1-7511-9bd7-3b1e604b52f5-6f2dfa48, #w-node-_88535cb6-ea8f-a163-5418-dc4a520b32ce-6f2dfa48, #w-node-_28d568a5-ebf6-b316-ab9e-c9105b03aded-6f2dfa48, #w-node-cba40b63-21a9-2b63-37e3-37f2ba5c9f29-6f2dfa48, #w-node-_1f0513ac-37db-aaa7-cc5c-b6c7c63ebcf9-6f2dfa48, #w-node-_98019c8c-6240-8d68-9a32-fa87050a38bd-6f2dfa48, #w-node-_1dfda11a-f95d-a412-ea1d-0678b15df9a0-6f2dfa48, #w-node-_678bd920-ebe2-b328-177a-1a421d2072c6-6f2dfa48, #w-node-f8fbd77f-f00f-2f34-36ba-01d1c8b0e15f-6f2dfa48, #w-node-_39f50547-9dd6-0345-4b67-5d5a44ed2794-6f2dfa48, #w-node-_8f265e1d-8d4e-4d4b-ccd1-5620afd5c593-6f2dfa48, #w-node-_5590b944-21d7-baca-01f8-b657245abe06-6f2dfa48, #w-node-d88f8b80-18c7-119f-940f-d000541e153a-6f2dfa48, #w-node-_326ae5cc-9e9f-1a10-d836-5a2b3bce3afe-6f2dfa48, #w-node-_799f26a2-f407-0804-f66d-e1eacb96487a-6f2dfa48, #w-node-_88535cb6-ea8f-a163-5418-dc4a520b32ce-22175601, #w-node-_28d568a5-ebf6-b316-ab9e-c9105b03aded-22175601, #w-node-cba40b63-21a9-2b63-37e3-37f2ba5c9f29-22175601, #w-node-_1f0513ac-37db-aaa7-cc5c-b6c7c63ebcf9-22175601, #w-node-_98019c8c-6240-8d68-9a32-fa87050a38bd-22175601, #w-node-_1dfda11a-f95d-a412-ea1d-0678b15df9a0-22175601, #w-node-_88535cb6-ea8f-a163-5418-dc4a520b32ce-29e64504, #w-node-_28d568a5-ebf6-b316-ab9e-c9105b03aded-29e64504, #w-node-cba40b63-21a9-2b63-37e3-37f2ba5c9f29-29e64504, #w-node-_8f265e1d-8d4e-4d4b-ccd1-5620afd5c593-29e64504, #w-node-_5590b944-21d7-baca-01f8-b657245abe06-29e64504, #w-node-d88f8b80-18c7-119f-940f-d000541e153a-29e64504, #w-node-_326ae5cc-9e9f-1a10-d836-5a2b3bce3afe-29e64504, #w-node-a5c2c2ba-5ed4-66eb-3389-e0f3912aafdc-29e64504, #w-node-_77824abb-25e0-61c7-1ab0-017ce9fe7747-29e64504, #w-node-_12e0c78f-a1eb-3b64-df85-d9f49ea61b6b-29e64504, #w-node-d2697ef1-318a-a97c-36f9-ae53537c27f9-243070d5, #w-node-_64efc612-3231-6817-1f07-d039f5a7442f-243070d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e529379b-fa68-2bc1-4d65-ec9e56af1997-243070d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_35ffd1c0-c2e6-d2a4-23e8-d35e3daa7dc8-73f9af7a, #w-node-ec1ad9dd-d639-3f9a-1613-03a28d654165-73f9af7a, #w-node-ae83c59a-b03e-5eff-4f64-1ea276d47bdf-73f9af7a, #w-node-f607853f-e43a-8e3c-ecdb-6ac12ef3744b-73f9af7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}