:root {
  --dark-slate-gray-2: #404047;
  --lavender: #e9e9e9;
  --steel-blue-2: #2e80b6;
  --white-smoke-2: #f0f0f0;
  --white-smoke: #ecf0f1;
  --dark-slate-gray-3: #333;
  --steel-blue: #3b99d9;
  --white-smoke-3: #edeff2;
  --light: #00000036;
  --light-gray: #d4d4d4;
  --dim-gray-2: #49647b;
  --kl: #ffffffb0;
  --fade: #edeff26e;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-4: #f3f3f3;
  --dim-gray-3: #5d5d5d;
}

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

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #000000bd;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

a, a:hover {
  color: #bf3a30;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navigation-link {
  color: silver;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #333;
}

.navigation-bar {
  border-bottom: 1px solid var(--dark-slate-gray-2);
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 2%;
  padding-bottom: 2%;
}

.hamburger-button {
  text-align: center;
}

.navigation-menu {
  margin-top: 3px;
}

.brand-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
}

.brand-link.w--current {
  text-align: center;
}

.section {
  background-color: #fff;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-top: 0;
  padding-bottom: 5%;
  display: block;
  position: relative;
}

.section:active {
  padding-bottom: 5%;
}

.section.ca, .section.install {
  background-color: #0000;
}

.social-icon-link {
  opacity: .87;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: .3;
}

.footer {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-text {
  color: #bbb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.photo-link-block {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}

.photo-link-block:hover {
  opacity: .8;
  color: #333;
  text-decoration: none;
  transform: scale(1.02);
}

.blog-title {
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.byline {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  color: #333;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link:hover {
  text-decoration: none;
}

.sidebar-divider {
  border-top: 1px solid #ccc;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-photo {
  padding-right: 30px;
}

.title {
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.photo-page-title {
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.photo-page-title.center {
  text-align: center;
}

.photo-info-text {
  color: #969696;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.gallery-wrapper {
  margin-top: 56px;
}

.blog-list-item {
  min-height: 100px;
}

.blog-info-text {
  color: silver;
  text-transform: uppercase;
  font-size: 12px;
}

.small-blog-title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  color: #333;
  margin-bottom: 21px;
}

.small-blog-link:hover {
  text-decoration: none;
}

.small-list {
  text-align: right;
}

.photo-row {
  border-bottom: 1px solid #0000002b;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.description-text {
  margin-bottom: 23px;
}

.image {
  margin-top: 0%;
  margin-left: -20%;
  display: inline-block;
}

.heading {
  color: #3286fc;
  text-align: center;
  text-shadow: 0 0 20px #00000059;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: underline;
}

.grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: 40vh auto auto;
  grid-template-columns: max-content 1fr 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  margin-left: 5%;
  margin-right: 5%;
}

.image-2 {
  max-width: none;
  margin-top: 0%;
  transition: height .2s, width .4s;
  display: inline-block;
}

.image-3 {
  display: inline-block;
}

.columns {
  border: 1px solid var(--steel-blue-2);
  text-align: center;
  background-image: url('../images/Marios.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 3vh;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: block;
  box-shadow: 1px 1px 20px 7px #000;
}

.column {
  text-align: right;
}

.heading-2 {
  text-align: right;
  margin-top: 5em;
}

.heading-3 {
  color: #3d44fb;
  text-align: center;
  margin-top: 6.5em;
  text-decoration: underline;
}

.body {
  background-image: url('../images/AdobeStock_556736821-small.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.text-block {
  color: var(--white-smoke-2);
  text-align: center;
  text-shadow: 6px 6px 17px var(--steel-blue-2);
  margin-bottom: 5%;
  padding-left: 0;
  font-size: 18px;
  display: block;
  position: relative;
  bottom: auto;
}

.link {
  color: var(--white-smoke);
  text-align: center;
  text-shadow: 1px 1px 14px var(--dark-slate-gray-2);
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  position: absolute;
  top: 8em;
  left: 4em;
  right: 0;
}

.link:hover {
  color: var(--steel-blue);
}

.div-block {
  text-align: left;
}

.heading-4 {
  text-align: center;
  margin: 5vh auto 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.image-4 {
  margin-left: 5vw;
}

.html-embed {
  text-align: left;
  width: auto;
  margin-left: 0;
  display: block;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  text-align: center;
}

.body-2 {
  text-align: left;
  background-image: url('../images/DJI_20210507100230_0003_W-p-2000-2021_09_07-12_55_31-UTC.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.button, .button.w--current {
  margin-top: 2.5%;
  margin-left: 5%;
}

.html-embed-2 {
  display: block;
  overflow: visible;
}

.div-block-3 {
  width: 73%;
  display: inline-block;
  overflow: visible;
}

.link-block {
  position: relative;
}

.html-embed-3 {
  display: block;
}

.column-4 {
  display: block;
  position: relative;
  top: 90px;
  left: -100px;
}

.grid-2 {
  grid-column-gap: 0px;
  place-items: center;
}

.section-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown {
  float: right;
}

.text-block-2 {
  color: var(--steel-blue-2);
  white-space: normal;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.image-6 {
  float: right;
  margin-top: -1%;
  position: relative;
}

.heading-6 {
  color: var(--dark-slate-gray-3);
  text-align: center;
  background-color: #3b99d969;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
  text-decoration: underline;
  display: inline-block;
  box-shadow: 0 2px 16px 3px #3b99d9;
}

.cell {
  color: var(--steel-blue);
  text-align: center;
}

.heading-7 {
  text-align: center;
  font-size: 20px;
}

.div-block-8 {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.button-2 {
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
  display: inline-block;
}

.button-2:hover {
  color: var(--dark-slate-gray-3);
}

.div-block-9 {
  text-align: center;
  width: 33%;
  margin-top: 2%;
  display: block;
  position: static;
}

.heading-8 {
  color: var(--white-smoke-2);
  text-align: center;
  flex: 1;
  align-self: flex-start;
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 100px;
  margin-left: 150px;
  display: block;
  position: relative;
}

.heading-8.s {
  float: left;
  max-width: 200px;
  margin-top: 60px;
  padding-right: 125px;
  display: inline-block;
  position: static;
  top: -86px;
}

.div-block-10 {
  float: none;
  clear: none;
  text-align: center;
  width: 33%;
  margin-top: 5%;
  display: block;
  position: static;
}

.heading-9 {
  color: var(--white-smoke-2);
  text-align: center;
}

.section-3 {
  text-align: center;
  position: relative;
}

.div-block-11 {
  cursor: pointer;
  background-image: url('../images/download.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 240px;
  height: 200px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 20px;
  display: inline-block;
}

.html-embed-4 {
  width: 240px;
  height: 200px;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.html-embed-5 {
  margin-bottom: -6px;
  margin-left: 20px;
  display: inline-block;
}

.div-block-12 {
  outline-offset: 0px;
  text-align: center;
  border: 1px #000;
  border-radius: 0;
  outline: 3px dashed #3b99d9d9;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 60px;
  display: none;
  box-shadow: inset 0 2px 20px #f0f0f0e0;
}

.div-block-12.hide, .div-block-12.hc1 {
  display: none;
}

.container-3 {
  text-align: center;
  max-width: 1366px;
  display: block;
  position: relative;
  inset: auto 0%;
}

.image-8 {
  border: 2px solid var(--steel-blue);
  border-radius: 19px;
  max-width: 100%;
  margin-bottom: 40px;
  position: static;
}

.link-block-6 {
  width: 200px;
  height: 200px;
  margin-bottom: 40px;
  overflow: hidden;
}

.div-block-20 {
  background-image: url('../images/AdobeStock_498258749-copy.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 240px;
  height: 200px;
  margin-bottom: 40px;
  margin-left: 20px;
  display: inline-block;
  overflow: hidden;
}

.div-block-13 {
  display: inline-block;
}

.div-block-14 {
  padding-left: 100px;
  padding-right: 100px;
  display: inline-block;
}

.div-block-21 {
  float: left;
  background-image: url('../images/breitG.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 90px;
  margin-top: -40px;
  margin-left: 20px;
  display: inline-block;
  position: static;
  overflow: visible;
}

.button-3 {
  float: left;
  margin-top: 60px;
  margin-right: 20px;
  position: static;
}

.div-block-22 {
  width: 75vw;
  margin-top: 40px;
  margin-left: 12.5vw;
  display: inline-block;
}

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

.dropdown-2 {
  color: #fff;
}

.text-block-3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
}

.dropdown-toggle {
  text-align: center;
  background-image: url('../images/AdobeStock_527972809.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 200px;
  background-attachment: scroll;
  width: 220px;
  margin-top: -30px;
}

.icon {
  margin-right: 50px;
}

.dropdown-link-8 {
  color: var(--dark-slate-gray-2);
}

.dropdown-3 {
  float: right;
  display: inline-block;
  position: static;
}

.text-block-4 {
  font-size: 22px;
  line-height: 24px;
}

.dropdown-toggle-2 {
  background-image: url('../images/AdobeStock_527972809.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 20px;
  padding-top: 20px;
}

.dropdown-toggle-2.w--open {
  margin-bottom: 0;
}

.dropdown-link-9 {
  width: 200px;
  display: inline-block;
}

.dropdown-list {
  display: inline-block;
}

.dropdown-list.w--open {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-block-5 {
  color: #000000bd;
}

.dropdown-4 {
  color: #000;
  background-image: url('../images/AdobeStock_527972809.png');
  background-position: 50%;
  background-size: contain;
  margin-left: 200px;
  font-size: 20px;
  line-height: 24px;
}

.social-icon-div-2 {
  text-align: center;
  margin-top: 60px;
  padding-top: 0;
}

.social-icon-div-2.filter {
  filter: invert(30%);
  margin-top: 20px;
}

.blog-card {
  text-align: left;
  background-color: #fff;
  border: 1px solid #e2e8f8;
  border-bottom-width: 3px;
  border-radius: 6px;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.blog-card.flex {
  background-color: #f0f4ff69;
  flex-direction: column;
}

.blog-card.flex.team {
  background-color: #fff;
  border-width: 1px 1px 3px;
  border-color: #e2e8f8;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: transform .4s;
}

.blog-card.flex.team:hover {
  transform: translate(0, -10px);
}

.blog-tittle {
  color: #111;
  letter-spacing: 0;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
}

.blog-tittle.center {
  text-align: center;
}

.team-tittle {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.team-tittle.position-2 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #32608f;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.link-blog {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  min-height: 250px;
  margin-top: -40px;
  display: block;
  position: relative;
  box-shadow: 7px 7px 10px #121c362b;
}

.link-blog.team {
  box-shadow: none;
  background-image: url('../images/Justin-Taylor.jpg');
  border-radius: 1000px;
  width: 150px;
  height: 150px;
  min-height: auto;
  margin-top: 0;
}

.button-5 {
  color: #000;
  background-color: #3898ec00;
  background-image: url('../images/AdobeStock_527972809.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 16px;
}

.div-block-23 {
  display: inline-block;
}

.div-block-24 {
  text-align: center;
  display: inline-block;
}

.html-embed-6 {
  text-align: center;
  margin-left: 60px;
  display: inline-block;
}

.container-5 {
  position: relative;
}

.heading-10 {
  background-color: var(--light);
  color: var(--light-gray);
  -webkit-text-stroke-color: var(--light-gray);
  font-style: italic;
  display: inline-block;
  box-shadow: 0 2px 20px 16px #0003;
}

.dropdown-5 {
  float: right;
  clear: right;
  color: var(--steel-blue);
}

.dropdown-toggle-3 {
  margin-top: -50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.div-block-26 {
  color: var(--steel-blue);
}

.text-block-6 {
  text-shadow: 0 1px 11px var(--steel-blue);
}

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

.text-block-7 {
  color: var(--steel-blue);
  text-shadow: 0 1px 14px #000;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 32px;
}

.list {
  margin-top: 49px;
}

.code-embed {
  display: none;
}

.container-8 {
  margin-top: 2%;
}

.container-8._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

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

.div-block-27 {
  cursor: pointer;
  display: inline-block;
}

.text-block-15 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  display: inline-flex;
}

.heading-11 {
  color: #fff;
  flex: none;
  order: -1;
  align-self: flex-start;
  margin-bottom: 18px;
}

.heading-11._1 {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: underline;
}

.link-29 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link-29:hover {
  color: #000;
  text-shadow: 0 0 6px #fff;
}

.div-block-17 {
  background-image: url('../images/bo-front.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.body-3 {
  background-image: url('../images/AdobeStock_524161816_Editorial_Use_Only-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-28 {
  color: #fff;
  background-color: #ffffff54;
  border-radius: 20px;
  width: 175px;
  height: 110px;
  margin-top: -68px;
  margin-left: 1032px;
  padding: 25px 20px 20px;
  position: absolute;
}

.text-block-16 {
  background-color: var(--dim-gray-2);
  text-align: center;
  width: 125px;
  height: 110px;
  margin: auto;
  padding: 10px;
}

.paragraph {
  text-align: center;
  background-color: #49647b;
  border-radius: 14px;
  font-size: 15px;
  line-height: 22px;
}

.div-block-29 {
  background-color: var(--kl);
  background-image: url('../images/Koulomb-Fast-EV-Charging-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 20px;
  width: 25vw;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  box-shadow: 3px 4px 6px 1px #000000c9, inset 0 2px 20px 20px #0003;
}

.section-4 {
  box-shadow: 0 2px 20px 17px var(--fade);
  background-color: #1871c300;
  background-image: linear-gradient(#1871c3 52%, #e9f1f96e 88%, #f6f9fc63 100%, #f9fbfd61 100%, #fff);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.tab-link-enter.w--current {
  background-color: var(--dim-gray-2);
  color: #fff;
}

.tabs-menu {
  margin-top: -14px;
}

.tab-link-canopy.w--current {
  background-color: var(--dim-gray-2);
  color: #fff;
}

.bold-text {
  color: #000000b0;
}

.tab-link-main-cam-2 {
  color: #fff;
  background-color: #ddd;
}

.tab-link-main-cam-2.w--current {
  background-color: var(--dim-gray-2);
  color: #fff;
}

.tabs {
  flex: none;
}

.text-block-19 {
  color: #000;
}

.bold-text-2 {
  color: #fff;
}

.bold-text-3 {
  color: #000;
}

@media screen and (min-width: 1440px) {
  .body-2 {
    background-image: url('../images/DJI_20210507100230_0003_W-p-2000-2021_09_07-12_55_31-UTC.jpeg');
    background-repeat: no-repeat;
  }

  .div-block-13, .div-block-14 {
    display: inline-block;
  }

  .heading-10 {
    background-color: var(--light);
    color: var(--light-gray);
    border: 0 solid #000;
    font-style: italic;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 20px 16px #0003;
  }

  .code-embed-2 {
    color: #fdfdfd;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 26px;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-bar {
    margin-top: 0%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .section.ca {
    background-color: #0000;
  }

  .section.install {
    background-color: #0000;
    margin-bottom: 0%;
  }

  .image {
    margin-top: 0%;
  }

  .heading.library {
    text-align: center;
    font-size: 42px;
    line-height: 50px;
  }

  .heading.grid {
    color: var(--lavender);
    text-shadow: 4px 4px 14px #3a87f9;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: none;
  }

  .image-2 {
    margin-top: 0%;
    position: static;
  }

  .columns {
    background-image: url('../images/Marios.jpg');
    margin-top: 1vh;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
  }

  .columns.install {
    background-image: url('../images/DJI_20210507100230_0003_W-p-2000-2021_09_07-12_55_31-UTC.jpeg');
    background-position: 50% 100%;
  }

  .body {
    background-color: #0000;
    background-image: url('../images/AdobeStock_556736821-small.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .text-block {
    margin-top: -5%;
    margin-bottom: 10%;
    position: static;
  }

  .link {
    text-align: right;
    width: 106.82%;
    margin-left: 0%;
    top: 10em;
  }

  .link:hover {
    color: var(--dark-slate-gray-3);
    text-shadow: 1px 1px 12px var(--white-smoke-2);
    font-weight: 700;
    text-decoration: underline;
  }

  .html-embed {
    border: 1px solid var(--lavender);
    text-align: left;
    object-fit: fill;
    border-radius: 11px;
    margin-left: 0;
    overflow: hidden;
  }

  .html-embed._1 {
    border-style: none;
    overflow: visible;
  }

  .html-embed.sv {
    margin-bottom: 5%;
  }

  .body-2 {
    background-image: url('../images/DJI_20210507100230_0003_W-p-2000-2021_09_07-12_55_31-UTC.jpeg');
    background-position: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .button {
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .html-embed-2 {
    width: auto;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .div-block-3 {
    width: auto;
    display: inline-block;
    overflow: hidden;
  }

  .link-block {
    margin-top: 25%;
    margin-left: -10%;
    position: static;
  }

  .image-5 {
    text-align: right;
    margin-top: 15%;
    margin-left: 20%;
    display: block;
    position: static;
  }

  .columns-2 {
    background-image: url('../images/Marios.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: inline-block;
  }

  .html-embed-3 {
    display: block;
  }

  .column-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    overflow: visible;
  }

  .column-3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    position: static;
  }

  .grid-2 {
    text-align: center;
    grid-auto-flow: column;
  }

  .div-block-4 {
    text-align: center;
    display: block;
  }

  .section-2 {
    text-align: center;
    margin-top: 2%;
  }

  .image-6 {
    float: right;
    margin-top: -1%;
  }

  .heading-5 {
    color: var(--steel-blue);
    text-align: center;
    margin-bottom: 20px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 42px;
    line-height: 50px;
    text-decoration: underline;
  }

  .div-block-5 {
    text-align: center;
    display: block;
  }

  .div-block-6 {
    background-image: url('../images/AdobeStock_498258749-copy.png');
    background-position: 50%;
    background-size: contain;
    margin-top: 1%;
    display: inline-block;
    overflow: hidden;
  }

  .container-2 {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2 {
    background-image: url('../images/AdobeStock_498258749-copy.png');
    background-position: 50%;
    background-size: contain;
  }

  .div-block-7 {
    display: inline-block;
  }

  .link-block-3 {
    background-image: url('../images/AdobeStock_498258749-copy.png');
    background-position: 50%;
    background-size: contain;
    display: block;
  }

  .link-block-4 {
    background-image: url('../images/AdobeStock_498258749-copy.png');
    background-position: 50%;
    background-size: cover;
  }

  .link-block-5 {
    margin-left: 40%;
    margin-right: 40%;
    display: block;
    position: static;
    inset: 31.7vh 0% 0%;
    overflow: visible;
  }

  .image-7 {
    margin-top: 2%;
    position: static;
  }

  .dropdown-link {
    background-color: var(--steel-blue);
  }

  .dropdown-link.w--current {
    color: var(--white-smoke-2);
  }

  .dropdown-link-2 {
    background-color: var(--steel-blue-2);
  }

  .dropdown-link-3, .dropdown-link-4 {
    background-color: var(--steel-blue);
  }

  .dropdown-link-5, .dropdown-link-6 {
    color: var(--white-smoke-2);
  }

  .dropdown-link-7 {
    color: var(--white-smoke-3);
  }

  .heading-6 {
    color: #111010;
    background-color: #3b99d96b;
    margin-bottom: 40px;
    text-decoration: underline;
    display: inline-block;
    box-shadow: 0 2px 14px #3b99d9;
  }

  .heading-8 {
    text-align: center;
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 30px;
    line-height: 35px;
    display: block;
    position: absolute;
    inset: 240px auto auto 60px;
  }

  .section-3 {
    text-align: center;
  }

  .div-block-11 {
    cursor: pointer;
    background-size: cover;
    width: 340px;
    height: 200px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .html-embed-5 {
    margin-left: 40px;
  }

  .div-block-12 {
    display: block;
  }

  .container-3 {
    max-width: 1700px;
    display: block;
  }

  .div-block-20 {
    cursor: pointer;
    background-image: url('../images/AdobeStock_498258749-copy.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-left: 60px;
    overflow: visible;
  }

  .div-block-21 {
    background-image: url('../images/breitG.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 325px;
    height: 125px;
    margin-left: 60px;
    display: inline-block;
  }

  .container-4 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .button-5 {
    width: 12rem;
    padding: 20px 40px;
  }

  .button-5._1 {
    padding: 20px 40px;
  }

  .html-embed-6 {
    margin-left: 40px;
  }

  .head1 {
    float: left;
    color: #fff;
    text-align: center;
    display: block;
  }

  .div-block-25 {
    color: var(--steel-blue);
    font-size: 24px;
    line-height: 24px;
  }

  .heading-10 {
    background-color: var(--light);
    outline-offset: 0px;
    color: var(--light-gray);
    text-align: center;
    outline: 3px #3b99d9;
    font-size: 32px;
    font-style: italic;
    line-height: 34px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 2px 20px 16px #0003;
  }

  .heading-11 {
    text-align: right;
    text-shadow: 0 3px 2px var(--dark-slate-gray-3);
    flex-flow: column;
    order: -1;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: flex-end;
    width: 250px;
    display: block;
  }

  .body-3 {
    background-image: url('../images/AdobeStock_524161816_Editorial_Use_Only-copy.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .div-block-28 {
    color: #fff;
    text-align: center;
    background-color: #f0f0f069;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: absolute;
    top: 23%;
    left: 73%;
    box-shadow: 9px 4px 20px 3px #000000e8;
  }

  .text-block-16 {
    text-shadow: 0 1px 20px var(--white-smoke-3);
    background-color: #49647be3;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 175px;
    margin: auto;
    padding: 10px;
    font-size: 26px;
    line-height: 28px;
    display: block;
  }

  .code-embed-2 {
    text-align: center;
    width: 600px;
    margin-left: 60px;
    margin-right: auto;
  }

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

  .paragraph {
    background-color: var(--dim-gray-2);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 78%;
    margin: 20px auto auto;
    padding: 5px;
    font-size: 24px;
    line-height: 26px;
    display: block;
  }

  .div-block-29 {
    background-color: var(--kl);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
    height: 150px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    transform: translate(0);
    box-shadow: 7px 7px 5px #0000008f, inset 0 2px 5px #ffffff4a, inset 0 2px 20px 20px #0006;
  }

  .section-4 {
    background-color: #1871c300;
    background-image: linear-gradient(#1871c3 52%, #f9fbfd00 78%, #f6f9fc63 97%, #e9f1f96e 100%, #fff);
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 20px 17px #ffffff59;
  }

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

  .heading-12 {
    color: var(--white-smoke);
    text-decoration: none;
  }

  .tab-link-main-cam {
    color: var(--kl);
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 16px;
  }

  .text-block-17 {
    font-weight: 700;
  }

  .text-block-18 {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 16px;
  }

  .tab-link-enter {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .tab-link-enter.w--current {
    color: var(--kl);
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .tabs-menu, .flex-block {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 16px;
  }

  .tab-link-canopy {
    color: var(--kl);
  }

  .bold-text, .bold-text-2 {
    color: #000;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ecf0f1;
    text-align: center;
    padding: 9px 0;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .navigation-menu {
    background-color: #000;
    margin-top: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .section {
    padding-bottom: 0;
  }

  .html-embed {
    justify-content: flex-start;
    display: flex;
  }

  .grid-2 {
    text-align: left;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    overflow: visible;
  }

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

  .blog-card {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-card.flex.team {
    width: 70%;
    margin-bottom: 20px;
    display: flex;
  }

  .team-tittle.position-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-8._1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .div-block-17 {
    z-index: -1;
    background-image: url('../images/bo-front.jpg');
    background-position: 100% 0;
    background-size: cover;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .about-photo {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-info-text {
    margin-bottom: 7px;
  }

  .small-list {
    text-align: center;
    margin-top: 56px;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .image {
    margin-left: 1%;
  }

  .heading {
    clear: both;
  }

  .image-6 {
    margin-right: 1%;
  }

  .heading-6 {
    margin-top: 2%;
    margin-bottom: 20px;
  }

  .heading-8 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: static;
  }

  .div-block-11 {
    margin-left: 0;
    margin-right: 10px;
    display: block;
  }

  .div-block-12 {
    text-align: left;
  }

  .div-block-20 {
    display: block;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 0;
  }

  .blog-card.flex.team {
    width: 100%;
  }

  .div-block-17 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .photo-link-block {
    margin-bottom: 0;
  }

  .photo-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .blog-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-card.flex.team {
    padding: 40px;
  }

  .link-blog {
    min-height: 180px;
  }

  .div-block-17 {
    object-fit: fill;
    background-image: url('../images/bo-front.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: inline-block;
    inset: 0%;
  }
}

#w-node-_6873f006-3752-aafc-6770-64130e8c3db6-2bb4f9ec {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}


