body {
  font-family: Neuemetananext, sans-serif;
  color: #06090f;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  cursor: default;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #12192d;
  font-size: 17px;
  font-weight: 400;
}

.section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
}

.section._100px-bottom-margin {
  margin-bottom: 100px;
}

.section.dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(53deg, #00001e, #538bf7);
}

.section.dark.below-sticky.partner-cut {
  overflow: hidden;
  height: 600px;
  min-height: 0px;
}

.section.sticky {
  overflow: visible;
  height: 400vh;
}

.section.grey {
  overflow: visible;
  width: 100%;
  background-color: #f3f5f8;
}

.section.first-home-section {
  margin-top: -131px;
}

.footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  background-color: #12192d;
}

.footer.no-margin {
  margin-top: 0px;
}

.custom-code {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#538bf7), to(#fff));
  background-image: linear-gradient(180deg, #538bf7, #fff);
}

.text-marquee-wrapper {
  position: relative;
  z-index: 2;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 50px;
  white-space: nowrap;
}

.marquee-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.square-stroke {
  position: relative;
  top: -5px;
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1.5px;
  border-color: #acacac;
}

.footer-cta-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 20px;
  color: #fff;
  text-align: center;
}

.text-block {
  font-size: 25px;
  text-decoration: underline;
}

.main-cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 5px;
}

.main-button {
  padding: 10px 20px 3px;
  background-image: linear-gradient(60deg, #538bf7, #a7fcfe);
  color: #06090f;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.main-button.second {
  background-image: linear-gradient(60deg, #7cc7b3, #559985);
  font-size: 16px;
}

.main-button.small {
  font-size: 18px;
}

.main-button.small.green {
  background-image: linear-gradient(60deg, #7cc7b3, #559985);
}

.main-button-stroke {
  position: relative;
  z-index: 2;
  padding: 2px;
  background-image: linear-gradient(66deg, #a7fcfe, #538bf7);
}

.main-button-stroke.green {
  background-image: linear-gradient(66deg, #559985, #7cc7b3);
  text-align: center;
}

.cta-small-text {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.cta-small-text.small-v2 {
  font-size: 12px;
  letter-spacing: 2px;
}

.footer-links-content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 5px;
  font-size: 22px;
  font-weight: 400;
}

.bracket-social-link {
  background-image: -webkit-gradient(linear, left top, right top, from(#538bf7), to(#a7fcfe));
  background-image: linear-gradient(90deg, #538bf7, #a7fcfe);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-icon.linkedin {
  position: relative;
  top: -3px;
  width: 22px;
  height: auto;
}

.social-icon.twitter {
  position: relative;
  top: -2px;
  width: 25px;
  height: 25px;
}

.social-icon.facebook {
  position: relative;
  top: -2px;
  width: auto;
  height: 25px;
}

.social-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 10px;
}

.legal-wrapper {
  position: relative;
  top: 1.4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 400;
}

.legal-link {
  color: #fff;
  text-decoration: underline;
}

.footer-big-stroke-text {
  position: relative;
  bottom: -3.8vw;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.big-stroke-text {
  position: relative;
  color: #fff;
  font-size: 14.4vw;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.big-filled-text-hiding-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #12192d;
}

.big-filled-text {
  position: absolute;
  color: #fff;
  font-size: 14.4vw;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  mix-blend-mode: overlay;
}

.brand-infos-and-footer-menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-top: 0px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.footer-paragraph-wrapper {
  max-width: 600px;
  color: #cacaca;
}

.footer-paragraph {
  color: #fff;
  font-size: 16px;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 20px;
  color: #fff;
  font-weight: 400;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  white-space: nowrap;
}

.footer-menu-title {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.footer-title-subline {
  width: 65%;
  height: 1px;
  background-image: linear-gradient(57deg, #538bf7, #a7fcfe);
}

.footer-link {
  -webkit-transition: -webkit-transform 750ms ease;
  transition: -webkit-transform 750ms ease;
  transition: transform 750ms ease;
  transition: transform 750ms ease, -webkit-transform 750ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-transform: translate(14px, 0px);
  -ms-transform: translate(14px, 0px);
  transform: translate(14px, 0px);
}

.arrow-footer-link {
  padding-right: 5px;
  background-image: linear-gradient(58deg, #538bf7, #a7fcfe);
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-logo {
  display: inline-block;
  margin-left: 20px;
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.footer-logo:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.footer-logo.w--current {
  position: relative;
  z-index: 2;
}

.go-top-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 26%;
  bottom: 530%;
  width: 40px;
  height: 40px;
  padding: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
}

.go-top-button._2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 7%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.go-top-icon {
  width: 20px;
  height: 36.203125px;
}

.go-top-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.footer-line-wrapper {
  margin-bottom: -145px;
  padding-right: 7px;
  padding-left: 7px;
}

.lens-cursor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: radial-gradient(circle closest-corner at 50% 50%, #a7fcfe, hsla(0, 0%, 100%, 0) 60%);
  opacity: 1;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  mix-blend-mode: overlay;
}

.lens-cursor.soft-light {
  mix-blend-mode: soft-light;
}

.bottom-static-lens {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(55%, rgba(242, 255, 255, 0)), to(#a7fcfe));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(242, 255, 255, 0) 55%, #a7fcfe);
  opacity: 1;
  mix-blend-mode: overlay;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cta-wrapper.product {
  margin-top: 40px;
  margin-left: 55px;
}

.cta-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -14%;
  z-index: 1;
  background-image: linear-gradient(66deg, #a7fcfe, #538bf7);
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.cta-shadow.green {
  background-image: linear-gradient(66deg, #7cc7b3, #559985);
}

.cta-shadow.green.blue-sky {
  -webkit-filter: hue-rotate(40deg) blur(30px) blur(30px);
  filter: hue-rotate(40deg) blur(30px) blur(30px);
}

.hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90vmin;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(61deg, #00001e, #538bf7);
}

.hero.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vmin;
}

.hero.second {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 650px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero.home {
  overflow: visible;
  margin-bottom: 249px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar {
  position: relative;
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1770px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo-link {
  position: relative;
  width: 250px;
  height: 28.796875px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.brand-logo-link:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.nav-links-content {
  padding: 12px 33px 8px 40px;
  background-color: transparent;
}

.brand-logo {
  width: 250px;
  height: 26.34375px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  grid-column-gap: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.blue {
  position: relative;
  overflow: hidden;
  color: #a7fcfe;
}

.nav-link.white {
  position: relative;
  padding: 2px 5px;
  color: #fff;
}

.nav-link.dropdown {
  padding: 5px;
  color: #fff;
}

.nav-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.dropdown-icon {
  position: relative;
  top: -1px;
  width: 13px;
  height: 24px;
}

.nav-separator {
  width: 1px;
  height: 20px;
  background-color: #fff;
}

.nav-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-shadow {
  position: absolute;
  left: 0%;
  top: 59%;
  right: 0%;
  width: 93%;
  height: 20px;
  background-color: #1951be;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.div-block {
  position: relative;
}

.navbar-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 0 16px 19px -13px rgba(0, 0, 30, 0.05);
  opacity: 0;
}

.dark-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 250px;
  height: 26.34375px;
  opacity: 0;
}

.navbar-wrapper {
  position: fixed;
  left: 0%;
  top: 3%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: block;
  width: 100%;
}

.navbar-wrapper.absolute-nav {
  position: absolute;
}

.text-block-2 {
  position: absolute;
  top: -40px;
  z-index: 5;
}

.megamenu-wrapper {
  position: absolute;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 340px;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.megamenu-wrapper.w--open {
  left: -40px;
  top: 32px;
  padding-top: 10px;
  background-color: transparent;
}

.megamenu-links {
  padding: 16px 15px;
  -webkit-transition: all 575ms ease;
  transition: all 575ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.megamenu-links:hover {
  padding-left: 30px;
  background-color: #538bf7;
  background-image: linear-gradient(51deg, #5280d8, #538bf7);
}

.blue-arrow {
  color: #a7fcfe;
}

.page-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  padding-bottom: 80px;
}

.page-wrapper.no-bottom-padding {
  padding-bottom: 0px;
}

.default-container {
  width: 100%;
  max-width: 1550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.default-container.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 22vh;
}

.double-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 50px;
}

.double-column.floatting-section {
  margin-top: 91px;
  grid-column-gap: 150px;
}

.flex-infos-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 20px;
}

.flex-infos-column.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 0px;
}

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

.flex-image-column.left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-h2-wrapper.with-subtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-h2-wrapper.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16px;
}

.span-title {
  color: #38ccf1;
}

.h2 {
  font-size: 30px;
  font-weight: 600;
}

.h2.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 30px 7px;
}

.second-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.second-cta-wrapper.invert {
  padding-left: 20px;
  grid-column-gap: 30px;
}

.blank-image {
  width: 550px;
  height: 330px;
  border-radius: 20px;
  background-color: #e4e4e4;
}

.blank-image.product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.cyber-path {
  position: absolute;
  left: -101vw;
  top: 22.7969px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cyber-path.invert {
  position: absolute;
  left: 336px;
  top: auto;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.path {
  width: 100vw;
  height: 2px;
  background-color: #282e3c;
}

.small-square-stroke {
  width: 7px;
  height: 7px;
  background-color: #282e3c;
}

.paragraph-wrapper {
  max-width: 690px;
}

.paragraph-wrapper._2 {
  opacity: 0.65;
}

.single-mid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.perks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
}

.perks {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-image: linear-gradient(262deg, rgba(117, 155, 172, 0.45), rgba(234, 235, 236, 0.46));
  box-shadow: 2px 8px 14px -3px rgba(0, 0, 30, 0.14);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  white-space: nowrap;
}

.perks.v2 {
  margin-top: 45px;
}

.floating-icon {
  width: 77px;
  margin-top: -58px;
  padding-bottom: 23px;
  -webkit-filter: grayscale(2%);
  filter: grayscale(2%);
}

.h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 400;
}

.h3.card-title {
  z-index: 2;
  height: 60px;
  max-width: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  text-align: center;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.27);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

._3-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-top: 85px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e9eef4;
}

.grid-3-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h3-wrapper-with-bracket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52.78125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
}

.bracket {
  position: relative;
  top: 2px;
}

.bracket._2 {
  top: -13px;
}

.bracket._2.hide-on-1265px {
  display: none;
}

.bracket._3 {
  left: -112px;
  top: 14px;
}

.bracket._3.hide-on-1265px {
  display: none;
}

.bracket._4 {
  left: -65px;
  top: 14px;
}

.bracket._4.hide-on-1265px {
  display: none;
}

.bracket.hide-on-1265px {
  display: none;
}

._3-columns---div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 20px;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
  background-image: linear-gradient(267deg, #85c6e2, #fff);
  box-shadow: 3px 3px 7px -4px rgba(0, 0, 30, 0.31);
}

.step-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 140px;
}

.step-columns-wrapper.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 0px;
}

.step-columns-wrapper.no-gap {
  grid-column-gap: 0px;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 40px;
}

.step.relative {
  position: relative;
  top: 100px;
}

.step-image-wrapper {
  position: relative;
  width: 582px;
  height: auto;
  border-radius: 18px;
  background-color: transparent;
}

.step-number {
  position: absolute;
  left: 42%;
  top: auto;
  right: auto;
  bottom: -5%;
  font-size: 75px;
  font-weight: 600;
}

.step-infos {
  position: static;
  margin-left: 70px;
}

.h3-v2 {
  font-family: Neuemetananext, sans-serif;
  font-size: 20px;
}

.h3-v2.grey {
  color: #e4e4e4;
}

.paragraph-step-wrapper {
  max-width: 385px;
  padding-left: 15px;
  border-left: 1px solid #949494;
}

.step-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
}

.step-path {
  position: relative;
  z-index: 1;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(19deg, #38ccf1, #538bf7);
}

.triangle {
  position: relative;
  top: 16px;
  width: 25px;
  height: 25px;
  background-image: linear-gradient(67deg, #538bf7, #38ccf1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.image-column-sonar {
  position: relative;
  top: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floating-content-wrapper {
  position: relative;
  overflow: hidden;
  width: 50%;
  height: 350px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.floating-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 70px;
}

.floating-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(37%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0) 37%);
}

.floating-gradient.top {
  left: 0%;
  top: -2%;
  right: 0%;
  bottom: auto;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(29%, #fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, #fff 29%, hsla(0, 0%, 100%, 0));
}

.sticky-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: transparent;
}

.auto-changes-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subtext {
  margin-bottom: -10px;
  margin-left: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#38ccf1), to(#538bf7));
  background-image: linear-gradient(90deg, #38ccf1, #538bf7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-more-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.price-more-infos.v2 {
  margin-left: 140px;
}

.gradient-circle {
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-image: linear-gradient(71deg, rgba(56, 204, 241, 0.5), rgba(83, 139, 247, 0.99));
}

.paragraph-wrapper-price {
  position: static;
  max-width: 430px;
  margin-bottom: -34px;
  margin-left: 5px;
  font-size: 17px;
}

.paragraph-wrapper-price._500px-max-width {
  max-width: 500px;
}

.price-more-infos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 65px;
}

.flex-price-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
}

.separator-price {
  width: 1px;
  height: 550px;
  background-color: rgba(6, 9, 15, 0.3);
}

.price-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-top-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 19px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(69deg, #7cc7b3, #559985);
}

.price-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 20px;
}

.price-h4-infos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.small-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  height: 7px;
  margin-bottom: 6px;
  border-radius: 100%;
  background-image: linear-gradient(48deg, #538bf7, #38ccf1);
}

.price {
  color: #fff;
  font-size: 130px;
  line-height: 1;
  font-weight: 600;
}

.price.outline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: transparent;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  color: #e4e4e4;
  font-weight: 400;
}

.price-text {
  position: relative;
}

.price-top-infos-stroke {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: linear-gradient(269deg, #7cc7b3, #559985);
}

.price-infos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px 0px 15px 15px;
  background-image: linear-gradient(59deg, #e4e4e4, #fff);
}

.price-infos-stroke {
  padding-top: 0px;
  padding-bottom: 25px;
  border-radius: 0px 0px 20px 20px;
  background-image: linear-gradient(231deg, #dcdcdc, #fff);
}

.price-section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 80px;
}

.price-path {
  position: relative;
  left: -19px;
  top: 43px;
  width: 329px;
}

.floating-text-clipping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-wrapper-2 {
  position: relative;
  left: 60px;
  top: -29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-top: 51px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 20px;
}

.monitoring-text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.path-2 {
  position: relative;
  top: -39px;
}

._3-columns-grid-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 7vw;
  grid-row-gap: 89px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-grid-3-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 20px;
  border-radius: 20px;
  background-color: #fff;
}

.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 20px;
  text-align: center;
}

.full-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: -60px;
  padding-top: 180px;
  padding-bottom: 99px;
  background-image: linear-gradient(61deg, #00001e, #538bf7);
}

.image {
  position: absolute;
  left: auto;
  top: 0%;
  right: -21.7vw;
  bottom: 0%;
  height: 120%;
  max-width: none;
  opacity: 1;
  mix-blend-mode: screen;
}

.legal-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 110px;
  padding-left: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-row-gap: 60px;
}

.legal-content {
  position: relative;
  width: 100%;
  height: 500px;
  max-width: 1100px;
  margin-right: 0px;
  margin-left: 60px;
  padding: 25px 17px;
  border-radius: 20px;
  box-shadow: 0 0 20px 2px rgba(40, 46, 60, 0.12);
}

.h1-legal {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 600;
}

.legal-content-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: soft-light;
}

.legal-rich-text {
  position: relative;
  overflow: scroll;
  height: 450px;
  padding-right: 20px;
  padding-left: 25px;
  opacity: 1;
  color: #fff;
}

.legal-rich-text h2 {
  font-size: 30px;
  font-weight: 600;
}

.legal-rich-text p {
  color: #ececec;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

.legal-path {
  position: absolute;
  left: 55px;
  top: 210px;
  width: 100px;
  opacity: 0.5;
}

.paragraph-contact-wrapper {
  max-width: 600px;
}

.contact-path {
  height: 200px;
  opacity: 0.5;
}

.contact-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  cursor: none;
}

.contact-link:hover {
  color: #a7fcfe;
}

.contact-page-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 20px;
  text-align: center;
}

.h1-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.h1-contact {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 90px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.h1-contact.h1-outline {
  position: absolute;
  left: -2%;
  top: -5%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  mix-blend-mode: overlay;
}

.h1-contact.h1-shadow {
  position: absolute;
  left: 1%;
  top: 7%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: linear-gradient(32deg, #38ccf1, #538bf7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(59deg, #38ccf1, #3972e2);
  box-shadow: 4px 4px 7px -3px rgba(40, 46, 60, 0.41);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.h1-main-text-wrap {
  position: relative;
}

.h1-contact-bracket {
  position: relative;
  top: -5px;
  background-image: linear-gradient(267deg, #538bf7, #38ccf1);
  font-size: 100px;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-contact-bracket.invert {
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.h1-contact-bracket.big {
  background-image: -webkit-gradient(linear, right top, left top, from(#38ccf1), to(#538bf7));
  background-image: linear-gradient(270deg, #38ccf1, #538bf7);
  font-size: 140px;
  font-weight: 400;
}

.paragraph-white {
  color: #fff;
}

.main-h2-wrapper-color {
  border-radius: 11px;
  background-image: linear-gradient(71deg, #7cc7b3, #559985);
  color: #fff;
}

.main-h2-stroke-color {
  padding: 3px;
  border-radius: 13px;
  background-image: -webkit-gradient(linear, left top, right top, from(#559985), to(#7cc7b3));
  background-image: linear-gradient(90deg, #559985, #7cc7b3);
}

.subtext-product {
  background-image: linear-gradient(60deg, #7cc7b3, #559985);
  font-size: 17px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.path-paragraph {
  width: 2px;
  height: 110px;
  background-image: linear-gradient(60deg, #7cc7b3, #559985);
}

.paragraph {
  margin-top: 40px;
}

.comment-product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 10px;
}

.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 7px;
}

.comment-dot {
  position: relative;
  top: 7px;
  width: 7px;
  height: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc7b3), to(#559985));
  background-image: linear-gradient(180deg, #7cc7b3, #559985);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.price-product {
  color: #d2e9e3;
  font-size: 120px;
  font-weight: 900;
  text-shadow: 2px 2px 1px #000;
}

.product-price-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -3%;
  bottom: -39%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.monthly-text {
  color: #68b09c;
}

.blue-sky {
  -webkit-filter: saturate(149%) hue-rotate(40deg);
  filter: saturate(149%) hue-rotate(40deg);
}

.hero-pricing-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h1-pricing-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 65px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.h1-pricing {
  position: relative;
  max-width: 1200px;
  font-size: 65px;
  line-height: 1.2;
  font-weight: 600;
}

.gradient {
  background-image: linear-gradient(54deg, #38ccf1, #538bf7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-outline.overlays {
  position: absolute;
  opacity: 0.65;
  mix-blend-mode: overlay;
}

.h1-outline.overlays.secure {
  left: 8%;
  top: 15%;
  right: auto;
  bottom: auto;
}

.h1-outline.overlays.monitor {
  left: auto;
  top: 4%;
  right: 25.5%;
  bottom: auto;
  opacity: 0.22;
}

.section-top {
  margin-bottom: 100px;
  text-align: center;
}

.section-table-content {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.plans-table-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h4-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 100px;
  border-bottom: 1px solid hsla(0, 0%, 66.7%, 0.35);
}

.h4-table.separator {
  border-bottom-width: 1.5px;
  border-bottom-color: #000;
}

.plans-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 30px;
}

.h3-table-text {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.h4-table-title {
  width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h4-table-title._2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h4-categories-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.application-scanning {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.surface-monitoring {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-table {
  width: 40px;
}

.icon-table.not-include {
  width: 25px;
  opacity: 0.5;
}

.paragraph-table {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
}

.plans-categories-name {
  background-image: linear-gradient(74deg, #7cc7b3, #559985);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plans-columns-top {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 59px;
  padding-top: 110px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 100px;
  background-color: #f3f5f8;
}

.hero-second-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1660px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-second-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
}

.hide {
  display: none;
}

.h1-second {
  position: relative;
  font-family: Neuemetananext, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}

.h1-second.shadow {
  position: absolute;
  left: 53px;
  top: 116px;
  background-image: linear-gradient(60deg, #538bf7, #38ccf1);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1-second.shadow.monitoring {
  left: 1px;
}

.h1-second.shadow.small-on-1440px {
  left: 48px;
  top: 105px;
}

.h1-second.outline {
  position: absolute;
  left: 47px;
  top: 105px;
  mix-blend-mode: overlay;
}

.h1-second.outline.monitoring {
  left: -7px;
}

.h1-second.outline.small-on-1440px {
  left: 42px;
  top: 103px;
  z-index: 5;
}

.h1-second.left {
  text-align: left;
}

.h1-second.left.outline {
  left: 18.5%;
  top: -2%;
  bottom: auto;
  z-index: 2;
  font-weight: 700;
}

.h1-second.left.shadow {
  left: 19%;
  top: 3%;
  bottom: auto;
  font-weight: 700;
}

.h1-second.left.span {
  position: absolute;
  left: 18%;
  top: 5%;
  bottom: auto;
  z-index: 5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2d9ff), to(#538bf7));
  background-image: linear-gradient(180deg, #e2d9ff, #538bf7);
  opacity: 0.39;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: color-burn;
}

.h1-second.small-on-1440px {
  font-size: 65px;
}

.bracket-second {
  position: relative;
  top: 9px;
  background-image: -webkit-gradient(linear, right top, left top, from(#538bf7), to(#38ccf1));
  background-image: linear-gradient(270deg, #538bf7, #38ccf1);
  font-size: 170px;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bracket-second.invert {
  background-image: -webkit-gradient(linear, right top, left top, from(#38ccf1), to(#538bf7));
  background-image: linear-gradient(270deg, #38ccf1, #538bf7);
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bracket-second.small-on-1440px {
  font-size: 160px;
  font-weight: 400;
}

.subtitle-h1-second {
  background-image: linear-gradient(275deg, #538bf7, #38ccf1);
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtitle-h1-second.application-s {
  position: relative;
  max-width: 430px;
  font-size: 25px;
  line-height: 1.2;
}

.go-down {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: -22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0.8) rotate(-180deg);
  -ms-transform: scale(0.8) rotate(-180deg);
  transform: scale(0.8) rotate(-180deg);
}

.paragraph-hero-wrapper {
  position: relative;
  top: -15px;
  overflow: hidden;
  max-width: 750px;
  padding: 15px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 16px -6px rgba(0, 0, 30, 0.48);
}

.backgrond-paragraph-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(69, 140, 211, 0.42);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  mix-blend-mode: soft-light;
}

.paragraph-h1-second {
  position: relative;
  font-family: Neuemetananext, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
}

.hero-cyber-path {
  position: relative;
  top: -60px;
  width: 120px;
  height: 100px;
}

.hero-text-wrapper {
  position: relative;
  left: 388px;
  top: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
}

.path-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.path-vertical {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.square-path {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -2%;
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.square-path.auto {
  bottom: auto;
}

.hero-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-flex.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-flex.second-hero {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.icon-subtitle-h1 {
  position: relative;
  top: -19px;
  width: 23px;
}

.main-hero-wrapper-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hack-text {
  padding-right: 40px;
  padding-left: 40px;
  font-weight: 700;
}

.main-hero-paragraph-wrapper {
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: 60px;
}

.main-hero-paragraph-wrapper.hide-mobile-full {
  max-width: 650px;
}

.main-hero-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
  grid-column-gap: 20px;
  color: #fff;
}

.text-span {
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: underline;
}

.hero-link {
  color: #fff;
}

.text-block-4 {
  margin-top: 15px;
}

.path-main-hero {
  width: 15vw;
  height: 1px;
  background-color: #fff;
}

.path-hero-wrapper {
  position: relative;
  top: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-logo-hero {
  position: absolute;
  left: auto;
  top: 48%;
  right: -4%;
  bottom: 0%;
}

.big-logo {
  width: 550px;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.big-logo.shadow {
  position: absolute;
  left: 3%;
  top: 6%;
  right: 0%;
  bottom: 0%;
  opacity: 0.24;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  mix-blend-mode: overlay;
}

.clipping-mask-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.lens-flare-behind-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: -17%;
  bottom: -59%;
  width: 750px;
  height: 750px;
  border-radius: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #f0fcff, #38ccf1 32%, hsla(0, 0%, 100%, 0));
  opacity: 0.67;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  mix-blend-mode: overlay;
}

.cyber-deco-home {
  position: absolute;
  left: auto;
  top: -29%;
  right: -45.4vw;
  bottom: 0%;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.h1-homepage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._100vw-limit {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0px;
}

.main-hero-bracket {
  position: absolute;
  left: 44%;
  top: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#538bf7), to(#38ccf1));
  background-image: linear-gradient(180deg, #538bf7, #38ccf1);
  font-size: 80px;
  font-weight: 500;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-hero-bracket.invert {
  left: 15%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hide-desktop {
  display: none;
}

.show-mobile-full {
  display: none;
}

.illustration {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.illustration.absolute {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.illustration.cover-dns {
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.illustration.cover-dns:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.main-illustration {
  width: auto;
}

.main-illustration.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.floating-icon-shadow {
  position: relative;
}

.sticky-icon {
  height: 107.40625px;
}

.sticky-icon.absolute {
  position: absolute;
  opacity: 1;
}

.pulse {
  position: absolute;
  width: 494px;
  max-width: none;
  -webkit-filter: hue-rotate(292deg);
  filter: hue-rotate(292deg);
}

.white-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #fff;
}

.icon-fix {
  width: 54px;
  height: 54.1875px;
  mix-blend-mode: multiply;
}

.icon-fix._2 {
  position: relative;
  left: 4px;
  top: -4px;
  width: 58px;
}

.icon-fix._3 {
  position: relative;
  left: -2px;
  width: 50px;
  height: auto;
}

.icon-fix._4 {
  position: relative;
  left: 1px;
  width: 52px;
  height: auto;
}

.icon-fix._5 {
  width: 50px;
  height: auto;
}

.partner-section-content {
  position: relative;
  top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.globe {
  position: relative;
  width: 578px;
  mix-blend-mode: color-dodge;
}

.globe-dot-wrapper {
  position: absolute;
  left: 26%;
  top: -7%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  mix-blend-mode: screen;
}

.globe-dot-wrapper.globe1 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.globe-dot-wrapper.globe2 {
  left: -88%;
  top: 37%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.globe-dot-wrapper.globe3 {
  left: -51%;
  top: -84%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.globe-dot-wrapper.globe4 {
  left: 53%;
  top: -83%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.globe-dot-wrapper.globe-5 {
  left: 88%;
  top: -36%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.globe-dot-wrapper.globe6 {
  left: -69%;
  top: -40%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.center-dot-globe {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-image: linear-gradient(70deg, #3765be, #38ccf1);
}

.outline-dot-globe {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #38ccf1;
  border-radius: 100%;
}

.glow-dot-globe {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-image: linear-gradient(59deg, #538bf7, #38ccf1);
  -webkit-filter: blur(7px);
  filter: blur(7px);
}

.glow-dot-globe.center-white {
  width: 25px;
  height: 25px;
  mix-blend-mode: overlay;
}

.partner-logo-div {
  padding: 10px 34px;
  border-radius: 8px;
  background-image: linear-gradient(63deg, #538bf7, #38ccf1);
}

.partner-logo-stroke {
  position: relative;
  z-index: 1;
  padding: 2px;
  border-radius: 8px;
  background-image: linear-gradient(52deg, #38ccf1, #538bf7);
}

.ovh-logo {
  width: 181px;
}

.ovh-logo.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.partner {
  position: absolute;
  left: 24%;
  top: 30%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 293.28125px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partner.partner1 {
  left: 35%;
  top: 31%;
}

.partner.partner2 {
  left: 91%;
  top: 36%;
  right: 0px;
  bottom: auto;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.partner.partner3 {
  left: 77%;
  top: -8%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.partner.partner-4 {
  left: -13%;
  top: -6%;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}

.partner.partner-5 {
  left: -21%;
  top: 29%;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.partner.partner-6 {
  left: 3%;
  top: 70%;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.partner-role {
  margin-top: -4px;
  margin-left: 9px;
  padding-right: 8px;
  padding-left: 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.globe-wrapper {
  position: relative;
  top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie-animation {
  position: absolute;
  left: 1%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 700px;
  height: 700px;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  mix-blend-mode: overlay;
}

.lottie-animation._2 {
  left: auto;
  top: -32%;
  right: 0%;
  bottom: 0%;
  mix-blend-mode: soft-light;
}

.lottie-animation._3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -66%;
  opacity: 0.57;
}

.lottie-animation._4 {
  width: 1500px;
  height: 1500px;
  opacity: 0.28;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.lens-partner {
  position: absolute;
  left: auto;
  top: auto;
  right: -23%;
  bottom: -63%;
  width: 800px;
  height: 800px;
  border-radius: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #a7fcfe, rgba(56, 204, 241, 0) 49%, transparent);
  -webkit-filter: saturate(200%) blur(20px);
  filter: saturate(200%) blur(20px);
  mix-blend-mode: overlay;
}

.lens-partner._2 {
  left: -38%;
  top: -55%;
  right: auto;
  bottom: auto;
  width: 1000px;
  height: 1000px;
  opacity: 0.53;
  mix-blend-mode: screen;
}

.cut-partner-div {
  position: absolute;
  left: 0%;
  top: -1%;
  right: auto;
  bottom: auto;
  width: 500px;
  height: 100px;
  background-color: #fff;
}

.cut-partner-div.invert {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -1%;
  -webkit-transform: rotateX(180deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-links-content-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #538bf7;
}

.nav-links-stroke-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0.51);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.megamenu-background {
  position: absolute;
  left: 0%;
  top: 10px;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.illustration-pic-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 213.15625px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.illustration-pic-wrapper.scaling-1-1 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.illustration-pic-wrapper.scaling-1-1.server {
  -webkit-transition: -webkit-transform 375ms ease;
  transition: -webkit-transform 375ms ease;
  transition: transform 375ms ease;
  transition: transform 375ms ease, -webkit-transform 375ms ease;
}

.illustration-pic-wrapper.scaling-1-1.server:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.illustration-pic-wrapper.scaling-1-1.rocket {
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.illustration-pic-wrapper.scaling-1-1.rocket:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.path-empowering {
  position: absolute;
  left: -41px;
  top: 393.703px;
  width: 110%;
  max-width: none;
}

.path-empowering.show-mobile-full {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.second-image {
  width: 582.703125px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-illustration-wrapper {
  position: relative;
  width: 515px;
}

.load-bar {
  position: absolute;
  left: 135px;
  top: 145.859px;
  width: 120px;
  height: 20px;
  border-radius: 20px;
  background-color: #f22;
  background-image: linear-gradient(76deg, #000, #282e3c);
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.load-bar._2 {
  left: 132px;
  top: 188.859px;
  width: 175px;
}

.load-bar._3 {
  left: 129px;
  top: 230.859px;
  width: 115px;
}

.lottie-animation-2 {
  position: absolute;
  left: 21.5%;
  top: -5%;
  right: 0%;
  bottom: 0%;
  width: 265px;
  -webkit-filter: hue-rotate(41deg);
  filter: hue-rotate(41deg);
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.signature {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 39%;
  width: 150px;
  padding: 10px 0px 10px 25px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #2a375e;
  color: #fff;
  text-decoration: none;
}

.signature.hide-on-tablet {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 18%;
  background-color: #035be8;
  font-family: Neuemetananext, sans-serif;
}

.signature-text {
  font-size: 20px;
  line-height: 1;
}

.signature-small-text {
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .hero.second {
    height: 750px;
  }

  .navbar-container {
    padding-right: 59px;
    padding-left: 59px;
  }

  .h1-second.left.outline._2 {
    font-size: 80px;
  }

  .h1-second.left.shadow._2 {
    font-size: 80px;
  }

  .h1-second.left.span._2 {
    font-size: 80px;
  }

  .h1-second.left.auto {
    font-size: 80px;
  }

  .go-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .hero-flex.second-hero {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-hero-wrapper-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .main-hero-paragraph-wrapper.hide-mobile-full {
    max-width: 800px;
  }

  .path-empowering {
    left: -83px;
    width: 120%;
  }
}

@media screen and (min-width: 1440px) {
  .hero.second {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .perks {
    box-shadow: 2px 8px 14px -3px rgba(0, 0, 30, 0.14);
  }

  .perks.v3 {
    top: 57px;
  }

  .perks.v4 {
    top: 32px;
  }

  .h1-second-wrapper {
    grid-column-gap: 25px;
  }

  .h1-second.shadow.small-on-1440px {
    left: 56px;
    top: 116px;
  }

  .h1-second.outline.small-on-1440px {
    left: 47px;
    top: 105px;
  }

  .h1-second.small-on-1440px {
    font-size: 75px;
  }

  .bracket-second.small-on-1440px {
    font-size: 170px;
  }

  .subtitle-h1-second.application-s {
    font-size: 30px;
  }

  .paragraph-h1-second {
    font-size: 17px;
  }

  .main-hero-wrapper-content {
    max-width: 1770px;
  }

  .main-hero-paragraph-wrapper.hide-mobile-full {
    max-width: 750px;
    margin-left: 40px;
  }

  .main-hero-cta-wrapper {
    margin-left: -329px;
  }

  .path-main-hero {
    width: 30vw;
  }

  .big-logo-hero {
    top: 17%;
  }

  .big-logo {
    width: 800px;
  }

  .path-empowering {
    left: -213px;
    top: 411.703px;
    width: 140%;
  }
}

@media screen and (min-width: 1920px) {
  .path-empowering {
    opacity: 0.61;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section._100px-bottom-margin {
    overflow: visible;
  }

  .section.dark.below-sticky {
    margin-top: -85px;
    margin-bottom: 0px;
  }

  .section.dark.below-sticky.partner-cut {
    margin-top: 0px;
  }

  .section.dark.below-sticky.partner-cut.margin-vertical {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section.sticky {
    margin-top: 70px;
    padding-bottom: 0px;
  }

  .section.with-z-index-2 {
    z-index: 2;
    padding-bottom: 0px;
  }

  .section.first-home-section {
    margin-top: 0px;
  }

  .footer {
    margin-top: 0px;
  }

  .footer-cta-content {
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer-links-content {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .legal-wrapper {
    width: 100%;
  }

  .brand-infos-and-footer-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .footer-logo {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .go-top-button {
    left: auto;
    top: -220%;
    right: 0%;
    bottom: 0%;
  }

  .go-top-button._2 {
    position: static;
    bottom: 19px;
    margin-top: 30px;
  }

  .lens-cursor.soft-light {
    display: none;
  }

  .bottom-static-lens {
    bottom: -7%;
  }

  .cta-wrapper.product {
    margin-left: 0px;
  }

  .hero.pricing {
    height: auto;
  }

  .hero.second {
    height: 700px;
    margin-bottom: 250px;
    padding-top: 159px;
  }

  .hero.home {
    z-index: 3;
    height: auto;
    padding-top: 40px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-container {
    padding-right: 57px;
    padding-left: 57px;
  }

  .nav-links-content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand-logo {
    opacity: 0;
  }

  .nav-link.blue {
    width: 100%;
    margin-bottom: -10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 0px;
    background-color: #a7fcfe;
    color: #06090f;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .nav-link.white {
    z-index: 3;
    width: 100%;
    padding: 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 450ms ease;
    transition: opacity 450ms ease;
    color: #06090f;
    font-weight: 600;
    text-transform: uppercase;
  }

  .nav-link.white:hover {
    background-color: #538bf7;
  }

  .nav-link.dropdown {
    padding: 20px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 10px;
    color: #06090f;
    font-weight: 600;
  }

  .nav-links {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .nav-separator {
    display: none;
  }

  .nav-link-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-shadow {
    width: 100%;
    opacity: 0;
  }

  .div-block {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .navbar-background {
    opacity: 1;
  }

  .dark-logo {
    opacity: 1;
  }

  .navbar-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
  }

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

  .megamenu-wrapper.w--open {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .megamenu-links {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 1px solid hsla(0, 0%, 83.3%, 0.64);
    background-color: #eee;
    color: #06090f;
    font-weight: 500;
    text-align: center;
  }

  .default-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .default-container.sticky-content {
    top: 79.6px;
  }

  .double-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .double-column.floatting-section {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 150px;
  }

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

  .double-column.pricing {
    grid-row-gap: 100px;
  }

  .double-column.pricing.v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-infos-column.align-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .flex-image-column.left {
    margin-bottom: 20px;
  }

  .main-h2-wrapper {
    text-align: center;
  }

  .h2 {
    margin-bottom: 0px;
  }

  .second-cta-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .second-cta-wrapper.invert {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .blank-image.product {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cyber-path {
    left: auto;
    right: 336px;
  }

  .cyber-path.invert {
    right: auto;
  }

  .single-mid-column.sticky-title-section {
    position: relative;
    z-index: 2;
  }

  .perks-wrapper {
    margin-top: 55px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: 50px;
  }

  .perks {
    width: 120px;
  }

  .floating-icon {
    padding-bottom: 15px;
  }

  .h3 {
    font-size: 20px;
  }

  .h3.bold-on-tablet {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 500;
  }

  ._3-columns-wrapper {
    margin-top: 50px;
  }

  .grid-3-columns {
    padding: 25px 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 40px;
  }

  .h3-wrapper-with-bracket {
    font-weight: 700;
  }

  .bracket._2 {
    top: 1px;
  }

  .bracket._3 {
    position: relative;
    left: auto;
    top: 2px;
  }

  ._3-columns---div {
    margin-top: 0px;
    grid-row-gap: 15px;
  }

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

  .step-columns-wrapper.no-gap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-column-gap: 20px;
  }

  .step {
    grid-row-gap: 20px;
  }

  .step-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-number {
    position: static;
    left: 0%;
    margin-top: -50px;
    white-space: nowrap;
  }

  .step-infos {
    margin-top: -34px;
    margin-left: 0px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .step-separator {
    height: 150px;
    margin-top: 40px;
    margin-bottom: -40px;
  }

  .triangle {
    display: none;
  }

  .floating-content-wrapper {
    width: 100%;
    text-align: center;
  }

  .floating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 10px;
  }

  .floating-gradient {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(32%, #fff), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(0deg, #fff 32%, hsla(0, 0%, 100%, 0));
  }

  .auto-changes-content {
    overflow: visible;
  }

  .subtext {
    margin-right: auto;
    margin-left: auto;
  }

  .price-more-infos {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 30px;
  }

  .price-more-infos.v2 {
    width: 85%;
    max-width: 580px;
    margin: 10px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .paragraph-wrapper-price {
    max-width: none;
    margin-bottom: 0px;
  }

  .paragraph-wrapper-price.invert {
    margin-left: 0px;
    text-align: right;
  }

  .price-more-infos-wrapper {
    grid-row-gap: 30px;
  }

  .flex-price-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .separator-price {
    display: none;
  }

  .price-content-wrap {
    margin-top: 40px;
  }

  .price-top-infos {
    width: 99.99997%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .price-section-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-5 {
    grid-row-gap: 40px;
  }

  .price-path {
    display: none;
  }

  .price-content {
    margin-top: 20px;
  }

  .floating-text-clipping {
    margin-top: 10px;
  }

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

  .full-page {
    overflow: hidden;
    height: 100%;
    margin-bottom: 0px;
    padding-top: 20px;
    background-image: linear-gradient(88deg, #00001e, #538bf7);
  }

  .image {
    right: -77.6vw;
    display: block;
    opacity: 0.38;
  }

  .legal-container {
    position: static;
    padding-top: 41px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 30px;
  }

  .legal-content {
    width: 95%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
    box-shadow: none;
  }

  .h1-legal {
    font-size: 50px;
    text-align: center;
  }

  .legal-content-background {
    display: none;
  }

  .legal-rich-text {
    overflow: visible;
    height: auto;
  }

  .legal-rich-text h2 {
    font-size: 25px;
  }

  .legal-rich-text p {
    font-size: 16px;
  }

  .legal-path {
    left: 28px;
    top: 62px;
    display: none;
  }

  .contact-link {
    font-size: 52px;
  }

  .contact-cursor {
    display: none;
  }

  .h1-contact-bracket.big {
    top: 2px;
    font-weight: 300;
  }

  .paragraph-product-wrap {
    padding-left: 0px;
  }

  .path-paragraph {
    display: none;
  }

  .paragraph {
    margin-top: 0px;
  }

  .comment-product-wrapper {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-pricing-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h1-pricing {
    width: 500px;
    margin-right: 11px;
    margin-left: 11px;
    font-size: 50px;
  }

  .h1-outline.overlays.secure {
    left: 20%;
    top: 9%;
    font-size: 50px;
  }

  .h1-outline.overlays.monitor {
    top: 32%;
    right: 41.5%;
    opacity: 0.45;
    font-size: 50px;
  }

  .h4-categories-content {
    grid-column-gap: 40px;
  }

  .plans-categories-name {
    font-size: 18px;
    line-height: 1.2;
  }

  .plans-columns-top {
    top: 70px;
    padding-top: 40px;
  }

  .hero-second-content {
    padding-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .h1-second.shadow.monitoring {
    left: -3px;
    top: 105px;
    font-size: 65px;
  }

  .h1-second.outline.monitoring {
    left: -4px;
    top: 96px;
    font-size: 65px;
  }

  .h1-second.left {
    font-size: 55px;
    text-align: center;
  }

  .h1-second.left.outline {
    left: 23.5%;
  }

  .h1-second.left.shadow {
    left: 23%;
    top: 2%;
  }

  .h1-second.left.span {
    left: 23%;
  }

  .h1-second.h1-v2 {
    font-size: 65px;
  }

  .go-down {
    display: none;
  }

  .paragraph-hero-wrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-cyber-path {
    left: -264px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .hero-text-wrapper {
    left: 0px;
    top: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .hero-flex.second-hero {
    margin-right: auto;
    margin-left: auto;
  }

  .icon-subtitle-h1.hide-on-tablet {
    display: none;
  }

  .main-hero-wrapper-content {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-hero-paragraph-wrapper {
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 60px;
    padding-left: 60px;
    text-align: center;
  }

  .main-hero-cta-wrapper {
    display: none;
  }

  .big-logo-hero {
    position: relative;
    top: 0%;
    right: auto;
    margin-top: -115px;
    margin-bottom: -302px;
  }

  .big-logo {
    width: 575px;
  }

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

  .lens-flare-behind-logo {
    right: auto;
    bottom: -88%;
    width: 750px;
    height: 750px;
    opacity: 0.7;
  }

  .cyber-deco-home {
    top: -37%;
    right: -42vw;
    width: 839px;
    height: 843.703125px;
    -webkit-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    transform: rotate(-46deg);
  }

  ._100vw-limit {
    position: relative;
    overflow: visible;
  }

  .main-hero-bracket {
    left: 49%;
    font-size: 65px;
  }

  .main-hero-bracket.invert {
    left: 18%;
    top: 1%;
  }

  .copyright-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .hide-desktop {
    display: block;
  }

  .hide-tablet-and-mobile {
    display: none;
  }

  .partner-logo-div {
    padding: 7px 15px;
  }

  .partner.partner2 {
    left: 78%;
  }

  .partner.partner-4 {
    top: -5%;
  }

  .partner.partner-5 {
    left: -13%;
  }

  .cut-partner-div {
    width: 350px;
    height: 75px;
  }

  .nav-links-content-bg {
    background-color: #fff;
  }

  .nav-links-stroke-background {
    width: 100%;
  }

  .megamenu-background {
    position: absolute;
    top: 0px;
  }

  .menu-button {
    padding: 16px;
    border-radius: 100%;
    background-image: linear-gradient(58deg, #538bf7, #38ccf1);
    font-size: 27px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .menu-button.w--open {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
  }

  .illustration-second-hero-shadow {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .illustration-second-hero-shadow._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .path-empowering {
    left: -155px;
    top: 330.703px;
    width: 140%;
  }

  .second-image {
    width: auto;
  }

  .signature {
    position: absolute;
    bottom: 28%;
    width: 150px;
  }

  .signature.hide-on-tablet {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.dark.below-sticky.partner-cut {
    margin-top: -60px;
  }

  .section.with-z-index-2 {
    overflow: visible;
  }

  .section.sticky-grid {
    overflow: visible;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .footer-cta-content {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-links-content {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .social-links {
    margin-bottom: 30px;
    grid-column-gap: 30px;
  }

  .legal-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-3";
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }

  .brand-infos-and-footer-menu {
    margin-bottom: 19px;
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-title-subline {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-logo {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .go-top-button {
    position: static;
  }

  .footer-line {
    width: 550px;
  }

  .footer-line-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 25px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero.second {
    height: 550px;
  }

  .hero.home {
    padding-bottom: 55px;
  }

  .navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .default-container {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  .double-column.floatting-section {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .double-column.pricing {
    grid-row-gap: 75px;
  }

  .flex-image-column {
    width: 100%;
  }

  .main-h2-wrapper.max-616px-width-mob {
    max-width: 616px;
  }

  .h2.no-margin {
    font-size: 25px;
  }

  .perks-wrapper {
    display: -ms-grid;
    display: grid;
    margin-top: 80px;
    grid-auto-columns: 1fr;
    grid-column-gap: 77px;
    grid-row-gap: 79px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .perks.v2 {
    margin-top: 0px;
  }

  .floating-icon {
    width: 65px;
    margin-top: -48px;
    padding-bottom: 5px;
  }

  ._3-columns---div {
    position: -webkit-sticky;
    position: sticky;
    top: 98px;
    height: 320.90625px;
    background-color: #e9eef4;
  }

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

  .step-number {
    left: 0%;
  }

  .step-number.step2 {
    right: -8%;
  }

  .step-infos {
    margin-right: auto;
    margin-left: auto;
  }

  .step-separator {
    display: none;
  }

  .image-column-sonar {
    margin-top: 84px;
  }

  .floating-content-wrapper {
    margin-top: -19px;
  }

  .price-more-infos {
    width: 100%;
  }

  .price-more-infos.v2 {
    width: 100%;
  }

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

  .card-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .full-page {
    padding-top: 39px;
  }

  .image {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    height: 100%;
  }

  .legal-content {
    padding-right: 6px;
    padding-left: 6px;
  }

  .h1-legal {
    font-size: 40px;
  }

  .legal-rich-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .legal-rich-text h2 {
    font-size: 22px;
  }

  .contact-path {
    height: 100px;
  }

  .contact-link {
    font-size: 35px;
  }

  .h1-contact {
    font-size: 75px;
  }

  .h1-main-text-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  .h1-contact-bracket {
    font-size: 85px;
  }

  .paragraph-white {
    padding-right: 15px;
    padding-left: 15px;
  }

  .main-h2-stroke-color {
    padding: 2px;
  }

  .comment-product-wrapper {
    padding-left: 0px;
    grid-row-gap: 20px;
  }

  .comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 7px;
  }

  .comment-dot {
    position: static;
  }

  .price-product {
    font-size: 120px;
  }

  .product-price-wrapper {
    left: -30px;
  }

  .h1-pricing {
    width: 400px;
    margin-right: -3px;
    margin-left: -3px;
    font-size: 40px;
  }

  .h1-outline.overlays.secure {
    left: 20%;
    top: 11%;
    font-size: 40px;
  }

  .h1-outline.overlays.monitor {
    right: 42.5%;
    font-size: 40px;
  }

  .h4-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
  }

  .h4-table-title._2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .h4-categories-content {
    grid-column-gap: 20px;
  }

  .application-scanning {
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .surface-monitoring {
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .table-text {
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
  }

  .plans-categories-name {
    font-size: 15px;
  }

  .plans-columns-top {
    grid-column-gap: 20px;
  }

  .hero-second-content {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-second-wrapper {
    margin-left: -10px;
  }

  .h1-second.shadow.monitoring {
    top: 87px;
    font-size: 50px;
  }

  .h1-second.shadow.small-on-1440px {
    left: 40px;
    top: 83px;
  }

  .h1-second.outline.monitoring {
    top: 83px;
    font-size: 50px;
  }

  .h1-second.outline.small-on-1440px {
    left: 31px;
    top: 83px;
    opacity: 0.32;
  }

  .h1-second.left {
    max-width: 498px;
    font-size: 45px;
    letter-spacing: -1px;
  }

  .h1-second.left.outline {
    left: 43.5%;
  }

  .h1-second.left.outline._2 {
    left: 22.5%;
  }

  .h1-second.left.shadow {
    left: 44%;
  }

  .h1-second.left.shadow._2 {
    left: 23%;
    top: 0%;
  }

  .h1-second.left.span {
    left: 44%;
  }

  .h1-second.left.span._2 {
    left: 24%;
  }

  .h1-second.left.auto {
    max-width: none;
    font-size: 42px;
  }

  .h1-second.small-on-1440px {
    font-size: 50px;
  }

  .h1-second.h1-v2 {
    font-size: 50px;
  }

  .bracket-second.invert.small-on-1440px {
    font-size: 110px;
    font-weight: 400;
  }

  .bracket-second.small-on-1440px {
    font-size: 110px;
  }

  .subtitle-h1-second.application-s {
    padding-top: 10px;
    font-size: 20px;
  }

  .paragraph-hero-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: none;
    box-shadow: none;
  }

  .backgrond-paragraph-hero {
    background-color: transparent;
  }

  .paragraph-h1-second {
    font-size: 18px;
  }

  .paragraph-h1-second.invert {
    margin-top: -50px;
    color: #12192d;
  }

  .hero-cyber-path {
    display: none;
  }

  .hero-flex.second-hero {
    top: -192px;
  }

  .main-hero-wrapper-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hack-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-hero-paragraph-wrapper {
    position: relative;
    z-index: 3;
    padding-right: 30px;
    padding-left: 30px;
  }

  .big-logo-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -77px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .big-logo {
    min-width: 480px;
  }

  .big-logo.shadow {
    left: 8%;
    top: 0%;
    opacity: 0.12;
  }

  .lens-flare-behind-logo {
    bottom: -120%;
  }

  .cyber-deco-home {
    top: -58%;
    right: -66.3vw;
    max-width: none;
  }

  .main-hero-bracket {
    left: 74%;
    top: 1%;
    font-size: 55px;
  }

  .main-hero-bracket.invert {
    left: 39%;
  }

  .main-hero-bracket.invert.v2 {
    left: 19%;
  }

  .main-hero-bracket._2 {
    left: 48%;
  }

  .show-mobile-full {
    display: block;
  }

  .hide-mobile-full {
    display: none;
  }

  .main-illustration.absolute.show-mobile-full.invert {
    -webkit-filter: invert(86%);
    filter: invert(86%);
  }

  .pulse {
    width: 440px;
  }

  .globe {
    max-width: 110%;
  }

  .partner.partner1 {
    left: 40%;
    top: 52%;
    width: 175px;
  }

  .partner.partner2 {
    left: 51%;
    top: 17%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .partner.partner3 {
    left: 39%;
    top: -23%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .partner.partner-4 {
    left: -5%;
    top: -17%;
  }

  .partner.partner-5 {
    left: 0%;
    top: 31%;
  }

  .partner.partner-6 {
    left: 1%;
  }

  .cut-partner-div {
    width: 250px;
    height: 50px;
  }

  .illustration-second-hero-shadow {
    position: absolute;
    top: 120.625px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .illustration-second-hero-shadow._2 {
    top: 152.625px;
  }

  .path-empowering {
    left: -222px;
    top: 370.703px;
    width: 200%;
  }

  .path-empowering.show-mobile-full {
    left: -281px;
    top: 537.703px;
    -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  }

  .signature {
    right: -2%;
    bottom: 6%;
    width: 140px;
    margin-left: auto;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (max-width: 479px) {
  .section.dark.below-sticky.partner-cut {
    height: 420px;
  }

  .section.dark.below-sticky.partner-cut.margin-vertical {
    margin-top: 21px;
    margin-bottom: 21px;
  }

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

  .square-stroke {
    border-width: 1.5px;
  }

  .text-block {
    font-size: 22px;
  }

  .main-button {
    font-size: 17px;
  }

  .main-button.small.green {
    width: 230px;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.2;
  }

  .main-button.small.green.auto {
    width: auto;
  }

  .main-button-stroke {
    padding: 1px;
  }

  .cta-small-text {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .go-top-button {
    width: 35px;
    height: 35px;
    padding: 7px;
  }

  .hero.second {
    margin-bottom: 120px;
  }

  .hero.home {
    margin-bottom: 230px;
    padding-bottom: 100px;
  }

  .navbar-container {
    grid-column-gap: 30px;
  }

  .flex-infos-column {
    text-align: center;
  }

  .main-h2-wrapper.align-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h2.no-margin {
    width: 280px;
    font-size: 20px;
    line-height: 1.2;
  }

  .h2.small-on-mob {
    font-size: 27px;
  }

  .second-cta-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .second-cta-wrapper.invert {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cyber-path {
    display: none;
  }

  .perks-wrapper {
    justify-items: center;
    grid-column-gap: 57px;
  }

  .perks {
    width: 100px;
  }

  .floating-icon {
    width: 50px;
    margin-top: -41px;
    padding-bottom: 5px;
  }

  .h3 {
    font-size: 19px;
  }

  ._3-columns---div {
    height: 320.90625px;
  }

  .step {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 342px;
    height: 234px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-number {
    left: auto;
  }

  .step-number.step2 {
    right: auto;
  }

  .step-infos {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .h3-v2.grey {
    font-size: 18px;
    font-weight: 500;
  }

  .paragraph-step-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    border-left-style: none;
  }

  .floating-content-wrapper {
    margin-top: -98px;
  }

  .floating-text {
    padding-top: 10px;
  }

  .price-more-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px;
    text-align: center;
  }

  .price-more-infos.v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .paragraph-wrapper-price {
    font-size: 15px;
    line-height: 1.3;
  }

  .paragraph-wrapper-price.invert {
    text-align: center;
  }

  .price-content-wrap {
    width: 100%;
    margin-top: 25px;
  }

  .price-top-infos {
    padding: 5px 15px;
  }

  .price-infos {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }

  .small-circle {
    display: none;
  }

  .price {
    font-size: 100px;
  }

  .price._2 {
    font-size: 80px;
  }

  .price-top-infos-stroke {
    padding: 2px;
  }

  .price-content {
    width: 100%;
  }

  .paragraph-wrapper-2 {
    position: static;
    margin-top: 10px;
    text-align: center;
  }

  .monitoring-text-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .path-2 {
    display: none;
  }

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

  .card-wrapper {
    background-color: #fff;
  }

  .full-page {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .full-page.contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .contact-path {
    width: 2px;
  }

  .contact-link {
    font-size: 24px;
  }

  .h1-contact {
    font-size: 55px;
  }

  .h1-contact-bracket {
    top: -1px;
    font-size: 60px;
  }

  .h1-contact-bracket.big {
    display: none;
  }

  .price-product {
    font-size: 90px;
  }

  .product-price-wrapper {
    left: -17px;
    top: 80px;
  }

  .hero-pricing-content {
    width: 100%;
  }

  .h1-pricing {
    width: 310px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 35px;
  }

  .h1-outline.overlays.secure {
    left: 16px;
    top: 11%;
    display: none;
    font-size: 35px;
  }

  .h1-outline.overlays.monitor {
    top: 33%;
    right: 40.5%;
    display: none;
    font-size: 35px;
  }

  .h4-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 40px;
    text-align: center;
  }

  .h3-table-text {
    font-size: 20px;
  }

  .h4-table-title {
    width: auto;
  }

  .h4-table-title._2 {
    width: auto;
  }

  .h4-categories-content {
    width: 100%;
  }

  .application-scanning {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #559985;
  }

  .surface-monitoring {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #4caab8;
  }

  .table-text {
    font-size: 16px;
  }

  .paragraph-table {
    opacity: 0.68;
  }

  .plans-categories-name {
    font-size: 18px;
    line-height: 1.4;
  }

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

  .h1-second.shadow.monitoring {
    left: 1px;
    top: 76px;
    font-size: 42px;
  }

  .h1-second.shadow.small-on-1440px {
    left: 31px;
    top: 71px;
  }

  .h1-second.outline.monitoring {
    left: 4px;
    top: 73px;
    font-size: 42px;
  }

  .h1-second.outline.small-on-1440px {
    left: 25px;
    top: 66px;
  }

  .h1-second.left {
    font-size: 42px;
  }

  .h1-second.small-on-1440px {
    font-size: 40px;
  }

  .h1-second.h1-v2 {
    font-size: 42px;
  }

  .bracket-second.invert.small-on-1440px {
    font-size: 90px;
  }

  .bracket-second.small-on-1440px {
    font-size: 90px;
  }

  .subtitle-h1-second.application-s {
    padding-top: 20px;
  }

  .paragraph-hero-wrapper {
    top: 0px;
    padding: 0px;
  }

  .paragraph-h1-second.invert {
    font-size: 16px;
  }

  .main-hero-paragraph-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .big-logo {
    min-width: 365px;
  }

  .cyber-deco-home {
    left: auto;
    top: -44%;
    right: -48%;
    bottom: 0%;
    width: 600px;
    height: 600px;
  }

  .main-hero-bracket {
    left: 75%;
    top: 3%;
    font-size: 48px;
    font-weight: 500;
  }

  .main-hero-bracket.invert {
    left: 38%;
    top: 3%;
  }

  .pulse {
    width: 99vw;
  }

  .partner-section-content {
    width: 100%;
    height: 100%;
  }

  .globe {
    position: absolute;
    z-index: 0;
    width: 375px;
    max-width: none;
  }

  .globe-dot-wrapper.globe1 {
    left: 35px;
    top: -19%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .globe-dot-wrapper.globe2 {
    left: -285px;
    top: 110px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .globe-dot-wrapper.globe3 {
    left: -211px;
    top: -281px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }

  .globe-dot-wrapper.globe4 {
    left: 219px;
    top: -261px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .globe-dot-wrapper.globe-5 {
    left: 242px;
    top: 157px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .globe-dot-wrapper.globe6 {
    left: -278px;
    top: -107px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .partner.partner1 {
    left: 160px;
    top: 126px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .partner.partner2 {
    left: 147px;
    top: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .partner.partner3 {
    left: 172px;
    top: 236px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .partner.partner-4 {
    left: -14px;
    top: -65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .partner.partner-5 {
    left: -40px;
    top: 59px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .partner.partner-6 {
    left: -34px;
    top: 208px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .globe-wrapper {
    width: 100%;
    height: 100%;
  }

  .lens-partner {
    right: -5%;
    bottom: -108%;
  }

  .lens-partner._2 {
    top: -151%;
  }

  .menu-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .illustration-second-hero-shadow {
    margin-top: 30px;
  }

  .path-empowering {
    display: none;
  }

  .custom-code---second-page {
    display: none;
  }

  .signature {
    right: -3%;
    bottom: 5.5%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .signature.hide-on-tablet {
    bottom: 20%;
  }
}

#w-node-_676c9713-3bca-80cc-ae91-31ca6bbd817f-76512c96 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_676c9713-3bca-80cc-ae91-31ca6bbd817f-ac512c9c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c438b62c-fa06-8062-6aa3-ceb73a0d2a4b-3a0d29f4 {
    grid-area: Area-3;
  }

  #w-node-c438b62c-fa06-8062-6aa3-ceb73a0d2a4d-3a0d29f4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c438b62c-fa06-8062-6aa3-ceb73a0d2a4b-3a0d29f4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@font-face {
  font-family: 'Neuemetananext';
  src: url('../fonts/NeueMetanaNext-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetananext';
  src: url('../fonts/NeueMetanaNext-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetananext';
  src: url('../fonts/NeueMetanaNext-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemetananext';
  src: url('../fonts/NeueMetanaNext-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}