@font-face {
  font-family: Clash Display;
  src: url('../fonts/clash-display.css') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/clash-display.css') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/clash-display.css') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/clash-display.css') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/clash-display.css') format("undefined");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clash Display;
  src: url('../fonts/clash-display.css') format("undefined");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar-no-shadow {
  width: 100%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  background-image: linear-gradient(90deg, #05a5de, #082866);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 90%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  border-bottom: 2px solid #0d6b8f;
  font-size: 16px;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  font-size: 16px;
}

.nav-link.navbuttonrd {
  margin: 0;
  padding: 0;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown:hover {
  border-bottom: 2px solid #0d6b8f;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #fff;
  font-size: 14px;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
  display: none;
}

.nav-dropdown-icon:hover {
  font-size: 14px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 0;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #0000;
  background-image: linear-gradient(90deg, #1428a0, #726e8a);
  border-radius: 24px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.small-hexagon-based-texture-white-outline-with-transparent-background {
  grid-column-gap: 96px;
  background-image: linear-gradient(90deg, #05a3dd 0%, #082967 100%);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 234.508px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.frame-18 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: 3.24px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-2 {
  color: #eee;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.heading {
  color: #04075c;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  background-image: linear-gradient(90deg, #000, #04075c);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  position: static;
}

.frame-44 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.group-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 723px;
  height: 130px;
  text-decoration: none;
  display: flex;
}

.transform-all-your-raw-data-into-a-single-pane-of-glass-to-monitor-assets-in-real-time-detect-anomal {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline;
}

.link-style {
  background-color: #04075c;
  background-image: none;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 8px 12px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.link-style.rd-bt {
  background-image: none;
  margin-top: 0;
}

.text-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.text-3:hover {
  font-weight: 600;
}

.image-37 {
  object-fit: cover;
  position: absolute;
  top: -30%;
  left: 8%;
  overflow: clip;
}

.div-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-5 {
  width: 50%;
}

.heading-2 {
  font-size: 28px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-3 {
  color: #04075c;
  letter-spacing: 0;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.div-block-7 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 16px;
  padding-right: 0;
  display: flex;
}

.div-block-8 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-38 {
  width: 100px;
  margin-top: 24px;
}

.image-39 {
  width: 100px;
  overflow: visible;
}

.div-block-9 {
  background-color: #fff;
  border: 1px solid #fff;
  width: 80%;
  height: 2px;
}

.div-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(90deg, #05a3dd, #082967);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.text-block {
  color: #fff;
  flex-flow: column;
  display: flex;
}

.div-block-11 {
  color: #000;
  background-image: none;
  border: 1px #000;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 18px 12px;
  display: flex;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 12px;
  flex: 1;
  width: 2px;
  min-width: 1px;
  max-width: 1px;
  height: 80px;
}

.heading-5 {
  font-size: 28px;
}

.heading-6 {
  color: #04075c;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.frame-27 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-750 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 702px;
  text-decoration: none;
  display: flex;
}

.frame-749 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.group-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 702px;
  height: 94px;
  text-decoration: none;
  display: flex;
}

.group-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1640.65px;
  height: 758px;
  text-decoration: none;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: #04075c;
  margin-bottom: 0;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
}

.div-block-14 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(135deg, #fff, #daf0ff);
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.text-block-2 {
  color: #04075c;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.text-block-3 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-15.div-block-16-rd {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
}

.div-block-16 {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block-17 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.bas-wrapper {
  border: 8px solid #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 946px;
  height: 536px;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  border-bottom: 2px solid #072c6a;
  font-weight: 600;
}

.footer-social-block {
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: 0;
  padding: 4px;
  display: flex;
}

.footer-social-link {
  margin-left: 0;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

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

.div-block-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-22 {
  opacity: 1;
  background-image: url('../images/small-hexagon-based-texture-white-outline-with-transparent-background-1.png'), linear-gradient(90deg, #05a2dc, #082a68), linear-gradient(#000, #fff);
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: cover, auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 80%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.image-40 {
  position: static;
}

.div-block-23 {
  width: 240px;
  padding-right: 0;
  position: absolute;
  top: -10%;
  bottom: auto;
  right: 5%;
}

.text-block-5 {
  font-size: 20px;
}

.text-block-6 {
  color: #04075c;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.bold-text {
  font-family: Clash Display, Arial, sans-serif;
  font-weight: 500;
}

.container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-2.faq-container {
  background-color: #ffffff80;
  border-radius: 5px;
  max-width: 900px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 0 0 50px #2d3e500f;
}

.faq-plus {
  background-color: #2aa8ff;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0;
}

.faq-answer-text {
  color: #000;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-q-text {
  color: #04075c;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.faq-plus-l {
  background-color: #2aa8ff;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  color: #04075c;
  margin-bottom: 24px;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
}

.div-block-24 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 48px;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.full-texture {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/wavy.svg'), linear-gradient(0deg, #0000, #fff), url('../images/Path-5.svg');
  background-position: 50% 101%, 0 0, 100%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, 6000px;
  height: 100vh;
  min-height: 100vh;
  position: absolute;
  inset: 0;
}

.div-block-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: auto;
}

.heading-9 {
  color: #04075c;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-7 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.frame-29 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 59px;
  font-family: Clash Display, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.heading-10.div1234 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  height: auto;
  margin-top: 48px;
}

.text-4 {
  color: #04075c;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.text-4.textrd4 {
  color: #1025a1;
  font-size: 24px;
  font-weight: 500;
}

.frame-36 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-23 {
  grid-column-gap: 0px;
  border: 2px dashed #000;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 0;
  min-height: 140px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

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

.frame-748 {
  grid-row-gap: 0px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 24px;
  text-decoration: none;
  display: flex;
}

.group-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  height: 69px;
  text-decoration: none;
  display: flex;
}

.frame-24 {
  grid-column-gap: 0px;
  border: 2px dashed #000;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 140px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.frame-751 {
  grid-row-gap: 20px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 94px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.group-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 759px;
  height: 130.4px;
  text-decoration: none;
  display: flex;
}

.text-block-8 {
  color: #04075c;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.text-block-9 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.div-block-27, .div-block-28 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-29, .div-block-30, .div-block-31, .div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  padding-right: 12px;
  display: flex;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.div-block-33 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 15%;
  grid-row-gap: 15%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-35 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 500px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 2px;
  display: flex;
}

.div-block-35.divrd35 {
  display: none;
}

.div-block-36 {
  background-color: #000;
  border-radius: 5000px;
  width: 12px;
  height: 12px;
}

.div-block-37 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-41 {
  width: 100%;
  margin-top: 4px;
}

.text-block-10 {
  font-family: Inter, sans-serif;
}

.text-block-10:hover {
  font-size: 14px;
}

.flowbase-heading {
  color: #11023b;
  text-align: center;
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

.bas-line-v {
  z-index: 1;
  background-color: #fff;
  height: 2px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.fb-booster {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #f8f9fb;
  flex-flow: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: 0 3%;
  display: flex;
}

.bas-handle-v {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flowbase-text-link {
  color: #11023b;
}

.bas-label-after-v {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.bas-label-before-v {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-image-after-v {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 50%;
  margin-top: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.image-42 {
  padding: 24px;
}

.bas-wrapper-2 {
  border: 8px solid #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 946px;
  height: 536px;
  position: relative;
  overflow: hidden;
}

.bas-wrapper-2.vertical {
  display: none;
}

.bas-wrapper-2.horizontal {
  border-color: #ebebeb;
  max-width: none;
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.fb-booster-2 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #0000;
  flex-flow: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 0 3%;
  display: flex;
}

.uui-blogpost03_divider {
  background-color: #eaecf0;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-3.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-3.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.heading-22-copy-copy {
  margin-top: 0;
  font-size: 18px;
  line-height: 25px;
}

.container-48 {
  max-width: 100%;
  padding-left: 200px;
  padding-right: 200px;
}

.uui-breadcrumb-divider-2 {
  color: #667085;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost03_tag-list {
  grid-column-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

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

.uui-blogpost03_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-page-padding-2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.blog-blue-3 {
  background-color: #f5fbff;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.cell-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column-reverse wrap-reverse;
  place-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.uui-button-icon-3 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-3.text-color-gray400 {
  color: #98a2b3;
}

.paragraph-10-copy {
  margin-top: 100px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.image-51 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.uui-breadcrumb-link-2 {
  color: red;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link-2:hover {
  color: #344054;
}

.uui-breadcrumb-link-2.w--current {
  color: #6941c6;
  font-weight: 600;
}

.uui-breadcrumb-link-2.w--current:hover {
  color: #53389e;
}

.uui-heading-large-2 {
  color: #016da6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.blog-white-4 {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.text-block-16 {
  color: #1d2939;
}

.bold-text-2 {
  font-weight: 600;
}

.blog-blue-4 {
  background-color: #f5fbff;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-22-copy-copy-copy {
  margin-top: 0;
  font-size: 18px;
  line-height: 25px;
}

.container-45-copy {
  color: #464e5f;
  background-color: #f5fbff;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-left: 200px;
  padding-right: 200px;
}

.uui-blogpost03_tag-list-wrapper {
  width: 50%;
}

.uui-blogpost03_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

.uui-blogpost03_author-wrapper.content-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.text-block-25 {
  color: #000;
  -webkit-text-stroke-color: #f4ebff;
}

.blog-blue-2 {
  background-color: #f5fbff;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost03_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost03_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.blog-white-3 {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.blog-blue-copy {
  background-color: #f5fbff;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-14 {
  grid-column-gap: 43px;
  grid-row-gap: 20px;
  background-color: #e0f4ff;
  border-radius: 10px;
  max-width: 1000px;
  margin: 120px auto;
  padding-left: 40px;
  padding-right: 40px;
}

.image-52 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.container-45 {
  color: #333;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 200px;
}

.uui-blogpost03_author-image-wrapper {
  margin-right: 1rem;
}

.heading-23-copy {
  margin-top: 40px;
  font-size: 20px;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost03_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.cell-32 {
  justify-content: flex-end;
  align-items: flex-start;
}

.heading-22 {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.paragraph-10 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.uui-blogpost03_header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Wind-10.svg'), url('../images/solar-banner.svg');
  background-position: 100% 0, 50% 0;
  background-size: cover, cover;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
}

.container-49, .container-53 {
  max-width: 100%;
  padding-left: 200px;
  padding-right: 200px;
}

.uui-blogpost03_title-wrapper {
  flex-direction: column;
  align-self: auto;
  display: flex;
}

.paragraph-11 {
  text-align: left;
  margin-top: 10px;
  margin-left: 28px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.heading-22-copy-copy-2 {
  margin-top: 100px;
  font-size: 18px;
  line-height: 25px;
}

.uui-blogpost03_share-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-22-copy-copy-3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 25px;
}

.uui-blogpost03_author-heading-bottom {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.text-block-15 {
  color: #1d2939;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-pink {
  color: #0d6b8f;
  background-color: #e0f4ff;
}

.uui-badge-2.is-indigo {
  color: #3538cd;
  background-color: #e0f4ff;
}

.uui-badge-2.is-primary {
  color: #6941c6;
  background-color: #e0f4ff;
}

.requestdemo {
  color: #fff;
  background-color: #016da6;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  display: flex;
}

.requestdemo:hover {
  background-color: #0f5072;
}

.uui-padding-vertical-xhuge-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-47 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 200px;
}

.uui-section_blogpost03 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-23 {
  margin-top: 40px;
  font-size: 18px;
  line-height: 25px;
}

.italic-text-2 {
  padding-left: 0;
}

.uui-blogpost03_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-medium-2 {
  color: #1d2939;
  letter-spacing: normal;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.blog-white, .blog-white-5-copy {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.uui-blogpost03_content-bottom-copy-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.uui-blogpost03_date-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 1rem;
  display: flex;
}

.uui-blogpost03_author-text {
  display: flex;
}

.uui-blogpost03_share-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

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

.uui-blog02_image-2 {
  object-fit: cover;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: auto;
  position: relative;
  inset: 0%;
}

.uui-blog02_menu-link-2 {
  color: #667085;
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog02_menu-link-2:hover, .uui-blog02_menu-link-2.w--current {
  color: #6941c6;
  border-bottom-color: #6941c6;
}

.uui-blog02_image-wrapper-2 {
  border-radius: 10px;
  width: 100%;
  padding-top: 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.uui-blog02_image-link-2 {
  flex: 0 auto;
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog02_image-link-2:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

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

.uui-text-align-center-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-27 {
  color: #000;
  font-family: Inter, sans-serif;
}

.text-block-27:hover {
  color: #0d6b8f;
}

.uui-blog02_meta-wrapper-2 {
  mix-blend-mode: multiply;
  color: #016da6;
  background-color: #e0f4ff;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blog02_title-link-2 {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

.section-21 {
  margin-top: 0;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Inter, sans-serif;
}

.text-block-23 {
  -webkit-text-stroke-color: black;
  font-family: Inter, sans-serif;
}

.text-block-23:hover {
  color: #0d6b8f;
}

.text-block-13, .text-block-29 {
  color: #000;
}

.uui-blog02_category-menu-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog02_category-menu-2.no-scrollbar {
  justify-content: center;
  display: none;
  box-shadow: inset 0 -1px #eaecf0;
}

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

.uui-blog02_read-time-2 {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-text-size-large-2 {
  color: #1d2939;
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.uui-blog02_category-link-2 {
  color: #6941c6;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blog02_category-link-2:hover {
  color: #53389e;
}

.uui-blog02_component-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.bold-text-8, .text-block-24 {
  font-family: Inter, sans-serif;
}

.text-block-24:hover {
  color: #0d6b8f;
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: #000;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: #53389e;
  font-family: Inter, sans-serif;
}

.text-block-31 {
  color: #000;
  font-family: Inter, sans-serif;
}

.text-block-31:hover {
  color: #0d6b8f;
}

.uui-blog06_list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog06_list-2.blog-6-card {
  grid-template-columns: 1fr 1fr;
}

.uui-heading-xsmall-2 {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.bold-text-7 {
  font-family: Inter, sans-serif;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-blog02_item-2 {
  background-image: none;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.paragraph-12 {
  padding-right: 40px;
}

.cell-35 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column-reverse wrap-reverse;
  place-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.uui-blogpost05_header-blog-5 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/blog-banner-greenbridge-without-text.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 420px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 6rem;
  padding-right: 6rem;
  font-family: Inter, sans-serif;
  display: block;
}

.uui-blogpost03_breadcrumb-blog-5 {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.text-block-21, .text-block-22 {
  color: #1d2939;
}

.uui-heading-large-2-blog-5 {
  color: #1a0e05;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text-10 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 1;
  position: relative;
  top: auto;
}

.uui-blogpost03_date-wrapper-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 1rem;
  display: flex;
}

.uui-blogpost03_share-wrapper-blog-5 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.paragraph-20 {
  font-size: 18px;
  line-height: 25px;
}

.container-59 {
  width: 100%;
  height: 300px;
  font-family: Inter, sans-serif;
}

.container-60-blog-5 {
  height: 3250px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.rich-text-block-4 {
  text-align: left;
  height: 1700px;
  padding-top: 20px;
  padding-left: 0;
}

.uui-max-width-large-2-blog-5 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2-blog-5.align-center-blog-5 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  min-width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-61 {
  height: 800px;
}

.cell-36 {
  justify-content: flex-end;
  align-items: flex-start;
}

.quick-stack-14-blog-5 {
  grid-column-gap: 43px;
  grid-row-gap: 20px;
  background-color: #e0f4ff;
  border-radius: 10px;
  max-width: 1000px;
  margin: 120px auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
}

.uui-blogpost03_breadcrumb-blog-6 {
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.bold-text-10-blog-6 {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: auto;
}

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

.text-block-34 {
  color: #1d2939;
}

.uui-heading-large-2-blog-6 {
  text-align: left;
  color: #1a0e05;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.uui-blogpost06_date-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 1rem;
  display: flex;
}

.uui-blogpost06_header-blog-6 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/blog-banner-greenbridge--Renewable-Energy-v2.svg');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 420px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
}

.text-block-35 {
  color: #1d2939;
}

.container-60 {
  height: 3000px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.image-57 {
  width: auto;
  height: 600px;
  display: block;
}

.cell-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column-reverse wrap-reverse;
  place-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.paragraph-20-blog-6 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.uui-blogpost06_header-blog-7 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/blog-banner-greenbridge--wind-v2.svg');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 420px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
}

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

.text-block-37, .text-block-38 {
  color: #1d2939;
}

.paragraph-23, .paragraph-27, .paragraph-22, .paragraph-25 {
  padding-left: 40px;
}

.paragraph-30 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.container-60-blog-7 {
  height: 1800px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.cell-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column-reverse wrap-reverse;
  place-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.uui-blogpost06_header-blog-7-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/blog-banner-greenbridge--wind-v2.svg');
  background-position: 50% 0;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 420px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
}

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

.text-block-40 {
  color: #1d2939;
}

.bold-text-10-blog-6-copy {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: auto;
}

.text-block-41 {
  color: #1d2939;
}

.container-60-blog-9 {
  height: 3700px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.rich-text-block-blog-9 {
  text-align: left;
  max-width: 1800px;
  height: 3700px;
  padding-top: 20px;
  padding-left: 0;
}

.cell-39 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column-reverse wrap-reverse;
  place-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.text-block-42 {
  padding-bottom: 0;
}

.container-61-blog-9 {
  height: 900px;
}

.uui-blogpost03_divider-copy {
  box-sizing: border-box;
  text-align: left;
  object-fit: fill;
  background-color: #eaecf0;
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-blogpost03_tag-list-blog-9 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 10px;
  display: flex;
}

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

.text-block-44 {
  color: #1d2939;
}

.uui-blogpost06_header-blog-8 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/blog-banner-greenbridge-without-text.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 420px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
}

.text-block-45 {
  color: #1d2939;
}

.container-60-blog-8 {
  height: 1700px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-31 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.cell-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column-reverse wrap-reverse;
  place-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.container-61-blog-8 {
  height: 900px;
}

.bold-text-12 {
  font-size: 30px;
}

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

.text-block-47 {
  color: #1d2939;
}

.uui-heading-large-2-blog-6-copy {
  text-align: left;
  color: #1a0e05;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.uui-blogpost06_header-blog-8-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/blog-banner-greenbridge-without-text.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 420px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 6rem;
  padding-right: 6rem;
  display: block;
}

.text-block-48 {
  color: #1d2939;
}

.container-60-blog-10 {
  height: 2700px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.rich-text-block-5 {
  height: 2700px;
}

.cell-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column-reverse wrap-reverse;
  place-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.uui-blogpost03_tag-list-copy {
  grid-column-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 180px;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  background-image: radial-gradient(circle, #93d3ff66, #fff 62%);
  border: 1px #000;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-39 {
  z-index: 1;
  background-color: #082a68;
  background-image: url('../images/small-hexagon-based-texture-white-outline-with-transparent-background-1.png'), linear-gradient(90deg, #05a3dc, #082a68);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.div-block-40 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.image-58 {
  width: 48px;
  margin-bottom: 10px;
}

.text-block-49 {
  color: #04075c;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.text-block-50 {
  color: #000;
  text-align: center;
}

.div-block-41, .div-block-42 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 50%;
  display: flex;
}

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

.div-block-44 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.div-block-45, .div-block-46 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

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

.heading-29 {
  color: #04075c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clash Display, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-51 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  min-height: 90vh;
  position: absolute;
  inset: 0%;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle._1 {
  background-color: #378cff99;
  border-radius: 100%;
  width: 50vw;
  height: 30vh;
  top: 40%;
  left: 5%;
  right: auto;
}

.circle._2 {
  background-color: #0089d399;
  width: 50vw;
  height: 30vh;
  top: 40%;
  right: 5%;
}

.div-block-49 {
  width: 100%;
}

.code-embed {
  z-index: 400;
  position: relative;
}

.div-block-50 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.text-block-52 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.controls {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-62 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-62.is--slider {
  padding-top: 0;
  padding-bottom: 0;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  transform: rotate(-180deg);
}

.control__fill {
  z-index: 1;
  background-color: #0d0628;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
  height: 40vw;
  min-height: 41.88em;
  padding-left: .52em;
  padding-right: .52em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section.is--slider {
  z-index: 2;
  margin-bottom: 5em;
  position: relative;
}

.splide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-59 {
  opacity: .5;
  width: 120%;
  max-width: 120%;
  height: 140%;
  position: absolute;
  top: -12%;
  left: auto;
  right: 0;
}

.background-video {
  z-index: -100;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-53 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.link-block {
  pointer-events: auto;
  cursor: pointer;
  background-color: #04075c;
  border-radius: 6px;
  padding: 8px 12px;
  text-decoration: none;
}

.list-item {
  margin-right: 12px;
}

.text-block-53 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
  display: inline-block;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.text-block-54 {
  font-size: 24px;
  line-height: 1.5;
}

.image-60 {
  height: 90vh;
}

.image-61 {
  width: 191px;
  height: 42px;
}

.image-62 {
  width: 191px;
}

@media screen and (min-width: 1920px) {
  .uui-blogpost03_header, .uui-blogpost05_header-blog-5, .uui-blogpost06_header-blog-6, .uui-blogpost06_header-blog-7, .uui-blogpost06_header-blog-7-2, .uui-blogpost06_header-blog-8, .uui-blogpost06_header-blog-8-2 {
    background-position: 100%;
    background-size: cover;
    max-width: 100%;
    padding-top: 60px;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #0000;
    background-image: none;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    padding: 24px 48px 24px 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-toggle {
    padding-right: 10px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .heading {
    font-size: 32px;
    font-weight: 600;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-10 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15, .div-block-15.div-block-16-rd {
    align-items: stretch;
  }

  .div-block-16 {
    width: 80%;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .heading-8 {
    width: 100%;
  }

  .text-block-4 {
    width: 90%;
  }

  .div-block-23 {
    top: auto;
    bottom: -20%;
  }

  .icon {
    z-index: 99999;
    color: #fff;
    position: relative;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .text-4.textrd4 {
    color: #1025a1;
  }

  .frame-23 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 28%;
  }

  .frame-24 {
    flex-flow: column;
    width: 28%;
    padding: 12px;
  }

  .div-block-33, .div-block-34 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-35.divrd35 {
    display: none;
  }

  .div-block-37 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bas-wrapper-2.vertical {
    display: none;
  }

  .fb-booster-2 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-blogpost03_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blog06_list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blogpost05_header-blog-5 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heading-large-2-blog-5, .uui-heading-large-2-blog-6 {
    font-size: 2.75rem;
  }

  .uui-blogpost06_header-blog-6, .uui-blogpost06_header-blog-7, .uui-blogpost06_header-blog-7-2, .uui-blogpost06_header-blog-8 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heading-large-2-blog-6-copy {
    font-size: 2.75rem;
  }

  .uui-blogpost06_header-blog-8-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block-38 {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-40 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: stretch;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-41, .div-block-42 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 50%;
    display: flex;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .container-62 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .div-block-52 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-53 {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-direction: column;
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    font-size: 36px;
  }

  .frame-44 {
    height: auto;
    padding-top: 48px;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .div-block-7, .div-block-8 {
    width: 100%;
  }

  .image-38 {
    margin-top: 0;
  }

  .div-block-10 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

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

  .div-block-14 {
    flex-flow: column;
    flex: 0 auto;
    width: 100%;
    display: flex;
    position: relative;
  }

  .div-block-15 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .div-block-15.div-block-16-rd {
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .div-block-16 {
    width: 90%;
    margin-right: 0;
  }

  .bas-wrapper {
    flex-flow: row;
    display: block;
  }

  .bas-image-before {
    object-fit: fill;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-22 {
    overflow: clip;
  }

  .heading-8 {
    width: 100%;
    font-size: 24px;
  }

  .text-block-4 {
    width: 100%;
    font-size: 14px;
  }

  .div-block-23 {
    top: auto;
    bottom: -20%;
  }

  .bold-text {
    font-size: 20px;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .text-4 {
    color: #04075c;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
  }

  .text-4.textrd4 {
    color: #1025a1;
  }

  .frame-25 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-left: 4px;
  }

  .frame-23 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .frame-24 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 12px;
  }

  .div-block-27, .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-33 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-34 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35 {
    flex: 0 auto;
    display: none;
  }

  .div-block-35.divrd35 {
    flex-flow: column;
    width: 4px;
    height: auto;
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-37 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .bas-image-after-v {
    object-fit: fill;
  }

  .bas-wrapper-2 {
    display: block;
  }

  .bas-wrapper-2.vertical {
    border-color: #ebebeb;
    display: block;
    box-shadow: 0 2px 5px #0003;
  }

  .bas-wrapper-2.horizontal {
    display: none;
  }

  .fb-booster-2 {
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .uui-blogpost03_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-blogpost03_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .uui-blogpost03_content-top {
    margin-top: 2rem;
  }

  .uui-blogpost03_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-blogpost03_header {
    grid-row-gap: 3rem;
    margin-bottom: 4rem;
    padding-left: 4rem;
  }

  .uui-blogpost03_author-heading-bottom {
    font-size: 1rem;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogpost03_date-wrapper {
    margin-bottom: .75rem;
  }

  .uui-blog02_menu-link-2:hover {
    color: #667085;
    border-bottom-style: none;
  }

  .uui-blog02_menu-link-2.last-link {
    margin-right: 2rem;
  }

  .uui-blog02_image-link-2 {
    margin-bottom: 1.5rem;
  }

  .uui-blog02_image-link-2:hover {
    box-shadow: none;
  }

  .uui-blog02_meta-wrapper-2 {
    font-size: .75rem;
  }

  .uui-blog02_category-menu-2 {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog02_category-menu-2.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-blog02_category-link-2 {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blog02_component-2 {
    margin-top: 4rem;
  }

  .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: #6941c6;
  }

  .uui-blog06_list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-blogpost05_header-blog-5 {
    grid-row-gap: 3rem;
    margin-bottom: 4rem;
    padding-left: 4rem;
  }

  .uui-heading-large-2-blog-5 {
    font-size: 2.25rem;
  }

  .uui-blogpost03_date-wrapper-copy {
    margin-bottom: .75rem;
  }

  .uui-heading-large-2-blog-6 {
    padding-bottom: 10px;
    font-size: 2.25rem;
  }

  .uui-blogpost06_date-wrapper {
    margin-top: 0;
    margin-bottom: .75rem;
  }

  .uui-blogpost06_header-blog-6, .uui-blogpost06_header-blog-7, .uui-blogpost06_header-blog-7-2 {
    grid-row-gap: 3rem;
    margin-bottom: 4rem;
    padding-left: 4rem;
  }

  .uui-blogpost03_divider-copy {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost06_header-blog-8 {
    grid-row-gap: 3rem;
    margin-bottom: 4rem;
    padding-left: 4rem;
  }

  .uui-heading-large-2-blog-6-copy {
    padding-bottom: 10px;
    font-size: 2.25rem;
  }

  .uui-blogpost06_header-blog-8-2 {
    grid-row-gap: 3rem;
    margin-bottom: 4rem;
    padding-left: 4rem;
  }

  .container-60-blog-10 {
    height: 2900px;
  }

  .rich-text-block-5 {
    height: 2900px;
    margin-left: 20px;
    margin-right: 10px;
  }

  .div-block-38 {
    width: 50%;
  }

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

  .div-block-41, .div-block-42 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: stretch;
    width: 90%;
    display: flex;
  }

  .circle {
    height: 80vh;
  }

  .div-block-49 {
    width: auto;
    min-width: 100%;
  }

  .div-block-50 {
    justify-content: center;
    align-items: center;
    max-width: 60%;
  }

  .text-block-52 {
    text-align: center;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .container-62 {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .splide__slide {
    width: 100%;
    min-height: 89em;
    padding-left: .92em;
    padding-right: .92em;
  }

  .section.is--slider {
    margin-bottom: 9.9em;
  }

  .image-59 {
    height: 100%;
    top: 0%;
  }

  .div-block-52 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    z-index: 1;
    position: relative;
  }

  .navbar-no-shadow-container {
    z-index: 5;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .nav-menu-wrapper {
    z-index: auto;
    background-image: linear-gradient(90deg, #05a1da, #082967);
    position: absolute;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .frame-44 {
    height: auto;
    padding-top: 48px;
  }

  .frame-16 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .transform-all-your-raw-data-into-a-single-pane-of-glass-to-monitor-assets-in-real-time-detect-anomal {
    text-align: justify;
    font-size: 12px;
  }

  .link-style {
    margin-top: 10px;
    padding: 8px 12px;
  }

  .text-3 {
    font-size: 12px;
  }

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

  .div-block {
    z-index: -10;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    width: 120%;
  }

  .div-block-6 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 1.5;
  }

  .image-38, .image-39 {
    width: 60px;
  }

  .div-block-10 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .heading-6 {
    font-size: 32px;
  }

  .heading-7 {
    color: #04075c;
    text-align: center;
    font-size: 24px;
  }

  .div-block-14 {
    align-items: stretch;
    width: 100%;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .div-block-15.div-block-16-rd {
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-16 {
    width: 90%;
  }

  .container {
    max-width: none;
  }

  .footer-social-block, .footer-social-link {
    margin-left: 0;
  }

  .div-block-22 {
    overflow: clip;
  }

  .heading-8 {
    width: 100%;
    font-size: 22px;
  }

  .text-block-4 {
    width: 100%;
    font-size: 12px;
  }

  .div-block-23 {
    inset: auto auto -20% 40%;
  }

  .text-block-6 {
    text-align: center;
    font-size: 14px;
  }

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

  .faq-plus-wrap {
    flex: none;
  }

  .pricing-h1.faq-h2 {
    font-size: 32px;
  }

  .heading-10 {
    line-height: 1.5;
  }

  .heading-10.h10rd {
    height: auto;
  }

  .text-4 {
    text-align: center;
    font-size: 32px;
  }

  .text-4.textrd4 {
    color: #1025a1;
    font-size: 24px;
    font-weight: 500;
  }

  .div-block-34 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35.divrd35 {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-41 {
    text-align: center;
    width: auto;
    max-width: none;
    height: 50vh;
    overflow: clip;
  }

  .bas-wrapper-2.vertical {
    display: block;
  }

  .fb-booster-2 {
    width: 100%;
  }

  .container-48 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogpost03_tag-list {
    justify-content: flex-start;
  }

  .cell-33 {
    flex-flow: row;
  }

  .blog-white-4, .container-45-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogpost03_tag-list-wrapper {
    width: 100%;
  }

  .paragraph-13 {
    line-height: 20px;
  }

  .blog-white-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-14 {
    grid-row-gap: 9px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogpost03_header {
    background-image: url('../images/Wind-10.svg');
    background-position: 100% 0;
    background-size: cover;
    border-radius: 10px;
    grid-template-columns: 1fr;
    padding-left: 2rem;
  }

  .container-49, .container-53 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogpost03_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .heading-28 {
    font-size: 24px;
    line-height: 28px;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .container-47 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-white {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-white-5-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-blogpost03_content-bottom-copy-copy {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .uui-blogpost05_header-blog-5 {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    text-align: left;
    background-position: 60% 0;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-left: 2rem;
    display: block;
  }

  .uui-blogpost03_share-wrapper-blog-5 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .container-60-blog-5 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .rich-text-block-4 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-19, .bold-text-11 {
    padding-left: 0;
  }

  .container-61 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-14-blog-5 {
    grid-row-gap: 9px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-blogpost03_breadcrumb-blog-6 {
    padding-left: 10px;
    display: flex;
  }

  .bold-text-10-blog-6 {
    text-align: left;
    margin-top: 0;
    padding: 60px 0 0;
    font-size: 30px;
    display: block;
    bottom: 60px;
  }

  .uui-heading-large-2-blog-6 {
    text-align: left;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 1px;
    font-size: 1.5rem;
    line-height: .6;
  }

  .uui-blogpost06_date-wrapper {
    margin-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .uui-blogpost06_header-blog-6 {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    text-align: left;
    background-position: 0 0;
    background-size: auto;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: .25rem;
    display: block;
  }

  .container-60 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .image-57 {
    height: 400px;
    padding-left: 0;
  }

  .uui-blogpost06_header-blog-7 {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    text-align: left;
    background-position: 0 0;
    background-size: auto;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: .25rem;
    display: block;
  }

  .container-60-blog-7 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .uui-blogpost06_header-blog-7-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    text-align: left;
    background-position: 0 0;
    background-size: auto;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: .25rem;
    display: block;
  }

  .bold-text-10-blog-6-copy {
    text-align: left;
    margin-top: 0;
    padding: 60px 0 0;
    font-size: 30px;
    display: block;
    bottom: 60px;
  }

  .container-60-blog-9 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .rich-text-block-blog-9 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-61-blog-9 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-blogpost03_tag-list-blog-9 {
    justify-content: flex-start;
  }

  .uui-blogpost06_header-blog-8 {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    text-align: left;
    background-position: 0 0;
    background-size: auto;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: .25rem;
    display: block;
  }

  .container-60-blog-8 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .container-61-blog-8 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-13 {
    font-size: 30px;
  }

  .bold-text-12 {
    font-size: 20px;
  }

  .uui-heading-large-2-blog-6-copy {
    text-align: left;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 1px;
    font-size: 1.8rem;
    line-height: .6;
  }

  .uui-blogpost06_header-blog-8-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    text-align: left;
    background-position: 0 0;
    background-size: auto;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: .25rem;
    display: block;
  }

  .container-60-blog-10 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .rich-text-block-5 {
    height: 4700px;
  }

  .uui-blogpost03_tag-list-copy {
    justify-content: flex-start;
  }

  .div-block-38 {
    width: 100%;
  }

  .div-block-41, .div-block-42 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .div-block-45, .div-block-46 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .heading-29 {
    text-align: center;
    font-size: 32px;
  }

  .div-block-50 {
    max-width: 100%;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

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

  .div-block-52 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .list-item {
    margin-right: 0;
  }

  .text-block-53 {
    font-size: 12px;
  }
}

#w-node-_72819467-e16c-abcb-57b6-4f1d88a5ad90-f8eb6cf8, #w-node-_72819467-e16c-abcb-57b6-4f1d88a5ad99-f8eb6cf8, #w-node-_72819467-e16c-abcb-57b6-4f1d88a5ada4-f8eb6cf8, #w-node-db75df51-b69e-e38a-fa9c-bc10794fe924-d582c955, #w-node-db75df51-b69e-e38a-fa9c-bc10794fe926-d582c955, #w-node-db75df51-b69e-e38a-fa9c-bc10794fea0a-d582c955, #w-node-db75df51-b69e-e38a-fa9c-bc10794fea0c-d582c955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db75df51-b69e-e38a-fa9c-bc10794fea1a-d582c955 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-db75df51-b69e-e38a-fa9c-bc10794fea22-d582c955 {
  grid-row: span 2 / span 2;
}

#w-node-_4bb5621c-3c70-db0c-a4e8-42bdf6173954-d582c955, #w-node-_4bb5621c-3c70-db0c-a4e8-42bdf617395b-d582c955, #w-node-_4bb5621c-3c70-db0c-a4e8-42bdf6173966-d582c955 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7561b9eb-a00f-ca21-1147-8d3fa2e62d11-d102b854 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_7561b9eb-a00f-ca21-1147-8d3fa2e62d17-d102b854 {
  grid-row: span 2 / span 2;
}

#w-node-f44c4bc8-07e7-057f-fd98-782306426fec-d102b854, #w-node-f44c4bc8-07e7-057f-fd98-782306426ff3-d102b854, #w-node-f44c4bc8-07e7-057f-fd98-782306426ffe-d102b854, #w-node-ae1fa38a-b7da-6d23-530f-9f85a4537564-ac190fbf, #w-node-ae1fa38a-b7da-6d23-530f-9f85a4537566-ac190fbf, #w-node-_12435195-ff0d-5325-8e19-3ca982df595d-ac190fbf, #w-node-_12435195-ff0d-5325-8e19-3ca982df595f-ac190fbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12435195-ff0d-5325-8e19-3ca982df596d-ac190fbf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_12435195-ff0d-5325-8e19-3ca982df5973-ac190fbf {
  grid-row: span 2 / span 2;
}

#w-node-d1d7af46-ae21-0f9f-bdd7-aa49735101f2-ac190fbf, #w-node-d1d7af46-ae21-0f9f-bdd7-aa49735101f9-ac190fbf, #w-node-d1d7af46-ae21-0f9f-bdd7-aa4973510204-ac190fbf, #w-node-_7858d4ca-6bf7-45f7-4239-55d486e6a595-62af2e0d, #w-node-_7858d4ca-6bf7-45f7-4239-55d486e6a597-62af2e0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7858d4ca-6bf7-45f7-4239-55d486e6a5a2-62af2e0d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_7858d4ca-6bf7-45f7-4239-55d486e6a5a8-62af2e0d {
  grid-row: span 2 / span 2;
}

#w-node-d3dbd6fd-ba32-4033-4817-16db197873fa-62af2e0d, #w-node-d3dbd6fd-ba32-4033-4817-16db19787401-62af2e0d, #w-node-d3dbd6fd-ba32-4033-4817-16db1978740c-62af2e0d, #w-node-f3c74de7-7e3f-229d-c455-c3ab30328a48-2da61a85, #w-node-f3c74de7-7e3f-229d-c455-c3ab30328a4a-2da61a85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3c74de7-7e3f-229d-c455-c3ab30328a61-2da61a85 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-f3c74de7-7e3f-229d-c455-c3ab30328a67-2da61a85 {
  grid-row: span 2 / span 2;
}

#w-node-_69bf6f41-1892-2cbb-dfbf-d3453e6dec52-2da61a85, #w-node-_69bf6f41-1892-2cbb-dfbf-d3453e6dec59-2da61a85, #w-node-_69bf6f41-1892-2cbb-dfbf-d3453e6dec64-2da61a85, #w-node-_5392b0dc-6382-6ba3-ca59-ac40c4a0da8a-d2f8acda, #w-node-_5392b0dc-6382-6ba3-ca59-ac40c4a0da8c-d2f8acda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5392b0dc-6382-6ba3-ca59-ac40c4a0daa0-d2f8acda {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_5392b0dc-6382-6ba3-ca59-ac40c4a0daa6-d2f8acda {
  grid-row: span 2 / span 2;
}

#w-node-f54b3ba0-095c-0760-182a-cf18a410df93-d2f8acda, #w-node-f54b3ba0-095c-0760-182a-cf18a410df9a-d2f8acda, #w-node-f54b3ba0-095c-0760-182a-cf18a410dfa5-d2f8acda, #w-node-e70136d9-1351-85f9-49e9-7843b4c12727-83dd53f0, #w-node-e70136d9-1351-85f9-49e9-7843b4c12729-83dd53f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70136d9-1351-85f9-49e9-7843b4c12740-83dd53f0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-e70136d9-1351-85f9-49e9-7843b4c12746-83dd53f0 {
  grid-row: span 2 / span 2;
}

#w-node-_0893d1ab-d05e-dfa7-6cb1-f38b25da7998-83dd53f0, #w-node-_0893d1ab-d05e-dfa7-6cb1-f38b25da799f-83dd53f0, #w-node-_0893d1ab-d05e-dfa7-6cb1-f38b25da79aa-83dd53f0, #w-node-_6cd6361d-c426-6273-17ea-237d12715277-ea40df05, #w-node-_6cd6361d-c426-6273-17ea-237d12715279-ea40df05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cd6361d-c426-6273-17ea-237d1271528d-ea40df05 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_6cd6361d-c426-6273-17ea-237d12715293-ea40df05 {
  grid-row: span 2 / span 2;
}

#w-node-_1eb374fc-90b2-9768-51bb-4d4eae4fe856-ea40df05, #w-node-_1eb374fc-90b2-9768-51bb-4d4eae4fe85d-ea40df05, #w-node-_1eb374fc-90b2-9768-51bb-4d4eae4fe868-ea40df05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-db75df51-b69e-e38a-fa9c-bc10794fea1a-d582c955 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-db75df51-b69e-e38a-fa9c-bc10794fea22-d582c955 {
    grid-row: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display.css') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display.css') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display.css') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display.css') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display.css') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/clash-display.css') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}