:root {
  --white: white;
  --dark-slate-grey: #46636f;
  --black: #1b1b1b;
  --dark-slate-grey-2: #0a3843;
  --dark-slate-grey-3: #393939;
  --blue: #135364;
  --lighter-blue: #318ba3;
}

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

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

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

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

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

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

.image {
  display: inline-block;
}

.navbar-no-shadow {
  background-color: var(--white);
  background-image: linear-gradient(110deg, var(--dark-slate-grey), #a8b6bb 0%, white 43%, #c4cdd1);
  color: var(--white);
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: var(--dark-slate-grey-2);
  letter-spacing: -.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  background-color: var(--dark-slate-grey-2);
  color: var(--white);
  border: 1px #fff;
  border-radius: 6px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
}

.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 {
  color: var(--dark-slate-grey-2);
  font-weight: 500;
}

.nav-link.w--current:hover {
  background-color: var(--dark-slate-grey-2);
  color: var(--white);
  border-radius: 8px;
}

.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: rgba(26, 27, 31, .75);
}

.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-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.list-item {
  display: none;
}

.hero {
  max-height: none;
  background-image: url('../images/pexels-daniel-smyth-8956313-min.png');
  background-position: 50% 33%;
  background-size: cover;
}

.container {
  max-width: 1150px;
  padding-top: 140px;
  padding-bottom: 100px;
}

.h2-head {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  line-height: 40px;
}

.h2-head.dark {
  color: var(--dark-slate-grey-3);
  text-align: left;
}

.h3-head {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.h3-head.grid-head {
  border-top: 2px none var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  font-weight: 500;
}

.h3-head.dark {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 25px;
  font-weight: 600;
}

.text-span {
  color: var(--dark-slate-grey);
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.text-block.dark {
  color: #393939;
  text-align: left;
  padding-right: 60px;
  font-size: 15px;
  line-height: 25px;
}

.hero-container {
  max-width: 1150px;
  padding-top: 140px;
  padding-bottom: 100px;
}

.features-1 {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  background-image: linear-gradient(135deg, var(--blue), var(--lighter-blue) 48%, var(--blue));
}

.features-container {
  max-width: 1150px;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.image-2 {
  max-width: 40%;
  border-radius: 90px;
  transition: all .35s;
}

.image-2:hover {
  transform: scale(1.15);
  box-shadow: 0 0 50px 9px rgba(255, 255, 255, .5);
}

.grid-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 1px #fff;
  border-right: 1px #fff;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  display: flex;
}

.features-2-sec {
  background-image: linear-gradient(45deg, #aec5cf, #fff 68%, #b7b7b7);
}

.feature-2-container {
  max-width: 1150px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  max-width: 95%;
  border-radius: 20px;
  flex: none;
  display: block;
  box-shadow: 0 8px 15px rgba(70, 99, 111, .37);
}

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.div-block-3 {
  display: block;
  position: absolute;
  transform: rotate(-7deg)translate(-26px, -400px);
}

.feature-3-section {
  background-color: #1b1b1b;
  background-image: linear-gradient(135deg, var(--blue), var(--lighter-blue) 48%, var(--blue));
}

.container-2, .feature-3-container {
  max-width: 1150px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  border-left: 1px solid var(--white);
  color: #fff;
  background-color: rgba(10, 56, 67, .77);
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 25px;
  transition: all .35s;
}

.div-block-5:hover {
  border-left-width: 10px;
  border-left-color: var(--dark-slate-grey);
  color: #222;
  background-color: #fff;
  font-weight: 700;
}

.grid-heading-3 {
  color: #74a5b9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 40px;
  display: inline;
}

.heading-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.icon {
  max-width: 7%;
}

.grid-paragraph {
  text-align: left;
  padding-right: 186px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.grid-paragraph.dark {
  color: #393939;
  text-align: left;
  padding-right: 60px;
  font-size: 15px;
  line-height: 25px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.footer-light {
  background-color: #0e0e0e;
  background-image: linear-gradient(135deg, var(--dark-slate-grey), #9eaeb4 0%, white 48%, #9eaeb4);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  margin-bottom: 40px;
}

.footer-block-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--dark-slate-grey-2);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
}

.footer-link-two:hover {
  background-color: var(--dark-slate-grey-2);
  color: var(--white);
  border-radius: 7px;
  padding: 5px 20px;
  font-weight: 700;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: var(--dark-slate-grey-2);
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--dark-slate-grey-2);
  font-family: Poppins, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.icon-2 {
  width: 35px;
  height: 3px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-3 {
  width: 20px;
  height: 20px;
  color: var(--dark-slate-grey-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.icon-4 {
  width: 20px;
  height: 20px;
  color: var(--dark-slate-grey-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-5 {
  width: 24px;
  height: 24px;
  color: var(--dark-slate-grey-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-threee {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link {
  color: var(--dark-slate-grey-2);
  font-weight: 500;
}

.link-2 {
  color: var(--dark-slate-grey-2);
}

.image-4, .image-5, .image-6 {
  filter: invert();
  background-color: #fff;
  border-radius: 20px;
}

.image-3-copy {
  max-width: 95%;
  border-radius: 20px;
  flex: none;
  display: block;
  box-shadow: 0 8px 15px rgba(70, 99, 111, .37);
}

.feature-1 {
  background-color: #1b1b1b;
  background-image: linear-gradient(135deg, var(--blue), var(--lighter-blue) 53%, var(--blue));
  padding-top: 40px;
  padding-bottom: 60px;
}

.feature-1.dark {
  border-top: 1px solid #fff;
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  background-image: linear-gradient(-135deg, var(--blue), var(--lighter-blue) 53%, var(--blue));
}

.container-4 {
  max-width: 850px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-div.to-left {
  flex-direction: column-reverse;
  align-items: center;
}

.text-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.text-div.right-side {
  align-items: flex-end;
}

.icon-image-p2 {
  max-width: 55%;
  border-radius: 20px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 50px;
}

.heading-feature-1-p2 {
  color: var(--white);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.heading-feature-1-p2.glow {
  color: var(--white);
}

.text-block-2 {
  color: var(--white);
  padding-right: 50px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.text-block-2.white {
  color: var(--white);
  text-align: right;
  padding-left: 46px;
}

.bold-text {
  font-size: 35px;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  color: #0d251a;
  background-color: #0e0e0e;
}

._6-grid {
  background-color: var(--white);
  color: #0d251a;
}

._6-grid-container {
  max-width: 1150px;
  padding-top: 100px;
  padding-bottom: 100px;
}

._6-grid-head {
  color: #1b1b1b;
  text-align: center;
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  line-height: 40px;
}

._6-grid-head.dark {
  color: var(--dark-slate-grey-3);
  text-align: left;
}

._6-grid-head-2 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

._6-grid-head-2.grid-head {
  border-top: 2px none var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}

._6-grid-head-2.bold {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

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

._6-g-inside-div {
  background-color: rgba(27, 27, 27, .05);
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 30px;
  display: flex;
}

.image-7 {
  max-width: 45%;
  border-radius: 150px;
}

.bold-text-2 {
  color: var(--dark-slate-grey);
}

.makine-parkuru-section {
  background-color: #1b1b1b;
  background-image: linear-gradient(270deg, var(--blue), var(--lighter-blue) 53%, var(--blue));
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 60px;
}

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

.h4-head {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 40px;
}

.h4-head.dark {
  color: var(--dark-slate-grey-3);
  text-align: left;
}

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

.image-8 {
  max-width: 75%;
  border-radius: 20px;
}

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

.heading-3 {
  color: var(--white);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.container-6 {
  max-width: 1150px;
}

._3-grid-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--dark-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-grid {
  padding-top: 20px;
  padding-bottom: 40px;
}

._3-g-inside-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: var(--dark-slate-grey-2);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.icon-6 {
  width: 55px;
  height: 55px;
  color: var(--dark-slate-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--dark-slate-grey-2);
  padding-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.icon-7, .icon-8 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-2 {
  padding-bottom: 40px;
}

.image-9 {
  max-width: 85%;
}

.bold-text-3 {
  color: var(--dark-slate-grey-2);
}

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

.text-span-2 {
  color: var(--dark-slate-grey-2);
}

.grid-paragraph-2 {
  color: var(--dark-slate-grey-2);
  text-align: left;
  padding-right: 186px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.grid-paragraph-2.dark {
  color: #393939;
  text-align: left;
  padding-right: 60px;
  font-size: 15px;
  line-height: 25px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .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 rgba(0, 0, 0, .05);
  }

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

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

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

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 20px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .nav-link:hover {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid #fff;
    border-radius: 35px;
  }

  .h2-head, .h2-head.dark, .h3-head {
    text-align: center;
  }

  .h3-head.grid-head {
    text-align: center;
    font-size: 15px;
  }

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

  .text-block.dark {
    text-align: center;
    padding-right: 0;
  }

  .hero-container {
    max-width: 90%;
  }

  .features-container {
    padding-top: 30px;
  }

  .features-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

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

  .grid-block {
    padding-bottom: 15px;
  }

  .feature-2-container {
    max-width: 90%;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .image-3 {
    max-width: 100%;
  }

  .div-block-3 {
    top: 2020px;
    left: -73.0039px;
    transform: rotate(-7deg)translate(330px, -780px);
  }

  .feature-3-container {
    max-width: 90%;
  }

  .div-block-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-paragraph {
    padding-right: 40px;
  }

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

  .footer-wrapper-two {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block-6 {
    justify-content: center;
  }

  .footer-block-threee {
    align-items: flex-start;
    margin-top: 40px;
  }

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

  .image-div {
    align-items: center;
  }

  .image-div.to-left {
    flex-direction: column;
    align-items: center;
  }

  .text-div {
    align-items: center;
    padding-right: 20px;
  }

  .text-div.right-side {
    align-items: center;
  }

  .icon-image-p2 {
    max-width: 35%;
    padding-bottom: 20px;
  }

  .heading-feature-1-p2, .text-block-2, .text-block-2.white {
    text-align: center;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  ._6-grid-container {
    max-width: 90%;
  }

  ._6-grid-div, ._4-row-grid {
    grid-template-columns: 1fr;
  }

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

  ._3-grid-div {
    grid-template-columns: 1fr;
  }

  ._3-g-inside-div {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: none;
  }

  .image-9 {
    display: none;
  }

  .bold-text-3 {
    text-align: left;
    font-size: 35px;
  }

  .bold-text-4 {
    font-size: 32px;
  }

  .list-item-2 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .grid-paragraph-2 {
    padding-right: 40px;
  }
}

#w-node-_450ee644-3dc6-8960-df38-358a20ecb882-90e07847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_450ee644-3dc6-8960-df38-358a20ecb883-90e07847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_90b6229d-b9c4-264b-17d8-bc92dd480f6b-90e07847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90b6229d-b9c4-264b-17d8-bc92dd480f6c-90e07847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7c738902-ae95-9156-628f-794be2465d14-90e07847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c738902-ae95-9156-628f-794be2465d15-90e07847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ac0403e6-7a52-2e81-e5ad-5947c5b72bce-90e07847, #w-node-_0c526df9-68eb-edc8-1188-29d5958415ba-90e07847, #w-node-_15003c44-6434-a4e4-e47e-cfc3dbd51e51-90e07847, #w-node-_75744f9b-2bcf-411f-a368-c10bd8cc006a-90e07847, #w-node-d87fcdac-62fd-d5dd-4388-c90b29fb92aa-90e07847, #w-node-_1bfa59a1-e888-7f2e-debd-ec0234800366-90e07847, #w-node-_7daf52c9-1011-7ec6-e233-9cacf8b8ab28-90e07847, #w-node-f72526f7-0f36-2412-bd68-33ffb3e105b5-90e07847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb2ca9df-f357-00ff-8bf8-782b859b8d4a-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_1e682fa5-3c64-29c2-55ce-e4b81ab1875b-f3ec290c, #w-node-a91635f1-b2af-27c3-8fe7-803393adb93f-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media screen and (max-width: 479px) {
    #w-node-a91635f1-b2af-27c3-8fe7-803393adb93f-f3ec290c{
        order:2;
    }
    .text-block-2{
        padding-left: 46px;
    }
    .google-maps{
        padding-bottom: 75% !important;
    }
}
#w-node-a91635f1-b2af-27c3-8fe7-803393adb93d-f3ec290c, #w-node-_8cc641fb-8bfc-1a32-0028-ea2c627da3fe-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_8cc641fb-8bfc-1a32-0028-ea2c627da400-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b69da53-9da6-ffda-c1df-5f03f88c11cf-f3ec290c, #w-node-cb4420b7-d289-34ff-55f9-81510aeeabd6-f3ec290c, #w-node-_770c40f5-dd5c-fa94-365e-843405d202ad-f3ec290c, #w-node-c411ca4c-3ec3-5c78-8d9d-1e890be9ac71-f3ec290c, #w-node-_5efda344-a8fc-cc94-1485-790c0ebe3860-f3ec290c, #w-node-_8c1d908f-da88-061a-6897-99b202dd3742-f3ec290c, #w-node-d38dcb35-7385-dc22-a305-31f48f81c07e-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_596b4efe-abd6-be48-a330-67b8dec45e42-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2521373a-63a1-6821-fb7a-d3b8d0eafbba-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2521373a-63a1-6821-fb7a-d3b8d0eafbbb-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb0df0c0-ba77-5ef7-5a24-8f172568d2b0-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-bb0df0c0-ba77-5ef7-5a24-8f172568d2b1-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b1f94c6-7208-1f95-5b29-8b988daff720-f3ec290c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_4b1f94c6-7208-1f95-5b29-8b988daff721-f3ec290c, #w-node-_2107d60f-f84f-be72-6928-540190f9ed02-433362e5, #w-node-_2107d60f-f84f-be72-6928-540190f9ed0c-433362e5, #w-node-_2107d60f-f84f-be72-6928-540190f9ed12-433362e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.google-maps {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
  }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media screen and (max-width: 479px){
	#w-node-f72526f7-0f36-2412-bd68-33ffb3e105b5-90e07847{
		grid-column: 1 / span 1 !important;
		margin:0 !important;
	}
}

#w-node-f72526f7-0f36-2412-bd68-33ffb3e105b5-90e07847{
	grid-column: 1 / span 2;
	margin:0 25%;
}

