html, body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  outline: 0;
}

a {
  color: inherit;
}

.fp-table {
  display: block;
  flex-direction: unset;
}

.fp-overflow {
  height: 100%;
}

.aligncenter {
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

h3 {
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

p {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 400;
}
p strong {
  font-weight: 600;
}

p:last-child {
  margin-bottom: 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: #fff !important;
}

.btn {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.btn.white-btn {
  background-color: #f5f5f5;
  color: #4D4E4E;
}

.btn.white-btn:hover {
  background-color: #59AD40;
  color: #f5f5f5;
}

.btn.green-btn {
  background-color: #59AD40;
  color: #f5f5f5;
}

.btn.green-btn:hover {
  background-color: #f5f5f5;
  color: #4D4E4E;
}

.call-btn {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  border: 1px solid #59AD40;
  color: #f5f5f5;
  transition: all 0.3s ease;
}

.call-btn:hover {
  background-color: #59AD40;
}

#websitepage {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth; /* Smooth scrolling */
}

.container {
  position: relative;
  width: 100%;
  z-index: 1;
  /*min-height: 100vh;*/
}

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 99;
  padding: 150px 60px;
}

.wrapper-narrow {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 99;
  padding: 50px 20px 50px 20px;
  box-sizing: border-box;
}

.top-bar-container {
  position: fixed;
  width: 100%;
  background-color: #4D4E4E;
  z-index: 9999;
  top: 0;
  left: 0;
}
.top-bar-container .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  text-align: center;
}
.top-bar-container .wrapper .text {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
}
.top-bar-container .wrapper .button .btn {
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  background-color: #f5f5f5;
  padding: 8px 40px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.top-bar-container .wrapper .button .btn:hover {
  background-color: #59AD40;
  color: #ffffff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 9999;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
header .inner {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .inner .logo img {
  height: 45px;
}
header .inner .icon img {
  transition: 0.3s ease all;
}
header .inner .icon img:hover {
  transform: scale(1.1);
}
header .inner .menu a {
  font-weight: 600 !important;
}

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  height: 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  z-index: 99999;
  background-color: white;
  box-sizing: border-box;
  align-items: center;
}
.mobile-header .logo img {
  width: auto;
  height: 50px;
}

.mobile-menu {
  position: fixed;
  top: 80px;
  height: 40px;
  width: 100%;
  left: 0;
  background-color: black;
  z-index: 99999;
}

@media (min-width: 1024px) {
  .mobile-header {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 1023px) {
  header {
    display: none;
  }
  .top-bar-container {
    display: none;
  }
}
.top-clearer {
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .top-clearer {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .top-clearer {
    height: 100px;
  }
}

.full-image-screen-with-buttons .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full-image-screen-with-buttons .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-image-screen-with-buttons .wrapper-narrow {
  z-index: 2;
  text-align: center;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
  height: 100%;
}
.full-image-screen-with-buttons .wrapper-narrow .buttons {
  display: grid;
  align-items: flex-end;
}
.full-image-screen-with-buttons .wrapper-narrow .buttons .the-icons {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.full-image-screen-with-buttons .wrapper-narrow .buttons .the-icons .icon {
  text-align: center;
}
.full-image-screen-with-buttons .wrapper-narrow .buttons .the-icons .icon .image {
  display: grid;
  justify-content: center;
  margin-bottom: 10px;
}
.full-image-screen-with-buttons .wrapper-narrow .buttons .the-icons .icon .text {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.full-image-screen-with-buttons .wrapper-narrow .buttons .one-button {
  position: relative;
  width: 100%;
}
.full-image-screen-with-buttons .wrapper-narrow .buttons .one-button .btn {
  width: 100%;
  max-width: 240px;
}
.full-image-screen-with-buttons .wrapper-narrow .buttons .two-buttons {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .full-image-screen-with-buttons .wrapper-narrow .buttons .two-buttons {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .full-image-screen-with-buttons .wrapper-narrow .buttons .two-buttons .left .btn {
    float: right;
  }
  .full-image-screen-with-buttons .wrapper-narrow .buttons .two-buttons .right .btn {
    float: left;
  }
  .full-image-screen-with-buttons .wrapper-narrow .buttons .two-buttons .btn {
    width: 100%;
    max-width: 240px;
  }
}

.text-panel-with-image .inner-block {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 1023px) {
  .text-panel-with-image .inner-block {
    grid-template-columns: 1fr;
  }
}
.text-panel-with-image h2 {
  color: #06ab31 !important;
}
.text-panel-with-image .text-position-bottom {
  grid-template-columns: none;
}
.text-panel-with-image .text-position-bottom .wrapper-narrow {
  max-width: none;
  order: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  grid-template-rows: 1fr;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  z-index: 5;
  height: auto;
}
@media (max-width: 1023px) {
  .text-panel-with-image .text-position-bottom .wrapper-narrow {
    grid-template-columns: 1fr;
  }
}
.text-panel-with-image .text-position-bottom .background-image {
  /*height: 100vh;*/
  height: 100%;
}
.text-panel-with-image .text-position-bottom .background-image img {
  height: 100%;
}
.text-panel-with-image .text-position-bottom .two-buttons .left, .text-panel-with-image .text-position-bottom .two-buttons .right {
  display: grid;
  justify-items: flex-end;
}
.text-panel-with-image .text-position-bottom .two-buttons .btn {
  width: 200px !important;
}
.text-panel-with-image .text-position-right {
  grid-template-columns: 3fr 1fr;
}
@media (max-width: 1023px) {
  .text-panel-with-image .text-position-right {
    grid-template-columns: 1fr;
  }
}
.text-panel-with-image .text-position-right .wrapper-narrow {
  order: 2;
}
.text-panel-with-image .background-image {
  position: relative;
}
.text-panel-with-image .background-image img {
  width: 100%;
  /*height: 100vh;*/
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-sizing: border-box;
  z-index: 1;
}
.text-panel-with-image .background-image .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: grid;
  align-items: flex-end;
}
.text-panel-with-image .background-image .overlay-text .the-text {
  padding: 40px;
  box-sizing: border-box;
}
.text-panel-with-image .background-image .overlay-text .the-text p {
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}
.text-panel-with-image .wrapper-narrow {
  z-index: 2;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 30px;
  height: 100%;
  padding: 50px 30px 50px 30px;
}
.text-panel-with-image .wrapper-narrow p {
  color: #4D4E4E;
  font-size: 15px;
  line-height: 22px;
}
.text-panel-with-image .wrapper-narrow h3 {
  color: #59AD40;
}
.text-panel-with-image .wrapper-narrow .buttons {
  display: grid;
  align-items: flex-end;
}
.text-panel-with-image .wrapper-narrow .buttons .one-button {
  position: relative;
  width: 100%;
}
.text-panel-with-image .wrapper-narrow .buttons .one-button .btn {
  width: 100%;
  max-width: 240px;
  text-align: center;
}
.text-panel-with-image .wrapper-narrow .buttons .two-buttons {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  text-align: center;
}
.text-panel-with-image .wrapper-narrow .buttons .two-buttons .btn {
  width: 100%;
}

.system-specs .wrapper {
  max-width: none;
  width: 100%;
  background-color: #4D4E4E;
  /*height: 100vh;*/
  height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 1023px) {
  .system-specs .wrapper {
    grid-template-columns: 1fr;
  }
}
.system-specs .wrapper .the-specs {
  position: relative;
  width: 100%;
  -moz-columns: 2;
       columns: 2;
  gap: 50px;
  margin-top: 50px;
}
.system-specs .wrapper .the-specs .spec {
  margin-bottom: 20px;
}
.system-specs .wrapper .the-specs p {
  font-size: 16px;
  line-height: 22px;
}

.image-with-content .wrapper {
  max-width: none;
  width: 100%;
  background-color: #ffffff;
  /*height: 100vh;*/
  height: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 1023px) {
  .image-with-content .wrapper {
    grid-template-columns: 1fr;
  }
}
.image-with-content .wrapper p {
  font-size: 16px;
  line-height: 22px;
  color: #4D4E4E;
}
.image-with-content .wrapper h1, .image-with-content .wrapper h2, .image-with-content .wrapper h3, .image-with-content .wrapper h4, .image-with-content .wrapper h5, .image-with-content .wrapper h6 {
  color: #59AD40;
}
.image-with-content .imageright .image {
  order: 2;
}

.on p {
  font-size: 16px;
  line-height: 22px;
  color: #4D4E4E;
}
.on h1, .on h2, .on h3, .on h4, .on h5, .on h6 {
  color: #59AD40;
}

@media (max-width: 1023px) {
  .three-columns {
    height: auto;
  }
}
.three-columns p {
  font-size: 16px;
  line-height: 22px;
  color: #4D4E4E;
}
.three-columns h1, .three-columns h2, .three-columns h3, .three-columns h4, .three-columns h5, .three-columns h6 {
  color: #59AD40;
}
.three-columns .cont {
  position: relative;
  /*height: 100vh;*/
  height: 100%;
  display: grid;
  align-items: center;
}
@media (max-width: 1023px) {
  .three-columns .cont {
    height: auto;
  }
}
.three-columns .wrapper {
  text-align: center;
}
.three-columns .wrapper .columns {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1023px) {
  .three-columns .wrapper .columns {
    grid-template-columns: 1fr;
  }
}
.three-columns .wrapper .columns .image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.three-columns .wrapper .columns .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-columns .wrapper .columns .text {
  margin-top: 10px;
  text-align: left;
}

.wide-image-with-text p {
  font-size: 16px;
  line-height: 22px;
  color: #4D4E4E;
}
.wide-image-with-text h1, .wide-image-with-text h2, .wide-image-with-text h3, .wide-image-with-text h4, .wide-image-with-text h5, .wide-image-with-text h6 {
  color: #59AD40;
}
.wide-image-with-text .cont {
  position: relative;
  /*min-height: 100vh;*/
  height: 100%;
  display: grid;
  align-items: center;
}
.wide-image-with-text .wrapper .image {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.wide-image-with-text .wrapper .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wide-image-with-text .wrapper .text {
  margin-top: 20px;
  text-align: left;
}

.live-diagnostics p {
  font-size: 16px;
  line-height: 22px;
  color: #4D4E4E;
}
.live-diagnostics h1, .live-diagnostics h2, .live-diagnostics h3, .live-diagnostics h4, .live-diagnostics h5, .live-diagnostics h6 {
  color: #59AD40;
}
.live-diagnostics .outer-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}
.live-diagnostics .wrapper {
  z-index: 2;
  text-align: center;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 30px;
}
.live-diagnostics .wrapper .text {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.live-diagnostics .wrapper .buttons .the-icons {
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 25px;
  margin-bottom: 30px;
}
.live-diagnostics .wrapper .buttons .the-icons .icon {
  text-align: center;
}
.live-diagnostics .wrapper .buttons .the-icons .icon .image {
  display: grid;
  justify-content: center;
  margin-bottom: 10px;
  background-color: #F5F5F5;
  padding: 20px;
  box-sizing: border-box;
}
.live-diagnostics .wrapper .buttons .the-icons .icon .text {
  color: #59AD40;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.live-diagnostics .wrapper .buttons .one-button {
  position: relative;
  width: 100%;
}
.live-diagnostics .wrapper .buttons .one-button .btn {
  width: 100%;
  max-width: 240px;
}
.live-diagnostics .wrapper .buttons .two-buttons {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1199px) {
  .live-diagnostics .wrapper .buttons .two-buttons {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (min-width: 1200px) {
  .live-diagnostics .wrapper .buttons .two-buttons .left .btn {
    float: right;
  }
  .live-diagnostics .wrapper .buttons .two-buttons .right .btn {
    float: left;
  }
  .live-diagnostics .wrapper .buttons .two-buttons .btn {
    width: 100%;
    max-width: 240px;
  }
}

.footer {
  text-align: center;
  background-color: #4D4E4E;
}
.footer .wrapper-narrow {
  z-index: 2;
  text-align: center;
  display: grid;
  align-items: center;
  grid-template-rows: 1fr;
  gap: 30px;
  height: 100%;
}
.footer .wrapper-narrow .social-icons {
  color: #ffffff;
  margin-top: 25px;
  font-size: 30px;
}
.footer .wrapper-narrow .social-icons a {
  transition: all 0.3s ease;
}
.footer .wrapper-narrow .social-icons a:hover {
  color: #59AD40;
}
.footer .wrapper-narrow p.small {
  font-size: 12px;
  line-height: 19px;
  margin-top: 20px;
}
.footer .wrapper-narrow .two-buttons {
  display: grid;
  grid-template-rows: auto auto;
  gap: 10px;
  margin-top: 30px;
}
.footer .wrapper-narrow .two-buttons a {
  width: 200px;
  max-width: 100%;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
  padding: 0 0 !important;
  padding-bottom: 5px !important;
}

.wpforms-field-container {
  max-width: 700px !important;
  margin: 0 auto !important;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
  font-size: 12px !important;
}

div.wpforms-container-full input, div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full input, .wp-core-ui div.wpforms-container-full select {
  height: 30px !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: calc(var(--wpforms-field-size-input-height) * 1.8) !important;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: #59AD40 !important;
}

div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: none !important;
  background-color: #06ab31 !important;
}/*# sourceMappingURL=style.css.map */