:root {
  --black: black;
  --grey: #f5f7fa;
  --white: white;
  --iot-gray: #fefbf8;
  --iot-red: #fc290f;
  --waves-library--dark-elevation: #ede0d8;
  --walsh--black: #2c2c2c;
  --flowstica-webflow-library--white: white;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --lynx--white: white;
  --lynx--deep-pink: #fd4b8b;
  --lynx--black: #1f2022;
  --lynx--medium-purple: #8979ec;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--black-2: #333;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --waves-library--background: #faebe3;
  --lynx--grey: #797c83;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--honeydew: #cef0dc;
}

body {
  color: var(--black);
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5em;
}

h1 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  line-height: 1em;
}

h3 {
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--black);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/66d9a59c1af0e287b1d130f7_list-bullet.svg");
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  display: flex;
  position: relative;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  border-bottom: 2px solid #0000004d;
  border-left: 1px #000;
  margin: 25px auto 50px;
  padding: 30px 20px 50px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

.base-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.base-container.careers {
  padding-bottom: 0;
}

.base-container.about {
  padding: 80px 4.6vw 40px;
}

.base-container.timeline {
  max-width: none;
}

.base-container.elite {
  padding: 80px 4.5vw;
}

.primary-button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 80px;
  padding: 10px 30px;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 700;
  transition: border-color .3s, color .3s, background-color .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
}

.primary-button.mt-50 {
  margin-top: 40px;
}

.primary-button.invert {
  border-style: none;
  border-color: var(--black);
  background-color: var(--iot-red);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.primary-button.invert:hover {
  background-color: var(--black);
  color: var(--white);
}

.primary-button.black-hover:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.primary-button.full-width {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  width: 100%;
}

.primary-button.full-width:hover {
  background-color: var(--white);
  color: var(--black);
}

.primary-button.cart {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.primary-button.cart:hover {
  border-color: var(--black);
  color: var(--black);
}

.primary-button.footer-button {
  border-color: var(--black);
  color: var(--black);
  padding: 4px 20px;
}

.primary-button.footer-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.text-center {
  color: var(--white);
  text-align: center;
}

.footer {
  z-index: 1;
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding: 0 0 10px;
  position: relative;
}

.footer-bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--waves-library--dark-elevation);
  display: inline-block;
}

.footer-copyright {
  color: var(--iot-red);
  width: 100%;
  margin-bottom: 10px;
  display: inline;
}

.footer-copyright-link {
  color: var(--iot-gray);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: none;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--black);
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.brand {
  width: 15vw;
}

.brand.w--current {
  flex-direction: row;
  align-items: center;
}

.silver-text {
  color: var(--grey);
  position: relative;
}

.silver-text.maxw-380px {
  text-align: left;
  max-width: 480px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.3em;
}

.silver-text.maxw-570px {
  max-width: 570px;
}

.silver-text.size {
  font-size: 18px;
  transition: color .3s;
}

.silver-text.size:hover {
  color: var(--black);
}

.silver-text.size-text {
  font-size: 14px;
  line-height: 1.5em;
}

.subtitle-text {
  color: var(--iot-red);
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  overflow: auto;
}

.subtitle-text.white {
  color: var(--white);
  margin-bottom: 0;
}

.subtitle-text.none-margin {
  color: var(--iot-gray);
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.subtitle-text.none-margin.bottom-sutitle-text-red {
  color: var(--iot-red);
}

.subtitle-text.margin {
  margin-bottom: 200px;
}

.subtitle-text.subtitle-text-banner {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.subtitle-text.subtitle-text-no-pading {
  padding-left: 0;
}

.subtitle-text.subtitle-inner {
  margin-bottom: 0;
  padding-left: 0;
}

.subtitle-text.iot-agency {
  margin-top: 40px;
}

.subtitle-text.hiper {
  margin-top: 80px;
}

.image-fill {
  width: 100%;
  min-width: 170px;
  height: 100%;
  padding-right: 20px;
}

.dot-block {
  background-color: var(--white);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  margin-right: 20px;
}

.dot-block.silver {
  background-color: var(--grey);
  background-color: var(--grey);
  flex: none;
}

.heading-content {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.heading-none-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
}

.card-footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-plan {
  grid-row-gap: 35px;
  border: 1px solid #000;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.top-block-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.bottom-block-card {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.price-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.price-text {
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}

.text-normal {
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.left-block-footer {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.right-block-footer {
  flex-direction: column;
  width: 40%;
  display: flex;
}

.menu-block {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.silver-link {
  color: var(--iot-red);
  text-decoration-color: #fff;
  transition: color .3s;
}

.silver-link:hover {
  color: var(--black);
}

.silver-link.w--current {
  color: var(--iot-red);
  font-size: 20px;
}

.social-links {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.text-play-footer {
  color: var(--white);
  text-align: left;
  margin-bottom: 50px;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.link-black {
  color: var(--iot-gray);
  -webkit-text-stroke-color: var(--iot-gray);
  font-family: Montserrat Variablefont Wght, sans-serif;
}

.link-black:hover {
  color: var(--grey);
}

.link {
  color: var(--white);
  text-decoration: underline;
  transition-property: opacity;
}

.link:hover {
  opacity: .5;
}

.bg-vid1 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-vid2 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-vid2.hide {
  display: none;
}

.bg-vid4 {
  background-image: linear-gradient(#0003, #0003);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.container-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 110vh;
  display: flex;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.section-2 {
  height: 500vh;
  margin-top: 0;
  position: static;
  top: 0;
  overflow: visible;
}

.body {
  background-color: #fff0;
  max-width: none;
  overflow: visible;
}

._3rd-interaction {
  background-color: var(--black);
  height: 100vh;
  margin-top: 0;
  padding-top: 50px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

._3rd-interaction.alternative {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 80px 4.5vw;
  display: block;
  overflow: hidden;
}

.vid-text {
  z-index: 2;
  opacity: 0;
  outline-offset: 0px;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 4rem;
  display: block;
  position: fixed;
  inset: 40% 0% auto;
}

.head {
  color: var(--iot-gray);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 3rem;
}

.head._33 {
  text-align: center;
  width: 100%;
  margin-bottom: 1%;
  margin-left: auto;
  margin-right: auto;
  line-height: 3rem;
}

.head._3rd-section {
  margin: auto;
}

.head.mini {
  text-align: left;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  line-height: 2rem;
}

.head.bg3 {
  text-align: left;
  align-self: flex-end;
  margin-left: 0;
  margin-right: 0;
  font-size: 2.7rem;
  line-height: 2.7rem;
}

.para {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  display: none;
}

.para.last {
  text-align: center;
  margin-top: 0;
  display: block;
}

.para._3rd-interaction {
  display: block;
}

.para.bg3 {
  color: var(--waves-library--black);
  text-align: center;
  flex-flow: column;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.05;
  display: block;
}

.video-text {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
  position: fixed;
  inset: 40% 0% auto;
}

.video-text4 {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
  position: fixed;
  top: 40%;
}

.text-center {
  z-index: 5;
  opacity: 1;
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  top: 35%;
}

.horizontal-move {
  z-index: 6;
  background-color: #000;
  width: 100vw;
  height: 5px;
  display: block;
  position: sticky;
  inset: 11% 0% auto;
}

.mover {
  background-color: #fff;
  width: 100vw;
  height: 4px;
  display: block;
}

.waves-image-cta-4 {
  border-radius: 24px;
  align-self: center;
  width: 90%;
  max-width: 320px;
}

.waves-image-cta-4.new-centered-image {
  align-self: center;
  padding-bottom: 20px;
}

.waves---2-cta-flex {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.link-3 {
  color: var(--grey);
}

.hero-section {
  background-color: #fff;
  margin-top: 0;
  display: block;
  overflow: visible;
}

.navbar {
  background-color: #ddd0;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.animation {
  z-index: 40;
  z-index: 40;
  inset: 0% 0% auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  display: flex;
  overflow: hidden;
}

.animation-nav-links {
  color: var(--white);
  white-space: nowrap;
  word-break: normal;
  padding: .7rem;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1rem;
  display: block;
}

.nav-menu-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.separator {
  width: 25rem;
  display: block;
}

.vid-text5 {
  z-index: 5;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  top: 40%;
}

.vid-text6 {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: block;
  position: fixed;
  inset: 40% 0% auto;
}

.first-text {
  color: var(--white);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.first-text.first-big {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 100%;
}

.first-text.first-big.first-mid {
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 40px;
}

._4th-section {
  display: block;
  overflow: hidden;
}

._4th-section.hide {
  display: none;
}

.waves---main-container-12 {
  max-width: 1352px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.waves---main-container-12.animation {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.waves---cta-white-2 {
  color: #131313;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.medium-wide-cta {
  color: #fff;
  background-color: #fc290f;
  min-width: 150px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.waves---cta-white-2.medium-wide-cta.last-video {
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: auto;
  height: 17%;
  padding: 0;
}

.waves---paragraph-big-10 {
  color: #fff;
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  display: block;
}

.waves---paragraph-big-10.animation {
  display: none;
}

.waves---heading-2-no-margins-16 {
  color: #fff;
  text-align: left;
  word-break: break-all;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.waves-master-cta-5 {
  color: #fff;
  background-color: #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.waves-master-cta-5.animation {
  width: 90vw;
}

.waves---section-medium-16 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.waves---section-medium-16.animation {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.desktop {
  overflow: visible;
}

.container-4 {
  z-index: 7;
  box-sizing: border-box;
  background-color: #fff;
  width: 100vw;
  max-width: none;
  display: block;
  position: relative;
  top: 0%;
  overflow: clip;
}

.container-4.hide {
  display: none;
}

._3rd-sec-video {
  z-index: 555;
  aspect-ratio: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

._3rd-sec-video._2 {
  margin-left: 0;
}

._3rd-sec-video._2.about-page-vids {
  width: 100px;
  height: 100px;
  min-height: 10px;
  display: flex;
  position: static;
}

._3rd-sec-video._2.hide {
  display: none;
}

._3rd-sec-video.about-page-vids {
  min-width: 100px;
  min-height: 10px;
  position: static;
}

._3rd-sec-video._100 {
  width: 100%;
}

.logo-class {
  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: break-word;
  background-color: #fff;
  border-radius: 24px;
  width: 90vw;
  max-width: 1352px;
  height: 30vh;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
  position: static;
  overflow: clip;
}

.logo-class.ji {
  margin-top: 0;
}

.waves---heading-2-no-margins-17-copy {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.waves---heading-2-no-margins-17-copy.animation {
  width: 100%;
}

.waves---heading-2-no-margins-17-copy.next {
  color: #000;
  margin-top: 0;
  line-height: 40px;
}

.image-17 {
  white-space: pre-line;
  word-break: normal;
  vertical-align: baseline;
  width: 14%;
  height: auto;
  margin-left: 5px;
  display: block;
}

.logo-master {
  box-sizing: border-box;
  aspect-ratio: auto;
  white-space: nowrap;
  word-break: break-all;
  overflow-wrap: break-word;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10%;
  margin: 40px 0 0;
  padding: 3rem 0;
  display: flex;
  position: relative;
  inset: auto 0% 0;
}

.logo-wrapper2, .logo-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-wrapper.hidden-one {
  opacity: 0;
  opacity: 0;
}

.waves-icon-38 {
  width: 30px;
  height: 30px;
}

.waves-bottom-right-footer-2 {
  grid-column-gap: 2px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.waves---paragraph-small.link {
  font-size: 15px;
  text-decoration: none;
}

.waves-bottom-footer-2 {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.waves-divider-footer-2 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-2 {
  color: var(--white);
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.waves-links-wrap-footer-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---paragraph-regular-4 {
  color: var(--iot-gray);
  text-align: left;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.waves-column-links-footer-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-top-right-footer-2 {
  grid-column-gap: 50px;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
  overflow: visible;
}

.waves---cta-dark-10 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-10:hover {
  background-color: #131313e6;
}

.waves---cta-dark-10.wide-cta {
  background-color: var(--iot-gray);
  color: var(--iot-red);
  background-color: var(--iot-gray);
  min-width: 200px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
}

.waves---paragraph-big-11 {
  color: var(--white);
  text-align: left;
  padding-top: 40px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.waves-brand-footer-2 {
  min-width: auto;
  max-width: 180px;
  height: auto;
  min-height: auto;
}

.waves-brand-link-footer-2 {
  height: 90px;
}

.waves-top-left-footer-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  padding-right: 40px;
  display: flex;
}

.waves-top-footer-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves---main-container-13 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-footer-2 {
  background-color: var(--black);
  padding: 40px;
}

.lottie-animation-2 {
  z-index: 4;
  width: 30vw;
  height: 30vh;
  margin-top: 15vh;
  position: absolute;
  top: 30%;
}

.text-block-25 {
  color: var(--white);
  width: 80px;
  height: 50px;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 10px;
  line-height: 1.3em;
}

.lottie-animation-3 {
  z-index: 5;
  max-width: 120px;
  max-height: 120px;
  margin-top: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto auto 0%;
}

.blackeffect-home {
  z-index: 6;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.background-video-6 {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-51 {
  z-index: 2;
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 8%;
  display: flex;
  position: relative;
}

.image-105 {
  border-radius: 13px;
  width: 14vw;
}

.black-filter {
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-36 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.div-block-53 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.link-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
  position: static;
}

.div-block-54 {
  width: 99%;
  height: 210px;
  position: relative;
}

.alternative-videos-button {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-40 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.heading-41 {
  z-index: 5;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 110%;
  position: relative;
}

.box-blackfilter {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.waves---mg-top-21 {
  margin-top: 16px;
}

.waves---main-container-16 {
  max-width: 1352px;
  padding-left: 0;
  padding-right: 0;
}

.waves-image-rounded-24 {
  border-radius: 24px;
  width: auto;
  max-width: 400px;
  height: auto;
  max-height: none;
}

.waves---section-medium-19 {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.waves---heading-2-no-margins-19 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.waves---paragraph-big-14 {
  text-align: left;
  font-family: Montserrat Variablefont Wght, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  padding-right: 10px;
  display: flex;
}

.waves---cta-white-3 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-3.wide-cta {
  color: var(--iot-red);
  min-width: 200px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
}

.waves-master-cta-3 {
  background-color: var(--black);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding: 20px 0;
  display: flex;
}

.waves---grid-cta-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
}

.div-block-59 {
  background-image: url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/681b26371e0d5fac36ba7682_BG%20Gradient.png");
  background-position: 0 0;
  background-size: cover;
  min-width: auto;
  max-width: none;
  padding: 20px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 120px;
  }

  h2 {
    font-size: 70px;
  }

  .section.blog-grid-banner {
    min-height: 600px;
  }

  .section.blog, .section.blog.co-y {
    min-height: 600px;
  }

  .section.customers, .section.dark-style, .section.blog-grid-banner {
    min-height: 600px;
  }

  .section.contacts-banner {
    padding-top: 150px;
  }

  .section.banner-testimonials {
    min-height: 650px;
  }

  .section.about-us {
    min-height: 770px;
  }

  .section.background-mt {
    padding-top: 437px;
  }

  .section.blog, .section.blog.co-y, .section.blog.co-y {
    min-height: 600px;
  }

  .section.pricing {
    max-width: none;
    min-height: 600px;
  }

  .section.customers, .section.dark-style {
    min-height: 600px;
  }

  .base-container {
    height: auto;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .primary-button.mt-50 {
    vertical-align: sub;
    vertical-align: sub;
    border-radius: 15px;
    width: 35%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1em;
    display: block;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .nav-item-title {
    font-size: 18px;
  }

  .nav-item-title.new {
    font-size: 14px;
  }

  .utility-page-content {
    width: 450px;
  }

  .coming-soon-heading {
    font-size: 70px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .sidebar-categories {
    display: none;
  }

  .sidebar-categories.new {
    display: block;
  }

  .blog-template-pagination {
    margin-bottom: 130px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .paragraph-large {
    font-size: 70px;
  }

  .pricing-features-links-wrap {
    padding-top: 0;
  }

  .footer-wrapper {
    margin-bottom: 130px;
  }

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

  .white-text.metric, .white-text.super-heading, .white-text.metric, .white-text.super-heading {
    font-size: 40px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testominials-cards-banner {
    padding-bottom: 130px;
  }

  .testominials-cards-banner.no-margin.in-40 {
    padding-top: 60px;
  }

  .project-template-content {
    width: 35%;
  }

  .project-template-content-wrapper {
    grid-column-gap: 100px;
  }

  .sidebar-search-input {
    padding-left: 10px;
  }

  .blog-sidebar-left-wrapper {
    width: 70%;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._2, .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .counter-number {
    font-size: 80px;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    width: auto;
    padding-top: 15px;
  }

  .center-title {
    padding-right: 140px;
  }

  .background-video {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-block-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .subtitle-text {
    margin-bottom: 40px;
  }

  .subtitle-text.margin {
    margin-bottom: 250px;
  }

  .subtitle-text.mt {
    margin-bottom: 20px;
  }

  .subtitle-text.iot-agency {
    margin-bottom: 0;
  }

  .images-wrapper {
    grid-column-gap: 100px;
    justify-content: space-between;
  }

  .images-wrapper.columns {
    grid-column-gap: 100px;
    grid-column-gap: 100px;
  }

  .image-cover {
    width: 100%;
  }

  .image-cover.fit {
    object-fit: cover;
  }

  .image-cover.image-cover-wide {
    width: 90%;
  }

  .block-image-absolute {
    width: 64%;
    top: 59%;
  }

  .block-image-absolute.home-2 {
    top: 83%;
  }

  .card-content-wrapper {
    margin-bottom: 130px;
  }

  .video-content {
    margin-top: -400px;
  }

  .image-wrapper-testimonials {
    margin-right: 140px;
  }

  .quote {
    font-size: 70px;
  }

  .bottom-block-card {
    grid-column-gap: 35px;
    text-align: left;
    flex-direction: row;
    align-items: center;
  }

  .right-block-footer {
    width: auto;
  }

  .text-play-footer {
    font-size: 120px;
  }

  .heading-home-2 {
    font-size: 70px;
  }

  .top-content-block {
    margin-bottom: 130px;
  }

  .bgr-ellipse {
    margin-top: 210px;
  }

  .top-block-wrapper.cet-in-touch {
    grid-column-gap: 100px;
    grid-column-gap: 100px;
  }

  .large-text {
    font-size: 150px;
  }

  .circle-background {
    top: 18%;
  }

  .bottom-block-wrapper {
    margin-top: 130px;
  }

  .heading-blog, .heading-cu {
    font-size: 70px;
  }

  .banner-wrapper {
    grid-column-gap: 80px;
  }

  .heading-players {
    font-size: 70px;
  }

  .programs-wrapper {
    grid-column-gap: 100px;
  }

  .shop-details-title {
    font-size: 72px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .heading-maxw {
    max-width: 950px;
  }

  .efi-hr-01-logo-cell {
    justify-content: flex-end;
    align-items: center;
    width: 22%;
    min-height: 100%;
  }

  .efi-hr-01-logo-cell.elite {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    height: 100px;
    min-height: 100%;
  }

  .efi-hr-01-logo-cell.oi {
    width: auto;
  }

  .efi-hr-01-logo-cell.ex {
    height: 105%;
    min-height: 105%;
  }

  .efi-hr-01-logos-grid {
    justify-content: center;
    align-items: flex-start;
  }

  .efi-hr-01-logos-grid.grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    justify-content: space-between;
    place-items: center start;
    margin-left: auto;
    margin-right: auto;
  }

  .efi-hr-01-logos-grid.half-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: flex-end;
  }

  .efi-hr-01-container.iot-agency {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---sticky-halves {
    top: 40px;
  }

  .waves---sticky-halves-left {
    height: 100%;
  }

  .waves---sticky-halves-left.elite-sticy {
    position: sticky;
  }

  .waves---grid-halves-sticky {
    justify-content: space-between;
    align-items: flex-start;
    overflow: visible;
  }

  .waves---grid-halves-sticky.th7 {
    position: static;
    overflow: visible;
  }

  .waves---main-container.elite {
    position: relative;
  }

  .waves---main-container.hiper {
    padding-bottom: 0;
  }

  .image-3 {
    padding-left: 5px;
  }

  .slide-6 {
    padding-right: 5px;
  }

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

  .section-2 {
    height: 500vh;
  }

  ._3rd-interaction.alternative {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-section {
    z-index: 8;
  }

  .main-section.alternative {
    width: 100vw;
  }

  .side-contents-container {
    z-index: 9;
  }

  .div-block-2-copy {
    padding-left: 50px;
  }

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

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

  .text-block-11 {
    color: var(--white);
  }

  .main-section-copy {
    z-index: 99;
  }

  .paragraph-6 {
    width: 80%;
    font-size: 17px;
    line-height: 25px;
  }

  .text-block-12 {
    margin-top: 20px;
    font-size: 18px;
  }

  .project-button {
    width: 40%;
    min-width: 40%;
  }

  .image-16-copy-copy {
    width: 30%;
    min-width: 30%;
    padding: 12px;
  }

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

  .lottie-animation {
    width: 110vw;
  }

  .head {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .head._33 {
    margin-bottom: 1%;
  }

  .head.mini, .para {
    font-size: 2rem;
    line-height: 2rem;
  }

  .para.bg3 {
    font-size: 1.1rem;
  }

  .video-text3 {
    top: 34%;
  }

  .hero-text {
    width: 70%;
  }

  .waves-tile-features-6 {
    grid-template-columns: .25fr 1fr 1fr;
  }

  .waves---heading-2-no-margins-3, .waves---center-heading {
    font-size: 30px;
  }

  .waves---main-container-2.waves---main-container-2---2-block {
    max-width: 1440px;
  }

  .waves---main-container-2.waves---main-container-2---2-block.tranning {
    padding-top: 0;
  }

  .waves---main-container-2.no-margin.in40 {
    font-size: 30px;
  }

  .waves---section-medium-2 {
    max-width: 1440px;
  }

  .waves-tile-team-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves-image-hero-3.apollo {
    height: 200px;
  }

  .waves-image-hero-3.apollo.laliga {
    height: 250px;
  }

  .waves-hero-3-grid {
    padding-bottom: 20px;
  }

  .info-content {
    font-family: Montserrat, sans-serif;
    font-size: 0;
  }

  .main-wrapper {
    padding-bottom: 0;
  }

  .box._6 {
    max-width: 300px;
  }

  .image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._3rd-content {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .waves---section-medium-10.iot-agency {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---main-container-7 {
    padding-bottom: 120px;
  }

  .waves---section-medium-12.new {
    padding-bottom: 40px;
  }

  .waves-content-blog-3 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-image-blog-3.change {
    height: 300px;
  }

  .waves-tile-blog-4 {
    cursor: default;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .navbar.animation {
    max-width: none;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .animation-nav-links {
    font-size: 14px;
  }

  .separator {
    width: 45rem;
  }

  .first-text.first-big, .first-text.first-big.first-mid, .first-text.first-big, .first-text.first-big.first-mid, .first-text.first-big.first-mid {
    font-size: 50px;
  }

  .waves---section-medium-15.animaton, .waves---section-medium-16.animation, .waves---section-medium-16.animation {
    display: block;
  }

  .bg-vid3-div {
    width: 70%;
  }

  .image-16 {
    width: 15vw;
  }

  ._3rd-section-videos {
    z-index: 9;
  }

  .last-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-17 {
    width: 15%;
  }

  .logo-wrapper.hidden-one {
    opacity: 0;
    opacity: 0;
  }

  .div-block-19.about {
    justify-content: space-between;
  }

  .heading-24 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .right-headin {
    font-size: 14px;
  }

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

  ._3rd-content-2 {
    width: 18%;
    height: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .iuiu {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .info-content-2 {
    height: auto;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 0;
  }

  ._1-line-2 {
    width: 100%;
    margin-left: 0;
  }

  .first-2 {
    font-size: 17px;
  }

  .first-2.paragrapgh, .first-2.paragrapgh._3l {
    font-size: 17px;
  }

  .first-2.below-line.line {
    margin-top: 5px;
    font-size: 13px;
  }

  .first-2.paragrapgh, .first-2.paragrapgh._3l {
    font-size: 17px;
  }

  .first-2.paragrapgh._4l, .first-2.paragrapgh._3l {
    font-size: 17px;
  }

  .first-2.paragrapgh.first1 {
    margin-top: 5px;
    margin-bottom: 0%;
    font-size: 13px;
  }

  .first-2.paragrapgh._4l {
    font-size: 17px;
  }

  .box-2, .box-2._5, .box-2._4, .box-2._3, .box-2._2, .box-2._6, .box-2._5, .box-2._4, .box-2._3, .box-2._2, .box-2._6 {
    scale: 1;
  }

  .image-wrapper-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .right-text {
    align-self: stretch;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .right-text._2nd {
    margin-top: 10px;
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .right-text._3rd {
    padding-top: 106px;
    padding-bottom: 107px;
  }

  .div-block-21 {
    justify-content: center;
    align-items: flex-start;
  }

  .lynx-features-large {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }

  .div-block-29 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .div-block-32 {
    margin-bottom: 0;
    position: relative;
  }

  .collection-list-3 {
    width: 100%;
    height: auto;
    display: flex;
  }

  .div-block-35 {
    margin-bottom: 0;
  }

  .image-47 {
    width: 80%;
  }

  .image-48 {
    width: 90%;
  }

  .image-49 {
    object-fit: contain;
    width: 120px;
  }

  .image-50 {
    width: 120px;
  }

  .image-54, .image-55 {
    display: block;
  }

  .bold-text-16 {
    font-size: 17px;
  }

  .paragraph-13 {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68 {
    width: 100%;
  }

  .image-71, .image-72, .image-73 {
    width: 90%;
  }

  .image-77 {
    z-index: 5;
  }

  .image-78 {
    z-index: 4;
    margin-top: -143px;
  }

  .image-79 {
    max-width: none;
    margin-top: -178px;
  }

  .image-81 {
    width: 196px;
    margin-top: -71px;
  }

  .heading-32 {
    border: 1px none var(--iot-red);
    background-color: var(--iot-red);
    color: var(--white);
    border-radius: 999px;
    padding: 10px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    position: static;
  }

  .heading-32.gf {
    position: static;
  }

  .button-container {
    border: 1px #000;
    padding: 10px 20px;
  }

  .iot-fc, .training, .business-of, .learderships, .general {
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    top: 35%;
  }

  .press {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    top: 35%;
  }

  .div-block-42 {
    z-index: 1;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .all {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    position: absolute;
    inset: 20px 0% auto;
  }

  .collection-list-wrapper {
    width: 100%;
    height: auto;
  }

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

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

  .collection-list-4.www {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-item-3 {
    height: 100%;
  }

  .collection-list-wrapper-2, .collection-item-4, .collection-list-wrapper-3, .collection-item-5, .collection-list-wrapper-4, .collection-item-6, .collection-list-wrapper-5 {
    height: auto;
  }

  .collection-list-wrapper-6, .collection-item-7 {
    height: 100%;
  }

  .div-block-48, .div-block-49 {
    position: relative;
  }

  .link-block-4 {
    padding-bottom: 5px;
  }

  .link-block-4.w--current {
    border-bottom: 1px solid #fff;
  }

  .link-block-5 {
    padding-bottom: 5px;
  }

  .link-block-5.w--current {
    border-bottom: 1px solid #fff;
  }

  .link-block-6 {
    padding-bottom: 5px;
  }

  .link-block-6.w--current {
    border-bottom: 1px solid #fff;
  }

  .link-block-7 {
    padding-bottom: 5px;
  }

  .link-block-7.w--current {
    border-bottom: 1px solid #fff;
  }

  .blogs-wrapper {
    min-height: 100vh;
    padding-top: 30px;
    overflow: visible;
  }

  .anchor-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--white);
    margin-bottom: 80px;
  }

  .link-5 {
    background-color: #fc290f00;
  }

  .heading-33 {
    color: var(--black);
    text-align: left;
    align-self: auto;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    display: block;
  }

  .image-90 {
    width: 80px;
    display: block;
  }

  .link-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--grey);
    width: 50%;
    padding: 10px 16px;
    display: flex;
  }

  .link-block-8.w--current {
    background-color: var(--grey);
  }

  .log, .image-92, .image-93, .image-94, .image-95, .image-96, .image-97, .image-98, .image-99, .image-100, .image-101, .image-102, .image-103 {
    width: 120px;
  }

  .div-block-51 {
    margin-bottom: 8%;
  }

  .background-video-7 {
    height: 100vh;
    display: none;
  }

  .heading-36 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-10 {
    width: 550px;
  }

  .waves---cta-bar-2:hover {
    background-color: var(--iot-gray);
    color: var(--black);
  }

  .readmore {
    cursor: pointer;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

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

  .section.blog-sidebar {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.banner-testimonials {
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.black-background.training {
    padding-bottom: 80px;
  }

  .section.about-us {
    height: 100vh;
    min-height: auto;
  }

  .section.blog {
    padding-top: 0;
  }

  .section.pricing {
    max-width: none;
  }

  .section.black-bgr-with-ellipse {
    padding-top: 80px;
  }

  .base-container {
    max-width: 1440px;
    height: 100%;
    padding-bottom: 0;
  }

  .nav-container {
    justify-content: space-between;
    margin-top: 10px;
    padding-left: 4.5vw;
  }

  .nav-menu {
    justify-content: flex-end;
    align-items: center;
    min-width: auto;
    padding-top: 0;
    display: flex;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .blog-sidebar-post-content {
    justify-content: flex-end;
    align-items: center;
  }

  .footer {
    padding-top: 40px;
  }

  .testominials-cards-banner {
    margin-top: 0;
    padding: 80px 4.5vw;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .menu-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-top: 0;
  }

  .brand {
    width: 15vw;
  }

  .brand.w--current {
    width: 250px;
  }

  .home-banner-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .subtitle-text.hiper {
    margin-bottom: 20px;
  }

  .image-fill {
    width: 250px;
    min-width: auto;
    max-width: none;
  }

  .image-fill.alternative {
    min-width: 230px;
  }

  .image-fill.alter {
    width: 250px;
    min-width: auto;
  }

  .block-image-absolute {
    width: 63%;
    top: 58%;
  }

  .text-price {
    line-height: 1.5;
  }

  .old-price {
    display: none;
  }

  .pricer-block {
    justify-content: center;
    align-items: center;
  }

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

  .bg-vid1 {
    display: flex;
  }

  .efi-hr-01-logo-cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 22%;
  }

  .efi-hr-01-logos-grid {
    grid-template-rows: auto;
    margin-top: 20px;
  }

  .efi-hr-01-logos-grid.grid-5 {
    place-items: center start;
  }

  .efi-hr-01-logos-grid.half-grid {
    justify-content: center;
    margin-top: 40px;
  }

  .efi-hr-01-logos-grid.iot-agency {
    margin-top: 20px;
  }

  .efi-hr-01-container.iot-agency {
    padding-top: 20px;
  }

  .efi-hr-01-logos {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .efi-hr-01-grid {
    padding-bottom: 10px;
  }

  .efi-h2 {
    margin-top: 0;
    font-size: 28px;
  }

  .waves-tile-features-2 {
    grid-template-rows: auto auto;
  }

  .waves-tile-features-2.waves-feature-mini {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .waves---master-tiles-features-2 {
    width: 650px;
  }

  .waves---content-sticky-features-2 {
    max-width: none;
  }

  .waves---sticky-halves-left {
    top: 20px;
  }

  .waves---grid-halves-sticky {
    grid-column-gap: 41px;
    grid-template-columns: .5fr .75fr;
    position: static;
    top: 1px;
  }

  .waves---grid-halves-sticky.th7 {
    grid-column-gap: 80px;
    justify-content: space-between;
  }

  .waves---grid-halves-sticky.special {
    justify-content: space-between;
    align-items: flex-end;
  }

  .waves---main-container.hiper {
    position: relative;
  }

  .container-2 {
    background-color: #c8a8a800;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
  }

  .section-2 {
    position: sticky;
    overflow: visible;
  }

  ._3rd-interaction {
    height: 100vh;
  }

  .side-contents.more {
    padding: 30px;
  }

  .div-block-2-copy {
    padding-bottom: 50px;
  }

  .lottie-animation {
    width: 115vw;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .vid-text {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .head {
    font-size: 3rem;
    line-height: 3rem;
    display: block;
  }

  .head._33 {
    line-height: 3rem;
  }

  .head._3rd-section {
    font-size: 2rem;
    line-height: 2rem;
  }

  .para {
    font-size: 2rem;
    line-height: 3rem;
  }

  .para.bg3 {
    font-size: 1.2rem;
  }

  .video-text {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .video-text3 {
    padding-left: 6rem;
    padding-right: 6rem;
    top: 30%;
  }

  .video-text4, .video-text5 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .text-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
  }

  .hero-text {
    width: 70%;
  }

  .horizontal-move {
    position: sticky;
    inset: 15% 0% auto;
  }

  .h1.ui {
    width: 60%;
  }

  .waves---main-container-2.new.tranning2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-2.about {
    padding-right: 4.5vw;
  }

  .waves---expand-line {
    background-color: var(--iot-red);
  }

  .waves---subtitle {
    line-height: 1.5em;
  }

  .waves-image-hero-3 {
    line-height: 1em;
  }

  .waves-image-hero-3.baseball {
    height: 400px;
  }

  .waves-master-image-hero-3 {
    width: 650px;
  }

  .waves-content-hero-3 {
    flex-flow: column;
    align-items: flex-start;
    width: 50%;
    max-width: none;
  }

  .waves-hero-3-grid {
    justify-content: space-between;
    display: flex;
  }

  .waves---heading-3-no-margins-5 {
    text-align: center;
    font-size: 20px;
  }

  .main-wrapper {
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0%;
    padding-bottom: 0%;
    inset: 0% 0% auto;
  }

  .section-3 {
    padding-top: 0;
  }

  .box {
    max-width: 33%;
  }

  .box._5 {
    max-width: 60%;
  }

  .box._2 {
    max-width: 39%;
  }

  .box._6 {
    max-width: 70%;
  }

  .box._4 {
    max-width: 53%;
  }

  .box._3 {
    max-width: 47%;
  }

  .waves-gallery-hero-2 {
    width: 650px;
  }

  .waves-grid-hero-2 {
    display: flex;
  }

  .waves-grid-hero-2.baseball {
    grid-column-gap: 80px;
    grid-column-gap: 80px;
  }

  .waves---section-hero-primary-2.baseball {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-9.continer-top {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .waves---section-medium-12.new {
    padding-bottom: 80px;
  }

  .waves---heading-3-no-margins-12 {
    font-size: 22px;
  }

  .waves-image-blog-3.change {
    height: 400px;
  }

  .hero-section {
    margin-top: 0;
  }

  .navbar.animation {
    margin-top: 0;
    padding-top: 0;
  }

  .container-3 {
    justify-content: space-between;
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
  }

  .animation-nav-links {
    font-size: 14px;
  }

  .nav-menu-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .separator {
    width: 70%;
  }

  .image-13 {
    width: 170px;
  }

  .vid-text5 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .vid-text6 {
    padding-left: 6rem;
    padding-right: 6rem;
    display: block;
  }

  .first-text {
    font-size: 4rem;
    line-height: 4rem;
  }

  .waves---main-container-12.animation {
    padding-left: 0;
    padding-right: 0;
  }

  .last-video {
    aspect-ratio: 1;
  }

  .bg-vid3-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 70%;
    bottom: 5%;
  }

  .last-button {
    background-color: var(--iot-red);
  }

  .logo-class.ji {
    margin-top: 40px;
  }

  .logo-wrapper {
    top: 2px;
  }

  .efi-frm-03 {
    max-width: 1440px;
    padding-left: 5vw;
  }

  .right-headin {
    font-size: 19px;
  }

  .section-4 {
    padding-top: 50px;
  }

  ._3rd-content-2 {
    flex: 0 auto;
    align-self: stretch;
    width: 17%;
    display: flex;
  }

  .iuiu {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 50px;
    inset: 0% 0% auto;
  }

  .info-content-2 {
    margin-left: 0;
    display: flex;
  }

  ._1-line-2 {
    width: 100%;
    margin-left: 0;
  }

  .first-2 {
    font-size: 19px;
  }

  .first-2.below-line.line {
    margin-top: 10px;
    font-size: 15px;
  }

  .first-2.paragrapgh {
    font-size: 19px;
    line-height: 100%;
  }

  .first-2.paragrapgh._3l {
    font-size: 19px;
  }

  .first-2.paragrapgh._4l, .first-2.paragrapgh._3l {
    font-size: 19px;
  }

  .first-2.paragrapgh.first1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
  }

  .first-2.paragrapgh._4l {
    font-size: 19px;
  }

  .real {
    height: 0;
  }

  .box-2._6 {
    max-width: none;
  }

  .image-wrapper-2 {
    margin-right: 0;
  }

  .right-text._2nd {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .right-text._3rd {
    padding-top: 101px;
    padding-bottom: 105px;
  }

  .bold-text-10._5l {
    line-height: 1.3rem;
  }

  .div-block-21 {
    justify-content: center;
    align-items: flex-start;
    transform: scale(.88);
  }

  .efi-ft-01-grid {
    margin-bottom: 40px;
  }

  .efi-h4-4 {
    color: var(--iot-red);
    font-size: 20px;
  }

  .blackeffect-home {
    background-color: #0003;
  }

  .div-block-28 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .infow-wrapper {
    margin-top: 22%;
  }

  .div-block-29 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 15px;
    width: 19%;
  }

  .para-holder {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .image-36 {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }

  .image-51, .image-52, .image-53, .image-54 {
    width: 100%;
    max-width: 100px;
  }

  .image-55 {
    max-width: 100px;
  }

  .bold-text-16 {
    font-size: 19px;
  }

  .paragraph-13 {
    margin-bottom: 0;
  }

  .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68 {
    width: 100%;
  }

  .text-block-28 {
    line-height: 1.5;
  }

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

  .all {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

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

  .heading-33 {
    align-self: auto;
  }

  .background-video-6 {
    align-items: center;
  }

  .div-block-53 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .link-block-10 {
    width: 650px;
  }

  .div-block-54 {
    width: 100%;
    height: 350px;
  }

  .alternative-videos-button {
    width: 100%;
  }

  .div-block-57 {
    justify-content: flex-start;
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 80px;
  }

  .section.contacts-banner {
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.blog {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/66d9a59c1af0e287b1d13024/672237606044c2363141b7b5_PL%20case%20study%20banner.png");
    background-size: auto, cover;
  }

  .section.pricing {
    max-width: none;
  }

  .base-container {
    max-width: 1440px;
  }

  .base-container.about, .base-container.elite, .base-container.about, .base-container.elite {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    max-width: 1440px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .nav-item-title.new {
    font-size: 18px;
  }

  .nav-menu-wrapper {
    justify-content: space-around;
  }

  .sidebar-category {
    line-height: 1.5;
  }

  .footer {
    padding-top: 80px;
  }

  .sidebar-search-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-banner-section {
    height: 100vh;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: flex-start;
    width: 90%;
    margin-top: 0;
  }

  .brand.alter.w--current {
    aspect-ratio: auto;
    aspect-ratio: auto;
    width: 16vw;
  }

  .subtitle-text {
    font-size: 35px;
    line-height: 1;
  }

  .subtitle-text.none-margin {
    overflow: visible;
  }

  .subtitle-text.margin {
    margin-bottom: 300px;
  }

  .subtitle-text.subtitle-text-no-pading {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-text.subtitle-inner {
    font-size: 25px;
  }

  .subtitle-text.new {
    font-size: 30px;
  }

  .subtitle-text.iot-agency {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .subtitle-text.hiper {
    margin-bottom: 0;
  }

  .image-cover.fit {
    object-fit: contain;
    object-fit: contain;
  }

  .image-fill {
    width: 300px;
    max-width: none;
  }

  .image-fill.alternative {
    min-width: 300px;
  }

  .image-fill.alter {
    width: 300px;
    max-width: none;
  }

  .block-image-absolute {
    width: 60%;
  }

  .text-play-footer {
    font-size: 32px;
  }

  .block-with-border.bottom-block {
    flex: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-top-block {
    margin-top: 250px;
  }

  .heading-cu {
    line-height: 1.5em;
  }

  .animated-vid {
    width: 100vw;
    height: 100vh;
    position: sticky;
  }

  .bg-vid, .background-video-2, .background-video-3 {
    height: 100vh;
  }

  .vid-text-head-1 {
    text-align: center;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .bg-vid1, .bg-vid2, .bg-vid3, .bg-vid4 {
    width: 100vw;
  }

  .bg-vid5 {
    top: 2px;
  }

  .efi-hr-01-logo-cell {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 22%;
  }

  .efi-hr-01-logos-grid.half-grid {
    height: auto;
  }

  .efi-hr-01-container {
    max-width: none;
  }

  .efi-hr-01-container.iot-agency {
    max-width: 1440px;
  }

  .efi-hr-01-logos {
    background-color: #fff;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .efi-hr-01-logos.sports-logos.eli {
    max-width: none;
  }

  .efi-hr-01-logos.sports-logos.wow {
    padding-left: 0;
    padding-right: 0;
  }

  .efi-hr-01-right-content {
    background-position: 0%;
  }

  .efi-big-paragraph {
    margin-bottom: 0;
  }

  .efi-jumbo {
    text-align: left;
    margin-bottom: 20px;
  }

  .efi-jumbo.thisis {
    margin-bottom: 50px;
  }

  .efi-hr-01 {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .waves---sticky-halves, .waves---sticky-halves-left {
    top: 1px;
  }

  .waves---grid-halves-sticky {
    justify-content: space-between;
    align-items: flex-start;
  }

  .waves---grid-halves-sticky.special, .waves---grid-halves-sticky.centerone, .waves---grid-halves-sticky.special, .waves---grid-halves-sticky.centerone {
    justify-content: space-between;
    align-items: center;
  }

  .waves---section-medium {
    max-width: 1440px;
  }

  .home-head {
    text-align: center;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    display: flex;
    top: 0%;
  }

  .vid-text-head-2, .vid-text-head-3, .vid-text-head-4, .vid-text-head-5 {
    text-align: center;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    max-width: 1920px;
  }

  .body {
    max-width: none;
  }

  ._3rd-interaction {
    width: 100vw;
    height: 100vh;
  }

  .main-section {
    top: 0;
  }

  .side-contents-container {
    z-index: 9;
  }

  .div-block-3 {
    height: 120px;
  }

  .text-block-11 {
    font-size: 100px;
  }

  .div-block-4 {
    background-color: #000;
    position: relative;
    overflow: visible;
  }

  .image-4 {
    opacity: .29;
    width: 300vw;
  }

  .main {
    background-color: #000;
    justify-content: flex-start;
    width: 200vw;
    height: auto;
    display: flex;
    position: sticky;
    top: 0;
  }

  .main-section-copy {
    z-index: 1;
    background-color: var(--black);
    width: 100vw;
    display: flex;
    top: 0;
    overflow: visible;
  }

  .image-5, .image-6 {
    opacity: .42;
  }

  .lottie-animation {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 120vw;
    margin-top: 0;
    display: flex;
    top: 0;
  }

  .vid-text {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .head {
    width: 100%;
    font-size: 4rem;
    line-height: 4rem;
  }

  .head._33 {
    line-height: 4rem;
  }

  .head._3rd-section, .para {
    font-size: 3rem;
    line-height: 3rem;
  }

  .video-text, .video-text3, .video-text4 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .video-text5 {
    padding-left: 10rem;
    padding-right: 10rem;
    top: 15%;
  }

  .text-center {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .hero-text {
    width: 70%;
  }

  .waves-tile-features-6 {
    grid-template-columns: .25fr 1fr 1fr;
  }

  .waves---main-container-2 {
    max-width: 1440px;
  }

  .waves---main-container-2.waves---main-container-2---2-block {
    max-width: 1440px;
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-2.new.tranning2 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-2.about {
    padding-left: 0;
  }

  .waves---section-medium-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-hero-primary {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-4 {
    padding-top: 80px;
  }

  .info-content {
    z-index: 1;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 2000px;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: 0%;
  }

  .new-red {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-size: 2rem;
    line-height: 2.1rem;
  }

  .new-red.last {
    margin-top: 20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    line-height: 2.1rem;
  }

  .new-red.middle {
    margin-top: 20px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 2000px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    position: fixed;
    overflow: visible;
  }

  .section-3 {
    background-color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .first {
    font-size: 2rem;
    line-height: 2rem;
  }

  .first.below-line.line {
    margin-top: .6rem;
  }

  .first.paragrapgh {
    margin-top: 1.6rem;
    font-size: 2rem;
    line-height: 2rem;
  }

  .box {
    width: 10vw;
    min-width: auto;
    max-width: none;
  }

  .box._5 {
    width: 18vw;
    min-width: auto;
    max-width: none;
    margin-top: -7.3rem;
  }

  .box._2 {
    width: 12vw;
    min-width: auto;
    max-width: none;
    margin-top: -4.7rem;
  }

  .box._6 {
    width: 20vw;
    min-width: auto;
    max-width: none;
    margin-top: -8.5rem;
  }

  .box._4 {
    width: 16vw;
    min-width: auto;
    max-width: none;
    margin-top: -6.4rem;
  }

  .box._3 {
    width: 14vw;
    min-width: auto;
    max-width: none;
    margin-top: -5.6rem;
  }

  ._1-line {
    background-color: #ff0b0b;
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    position: relative;
    inset: auto 10% 0% 0%;
  }

  ._1-line._5 {
    background-color: #2c6e95;
  }

  ._1-line._2 {
    background-color: #fbc239;
  }

  ._1-line._6 {
    background-color: #88479f;
  }

  ._1-line._3 {
    background-color: #4bbea7;
  }

  ._1-line._4 {
    background-color: #3d98db;
  }

  ._1-div {
    text-align: right;
    width: 100%;
    position: static;
  }

  .image-wrapper {
    z-index: 1;
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: 40vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: 0%;
    overflow: visible;
  }

  ._3rd-content {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
    height: auto;
    margin-left: 30px;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: 0%;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .waves---main-container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-9.continer-top.thisis {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-12.about-us {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    max-width: 1352px;
  }

  .waves-image-blog-3 {
    width: 100%;
  }

  .hero-section {
    max-width: 2023px;
  }

  .navbar.animation {
    max-width: none;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .container-3 {
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .animation-nav-links {
    font-size: 18px;
  }

  .separator {
    width: 90%;
  }

  .vid-text5, .vid-text6 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .first-text {
    font-size: 5rem;
    line-height: 6rem;
  }

  .first-text.first-big, .first-text.first-big.first-mid, .first-text.first-big, .first-text.first-big.first-mid, .first-text.first-big.first-mid {
    font-size: 50px;
  }

  .last-video {
    cursor: pointer;
    padding-bottom: 45px;
  }

  .container-4 {
    overflow: hidden;
  }

  .bg-vid3-div {
    width: 70%;
    max-width: 1400px;
  }

  .image-16 {
    width: 15vw;
    max-width: 700px;
  }

  .last-para {
    font-family: Montserrat, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2rem;
  }

  .last-button {
    z-index: 555;
    min-height: 65px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 20px;
    position: relative;
  }

  .logo-wrapper2, .logo-wrapper {
    align-self: center;
  }

  .div-block-19.div-about {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .efi-frm-03-container {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container-13 {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }

  .efi-hr-01-right-content-2 {
    background-position: 0%;
  }

  .efi-hr-01-logos-2 {
    background-color: #fff;
  }

  .section-4 {
    color: #000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  ._3rd-content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20%;
    max-width: 99.9%;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: sticky;
    top: 0%;
  }

  .iuiu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 1550px;
    padding-top: 30px;
  }

  .info-content-2 {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    display: flex;
    position: sticky;
    top: 0%;
  }

  ._1-line-2 {
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    position: relative;
    inset: auto 10% 0% 0%;
  }

  .first-2.paragrapgh {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .first-2.paragrapgh._3l {
    font-size: 20px;
  }

  .first-2.paragrapgh._2nd {
    margin-top: 7px;
    font-size: 20px;
  }

  .first-2.paragrapgh._4l {
    margin-top: 0;
    font-size: 20px;
  }

  ._1-div-2 {
    text-align: right;
    width: 100%;
    position: static;
  }

  .real {
    height: 0;
    display: block;
  }

  .image-wrapper-2 {
    z-index: 1;
    width: 45vw;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: sticky;
    top: 0%;
    overflow: visible;
  }

  .right-text {
    border-color: #fc452e;
  }

  .right-text._2nd {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .right-text._3rd {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .bold-text-10._5l {
    font-size: 20px;
    line-height: 1.3rem;
  }

  .lottie-animation-3 {
    margin-top: 15%;
  }

  .blackeffect-home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-28 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-32 {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-51 {
    width: 100%;
    max-width: 100px;
  }

  .image-52, .image-53, .image-54 {
    max-width: 100px;
  }

  .image-55 {
    width: 100%;
    max-width: 100px;
  }

  .paragraph-13 {
    margin-bottom: 50px;
    font-size: 22px;
  }

  .section-17 {
    padding-bottom: 0;
  }

  .iot-fc, .training, .business-of, .learderships, .general, .press {
    top: 25%;
  }

  .div-block-42 {
    padding-left: 0;
    padding-right: 0;
    top: 30px;
  }

  .all {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .anchor-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-33 {
    font-size: 25px;
  }

  .heading-40 {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 150%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .section.blog-grid-banner {
    min-height: 300px;
    padding-top: 80px;
  }

  .section.banner-testimonials {
    min-height: 450px;
    padding-top: 130px;
  }

  .section.background-margin {
    padding-top: 80px;
  }

  .section.background-mt {
    margin-top: -207px;
    padding-top: 287px;
  }

  .section.pricing {
    padding-top: 80px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    min-width: 500px;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.black {
    color: var(--white);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    filter: invert();
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: none;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .nav-close-icon.invert {
    filter: invert();
  }

  .nav-item-title.black {
    color: var(--white);
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    max-width: 550px;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
    position: relative;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 30px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large {
    font-size: 50px;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .pricing-features-wrapper {
    grid-column-gap: 30px;
  }

  .pricing-features-wrapper.wrap {
    flex-wrap: wrap;
  }

  .pricing-features-wrap.coaching {
    width: 100%;
  }

  .pricing-features-links-wrap {
    text-align: center;
    width: 53%;
  }

  .pricing-features-links-wrap.width, .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 0;
  }

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

  .white-text.maxw {
    text-align: right;
    text-align: right;
  }

  .search-input:focus {
    border: 1px solid #0f5cfa;
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .testominials-cards-banner {
    margin-top: -180px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .button-wrapper.none-margin {
    display: flex;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-content, .project-template-info {
    width: 100%;
  }

  .project-template-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 100%;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-banner-section {
    height: 530px;
    padding-top: 60px;
  }

  .home-banner-section.home-2 {
    height: 700px;
  }

  .home-banner-section.players {
    height: auto;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .navbar-fixed {
    height: auto;
  }

  .navbar-fixed.home-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .counter-number {
    font-size: 90px;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--black);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 500px;
    margin-left: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .menu-wrap.width {
    width: 100%;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.invert {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .block-horizontal-full-width {
    grid-column-gap: 50px;
  }

  .left-block-content {
    flex-direction: column;
    width: 100%;
  }

  .right-block-content {
    width: 100%;
  }

  .text-wrapper {
    max-width: 500px;
  }

  .silver-text.maxw-570px {
    max-width: 450px;
  }

  .subtitle-text.margin {
    margin-bottom: 130px;
  }

  .heading-block-content.centered {
    text-align: center;
    text-align: center;
  }

  .images-wrapper, .images-wrapper.columns, .images-wrapper.columns {
    grid-column-gap: 50px;
  }

  .image-left.width {
    width: 350px;
  }

  .description-block {
    margin-top: 30px;
  }

  .description-block.display {
    justify-content: center;
    display: flex;
  }

  .description-text-left {
    max-width: 60%;
  }

  .description-text-left.centered {
    text-align: center;
    align-items: center;
  }

  .description-text-left.display {
    align-items: center;
  }

  .block-image-absolute {
    width: 100%;
    margin-bottom: 30px;
    position: static;
  }

  .block-image-absolute.home-2 {
    margin-bottom: 50px;
  }

  .heading-content {
    grid-column-gap: 70px;
    margin-bottom: 30px;
  }

  .card-content-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .card-content-wrapper.reviews {
    grid-template-columns: 1fr 1fr;
  }

  .image-content-wrapper {
    width: 47.9%;
  }

  .image-wrapper-testimonials {
    margin-right: 80px;
  }

  .testimonials-content {
    margin-top: 60px;
  }

  .card-footer {
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
  }

  .left-block-footer {
    width: 70%;
  }

  .right-block-footer {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-block {
    margin-top: 30px;
  }

  .social-links {
    justify-content: center;
  }

  .text-play-footer {
    font-size: 50px;
  }

  .banner-content-home-2 {
    align-items: center;
  }

  .banner-heading-home-2 {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .bgr-ellipse {
    margin-top: 105%;
  }

  .ellipse-conteny {
    width: 300px;
    height: 300px;
  }

  .ellipse-wrapper {
    flex-wrap: wrap;
  }

  .block-with-border {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    width: auto;
  }

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

  .block-with-border.home-2 {
    flex: 1;
    justify-content: flex-end;
  }

  .top-block-wrapper {
    grid-column-gap: 50px;
  }

  .top-block-wrapper.cet-in-touch {
    flex-direction: column-reverse;
  }

  .top-image-block.sizing {
    width: 100%;
    height: 500px;
  }

  .top-description-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    display: flex;
  }

  .large-text {
    font-size: 70px;
  }

  .image-centered-block {
    width: auto;
  }

  .circle-background {
    top: 18%;
  }

  .text-top-block {
    grid-row-gap: 30px;
    margin-top: 80px;
  }

  .slide.height {
    height: 550px;
  }

  .banner-wrapper {
    flex-direction: column;
  }

  .left-banner-description {
    width: 100%;
    margin-bottom: 30px;
  }

  .right-form-banner {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-players {
    grid-template-columns: 1fr 1fr;
  }

  .heading-players {
    font-size: 50px;
  }

  .cart-button {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 25px;
    display: flex;
  }

  .cart-quantity {
    left: 10px;
  }

  .list-block-wrapper {
    grid-column-gap: 20px;
  }

  .cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .programs-wrapper {
    grid-column-gap: 50px;
  }

  .shop-collection-list, .shop-collection-list.shop-detsils, .shop-collection-list.shop-detsils {
    grid-template-columns: 1fr 1fr;
  }

  .shop-text-wrapper.margin {
    margin-top: 50px;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .collection-item-shop-details {
    width: 47.9%;
  }

  .lightbox-link-shop {
    min-width: 100%;
  }

  .collection-list-shop-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .shop-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .heading-maxw {
    max-width: 600px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap, .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .bg-vid5 {
    height: 100vh;
  }

  .efi-hr-01-logos-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .efi-jumbo {
    font-size: 35px;
  }

  .efi-hr-01-left-content {
    padding-right: 0%;
  }

  .efi-hr-01-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .efi-hr-01 {
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .efi-ft-07 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-08 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-right {
    max-width: none;
    padding-top: 0;
    padding-left: 4em;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves-grid-team-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .tsm-03-testimonial {
    margin-bottom: 40px;
  }

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

  .efi-tsm-03-slider {
    margin-bottom: 20px;
  }

  .body {
    overflow: visible;
  }

  .side-contents.more {
    width: 40vw;
    height: 60vh;
    padding-top: 10vh;
  }

  .heading-12 {
    font-size: 31px;
  }

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

  .paragraph-6 {
    font-size: 12px;
  }

  .text-block-12 {
    margin-top: 10px;
  }

  .image-16-copy-copy {
    width: 50%;
  }

  .project-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-13 {
    font-size: 12px;
    text-decoration: none;
  }

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

  .lottie-animation {
    object-fit: contain;
    width: 100vw;
    transform: scale3d(2.2, 2.2, 1.1);
  }

  .head {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .para {
    font-size: 22px;
    line-height: 25px;
  }

  .text-center {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 64px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .waves-grid-team-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .waves-hero-3-grid {
    grid-template-columns: 1fr;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---master-tiles-features-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-3 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves-2 {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button-3 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

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

  .waves---sides-heading-button-4 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .waves---grid-cta-3.animation {
    align-self: center;
  }

  .new-red {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .new-red.last {
    margin-top: 5px;
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
    line-height: 1rem;
  }

  .new-red.middle {
    margin-top: 5px;
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .first {
    font-size: .9rem;
    line-height: .9rem;
  }

  .first.paragrapgh {
    margin-top: 4%;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .box {
    width: 12vw;
    min-width: auto;
    max-width: none;
    margin-top: -9vh;
  }

  .box._5 {
    min-width: auto;
    max-width: none;
    margin-top: -8vh;
  }

  .box._2 {
    min-width: auto;
    max-width: none;
    margin-top: -5vh;
  }

  .box._6 {
    min-width: auto;
    max-width: none;
    margin-top: -9vh;
  }

  .box._4 {
    min-width: auto;
    max-width: none;
    margin-top: -7vh;
  }

  .box._3 {
    min-width: auto;
    max-width: none;
    margin-top: -6vh;
  }

  ._1-line, ._1-line._6, ._1-line._6 {
    margin-top: .3rem;
  }

  .image-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-top: 15vh;
  }

  ._3rd-content {
    margin-left: 10px;
  }

  .waves---master-tiles-features-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-sticky-features-4 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves-3 {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .waves-gradient-hero-2 {
    height: 140px;
  }

  .waves-image-wrap-hero-2 {
    height: 320px;
  }

  .waves-gallery-hero-2 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-4 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves-grid-blog-3 {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-team-4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-blog-4 {
    grid-template-columns: 1fr;
  }

  .waves---sides-heading-button-5 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-features-2 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button-6 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .container-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .separator {
    width: 30rem;
  }

  .image-13 {
    width: 7rem;
  }

  .first-text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

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

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

  .bg-vid3-div {
    bottom: 20%;
  }

  ._3rd-sec-video {
    width: 20vw;
    height: 31vh;
  }

  .div-block-19 {
    width: 90%;
  }

  .button-icon-small, .button-icon-small-secondary {
    position: static;
    top: 16px;
  }

  .efi-ft-06-features {
    grid-template-columns: 1fr 1fr;
  }

  .efi-ft-06 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .waves-bottom-footer-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .waves-top-left-footer-2 {
    text-align: center;
    align-items: center;
  }

  .waves-top-footer-2 {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
  }

  .efi-jumbo-2 {
    font-size: 65px;
  }

  .efi-hr-01-grid-2 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .efi-hr-01-left-content-2 {
    padding-right: 0%;
  }

  .efi-hr-2 {
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .efi-hr-01-logos-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .right-headin {
    font-size: .7rem;
    line-height: .7rem;
  }

  ._3rd-content-2 {
    width: 18%;
    margin-left: 0;
  }

  .iuiu {
    max-width: 768px;
  }

  .info-content-2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  ._1-line-2 {
    margin-top: .2rem;
  }

  ._1-line-2._6 {
    margin-top: .3rem;
  }

  .first-2.paragrapgh, .first-2.paragrapgh._3l {
    font-size: 14px;
  }

  .first-2.below-line.line {
    margin-top: .1rem;
    font-size: 11px;
  }

  .first-2.paragrapgh, .first-2.paragrapgh._3l {
    font-size: 14px;
  }

  .first-2.paragrapgh._4l, .first-2.paragrapgh._3l {
    font-size: 14px;
  }

  .first-2.paragrapgh.first1 {
    font-size: .7rem;
    line-height: .9rem;
  }

  .first-2.paragrapgh._2nd {
    margin-top: .5rem;
    font-size: .7rem;
    line-height: .7rem;
  }

  .first-2.paragrapgh._4l {
    font-size: 14px;
  }

  ._1-div-2 {
    padding: 7px;
  }

  ._1-div-2._6th {
    align-self: auto;
  }

  ._1-div-2._3rd {
    margin-top: 0;
  }

  ._1-div-2._1srt {
    padding: 8px;
  }

  .real {
    height: 0;
  }

  .box-2 {
    width: 12vw;
    min-width: auto;
    max-width: 93px;
  }

  .box-2._5 {
    min-width: auto;
    max-width: 215px;
    margin-top: -69px;
  }

  .box-2._4 {
    min-width: auto;
    max-width: 182px;
    margin-top: -56px;
  }

  .box-2._3 {
    width: 19.8vw;
    min-width: auto;
    max-width: 153px;
    margin-top: -48px;
  }

  .box-2._2 {
    width: 16vw;
    min-width: auto;
    max-width: 123px;
    margin-top: -36px;
  }

  .box-2._6 {
    min-width: auto;
    max-width: 254px;
    margin-top: -85px;
  }

  .image-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
    width: 46vw;
    padding-top: 0;
  }

  .right-text {
    padding: 2rem;
  }

  .right-text._2nd {
    padding-top: 2.7rem;
    padding-bottom: 2.7rem;
  }

  .bold-text-10._5l {
    font-size: .7rem;
    line-height: .7rem;
  }

  .efi-ft-01 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-01-grid {
    grid-template-columns: 1fr;
  }

  .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-cta-5 {
    align-items: flex-start;
    padding: 40px;
  }

  .wbs-cta-image-right, .wbs-cta-image-left {
    display: none;
  }

  .image-34 {
    width: 50px;
  }

  .bold-text-16 {
    font-size: 14px;
    line-height: 100%;
  }

  .paragraph-13 {
    font-size: 14px;
  }

  .section-18 {
    height: 500vh;
  }

  .waves-bar-1 {
    justify-content: flex-start;
    padding-left: 24px;
  }

  .waves-dismmiss-bar-1 {
    right: 24px;
  }

  .waves-container-bar-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .waves-bar-2 {
    justify-content: flex-start;
    padding-left: 24px;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves---grid-cta-4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.customers, .section.dark-style {
    min-height: 450px;
  }

  .section.blog-grid-banner {
    padding-top: 60px;
  }

  .section.banner-testimonials {
    min-height: 340px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.background-margin {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-us {
    min-height: 450px;
  }

  .section.background-mt {
    margin-top: -150px;
    padding-top: 150px;
  }

  .section.blog {
    min-height: 450px;
  }

  .section.pricing {
    min-height: 450px;
    padding-top: 60px;
  }

  .section.customers, .section.dark-style {
    min-height: 450px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .blog-sidebar-left {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-template-pagination {
    margin-bottom: 60px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap-reverse;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large {
    font-size: 40px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .accordion-wrap.last-child {
    margin-bottom: 0;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pricing-item, .pricing-item.center-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-features-wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .pricing-features-wrapper.wrap {
    margin-top: 30px;
  }

  .pricing-features-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pricing-features-links-wrap {
    grid-row-gap: 50px;
    width: 100%;
    padding-top: 20px;
  }

  .contacts-content-wrapper {
    flex-flow: wrap;
  }

  .contacts-form-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    margin-bottom: 60px;
  }

  .white-text.maxw {
    text-align: center;
    text-align: center;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .testominials-cards-banner {
    margin-top: -100px;
    padding-bottom: 60px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-banner-section.players {
    padding-bottom: 60px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2, .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .block-horizontal-full-width {
    flex-direction: column;
  }

  .left-block-content {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .subtitle-text {
    margin-bottom: 20px;
  }

  .subtitle-text.margin {
    margin-bottom: 100px;
  }

  .images-wrapper {
    margin-top: 40px;
  }

  .images-wrapper.columns {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .image-left {
    width: auto;
  }

  .image-left.sizing, .image-right.width, .image-right.width {
    width: 100%;
  }

  .description-text-left {
    max-width: 100%;
  }

  .description-text-left.display {
    grid-row-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-content.direction {
    grid-row-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .card-content-wrapper {
    margin-bottom: 0;
  }

  .card-content-wrapper.margin {
    margin-bottom: 60px;
  }

  .image-content-wrapper {
    width: 100%;
  }

  .video-content {
    margin-top: 0;
  }

  .image-wrapper-testimonials {
    margin-right: 40px;
  }

  .testimonials-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .left-block-footer {
    grid-row-gap: 50px;
    text-align: center;
    width: 100%;
  }

  .right-block-footer {
    width: 100%;
    margin-bottom: 50px;
  }

  .menu-block {
    justify-content: center;
  }

  .partners-block {
    grid-column-gap: 30px;
  }

  .top-content-block {
    margin-bottom: 60px;
  }

  .bgr-ellipse {
    background-size: cover;
    margin-top: 135%;
  }

  .history-content {
    text-align: center;
  }

  .ellipse-wrapper {
    justify-content: center;
  }

  .block-with-border.bottom-block {
    width: auto;
  }

  .top-block-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .top-image-block {
    width: 100%;
    height: 450px;
  }

  .top-description-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .paragraph-top-description {
    margin-bottom: 30px;
  }

  .paragraph-top-description.maxw {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .large-text {
    font-size: 55px;
  }

  .image-centered-block {
    height: 670px;
  }

  .circle-background {
    top: 31%;
  }

  .text-top-block {
    margin-top: 50px;
  }

  .bottom-block-wrapper {
    margin-top: 60px;
  }

  .image-block {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .left-banner-description {
    flex-direction: column;
  }

  .right-form-banner {
    width: 100%;
  }

  .program-description-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .collection-list-players {
    grid-template-columns: 1fr;
  }

  ._404-text {
    font-size: 140px;
  }

  .heading-players {
    font-size: 40px;
  }

  .list-block-wrapper {
    grid-column-gap: 100px;
    flex-direction: row;
  }

  .programs-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .programs-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .image-descriptions {
    margin-top: 20px;
  }

  .shop-collection-list-wrapper {
    margin-top: 40px;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-text-wrapper.margin {
    margin-top: 60px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .collection-item-shop-details {
    width: 47.2%;
  }

  .lightbox-link-shop {
    height: 350px;
  }

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

  .shop-details-featured-products-wrapper {
    grid-row-gap: 30px;
  }

  .heading-maxw {
    max-width: none;
  }

  .hire-popup {
    max-width: 300px;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .efi-jumbo {
    font-size: 50px;
  }

  .efi-ft-07-grid {
    grid-template-columns: 1fr;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .body {
    overflow: visible;
  }

  .side-contents.more {
    width: 50vw;
    height: 30vh;
  }

  .heading-10 {
    text-align: center;
    font-size: 80px;
    line-height: 80px;
  }

  .lottie-animation {
    width: 120vw;
    transform: scale3d(3.3, 3.3, 1.1);
  }

  .vid-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .head {
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
  }

  .head._33 {
    line-height: 2rem;
  }

  .para {
    font-size: 18px;
    line-height: 18px;
  }

  .video-text, .video-text3, .video-text4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .video-text5 {
    padding-left: 2rem;
    padding-right: 2rem;
    top: 20%;
  }

  .text-center {
    max-width: 760px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .waves-master-testimonial-4 {
    padding: 20px 32px;
  }

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

  .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-6 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-7 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-9 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .waves---heading-2-no-margins-10 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-master-cta-4 {
    padding: 80px 32px;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .info-content {
    width: 50vw;
  }

  .new-red {
    padding: 2vh 1vw;
    line-height: 1.5vh;
  }

  .new-red.last, .new-red.middle, .new-red.last, .new-red.middle {
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .first.paragrapgh {
    margin-top: 3%;
  }

  .image-wrapper {
    width: 40vw;
  }

  ._3rd-content {
    margin-left: 10px;
  }

  .waves---heading-2-no-margins-11 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 40px;
  }

  .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-grid-blog-3 {
    grid-row-gap: 64px;
  }

  .waves---heading-2-no-margins-12 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-11 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-13 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-12 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-image-blog-3 {
    width: 100%;
    height: 320px;
  }

  .waves-tile-blog-4 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---heading-2-no-margins-14 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-15 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vid-text5, .vid-text6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .first-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .waves---main-container-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-16 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-15 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-master-cta-5 {
    padding: 80px 32px;
  }

  .waves---heading-2-no-margins-17 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-16 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .last-video {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 1.5em;
  }

  .bg-vid3-div {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    place-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    inset: auto 0% 5%;
  }

  .image-16 {
    width: 25vw;
    margin-left: 5px;
  }

  .logo-class {
    height: 100vh;
    margin-top: 50px;
    padding: 2rem 1rem 1rem;
  }

  .waves---heading-2-no-margins-17-copy {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---heading-2-no-margins-17-copy.next {
    font-size: 2rem;
    line-height: 2rem;
  }

  .image-17 {
    height: 10vh;
    margin-left: 5px;
    display: block;
  }

  .logo-master {
    margin-top: 5rem;
    padding: 2rem 0 3rem;
    overflow: clip;
  }

  .logo-wrapper2 {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0% 0% auto;
  }

  .logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    inset: 0% 0% auto;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .padding-vertical-footer {
    padding-top: 80px;
    padding-bottom: 64px;
  }

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

  .button-icon-small {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small.hide-mobile {
    display: none;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .background-layer {
    background-position: 0 0, 50% 100%;
    background-size: 300px 300px, auto;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .footer_credits-wrapper {
    flex-direction: column-reverse;
  }

  .padding-vertical-xxlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .text-link.text-light-grey.privacy-policy {
    margin-bottom: 16px;
  }

  .paragraph-large-2 {
    font-size: 18px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .button-icon-small-secondary {
    padding: 10px 16px 10px 14px;
  }

  .button-icon-small-secondary.margin-right-small.mobile-margin-right-zero {
    margin-right: 0;
  }

  .efi-ft-06-grid {
    grid-template-columns: 1fr;
  }

  .waves-column-links-footer-2 {
    align-items: center;
  }

  .waves-top-right-footer-2 {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves---main-container-13, .waves---main-container-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-17 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---testimonial-text-big-2 {
    font-size: 26px;
  }

  .efi-jumbo-2 {
    font-size: 50px;
  }

  .right-headin {
    font-size: .5rem;
    line-height: .5rem;
  }

  ._3rd-content-2 {
    width: 13%;
    margin-left: 10px;
  }

  .iuiu {
    max-width: 760px;
  }

  .info-content-2 {
    width: 50vw;
    margin-left: 10px;
  }

  ._1-line-2 {
    margin-top: 0;
  }

  .first-2 {
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.below-line.line {
    line-height: .6rem;
  }

  .first-2.paragrapgh {
    margin-top: 3%;
  }

  .first-2.paragrapgh._3l {
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.paragrapgh._4l, .first-2.paragrapgh._3l {
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.paragrapgh.first1 {
    margin-top: 0;
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.paragrapgh._2nd {
    margin-top: .2rem;
    font-size: .5rem;
    line-height: .6rem;
  }

  .first-2.paragrapgh._4l {
    font-size: .5rem;
    line-height: .6rem;
  }

  ._1-div-2 {
    margin-top: .7rem;
  }

  ._1-div-2._4th {
    margin-top: .8rem;
  }

  ._1-div-2._6th {
    margin-top: .5rem;
  }

  ._1-div-2._5th {
    margin-top: 1.4rem;
  }

  ._1-div-2._3rd {
    margin-top: -.1rem;
  }

  .box-2 {
    width: 10vw;
  }

  .box-2._5 {
    width: 26vw;
    margin-top: -59px;
  }

  .box-2._4 {
    width: 21.6vw;
    margin-top: -47px;
  }

  .box-2._3 {
    width: 17.8vw;
    margin-top: -33px;
  }

  .box-2._2 {
    width: 14vw;
    margin-top: -20px;
  }

  .box-2._6 {
    width: 31vw;
    margin-top: -73px;
  }

  .image-wrapper-2 {
    width: 40vw;
  }

  .right-text {
    padding: 1.5rem;
  }

  .right-text._2nd {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .bold-text-10._5l {
    font-size: .5rem;
    line-height: .6rem;
  }

  .efi-ft-01-grid, .lynx-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

  .waves---main-container-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-18 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-18 {
    font-size: 44px;
    line-height: 125%;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-cta-5 {
    grid-template-columns: 1fr;
  }

  .waves-bar-1 {
    text-align: center;
    height: auto;
    padding: 32px 24px 24px;
  }

  .waves-content-bar-1 {
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
  }

  .waves-dismmiss-bar-1 {
    inset: 8px 8px auto auto;
  }

  .waves-flex-bar-3 {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .waves-bar-3 {
    text-align: center;
    height: auto;
    padding: 24px;
  }

  .waves-bar-2 {
    height: auto;
    padding: 32px 24px 24px;
  }

  .waves-dismmiss-bar-2 {
    inset: 8px 8px auto auto;
  }

  .waves-content-bar-2 {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .waves---main-container-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-19 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-19 {
    font-size: 44px;
    line-height: 125%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
  }

  .section.banner-testimonials {
    height: 95vh;
  }

  .section.about-us, .section.blog {
    height: 95vh;
  }

  .section.customers, .section.dark-style, .section.banner-testimonials {
    height: 95vh;
  }

  .section.black-background {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section.black-background.training {
    width: 100%;
    max-width: 100vw;
    padding-top: 40px;
  }

  .section.about-us, .section.blog {
    height: 95vh;
  }

  .section.pricing {
    height: 95vh;
    min-height: auto;
  }

  .section.customers, .section.dark-style {
    height: 95vh;
  }

  .base-container {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .base-container.about {
    padding-top: 40px;
  }

  .base-container.elite {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .base-container.nono {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .spacing-system-column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.mt-50 {
    font-size: 16px;
    line-height: 1;
  }

  .primary-button.invert {
    margin-left: auto;
    margin-right: auto;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .grid-header {
    margin-top: 20px;
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    flex: 1;
    min-width: 320px;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-dropdown-icon, .nav-dropdown-list {
    display: none;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-link {
    line-height: 1.5;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    width: 100%;
    position: static;
  }

  .blog-sidebar-post-category {
    border-radius: 999px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.5;
  }

  .sidebar-categories {
    display: none;
  }

  .sidebar-categories.new {
    display: block;
  }

  .sidebar-category-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    display: flex;
  }

  .sidebar-category {
    line-height: 1.5;
  }

  .sidebar-category.new {
    margin-right: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 120%;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .pricing-content, .pricing-content.center-item, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-features-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text {
    text-align: left;
    font-size: 20px;
    overflow: visible;
  }

  .white-text.metric, .white-text.copy {
    font-size: 20px;
  }

  .white-text.metrics {
    font-size: 20px;
    line-height: 1;
  }

  .white-text.metrics.new {
    text-align: left;
    font-size: 25px;
  }

  .white-text.metrics.change {
    font-size: 18px;
  }

  .white-text.metric, .white-text.copy {
    font-size: 20px;
  }

  .white-text.super-heading {
    text-align: center;
    max-width: 100vw;
    font-size: 35px;
    line-height: 1;
  }

  .white-text.super-heading.h {
    text-align: center;
    text-align: center;
  }

  .white-text.baseball {
    text-align: center;
    font-size: 35px;
  }

  .testimonials-card-content {
    padding-top: 10px;
    line-height: 1;
  }

  .testominials-cards-banner {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testominials-cards-banner._40th {
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .testominials-cards-banner.no-margin.in-40 {
    margin-top: 0;
  }

  .button-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #afafaf80;
    border-bottom-width: 1px;
    border-bottom-color: #afafaf80;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sidebar-search-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-banner-section {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 95vh;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .home-banner-section.home-2 {
    flex-flow: column;
    height: 95vh;
    padding-top: 0;
  }

  .home-banner-section.iotfc {
    height: 95vh;
  }

  .navbar-fixed {
    max-width: 100vw;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-fixed.home-2 {
    display: block;
    overflow: hidden;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .sidebar-categories-list {
    flex-flow: column;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .counter-number {
    font-size: 50px;
  }

  .counter-number.new {
    text-align: left;
    font-size: 45px;
  }

  .counter-number.copy {
    font-size: 60px;
  }

  .search {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .tablet-menu {
    background-color: var(--black);
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .brand {
    width: 40vw;
  }

  .brand.alter {
    width: 250px;
    min-width: 150px;
  }

  .brand.alter.w--current {
    width: auto;
    min-width: 40vw;
    max-width: 40vw;
  }

  .background-video {
    overflow: visible;
  }

  .home-banner-content {
    justify-content: center;
    align-items: center;
  }

  .button-banner {
    min-width: auto;
  }

  .block-horizontal-full-width {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .silver-text {
    color: var(--black);
    line-height: 1.5;
  }

  .silver-text.maxw-380px {
    color: var(--iot-gray);
    margin-bottom: 0;
  }

  .counter-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    place-items: stretch start;
    width: 100%;
    padding-bottom: 0;
  }

  .subtitle-text {
    aspect-ratio: auto;
    text-align: left;
    object-fit: contain;
    flex-flow: wrap;
    flex: 1;
    margin-bottom: 20px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .subtitle-text.none-margin-mobile {
    margin-bottom: 0;
  }

  .subtitle-text.margin {
    margin-bottom: 30px;
  }

  .subtitle-text.subtitle-inner {
    font-size: 20px;
  }

  .subtitle-text.new {
    margin-bottom: 20px;
    line-height: 1;
  }

  .subtitle-text.iot-agency {
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .subtitle-text.hiper {
    margin-top: 40px;
  }

  .images-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .images-wrapper.columns {
    grid-column-gap: 40px;
    grid-column-gap: 40px;
    justify-content: space-between;
    align-items: center;
  }

  .image-left {
    overflow: hidden;
  }

  .image-left.width {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-left.sizing {
    width: 100%;
    height: auto;
  }

  .bgr-video-img-left {
    overflow: visible;
  }

  .image-cover {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .image-cover.image-cover-wide {
    max-width: none;
  }

  .image-fill {
    min-width: auto;
    display: block;
  }

  .image-fill.alternative {
    width: 100%;
  }

  .image-block-relative {
    margin-top: 30px;
  }

  .description-text-left.centered {
    grid-row-gap: 30px;
  }

  .description-text-left.display {
    align-items: center;
  }

  .heading-content.direction {
    text-align: center;
    text-align: center;
  }

  .card-content-wrapper.reviews, .card-content-wrapper.reviews._2-grid, .card-content-wrapper.reviews, .card-content-wrapper.reviews._2-grid, .card-content-wrapper.reviews._2-grid {
    grid-template-columns: 1fr;
  }

  .image-card {
    height: auto;
    margin-top: 0;
  }

  .video-content.cu {
    margin-top: 30px;
  }

  .heading-testimonials {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .testimonials-content {
    margin-top: 40px;
  }

  .card-footer {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .text-normal {
    margin-top: 0;
    line-height: 1;
  }

  .right-block-footer {
    align-items: center;
  }

  .menu-block {
    flex-wrap: wrap;
  }

  .social-links {
    margin-top: 30px;
  }

  .text-play-footer {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .image-bgr-home-2 {
    overflow: hidden;
  }

  .bgr-ellipse {
    display: none;
  }

  .ellipse-conteny {
    flex: none;
  }

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

  .circle-background {
    display: none;
    top: 33%;
  }

  .bottom-block-wrapper {
    text-align: center;
  }

  .image-block {
    height: 340px;
  }

  .slide {
    height: auto;
  }

  .slider-pricing {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .forms-input-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .list-block-wrapper {
    flex-direction: column;
  }

  .programs-content {
    margin-left: auto;
    margin-right: auto;
  }

  .image-descriptions {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .shop-collection-list.shop-detsils {
    grid-template-columns: 1fr;
  }

  .collection-item-shop-details {
    width: 100%;
  }

  .hire-popup, .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .efi-hr-01-logo-cell {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    width: 100%;
  }

  .efi-hr-01-logos-grid {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    display: grid;
  }

  .efi-hr-01-logos-grid.grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .efi-hr-01-logos-grid.grid-5.grass {
    grid-template-columns: 1fr 1fr;
  }

  .efi-hr-01-container {
    padding-bottom: 20px;
  }

  .efi-hr-01-container.special {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .efi-hr-01-logos.sports-logos.eli {
    padding-bottom: 0;
  }

  .efi-hr-01-logos.sports-logos.wow {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .efi-big-paragraph {
    font-size: 18px;
  }

  .efi-jumbo {
    text-align: left;
    width: 95%;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: 1.2;
  }

  .efi-jumbo.full, .efi-jumbo.this {
    width: 100%;
  }

  .efi-jumbo.new {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 1;
  }

  .efi-jumbo.center-jumbo {
    margin-top: 40px;
    padding-top: 0;
  }

  .efi-jumbo.iiott {
    width: 100%;
    margin-bottom: 0;
  }

  .efi-jumbo.full, .efi-jumbo.this {
    width: 100%;
  }

  .efi-hr-01 {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .efi-hr-01.chnage {
    display: none;
  }

  .efi-h2 {
    text-align: left;
    margin-top: 0;
    line-height: 1;
  }

  .efi-ft-07-tabs-menu {
    flex-direction: column;
  }

  .efi-ft-08-cell {
    grid-template-columns: 1fr;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-right {
    padding: 0 30px 30px;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-column-center {
    padding-top: 30px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .waves---heading-3-no-margins {
    font-size: 20px;
  }

  .waves---heading-3-no-margins.card-heading {
    padding-top: 0;
  }

  .waves-icon-32 {
    max-width: none;
  }

  .waves-tile-features-2 {
    padding: 20px;
  }

  .waves---master-tiles-features-2 {
    grid-row-gap: 20px;
    width: auto;
  }

  .waves---heading-2-no-margins {
    align-self: flex-start;
    font-size: 30px;
  }

  .waves---sticky-halves {
    position: static;
  }

  .waves---sticky-halves-left {
    width: 100%;
    position: static;
  }

  .waves---sticky-halves-left.elite-sticy {
    position: static;
  }

  .waves---grid-halves-sticky {
    grid-column-gap: 40px;
    flex-flow: column;
  }

  .waves---grid-halves-sticky.th7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .waves---grid-halves-sticky.special {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .waves---main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container.elite {
    padding-bottom: 40px;
  }

  .waves---main-container.hiper {
    padding-bottom: 20px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block, .text-block-2 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .container {
    max-width: none;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    font-size: 16px;
    line-height: 1.3em;
  }

  .efi-tsm-03-slider {
    margin-bottom: 45px;
  }

  .efi-tsm-03 {
    padding-top: 10%;
  }

  .body {
    overflow: visible;
  }

  ._3rd-interaction.alternative {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .main-section {
    display: block;
  }

  .side-contents.more {
    height: 50vh;
  }

  .side-contents-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .full-page-v2.is-horizontal-scroll-section.pad {
    flex-flow: column;
    order: 0;
  }

  .div-block-10 {
    width: 14px;
    height: 14px;
  }

  .div-block-9 {
    width: 30px;
    height: 60px;
  }

  .project-button {
    width: 100%;
    margin-top: 20px;
  }

  .heading-10 {
    text-align: center;
    font-size: 70px;
    line-height: 74px;
  }

  .project-card {
    flex-flow: column;
    margin-top: 60px;
  }

  .lottie-animation {
    float: none;
    white-space: normal;
    object-fit: fill;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    transform: scale3d(5, 5, 1.1);
  }

  .vid-text {
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .head {
    font-size: 2rem;
    line-height: 100%;
  }

  .head.mini {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .head.child {
    vertical-align: text-top;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
  }

  .para {
    font-size: 24px;
    line-height: 25px;
  }

  .para.bg3 {
    font-size: 20px;
  }

  .para.wow {
    text-align: center;
    font-size: 1.3rem;
    display: block;
  }

  .video-text {
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .video-text3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .video-text4 {
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .video-text5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-center {
    z-index: 8;
    padding-left: .7rem;
    padding-right: .7rem;
    line-height: 1em;
    top: 33%;
  }

  .horizontal-move {
    z-index: 14;
    top: 13%;
  }

  .h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .h1.hi-caps.super-heading {
    text-align: center;
    text-align: center;
    font-size: 35px;
    line-height: 1.1;
  }

  .h1.ui {
    width: 100%;
  }

  .h1.ui.kj {
    text-align: center;
    text-align: center;
    font-size: 35px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves---heading-3-no-margins-3.change {
    font-size: 18px;
  }

  .waves-tile-features-6 {
    grid-template-columns: .5fr 1fr 1fr;
    padding: 20px;
  }

  .waves---grid-features-6 {
    grid-row-gap: 20px;
  }

  .waves---grid-features-6.grid-features---2-block {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .waves---grid-features-6.new {
    margin-top: 0;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 25px;
    line-height: 100%;
  }

  .waves---heading-2-no-margins-3.nnnn {
    margin-bottom: 20px;
  }

  .waves---center-heading {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .waves---center-heading.nnn {
    margin-bottom: 20px;
  }

  .waves---main-container-2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .waves---main-container-2.waves---main-container-2---2-block {
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .waves---main-container-2.waves---main-container-2---2-block.tight-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-2.waves---main-container-2---2-block.tranning {
    padding-top: 0;
    padding-left: 5px;
    padding-right: 0;
  }

  .waves---main-container-2.waves---main-container-2---2-block._40th.iot-agency {
    padding-left: 0;
  }

  .waves---main-container-2.new {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves---main-container-2.iot-agency {
    align-self: center;
    padding-right: 0;
    font-size: 35px;
  }

  .waves---main-container-2.iot-agency.oo {
    margin-top: 40px;
  }

  .waves---main-container-2.iot-agency.in-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .waves---main-container-2.no-margin.in40 {
    padding-top: 40px;
    padding-right: 0;
  }

  .waves---main-container-2.no-margin._40-in {
    padding-top: 40px;
  }

  .waves---section-medium-2 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
    margin-right: 0;
  }

  .waves-expandable-master-faq-2 {
    margin-top: 20px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 25px;
  }

  .waves---heading-3-no-margins-4, .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 32px;
  }

  .waves-master-testimonial-4 {
    padding: 19px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-image-team-3 {
    width: 70%;
    height: auto;
  }

  .waves-grid-team-3 {
    grid-row-gap: 20px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one, .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .waves---section-hero-primary.elite {
    padding-bottom: 40px;
  }

  .waves---section-hero-primary.in-80 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .waves-image-hero-3.apollo, .waves-image-hero-3.apollo.laliga, .waves-image-hero-3.apollo, .waves-image-hero-3.apollo.laliga, .waves-image-hero-3.apollo.laliga {
    width: 100%;
    height: auto;
  }

  .waves-master-image-hero-3 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    position: sticky;
    top: 1px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves-content-hero-3 {
    width: 60%;
  }

  .waves-hero-3-grid {
    grid-column-gap: 20px;
  }

  .waves---heading-3-no-margins-5 {
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-6 {
    font-size: 34px;
  }

  .waves---section-medium-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-6 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-7 {
    font-size: 34px;
  }

  .waves---section-medium-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-7 {
    font-size: 22px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves---heading-2-no-margins-8 {
    font-size: 34px;
  }

  .waves---section-medium-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-8 {
    font-size: 22px;
  }

  .waves-grid-features-1 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-9 {
    font-size: 34px;
  }

  .waves---main-container-4 {
    padding-top: 0;
  }

  .waves---main-container-4.careers {
    padding-bottom: 40px;
  }

  .waves---section-medium-8 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 10px;
  }

  .waves-master-contact-2 {
    max-width: none;
  }

  .waves-image-cta-4.animation {
    width: 100%;
    max-width: 400px;
  }

  .waves---2-cta-flex {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---heading-2-no-margins-10 {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---content-image-halves.animaion, .waves---content-image-halves.animation, .waves---content-image-halves.animaion, .waves---content-image-halves.animation {
    margin-bottom: 40px;
  }

  .waves---grid-cta-3.animation {
    grid-column-gap: 69px;
    grid-row-gap: 0px;
    grid-column-gap: 69px;
    grid-row-gap: 0px;
  }

  .waves---section-medium-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .info-content {
    flex-flow: column;
    width: 100%;
    height: auto;
    transform: rotateX(180deg)rotateY(180deg)rotateZ(90deg);
  }

  .new-red {
    width: 30vw;
    height: 100%;
    margin-left: 2vw;
    padding: 5vh 2vw;
    font-size: .8em;
    line-height: 1.3em;
  }

  .new-red.last {
    width: 30vw;
    height: 100%;
    margin-top: 0;
    margin-left: 3vw;
    padding: 5vh 2vw;
  }

  .new-red.middle {
    width: 30vw;
    margin-top: 0;
    margin-left: 3vw;
    padding-top: 6vh;
    padding-bottom: 6vh;
  }

  .main-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .first {
    margin-top: 3%;
    font-size: 3vw;
    line-height: 2vh;
  }

  .first.paragrapgh {
    margin-top: 2vw;
    font-size: 3vw;
    line-height: 2vh;
  }

  .box {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
  }

  .box._4, .box._3 {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
  }

  .box._5 {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .box._2 {
    width: 15vw;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .box._6 {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .box._4, .box._3 {
    width: 15vw;
    min-width: auto;
    margin-top: 0;
  }

  ._1-line {
    height: 1px;
    margin-top: .9vw;
  }

  ._1-line._2 {
    margin-top: 2%;
  }

  .bold-text-5 {
    line-height: 2vh;
  }

  ._1-div {
    margin-top: 2vw;
    margin-left: 0;
    transform: rotate(0);
  }

  .image-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 10%;
    padding-top: 0;
  }

  ._3rd-content {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 5vh;
    margin-left: 5px;
  }

  .waves---heading-3-no-margins-9 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-11 {
    font-size: 34px;
  }

  .waves---section-medium-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-gradient-hero-2 {
    top: -1px;
  }

  .waves-gradient-hero-2.bottom {
    bottom: -1px;
  }

  .waves-column-hero-2 {
    width: 48%;
  }

  .waves-column-hero-2.column-two, .waves-column-hero-2.column-one, .waves-column-hero-2.column-two, .waves-column-hero-2.column-one {
    flex: none;
  }

  .waves-gallery-hero-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .waves---subtitle-3 {
    padding-top: 0;
    font-size: 18px;
    line-height: 1;
  }

  .waves---subtitle-3.baseball {
    font-size: 18px;
    line-height: 1.2;
  }

  .waves---mega-heading-2 {
    font-size: 30px;
    line-height: 100%;
  }

  .waves-content-hero-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: static;
  }

  .waves-grid-hero-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .waves---main-container-7 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-7.it {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-7.elite {
    padding-bottom: 0;
  }

  .waves---section-hero-primary-2, .waves---section-hero-primary-2.nes, .waves---section-hero-primary-2.nes {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .waves---heading-3-no-margins-10 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-12 {
    font-size: 34px;
  }

  .waves---section-medium-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---paragraph-regular-3 {
    text-align: center;
  }

  .waves---heading-3-no-margins-11 {
    font-size: 22px;
  }

  .waves-image-team-4 {
    width: 50%;
    height: auto;
  }

  .waves-tile-team-4 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves-grid-team-4 {
    grid-row-gap: 40px;
    max-width: none;
  }

  .waves---heading-2-no-margins-13 {
    font-size: 34px;
  }

  .waves---main-container-9 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---main-container-9.continer-top.thisis {
    padding-top: 40px;
  }

  .waves---section-medium-12 {
    padding: 20px 4.5vw;
  }

  .waves---section-medium-12.new {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .waves---section-medium-12.about-us {
    padding: 0 0 40px;
  }

  .waves---heading-3-no-margins-12 {
    font-size: 22px;
  }

  .waves-image-blog-3 {
    height: auto;
  }

  .waves-image-blog-3.change {
    height: 200px;
  }

  .waves-tile-blog-4 {
    padding: 16px;
  }

  .waves-grid-blog-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .waves---heading-2-no-margins-14 {
    text-align: left;
    font-size: 30px;
  }

  .waves---sides-heading-button-5.special {
    margin-bottom: 20px;
  }

  .waves---main-container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---section-medium-13 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .waves---section-medium-13._80-in {
    padding-bottom: 40px;
  }

  .waves---heading-3-no-margins-13 {
    font-size: 22px;
  }

  .waves-grid-features-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-15 {
    font-size: 34px;
  }

  .waves---section-medium-14 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .navbar.animation {
    z-index: 1000;
    z-index: 1000;
  }

  .container-3 {
    z-index: 40;
  }

  .image-13 {
    width: 16.8rem;
  }

  .vid-text5 {
    opacity: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .vid-text6 {
    padding-left: 1rem;
    padding-right: 1rem;
    top: 30%;
  }

  .first-text {
    font-size: 2.5rem;
    line-height: 1;
  }

  .first-text.wow {
    margin-top: 0;
    font-size: 3.2rem;
  }

  ._4th-section {
    z-index: 20;
    background-color: #fff;
    padding-top: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .waves---heading-2-no-margins-16 {
    font-size: 34px;
  }

  .waves---section-medium-15 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-master-cta-5.animation {
    padding: 40px 1rem 1rem;
  }

  .waves---heading-2-no-margins-17 {
    word-break: break-all;
    font-size: 34px;
  }

  .waves---section-medium-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---section-medium-16.animation {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .waves---section-medium-16.not-wanted {
    display: none;
  }

  .desktop, .mobile-view {
    display: block;
  }

  .video-section {
    z-index: 9;
    display: block;
    position: sticky;
    top: 0;
  }

  .texts {
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
    position: fixed;
    top: 14%;
  }

  .texts._3, .texts._2, .texts._4, .texts._5, .texts._1 {
    display: block;
  }

  .texts._3, .texts._2, .texts._4, .texts._5, .texts._1 {
    display: block;
  }

  .texts._6 {
    position: sticky;
  }

  .mobile-vid1 {
    z-index: 8;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid2 {
    z-index: 9;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid3 {
    z-index: 10;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid4 {
    z-index: 11;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid5 {
    z-index: 12;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-vid6 {
    z-index: 13;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .mobile-hero {
    height: 200vh;
    position: sticky;
    overflow: visible;
  }

  .mobile-lottie {
    z-index: 7;
    width: 360vw;
    margin-left: -537px;
    margin-right: auto;
    position: fixed;
    inset: 0% 0% auto;
  }

  ._3rd-section {
    z-index: 15;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    display: block;
    position: static;
    inset: 0%;
  }

  .background-video-4 {
    width: 100vw;
    height: 100vh;
    position: static;
  }

  .div-block-15 {
    z-index: 14;
    background-color: #000;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .last-interacrtion {
    z-index: 14;
    background-color: #000;
    height: 300vh;
    position: sticky;
    top: 0;
  }

  .mobile-video6 {
    z-index: 16;
    height: 100vh;
    display: block;
    position: sticky;
    inset: 0% 0% auto;
  }

  .last-videos {
    z-index: 19;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 50vh;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    position: sticky;
    inset: 20% 0% 0%;
  }

  .last-video {
    z-index: 45;
    aspect-ratio: 1;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: 0;
    margin-left: 0;
    padding: 20px 10px 10px;
  }

  .icon {
    font-size: 35px;
  }

  .bg-vid3-div {
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr;
    place-content: end center;
    place-items: end center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .image-16 {
    object-fit: fill;
    width: 30vw;
  }

  ._3rd-sec-video {
    width: 100%;
    height: 100%;
  }

  ._3rd-sec-video.about-page-vids {
    width: 100%;
  }

  .last-para {
    align-self: center;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
  }

  .last-button {
    z-index: 50;
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px;
    position: relative;
  }

  .last-button:hover {
    color: var(--white);
  }

  .logo-class {
    height: auto;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
  }

  .logo-class.not-wanted {
    display: none;
  }

  .waves---heading-2-no-margins-17-copy {
    word-break: break-all;
    font-size: 34px;
  }

  .waves---heading-2-no-margins-17-copy.next {
    padding-top: 15px;
  }

  .image-17 {
    width: 20vw;
    height: auto;
  }

  .logo-master {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo-wrapper2, .logo-wrapper {
    justify-content: center;
    align-items: center;
    inset: 0% 0% auto;
  }

  .div-block-19.div-about {
    flex-flow: column;
    width: 100%;
  }

  .div-block-19.about {
    flex-flow: column;
  }

  .child-vid3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    width: 90%;
    margin-top: 60%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .child-vid3._2 {
    margin-top: 0%;
  }

  .child-image {
    width: 100%;
    display: block;
  }

  .heading-19 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-20 {
    height: 70px;
    display: none;
  }

  .brand-2 {
    z-index: 40;
  }

  .padding-vertical-xlarge {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .button-icon-small {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .background-layer {
    background-size: cover;
    overflow: visible;
  }

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

  .button-icon {
    display: none;
  }

  .section-timeline-cta {
    padding-bottom: 0;
  }

  .padding-vertical-xxlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-large-2 {
    text-align: left;
    font-family: Montserrat Variablefont Wght, sans-serif;
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-icon-small-secondary {
    padding: 10px 14px;
    font-size: 13px;
    top: 18px;
  }

  .heading-22 {
    margin-bottom: 0;
  }

  .efi-form-button {
    text-align: center;
    width: auto;
  }

  .efi-h3 {
    margin-bottom: 0;
  }

  .efi-frm-03-text-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .efi-frm-03-text-grid.abiut {
    display: block;
  }

  .efi-ft-06-features {
    grid-template-columns: 1fr;
  }

  .waves-icon-38 {
    width: 50%;
    height: auto;
  }

  .waves-bottom-right-footer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .waves---paragraph-small {
    text-align: left;
  }

  .waves-bottom-footer-2 {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .waves-divider-footer-2 {
    margin-top: 30px;
  }

  .waves-links-wrap-footer-2 {
    grid-row-gap: 5px;
  }

  .waves---paragraph-regular-4 {
    color: var(--iot-red);
    align-self: flex-start;
  }

  .waves-column-links-footer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .waves-top-right-footer-2 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .waves---cta-dark-10.wide-cta {
    color: var(--black);
    min-width: auto;
    height: auto;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1;
  }

  .waves---paragraph-big-11 {
    text-align: left;
    padding-top: 0;
  }

  .waves-top-left-footer-2 {
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .waves-top-footer-2 {
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .waves-footer-2 {
    padding: 0 0 50px;
  }

  .waves---section-medium-17 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---section-medium-17.black-intro-text.parent {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .waves---heading-3-no-margins-14, .waves---testimonial-text-big-2 {
    font-size: 22px;
  }

  .efi-jumbo-2 {
    font-size: 45px;
  }

  .efi-hr-01-logos-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .right-headin {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 9px;
    line-height: 100%;
    transform: rotate(-90deg);
  }

  .section-4 {
    will-change: transform;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .bold-text-8 {
    font-size: 7px;
  }

  ._3rd-content-2 {
    justify-content: space-between;
    align-items: center;
    width: 11%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3px;
    position: static;
  }

  .iuiu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-around;
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 5px;
  }

  .info-content-2 {
    z-index: 13;
    width: 68%;
    height: auto;
    margin-top: 0%;
    margin-left: 0;
    padding-top: 0%;
    position: relative;
  }

  ._1-line-2 {
    width: 100%;
    height: 1px;
    margin-top: .3vw;
    margin-left: 0;
  }

  ._1-line-2._5, ._1-line-2._3, ._1-line-2._4 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  ._1-line-2._6 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  ._1-line-2._5, ._1-line-2._3, ._1-line-2._4 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  ._1-line-2._2 {
    width: 100%;
    margin-top: 0%;
    margin-left: 0;
  }

  .first-2 {
    text-align: left;
    margin-bottom: 1px;
    font-size: 11px;
    line-height: 100%;
    display: block;
  }

  .first-2.below-line.line {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 100%;
    display: none;
  }

  .first-2.paragrapgh {
    margin-top: 0;
    margin-bottom: 1px;
    font-size: 11px;
    line-height: 1.1;
  }

  .first-2.paragrapgh._3l {
    margin-bottom: 1px;
    font-size: 11px;
    line-height: 100%;
  }

  .first-2.paragrapgh.first1 {
    margin-top: 0%;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 120%;
    display: none;
  }

  .first-2.paragrapgh._2nd {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 7px;
    line-height: 100%;
  }

  .first-2.paragrapgh._4l {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 100%;
  }

  ._1-div-2 {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 5px;
    transform: rotate(0);
  }

  ._1-div-2._6th, ._1-div-2._5th {
    margin-top: 0%;
  }

  ._1-div-2._4th {
    margin-top: 0;
  }

  ._1-div-2._6th, ._1-div-2._5th {
    margin-top: 0%;
  }

  ._1-div-2._3rd {
    margin-top: 0;
  }

  ._1-div-2._1srt {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 5px;
  }

  .real {
    height: 0;
  }

  .box-2 {
    width: 60px;
    max-width: none;
    margin-top: -3px;
    position: static;
    inset: 0%;
  }

  .box-2._5 {
    width: 149px;
    max-width: none;
    margin-top: -31%;
    padding-top: 0;
  }

  .box-2._4 {
    width: 127px;
    max-width: none;
    margin-top: -28%;
  }

  .box-2._3 {
    width: 107px;
    max-width: none;
    margin-top: -22%;
  }

  .box-2._2 {
    width: 80px;
    max-width: none;
    margin-top: -14%;
    margin-left: 0;
    margin-right: 0;
  }

  .box-2._6 {
    width: 176px;
    max-width: none;
    margin-top: -37%;
  }

  .image-wrapper-2 {
    z-index: 5;
    width: 50%;
    max-width: none;
    height: auto;
    margin-right: 0;
    padding-top: 0;
    display: none;
    position: static;
  }

  .bold-text-9 {
    font-size: 7px;
  }

  .right-text {
    order: 0;
    width: auto;
    height: auto;
    padding: 25px 0;
    display: flex;
  }

  .right-text._2nd {
    margin-top: 5px;
    padding: 25px 0;
  }

  .right-text._3rd {
    margin-top: 5px;
    padding: 28px 0;
  }

  .bold-text-10._5l {
    margin-bottom: 3px;
    font-size: 7px;
    line-height: 100%;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: 360px;
    max-width: 360px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
  }

  .bold-text-11 {
    font-size: 7px;
  }

  .bold-text-12 {
    font-size: 8px;
  }

  .lottie-animation-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-2.phone {
    width: 80vw;
    height: 80vh;
    margin-top: 5vh;
  }

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .section-5.trainning {
    overflow: hidden;
  }

  .lynx-grid-2-columns {
    margin-top: 0;
  }

  .lynx-features-large {
    justify-content: flex-end;
    align-items: center;
  }

  .lynx-block-features-large {
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .lynx-block-features-large.new {
    padding-top: 0;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

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

  .section-7 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .waves---section-medium-18 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-18 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-15 {
    font-size: 22px;
  }

  .wbs-heading-h4 {
    font-size: 1.7rem;
  }

  .wbs-cta-5 {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .wbs-cta-5-button {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .wbs-cta-5-content {
    align-self: center;
  }

  .div-block-22 {
    flex-flow: column;
    display: block;
  }

  .text-block-25 {
    width: auto;
    height: auto;
  }

  .lottie-animation-3 {
    z-index: 55;
    width: 100px;
    max-width: none;
    max-height: none;
    margin-top: 130%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .blackeffect-home.phone {
    z-index: 8;
    z-index: 8;
    position: sticky;
    top: 0;
  }

  .div-block-23 {
    width: 50%;
    height: 50%;
  }

  .div-block-24, .div-block-25, .div-block-26, .div-block-27 {
    max-height: 220px;
  }

  .div-block-28 {
    margin-top: 0;
  }

  .section-9 {
    overflow: hidden;
  }

  .div-block-32 {
    padding-bottom: 50px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .section-11 {
    height: 95vh;
  }

  .body-2 {
    overflow: visible;
  }

  .section-14 {
    padding-top: 40px;
  }

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

  .bold-text-16 {
    font-size: 11px;
  }

  .paragraph-13 {
    width: 95%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.3;
  }

  .image-59, .image-60, .image-61, .image-62, .image-63, .image-64, .image-65, .image-66, .image-67, .image-68 {
    width: 70%;
  }

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

  .text-block-26, .text-block-27, .yo {
    line-height: 1.5;
  }

  .list-item-6 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-26 {
    text-align: center;
    font-size: 30px;
  }

  .heading-27 {
    margin-top: 0;
  }

  .section-17 {
    max-width: 360vw;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .link-block {
    display: block;
  }

  .div-block-38 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .image-74 {
    z-index: 8;
    width: 60px;
    max-width: none;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .image-75 {
    z-index: 7;
    width: 80px;
    max-width: none;
    margin-top: 0%;
    position: relative;
  }

  .image-76 {
    z-index: 6;
    width: 107px;
    margin-top: -22%;
    display: block;
    position: relative;
  }

  .image-77 {
    z-index: 5;
    width: 127px;
    margin-top: -28%;
    position: relative;
  }

  .image-78 {
    z-index: 4;
    width: 149px;
    max-width: none;
    margin-top: -31%;
    position: relative;
    overflow: visible;
  }

  .image-79 {
    z-index: 3;
    width: 176px;
    max-width: none;
    margin-top: -37%;
    position: relative;
  }

  .image-80 {
    z-index: 8;
    width: 60px;
    display: block;
    position: relative;
  }

  .image-81 {
    z-index: 7;
    width: 80px;
    margin-top: -14%;
    display: block;
    position: relative;
  }

  .section-18 {
    display: none;
    position: relative;
  }

  .phone-prymid-wrapper {
    margin-top: 0;
    position: sticky;
    top: 1px;
  }

  .amination-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: flex-start;
    width: 360px;
    height: 50vh;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .image-wrapy {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: flex;
    overflow: visible;
  }

  .box-wrapy {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: 60%;
    display: flex;
    overflow: hidden;
  }

  .image-82 {
    z-index: 8;
    width: 60px;
    display: block;
    position: relative;
  }

  .image-83 {
    z-index: 7;
    width: 80px;
    margin-top: -14%;
    display: block;
    position: relative;
  }

  .image-84 {
    z-index: 6;
    width: 107px;
    max-width: none;
    margin-top: -22%;
    display: block;
    position: relative;
  }

  .image-85 {
    z-index: 5;
    width: 127px;
    max-width: none;
    margin-top: -28%;
    display: block;
    position: relative;
  }

  .image-86 {
    z-index: 3;
    width: 149px;
    max-width: none;
    margin-top: -31%;
    display: block;
    position: relative;
  }

  .image-87 {
    z-index: 2;
    width: 176px;
    max-width: none;
    margin-top: -37%;
    display: block;
    position: relative;
  }

  .heading-28 {
    color: var(--white);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 1;
    display: none;
  }

  .heading-29 {
    color: var(--white);
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .div-block-39 {
    background-color: #732296;
    margin-bottom: 5px;
    padding: 5px;
  }

  .div-block-39.yellow {
    background-color: #e39c03;
  }

  .div-block-39.green {
    background-color: #03a68b;
  }

  .div-block-39.blue {
    background-color: #0380cd;
  }

  .div-block-39.darkblue {
    background-color: #0f5a93;
  }

  .div-block-39.red {
    background-color: #ff3626;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .third-wraxe {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 11%;
    display: block;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-30 {
    color: var(--iot-red);
    font-family: Montserrat, sans-serif;
    font-size: 9px;
    transform: rotate(-90deg);
  }

  .div-block-41 {
    border: 1px dashed var(--iot-red);
    justify-content: center;
    align-items: center;
    height: 74px;
    display: flex;
  }

  .div-block-41._2 {
    height: 89px;
    margin-top: 8px;
  }

  .heading-31 {
    margin-bottom: 40px;
  }

  .heading-32 {
    background-color: var(--iot-red);
    color: var(--white);
    padding: 5px 10px;
    font-size: 14px;
  }

  .button-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .iot-fc, .training, .business-of, .learderships, .general, .press {
    display: block;
    position: static;
  }

  .div-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
    top: 20px;
  }

  .div-block-42._4 {
    margin-top: 20px;
  }

  .all {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    top: 20px;
  }

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

  .div-block-48, .div-block-49 {
    position: relative;
  }

  .image-88 {
    width: 30vw;
    margin-top: 15px;
    display: block;
  }

  .blogs-wrapper {
    min-height: auto;
  }

  .anchor-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 10px 0;
  }

  .heading-33 {
    font-size: 16px;
  }

  .link-block-8 {
    border-radius: 10px;
    max-width: none;
  }

  .prymid-destop-image {
    display: none;
  }

  .image-104 {
    display: block;
  }

  .div-block-51 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    margin-bottom: 20%;
    display: grid;
  }

  .image-105 {
    width: 100%;
  }

  .div-block-53 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-54 {
    width: 100%;
  }

  .alternative-videos-button {
    width: 90%;
  }

  .icon-2 {
    color: var(--white);
    font-size: 40px;
  }

  .blogs-collection {
    display: none;
  }

  .press-collection {
    display: block;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .waves---paragraph-regular-6 {
    font-size: 16px;
  }

  .waves-bar-2 {
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves-content-bar-2 {
    grid-row-gap: 12px;
  }

  .heading-41 {
    white-space: normal;
    word-break: normal;
  }

  .radio-button-label-2 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .radio-button-field {
    padding-left: 20px;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .radio-button, .radio-button-2, .radio-button-3, .radio-button-4, .radio-button-5, .radio-button-6 {
    width: 20px;
    height: 20px;
  }

  .div-block-56 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block-2 {
    width: 100%;
  }

  .div-block-58 {
    flex-flow: column;
  }

  .waves-image-rounded-24 {
    border-radius: 0;
    max-width: 250px;
  }

  .waves---section-medium-19 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-19 {
    font-size: 24px;
  }

  .waves---paragraph-big-14 {
    font-size: 16px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
    padding-right: 0;
  }

  .waves---cta-white-3.wide-cta {
    min-width: 150px;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .div-block-59 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-61 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .heading-45 {
    line-height: 150%;
  }

  .heading-46 {
    line-height: 120%;
  }
}

#w-node-_0093830a-d5f8-2063-0a45-3431676c891e-1d79d910 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0093830a-d5f8-2063-0a45-3431676c8927-1d79d910 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_47b17cd4-bab5-40c1-0d9c-d5bb8e8e2422-634f2c73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47b17cd4-bab5-40c1-0d9c-d5bb8e8e2423-634f2c73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0093830a-d5f8-2063-0a45-3431676c8927-1d79d910 {
    justify-self: center;
  }

  #w-node-_1b3768e8-1624-9900-046e-3d25cf56f663-634f2c73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3ee1ad6-799b-e740-80ab-3274028b1efd-1d79d910 {
    justify-self: end;
  }

  #w-node-a3ee1ad6-799b-e740-80ab-3274028b1efe-1d79d910 {
    justify-self: start;
  }

  #w-node-a3ee1ad6-799b-e740-80ab-3274028b1eff-1d79d910 {
    justify-self: end;
  }

  #w-node-_1b3768e8-1624-9900-046e-3d25cf56f663-634f2c73 {
    grid-column: span 1 / span 1;
  }
}
