.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}

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

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

a {
  color: #808284;
  text-decoration: none;
}

.navbar-logo-left {
  position: absolute;
  inset: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1500px;
  margin-bottom: 0;
  padding: 40px 0 60px;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 0;
  display: block;
}

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

.nav-menu-two {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 3px;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  mix-blend-mode: normal;
  margin-left: 15px;
  margin-right: 5px;
  padding: 5px 0 5px 20px;
  font-family: acumin-pro, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  -webkit-text-stroke-color: white;
  text-underline-offset: 15px;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
  text-decoration-thickness: 4px;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-weight: 300;
}

.nav-link.navhome {
  text-underline-offset: 15px;
  margin-left: 0;
  padding-left: 0;
  font-size: 17px;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.nav-link.navhome:hover {
  text-underline-offset: 15px;
  line-height: 20px;
}

.nav-link.navhome:focus, .nav-link.navhome.footerhome {
  text-decoration: none;
}

.nav-link.navhome.footerhome:hover {
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.nav-link.footercontact.w--current {
  text-underline-offset: 15px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #f4af53;
  border-radius: 200px;
  margin-left: 35px;
  margin-right: 13px;
  padding: 18px 26px;
  font-family: din-2014, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 5px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #2d2d2d;
}

.button-primary:active {
  background-color: #2d2d2d;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: url('../images/intro-decor.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  min-height: 1000px;
  padding: 85px 30px 80px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin: 34px auto 0;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  letter-spacing: 0;
  width: 755px;
  margin-top: 13px;
  margin-bottom: 15px;
  font-family: din-2014, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
}

.margin-bottom-24px.mobileheadertext {
  display: none;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: -21px;
  font-family: din-2014, sans-serif;
  font-size: 59.2764px;
  font-weight: 200;
  line-height: 60px;
}

.heading-2 {
  color: #fff;
  margin-top: 30px;
  font-family: din-2014, sans-serif;
  font-size: 59.2764px;
  font-weight: 600;
  line-height: 60px;
}

.image {
  align-self: flex-start;
  display: block;
  position: static;
}

.text-block {
  align-self: flex-end;
}

.testimonial-column-dark {
  clear: both;
  border-bottom: 1px solid #e4ebf3;
  padding: 200px 30px 0;
  position: static;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-top: 67px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -84px;
  margin-bottom: -72px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #2d2d2d;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-column-dark-2 {
  background-color: #2d2d2d;
  border-bottom: 1px solid #e4ebf3;
  min-height: 374px;
  margin-top: -3px;
  padding: 100px 0 80px;
  position: relative;
}

.margin-bottom-24px-3 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-family: din-2014, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
}

.paragraph {
  color: #fff;
  letter-spacing: 0;
  margin: -11px auto 34px;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.list-item {
  flex: 0 auto;
  margin-left: 0;
  padding-left: 0;
}

.features-list {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 30px 0 0;
  position: relative;
}

.features-list.features2 {
  padding-top: 0;
}

.container-3 {
  width: 100%;
  max-width: 1500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.features-paragraph {
  color: #58595b;
  text-align: justify;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 64px;
  padding-right: 0;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 54%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.features-block-two {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: fill;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-right: 0;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 500%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-row.about-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  width: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.image-2 {
  width: auto;
  height: 165px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.image-2.about3 {
  margin-top: 0;
  margin-left: 13px;
}

.heading-3 {
  color: #4d4e4e;
  letter-spacing: 1px;
  flex: 0 auto;
  align-self: auto;
  margin-top: 6px;
  margin-right: 0;
  font-family: din-2014, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
  position: static;
}

.heading-4 {
  color: #4d4e4e;
  letter-spacing: 0;
  background-image: url('../images/arrowright.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 24px;
  padding-right: 91px;
  font-family: acumin-pro, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 25px;
}

.heading-4.header-mobile {
  display: none;
}

.list {
  width: auto;
}

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-top: 39px;
}

.list-2 {
  padding-left: 0;
}

.list-item-2 {
  color: #4d4e4e;
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #b2b3b2;
  border-width: 1px 0;
  border-radius: 0;
  margin-right: -29px;
  padding: 5px 0 5px 26px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  line-height: 48px;
  list-style-type: none;
}

.list-item-2.list2 {
  border-top-width: 0;
}

.list-item-3 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
}

.quick-stack {
  padding: 0;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 39px;
}

.container-4 {
  margin-top: -58px;
}

.quick-stack-2 {
  border-top: 3px solid #d0d2d3;
  padding: 80px 0 50px;
}

.heading-5 {
  color: #4d4e4e;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: din-2014, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-2 {
  color: #58595b;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
}

.grid {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.list-item-4 {
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-bottom: 1px solid #000;
  padding: 10px 35px 10px 22px;
  list-style-type: none;
}

.section {
  background-color: #2d2d2d;
}

.heading-6 {
  color: #4d4e4e;
  margin-bottom: 60px;
  font-family: din-2014, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.text-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.cell-3 {
  text-align: left;
  border-top: 1px solid #b2b3b2;
  border-bottom: 1px #b2b3b2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.cell-3.grid-right {
  border-bottom-style: none;
  padding-left: 0;
}

.cell-3.grid-right.bottomrow {
  border-bottom-style: solid;
}

.cell-3.grid-middle {
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 10px;
}

.cell-3.bottomrow {
  border-bottom-style: solid;
}

.cell-4 {
  border-top: 1px solid #b2b3b2;
  border-bottom: 1px #b2b3b2;
  justify-content: center;
  align-items: flex-end;
  padding-right: 0;
}

.cell-4.bottomrow, .cell-4.bottomleft {
  border-bottom-style: solid;
}

.text-block-3 {
  color: #4d4e4e;
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 23px;
  font-family: din-2014, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-4 {
  color: #b2b3b2;
  font-family: din-2014, sans-serif;
  font-size: 12px;
}

.map {
  opacity: 1;
  filter: grayscale();
  mix-blend-mode: luminosity;
  height: 610px;
  min-height: auto;
  max-height: none;
  margin-top: 120px;
}

.navbar-logo-left-2 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container-5.footer {
  max-width: 1100px;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  vertical-align: baseline;
  border-top: 1px #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 70px;
  font-family: roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-flex;
}

.text-block-5.footerline, .text-block-5.contactlower {
  margin-bottom: 50px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2.75fr .25fr 2.5fr;
  padding-left: 32px;
}

.cell-5 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-6 {
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-top: 1px solid #d0d2d3;
  border-bottom: 0 solid #d0d2d3;
  padding-left: 19px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
}

.text-block-7 {
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-top: 1px solid #d0d2d3;
  margin-left: -39px;
  padding-left: 21px;
  font-family: din-2014, sans-serif;
  font-weight: 700;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-8 {
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13.6px;
  border: 0 solid #b2b3b2;
  border-top-width: 1px;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  padding: 30px 40px 32px 25px;
  font-family: din-2014, sans-serif;
  font-size: 21.65px;
  font-weight: 600;
  display: block;
}

.cell-6 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
}

.text-block-9 {
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13.6px;
  border-top: 1px solid #b2b3b2;
  border-bottom: 1px solid #b2b3b2;
  padding: 33px 40px 32px 25px;
  font-family: din-2014, sans-serif;
  font-size: 21.65px;
  font-weight: 600;
}

.cell-7 {
  padding-left: 0;
}

.image-3 {
  width: 90%;
  margin-top: 14px;
  margin-right: 0;
}

.cell-8 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
}

.text-block-10 {
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13.6px;
  border-top: 1px solid #b2b3b2;
  align-self: flex-end;
  margin-left: 0;
  padding: 30px 40px 32px 24px;
  font-family: din-2014, sans-serif;
  font-size: 21.65px;
  font-weight: 600;
}

.text-block-11 {
  background-image: url('../images/Asset-9.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13.6px;
  border-top: 1px solid #b2b3b2;
  border-bottom: 1px solid #b2b3b2;
  align-self: flex-end;
  margin-left: 0;
  padding: 33px 40px 32px 23px;
  font-family: din-2014, sans-serif;
  font-size: 21.65px;
  font-weight: 600;
}

.cell-9 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 20px;
}

.container-6 {
  max-width: 1500px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 110px;
}

.link {
  pointer-events: auto;
  color: #808284;
  font-size: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transform: translate(0);
}

.link:hover, .link:active, .link:focus {
  color: #808284;
}

.link:focus-visible {
  color: #808284;
  text-decoration-color: #b2b3b2;
}

.link[data-wf-focus-visible], .link:visited {
  color: #808284;
  text-decoration-color: #b2b3b2;
}

.image-4 {
  width: 280px;
  margin: 9px 9px 13px 0;
  padding-left: 0;
}

.image-5 {
  margin-left: 47px;
  position: static;
}

.text-block-12 {
  color: #fff;
  text-align: left;
  align-self: auto;
  font-family: roboto, sans-serif;
  font-size: 11px;
}

.cell-10 {
  justify-content: center;
  align-items: flex-start;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

.cell-12 {
  justify-content: center;
  align-items: flex-end;
}

.quick-stack-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
}

.container-7 {
  max-width: 1500px;
}

.container-8 {
  max-width: 150000px;
}

.quick-stack-7 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  padding-left: 0;
  padding-right: 0;
}

.heading-7 {
  color: #fff;
  background-image: url('../images/pin.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 100px;
  margin-bottom: 25px;
  padding-left: 28px;
  font-family: din-2014, sans-serif;
  font-size: 21.1px;
  font-weight: 400;
}

.footerlink {
  color: #fff;
  font-weight: 300;
}

.text-block-13 {
  color: #fff;
  background-image: url('../images/arrowdown.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 26px;
  font-family: din-2014, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.link-block {
  background-color: #f4af53;
  border-radius: 31px;
  margin-top: 35px;
  padding: 20px 35px;
  transition: opacity .2s;
}

.link-block:hover {
  background-color: #2d2d2d;
}

.link-2 {
  color: #808284;
  font-size: 18px;
  font-weight: 400;
}

.cell-13 {
  justify-content: flex-end;
  align-items: flex-end;
}

.link-3, .link-4 {
  color: #808284;
  font-size: 18px;
}

.image-6 {
  margin-top: 10px;
}

.image-6.image-desktop {
  margin-top: 0;
}

.image-7 {
  margin-top: 0;
  margin-left: 0;
}

.quick-stack-8 {
  padding-top: 100px;
}

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10 {
  font-size: 18px;
}

.section-2 {
  height: 610px;
  min-height: auto;
  max-height: none;
}

.section-3 {
  margin-bottom: 3px;
}

.section-4 {
  text-align: center;
  border-top: 1px solid #818385;
}

.image-mobile, .container-9, .facebookbottomdesktop, .section-5 {
  display: none;
}

.text-block-14 {
  color: #808284;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: roboto, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

@media screen and (max-width: 1100px) {
  a, a:hover {
    color: #b2b3b2;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    text-align: right;
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
    right: 0;
  }

  .nav-menu-two {
    aspect-ratio: auto;
    text-align: center;
    background-color: #f2f2f3;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: -60px;
    padding: 0;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-two.mobilebuttonsnav {
    display: none;
  }

  .nav-link {
    color: #666766;
    text-transform: uppercase;
    border-bottom: 2px solid #bdbec1;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0;
    font-family: roboto, sans-serif;
    font-size: 19px;
    font-weight: 400;
    display: block;
  }

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

  .nav-link.navhome {
    color: #666766;
    margin-left: 0;
    padding-left: 0;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    display: block;
  }

  .nav-link.navhome:hover {
    -webkit-text-stroke-color: #666766;
    padding-bottom: 40px;
    font-size: 19px;
  }

  .nav-link.navhome:active {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    text-decoration: none;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    display: none;
  }

  .menu-button {
    padding: 12px 20px 12px 12px;
  }

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

  .margin-bottom-24px {
    width: 681px;
    font-size: 20px;
  }

  .icon {
    color: #fff;
    font-size: 66px;
  }

  .container-2 {
    max-width: none;
    margin-top: 0;
  }

  .testimonial-grid {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .testimonial-block {
    margin-top: 20px;
  }

  .testimonial-column-dark-2 {
    margin-top: -3px;
    padding: 10px 30px 0;
  }

  .list-item {
    display: block;
  }

  .container-3 {
    box-sizing: border-box;
    aspect-ratio: auto;
    width: auto;
    max-width: none;
    margin-top: -5px;
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 0;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph {
    margin-right: 0;
  }

  .features-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .image-2, .image-2.about3 {
    height: 258px;
  }

  .heading-4 {
    padding-right: 176px;
    display: none;
  }

  .heading-4.header-mobile {
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .quick-stack-2 {
    margin-top: 23px;
    padding-top: 13px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .cell-3.grid-right.bottomrow {
    border-top-style: none;
  }

  .cell-3.grid-middle {
    display: none;
  }

  .cell-4.bottomrow {
    border-top-style: none;
  }

  .cell-4.bottomleft {
    border-bottom-style: solid;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .text-block-5 {
    margin-bottom: 10px;
    padding-top: 50px;
    display: block;
  }

  .text-block-5.footerline {
    display: none;
  }

  .text-block-5.contactlower {
    border-top-width: 0;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .text-block-8 {
    border-top-style: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cell-6 {
    border-top: 1px solid #b2b3b2;
    padding-left: 20px;
  }

  .text-block-9 {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cell-7 {
    border-top: 1px solid #b2b3b2;
    padding-left: 20px;
  }

  .image-3 {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cell-8 {
    border-top: 1px solid #b2b3b2;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    display: block;
  }

  .text-block-10 {
    border-top-style: none;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 25px;
  }

  .text-block-11 {
    border-top-style: none;
    border-bottom-style: none;
  }

  .cell-9 {
    text-align: left;
    border-top: 1px solid #b2b3b2;
    border-bottom: 1px solid #b2b3b2;
    padding-left: 20px;
    display: block;
  }

  .container-6 {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 70px;
  }

  .image-4 {
    margin-left: 20px;
  }

  .container-7 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .quick-stack-7 {
    width: 100%;
    padding-top: 0;
  }

  .link-2:hover, .link-2:visited {
    color: #808284;
  }

  .image-6 {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    display: block;
  }

  .image-6.image-desktop {
    display: none;
  }

  .image-7 {
    vertical-align: baseline;
    margin-top: 0;
    position: static;
    overflow: clip;
  }

  .quick-stack-8 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 50px;
  }

  .link-5, .link-6, .link-7, .link-7:hover, .link-7:visited, .link-8, .link-9, .link-10 {
    color: #808284;
  }

  .image-mobile {
    display: block;
  }

  .cell-14 {
    text-align: center;
  }

  .section-5 {
    margin-top: 50px;
    margin-bottom: 30px;
    display: block;
  }

  .text-block-14 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .navbar-brand {
    padding-left: 15px;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    margin-top: -20px;
    padding-bottom: 0;
  }

  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .nav-link.navhome {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link.navhome:hover {
    padding-bottom: 30px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .hero-without-image {
    min-height: 900px;
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .heading {
    font-size: 53px;
    line-height: 33px;
  }

  .heading-2 {
    font-size: 49px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .testimonial-column-dark-2 {
    margin-top: -1px;
    padding: 20px 15px 10px;
  }

  .features-list {
    padding: 30px 15px 60px;
  }

  .features-left {
    margin-bottom: 0;
  }

  .features-paragraph {
    font-size: 16px;
  }

  .gallery-overview, .features-table {
    padding: 60px 15px;
  }

  .image-2 {
    height: 190px;
    margin-top: -10px;
  }

  .image-2.about3 {
    height: 190px;
    margin-top: -10px;
    margin-left: 11px;
  }

  .heading-3 {
    margin-right: 0;
    font-size: 29px;
    line-height: 36px;
  }

  .heading-4.header-mobile {
    font-size: 21px;
  }

  .quick-stack-2 {
    padding-left: 10px;
  }

  .grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .map {
    height: 300px;
    margin-top: 60px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .text-block-5 {
    padding-top: 40px;
    font-size: 14px;
  }

  .text-block-9 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cell-7 {
    padding-right: 0;
  }

  .image-3 {
    width: 100%;
    padding-left: 0;
  }

  .cell-8 {
    padding-left: 20px;
  }

  .text-block-11 {
    padding-left: 25px;
  }

  .cell-9 {
    padding-left: 20px;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    margin-top: 15px;
  }

  .heading-7 {
    font-size: 17px;
  }

  .section-2 {
    height: 300px;
  }

  .section-5 {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .text-block-14 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .navbar-logo-left-container.shadow-three.mobilefooter {
    display: none;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .navbar-brand {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    display: block;
  }

  .nav-menu-two {
    background-color: #f2f2f3;
    flex-direction: column;
    margin-top: 0;
  }

  .menu-button {
    margin-top: 7px;
    padding-top: 20px;
    padding-right: 20px;
  }

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

  .hero-without-image {
    min-height: 575px;
  }

  .hero-wrapper-two {
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-bottom-24px {
    text-align: center;
    width: auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
    display: none;
  }

  .margin-bottom-24px.mobileheadertext {
    display: block;
  }

  .heading {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-2 {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 20px;
  }

  .icon {
    font-size: 45px;
    display: block;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-block {
    justify-content: space-between;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-column-dark-2 {
    margin-top: -3px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .margin-bottom-24px-3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .margin-bottom-24px-3.bottomdescription {
    margin-top: -30px;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .list-item {
    color: #000;
  }

  .features-list {
    padding: 20px 30px 0;
  }

  .container-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .features-wrapper-two {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .features-paragraph {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .features-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .image-2 {
    height: auto;
    margin-top: -10px;
    display: block;
  }

  .image-2.about3 {
    margin-top: 20px;
    margin-left: 0;
  }

  .heading-3 {
    margin-right: 0;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-4.header-mobile {
    background-image: none;
    margin-top: 15px;
    font-size: 17px;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .list-item-2 {
    display: block;
  }

  .quick-stack-2 {
    margin-top: 0;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 30px;
  }

  .paragraph-2 {
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 28px;
  }

  .cell-3 {
    border-bottom-width: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cell-3.grid-middle {
    padding-top: 2px;
  }

  .cell-3.bottomrow {
    border-bottom-width: 1px;
  }

  .cell-4 {
    text-align: right;
    border-top-width: 1px;
    border-bottom-width: 1px;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 23px;
  }

  .cell-4.bottomcell {
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: solid;
  }

  .text-block-3 {
    font-size: 11px;
    line-height: 15px;
  }

  .text-block-4 {
    font-size: 9px;
    line-height: 14px;
  }

  .map {
    height: 300px;
    margin-top: 40px;
  }

  .navbar-logo-left-2 {
    padding-top: 0;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .text-block-5 {
    border-top-color: #818385;
    padding-top: 30px;
    font-size: 12px;
    line-height: 21px;
  }

  .text-block-5.contactlower {
    padding-top: 0;
  }

  .quick-stack-4 {
    margin-bottom: 0;
  }

  .text-block-8 {
    border-top-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 17px;
  }

  .cell-6 {
    border-top: 1px solid #b2b3b2;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .text-block-9 {
    border-top-width: 0;
    border-bottom-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 17px;
  }

  .cell-7 {
    border-top: 1px solid #b2b3b2;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .image-3 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .cell-8 {
    border-top: 1px solid #b2b3b2;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .text-block-10 {
    border-top-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 17px;
  }

  .text-block-11 {
    border-top-width: 0;
    border-bottom-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 17px;
  }

  .cell-9 {
    border-top: 1px solid #b2b3b2;
    border-bottom: 1px solid #b2b3b2;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .container-6 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .link {
    font-size: 9px;
  }

  .image-4 {
    width: 186px;
    max-width: none;
    margin-left: 20px;
    padding-left: 0;
    display: block;
  }

  .container-8 {
    text-align: center;
  }

  .quick-stack-7 {
    padding-bottom: 0;
  }

  .heading-7 {
    background-position: 0%;
    background-size: 11px;
    margin-top: 23px;
    margin-bottom: 0;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 300;
  }

  .text-block-13 {
    background-size: 11px;
    padding-left: 21px;
    font-size: 14px;
  }

  .link-block {
    margin-top: 15px;
    padding: 10px 35px;
  }

  .link-2 {
    font-size: 9px;
  }

  .image-7 {
    margin-top: 15px;
  }

  .quick-stack-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .link-6, .link-7 {
    font-size: 9px;
  }

  .section-2 {
    height: 300px;
  }

  .section-3 {
    margin-top: 50px;
  }

  .image-mobile {
    margin-top: 15px;
  }

  .image-8 {
    text-align: center;
  }

  .container-9 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .image-9 {
    max-width: none;
    display: block;
  }

  .image-10 {
    width: 6.77px;
    height: 12.36px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .section-5 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .text-block-14 {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

#w-node-b8c7361f-87b2-b20a-e54f-f40251d57679-984c5548, #w-node-fe08e436-dace-f3d1-61d0-921d51292ee0-984c5548, #w-node-_3b054639-d1ce-5409-ae29-a966e6fd714b-984c5548, #w-node-_736995a3-34d7-891b-9b16-368d8498a250-984c5548 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c346140-d5f8-993b-37c0-31076bf1917e-984c5548 {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(327px, 327px) 1fr;
}

#w-node-_8c346140-d5f8-993b-37c0-31076bf1917f-984c5548 {
  grid-column: span 2 / span 2;
}

#w-node-_0595ac8b-0707-d566-7105-66efb8299a5e-984c5548 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr minmax(325px, 400px) minmax(224px, 405px) 1fr;
}

#w-node-_0595ac8b-0707-d566-7105-66efb8299a5f-984c5548 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-dac1a3c0-a6fb-3c74-358d-0eca9c0286a6-984c5548 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 800px);
}

#w-node-_75e61fa3-eed4-c724-e67a-8357f1d49fc2-984c5548, #w-node-_89707f4b-5891-c653-7bc4-747c2fe9170f-984c5548, #w-node-f781518a-7d3d-2295-d439-2e4251033123-984c5548, #w-node-e358591c-1b83-312d-bc4a-2722fca9e7fe-984c5548, #w-node-f600a38b-cc39-9836-d250-ff6607a2e21e-984c5548 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr 1fr 1fr;
}

@media screen and (max-width: 1100px) {
  #w-node-_8c346140-d5f8-993b-37c0-31076bf1917e-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8c346140-d5f8-993b-37c0-31076bf1917f-984c5548 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0595ac8b-0707-d566-7105-66efb8299a5e-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0595ac8b-0707-d566-7105-66efb8299a5f-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dac1a3c0-a6fb-3c74-358d-0eca9c0286a6-984c5548 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_75e61fa3-eed4-c724-e67a-8357f1d49fc2-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-adc53871-4576-673f-031a-37538243a706-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89707f4b-5891-c653-7bc4-747c2fe9170f-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_89707f4b-5891-c653-7bc4-747c2fe91717-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f781518a-7d3d-2295-d439-2e4251033123-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f781518a-7d3d-2295-d439-2e425103312b-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e358591c-1b83-312d-bc4a-2722fca9e7fe-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e358591c-1b83-312d-bc4a-2722fca9e806-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f600a38b-cc39-9836-d250-ff6607a2e21e-984c5548 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f600a38b-cc39-9836-d250-ff6607a2e225-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0595ac8b-0707-d566-7105-66efb8299a5e-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0595ac8b-0707-d566-7105-66efb8299a5f-984c5548 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0595ac8b-0707-d566-7105-66efb8299a5e-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0595ac8b-0707-d566-7105-66efb8299a5f-984c5548 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-dac1a3c0-a6fb-3c74-358d-0eca9c0286a6-984c5548 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_75e61fa3-eed4-c724-e67a-8357f1d49fc2-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-adc53871-4576-673f-031a-37538243a706-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89707f4b-5891-c653-7bc4-747c2fe9170f-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_89707f4b-5891-c653-7bc4-747c2fe91717-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f781518a-7d3d-2295-d439-2e4251033123-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f781518a-7d3d-2295-d439-2e425103312b-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e358591c-1b83-312d-bc4a-2722fca9e7fe-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e358591c-1b83-312d-bc4a-2722fca9e806-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f600a38b-cc39-9836-d250-ff6607a2e21e-984c5548 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f600a38b-cc39-9836-d250-ff6607a2e225-984c5548 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


