body {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 56px;
}

p {
  margin-bottom: 10px;
}

.container-default {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.button-primary-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand {
  padding-left: 0px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.brand:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button-primary-arrow {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 400;
}

.button-primary-arrow.small {
  margin-left: 8px;
}

.button-primary {
  padding: 22px 42px;
  border-radius: 1000000000px;
  background-color: #4457ff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.111em;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  background-color: #0b0a33;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
  color: #fff;
}

.button-primary.header-button {
  padding: 16px 24px;
  border-radius: 0px;
  background-color: #c63;
  color: #fff;
  font-size: 14px;
  line-height: 1.125em;
  letter-spacing: 0.01em;
}

.button-primary.header-button:hover {
  border-color: transparent;
  background-color: #272727;
  color: #c63;
}

.button-primary.header-button.mobile {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary.footer-button {
  margin-top: 10px;
  padding: 16px 24px;
  border-radius: 0px;
  background-color: #272727;
  color: #fff;
  font-size: 16px;
  line-height: 1.125em;
  letter-spacing: 0.01em;
}

.button-primary.footer-button:hover {
  border-color: transparent;
  background-color: #272727;
  color: #c63;
}

.button-primary.footer-button.mobile {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-link {
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 102, 51, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #272727;
  font-size: 14px;
  line-height: 1.125em;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.nav-link:hover {
  outline-color: #c63;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  color: #c63;
}

.nav-link.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #c63;
  color: #c63;
}

.nav-link.footer {
  margin-right: 10px;
}

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.header-logo {
  width: 200px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.nav-item-wrapper {
  margin-right: 20px;
  margin-bottom: 0px;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-div._1 {
  background-image: url('../images/TerraCam02.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-div._2 {
  background-image: url('../images/TerraCam06.JPG');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-div._3 {
  background-image: url('../images/clouds-bg.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-div._4 {
  background-image: url('../images/TerraCam07.JPG');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-div._5 {
  background-image: url('../images/PIX4D2.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-video {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(124%);
  filter: brightness(124%);
}

.logo-text {
  margin-left: 30px;
  color: #272727;
  font-size: 14px;
  line-height: 14px;
}

.hero-inner-div {
  position: absolute;
  overflow: visible;
  width: 90%;
  height: 600px;
  max-width: 1480px;
}

.hero-inner-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  -webkit-transform: translate3d(0px, 0px, -50px);
  transform: translate3d(0px, 0px, -50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-2 {
  height: 100%;
}

.hero-inner-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate3d(0px, 0px, -50px);
  transform: translate3d(0px, 0px, -50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-3 {
  height: 100%;
}

.hero-heading {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 400;
  text-align: right;
}

.hero-heading.shadow {
  text-shadow: 1px 1px 6px #000;
}

.hero-heading-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 140px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-heading-div.higher {
  bottom: 160px;
}

.hero-inner-text-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 100px;
  max-width: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-text {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
}

.hero-text.shadow {
  text-shadow: 1px 1px 6px #000;
}

.hero-drone-div-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 200px;
  padding: 15px 35px;
  background-color: #c63;
  -webkit-transform: translate3d(0px, 0px, 67px);
  transform: translate3d(0px, 0px, 67px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button:hover {
  background-color: #272727;
  color: #fff;
  font-size: 16px;
}

.button.top-padding {
  margin-top: 15px;
}

.wide-container {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wide-container.no-top-padding {
  position: relative;
  padding-top: 0px;
}

.wide-container.no-top-padding.bottom-divider {
  padding-bottom: 200px;
}

.wide-container.less-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wide-container.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-div {
  position: relative;
  width: 50%;
}

.split-div._1-3 {
  width: 33%;
}

.split-div._1-3.right-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-div._2-3 {
  width: 66%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-div._2-3.bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  height: 650px;
}

.split-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.split-container._650 {
  height: 650px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  font-weight: 300;
}

.heading-2.center {
  font-weight: 300;
  text-align: center;
}

.white-fade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 20;
  width: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.hero-button {
  padding: 15px 35px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #272727;
  font-size: 18px;
}

.hero-button:hover {
  background-color: #c63;
  color: #fff;
  font-size: 16px;
}

.heading-underline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline-1 {
  width: 50px;
  height: 3px;
  background-color: #c63;
}

.underline-2 {
  width: 25px;
  height: 3px;
  margin-left: 10px;
  background-color: rgba(204, 102, 51, 0.5);
}

.company-logo-div {
  z-index: 2;
  height: 160px;
  margin-top: 30px;
  padding: 15px 20px;
  background-color: #fff;
}

.slide-nav {
  display: block;
  height: 30px;
  padding-top: 8px;
  font-size: 8px;
}

.slide-nav.hidden {
  display: none;
}

.icon-2 {
  color: #000;
}

.slide-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.logo-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 25%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.logo-wrapper-wide:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.logo-wrapper-wide._4 {
  background-image: url('../images/Ashanti.png');
}

.logo-wrapper-wide._6 {
  background-image: url('../images/Anglo-Platinum.png');
}

.logo-wrapper-wide._7 {
  background-image: url('../images/Bouygues.png');
}

.logo-wrapper-wide._1 {
  background-image: url('../images/ABB.png');
}

.logo-wrapper-wide._3 {
  background-image: url('../images/Anglo-American.png');
}

.logo-wrapper-wide._8 {
  background-image: url('../images/Geo.png');
}

.logo-wrapper-wide._8:hover {
  -webkit-filter: brightness(100%) grayscale(0%);
  filter: brightness(100%) grayscale(0%);
}

.logo-wrapper-wide._11 {
  background-image: url('../images/EnviroServ.png');
  -webkit-filter: brightness(129%) grayscale(100%);
  filter: brightness(129%) grayscale(100%);
}

.logo-wrapper-wide._11:hover {
  -webkit-filter: brightness(163%) grayscale(100%);
  filter: brightness(163%) grayscale(100%);
}

.logo-wrapper-wide._2 {
  background-image: url('../images/HLWatrus.png');
}

.logo-wrapper-wide._5 {
  background-image: url('../images/Glencore.png');
}

.logo-wrapper-wide._9 {
  background-image: url('../images/GMC.png');
}

.logo-wrapper-wide._12 {
  background-image: url('../images/Kumba.png');
}

.logo-wrapper-wide._13 {
  background-image: url('../images/BME.png');
}

.logo-wrapper-wide._14 {
  background-image: url('../images/Jones-Wagener.png');
}

.logo-wrapper-wide._15 {
  background-image: url('../images/GemDiamonds.png');
}

.logo-wrapper-wide._16 {
  background-image: url('../images/Evraz.png');
}

.logo-wrapper-wide._17 {
  background-image: url('../images/Lafarge.png');
}

.logo-wrapper-wide._18 {
  background-image: url('../images/Nevada.png');
}

.logo-wrapper-wide._19 {
  background-image: url('../images/Premier-African-Minerals.png');
}

.logo-wrapper-wide._20 {
  background-image: url('../images/Omnia.png');
}

.logo-wrapper-wide._21 {
  background-image: url('../images/GoldFields.png');
}

.slider-wrapper-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow {
  z-index: 90;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #c63;
  box-shadow: -1px 3px 9px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.arrow:hover {
  color: #000;
}

.arrow.hidden {
  display: none;
}

.slider-2 {
  height: 100%;
  background-color: transparent;
}

.slider-side-fade {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  width: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0));
}

.slider-side-fade.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0));
}

.section {
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
}

.section.footer {
  background-color: #f1f1f1;
}

.section.orange {
  padding-bottom: 50px;
  background-color: #c63;
  color: #fff;
}

.section.bottom-divider {
  padding-bottom: 0px;
}

.slider-3 {
  height: 100%;
}

.slide-6 {
  background-image: url('../images/terracam29.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon {
  color: #c63;
}

.heading-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textarea {
  min-height: 228px;
  padding: 20px;
  color: #c63;
}

.div-block {
  margin-left: 10px;
}

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

.form-field {
  min-height: 50px;
  color: #c63;
}

.contact-column {
  margin-top: 70px;
}

.button-alt {
  margin-top: 21px;
  padding: 15px 35px;
  background-color: #fff;
  -webkit-transform: translate3d(0px, 0px, 67px);
  transform: translate3d(0px, 0px, 67px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #272727;
  font-size: 18px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-alt:hover {
  background-color: #272727;
  color: #fff;
  font-size: 16px;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  position: absolute;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
  background-color: #c63;
}

.div-block-3 {
  position: absolute;
  left: 3%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 30px;
  background-color: #c63;
}

.div-block-4 {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 7%;
  width: 15px;
  height: 15px;
  background-color: #c63;
}

.slide-overlay {
  display: none;
}

.slider-4 {
  z-index: 1;
  height: 80vh;
  min-height: 800px;
}

.hero-drone-div-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-drone-div-03 {
  width: 60%;
  height: 100%;
  text-align: right;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-drone-div-04 {
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-drone-div-05 {
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-drone-div-06 {
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slide-7 {
  background-image: url('../images/terracam04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/terracam11.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/terracam05.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/terracam12.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/terracam10.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/terracam09.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/terracam13.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-14 {
  background-image: url('../images/terracam21.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-15 {
  background-image: url('../images/terracam17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-16 {
  background-image: url('../images/terracam27.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-17 {
  background-image: url('../images/terracam19.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-18 {
  background-image: url('../images/terracam23.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-19 {
  background-image: url('../images/terracam31.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-20 {
  background-image: url('../images/terracam33.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-21 {
  background-image: url('../images/terracam34.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
}

.left-arrow {
  z-index: 21;
}

.right-arrow {
  z-index: 21;
}

.slide-nav-2 {
  z-index: 21;
}

.mask-3 {
  z-index: 19;
}

.icon-3 {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.icon-4 {
  font-size: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  font-size: 14px;
}

.hero-button-div {
  text-align: right;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  background-color: hsla(0, 0%, 100%, 0.43);
}

.mask-4 {
  z-index: 11;
}

.whatsapp-icon {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-image: url('../images/WhatsApp.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.html-embed {
  margin-bottom: 10px;
}

.review-slide-card {
  padding: 40px 56px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.27);
  text-align: center;
}

.section-3 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 120px 24px;
  background-color: #fff;
}

.section-3.testimonials-color-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/terracam09.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/terracam09.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.link-9 {
  margin-right: 15px;
  margin-left: auto;
  float: right;
  color: #f1f1f1;
  text-align: right;
}

.country-text {
  color: #7c77ac;
}

.section-header {
  margin-top: 20px;
  margin-bottom: 8px;
}

.section-header.white-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
}

.section-description {
  color: #253d5a;
  font-size: 18px;
  line-height: 28px;
}

.section-description.white-text {
  color: #fff;
}

.testimonials-slider-cards-arrow {
  margin-bottom: 90px;
}

.review-slide-card-wrapper {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.testimonials-slider-nav {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 12px;
  margin-top: 30px;
  margin-bottom: 29px;
  padding-top: 0px;
  font-size: 11px;
}

.star-icon {
  width: 20px;
}

.star-rating-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-small-header {
  font-family: Montserrat, sans-serif;
  color: #c63;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.wrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #2e323c;
}

.slider-arrow-button {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0px;
  width: 35px;
  height: 35px;
  margin: auto;
  border-radius: 50px;
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.testimonials-slider-cards {
  height: auto;
  padding-right: 8.33333333%;
  padding-left: 8.3333333%;
  background-color: transparent;
}

.review-slide-card-avatar {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 50%;
}

.review-slide-card-author {
  margin-top: 24px;
  color: #5d6371;
  font-size: 13px;
  line-height: 24px;
}

.slider-logo-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 310px;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider-logo-div.higher {
  bottom: 160px;
}

.hero-drone-div-07 {
  -webkit-transform: translate3d(0px, 0px, 100px);
  transform: translate3d(0px, 0px, 100px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media screen and (min-width: 1280px) {
  .wrapper {
    max-width: 1300px;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1700px;
  }
}

@media screen and (max-width: 991px) {
  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    min-height: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .nav-menu {
    width: 100%;
    max-width: 100vw;
    padding-top: 130px;
    padding-bottom: 36px;
    background-color: #fff;
  }

  .menu-button {
    width: 54px;
    max-height: 54px;
    min-height: 54px;
    min-width: 54px;
    padding: 12px;
    border-radius: 10000000px;
    background-color: #c63;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

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

  .button-primary.header-button {
    margin-right: 15px;
  }

  .button-primary.header-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .button-primary.header-button.mobile:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .button-primary.footer-button {
    margin-right: 15px;
  }

  .button-primary.footer-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .button-primary.footer-button.mobile:hover {
    -webkit-transform: scale3d(0.98, 0.98, 1.01);
    transform: scale3d(0.98, 0.98, 1.01);
  }

  .nav-link {
    font-size: 23px;
  }

  .nav-link.footer {
    font-size: 12px;
  }

  .header-navigation {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .header {
    padding-top: 29px;
  }

  .nav-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item-wrapper.button-mobile {
    display: block;
    margin-top: 100px;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding: 0px;
    background-color: #fff;
  }

  .split-content.header-left {
    position: relative;
    z-index: 2;
  }

  .split-content.header-center {
    margin-right: 20px;
    margin-left: auto;
  }

  .split-content.header-right {
    position: relative;
    z-index: 2;
  }

  .logo-text.footer {
    display: none;
  }

  .hero-inner-div {
    width: 90%;
    height: 90%;
    padding-top: 60px;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-inner-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    height: 50%;
  }

  .hero-inner-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-3 {
    height: 50%;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }

  .hero-heading-div {
    right: 0px;
    width: 100%;
    -webkit-transform: translate3d(0px, 0px, 57px);
    transform: translate3d(0px, 0px, 57px);
    text-align: center;
  }

  .hero-heading-div.higher {
    bottom: 140px;
  }

  .hero-inner-text-div {
    right: auto;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate3d(0px, 0px, 95px);
    transform: translate3d(0px, 0px, 95px);
    text-align: center;
  }

  .hero-text {
    text-align: center;
  }

  .hero-drone-div-01 {
    left: 28.7vw;
    bottom: 31.4vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wide-container {
    padding: 70px 0px;
  }

  .logo-div {
    width: 50%;
  }

  .logo-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .split-div._1-3.right-padding {
    position: absolute;
    z-index: 30;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .split-div._2-3.bg {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/terracam29.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/terracam29.jpg');
    background-position: 0px 0px, 50% 80%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .split-container._650 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-2 {
    color: #fff;
  }

  .heading-2.center.dark {
    color: #272727;
  }

  .heading-2.shadow {
    text-shadow: 1px 1px 6px #000;
  }

  .white-fade {
    display: none;
  }

  .hero-button {
    position: static;
  }

  .company-logo-div {
    height: 120px;
  }

  .arrow {
    display: none;
  }

  .section.bottom-divider {
    padding-bottom: 50px;
  }

  .paragraph {
    color: #fff;
  }

  .paragraph.shadow {
    text-shadow: 1px 1px 6px #000;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-3 {
    display: none;
  }

  .div-block-4 {
    display: none;
  }

  .slide-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    background-color: rgba(0, 0, 0, 0.13);
  }

  .slider-4 {
    min-height: 1000px;
  }

  .hero-drone-div-02 {
    left: 0vw;
    bottom: 52.9vw;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-drone-div-03 {
    bottom: 80vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0px, 0px, -10px);
    transform: translate3d(0px, 0px, -10px);
  }

  .hero-drone-div-04 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-drone-div-05 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-drone-div-06 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-button-div {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .review-slide-card {
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0 5px 18px 0 rgba(46, 50, 60, 0.18);
  }

  .section-3 {
    padding: 100px 8px;
  }

  .section-3.testimonials-color-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/cloudfusion-ambassador_1cloudfusion-ambassador.webp');
    background-image: linear-gradient(180deg, null, null), url('../images/cloudfusion-ambassador_1cloudfusion-ambassador.webp');
    background-position: 0px 0px, 50% 50%;
  }

  .section-description {
    font-size: 15px;
  }

  .review-slide-card-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 31px;
  }

  .testimonials-slider-cards {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 72px;
    padding-left: 72px;
  }

  .slider-logo-div {
    right: 0px;
    display: none;
    width: 100%;
    -webkit-transform: translate3d(0px, 0px, 57px);
    transform: translate3d(0px, 0px, 57px);
    text-align: center;
  }

  .slider-logo-div.higher {
    bottom: 140px;
  }

  .hero-drone-div-07 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .button-primary {
    padding-right: 35px;
    padding-left: 35px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.footer-button {
    display: none;
  }

  .header-logo {
    width: 170px;
  }

  .hero-drone-div-01 {
    right: -51px;
    bottom: 207px;
  }

  .wide-container.no-top-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wide-container.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .company-logo-div {
    height: 230px;
  }

  .slide-nav.hidden {
    display: none;
    height: 0px;
  }

  .logo-wrapper-wide {
    width: 50%;
    max-width: 50%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .slider-wrapper-wide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-2 {
    height: 100%;
  }

  .div-block {
    margin-left: 0px;
  }

  .footer-nav {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .slider-4 {
    min-height: 1000px;
  }

  .hero-drone-div-02 {
    left: -47px;
    bottom: 300px;
    -webkit-transform: translate3d(0px, 0px, 86px);
    transform: translate3d(0px, 0px, 86px);
  }

  .hero-drone-div-03 {
    right: -9vw;
    bottom: 463px;
    -webkit-transform: translate3d(0px, 0px, -186px);
    transform: translate3d(0px, 0px, -186px);
  }

  .columns {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .link-9 {
    float: none;
  }

  .section-header {
    margin-top: 16px;
  }

  .section-description {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonials-slider-cards-arrow {
    margin-bottom: 52px;
  }

  .review-slide-card-wrapper {
    width: 100%;
  }

  .testimonials-slider-nav {
    font-size: 9px;
  }

  .section-header-wrapper {
    padding-bottom: 50px;
  }

  .section-small-header {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 479px) {
  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand {
    margin-right: 15px;
  }

  .button-primary-arrow {
    margin-left: 10px;
  }

  .menu-button {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 10px;
    font-size: 26px;
  }

  .button-primary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-navigation {
    margin-right: 16px;
    margin-left: 16px;
  }

  .header-logo {
    width: 150px;
  }

  .split-content.header-center {
    margin-right: 15px;
  }

  .split-content.header-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-div._5 {
    background-position: 50% 50%;
  }

  .logo-text {
    display: none;
  }

  .hero-inner-div {
    height: 80%;
    padding-top: 0px;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .hero-heading {
    text-align: right;
  }

  .hero-heading.shadow {
    margin-bottom: 60px;
    text-align: center;
  }

  .hero-heading.shadow.alt {
    margin-bottom: 0px;
  }

  .hero-heading-div {
    right: auto;
    bottom: 130px;
    text-align: right;
  }

  .hero-heading-div.higher {
    bottom: 196px;
  }

  .hero-inner-text-div {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 100px;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
  }

  .hero-text {
    text-align: right;
  }

  .hero-text.shadow {
    text-align: center;
  }

  .hero-drone-div-01 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 69%;
  }

  .logo-div {
    width: 100%;
  }

  .split-div._1-3.right-padding {
    margin-bottom: 30px;
  }

  .hero-button {
    right: auto;
    width: 100%;
    text-align: center;
  }

  .company-logo-div {
    z-index: 10;
    height: 200px;
    padding: 0px;
  }

  .logo-wrapper-wide {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-wrapper-wide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section.footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-column {
    margin-top: 0px;
  }

  .footer-nav {
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-4 {
    min-height: 900px;
  }

  .hero-drone-div-02 {
    left: -31px;
    bottom: 278px;
    width: 80%;
    margin: 120px auto 0px;
  }

  .hero-drone-div-03 {
    bottom: 401px;
    margin-bottom: 20px;
  }

  .hero-drone-div-04 {
    left: -27px;
    bottom: 224px;
    padding-top: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-drone-div-05 {
    left: 0px;
    bottom: 315px;
    padding-top: 90px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-drone-div-06 {
    left: 0px;
    bottom: 285px;
    padding-top: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .review-slide-card {
    padding-right: 32px;
    padding-left: 32px;
  }

  .testimonials-slider-cards-arrow {
    display: none;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .testimonials-slider-cards {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-logo-div {
    right: auto;
    bottom: 140px;
    text-align: right;
  }

  .hero-drone-div-07 {
    left: auto;
    bottom: 231px;
    padding-top: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-2 {
    margin-bottom: 30px;
    text-align: center;
  }
}

